/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2019 16:51:51
*/


/**
 * Bendigo Bank Mobile - Screen Style Sheet
 *
 * screen.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 1. General
 *     1.0 Fonts
 *     1.1 Reset
 *     1.2 General Typography
 *     1.3 Headings
 *     1.4 Links
 *     1.5 Lists
 *     1.6 Tables
 *     1.7 Forms
 *     1.8 Images
 *     1.9 Buttons
 *     2.0 Icons
 *
 * 2. Page elements
 *     2.1 Structure
 *     2.2 Accessibility
 *     2.3 Header
 *     2.4 Controls
 *     2.5 Navigation
 *     2.6 Sub Navigation
 *     2.7 Footer
 *
 * 3. Content Elements
 *     3.1 Home Page
 *     3.2 Landing Page
 *          3.2.1 Article Listing
 *          3.2.2 Comparison
 *          3.2.3 Google Maps
 *     3.3 Inner Page
 *          3.3.1 Doc Listing
 *          3.3.2 Highlight
 *          3.3.3 Quick Links
 *          3.3.4 Content Blocks
 *          3.3.5 Product Selector
 *          3.3.6 Our Branches Listing
 *     3.4 Grid
 *     3.5 Overlay
 *     3.6 Accordion
 *     3.7 Search 
 *
 * 4. IE Workarounds
 * 5. Plugin Styles
 *     5.1 ColorBox  
 * 6. Retina
 * 7. Online Channels Edits
 */

/*
--------------------
1. General
--------------------
*/

/*-- 1.0 Fonts --*/
/* Webfont: Lato-Black */
@font-face 
{ 
    font-family: 'LatoBlack'; 
src: url('/__data/assets/file/0003/169401/Lato-Black.eot'); 
    /* IE9 Compat Modes */ 
src: url('/__data/assets/file/0003/169401/Lato-Black.eot?#iefix') format('embedded-opentype'), 
    /* IE6-IE8 */
    url('/__data/assets/file/0008/169397/Lato-Black.woff') format('woff'), 
    /* Modern Browsers */
    url('/__data/assets/file/0007/169396/Lato-Black.ttf') format('truetype'); 
    font-style: normal; font-weight: normal; 
    text-rendering: optimizeLegibility; 
} 

/* Webfont: Lato-Regular */
@font-face 
{
    font-family: 'Lato'; 
src: url('/__data/assets/file/0009/169398/Lato-Regular.eot'); 
    /* IE9 Compat Modes */
src: url('/__data/assets/file/0009/169398/Lato-Regular.eot?#iefix') format('embedded-opentype'), 
    /* IE6-IE8 */
    url('/__data/assets/file/0020/169400/Lato-Regular.woff') format('woff'), 
    /* Modern Browsers */
    url('/__data/assets/file/0010/169399/Lato-Regular.ttf') format('truetype'); 
    font-style: normal; 
    font-weight: normal; 
    text-rendering: optimizeLegibility;
} 
.small {font-size:0.88em}

/* LatoBlack */
h1,h2,h6,
#banner,
.buttons a span,
.icon-phone strong,
.quick-links h2,
.tag > strong,
#aside .image .caption > strong,
table.data th {
    font-family: 'LatoBlack';
    font-weight: normal!important;
    letter-spacing: 0.03em;
}

/* LatoBlack */
h3,h4,h5,
.icon-phone span,
#app-popup .tag {
    font-family: 'LatoBlack';
}
/* Lato */
.site-search .search-wrapper input {
    font-family: 'Lato';
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
  src: url("/__data/assets/file/0005/283199/fontawesome-webfont.eot?v=0.1.1?v=4.0.3");
  src: url("/__data/assets/file/0005/283199/fontawesome-webfont.eot?v=0.1.1?#iefix&v=4.0.3") format("embedded-opentype"), url("/__data/assets/file/0011/283196/fontawesome-webfont.woff?v=0.1.1?v=4.0.3") format("woff"), url("/__data/assets/file/0003/283197/fontawesome-webfont.ttf?v=0.1.1?v=4.0.3") format("truetype"), url("/__data/assets/file/0004/283198/fontawesome-webfont.svg?v=0.1.1?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-size: 260%;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
/*-- 1.1 Reset --*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
}
/*-- Links --*/
a:focus {
    outline: none;
}
a:active, a:hover {
    outline: 0;
}
/*-- Typography --*/
abbr[title] {
    border-bottom: 0px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 0.917em;
    display: inline-block;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.2em;
}
sub {
    bottom: -0.25em;
}
fieldset, img {
    border:0;
}
img {
    max-width: 100%;
}
address {
    font-style: normal;
}
/*-- Figures --*/
figure {
    margin: 0;
}
/*-- Forms --*/
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.default-form .controls input:first-child:nth-last-child(1) {
    width:100%;
}
.default-form .controls input:first-child:nth-last-child(2), 
.default-form .controls input:first-child:nth-last-child(2) ~ input {
    width:49%;
}
.default-form .controls input:first-child:nth-last-child(3), 
.default-form .controls input:first-child:nth-last-child(3) ~ input {
    width:32%;
}
.default-form .controls input:first-child:nth-last-child(4), 
.default-form .controls input:first-child:nth-last-child() ~ input {
    width:24%;
}

.default-form .controls.nearest-to-me {
   padding-bottom: 0;
}
.default-form .controls.nearest-to-me input{
   margin-bottom: 15px;
}
.errorIndicator {
    color: #b20838;
    font-size: 1em;
    font-weight: bold;
}
/*-- 1.2 General Typography --*/
body {
    font: normal 85%/1.538em Lato, arial, helvetica, sans-serif; /* 13px */
    color: #2e2e2e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hide, .js-enabled hr {
    display: none;
}
.button.hide,
doc-listing.media span.link, .doc-listing.news span.link.hide {
    display: none;
}
.hidden {
    visibility: hidden;
}
.screen-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px!important;
}
.clear {
    clear: both;
}
.for-accessibility {
    position: absolute;
    left: -999em;
}
strong {
    font-weight: bold;
}
p {
    margin: 0.6em 0 1em;
}
.divider {
    border-top: 1px dotted #B8B8B8;
    margin: 1.4em 0;
    clear: both;
}
.divider hr {
    display: none;
}
.centered {
    text-align: center;
}
.error-msg,
.alert-msg,
.success-msg {
    color: #333;
    font-style: italic;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2%;
    width: 96%;
    margin: 10px 0;
    clear: both;
}
.error-msg {
    border: 1px solid #b20838;
    background: #f4e9eb;
    -moz-box-shadow: 0px 0px 10px #ddb0b8 inset; 
    -webkit-box-shadow: 0px 0px 10px #ddb0b8 inset;
    box-shadow: 0px 0px 10px #ddb0b8 inset;
}
.error-msg p,
.alert-msg p,
.success-msg p {
    margin: 0;
}
.error-msg ul,
.alert-msg ul,
.success-msg ul,
.error-msg ol,
.alert-msg ol,
.success-msg ol {
    text-align: left;
    margin: 4px 0 4px 10px;
}
.alert-msg {
    border: 1px solid #245f7d;
    background: #d9e3eb;
    -moz-box-shadow: 0px 0px 10px #9bcaec inset; 
    -webkit-box-shadow: 0px 0px 10px #9bcaec inset;
    box-shadow: 0px 0px 10px #9bcaec inset;
}
.success-msg {
    border: 1px solid #3a692a;
    background: #ddebd9;
    -moz-box-shadow: 0px 0px 10px #b0d2a4 inset; 
    -webkit-box-shadow: 0px 0px 10px #b0d2a4 inset;
    box-shadow: 0px 0px 10px #b0d2a4 inset;
}

.desktop-only {
    display: none;
}
span.link {
    cursor: pointer;
    color: #b20838; 
}
span.link:hover {
    text-decoration: underline;
}
doc-listing.media span.link, .doc-listing.news span.link {
    display: inline;
    color: #b20838; 
}

/*-- 1.3 Headings --*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 1.2em 0 0.7em;
    display: block;
    clear: both;
}
h1 {
    color: #000; /* 22pt */
    font-size: 1.692em;
    margin: 0 0 0.4em;
}
h2 {
    color: #245f7d; /* 18pt */
    font-size: 1.385em;
}
h3 {
    color: #505050; /* 18pt */
    font-size: 1.385em;
    font-weight: normal;
}
h4 {
    color: #245f7d; /* 16pt */
    font-size: 1.231em;
    margin: 1.5em 0 0.7em;
}
h5 {
    color: #505050; /* 16pt */
    font-size: 1.231em;
    font-weight: normal;
    margin: 1.8em 0 0.7em;
}
h6 {
    color: #000000; /* 12pt */
    font-size: 0.923em;
    margin: 2.4em 0 1.2em;
}

/*-- 1.4 Links --*/
a {
    color: #b20838;
    text-decoration: none;
    -webkit-transition: color, background-color, box-shadow, opacity 0.2s ease-in-out;
    -moz-transition: color, background-color, box-shadow, opacity 0.2s ease-in-out;
    -o-transition: color, background-color, box-shadow, opacity 0.2s ease-in-out;
    transition: color, background-color, box-shadow, opacity 0.2s ease-in-out;
}
a:hover,
a:focus {
    color: #8c1027;
    text-decoration: underline;
}
/*-- 1.5 Lists --*/
ul {
    line-height: 1.6;
    list-style: disc outside none;
    margin: 0 0 20px;
}
.default-form.content-block ul {
    margin: 0 0 4px;
}
ul > li {
    background: url(/__data/assets/image/0011/100901/lists-mini.png) no-repeat scroll left 7px transparent;
    list-style: none;
    padding: 0 0 0 1.15em;
    line-height: 1.5;
}
ul > li > ul {
    margin: 0.5em 0 0.2em 1em;
}
ul > li > ol {
    margin: 0 0 0 2em;
}
ol {
    margin: 0.6em 0 0.6em 0;
    padding: 0.25em 0 0.25em 0;
    list-style: none;
    counter-reset: item;
}
ol > li {
    list-style: none;
    padding: 0;
}
#content ol > li:before {
    content: counter(item) " ";
    counter-increment: item;
    font-weight: bold;
    padding-right: 5px;
}
ol > li > ol {
    margin: 0.5em 0 0.5em 1em;
    counter-reset: inner-item;
}
#content ol > li > ol > li:before {
    content: counter(inner-item) " ";
    counter-increment: inner-item;
    font-weight: bold;
    padding-right: 5px;
}
.anchors ul {
    margin: 5px 0 0;
}
.anchors ul li {
    font-size: 0.923em;
    padding: 0.4em 0 0.6em 1.25em;
    line-height: 1.6;
    background-position: left 12px;
}
dl {
    margin: 15px 0;
}
dl dt {
    padding: 2px 6px;
    margin: 8px 0;
    font-weight: bold;
    display: block;
    border: 1px solid #ccc;
    background: #eee;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
}
dl dd {
    padding: 0 4px;
    margin: 0;
}
dl dd p,
dl dd ul {
    margin: 0;
}
dl dt.dl-inline {
    float: left;
    min-width: 30px;
    padding: 0 3px 0 0;
    margin: 0;
    font-weight: normal;
    background: none;
    border: none;
}
dl dd.dl-inline {
    margin: 0 0 0 30px;
}

dd > a {
    margin-top: 10px;
}

/*-- 1.6 Tables --*/
table.data {
    margin: 20px 0 24px;
    width: 99.9%;
}
table.data td,
table.data th {
    text-align: left;
    padding: 12px 8px;
    font-weight: normal;
}
table.data th {
    /*font-size: 0.923em;*/
     font-size: 1.1em;
}
table.data td ul {
    margin: 0;
}
table.data td ul li {
    padding: 0 0 0 1.4em;
    line-height: 1.4;
    background-position: left 6px;
}
table.data thead tr {
    background-color: #24607e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c6e90), to(#24607e));
    background-image: -webkit-linear-gradient(top, #2c6e90, #24607e); 
    background-image:    -moz-linear-gradient(top, #2c6e90, #24607e);
    background-image:     -ms-linear-gradient(top, #2c6e90, #24607e);
    background-image:      -o-linear-gradient(top, #2c6e90, #24607e);
    background-repeat: repeat-x;
    color: #fff;
}
/*ADDED*/
table.data thead tr a {
    color: #fff;
}

/*End*/
table.data tbody tr.even {
    background: #eae7e2;
}
table.data tbody tr:nth-child(even) {
    background: #eae7e2;
}
table.data th {
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    font-weight: bold;
}

table.data td {
    border: 1px solid #d7d7d7;
    vertical-align: top;
    padding: 8px;
}
table.data caption {
    color: #245f7d;
    font-size: 1.231em;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 16px;
}
/*-- 1.7 Forms --*/
.default-form {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}
.default-form .errors {
    border: 1px solid #9e0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 2% 4% 4%;
    background: #f6efef;
}
.default-form .errors strong {
    color: #000;
    margin: 6px 0 2px;
}
.default-form .errors li {
    background: url(/__data/assets/image/0004/47425/list.png) no-repeat scroll left 7px transparent;
    padding: 0 0 0 1.15em;
    font-weight: bold;
}
.default-form legend {
    position: absolute;
    left: -999em;
}
.default-form div {
    margin: 8px 0 10px;
}
.default-form fieldset legend + div {
    margin-top: 0;
}

.default-form div input:not([type="checkbox"]):not([type="radio"]),
.default-form div textarea, .default-form div select {
    border: 1px solid #cfccc8;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #2E2E2E;
}
.default-form div input,
.default-form div textarea, .default-form div select {
    padding: 2%;
    margin: 2px 0;
    width: 95%;
    font-size: 1.167em;
    resize: none;
}
.default-form div input:not([type="checkbox"]):not([type="radio"]):focus,
.default-form div textarea:focus, .default-form div select:focus {
    border: 1px solid #276585;
    -moz-box-shadow: 0px 0px 10px #bbb inset; 
    -webkit-box-shadow: 0px 0px 10px #bbb inset;
    box-shadow: 0px 0px 10px #bbb inset;
}
.default-form div > label,
.default-form div > strong {
    display: block;
    font-weight: bold;
    font-size: 1.077em;
    margin: 6px 0;
    width: 100%;
    color: #245F7D;
}
.default-form label.error {
    color: #333;
    font-style: italic;
    text-align: center;
    border: 1px solid #b20838;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 99.5%;
    background: #f4e9eb;
    -moz-box-shadow: 0px 0px 10px #ddb0b8    inset; 
    -webkit-box-shadow: 0px 0px 10px #ddb0b8 inset;
    box-shadow: 0px 0px 10px #ddb0b8 inset;
}
.default-form ul li label.error {
    font-weight: bold;
    padding: 2px 5px;
}
ul li label em {
    color: #aaa;
}
.default-form div select {
    width: 99%;
    margin: 2px 0;
}
.default-form div abbr {
    color: #b20838;
}
.default-form div ul {
    margin: 0;
    padding: 0;
}
.default-form div ul li input:not([type="checkbox"]):not([type="radio"]) {
    border-style: none;
}
.default-form div ul li input {
    float: left;
    margin: 4px 5px 0 -20px;
    width: auto;
}
.default-form div ul li input[type="checkbox"] {
    margin: 3px 5px 0 -20px;
}
.default-form div ul li {
    background: none;
    margin: 0;
    padding: 2px 0 2px 24px;
    overflow: hidden;
}
.default-form div.inline ul {
    overflow: hidden;
}
.default-form div.inline ul li {
    display: inline-block;
    width: auto;
    margin: 0 4px 0 0;
    padding: 0 0 0 20px;
}
.default-form input[type=submit]
,.default-form input[type=reset]
,.default-form input[type=button] {
    width: 100%;
    /*background-color: #212121;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4c4c), to(#212121));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #212121);
    background-image: -moz-linear-gradient(top, #4c4c4c, #212121);
    background-image: -ms-linear-gradient(top, #4c4c4c, #212121);
    background-image: -o-linear-gradient(top, #4c4c4c, #212121);
    color: #fff !important;*/
    border:   1px solid #016a59!important;
        background-color: #017c69!important;
        box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        color:#fff!important;
        background-image:none;
        font-weight:bold;
}
/*
.default-form input[type=reset] {
    background-color: #b20838;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b20838), to(#b20838));
    background-image: -webkit-linear-gradient(top, #b20838, #b20838);
    background-image: -moz-linear-gradient(top, #b20838, #b20838);
    background-image: -ms-linear-gradient(top, #b20838, #b20838);
    background-image: -o-linear-gradient(top, #b20838, #b20838);
}
*/
.default-form input[type=submit]:hover
,.default-form input[type=reset]:hover {
    /*text-decoration: none;
    background-color: #686868;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d3d3d), to(#686868));
    background-image: -webkit-linear-gradient(top, #3d3d3d, #686868);
    background-image: -moz-linear-gradient(top, #3d3d3d, #686868);
    background-image: -ms-linear-gradient(top, #3d3d3d, #686868);
    background-image: -o-linear-gradient(top, #3d3d3d, #686868);*/
    background-color: #27907f !important;
}
/*
.default-form input[type=reset]:hover {
    background-color: #b20838;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b20838), to(#b20838));
    background-image: -webkit-linear-gradient(top, #b20838, #b20838);
    background-image: -moz-linear-gradient(top, #b20838, #b20838);
    background-image: -ms-linear-gradient(top, #b20838, #b20838);
    background-image: -o-linear-gradient(top, #b20838, #b20838);
}
*/
.default-form input[type="submit"].disabled {
    background: none repeat scroll 0 0 #DDDDDD !important;
}

.default-form div.custom {
    overflow: hidden;
}
.default-form div.custom > label {
    width: 40%;
    margin-right: 1%;
    float: left;
    font-size: 1em;
}
.default-form div.custom > input,
.default-form div.custom > select,
.default-form div.custom > .geocoder {
    width: 54%;
    float: left;
    margin: 6px 0;
}
.default-form div.custom > select {
    margin: 6px 0;
}
.default-form div.custom > strong {
    width: 10%;
    margin: 5px 3% 5px 0;
    float: left;
}
.default-form div.custom > ul {
    margin: 6px 0 5px;
    display: inline-block;
    float: left;
}
.default-form div.custom > input[type=submit] {
    width: auto;
    float: right;
    font-size: 1em;
}
.default-form div.custom.inline > label {
    width: 12%;
}
div.custom.filter {
    clear: both;
}
div.custom.filter strong {
    float: left;
    margin-right: 10px;
}
div.custom.filter ul {
    float: left;
    max-width: 50%;
}
div.custom.filter ul li {
    background: none;
    padding: 0;
}
div.custom.filter ul li em {
    float: left;
    width: 100%;
}
.default-form div.custom.filter > strong {
    width: 40%;
}
.default-form.content-block {
    padding: 10px 3%;
}
.pagination {
    margin: 25px 0;
    overflow: hidden;
}
.pagination.slim {
    margin: 0;
}
.pagination > a {
    float: right;
    color: #000;
    padding: 10px;
    text-decoration: underline;
}
.pagination > a:hover,
.pagination > a:focus {
    text-decoration: none;
}
.pagination ul {
    overflow: hidden;
    float: right;
}
.pagination ul li {
    float: left;
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
}
.pagination ul li a {
    display: block;
}
.pagination ul li.page-listing {
    border-left: 1px solid #d7d7d7;
}
.pagination ul li.page-listing > a,
.pagination ul li.page-listing > strong {
    height: 19px;
    padding: 10px 0;
    width: 41px;
    display: inline-block;
    float: left;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-left: none;
    color: #000;
    font-weight: bold;
    background: #fff;
}
.pagination ul li.page-listing > strong {
    background: #276585;
    color: #fff;
    border-color: #276585;
}
.pagination ul li.prev,
.pagination ul li.next {
    text-indent: -999em;
}
.pagination ul li.prev a,
.pagination ul li.next a {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-repeat: no-repeat;
    background-color: #fff;
    height: 39px;
    width: 41px;
    border: 1px solid #d7d7d7;
    border-left: none;
}
.pagination ul li.next a {
    background-position: -39px -949px;
}
.pagination ul li.prev a {
    border-right: none;
    border-left: 1px solid #d7d7d7;
    background-position: 16px -516px;
}
.pagination ul li > a:hover,
.pagination ul li > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.pagination.alpha {
    margin: 0;
}
.pagination.alpha ul {
    margin: auto;
}
.pagination.alpha ul li.page-listing {
    border: none;
    padding: 0;
    background: none;
}
.pagination.alpha ul li.page-listing > a,.pagination.alpha ul li.page-listing > strong {
    margin: 9px;
    border: 1px solid #d7d7d7;
}

.pagination.alpha ul li.page-listing > strong {
    background-color: #F1EEF8;
    color: #0a0a0a;
    border-color: #d7d7d7;
    display: none;
}
.pagination.alpha ul li.page-listing > strong.selected {
    background: #276585;
    color: #fff;
    border-color: #276585;
}
.selected-a .alpha .a, .selected-b .alpha .b, .selected-c .alpha .c,
.selected-d .alpha .d, .selected-e .alpha .e, .selected-f .alpha .f,
.selected-g .alpha .g, .selected-h .alpha .h, .selected-i .alpha .i,
.selected-j .alpha .j, .selected-k .alpha .k, .selected-l .alpha .l,
.selected-m .alpha .m, .selected-n .alpha .n, .selected-o .alpha .o,
.selected-p .alpha .p, .selected-q .alpha .q, .selected-r .alpha .r,
.selected-s .alpha .s, .selected-t .alpha .t, .selected-u .alpha .u,
.selected-v .alpha .v, .selected-w .alpha .w, .selected-x .alpha .x,
.selected-y .alpha .y, .selected-z .alpha .z {
    background: #276585;
    color: #fff;
    border-color: #276585;
}

/*-- 1.8 Images --*/
img {
    max-width: 100%;
}
.image {
    position: relative;
    width: 100%;
    display: block;
}
.image img {
    display: block;
    width: 100%;
}
.image .caption {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/__data/assets/image/0019/47422/bg-transparent.png) repeat;
    color: #fff;
    padding: 4% 5%;
    width: 90%;
    font-size: 0.923em;
    line-height: 1.4;
}
#aside .image {
    margin: 18px 0;
}
#aside .image img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#aside .image .caption {
    font-size: 1em;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-radius-bottomleft: 2px; 
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-radius-bottomright: 2px;
} 
#aside .image .caption > strong {
    font-size: 1.385em;
    font-weight: bold;
    display: block;
    line-height: 1.2;
} 
.align-left {
    float: left;
    margin: 0 20px 10px 0;
}
.align-right {
    float: right;
    margin: 0 0 10px 20px;
}
/*-- 1.9 Buttons --*/
.button,
.back-to-top,
.back-to-page,
.back-to-home,
.orange-button {
    display: inline-block;
    padding: 6px 13px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: color, background-color, box-shadow 0.2s ease-in-out;
    -moz-transition: color, background-color, box-shadow 0.2s ease-in-out;
    -o-transition: color, background-color, box-shadow 0.2s ease-in-out;
    transition: color, background-color, box-shadow 0.2s ease-in-out;
}
#content .back-to-top {
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
}
.back-to-top:before,
.back-to-top:after {
    content: "";
    display: table;
    clear: both;
}
div.button,
div.back-to-top,
div.back-to-page,
div.back-to-home,
div.orange-button {
    padding: 0;
}
div.button a,
div.back-to-top a,
div.back-to-page a,
div.back-to-home a,
div.orange-button a {
    display: block;
    padding: 6px 12px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
}
div.orange-button a {
    padding: 11px 8px;
}
div.orange-button a:hover,
div.orange-button a:focus {
    background: #000;
    color: #fff;
    box-shadow: 0 0 4px #aaa;
    -moz-box-shadow: 0 0 4px #aaa;
    -webkit-box-shadow: 0 0 4px #aaa;
}

div.orange-button.touch-end a:hover {
    background: #ffb527;
    color: black;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;    
}

div.button a {
    color: #fff;
}
.button {
    background-color: #212121;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4c4c), to(#212121));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #212121);
    background-image: -moz-linear-gradient(top, #4c4c4c, #212121);
    background-image: -ms-linear-gradient(top, #4c4c4c, #212121);
    background-image: -o-linear-gradient(top, #4c4c4c, #212121);
    color: #fff;
    font-size: 0.923em;
}
.back-to-top,
.back-to-page,
.back-to-home {
    border: 1px solid #e1e2e2;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: -ms-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: -o-linear-gradient(top, #fefefe, #e9e9e9);
    font-weight: bold;
    box-shadow: 0 0 2px #aaa;
    -moz-box-shadow: 0 0 2px #aaa;
    -webkit-box-shadow: 0 0 2px #aaa;
    font-size: 0.923em;
    float: left;
    margin: 0 6px 0 0;
}
.button:hover,
.button:focus {
    text-decoration: none;
    background-color: #686868;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d3d3d), to(#686868));
    background-image: -webkit-linear-gradient(top, #3d3d3d, #686868);
    background-image: -moz-linear-gradient(top, #3d3d3d, #686868);
    background-image: -ms-linear-gradient(top, #3d3d3d, #686868);
    background-image: -o-linear-gradient(top, #3d3d3d, #686868);
    color: #fff;
    box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
}
.button.touch-end:hover {
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}
.orange-button {
    background: #ffb527;
    color: #000;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-page:hover,
.back-to-page:focus,
.back-to-home:hover,
.back-to-home:focus {
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
    background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
    background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
    background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
    box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
}
.back-to-top a:hover,
.back-to-top a:focus,
.back-to-page a:hover,
.back-to-page a:focus,
.back-to-home a:hover,
.back-to-home a:focus {
    text-decoration: none;
}
.back-to-top a:focus,
.back-to-page a:focus,
.back-to-home a:focus {
    color: #000;
}
div.back-to-top a {
    padding: 7px 34px 7px 12px;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) right -794px no-repeat transparent;
    display: block;
    color: #b20838;
}
div.back-to-page a {
    padding: 7px 15px 7px 28px;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) 11px -652px no-repeat transparent;
    display: block;
    color: #b20838;
}
div.back-to-home a {
    padding: 8px 8px 6px 25px;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) 8px -373px no-repeat transparent;
    display: block;
    color: #b20838;
}
.controls div.back-to-menu.active a {
    border: 1px solid #0f425c;
    background-color: #256080;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c6e8f), to(#256080));
    background-image: -webkit-linear-gradient(top, #2c6e8f, #256080);
    background-image: -moz-linear-gradient(top, #2c6e8f, #256080);
    background-image: -ms-linear-gradient(top, #2c6e8f, #256080);
    background-image: -o-linear-gradient(top, #2c6e8f, #256080);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.controls div.back-to-menu.active {
    z-index: 10;
    position: relative;
}
.back-to-top,
.back-to-page {
    padding: 0;
}
.button-maxWidth {
width: 100%;
text-align: center;
}
.button-maxWidth-container {
padding-right: 28px;
}
/*-- 2.0 Icons --*/
#content .media-word,
#content .media-pdf,
#content .media-excel,
#content .media-word-small,
#content .media-pdf-small,
#content .media-excel-small {
    clear: both;
    /*padding: 6px 0;*/
    display: inline-block;
    line-height: 2.2;
    /*color: #000;*/
}
#content .media-word:before,
#content .media-pdf:before,
#content .media-excel:before,
#content .media-word-small:before,
#content .media-pdf-small:before,
#content .media-excel-small:before {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 28px;
    text-indent: -999em;
    display: block;
    float: left;
    clear: both;
    min-height: 10px;
    padding-right: 8px;
}
#content .media-word:before {
    background-position: -31px -66px;
    content: "Word Document";
}
#content .media-pdf:before {
    background-position: 0 -66px;
    content: "PDF Document";
}
#content .media-excel:before {
    background-position: -63px -66px;
    content: "Excel Document";
}
#content .media-word-small:before {
    background-position: -34px -113px;
    content: "Word Document";
    height:24px;
    width:10px;
}
#content .media-pdf-small:before {
    background-position: -6px -113px;
    content: "PDF Document";
    height:24px;
    width:10px;
}
#content .media-excel-small:before {
    background-position: -61px -113px;
    content: "Excel Document";
    height:24px;
    width:10px;
}
.icon-phone {
    display: block;
    width: 90px;
    float: right;
    padding: 9px 0 7px 33px !important;
    font-size: 0.80em!important;
    color: #000!important;
    line-height: 1.4;
    background: #f1eee8 url(/__data/assets/image/0007/47428/sprites-main.png) 10px 13px no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid transparent;
}
.icon-phone:hover,
.icon-phone:focus {
    text-decoration: none;
    border: 1px solid #e2ddd3;
    color: #000;
    box-shadow: 0 0 4px 3px #ddd;
    -moz-box-shadow: 0 0 4px 3px #ddd;
    -webkit-box-shadow: 0 0 4px 3px #ddd;
}
.icon-phone span {
    line-height: 1.2;
    display: block;
}
.icon-search {
    height: 47px;
    width: 47px;
    margin: 34px 10px 0 0;
    border: 1px solid transparent;
    border-radius: 2px 2px 2px 2px;
    color: #000000 !important;
    display: block;
    float: right;
    font-size: 0.923em !important;
    background-color: #F1EEE7;
}
.icon-search span {
    height: 21px;
    width: 22px;
    text-indent: -999em;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat scroll 0px -3858px;
    display: block;
    margin: 14px;
}
.icon-search:hover span,
.icon-search:focus span {
    background-position: 0px -3978px;
}
.icon-external {
    display: inline-block;
    text-indent: -999em;
    height: 12px;
    width: 12px;
    float: right;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat 0 -1529px transparent;
    margin: 3px 1px 0 3px;
}
#content .external {
    display: inline-block;
    line-height: 1.1;
}
#content .external.button .icon-external {
    position: absolute;
    left: -999em;
}
#content .highlight-box .external.button .icon-external {
    position: static;
}
#content .external .icon-external {
    float: none;
    background-position: 0 -3739px;
}
.icon-lock a span,
.icon-lock.touch-end a:hover span {
    display: inline-block;
    text-indent: 15px;
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-repeat: no-repeat;
    background-position: 0 -239px;
}
.icon-lock a:hover span,
.icon-lock a:focus span {
    background-position: -1px -3630px;
}
.icon-events {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-position: 10px -2351px;
    background-repeat: no-repeat;
}
.icon-news {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-position: 10px -2720px;
    background-repeat: no-repeat;
}
.icon-car,
.icon-bus,
.icon-walking,
.icon-bike {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-position: center -3086px;
    background-repeat: no-repeat;
    text-indent: -999em;
}
.icon-bus {
    background-position: center -3306px;
}
.icon-walking {
    background-position: center -3197px;
}
.icon-bike {
    background-position: center -3406px;
}
#content .highlight-box .button.phone {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-position: 9px -3524px;
    background-repeat: no-repeat;
    padding: 8px 30px;
}

.button.phone, .button.email {
    color: #000;
    font-size: 1em;
    line-height: 20px;
    font-family: arial, verdana;
    letter-spacing: inherit;

    background-color: #fff;

    display: block;
    padding: 8px 30px;
    margin: 10px 0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e1e2e2;
}
.button.phone {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-position: 9px -3524px;  
    background-repeat: no-repeat;
}
.button.email {
    background-image: url(/__data/assets/image/0009/278460/email-icon.png);
    background-repeat: no-repeat;
    background-position: 9px 11px;
}
/*
--------------------
2. Page Elements
--------------------
*/

/*-- 2.1 Page Structure --*/
body {
    background: #eae7e2;
    min-width: 320px;
}
#wrapper {
    margin: 0 auto;
    padding: 0;   
}
.inner {
    padding: 0 4%;
    float: left;
    clear: both;
    width: 92%;
}
#content {
    overflow: hidden;
    background: url(/__data/assets/image/0020/47423/bg.jpg) center -51px no-repeat transparent;
}
#content .inner {
    padding-bottom: 10px;
    padding-top: 18px;
}
.js-disabled #content,
#content.no-bg {
    background: none;
}
#content.no-content .inner {
    display: none;
}
.full-width #content .inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#controls-wrapper {
    background: #9bcaec url(/__data/assets/image/0020/47423/bg.jpg) top center no-repeat;
    clear: both;
    overflow: hidden;
}
.content-container {
    background: #fff;
    padding: 15px 15px 20px;
    overflow: hidden;
}

/*Alternating Grey White rows*/
.full-width {padding:30px; margin-top: 30px; margin-bottom: 30px; margin-left:-15px; margin-right:-15px;}
.full-width.grey {background: #f0f0f0; padding:10px; overflow:hidden;}
.links-container {width:100%; text-align:center; background: #1e1e1e; border-radius: 3px; margin: 10px 10px 10px 0;}
.links-container a {display: inline-block; text-align: center; padding: 10px;  text-decoration: none; color: #fff;  -webkit-hyphens: none;-moz-hyphens: none;hyphens: none;}
/* 3rd section - 3cols */

.three-cols {
    padding-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 55px;
}
.three-cols {
    margin-left: 0;
    margin-right: 0;
}

.three-cols .three-cols__column {
    float: left;
    width: 100%;
    text-align: center;
}
.three-cols .three-cols__column h3 {
    font-size: 23px;
    font-family: lato;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.three-cols .three-cols__column p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}
.three-cols .three-cols__column h3,
.three-cols .three-cols__column p {
    padding-left: 20px;
    padding-right: 20px;
}
.three-cols ul {text-align:centre; margin-left:10px; padding-bottom:10px; }
.three-cols ul li {background:none;}
.three-cols .three-cols__column .column__thumb {
    margin-bottom: 25px;
}

.three-cols .three-cols__column .links-container {
    text-align: center;
}
.three-cols .three-cols__column .links-container a {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/*-- 2.2 Accessibility --*/
#nav-accessibility h2,
#nav-accessibility ol li a {
    position: absolute;
    left: -999em;
    top: -999em;
}
#nav-accessibility ol {
    margin: 0;
    padding: 0;
}
#nav-accessibility ol li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}
#nav-accessibility ol li a {
    color: #b20838;
    background: #F1EEE8;
    position: absolute;
    left: -999em;
    top: -999em;
    line-height: 2;
    text-indent: 16px;
    display: block;
    font-weight: bold;
    font-size: 1em;
    float: left;
}
#nav-accessibility ol li a:focus,
#nav-accessibility ol li a:active {
    position: static;
    float: none;
}
/*-- 2.3 Header --*/
#banner {
    background: #fff;
}
#banner .logo {
    float: left;
}
#banner .logo,
#banner .logo img {
    max-width: 88px;
}
#banner .logo:hover,
#banner .logo:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#banner .icon-phone {
    margin: 34px 0 0 0;
}
#banner .inner:first-child {
    padding: 0 4% 7px;
    background: #fff;
}
#banner .inner {
    padding: 15px 4%;
    -webkit-box-shadow: inset 0 8px 6px -6px #e0d7c6;
    -moz-box-shadow: inset 0 8px 6px -6px #e0d7c6;
    box-shadow: inset 0 8px 6px -6px #e0d7c6;
    background: #f6f5f3;
}
#banner .buttons .orange-button {
    display: block;
    font-size: 1em;
}
/*-- 2.4 Controls --*/
.controls {
    clear: both;
    overflow: hidden;
    padding: 8px 0 15px;
}
#controls-wrapper .controls {
    padding: 16px 0 0;
}
.home #controls-wrapper .controls {
    padding: 0;
}
.controls .back-to-top {
    float: right;
}
.controls .back-to-menu {
    float: right;
}
.controls .back-to-menu .button {
    font-size: 1.231em;
    padding: 7px 15px 7px 16px;
    border: 1px solid #000000;
}
.controls .back-to-menu .button span {
    text-indent: -999em;
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) 0 -146px no-repeat transparent;
    margin: 0 0 0 5px;
}
.site-search {
   margin-top: 15px;
   margin-bottom: 10px;
   float: right;
   width: 100%;
}
.site-search fieldset {
   border-top: 1px solid transparent;
   border-bottom: 1px solid #649EBF;
}
.site-search input[type='submit'] {
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat scroll 3px -3858px transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 22px;
    line-height: 0;
    text-indent: -999em;
    width: 25px;
}
.site-search input[type='submit']:hover,
.site-search input[type='submit']:focus {
    background-position: 3px -3978px;
}
.site-search .search-wrapper input {
    width: 100%;
    border: none;
    color: #245F7D;
    font-size: 1.538em;
    font-weight: normal;
    padding-left: 2px;
}
.search-wrapper {
   float: left;
   width: 79%;
}
.site-search label, .site-search legend {
   position: absolute;
   left: -999em;
}
#search-reveal {
    clear: both;
    display: none;
}
.js-disabled #search-reveal {
    display: block;
}
.js-disabled .icon-search {
    display: none;
}
/*-- 2.5 Navigation --*/
#nav {
    position: absolute;
    left: -999em;
}
.home #navigation ul li,
.js-disabled  #navigation ul li {
    margin: 0 0 10px;
}
.js-disabled #navigation {
    margin: 16px 0 0;
}
.home #navigation ul li:first-child a {
    border-top: 1px solid #000000;
}
.home #navigation ul li a {
    border-top: none;
}
#navigation ul li {
    padding: 0;
    margin: 0;
    background: none;
    background-color: #212121;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4c4c), to(#212121));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #212121);
    background-image: -moz-linear-gradient(top, #4c4c4c, #212121);
    background-image: -ms-linear-gradient(top, #4c4c4c, #212121);
    background-image: -o-linear-gradient(top, #4c4c4c, #212121);
}
#navigation ul li a {
    font-size: 1.231em;
    font-weight: bold;
    padding: 9px 40px 10px 15px;
    border: 1px solid #000;
    display: block;
    color: #fff;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) right -1094px no-repeat;
}
#navigation ul li a:hover,
#navigation ul li a:focus {
    box-shadow: 0 0 4px 3px #fff;
    -moz-box-shadow: 0 0 4px 3px #fff;
    -webkit-box-shadow: 0 0 4px 3px #fff;
    text-decoration: none;
}
#navigation ul li a.active,
#navigation ul li a.selected {
    background-color: #4c4c4c;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#4c4c4c));
    background-image: -webkit-linear-gradient(top, #212121, #4c4c4c);
    background-image: -moz-linear-gradient(top, #212121, #4c4c4c);
    background-image: -ms-linear-gradient(top, #212121, #4c4c4c);
    background-image: -o-linear-gradient(top, #212121, #4c4c4c);
} 
#navigation {
    min-width: 294px;
}
.home #navigation {
    margin: 16px 0;    
}
.home.js-enabled #navigation {
    position: static;
    width: 100%;    
}
.js-enabled #navigation {
    width: 92%;
    z-index: 10;
    position: absolute;
}
#table-contents {
   clear: both;
}

/*-- Icons --*/
#table-contents .page-35306,
#table-contents .page-35310,
#table-contents .page-35314,
#table-contents .page-183597,
#table-contents .page-35322,
#table-contents .page-171988,
#table-contents .page-155890,
#table-contents .page-35346,
#table-contents .page-221450,
#table-contents .page-327545,
#table-contents .page-99283 {
    background-image: url(/__data/assets/image/0011/93188/sprites-personal.png);
    background-repeat: no-repeat;
}

#table-contents .page-35334,
#table-contents .page-35338,
#table-contents .page-35342,
#table-contents .page-35346,
#table-contents .page-99815,
#table-contents .page-99819,
#table-contents .page-99823,
#table-contents .page-35350,
#table-contents .page-99827,
#table-contents .page-99287,
#table-contents .page-140469,
#table-contents .page-207532,
#table-contents .page-207536,
#table-contents .page-207540,
#table-contents .page-299695,
#table-contents .page-207544,
#table-contents .page-207548,
#table-contents .page-207552,
#table-contents .page-207556,
#table-contents .page-207560,
#table-contents .page-207564{
    background-image: url(/__data/assets/image/0007/93184/sprites-business.png);
    background-repeat: no-repeat;
}

  #table-contents .page-152443 {
   background-image: url(/__data/assets/image/0020/152453/Our_Approach_icon.png?v=0.0.4);
   background-repeat: no-repeat;
   background-size: 28px 28px;
   background-position: 13px 10px;
  } 

#table-contents .page-35354,
#table-contents .page-35358,
#table-contents .page-195010,
#table-contents .page-165570,
#table-contents .page-35366,
#table-contents .page-35370,
#table-contents .page-35374,
#table-contents .page-226384,
#table-contents .page-100761,
#table-contents .page-195006,
#table-contents .page-303473,
#table-contents .page-195059{
    background-image: url(/__data/assets/image/0004/93190/sprites-wealth.png);
    background-repeat: no-repeat;
}

#table-contents .page-35378,
#table-contents .page-283524,
#table-contents .page-2776,
#table-contents .page-144941,
#table-contents .page-35382,
#table-contents .page-35386,
#table-contents .page-35390,
#table-contents .page-35394,
#table-contents .page-99831,
#table-contents .page-205076,
#table-contents .page-221898,
#table-contents .page-222829,
#table-contents .page-309749{
    background-image: url(/__data/assets/image/0009/93186/sprites-community.png);
    background-repeat: no-repeat;
}

#table-contents .page-99835 {
    background-image: url(/__data/assets/image/0007/102031/community-bigger-than-a-bank.png);
    background-repeat: no-repeat;
}

#table-contents .page-187153{
    background: url(/__data/assets/image/0005/194684/communities-icon.png) white 12px no-repeat;
    background-size: 30px;
}



/* Personal */
    /* Everyday accounts */
    #table-contents .page-35306 {
        background-position: 16px 11px;
    }
    /* Savings accounts */
    #table-contents .page-35310 {
        background-position: 16px -322px;
    }
    /* Term deposits */
    #table-contents .page-35314 {
        background-position: 16px -647px;
    }
    /* Credit cards */
    #table-contents .page-183597 {
        background-position: 16px -106px;
    }
    /* Personal loans */
    #table-contents .page-35322 {
        background-position: 18px -433px;
    }
    /* Home loans */
    #table-contents .page-171988 {
        background-position: 17px -754px;
    }
    /* Insurance */
    /*#table-contents .page-35330*/#table-contents .page-155890 {
        background-position: 16px -212px;
    }
    /* Travel & international payments */
    #table-contents .page-221450 {
        background-position: 17px -541px;
    }
    /* Super */
    #table-contents .page-165570 {
        background-position: 17px -212px;
    }
    /* Ways to bank */
    #table-contents .page-99283 {
        background-position: 16px -872px;
    }
    /* Telco */
    #table-contents .page-99287 {
        background-position: 16px -648px;
    }

/* Business NEW */
    /* Start my business */
    #table-contents .page-207532 {
        background-position: 15px -686px;
    }
    /* Grow my business */
    #table-contents .page-207536 {
        background-position: 16px -720px;
    }
    /* Manage my business */
    #table-contents .page-207540 {
        background-position: 16px -613px;
    }
    /* Protect my business */
    #table-contents .page-299695 {
        background-position: 15px -945px;
    }
    /* Buy a business */
    #table-contents .page-207544 {
        background-position: 16px -210px;
    }
    /* Take & make payments */
    #table-contents .page-207548 {
        background-position: 16px -321px;
    }
    /* Manage FX */
    #table-contents .page-207552 {
        background-position: 14px -534px;
    }
    /* Grow my farm business */
    #table-contents .page-207556 {
        background-position: 16px -429px;
    }
    /* Strenghten your not-for-profit */
    #table-contents .page-207560 {
        background-position: 15px -792px;
    }
     /* Our business products */
    #table-contents .page-207564 {
        background-position: 13px -575px;
    }
/* Business */
    /* Transaction accounts */
    #table-contents .page-35334 {
        background-position: 16px 11px;
    }
    /* Cash management */
    #table-contents .page-35338 {
        background-position: 16px -104px;
    }
    /* Loans & Finance */
    #table-contents .page-35342 {
        background-position: 18px -212px;
    }
    /* Credit Cards */
    #table-contents .page-35346 {
        background-position: 16px -979px;
    }
    /* Payment & merchant services */
    #table-contents .page-99815 {
        background-position: 16px -321px;
    }
    /* Agribusiness */
    #table-contents .page-99819 {
        background-position: 16px -429px;
    }
    /* Foreign exchange & money markets */
    #table-contents .page-99823 {
        background-position: 14px -534px;
    }
    /* Insurance */
    #table-contents .page-35350 {
        background-position: 15px -756px;
    }
     /* miBanker */
    #table-contents .page-140469 {
        background-position: 13px -483px;
    }
    /* Ways to bank */
    #table-contents .page-99827 {
        background-position: 15px -870px;
    }
    /* Not-for-profit banking */
    #table-contents .page-99831 {
        background-position: 14px -212px;
    }
/* Wealth */
    /* Financial Planning */
    #table-contents .page-35354 {
        background-position: 14px 13px;
    }
    /* Investing */
    #table-contents .page-35358 {
        background-position: 18px -103px;
    }
    /* Superannuation */
    #table-contents .page-195010 {
        background-position: 17px -212px;
    }
    /* Retirement */
    #table-contents .page-35366 {
        background-position: 15px -323px;
    }
    /* Wills & estate */
    #table-contents .page-35370 {
        background-position: 14px -429px;
    }
    /* Insurance */
    #table-contents .page-35374 {
        background-position: 15px -541px;
    }
    /* Insurance */
    /*#table-contents .page-35330*/#table-contents .page-327545 {
        background-position: 16px -212px;
    }
    /* PBS */
    #table-contents .page-226384 {
        background-position: 15px -265px;
    }
    /* Share trading */
    #table-contents .page-100761 {
        background-position: 15px -35px;
    }
    /* Managed funds */
    #table-contents .page-195006 {
        background-position: 15px -105px;
    }
    /* Margin lending */
    #table-contents .page-303473 {
        background-position: 15px -485px;
    }
    /* Funeral bonds */
    #table-contents .page-195059 {
        background-position: 15px -385px;
    }
/* Community */
    /* Community promise */
    #table-contents .page-35378 {
        background-position: 15px 13px;
    }
    /* Community banking */
    #table-contents .page-283524 {
        background-position: 15px -104px;
    }
    /* Our branches */
    #table-contents .page-2776 {
        background-position: 14px -977px;
    }
    /* Community snapshots */
    #table-contents .page-144941 {
        background-position: 15px -104px;
    }
    /* nfp banking */
    #table-contents .page-35382 {
        background-position: 17px -430px;
    }
    /* Community */
    #table-contents .page-35386 {
        background-position: 18px -869px;
    }
    /* Fundraising */
    #table-contents .page-35390 {
        background-position: 14px -323px;
    }
    /* Grants + Scholars */
    #table-contents .page-35394 {
        background-position: 17px -542px;
    }
    /* Bigger than a bank */
    #table-contents .page-99835 {
        background-position: 14px 10px;
    }
    /* Sponsorships */
    #table-contents .page-205076 {
        background-position: 17px -870px;
    }
    /* universities */
    #table-contents .page-222829 {
        background-position: 14px -1042px;
    }  
    /* universities */
    #table-contents .page-309749 {
        background-position: 14px -1101px;
    }    
    
/*-- 2.5.1 Table of Contents --*/
#table-contents {
    margin: 18px 0 20px;
}
#table-contents ul {
    margin: 0;
    padding: 0;
}
#table-contents ul li {
    background: none;
    padding: 0;
    margin: 0 0 4px;
}
#table-contents ul li a {
    padding: 11px 40px 11px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.231em;
}
#table-contents ul li a:hover,
#table-contents ul li a:focus {
    box-shadow: 0 0 4px 0px #222;
    -moz-box-shadow: 0 0 4px 0px #222;
    -webkit-box-shadow: 0 0 4px 0px #222;
    text-decoration: none;
}
#table-contents > ul > li {
    position: absolute;
    left: -999em;
}
#table-contents > ul > li.active,
#table-contents > ul > li.current {
    position: static;
}
#table-contents > ul > li > a {
    border: 1px solid #0f425c;
    color: #fff;
    background-color: #25607f;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c6e90), to(#25607f));
    background-image: -webkit-linear-gradient(top, #2c6e90, #25607f);
    background-image: -moz-linear-gradient(top, #2c6e90, #25607f);
    background-image: -ms-linear-gradient(top, #2c6e90, #25607f);
    background-image: -o-linear-gradient(top, #2c6e90, #25607f);
    margin: 0 0 5px;
    padding: 10px 15px 9px;
}
#table-contents > ul > li > a > span {
    display: block;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -1233px transparent;
}
#table-contents > ul > li > ul > li {
    background: #fff;
}
#table-contents > ul > li > ul > li > a {
    border: 1px solid #cccccc;
    color: #2e2e2e;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -947px transparent;
    padding: 11px 40px 11px 50px;
}
#table-contents > ul > li > ul > li.active > a {
    box-shadow: 0 0 4px 0px #222;
    -moz-box-shadow: 0 0 4px 0px #222;
    -webkit-box-shadow: 0 0 4px 0px #222;
    background-color: #eee;
}
#table-contents > ul > li > ul > li > a > span {
    overflow: hidden;
    display: block;
    line-height: 1.4;
}
#table-contents > ul > li > ul > li > a > img {
    float: left;
    margin: 0 12px 0 0;
    max-width: 22px;
}
/*-- 2.6 Sub Navigation --*/

/*-- 2.7 Footer --*/
#footer .inner {
    padding: 0;
    width: 100%;
}
#footer .site-links {
    margin: 16px 4% 17px;
    position: relative;
}
#footer .aux-links {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0;
}
#footer .site-links li, #footer .aux-links li {
    background: none;
    padding: 0;
    margin: 0;
}
#footer .site-links li a {
    font-size: 1.077em;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}
#footer ul.aux-links > li {
    display: inline-block;
    padding-left: 10px;
}
#footer .icon-phone {
    position: absolute;
    right: 0;
    top: 7px;
}
#footer .external {
    padding-right: 25px;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat 85px -1367px transparent;
}
#footer a {
    /*color: #686868;*/
    color: #000;
    text-decoration: underline;
}
#footer a:hover,
#footer a:focus {
    color: #000;
    text-decoration: none;
}
#footer .site-details {
    display: block;
    background: #efefef;
    width: 92%;
    font-size: 1.077em;
    font-weight: normal;
    padding: 16px 4%;
}
#footer .site-details abbr {
    border: none;
}

#footer .site-disclaimer {
    display: block;  
    font-size: .923em;
    font-weight: normal;
    padding: 16px 4%;
    color: #686868;
}
#footer .site-disclaimer p {
    margin: 0;
}

#footer ul.aux-links .twitter a,
#footer ul.aux-links .facebook a,
#footer ul.aux-links .linkedin a,
#footer ul.aux-links .youtube a{
    text-indent: -999em;
    display: block;
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    width: 31px;
    height: 31px;
    padding: 0;
}
#footer ul.aux-links .twitter a:hover,
#footer ul.aux-links .twitter a:focus,
#footer ul.aux-links .facebook a:hover,
#footer ul.aux-links .facebook a:focus,
#footer ul.aux-links .linkedin a:hover,
#footer ul.aux-links .linkedin a:focus,
#footer ul.aux-links .youtube a:hover,
#footer ul.aux-links .youtube a:focus {
    opacity: 0.7;
}
#footer ul.aux-links .twitter a {
    background-position: -38px -3999px;
}
#footer ul.aux-links .facebook a {
    background-position: 0 -3999px;
}
#footer ul.aux-links .linkedin a {
    background-position: 0 -3939px;
}
#footer ul.aux-links .youtube a {
    background-position: -38px -3939px;
}

/*
--------------------
3. Content Elements
--------------------
*/

/*-- 3.1 Home Page --*/

/*-- 3.2 Landing Page --*/
/*-- 3.2.1 Article Listing --*/
.article-listing {
    float: left;
    clear: both;
    width: 100%;
}
.article-listing h3 {
    display: block;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    font-size: 1.077em;
    font-weight: bold;
    text-align: center;
}
.article {
    float: left;
    clear: both;
    width: 93.2%;
    padding: 3%;
    margin: 0 0 8px;
    border: 1px solid #ddd;
    font-size: 0.923em;
    color: #000;
    background: #fff url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -1798px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.article:hover,
.article:focus {
    text-decoration: none;
    background-color: #f0f2f3;
    box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
    color: #000;
    border: 1px solid #bbb;
}
.article:hover h2,
.article:focus h2,
.article:hover > strong,
.article:focus > strong {
    color: #000;
}
.article h2,
.article > strong {
    margin: 0.4em 0;
    font-size: 1.077em;
    color: #000;
    padding-right: 40px;
    display: block;
}
.article span {
    display: block;
    margin: 0 0 4px;
    overflow: hidden;
}
.article ul {
    overflow: hidden;
    margin: 0 0 10px;
}
.article img {
    float: right;
    margin: 0 0 5px 10px;
}
.aux-large {
    color: #245F7D;
    float: right;
    font-size: 2.8em;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    width: 35%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 10px;
}
.aux-large > strong {
    float: right;
}
.aux-large strong > em {
    float: left;
    font-size: 1.45em;
    font-style: normal;
}
sup {
    top: -0.2em;
}
/*-- 3.2.2 Comparison --*/
table.comparison-table tbody td a {
    background: transparent url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -1802px;
}
table.comparison-table td > a {
    color: #000;
    display: block;
    margin: -8px;
    padding: 8px;
}
table.comparison-table td > a:hover,
table.comparison-table td > a:focus {
    text-decoration: none;
    -moz-box-shadow: 0px 0px 20px #ccc inset; 
    -webkit-box-shadow: 0px 0px 20px #ccc inset;
    box-shadow: 0px 0px 20px #ccc inset;
}
table.comparison-table td img {
    display: block;
    padding: 6px 0;
}
table.comparison-table td strong {
    display: block;
    margin: 0 0 4px;
    padding: 0 30px 0 0;
}
table.comparison-table td span {
    margin: 4px 0;
    display: block;
}
table.comparison-table td ul {
    margin: 4px 0;
}
.loader-container {
    position: relative;   
}
.loader-container div.loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/__data/assets/image/0005/47426/loader.gif) center 100px no-repeat #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/*IE8+*/  
    filter: alpha(opacity=80); /* IE7 and lower */  
}
.loader-container .show-items {
    float: right;
}
#content .button.loading {
    background: url(/__data/assets/image/0005/47426/loader.gif) center no-repeat #1c1c1c;
    color: transparent;
}
#content .button.loading:hover,
#content .button.loading:focus {
    background: url(/__data/assets/image/0005/47426/loader.gif) center no-repeat #1c1c1c;
}
/*-- 3.2.3 Google Maps --*/
#map {
    height: 260px;
    width: 100%;
    margin: 10px 0;
    clear: both;
    float: left;
}
#map img {
    max-width: none;
}
.g-map,
.g-map div {
    margin: 0!important;
}
.g-map img,
#maps img {
    max-width: none;
}
#maps.loading,
#alt-g-map.loading {
    height: 260px;
    background: url(/__data/assets/image/0005/47426/loader.gif) no-repeat center transparent;
    clear: both;
}
#maps.loading > *,
#alt-g-map.loading > * {
    opacity: 0;
    filter: alpha(opacity=0);
}
.map-controls > a {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    width: 24%;
    padding: 10px 0;
    background-color: #ffffff;
    color: #000;
    font-size: 0.923em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}
.map-controls > a:hover,
.map-controls > a:focus {
    background-color: #e9e9e9;
    color: #000;
}
.directions {
    margin: 10px 0;
    float: left;
    clear: both;
    width: 100%;
}
.directions > strong {
    display: block;
    padding: 2px 0 6px;
}
/*-- 3.3 Inner Page --*/

/*-- 3.3.1 Document listing --*/
.doc-listing {
    margin: 10px 0;
    clear: both;
}
.doc-listing > a,
.doc-listing > div {
    color: #000000;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 12px;
}
#content .doc-listing > .external,
#content .doc-listing > div.external {
    width: 100%;
}
.doc-listing.media .icon-external {
    position: absolute;
    right: 13px;
    top: 0;
}
.doc-listing > a:hover {
    text-decoration: none;
}
.doc-listing .image-container {
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    background-repeat: no-repeat;
    background-position: -999em -999em;
    float: left;
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 26px;
}
.doc-listing > a > div,
.doc-listing > div > div {
    padding: 0 0 0 35px;
}
.doc-listing > a.no-thumb > div,
.doc-listing > div.no-thumb > div {
    padding: 0 0 0 0;
}
.doc-listing > a strong,
.doc-listing div strong {
    color: #b20838;
    font-size: 0.923em;
    line-height: 1.2;
    margin: 0;
}
.doc-listing > a:hover strong {
    color: #8c1027;
    text-decoration: underline;
}
.doc-listing > a span,
.doc-listing div span {
    font-size: 0.923em;
    display: block;
    line-height: 1;
}
.doc-listing a p,
.doc-listing div p {
    margin: 4px 0 0;
}
.image-container.word {
    background-position: -31px -66px;
}
.image-container.pdf {
    background-position: 0 -66px;
}
.image-container.excel {
    background-position: -63px -66px;
}
.doc-listing.media .image-container {
    position: absolute;
    text-indent: 0;
    height: 80px;
    width: 84px;
}
.doc-listing.media > a:hover,
.doc-listing.media > a:focus {
    text-decoration: none;
}
.doc-listing.media > a > div,
.doc-listing.media > div > div {
    min-height: 78px;
    padding: 0 20px 10px 96px;
    border-bottom: 1px dotted #B8B8B8;
}
.doc-listing.media > a.no-thumb > div,
.doc-listing.media > div.no-thumb > div {
    padding: 0 0 10px;
}
.doc-listing.media > a h2,
.doc-listing.media div h2,
.doc-listing.news > a h2,
.doc-listing.news div h2 {
    color: #b20838;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}
.doc-listing.media a span,
.doc-listing.news a span {
    display: block;
    margin: 4px 0 2px;
    line-height: 1.4;
    color: #000;
}
.doc-listing.media > a strong,
.doc-listing.media div strong,
.doc-listing.news > a strong,
.doc-listing.news div strong {
    color: #000;
    font-size: 1em;
}
.doc-listing.media > a:hover img,
.doc-listing.news > a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.doc-listing.media > a:hover h2,
.doc-listing.news > a:hover h2 {
    text-decoration: underline;
}
.doc-listing.media > a:hover strong,
.doc-listing.news > a:hover strong {
    text-decoration: none;
}
.doc-listing > a.button.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.doc-listing.news .icon-external {
    position: absolute;
    left: -999em;
}
#content .doc-listing.media .play-icon {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/__data/assets/image/0006/47427/play.png) center no-repeat transparent;
    cursor: pointer;
    text-indent: -999em;
    margin: 0;
}

#content .doc-listing.media .no-thumb .play-icon {
   display: none;
}
 
#content .doc-listing.news > a.button,
#content .doc-listing.media > a.button {
    display: inline-block;
    color: #fff;
    padding: 6px 13px;
    margin-top: 12px;
}
#content .doc-listing.media .media-excel,
#content .doc-listing.media .media-word,
#content .doc-listing.media .media-pdf,
#content .doc-listing.media .no-thumb .media-excel,
#content .doc-listing.media .no-thumb .media-word,
#content .doc-listing.media .no-thumb .media-pdf {
    padding: 0 0 0 2.4em;
}
#content .doc-listing.media .media-excel:before,
#content .doc-listing.media .media-word:before,
#content .doc-listing.media .media-pdf:before,
#content .doc-listing.media .no-thumb .media-excel:before,
#content .doc-listing.media .no-thumb .media-word:before,
#content .doc-listing.media .no-thumb .media-pdf:before {
    position: absolute;
    margin-left: -30px
}
#content .doc-listing.news > a:hover,
#content .doc-listing.news > a:focus {
    background: none repeat scroll 0 0 #EEEEEE;
    text-decoration: none;
}
#content .doc-listing.news .button:hover,
#content .doc-listing.news .button:focus {
    text-decoration: none;
    background-color: #686868;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d3d3d), to(#686868));
    background-image: -webkit-linear-gradient(top, #3d3d3d, #686868);
    background-image: -moz-linear-gradient(top, #3d3d3d, #686868);
    background-image: -ms-linear-gradient(top, #3d3d3d, #686868);
    background-image: -o-linear-gradient(top, #3d3d3d, #686868);
    color: #fff;
    box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
}
#content .doc-listing.news {
    border-top: 1px solid #ddd;
}
#content .doc-listing.news > a,
#content .doc-listing.news > div {
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.doc-listing.news > a > div,
.doc-listing.news > div > div {
    min-height: 60px;
    padding: 14px 20px 10px 80px;
}
.facility-icon {
    background: url(/__data/assets/image/0003/47424/icon-flat.gif) no-repeat scroll right top #bb1b34;
    color: #FFFFFF;
    float: left;
    height: 58px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 58px;
}
 .facility-suncorp {
  background: #0b564e url(/__data/assets/image/0003/93909/facility-bg-suncorp.png?v=0.0.4);
  } 
.facility-icon.SUN {
    background-position: left top;
    background-color: #007e78;
}
.facility-icon .content {
    bottom: 0;
    left: 3px;
    position: absolute;
}
.doc-listing .facility-icon .content strong {
    color: #fff;
    display: inline-block;
    font-size: 0.846em;
    line-height: 1.2;
}
.contact-phone {
    display: block;
}

.facebook-icon {
    text-indent: -9999px;
    background-position: 0 -3999px;
    display: inline-block;
    background-image: url(/__data/assets/image/0007/47428/sprites-main.png);
    width: 31px;
    height: 31px;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
a:hover .facebook-icon,
a:focus .facebook-icon {
    opacity: 0.7;
}


/*-- 3.3.2 Highlight --*/
.highlight-box {
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
    padding: 14px 12px;
    margin: 12px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #e1e2e2;
    background-color: #fefefe;
    clear: both;
}
.highlight-box.slim {
    padding: 0 4px;
}
.highlight-box.slim .button {
    margin: 0;
}
.highlight-box h2 {
    margin: 4px 0 15px;
    text-indent: 4px; 
    color: #343434;
    font-size: 1.231em;
}
#content .highlight-box .button {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background-image: none;
    color: #000;
    margin: 10px 0;
    border: 1px solid #e1e2e2;
    padding: 8px 12px;
    font-size: 1em;
    line-height: 20px;
    font-family: arial, verdana;
    letter-spacing: inherit;
}
#content .highlight-box .button.link {
    background: white url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -1802px;
}
.highlight-box .button:hover,
.highlight-box .button:focus {
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
}
.highlight-box .button .icon-external {
    margin: 2px 0 0;
    float: right!important;
}
.custom-highlight {
    padding: 0 0 6px;
}
#content .highlight-box .button .icon-external {
    background-position: 0 -1529px;
}
/*-- 3.3.3 Quick Links --*/
.quick-links {
    border: none;
    background: none;
    padding: 0;
    margin: 16px 0 8px;
}
.quick-links h2 {
    font-size: 1.231em;
    margin: 0;
}
.quick-links h2 {
    margin: 0;
    padding: 12px 18px;
    font-weight: bold;
    color: #fff;
    background-color: #b20838;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b20838), to(#b20838));
    background-image: -webkit-linear-gradient(top, #b20838, #b20838);
    background-image: -moz-linear-gradient(top, #b20838, #b20838);
    background-image: -ms-linear-gradient(top, #b20838, #b20838);
    background-image: -o-linear-gradient(top, #b20838, #b20838);
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-radius-topright: 4px;
    overflow: hidden;
}
.quick-links.alternate h2 {
    background: none;
    color: #343434;
    font-weight: bold;
    padding: 0 0 12px;
}
.quick-links.alternate ul {
    border-top: 1px solid #cfccc8;
    margin: 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.quick-links.alternate ul li:first-child {
    border: none;
}
.quick-links ul {
    border-left: 1px solid #cfccc8;
    border-right: 1px solid #cfccc8;
    border-bottom: 1px solid #cfccc8;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-radius-bottomleft: 4px; 
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-radius-bottomright: 4px;
}
.quick-links ul li {
    border-top: 1px dotted #b8b8b8;
    margin: 0;
    padding: 0;
    background: none;
}
.quick-links ul li a {
    padding: 12px 35px 11px 18px;
    display: block;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) right -1647px no-repeat transparent;
    color: #000;
    text-decoration: none;
    -webkit-transition: color, background-color 0.2s ease-in-out;
    -moz-transition: color, background-color 0.2s ease-in-out;
    -o-transition: color, background-color 0.2s ease-in-out;
    transition: color, background-color 0.2s ease-in-out;
    font-size: 1.077em;
}
.quick-links ul li:last-child a {
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-radius-bottomleft: 4px; 
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-radius-bottomright: 4px;
}
.quick-links ul li:first-child {
    border: none;
}
.quick-links.alternate ul li:first-child a {
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-radius-topright: 4px;
}
.quick-links ul li a:hover,
.quick-links ul li a:focus {
    -webkit-box-shadow: 0 2px 9px 0px #bbb inset;
    -moz-box-shadow: 0 2px 9px 0px #bbb inset;
    box-shadow: 0 2px 9px 0px #bbb inset;
    background-color: #eee;
}
/*-- 3.3.4 Content Blocks --*/
.content-block {
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
    padding: 10px 3%;
    margin: 12px 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    border: 1px solid #e1e2e2;
    background-color: #fefefe;
    -moz-box-shadow: 0 1px 2px #aaa;
    -webkit-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
    clear: both;
    float: left;
    width: 94%;
}
.content-block > div {
    margin: 0 auto;
    max-width: 240px;
}
.content-block.alternate-green {
    margin: 10px 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.content-block.alternate-green h2 {
    background-color: #017C69;
    font-size: 1.079em;
    margin: 0;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-radius-topright: 4px;
}
.content-block.alternate-green h2 a {
    color: #fff;
    padding: 15px 15px 14px 48px;
    display: block;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-radius-topright: 4px;
}
.content-block.alternate-green > a {
    color: #2E2E2E;
    display: block;
    overflow: hidden;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #fff url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -1802px;
}
.content-block.alternate-green > a:hover,
.content-block.alternate-green > a:focus {
    text-decoration: none;
    background-color: #eee;
}
#content .content-block.alternate-green > a.button {
    display: block;
    font-size: 1.083em;
    font-weight: bold;
    text-align: center;
    background: #eee;
}
#content .content-block.alternate-green > a.button:hover,
#content .content-block.alternate-green > a.button:focus {
    background-color: #ddd;
}
#content .content-block.alternate-green > a.button span {
    display: inline-block;
}
.content-block.alternate-green > a .image-container {
    float: right;
    margin: 28px 0 10px 15px;
    max-width: 80px;
    overflow: hidden;
}
.content-block.alternate-green > a .image-container img {
    display: block;
}
.content-block.alternate-green > a span {
    display: block;
}
.content-block.alternate-green .read-more {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    margin: 5px 0;
}
.content-block.alternate-green a:hover .read-more,
.content-block.alternate-green a:focus .read-more {
    border-bottom: 1px solid #000;
}
.content-block.alternate-green > a h3 {
    color: #b20838;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 3px;
    display: inline;
}
.content-block.alternate-green > .type-video .image-container {
    position: relative;
    text-align: center;
}
.content-block.alternate-green .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/__data/assets/image/0006/47427/play.png) center no-repeat transparent;
    cursor: pointer;
    text-indent: -999em;
}
.tag {
    line-height: 1;
}
.tag > strong {
    font-size: 1.385em;
}
#app-popup .tag {
    float: left;
    width: 75%;
}
#app-popup .button {
    float: left;
    margin-right: 4px;
    margin-top: 6px;
}
.js-disabled #app-popup {
    display: none;
}
#accept-app {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

#app-popup:hover,
#app-popup:focus {
    background-color: #e9e9e9;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#fefefe));
background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
box-shadow: 0 0 10px #aaa;
-moz-box-shadow: 0 0 10px #aaa;
-webkit-box-shadow: 0 0 10px #aaa;
cursor: pointer;
}

#app-popup:hover a,
#app-popup:focus a {
    text-decoration: none;
}
#app-popup:hover img,
#app-popup:focus img {
    opacity: 0.7;
}
#app-popup strong {
    color: black;
}

/*-- 3.3.5 Product Selector --*/

/* Compare Table */
.data.compare-table {
    margin: 15px 0;
}
.data.compare-table td,
.data.compare-table th {
    border: 1px solid #bbb;
}
.data.compare-table th {
    border-bottom: none;
}
.data.compare-table tbody td {
    padding: 10px;
}
.data.compare-table tbody td strong {
    display: block;
}
.data.compare-table tr {
    font-size: 1em;
}
.data.compare-table thead th {
    width: 20%;
    color: #fff;
    padding: 8px 10px;
    vertical-align: top;
    background: #CADBE3;
    font-size: 1em;
}
.data.compare-table#col-3 thead th {
    width: 25%;
}
.data.compare-table#col-2 thead th {
    width: 33%;
}
.data.compare-table#col-1 thead th {
    width: 50%;
}
.data.compare-table thead th strong {
    padding-bottom: 6px;
    color: #000;
}
.data.compare-table thead th a,
.data.compare-table .prod-link {
    padding-bottom: 6px;
    display: block;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat scroll right -1809px transparent;
    padding-right: 30px;
    color: #000;
}
.data.compare-table tbody tr.differences {
    background: #898989;
    color: #fff;
}
.data.compare-table tfoot td {
    text-align: center;
}
.data.compare-table tfoot td:first-child {
    /*text-align: left;*/
}
#content .data.compare-table tfoot .tickbox label {
    color: #000;
}
#content .data.compare-table .tickbox {
    margin: 0;
}
#content .data.compare-table .tickbox label {
    color: #fff;
    line-height: 1.4;
    text-decoration: underline;
}
#content .data.compare-table thead th:first-child label {
    color: #000;
    text-decoration: none;
}
#content .data.compare-table thead img {
    margin: 10px auto 0;
    display: block;
}
.default-form.selector {
    margin-top: 0;
}
.default-form.selector .divider {
    margin: 1.9em 0 1.6em;
}
.toggle-details {
    width: 96%;
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 6px 2%;
}
.lt-ie9 .default-form.selector .checkbox input[type="radio"] + label span,
.lt-ie9 .default-form.selector .tickbox input[type="checkbox"] + label span {
    display: none;
}
.lt-ie9 .default-form.selector .checkbox input[type="radio"] {
    left: 3px;
    top: 2px;
    width: auto;
    padding: 0;
}
.lt-ie9 .default-form.selector .tickbox input[type="checkbox"] {
    float: left;
    margin-left: 6px;
    margin-right: -16px;
    margin-top: 3px;
    padding: 0;
    position: static;
    width: auto;
}
.lt-ie9 .selector noscript {
    display: none;
    border-style: none;
}
/* Radio Inputs */
.default-form.selector .checkbox input[type="radio"] {
    position: absolute;
    left: -999em;
}
.default-form.selector .checkbox input[type="radio"] + label span {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 21px;
    margin: -2px 0 0 -40px;
    background: url(/__data/assets/image/0008/92096/sprites-inputs.png) 0 0 no-repeat transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.default-form.selector .checkbox input[type="radio"]:checked + label span {
    background-position: 0 0;
}
.default-form.selector .checkbox input[type="radio"]:focus + label span {
    border: 1px solid #ccc!important;
}
.default-form.selector .checkbox input[type="radio"] + label {
    color: #245f7d;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
    width: auto;
    clear: both;
}
.default-form.selector .checkbox input[type="radio"] + label span {
    background-position: 0 -32px;
    height: 18px;
    width: 18px;
    margin-left: -30px;
    top: 2px;
}
.default-form.selector .checkbox input[type="radio"]:checked + label span {
    background-position: -30px -32px;
}
/* Checkbox Inputs */
.default-form.selector .tickbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
}
.default-form.selector .tickbox input[type="checkbox"] + label span {
    position: absolute;
    display: inline-block;
    height: 19px;
    width: 17px;
    margin: -2px 0 0 -26px;
    background: url(/__data/assets/image/0008/92096/sprites-inputs.png) 1px 2px no-repeat transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.default-form.selector .tickbox input[type="checkbox"] + label {
    padding: 0;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    color: #245f7d;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0 26px;
    width: auto;
    cursor: pointer;
}
.default-form.selector .tickbox input[type="checkbox"]:checked + label span {
    background-position: -29px 2px;
}
.default-form.selector .tickbox input[type="checkbox"]:focus + label span {
    border: 1px solid #ccc!important;
}
#content .default-form.selector .button.disabled {
    background: #ddd;
}
#content .selector .tickbox {
    float: none;
    clear: both;
    margin: 0.5em 0;
    overflow: hidden;
}
#content .selector .checkbox {
    float: none;
    clear: both;
    margin: 0.5em 0;
    padding-left: 30px;
    overflow: hidden;
    position: relative;
}
#content .selector .checkbox-group > strong,
#content .selector .tickbox-group > strong {
    margin: 0.5em 0 1.4em;
}
#content .highlight-section {
    background: #f3f1ed;
    padding: 10px;
    margin: 20px 0;
    overflow: hidden;
}
#content .selector .highlight-section > strong {
    margin-bottom: 15px;
}    
#content .highlight-section .tooltip {
    float: left;
}
#content .highlight-section .tickbox-group {
    background: #cadbe3;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 6px 0;
}
#content .highlight-section .tickbox-group .tickbox,
#content .highlight-section .tickbox-group .checkbox {
    margin: 0.5em;
}
#content .highlight-section .tickbox-group > strong {
    display: block;
    width: 100%;
    padding: 6px 0;
    text-indent: 6px;
    color: #fff;
    background-color: #24607e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c6e8f), to(#24607e));
    background-image: -webkit-linear-gradient(top, #2c6e8f, #24607e);
    background-image: -moz-linear-gradient(top, #2c6e8f, #24607e);
    background-image: -ms-linear-gradient(top, #2c6e8f, #24607e);
    background-image: -o-linear-gradient(top, #2c6e8f, #24607e);
}
#content .highlight-section-controls {
    padding: 15px;
}
#content .highlight-section .tickbox-group > strong {
    margin: 0 0 0.8em;
}
#content .input-listing > div {
    background: #fff;
    padding: 10px 16px 16px 6px;
    overflow: hidden;
    position: relative;
}
#content .selector .input-listing label,
#content .selector .input-listing .control strong,
#content .selector .input-listing .control a {
    float: left;
    color: #b20838;
    font-weight: bold;
    font-size: 1em;
}
#content .selector .input-listing .tickbox {
    margin: 1.5em 0 1em;
    min-height: 65px;
}
#content .selector .input-listing .tickbox .icon-close,
#content .selector .input-listing .tickbox img {
    float: right;
    clear: left;
    margin: 6px 0 0 10px;
}
#content .selector .input-listing .tickbox .control {
    overflow: hidden;
    max-width: 85%;
}
#content .selector .update-selection,
#content .selector .restore-selection {
    float: right;
}
#content .input-listing > div .desc {
    float: left;
    max-width: 65%;
    padding: 0 0 0 0;
    margin: 0.2em 1em 0 0.2em;
}
#content .input-listing > div .desc p {
    margin: 0 0 0.6em;
}
#content .input-listing > div .desc li {
    background: url(/__data/assets/image/0004/47425/list.png) no-repeat scroll 10px 7px transparent;
}
#content .input-listing > div .button {
    bottom: 15px;
    position: absolute;
    right: 12px;
}
#content .input-listing > div .view-more {
    color: #000000;
    position: absolute;
    right: 24px;
    text-decoration: underline;
    top: 18px;
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: -999em;
    background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat scroll -50px -959px transparent;
}
#content .input-listing > div .view-more:hover,
#content .input-listing > div .view-more:focus {
    text-decoration: none;
}
#content .footnote {
    color: #000;
    margin: 0 1px;
    text-decoration: underline;
}

.buttons-group {
    overflow: hidden;
    width: 100%;
    padding: 3em 0 1em;
}
.buttons-group > a {
    float: right;
}
.highlight-section .buttons-group {
    float: right;
    width: auto;
    padding: 0;
}
.highlight-section .buttons-group > a {
    float: none;
}
#content .button.compare {
    width: 96%;
    padding: 6px 2%;
    text-align: center;
}
#content .buttons-group .button {
    margin: 0 0 0 10px;
}
#content .selector ol {
    margin: 0.6em 0 3em 20px;
}
#content .selector ol li {
    padding: 0.6em 0;
}
.js-enabled .icon-help {
    background: url(/__data/assets/image/0008/92096/sprites-inputs.png) 0 -69px no-repeat transparent;
    cursor: pointer;
    height: 21px;
    width: 21px;
    margin: 0 0 0 4px;
    text-decoration: none;
    text-indent: -999em;
    display: inline-block;
    line-height: 1.8;
}
.icon-help:hover,
.icon-help:focus {
    background-position: -27px -69px;
}
.js-disabled .icon-help {
    border: 1px solid #ddd;
    background: #eee;
    padding: 6px;
    margin: 6px 0;
    display: block;
    clear: both;
}
.default-form div.tooltip {
    clear: both;
    margin: 0;
    overflow: hidden;
}
.tooltip-arrow { 
    display: none;
}
.tooltip-inner {
    background: #eee;
    border: 1px solid #e1e2e2;
    clear: both;
    display: block;
    float: left;
    height: auto;
    padding: 8px 4%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fefefe, #eaeaea);
    background-image: -moz-linear-gradient(top, #fefefe, #eaeaea);
    background-image: -ms-linear-gradient(top, #fefefe, #eaeaea);
    background-image: -o-linear-gradient(top, #fefefe, #eaeaea);
    text-decoration: none;
    width: 91%;
    font-style: italic;
    font-size: 0.846em;
}
.full-width .tooltip-inner {
    width: 275px;
}
#content .accordion.full-width {
    width: 100%;
    max-width: none;
}
.js-disabled .checkbox-group,
.js-disabled .data-filter,
.js-disabled .buttons-group,
.js-disabled .selector .default-controls,
.js-disabled .highlight-section-controls {
    display: none;
}
.ie-7 .selector noscript,
.ie-8 .selector noscript {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    display: inline;
}
.selector noscript {
    border: 1px solid #85b8de;
    background: #ecf1f4;
    padding: 10px;
    margin: 10px 0;
    display: block;
}
.loading-details {
    border: 1px solid #85b8de;
    background: #ecf1f4;
    padding: 10px;
    margin: 10px 0;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #444;
}
.loading-details p {
    margin: 0;
}

/*-- 3.3.6 Our Branches Listing --*/
#no-branches-message { display: none }
.a-list.hide-a-list #branch-listing { display: none; }
.a-list.hide-a-list #no-branches-message { display: block; }

/*-- 3.3.7 FB Search Quiz - Is this what you are looking for? --*/
#fb_search_quiz .checkbox input[type="radio"] + label {
color: #245f7d;
font-size: 1em;
font-weight: normal;
}
#fb_search_quiz .checkbox input[type="radio"] + label span {
position: absolute;
display: inline-block;
width: 20px;
height: 21px;
margin: -2px 0 0 -40px;
background: url(/__data/assets/image/0007/520/sprites-main.png?v=0.1.17) -258px -25px no-repeat transparent;
border: 1px solid transparent;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#fb_search_quiz .checkbox input[type="radio"] + label span {
background-position: -239px -25px;
height: 19px;
width: 17px;
margin-left: -30px;
}
#fb_search_quiz .checkbox input[type="radio"] + label {
color: #245f7d;
font-size: 1em;
font-weight: normal;
padding: 0;
margin: 0 0 0 35px;
}

#fb_search_quiz .checkbox input[type="radio"] {
position: absolute;
left: -999em;
}
#fb_search_quiz input[type="checkbox"], #fb_search_quiz input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
#fb_search_quiz .checkbox {
float: left;
margin: 2px 0 0 14px;
}

/*-- 3.4 Grid --*/
.grid-2 {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0 12px;
}
.grid-2 > * {
    float: left;
    width: 47%;
}
.grid-2 > *:first-child {
    margin-right: 6%;
}
.grid-2 .button {
    text-align: center;
    padding: 12px 2%;
    font-size: 1.154em;
/*    font-weight: bold; */
    width: 43%;
}
.grid-2 .button.hide {
    display: none;
}
.grid-3 {
    float: left;
    width: 100%;
    clear: both;
}
.grid-3 > * {
    width: 30.65%;
    float: left;
    margin-left: 4%;
}
.grid-3 > *:first-child {
    margin-left: 0;
}
.grid-3 .orange-button {
    text-align: center;
}
.grid-4 > * {
    float: left;
    width: 25%;
}
/*-- 3.5 Overlay --*/
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1;
}

/*-- 3.6 Accordion --*/
.js-disabled .accordion ul li h2 {
    cursor: auto;
}
.accordion {
    margin: 10px 0;
    overflow: hidden;
clear: both;
}
.accordion > ul > li {
    list-style: none;
    margin: 0 0 8px;
    clear: both;
    float: left;
    width: 100%;
    background: none;
    padding: 0;
}
.accordion > ul > li > h2 {
    font-size: 1.167em;
    margin: 0;
    line-height: 1.6em;
}
.accordion > ul > li > h2 {
    border-color: #e1e2e2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 2.2%;
}
.accordion > ul > li > h2 {
    cursor: pointer;
    margin: 0;
    padding: 10px;
    color: #245f7d;
    border: 1px solid #cfccc8;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 2px #aaa;
    -webkit-box-shadow: 0px 0px 2px #aaa;
    box-shadow: 0px 0px 2px #aaa; 
    background-color: #eaeaea;
    /*background-image: url(mysource_files/accordion-gradient-fallback.png);*/
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fefefe, #eaeaea);
    background-image: -moz-linear-gradient(top, #fefefe, #eaeaea);
    background-image: -ms-linear-gradient(top, #fefefe, #eaeaea);
    background-image: -o-linear-gradient(top, #fefefe, #eaeaea);
    text-decoration: none;
    background-repeat: repeat-x;
}
.accordion > ul > li > h2.selected {
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-radius-bottomright: 0; 
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    -webkit-border-radius-bottomright: 0;
    border-bottom: none;
    background: #fff;
}
.accordion > ul > li > h2:hover {
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #eaeaea, #fefefe);
    background-image: -moz-linear-gradient(top, #eaeaea, #fefefe);
    background-image: -ms-linear-gradient(top, #eaeaea, #fefefe);
    background-image: -o-linear-gradient(top, #eaeaea, #fefefe);
}
.accordion > ul > li > h2 span,
.accordion > ul > li > h2 a {
    display: block;
    text-decoration: none;
    color: #245f7d;
}
.accordion > ul > li > h2 a span {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: url(/__data/assets/image/0008/92096/sprites-inputs.png) 0 -100px no-repeat transparent;
}
.accordion > ul > li > h2.selected span,
.accordion > ul > li > h2.selected a {
    background-position: -31px -100px;
    color: #b4213c;
}
.accordion ul li > div {
    background: #eaeaea;
    margin: -2px 0 0;
    border: 1px solid #cfccc8;
    border-top: none;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-radius-bottomright: 4px; 
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-radius-bottomright: 4px; 
    -moz-box-shadow: 0px 1px 2px #aaa;
    -webkit-box-shadow: 0px 1px 2px #aaa;
    box-shadow: 0px 1px 2px #aaa; 
    background-color: #fff;
    float: left;
    clear: both;
    padding: 10px 3%;
    width: auto;
    min-width: 93%;
}
.accordion ul li > div h3 {
    margin: 0.4em 0 0.6em;
}
.accordion ul li > div ul {
    margin: 0.65em 0;
}
.accordion ul li > div ul li {
    background: url(/__data/assets/image/0011/100901/lists-mini.png) no-repeat scroll left 5px transparent;
    font-weight: normal;
    line-height: 1.3;
    list-style: none outside none;
    padding: 0 0 0 1.2em;
    margin: 0 0 4px;
}

/*-- 3.7 Search --*/

#content .fb-search-form .external .icon-external {
  display: none;
}

#content .fb-search-form .doc-listing .auxillary {
    color: #b20838;
    display: inline-block;
    margin: 5px 40px 0 0;
}


#content .fb-search-form .doc-listing div div a {
    display: block;
    margin: -5px -7px -2px;
    padding: 5px 7px 2px;
}
#content .fb-search-form a, #aside .fb-search-form a, .breadcrumb .fb-search-form a {
    color: #b20838;
    text-decoration: none;
}

a.fb-explore {
    display: none !important;
}

#content .fb-search-form .doc-listing a p, #content .fb-search-form .doc-listing a span, #content .fb-search-form .doc-listing a strong {
    color: #000000;
}

#content .fb-search-form .doc-listing > a h2, #content .fb-search-form .doc-listing div h2, #content .fb-search-form .doc-listing div h2 strong {
    color: #b20838;
    font-family: arial,verdana;
    font-size: 1em;
    font-weight: bold !important;
    line-height: 1.2;
    margin: 0;
}

#fb-spelling {
    margin: 0.8em 0.35em 0.5em;
}

.fb-search-form .doc-listing > a span.fb-date, .fb-search-form .doc-listing div span.fb-date {
  display: inline;
}

.fb-search-form .result {
  border-bottom: 1px dotted #b8b8b8;
  margin-bottom: 15px;
}

/* Commented out 20140220
.content-container h1 {display:none;}
*/
legend {
  position: absolute;
  left: -9999em;
}
.search-input {
    max-width: 325px;
    margin-top: 10px;
}
.search-input > div {
    border-bottom: 1px solid #000;
    border-top: 1px solid transparent;
    padding-bottom: 2px;
    overflow: hidden;
}
.search-input.focused > div {
    border-bottom: 1px dotted #000;
}
.search-input label {
    float: left;
    font-size: 1.692em;
    font-weight: bold;
}
.search-input .search-wrapper {
    float: left;
}
.search-input .search-wrapper input {
    border: none;
    color: #000;
    font-size: 1.333em;
    margin: 0 1%;
    background: transparent;
    width: 100%;
}
.search-input input[type=submit] {
    border: none;
    background: #b20838;
    color: #fff;
    font-size: 0.917em;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
    padding: 3px 5px;
    -webkit-transition: color, background-color 0.2s ease-in;
    -moz-transition: color, background-color 0.2s ease-in;
    -o-transition: color, background-color 0.2s ease-in;
    transition: color, background-color 0.2s ease-in;
    float: right;
}
.search-input input[type=submit]:hover,
.search-input input[type=submit]:focus {
    background-color: #000;
}


/*
--------------------
4. IE Workarounds
--------------------
*/

/* Has Layout Fixes */
.ie6 #nav ul {
    zoom: 1;
}


/*
--------------------
5. Plugin Styles
--------------------
*/

/*-- 5.1 ColorBox --*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: url(/__data/assets/image/0007/54943/overlay.png) repeat 0 0;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
    width: 21px;
    background: url(/__data/assets/image/0003/54939/controls.png) left top repeat-y;
}
#cboxMiddleRight {
    width: 21px;
    background: url(/__data/assets/image/0003/54939/controls.png) right top repeat-y;
}
#cboxTopCenter {
    height: 21px;
    background: url(/__data/assets/image/0011/54938/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
    height: 21px;
    background: url(/__data/assets/image/0011/54938/border.png) 0 -29px repeat-x;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}
#cboxLoadingOverlay {
    background: url(/__data/assets/image/0004/54940/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
    background: url(/__data/assets/image/0005/54941/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/__data/assets/image/0003/54939/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
--------------------
6. Retina
--------------------
*/

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
    .icon-lock a span,
    div.back-to-home a,
    div.back-to-page a,
    div.back-to-top a,
    .icon-external,
    .icon-events,
    .icon-news,
    .icon-phone,
    .icon-car,
    .icon-bus,
    .icon-walking,
    .icon-bike,
    .icon-facebook,
    .icon-search span,
    .site-search input[type='submit'],
    .content-block.alternate-green > a,
    .controls .back-to-menu .button span,
    #content .media-word:before,
    #content .media-pdf:before,
    #content .media-excel:before,
    .pagination ul li.prev a, .pagination ul li.next a,
    #content .highlight-box .button.phone,
    #navigation ul li a,
    .quick-links ul li a,
    #table-contents > ul > li > a > span,
    #table-contents > ul > li > ul > li > a,
    #footer .external,
    #footer ul.aux-links .facebook a,
    #footer ul.aux-links .twitter a {
        background-image: url(/__data/assets/image/0017/62612/sprites-main-retina.png);
        background-repeat: no-repeat;
        background-size: 84px auto;
    }
    .facility-icon {
        background-image: url(/__data/assets/image/0015/62610/icon-flat-retina.gif);
        background-repeat: no-repeat;
        background-size: 120px auto;    
    }
    ul > li, .accordion ul li > div ul li {
        background-image: url(/__data/assets/image/0013/100903/lists-mini-retina.png);
        background-repeat: no-repeat;
        background-size: 6px auto;
    }
    /* Menu icons */
    #table-contents .page-35306,
    #table-contents .page-35310,
    #table-contents .page-35314,
    #table-contents .page-183597,
    #table-contents .page-35322,
    #table-contents .page-171988,
    #table-contents .page-35330,
    #table-contents .page-35346,
    #table-contents .page-221450,
    #table-contents .page-99283 {
        background-image: url(/__data/assets/image/0010/93187/sprites-personal-retina.png);
        background-repeat: no-repeat;
        background-size: 26px auto;
    }
    
    #table-contents .page-35334,
    #table-contents .page-35338,
    #table-contents .page-35342,
    #table-contents .page-35346,
    #table-contents .page-99815,
    #table-contents .page-99819,
    #table-contents .page-99823,
    #table-contents .page-35350,
    #table-contents .page-99827,

    #table-contents .page-99287 {
        background-image: url(/__data/assets/image/0006/93183/sprites-business-retina.png);
        background-repeat: no-repeat;
        background-size: 28px auto;
    }
    
    #table-contents .page-35354,
    #table-contents .page-35358,
    #table-contents .page-195010,
    #table-contents .page-35366,
    #table-contents .page-35370,
    #table-contents .page-35374,
    #table-contents .page-226384 {
        background-image: url(/__data/assets/image/0003/93189/sprites-wealth-retina.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }
    
    #table-contents .page-35378,
    #table-contents .page-283524,
    #table-contents .page-2776,
    #table-contents .page-144941,
    #table-contents .page-35382,
    #table-contents .page-35386,
    #table-contents .page-35390,
    #table-contents .page-35394,
    #table-contents .page-35394,

    #table-contents .page-99831 {
        background-image: url(/__data/assets/image/0008/93185/sprites-community-retina.png);
        background-repeat: no-repeat;
        background-size: 27px auto;
    }

    #table-contents .page-99835 {
        background-image: url(/__data/assets/image/0019/102268/community-bigger-than-a-bank-retina.png);
        background-repeat: no-repeat;
        background-size: 27px auto;
        background-position: 14px 10px;
    } 
}
/*
--------------------
7. Online Channels Additions
--------------------
*/
  #level-three-contents {
   margin: 18px 0 20px;
  }
  #level-three-contents ul {
   margin: 0;
   padding: 0;
  }
  #level-three-contents ul li {
   background: none;
   padding: 0;
   margin: 0 0 4px;
  }
  #level-three-contents ul li a {
   padding: 11px 40px 11px 15px;
   display: block;
   color: #fff;
   font-weight: bold;
   font-size: 1.231em;
  }
  #level-three-contents ul li a:hover,
  #level-three-contents ul li a:focus {
   box-shadow: 0 0 4px 0px #666;
   -moz-box-shadow: 0 0 4px 0px #666;
   -webkit-box-shadow: 0 0 4px 0px #666;
   text-decoration: none;
  }
  #level-three-contents > ul > li {
  }
  #level-three-contents > ul > li.active,
  #level-three-contents > ul > li.current {
   position: static;
  }
  #level-three-contents > ul > li > {
   display: block;
   background: url(/__data/assets/image/0007/47428/sprites-main.png) no-repeat right -1233px transparent;
  }
  #level-three-contents > ul > li > ul > li {
   background: #fff;
  }
  #level-three-contents > ul > li > a {
   border: 1px solid #cccccc;
   color: #2e2e2e;
   background: url(/__data/assets/image/0014/100265/arrow.png) no-repeat transparent;
   background-position: right center;
   background-color: #fff;
   margin: 0 0 5px;
   font-weight:normal;
   font-size:1em;
  }
  #level-three-contents > ul > li.active > a {
   box-shadow: 0 0 4px 0px #222;
   -moz-box-shadow: 0 0 4px 0px #222;
   -webkit-box-shadow: 0 0 4px 0px #222;
   background-color: #eee;
  }
  #level-three-contents > ul > li > ul > li > a > span {
   overflow: hidden;
   display: block;
   line-height: 1.4;
  }
  #level-three-contents > ul > li > ul > li > a > img {
   float: left;
   margin: 0 12px 0 0;
   max-width: 22px;
  } 

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.forceWordBreak {word-wrap: break-word;}

.wealth-disclaimer{
  color:#1A24ED;
  font-weight:bold;
} 
 /* Personalise My Card */
  #card-container {
   clear:both;
   margin-top:12px;
   width:100%;
  }
  .card_boxes {
   float: left;
   /*width: 140px;*/
   /*height: 95px;*/
   width: 100px;
   height: 110px;
   padding: 0px;
   margin:6px;
   /*background-color: #eee;*/
  }
  .cardSelect {
   float:left;
   height:58px;
   margin-top:3px;
   margin-left:6px;
  }
  .cardSelectHovered {
   float:left;
   height:64px;
   margin-top:3px;
   margin-left:6px;
  }
  .BlackSchemeSelect {
   float:left;
   width:50px;
   height:64px;
   margin-top:3px;
  }
  .RedSchemeSelect {
   float:left;
   width:50px;
   height:64px;
   margin-top:3px;
  }
  .schemeLineHeight {
   padding-top:4px;
   padding-bottom:3px;
  }
  .CardLabel {
   clear:both;
   margin-left:6px;
  } 
  
  /* NEW FORM CSS */

    .default-form div.default-controls input.sq-form-submit {
        border:   1px solid #016a59;
        background-color: #017c69;
        box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        color:#fff;
        background-image:none;
        font-weight:bold;
    }
    .default-form div.default-input{
        padding:3px 22px 3px 6px;
        width:95%;
    }
    .default-form div.default-controls input.sq-form-submit:hover{
        background-color: #27907f;
    }
    .default-form{
        overflow:visible;
        padding:0;
        margin:0;
    }
    .sq-form-question-title{
        width:100%;
    }
    .sq-form-field{
        width:100%;
    }
    .default-form div.default-input > label, .default-form div.default-input > strong{
        width:100%;
        margin: 0 0 4px 0px;
    }
    .default-form div.default-input input, .default-form div.default-input textarea{
        width:98%;
    }
    .default-form div.default-controls.submit{
        width:98%;
        float:left;
    }
    .default-form div.default-controls input.sq-form-submit{
        width:98%;
        margin-left:6px;
        /*padding: 6px 22px 6px 6px*/
    }
    .clear-elements{
        clear:both;
        padding-top: 2px;
        margin-left:6px;
    }
    .default-form div.default-controls.reset input {display:none;}
    .default-form select {width:100%;}
    .default-options label {margin-top:10px;font-weight:normal;}
    .default-options .controls {margin-top: 15px;}
    .sq-form-unattached legend {position:inherit;left:0;    display: block;    font-weight: bold;font-size: 1.077em; margin: 6px 0;width: 100%;color: #245F7D;}
    .default-form input {padding: 2%;    margin: 2px 0;       font-size: 1.167em;    resize: none;border: 1px solid #cfccc8;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;    border-radius: 4px;} 
    .sq-form-error {
    color: #903;
    font-weight: bold;
    clear: both;}
    
.section {
    border-top: 1px solid #e1dfda;
    padding: 10px 0px;
}

/* Fixes */
.accordion > ul > li > h2 {overflow:hidden;}

/* Allow multiple column list items */
.twoCols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-fill: balance;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
}

.threeCols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    column-fill: balance;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
}