* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer
}

a:focus, a:hover, a:active {
    outline: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

a {
    text-decoration: none
}

a, a:visited, a:hover, a:focus, a:active, object, embed, a img {
    outline: none !important
}

img {
    border: 0
}

button::-moz-focus-inner {
    border: 0
}

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

html {
    font-size: 100%
}

img {
    max-width: 100%
}

#skip-to-main {
    display: none
}

.wrap {
    float: left;
    width: 100%
}

.reset--list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.clear--left {
    clear: left
}

.clear--right {
    clear: right
}

.clear--both {
    clear: both
}

.float--left {
    float: left
}

.float--right {
    float: right
}

.centered {
    text-align: center
}

.required--text {
    font-style: normal;
    color: #f00
}

iframe[name="twttrHubFrame"] {
    display: none !important
}

#fb-root > div {
    left: 0
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #349edb;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.clearfix {
    zoom: 1
}

::-webkit-selection {
    background: #000;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    outline: none
}

::-webkit-input-placeholder {
    font-size: .875em;
    line-height: 1.4
}

input:-moz-placeholder {
    font-size: .875em;
    line-height: 1.4
}

.ie7 img, .iem7 img {
    -ms-interpolation-mode: bicubic
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input {
    * overflow: visible;
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

.clearfix {
    * zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

select {
    cursor: pointer
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: .5em;
    font-size: 1em;
    color: #555555
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    * margin-top: 0;
    line-height: normal;
    cursor: pointer
}

input[type="file"], input[type="image"], input[type="submit"],
input[type="reset"], input[type="button"], input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select {
    width: 80%;
    background-color: #ffffff;
    border: 1px solid #cccccc
}

select[multiple], select[size] {
    height: auto
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999
}

.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px
}

input:focus:required:invalid, textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px
}

.group:before, .group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 3.4%
}

.col:first-child {
    margin-left: 0
}

.span_2_of_2 {
    width: 100%
}

.span_1_of_2 {
    width: 48.3%
}

.span_3_of_3 {
    width: 100%
}

.span_2_of_3 {
    width: 65.53333%
}

.span_1_of_3 {
    width: 31.06667%
}

.span_4_of_4 {
    width: 100%
}

.span_3_of_4 {
    width: 74.15%
}

.span_2_of_4 {
    width: 48.3%
}

.span_1_of_4 {
    width: 22.45%
}

.span_5_of_5 {
    width: 100%
}

.span_4_of_5 {
    width: 79.32%
}

.span_3_of_5 {
    width: 58.64%
}

.span_2_of_5 {
    width: 37.96%
}

.span_1_of_5 {
    width: 17.28%
}

.span_6_of_6 {
    width: 100%
}

.span_5_of_6 {
    width: 82.76667%
}

.span_4_of_6 {
    width: 65.53333%
}

.span_3_of_6 {
    width: 48.3%
}

.span_2_of_6 {
    width: 31.06667%
}

.span_1_of_6 {
    width: 13.83333%
}

.span_7_of_7 {
    width: 100%
}

.span_6_of_7 {
    width: 85.22857%
}

.span_5_of_7 {
    width: 70.45714%
}

.span_4_of_7 {
    width: 55.68571%
}

.span_3_of_7 {
    width: 40.91429%
}

.span_2_of_7 {
    width: 26.14286%
}

.span_1_of_7 {
    width: 11.37143%
}

.span_8_of_8 {
    width: 100%
}

.span_7_of_8 {
    width: 87.075%
}

.span_6_of_8 {
    width: 74.15%
}

.span_5_of_8 {
    width: 61.225%
}

.span_4_of_8 {
    width: 48.3%
}

.span_3_of_8 {
    width: 35.375%
}

.span_2_of_8 {
    width: 22.45%
}

.span_1_of_8 {
    width: 9.525%
}

.span_9_of_9 {
    width: 100%
}

.span_8_of_9 {
    width: 88.51111%
}

.span_7_of_9 {
    width: 77.02222%
}

.span_6_of_9 {
    width: 65.53333%
}

.span_5_of_9 {
    width: 54.04444%
}

.span_4_of_9 {
    width: 42.55556%
}

.span_3_of_9 {
    width: 31.06667%
}

.span_2_of_9 {
    width: 19.57778%
}

.span_1_of_9 {
    width: 8.08889%
}

.span_10_of_10 {
    width: 100%
}

.span_9_of_10 {
    width: 89.66%
}

.span_8_of_10 {
    width: 79.32%
}

.span_7_of_10 {
    width: 68.98%
}

.span_6_of_10 {
    width: 58.64%
}

.span_5_of_10 {
    width: 48.3%
}

.span_4_of_10 {
    width: 37.96%
}

.span_3_of_10 {
    width: 27.62%
}

.span_2_of_10 {
    width: 17.28%
}

.span_1_of_10 {
    width: 6.94%
}

.span_11_of_11 {
    width: 100%
}

.span_10_of_11 {
    width: 90.6%
}

.span_9_of_11 {
    width: 81.2%
}

.span_8_of_11 {
    width: 71.8%
}

.span_7_of_11 {
    width: 62.4%
}

.span_6_of_11 {
    width: 53%
}

.span_5_of_11 {
    width: 43.6%
}

.span_4_of_11 {
    width: 34.2%
}

.span_3_of_11 {
    width: 24.8%
}

.span_2_of_11 {
    width: 15.4%
}

.span_1_of_11 {
    width: 6%
}

.span_12_of_12 {
    width: 100%
}

.span_11_of_12 {
    width: 91.38333%
}

.span_10_of_12 {
    width: 82.76667%
}

.span_9_of_12 {
    width: 74.15%
}

.span_8_of_12 {
    width: 65.53333%
}

.span_7_of_12 {
    width: 56.91667%
}

.span_6_of_12 {
    width: 48.3%
}

.span_5_of_12 {
    width: 39.68333%
}

.span_4_of_12 {
    width: 31.06667%
}

.span_3_of_12 {
    width: 22.45%
}

.span_2_of_12 {
    width: 13.83333%
}

.span_1_of_12 {
    width: 5.21667%
}

.a--h--o {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999999999
}

.a--h--o.active {
    display: block
}

.a--h {
    background: #fff;
    color: #444;
    padding: 1.75em;
    padding-right: 200px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5)
}

.a--h h3 {
    color: #000;
    margin: 0 0 .5em 0;
    font-size: 1em;
    margin: 0 0 .5em 0;
    padding: 0;
    text-transform: uppercase
}

.a--h h3 span {
    color: #888;
    font-size: .875em;
    text-transform: uppercase;
    padding-left: .5em
}

.a--h a {
    color: #2fb9e7 !important;
    font-weight: !important;
    text-decoration: underline
}

.a--h b {
    font-weight: bold;
    color: #000
}

.a--h--close, .a--h--close:hover {
    background: red;
    color: #fff;
    padding: 1em;
    position: absolute;
    bottom: 0;
    right: 0
}

.a--h--show, .a--h--show:hover {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #2fb9e7;
    background: -moz-linear-gradient(top, #2fb9e7 0%, #2ab1c9 100%);
    background: -webkit-linear-gradient(top, #2fb9e7 0%, #2ab1c9 100%);
    background: linear-gradient(to bottom, #2fb9e7 0%, #2ab1c9 100%);
    color: #fff;
    padding: 1em;
    border: 2px #179fcc solid;
    border-bottom: 0
}

.a--active .a--l {
    position: relative;
    border: 1px red solid
}

.a--active .a--l:before {
    color: #000 !important;
    font-size: 13px !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .875em;
    text-transform: uppercase;
    padding: .1125em .5em
}

.a--active .a--pt, .a--active .a--pt:before {
    content: 'page title';
    background: rgba(0, 128, 0, 0.3)
}

.a--active .a--ptg, .a--active .a--ptg:before {
    content: 'page tagline';
    background: rgba(255, 0, 0, 0.3)
}

.a--active .a--pi, .a--active .a--pi:before {
    content: 'page intro';
    background: rgba(255, 192, 203, 0.3)
}

.a--active .a--bc1, .a--active .a--bc1:before {
    content: 'body content 1';
    background: rgba(128, 0, 128, 0.3)
}

.a--active .a--bc2, .a--active .a--bc2:before {
    content: 'body content 2';
    background: rgba(0, 0, 255, 0.3)
}

.a--active .a--bc3, .a--active .a--bc3:before {
    content: 'body content 3';
    background: rgba(0, 128, 0, 0.3)
}

.a--active .a--l:before {
    background: red;
    color: #fff !important;
    font-weight: bold !important
}

@font-face {
    font-family: 'muliregular';
    src: url("fonts/muli-webfont.eot");
    src: url("fonts/muli-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muli-webfont.woff2") format("woff2"), url("fonts/muli-webfont.woff") format("woff"), url("fonts/muli-webfont.ttf") format("truetype"), url("fonts/muli-webfont.svg#muliregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'mulisemibold';
    src: url("fonts/muli-semibold-webfont.eot");
    src: url("fonts/muli-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muli-semibold-webfont.woff2") format("woff2"), url("fonts/muli-semibold-webfont.woff") format("woff"), url("fonts/muli-semibold-webfont.ttf") format("truetype"), url("fonts/muli-semibold-webfont.svg#mulisemibold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'muliregularitalic';
    src: url("fonts/muli-italic-webfont.eot");
    src: url("fonts/muli-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muli-italic-webfont.woff2") format("woff2"), url("fonts/muli-italic-webfont.woff") format("woff"), url("fonts/muli-italic-webfont.ttf") format("truetype"), url("fonts/muli-italic-webfont.svg#muliregularitalic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'mulilight';
    src: url("fonts/muli-light-webfont.eot");
    src: url("fonts/muli-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muli-light-webfont.woff2") format("woff2"), url("fonts/muli-light-webfont.woff") format("woff"), url("fonts/muli-light-webfont.ttf") format("truetype"), url("fonts/muli-light-webfont.svg#mulilight") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-slide, .slick-slide.slick-loading img {
    display: none
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 25px;
    background: url(../../images/direction_left.png) no-repeat;
    width: 53px;
    height: 53px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-next {
    right: 25px;
    background: url(../../images/direction_right.png) no-repeat;
    width: 53px;
    height: 53px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.general-slider .slick-dots {
    position: absolute;
    bottom: -4.5em;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.general-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.general-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.general-slider .slick-dots li button:focus, .general-slider .slick-dots li button:hover {
    outline: 0
}

.general-slider .slick-dots li button:focus:before, .general-slider .slick-dots li button:hover:before {
    opacity: 1
}

.general-slider .slick-dots li button:before {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    font-family: FontAwesome;
    text-align: center;
    opacity: .25;
    color: #1c1c1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #1c1c1c
}

.slick-prev {
    background-image: url(images/direction_left.png);
    background-size: 100%
}

.slick-next {
    background-image: url(images/direction_right.png);
    background-size: 100%
}

.slick-prev {
    left: -5%;
    width: 3%
}

.slick-next {
    right: -5%;
    width: 3%
}

.slick-prev, .slick-next {
    background-size: 28px;
    background-position: center center;
    opacity: .4;
    height: 80%;
    top: 0
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1
}

.slick-prev, .slick-next {
    display: block !important
}

body {
    font: normal 16px / 1.5625 "museo-sans", "muliregular", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #444;
    font-weight: 300;
    font-family: "mulilight", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden
}

h1, h2, h3, h4, h5 {
    font-size: 1em;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
    color: #222;
    line-height: 1.3;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif;
    font-weight: bold
}

input, select, option, textarea, button {
    font: normal 17px / 1.5625 "museo-sans", "muliregular", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

p {
    margin: 0 0 1em 0;
    padding: 0
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.75em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.25em
}

a, h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #174476
}

a:hover, a:active, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #174476
}

.button {
    border: 1px #137ca2 solid;
    background: #1AA6D9;
    background: -moz-linear-gradient(top, #1AA6D9 0%, #1898c7 100%);
    background: -webkit-linear-gradient(top, #1AA6D9 0%, #1898c7 100%);
    background: linear-gradient(to bottom, #1AA6D9 0%, #1898c7 100%);
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 1em;
    font-size: 1em;
    color: #FFFFFF;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px
}

.button:hover {
    border-color: #1587b0;
    background: #35b7e7;
    background: -moz-linear-gradient(top, #35b7e7 0%, #1587b0 100%);
    background: -webkit-linear-gradient(top, #35b7e7 0%, #1587b0 100%);
    background: linear-gradient(to bottom, #35b7e7 0%, #1587b0 100%);
    color: #fff
}

.button i {
    font-size: .75em;
    color: rgba(255, 255, 255, 0.3);
    padding-left: 1em
}

.button i.fa-bars {
    color: #fff
}

.button em {
    text-transform: lowercase;
    font-style: normal
}

.button b {
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.add-to-cart-button {
    color: #fff !important
}

.add-to-cart-button:before {
    content: "\f07a";
    padding-right: .1em
}

.alt-button {
    background-color: #313334
}

.alt-button:hover {
    background-color: #3c454a
}

.outlined-link {
    border: 1px #174476 solid;
    color: #174476;
    display: inline-block;
    padding: 1em;
    text-transform: uppercase;
    margin-top: .5em;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-weight: 300;
    font-family: "mulilight", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    font-size: .875em
}

.outlined-link i {
    font-size: .8em;
    margin: 0 0 0 4px
}

.outlined-link:hover {
    background: #174476;
    border-color: #174476;
    color: #fff
}

.arrow-link {
    color: #174476;
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 0 0 .25em 1em;
    transition: all 0.1s ease 0s
}

.arrow-link:hover {
    border-bottom-color: #1c1c1c;
    padding: 0 0 6px 0;
    color: #1c1c1c
}

.arrow-link:hover i {
    text-decoration: none
}

.arrow-link i {
    font-size: .7em;
    margin: 0 0 0 4px
}

.arrow-link:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    color: rgba(0, 0, 0, 0.2);
    font-size: .75em
}

.arrow-link:hover:before {
    display: none
}

body {
    background: #fff
}

.inner {
    width: 94%;
    max-width: 69em;
    margin: 0 auto
}

.pad {
    padding: 1em
}

#page-wrap {
    float: left;
    width: 100%;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear
}

@media screen and (min-width: 1200px) {
    #page-wrap {
        position: relative
    }
}

#breadcrumb {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    color: rgba(0, 0, 0, 0.3);
    margin: 0 0 1em 0;
    font-size: .75em;
    text-align: right
}

#breadcrumb a {
    color: #000
}

#breadcrumb i {
    padding: 0 .5em;
    font-size: .875em
}

#breadcrumb a:hover {
    color: #174476;
    text-decoration: underline
}

header, #main, #main-c, footer, #breadcrumb, #welcome, #secondary-nav,
#page-headers, #page-relevant-nav, .reviews-widget, .adwords-sidebar {
    float: left;
    width: 100%
}

#main, #main-c {
    background: #fff;
    padding: 1em 0
}

#main-c {
    text-align: center
}

#main-c h2 {
    font-size: 2em;
    margin: .25em 0 .75em 0
}

#main-c .fa-check {
    color: #03A678
}

.page-feature {
    padding: 0 0 .5em 0;
    text-align: center
}

.page-feature .inner {
    max-width: 100%;
    width: 100%
}

.page-feature h2 {
    font-size: 2em;
    margin: 0;
    padding: 0
}

.page-feature h3 {
    font-size: 2.2em
}

.page-feature .tagline {
    font-size: 1.15em;
    padding: .75em 0 .5em 0
}

.page-feature .tagline p {
    margin: 0;
    padding: 0
}

.header-advert {
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    z-index: 9999;
    background: #999;
    background: -moz-linear-gradient(top, #474027 0%, #2a2310 100%);
    background: -webkit-linear-gradient(top, #474027 0%, #2a2310 100%);
    background: linear-gradient(to bottom, #474027 0%, #2a2310 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#474027', endColorstr='#2a2310', GradientType=0 )
}

.header-nav {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

.header-nav.with-ad {
    top: 90px
}

header .inner {
    position: relative
}

@media screen and (max-width: 1200px) {
    .header-advert {
        display: none
    }

    .header-nav.with-ad {
        margin-top: 0
    }
}

#logo {
    float: left;
    width: 350px;
    margin: -2.375em 0 1em 0
}

#secondary-nav {
    border-top: #174476 6px solid;
    margin: 0 0 1.375em 0;
    color: #fff;
    text-align: right
}

#secondary-nav li {
    display: inline-block;
    position: relative
}

#secondary-nav a {
    font-family: "PT Sans Narrow", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 1em;
    letter-spacing: .5px;
    text-align: center;
    padding: .375em 1em;
    border-radius: 0 0 4px 4px;
    border: 1px rgba(255, 255, 255, 0.2) solid;
    background: rgba(0, 0, 0, 0.05);
    border-top: 0
}

#secondary-nav a i {
    color: rgba(255, 255, 255, 0.5)
}

#secondary-nav.dark-nav a {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(0, 0, 0, 0.7)
}

#secondary-nav.dark-nav a i {
    color: rgba(0, 0, 0, 0.3)
}

#secondary-nav.dark-nav a:hover {
    background: rgba(255, 255, 255, 0.3)
}

footer {
    background: #0D2743;
    padding: 1em 0 2em 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-align: center
}

footer a {
    color: #fff
}

footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-nav {
    padding: 1em 0
}

.footer-nav a {
    display: inline-block;
    margin: 0 .5em
}

.footer-share {
    padding-top: .75em
}

.footer-share h5 {
    display: none;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-share .socialbutton {
    display: inline-block;
    padding: 1em
}

.created-by {
    margin-top: 1em
}

@keyframes fadein {
    from {
        opacity: 0;
        top: 0
    }

    to {
        opacity: 1;
        top: auto
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        top: 0
    }

    to {
        opacity: 1;
        top: auto
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        top: 0
    }

    to {
        opacity: 1;
        top: auto
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#nav-toggle {
    display: none;
    z-index: 9999
}

nav {
    position: relative
}

nav ul {
    float: left;
    width: 100%;
    border-radius: 4px;
    background: #174476;
    border: 1px #153f6d solid;
    box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.1) inset;
    background: #1f559b;
    background: -moz-linear-gradient(top, #1f559b 0%, #174476 100%);
    background: -webkit-linear-gradient(top, #1f559b 0%, #174476 100%);
    background: linear-gradient(to bottom, #1f559b 0%, #174476 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1f559b', endColorstr='#174476', GradientType=0 )
}

nav li {
    float: left;
    position: relative;
    margin-right: .5em
}

nav a {
    display: block;
    padding: .675em 1em;
    color: #fff
}

nav li:hover, nav a:hover, nav li.active:hover .toplevel {
    background: #edf0f2;
    background: -moz-linear-gradient(top, #edf0f2 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #edf0f2 0%, #fff 100%);
    background: linear-gradient(to bottom, #edf0f2 0%, #fff 100%)
}

nav li.nav-8:hover, nav li.nav-8 a:hover {
    border-color: #fff
}

nav li:hover a {
    color: #174476
}

nav .toplevel {
    letter-spacing: .75px;
    position: relative;
    border-radius: 6px 6px 0 0
}

nav .tl {
    letter-spacing: .75px;
    position: relative;
    border-radius: 6px 6px 0 0;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em
}

nav .toplevel b {
    color: #1c1c1c;
    font-weight: 800
}

nav li.home-link a {
    color: rgba(255, 255, 255, 0.6);
    padding-right: .5em
}

nav li.home-link:hover, nav li.home-link:hover a {
    background: none;
    color: #fff
}

.navgroup {
    display: none;
    left: -2em;
    top: auto;
    position: absolute;
    zoom: 1;
    z-index: 999997
}

nav li:hover .navgroup {
    display: block;
    -webkit-animation: fadein .3s;
    -moz-animation: fadein .3s;
    -ms-animation: fadein .3s;
    -o-animation: fadein .3s;
    animation: fadein .3s;
    opacity: 1
}

.navgroup-group {
    float: left;
    width: 260px;
    background: #fff;
    border-radius: 6px;
    padding: 1em;
    position: relative;
    z-index: 999998;
    text-align: left
}

.navgroup-group h4 {
    color: #aaa;
    font-weight: 300;
    font-family: "mulilight", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    padding: 0 0 .75em 0;
    font-size: 1.2em;
    width: 90%
}

.navgroup ul {
    border: 0;
    background: none
}

.navgroup li {
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 1em
}

.navgroup li:hover, .navgroup li a:hover {
    background: none
}

.navgroup li a {
    padding: 0;
    padding: .375em 0 0 0;
    margin: 0 0 .375em 0;
    display: inline-block;
    color: #174476;
    transition: all 0.2s ease 0s;
    border: none;
    font-size: .925em
}

.navgroup li a i {
    display: none
}

.nav-investment-isas .navgroup-group {
    width: 300px
}

.nav-fund-supermarket-isas .navgroup-group {
    width: 320px
}

@-webkit-keyframes fadeInUp-animated {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-animated {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight-animated {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0)
    }
}

@keyframes fadeOutRight-animated {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0)
    }
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#welcome {
    background: #f2f2f2 url(images/squairy_light.jpg)
}

@media screen and (min-width: 1600px) {
    #welcome .slide img {
        margin-top: ;
    }
}

#welcome .slide .inner {
    position: relative;
    width: 100%;
    max-width: 100%
}

#welcome .slide img {
    width: 100%;
    margin-bottom: -.5em;
}

#welcome .slick-prev {
    left: 0
}

#welcome .slick-next {
    right: 0
}

.welcome-caption {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    left: auto;
    bottom: 0em;
    padding: 0 1.75em 4em 1.75em;
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
}

.wc-wrap {
    position: relative;
    width: 600px;
    margin: 0 auto
}

.welcome-caption h1, .welcome-caption h2 {
    font-weight: 300;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif;
    font-size: 3em;
    color: #fff;
    margin-bottom: 1em
}

.welcome-caption p, .welcome-caption .arrow-link {
    font-size: 1.3em
}

.welcome-caption .arrow-link {
    color: #fff;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.welcome-caption .arrow-link:before {
    color: #1AA6D9;
    top: 6px
}

.welcome-caption .arrow-link:hover {
    border-bottom-color: #1AA6D9
}

#welcome .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    bottom: .5em;
    right: 1em
}

#welcome .slick-dots li {
    display: inline-block;
    -webkit-transform: skew(14deg);
    -moz-transform: skew(14deg);
    -o-transform: skew(14deg)
}

#welcome .slick-dots li button {
    display: block;
    background: #174476;
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 54px;
    border-bottom: 6px #0D2743 solid;
    margin-left: 4px;
    text-align: center
}

#welcome .slick-dots li button b {
    float: left;
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    width: 100%;
    font-weight: normal
}

#welcome .slick-dots li.slick-active button {
    background: #1AA6D9;
    border-bottom-color: #168ab5;
    color: #fff
}

#welcome .slick-dots li.slick-active button b {
    font-weight: normal
}

#welcome .slick-active .slide .welcome-caption {
    -webkit-animation: fadeInUp-animated 1s both .25s;
    animation: fadeInUp-animated 1s both 0.25s
}

.page-portals {
    margin: 1.25em 0 0 0
}

.page-portal img {
    margin: 0 0 1.25em 0
}

.page-portal h3 {
    color: #174476;
    border-bottom: 3px rgba(0, 0, 0, 0.1) solid;
    padding-bottom: .5em;
    margin-bottom: .75em
}

.page-portal:last-child {
    margin-right: 0
}

.h-snippets-wrap {
    padding: 2.25em 0 3em 0;
    background: #f5f9fd;
    border-bottom: 1px #dbe9f8 solid
}

.h-snippets {
    text-align: center;
    padding-top: 2em;
    font-size: 1.15em
}

.h-snippets .icon {
    font-size: 3.6em;
    display: inline-block;
    line-height: 1.8;
    width: 150px;
    height: 120px;
    -webkit-transform: skew(14deg);
    -moz-transform: skew(14deg);
    -o-transform: skew(14deg);
    background: #c7ebf8;
    color: #1AA6D9;
    background: -moz-linear-gradient(top, #e2f5fc 0%, #c7ebf8 100%);
    background: -webkit-linear-gradient(top, #e2f5fc 0%, #c7ebf8 100%);
    background: linear-gradient(to bottom, #e2f5fc 0%, #c7ebf8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='lighten($blue,68%)', endColorstr='lighten($blue,60%)', GradientType=0 )
}

.h-snippets i {
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    text-shadow: 1px 1px 1px #fff
}

.h-snippets h4 {
    margin: 0;
    padding: .75em 0 0 0;
    font-size: 1.5em
}

.h-snippets-wrap .button {
    margin-top: 1em
}

.isa-user-types-wrap {
    padding: .75em 0;
    background: #f5f9fd;
    border-top: 1px #dbe9f8 solid
}

.isa-user-types {
    margin-top: .75em;
    padding-bottom: .75em
}

.isa-user-type {
    border: 1px #dbe9f8 solid;
    padding: 1.5em
}

.isa-user-type.intermediate {
    background: #e4eefa url(images/intermediate-trim.png) no-repeat top right;
    border: 1px #b1cff0 solid
}

.isa-user-type.expert {
    background: #f5f9fd url(images/expert-trim.png) no-repeat top right
}

.isa-user-type h3 {
    width: 100%;
    padding: 0 4em .5em 0;
    border-bottom: 2px rgba(23, 68, 118, 0.1) solid;
    display: inline-block
}

.isa-user-type h3, .isa-user-type h4 {
    margin: 0 0 .75em 0
}

.isa-user-type a:hover {
    text-decoration: underline
}

.isa-user-type.beginner {
    background: #03A678 url(images/beginner-trim.png) no-repeat top right;
    border-color: #03A678;
    border-width: 0px;
    color: #fff
}

.isa-user-type.beginner h3 {
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

.isa-user-type.beginner h3, .isa-user-type.beginner h4, .isa-user-type.beginner a {
    color: #fff
}

.isa-user-type p {
    padding-right: 3em
}

.isa-user-type ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.isa-user-type li {
    position: relative;
    padding: 0 0 .25em 1em
}

.isa-user-type li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    color: rgba(0, 0, 0, 0.3);
    font-size: .75em
}

#top-isas {
    background: transparent;
    padding: 3em 0 3em 0
}

#top-isas .page-feature h3, #top-isas .page-feature .tagline {
    color: #fff
}

.top-isa-carousel .slick-slide {
    margin: 0 1em
}

.top-isa-carousel .slick-list, .isa-provider-carousel .slick-list {
    margin: 0 -1em
}

.top-isa-carousel .slick-dots {
    display: none !important
}

.top-isa-carousel .slick-prev {
    background-image: url(images/direction_left_light.png)
}

.top-isa-carousel .slick-next {
    background-image: url(images/direction_right_light.png)
}

.isa-providers {
    margin: 0;
    padding: 2.5em 0 4em 0;
    background: #fff;
    border-bottom: 1px #eee solid
}

.isa-provider-carousel {
    text-align: center;
    padding: 0 0 4.5em 0
}

.isa-provider-carousel .slick-dots {
    bottom: -3em
}

.isa-provider-carousel h4 {
    margin: .5em 0 .25em 0;
    display: none
}

.isa-provider-carousel .slide a {
    float: left;
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 70%, #edf0f2 100%);
    background: -webkit-linear-gradient(top, #fff 70%, #edf0f2 100%);
    background: linear-gradient(to bottom, #fff 70%, #edf0f2 100%);
    border-radius: 6px;
    padding: 2em 1em 1.5em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.14);
    margin: 0 0 .5em 0;
    border: 1px #f0f0f0 solid
}

.isa-provider-carousel .slick-slide {
    margin: 0 .5em
}

.isa-provider-carousel {
    padding-bottom: 1em
}

.isa-provider-carousel img {
    height: 38px
}

#page-portals {
    background: #174476;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    padding: 1.5em 0
}

#page-portals h4 {
    font-size: 1.5em
}

#page-portals h5 {
    border-bottom: 2px solid rgba(13, 39, 67, 0.5);
    padding: 0 0 .75em;
    margin: 0 0 1em;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em
}

#page-portals a {
    color: #fff
}

#page-portals a.arrow-link:hover {
    border-color: #1AA6D9
}

#page-portals a.arrow-link:before {
    color: #1AA6D9
}

#newsletter-signup {
    position: relative
}

#newsletter-signup input[type=email] {
    float: left;
    margin: 0 .5em 1em 0;
    padding: .625em;
    padding-left: 3em;
    width: 100%
}

#newsletter-signup button {
    float: left;
    background-color: #03A678;
    padding: .75em
}

#newsletter-signup .fa-envelope {
    position: absolute;
    top: 1em;
    left: .875em;
    color: #174476
}

#page-headers {
    padding: 2.75em 0;
    padding-top: 12em !important;
    float: left;
    width: 100%;
    background: #1f5da1;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    background-size: 1200px
}

#page-headers a {
    color: #fff
}

#page-headers h1 {
    font-size: 3em;
    color: #fff;
    margin: 0 0 0 0
}

#page-headers h5 {
    text-transform: uppercase;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif;
    letter-spacing: 2px;
    color: #fff;
    color: rgba(255, 255, 255, 0.2)
}

#page-headers h5 a:hover {
    text-decoration: underline
}

#page-headers .page-text-intro {
    padding-top: 1em
}

.ph-subtitle {
    margin: 0 0 .25em 0;
    font-size: 1.5em;
    line-height: 1.4;
    font-family: "mulilight", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7)
}

#page-headers .button {
    display: none
}

#page-headers.ph-standard {
    text-align: center;
    background: #0D2743
}

#page-headers.ph-standard .ph-subtitle {
    color: rgba(255, 255, 255, 0.8)
}

#page-headers.ph-cash-isas, #page-headers.ph-junior-isas, #page-headers.ph-help-to-buy-isas,
#page-headers.ph-lifetime-isas #page-headers.ph-investment-isas {
    padding: 1.5em 0
}

#page-headers.ph-cash-isas, #page-headers.pp-cash-isas {
    background: #bcbdc4
}

#page-headers.ph-investment-isas, #page-headers.pp-investment-isas {
    background: #f8f6f2;
    color: rgba(0, 0, 0, 0.8)
}

#page-headers.ph-junior-isa, #page-headers.pp-junior-isa {
    background: #e1e3ed;
    color: rgba(0, 0, 0, 0.8)
}

#page-headers.ph-lifetime-isas, #page-headers.pp-lifetime-isas {
    background: #d5e1ed;
    color: rgba(0, 0, 0, 0.8)
}

#page-headers.ph-help-to-buy-isas, #page-headers.pp-help-to-buy-isas {
    background: #8f9faf
}

#page-headers.ph-isa-transfers, #page-headers.pp-isa-transfers {
    background: #75a0cd
}

#page-headers.ph-isas-explained, #page-headers.ph-about-us, #page-headers.ph-contact-us,
#page-headers.ph-isa-blog, #page-headers.ph-tags, #page-headers.ph-the-comprehensive-guide-to-isas,
#page-headers.ph-investment-calculator {
    background: #8f9faf
}

#page-headers.ph-investment-isas h1, #page-headers.pp-investment-isas h1,
#page-headers.pp-investment-isas h5 a, #page-headers.ph-junior-isa h1,
#page-headers.pp-junior-isa h1, #page-headers.pp-junior-isa h5 a,
#page-headers.ph-lifetime-isas h1, #page-headers.pp-lifetime-isas h1,
#page-headers.pp-lifetime-isas h5 a {
    color: rgba(0, 0, 0, 0.8)
}

#page-headers.ph-investment-isas .ph-subtitle, #page-headers.pp-investment-isas .ph-subtitle,
#page-headers.ph-lifetime-isas .ph-subtitle, #page-headers.pp-lifetime-isas .ph-subtitle,
#page-headers.ph-junior-isa .ph-subtitle, #page-headers.pp-junior-isa .ph-subtitle {
    color: rgba(0, 0, 0, 0.5)
}

#page-headers.ph-news-item {
    padding: 1.5em 0
}

@media screen and (min-width: 800px) {
    #page-headers.ph-cash-isas, #page-headers.ph-junior-isas, #page-headers.ph-help-to-buy-isas,
    #page-headers.ph-lifetime-isas #page-headers.ph-investment-isas {
        padding: 2.5em 0
    }

    #page-headers.ph-cash-isas {
        background: #bcbdc4 url(images/cash-isas.jpg) no-repeat 64% bottom;
        background-size: 850px
    }

    #page-headers.pp-cash-isas {
        background: #bcbdc4 url(images/cash-isas.jpg) no-repeat 68% bottom;
        background-size: 614px;
        padding: 2em 0
    }

    #page-headers.ph-investment-isas {
        background: #f8f6f2 url(images/investment-isas.jpg) no-repeat 64% bottom;
        background-size: 840px
    }

    #page-headers.pp-investment-isas {
        background: #f8f6f2 url(images/investment-isas.jpg) no-repeat 70% bottom;
        background-size: 600px;
        padding: 1.5em 0
    }

    #page-headers.ph-junior-isa {
        background: #e1e3ed url(images/junior-isas.jpg) no-repeat 60% bottom;
        background-size: 840px
    }

    #page-headers.pp-junior-isa {
        background: #e1e3ed url(images/junior-isas.jpg) no-repeat 68% bottom;
        background-size: 540px;
        padding: 1.5em 0
    }

    #page-headers.ph-lifetime-isas {
        background: #d5e1ed url(images/lifetime-isas.jpg) no-repeat 60% bottom;
        background-size: 840px
    }

    #page-headers.pp-lifetime-isas {
        background: #d5e1ed url(images/lifetime-isas.jpg) no-repeat 68% bottom;
        background-size: 600px;
        padding: 1.5em 0
    }

    #page-headers.ph-help-to-buy-isas {
        background: #8f9faf url(images/help-to-buy-isas.jpg) no-repeat 65% bottom;
        background-size: 740px
    }

    #page-headers.pp-help-to-buy-isas {
        background: #8f9faf url(images/help-to-buy-isas.jpg) no-repeat 68% bottom;
        background-size: 600px;
        padding: 1.5em 0
    }

    #page-headers.ph-isa-transfers {
        background: #75a0cd url(images/isa-transfers.jpg) no-repeat 68% bottom;
        background-size: 846px
    }

    #page-headers.pp-isa-transfers {
        background: #75a0cd url(images/isa-transfers.jpg) no-repeat 70% bottom;
        background-size: 620px;
        padding: 1.5em 0
    }

    #page-headers.ph-isas-explained {
        background: #8f9faf url(images/isas-explained.jpg) no-repeat center right;
        background-size: cover
    }

    #page-headers.ph-providers {
        background: #8f9faf url(images/providers.jpg) no-repeat top right;
        background-size: cover
    }

    #page-headers.ph-about-us {
        background: #8f9faf url(images/about.jpg) no-repeat center center;
        background-size: cover
    }

    #page-headers.ph-contact-us {
        background: #8f9faf url(images/contact.jpg) no-repeat center center;
        background-size: cover
    }

    #page-headers.ph-isa-blog, #page-headers.ph-tags {
        background: #8f9faf url(images/news.jpg) no-repeat center center;
        background-size: cover
    }

    #page-headers.ph-the-comprehensive-guide-to-isas {
        background: #8f9faf url(images/guide-to-isas.jpg) no-repeat center center;
        background-size: cover
    }

    #page-headers.ph-investment-calculator {
        background: #8f9faf url(images/isas-explained.jpg) no-repeat top right;
        background-size: cover
    }
}

@media screen and (max-width: 1200px) {
    #page-headers.ph-cash-isas, #page-headers.ph-investment-isas,
    #page-headers.ph-lifetime-isas, #page-headers.ph-help-to-buy-isas,
    #page-headers.ph-junior-isa, #page-headers.ph-isa-transfers {
        background-position: right bottom
    }
}

@media screen and (max-width: 1100px) {
    #page-headers.ph-cash-isas {
        background-size: 790px
    }

    #page-headers.pp-cash-isas, #page-headers.pp-investment-isas {
        background-size: 540px
    }

    #page-headers.pp-junior-isa {
        background-size: 500px
    }
}

.ph-text {
    width: 100%
}

@media screen and (min-width: 800px) {
    .ph-text {
        min-height: 110px
    }
}

@media screen and (min-width: 1100px) {
    .ph-text {
        min-height: 130px
    }
}

.ph-text-crop {
    width: 720px
}

#page-relevant-nav {
    background: url(images/squairy_light.jpg);
    padding: 1em 0;
    text-align: left
}

#page-relevant-nav h4 {
    color: #888;
    font-weight: 300;
    font-family: "mulilight", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    padding-top: .1em;
    padding-right: 1em;
    font-size: 1.15em;
    line-height: 1.75
}

#page-relevant-nav .pipe {
    color: #aaa;
    font-weight: 300;
    font-family: "mulilight", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    padding-top: .1em;
    padding-right: 1em;
    font-size: 1.15em
}

#page-relevant-nav h4 span {
    display: none
}

#page-relevant-nav ul {
    font-size: .875em
}

#page-relevant-nav ul, #page-relevant-nav li {
    display: inline-block
}

#page-relevant-nav li {
    margin-right: 1.5em
}

#page-relevant-nav li a:hover {
    text-decoration: underline
}

#page-nav-toggle {
    display: none
}

.bank-isa {
    border: 1px #ddd solid;
    border-radius: 6px;
    padding: 1.5em;
    margin-bottom: 2em;
    background: #fff
}

.isa-listings .bank-isa h2 {
    float: none;
    margin-top: .5em
}

.bank-isa-logo {
    margin: 0 0 1em 0;
    max-width: 200px
}

.articles li {
    margin: 1em 0
}

#main.isa-listings {
    background: #eee url(images/squairy_light.jpg);
    padding: 1em 0 3em 0
}

.isa-listings h2 {
    color: #999;
    margin-top: 1em;
    float: left
}

.isa-box {
    margin: 1em 0 0 0;
    background: #fff;
    position: relative;
    border-top: 1px solid rgba(55, 55, 55, 0.1);
    border-radius: 6px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.12), 0px -3px 3px rgba(0, 0, 0, 0.1) inset;
    padding: .75em 1.25em
}

.isa-box .fa-check {
    color: #03A678
}

.isa-box .fa-plus {
    color: #03A678
}

.isa-box .fa-minus {
    color: #ef4836
}

.isa-pros-cons ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.isa-pros-cons ul li {
    padding: 0 .75em .25em 1.25em;
    font-size: 0.875em;
    position: relative
}

.isa-pros-cons .fa-plus, .isa-pros-cons .fa-minus {
    position: absolute;
    top: .375em;
    left: 0
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 180px;
    pointer-events: none;
    z-index: 9
}

.ribbon:before {
    content: "";
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    top: 5px;
    right: -40px;
    width: 80px;
    height: 20px;
    box-shadow: 0 2px 0 #DDD;
    text-align: center;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-width: 0 30px 30px 30px;
    border-style: solid;
    border-color: transparent transparent #03A678 transparent
}

.ribbon:after {
    display: block;
    position: relative;
    content: "new";
    color: #fff;
    top: -29px;
    right: -33px;
    width: 140px;
    height: 28px;
    padding-top: 5px;
    background: transparent;
    background-image: -webkit-linear-gradient(45deg, transparent 0%, transparent 77%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 81%, rgba(0, 0, 0, 0.4) 82%, transparent 83%), -webkit-linear-gradient(-45deg, transparent 0%, transparent 17%, rgba(0, 0, 0, 0.5) 18%, rgba(255, 255, 255, 0.3) 19%, rgba(255, 255, 255, 0.3) 20%, transparent 23%);
    background-image: -moz-linear-gradient(45deg, transparent 0%, transparent 77%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 81%, rgba(0, 0, 0, 0.4) 82%, transparent 83%), -moz-linear-gradient(-45deg, transparent 0%, transparent 17%, rgba(0, 0, 0, 0.5) 18%, rgba(255, 255, 255, 0.3) 19%, rgba(255, 255, 255, 0.3) 20%, transparent 23%);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    font-weight: bold;
    font-size: .875em;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 25, 0.1)
}

.oldie .ribbon:before, .oldie .ribbon:after {
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"
}

.ribbon.best-seller:before {
    border-color: transparent transparent #174476 transparent
}

.ribbon.dotm:before {
    border-color: transparent transparent #174476 transparent
}

.ribbon.market-leading:before {
    border-color: transparent transparent #174476 transparent
}

.ribbon.best-seller:after {
    content: "best seller"
}

.ribbon.special-offer:after {
    content: "special offer"
}

.ribbon.market-leading:after {
    content: "market leading"
}

.isa-header {
    padding: 0;
    margin: 0 0 .25em 0;
    min-height: 120px
}

.isa-logo {
    float: left;
    width: 350px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em .75em .5em .75em;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 70%, #edf0f2 100%);
    background: -webkit-linear-gradient(top, #fff 70%, #edf0f2 100%);
    background: linear-gradient(to bottom, #fff 70%, #edf0f2 100%);
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.14);
    border: 1px #f0f0f0 solid
}

.isa-title {
    position: relative;
    padding-left: 224px;
    margin-bottom: 2em
}

.isa-title h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 .25em 0
}

.isa-title h4 {
    font-size: 1em;
    color: #999
}

.isa-title h4 a {
    color: #03A678
}

.isa-title h4 a:hover {
    text-decoration: underline
}

.isa-title h5 {
    font-size: .875em;
    color: #999;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 .25em 0;
    letter-spacing: 1px
}

.isa-option {
    border: 2px solid #03A678;
    color: #03A678;
    float: left;
    padding: .5em;
    font-size: .875em;
    margin: 1em 0 0 0
}

.isa-option .fa-check {
    color: #03A678
}

.isa-summary .rate {
    border: 1px #ddd solid;
    background: #f3f3f3;
    padding: .75em;
    padding-bottom: .5em;
    margin: 0 0 1em 0;
    text-align: center;
    max-width: 280px
}

.isa-summary .rate em {
    font-style: normal;
    text-transform: uppercase;
    display: block;
    color: #777;
    font-size: .75em
}

.isa-summary .rate b {
    font-size: 1.8em;
    font-weight: bold;
    color: #174476;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif
}

.isa-summary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%
}

.isa-summary li {
    position: relative;
    padding: 0 0 .25em 0
}

.isa-summary strong, .isa-summary-notes strong {
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #222
}

.isa-summary-notes {
    float: left;
    width: 100%;
    padding-bottom: .5em
}

.isa-summary-notes i {
    float: left;
    color: #ccc;
    font-size: 2em;
    padding-right: .5em
}

.isa-box.active {
    border-bottom: 8px #444 solid
}

.toggle-isa-details {
    position: relative;
    width: 100%;
    float: right;
    margin-top: 1em;
    font-size: .925em;
    background: #fff;
    color: #174476;
    border: 1px rgba(23, 68, 118, 0.15) solid;
    text-decoration: none;
    padding: 1em;
    border-radius: 2px;
    transition: all 0.1s ease-in-out
}

.toggle-isa-details i {
    color: #174476;
    padding-left: .75em;
    margin-top: .25em;
    float: right
}

.toggle-isa-details:hover {
    border-color: rgba(23, 68, 118, 0.5)
}

.toggle-isa-details:hover:before {
    background: #02070b
}

.toggle-isa-details:hover:after {
    background: #000
}

.toggle-isa-details.active {
    background: #eee;
    color: #666;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
    border-color: #ccc
}

.toggle-isa-details.active:hover {
    border-color: #ccc
}

.toggle-isa-details.active i {
    color: #666
}

.isa-body {
    float: left;
    width: 100%;
    display: none;
    border-top: 1px #ddd solid;
    padding-top: .75em
}

.isa-body > p {
    margin-bottom: 0.5em;
    line-height: 1.3em
}

.isa-body .important-info {
    font-size: 0.875em;
    border-top: 1px solid #ddd;
    padding-top: 1em;
    margin-top: 0
}

.isa-body .important-info strong {
    color: #000;
    font-weight: bold;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.isa-body .important-info.alone {
    border: 0;
    padding-top: 0
}

.isa-actions.promo {
    padding-right: 3.5em
}

.isa-more-info {
    float: right;
    width: 100%;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 2px;
    background: #fe6400;
    background: -moz-linear-gradient(top, #fe6400 0%, #d05200 100%);
    background: -webkit-linear-gradient(top, #fe6400 0%, #d05200 100%);
    background: linear-gradient(to bottom, #fe6400 0%, #d05200 100%);
    font-weight: bold;
    color: #fff;
    padding: .825em 1em;
    margin: 0 0 0;
    transition: all 0.1s ease-in-out;
    font-size: 1.25em;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif
}

.isa-more-info:hover {
    background: #fe6400;
    background: -moz-linear-gradient(top, #fe6400 0%, #e55a00 100%);
    background: -webkit-linear-gradient(top, #fe6400 0%, #e55a00 100%);
    background: linear-gradient(to bottom, #fe6400 0%, #e55a00 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19), 0 2px 4px rgba(0, 0, 0, 0.23);
    color: #fff
}

.isa-more-info i {
    float: right;
    color: rgba(255, 255, 255, 0.3);
    margin-top: .375em;
    font-size: .875em
}

.isa-calc-wrap {
    margin: 1em auto;
    border-radius: 5px;
    border-left: 5px solid #dedede;
    background: #efefef;
    padding: 1em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.isa-calc-wrap h4 {
    margin: 0 0 .5em 0
}

.isa-calc-wrap .label {
    float: left;
    padding: 0 0 .5em 0;
    width: 100%
}

.isa-calc-wrap .calc-box {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 0;
    max-width: 140px;
    margin: 0 auto;
    background: #fff
}

.isa-calc-wrap .calc-box span {
    padding: .5em;
    line-height: 2
}

.isa-calc-wrap .isa_calculator {
    border: none;
    outline: none;
    margin-left: 3px;
    padding-bottom: 3px;
    background: none;
    max-width: 100px;
    font-size: 100%
}

.isa-calc-wrap .isa_calc_out strong {
    color: #03A678;
    font-weight: bold;
    font-size: 1.5em
}

.no-isas-found {
    margin: 1em 0 .25em 0
}

.isa-landing-text {
    background: #fff;
    padding: 1.5em 0
}

.isa-box-column {
    padding: 1.5em;
    position: relative;
    text-align: center
}

.isa-box-column .isa-more-info {
    margin-top: 1em;
    display: inline-block;
    float: none;
    width: auto
}

.isa-box-column .isa-logo {
    width: 100%;
    position: relative;
    margin: 0 0 1.5em 0
}

.isa-box-column .isa-logo img {
    max-width: 180px
}

.isa-box-column .isa-title {
    margin: 0 0 1em 0;
    padding-left: 0
}

.isa-box-column .rate {
    max-width: 100%
}

.isa-box-column .isa-option {
    margin-bottom: 1em;
    float: none;
    display: inline-block
}

.isa-box-column .isa-more-info i {
    float: none;
    padding-left: 1em
}

.page-text {
    padding-right: 2em
}

.page-text h2, .page-text h3, .page-text h4, .page-text h5 {
    margin-bottom: .5em;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif !important
}

.page-text p a, .page-text li a {
    font-weight: bold;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.page-text a:hover {
    text-decoration: underline
}

.page-text p strong {
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #222
}

.page-text ul, .article-content ul, .page-text-cols ul {
    list-style-type: none;
    padding: 0;
    margin-left: 1em
}

.content-strip ul {
    padding-left: .875em
}

.page-text-cols ul {
    margin: 0 0 1em 0
}

.page-text ul li, .article-content ul li, .page-text-cols ul li {
    position: relative;
    padding: 0 0 .25em 1.5em
}

.page-text li, .article-content li, .page-text-cols li {
    margin-top: .25em
}

.page-text ul li:before, .article-content ul li:before, .page-text-cols ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    color: #03A678;
    font-size: .75em
}

.page-text hr {
    margin: 2em 0;
    background: #b1cff0;
    color: #b1cff0;
    border-color: #b1cff0
}

.page-text blockquote {
    float: right;
    width: 40%;
    min-width: 300px;
    background: #174476;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    padding: 1.5em;
    margin: 2em 0 1em 4%;
    position: relative
}

.page-text blockquote h3, .page-text blockquote h3 strong {
    color: #fff !important
}

.page-text blockquote p {
    margin: 0;
    padding: 0
}

.page-advert img {
    height: auto
}

#main .page-text-intro {
    font-size: 1.3em;
    margin: 1em 0 1em 0;
    color: #000
}

#main.isa-listings .page-text-intro {
    margin: .25em 0 0 0
}

.page-text blockquote:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 50px solid #194b83;
    border-right: 50px solid transparent;
    -webkit-box-shadow: -12px 12px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -12px 12px 7px rgba(0, 0, 0, 0.2);
    box-shadow: -7px 7px 12px rgba(0, 0, 0, 0.2)
}

.page-text blockquote:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 49px solid #fff;
    border-left: 49px solid transparent
}

.page-side-nav h3 {
    margin: 0 0 .5em 0
}

.page-side-nav ul {
    margin: 0 0 1em 0
}

.page-side-nav li {
    padding: .5em 0
}

.disclaimer-box {
    float: left;
    width: 100%;
    background: #fff;
    border-top: 1px #ddfef5 solid;
    padding: 2.5em 0 3em 0
}

.disclaimer-box h5 {
    margin: 0 0 1em 0;
    font-size: 1.3em;
    color: #03A678
}

.disclaimer-box p:last-child {
    margin: 0;
    padding: 0
}

.page-sidebar {
    padding: 1.25em 1.5em 1em 1.5em;
    border: 1px #dbe9f8 solid;
    background: #f5f9fd
}

.page-sidebar h3 {
    margin: 0 0 1.25em 0;
    padding: 0 0 1em 0;
    color: rgba(23, 68, 118, 0.6);
    border-bottom: 2px rgba(23, 68, 118, 0.1) solid;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-sidebar li {
    position: relative;
    margin-top: .5em;
    padding: 0 0 .25em 1.25em;
    font-size: .925em
}

.page-sidebar a:hover {
    text-decoration: underline
}

.page-sidebar li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    color: rgba(23, 68, 118, 0.3);
    font-size: .75em
}

.page-full-sidebar {
    margin: 2em 0 1.5em 0
}

.page-sidebar .navgroup {
    display: block;
    position: relative;
    top: auto;
    left: auto
}

.page-sidebar .navgroup-group {
    width: 100%;
    background: none;
    padding: 0
}

.page-sidebar .navgroup-group h4 {
    color: #174476;
    font-size: 1.3em
}

.page-sidebar .navgroup-group a {
    font-size: 1em;
    padding: 0
}

.page-sidebar li ul {
    list-style-type: none;
    padding: .25em 0 0 0;
    margin: 0;
    font-size: .875em
}

.page-sidebar li ul li {
    padding-left: 0
}

.page-sidebar li ul li:before {
    display: none
}

.reviews-widget {
    background: #f2f2f2;
    padding: 1em 1em 0 1em
}

.adwords-sidebar {
    border: 8px #f2f2f2 solid;
    padding: 1.25em 1em;
    text-align: center
}

.adwords-sidebar ins {
    background: transparent
}

.page-sidebar, .reviews-widget, .adwords-sidebar {
    margin: 0 0 1.5em 0
}

.page-text-cols strong {
    color: #000
}

.content-strip {
    background: #eee url(images/squairy_light.jpg);
    padding: 2em 0
}

.content-strip h3 {
    margin: 0 0 .5em 0
}

.content-strip-with-image {
    color: #fff;
    color: rgba(255, 255, 255, 0.8)
}

.content-strip-with-image h3 {
    color: #fff;
    margin: 0 0 .75em 0;
    font-size: 2em
}

.content-strip-with-image p strong {
    color: #fff;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.content-strip-with-image li {
    margin: 0 0 1em 0
}

.csw1 {
    background: #bc4c38
}

.csw2 {
    background: #8f9faf
}

@media screen and (min-width: 800px) {
    .csw1 {
        background: #bc4c38 url(images/fund-supermarket-isas.jpg) no-repeat 60% top;
        background-size: 1400px;
        background-position: 70% bottom
    }

    .csw2 {
        background: #8f9faf url(images/help-to-buy-isas.jpg) no-repeat 60% top;
        background-size: 1400px;
        background-position: 70% bottom
    }
}

.page-testimonials {
    text-align: center
}

.page-testimonials blockquote {
    background: #fff;
    border: 1px #ccc solid;
    padding: 1.25em;
    position: relative
}

.page-testimonials blockquote:after, .page-testimonials blockquote:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.page-testimonials blockquote:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px
}

.page-testimonials blockquote:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #cccccc;
    border-width: 11px;
    margin-left: -11px
}

.page-testimonials .author {
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #000;
    margin-top: 1em
}

.tag-list h4 {
    margin: 0 0 .75em 0;
    text-transform: uppercase;
    color: #ccc
}

.tag-list li {
    margin: .5em 0 0 0
}

.tag-list i {
    display: none
}

.article-listing {
    float: left;
    width: 100%;
    border-bottom: 1px #e0e0e0 solid;
    padding: 0 0 .5em 0
}

.article-listing img {
    margin-top: .5em
}

.article-date {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px
}

.article-listing-date {
    width: 140px;
    margin-right: 3.25em;
    position: relative;
    line-height: 1.2;
    color: #03A678
}

.article-listing-date .date {
    font-size: 2.6em;
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif;
    padding-top: .225em
}

.article-listing-date .month-year {
    text-transform: uppercase
}

.article-listing-date .stroke {
    font-size: 5em;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #e0e0e0
}

.article-listing h3 {
    padding: .5em 0 .25em 0
}

.article-listing h3 a:hover {
    color: #000
}

.paging {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 3em 0 2em 0;
    padding: 0
}

.paging li {
    display: inline-block
}

.paging li a {
    display: block;
    border: 1px #ccc solid;
    padding: .5em 1em;
    margin: 0 1em 1em 0
}

.paging li a:hover {
    background: #174476;
    color: #fff;
    border-color: #174476
}

.paging li.active a, .paging li.active a:hover {
    background: #ddd;
    border-color: #ddd;
    color: #174476;
    cursor: auto
}

h1.article-title {
    font-size: 3em;
    line-height: 1.2;
    padding: .125em 0
}

.article-abstract {
    font-size: 1.3em;
    margin: 1em 0 1em 0;
    color: #000
}

.article-image {
    margin: 1.5em 0 0 0
}

.article-content h2, .article-content h3, .article-content h4 {
    margin: 0 0 .5em 0
}

.article-content p {
    padding-left: 2em
}

.article-abstract p {
    padding-left: 0
}

#page-headers.ph-brochure-request {
    background: #475476
}

@media screen and (min-width: 800px) {
    #page-headers.ph-brochure-request {
        background: #475476 url(images/brochure-request.jpg) no-repeat center center;
        background-size: cover
    }
}

.isa-thumb-logo {
    float: left;
    text-align: center;
    padding: .75em;
    margin-top: .75em;
    margin-right: 2.5em;
    padding-bottom: .25em;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 70%, #edf0f2 100%);
    background: -webkit-linear-gradient(top, #fff 70%, #edf0f2 100%);
    background: linear-gradient(to bottom, #fff 70%, #edf0f2 100%);
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.14);
    border: 1px #f0f0f0 solid
}

.isa-thumb-logo img {
    max-width: 200px
}

.brochure-quote-wrap {
    background: #eee url(images/squairy_light.jpg);
    border: 1px #ddd solid;
    margin: 1em 0 1.5em 0
}

.brochure-quote {
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 1.5em;
    position: relative
}

.brochure-quote blockquote p:last-child {
    padding: 0;
    margin: 0
}

.brochure-quote .image {
    float: right;
    width: 130px;
    height: 130px;
    border-radius: 110px;
    display: block;
    border: 4px #fff solid;
    background-color: #eee;
    background-position: center center;
    background-size: 100%;
    overflow: hidden;
    margin: 0 0 1em 1.5em
}

.brochure-quote .name {
    float: left;
    margin-top: 1.5em
}

.brochure-quote .author {
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #000
}

#brochure-form {
    color: #fff;
    background: #174476;
    padding: 2em 1em
}

#brochure-form label {
    color: #fff
}

#brochure-form label.error {
    background: #f00
}

#brochure-form h3 {
    color: #fff;
    border-bottom: 2px rgba(255, 255, 255, 0.2) solid;
    margin: 0 0 .75em 0;
    padding: 0 0 .75em 0
}

#brochure-form ul {
    margin-left: 0;
    padding-top: 1em
}

#brochure-form li {
    padding: 0 0 .5em 0
}

#brochure-form li:before {
    content: ""
}

#brochure-form #br-keep-informed {
    margin-right: .5em
}

#brochure-form input[type=checkbox] {
    margin-right: .5em
}

#brochure-form button {
    float: right;
    font-size: 1.2em
}

.brochure-plan {
    padding: 1em;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0 1em 0
}

.brochure-plan strong {
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.helpdesk-number {
    font-size: 2em;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.contact-details h3 {
    margin-bottom: .5em
}

#contact-form, #investment_calculator {
    float: left;
    width: 100%;
    padding: 1.5em;
    border: 1px #dbe9f8 solid;
    background: #f5f9fd
}

form {
    margin-bottom: 1em
}

form label {
    float: left;
    width: 36%;
    margin-right: 4%
}

form h3 {
    font-size: 1.7em;
    margin-bottom: .5em
}

input.error, select.error, textarea.error {
    border: 1px #F00 solid
}

label.error {
    width: auto;
    padding: 0px 4px !important;
    margin: 0 !important;
    color: #F00
}

form label.error {
    float: left;
    margin-left: 40% !important
}

form li input, form li textarea {
    float: left;
    width: 60%
}

form li select {
    float: left;
    width: 60%
}

form li input.smallField {
    width: 140px
}

form li input[type=checkbox] {
    width: auto
}

span.required {
    color: #f00
}

form li {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 0.8em 0
}

form select {
    width: auto
}

form input.button {
    float: right;
    clear: both;
    font-size: 1.3em;
    margin: 0.5em 0 0 0
}

form li small {
    float: left;
    margin-left: 33%
}

form .checkboxes {
    float: left;
    width: 57%
}

form .checkbox {
    float: left;
    width: 50%
}

form .checkbox input {
    float: left
}

form .checkbox span {
    float: left
}

#thanks {
    background: #03A678;
    padding: 1em;
    color: #fff;
    display: block;
    margin: 0 0 1em 0;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

#contact-form #thanks i {
    color: #fff
}

#error {
    background: #d60000;
    padding: 1em;
    color: #fff;
    display: block;
    margin: 0 0 1em 0;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

#contact-form #error i {
    color: #fff
}

#thanks, #error {
    text-align: center
}

#thanks a, #error a {
    color: #fff;
    text-decoration: underline
}

.investment-calculator .inner {
    max-width: 700px
}

.inv_calc_text p {
    float: left;
    width: 100%;
    margin: 1.25em 0 0em 0;
    text-align: center;
    background: #fff;
    padding: 1.25em;
    border: 1px #dbe9f8 solid
}

.inv_calc_text strong {
    display: block;
    font-size: 3em;
    font-weight: normal;
    font-family: "mulisemibold", "PT Sans", "Helvetica Neue", Arial, sans-serif;
    color: #174476
}

.site-map ul li {
    margin: 0.5em 0 0 0
}

.site-map ul li:first-child {
    margin: 0
}

.site-map ul ul {
    margin: 0;
    border-left: 1px solid #174476
}

.site-map ul ul li {
    margin: 0.5em 0 0 0;
    padding-left: 1em
}

.site-map ul ul ul {
    margin: 0 0 0 1em
}

.site-map > div > ul > li {
    margin: 1.5em 0 0 0
}

.gsc-adBlock, .gsc-adBlockVertical {
    display: none !important
}

.gsc-thinWrapper {
    width: 100% !important
}

.gsc-cursor-current-page {
    background: #fff !important;
    border: 1px #999 solid;
    text-shadow: none !important
}

.gsc-cursor-page {
    font-size: 14px !important;
    padding: 4px 8px !important
}

.gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType,
.gsc-control-cse {
    font: normal 16px / 1.5 "museo-sans", "muliregular", "PT Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-style: normal
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #666 !important
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-result .gs-title, .gs-result .gs-title * {
    font-size: 1.1em;
    color: #174476 !important
}

.gs-title {
    font-family: "museo-sans-condensed", "PT Sans Narrow", "Helvetica Neue", Arial Narrow, sans-serif
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #174476 !important;
    border-color: #F0C30A
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #174476 !important
}

.gsc-result .gs-title {
    height: auto !important
}

.gsc-tabsArea {
    display: none !important;
    font-size: 1em !important;
    font-weight: normal !important
}

.gsc-orderby-container {
    display: none !important
}

.gsc-twiddelRegionCell, gsc-configLabelCell {
    display: none
}

.search-panel {
    margin-top: 2em
}

.search-results-box {
    border: 1px solid #ccc;
    padding: 1em
}

.search-results-box form {
    margin-bottom: 0
}

.search-results-box h4 {
    color: #999;
    font-size: 1em
}

.search-results-box input[type="text"] {
    width: 80%;
    background: #FFF url("images/icon-search.png") no-repeat scroll 8px 12px / 20px auto;
    padding: 0.75em 1em 0.75em 2.2em;
    border: 1px ccc solid;
    box-shadow: none;
    color: #666;
    font-weight: 300;
    font-family: "museo-sans", "muliregular", "PT Sans", "Helvetica Neue", Arial, sans-serif
}

.search-results-box .button {
    padding: .75em 1em;
    width: 18%;
    margin-left: 1.5%
}

@media screen and (max-width: 1400px) {
    #top-isas .inner {
        width: 84%
    }
}

@media screen and (max-width: 1340px) {
    #nav a.tl {
        font-size: 1.05em;
        padding: .675em .875em
    }
}

@media screen and (max-width: 1200px) {
    body {
        background: #174476
    }

    .header-nav {
        position: static
    }

    header {
        padding: 0;
        background: #fff
    }

    header .inner {
        width: 100%
    }

    #logo {
        margin: 0;
        padding: 1.25em 0 1em 1em;
        width: 140px
    }

    #page-portals .col {
        padding: 1em 0 0 0
    }

    #newsletter-signup button {
        position: relative
    }

    #secondary-nav, #nav {
        display: none;
        float: right;
        width: 200px;
        position: absolute;
        right: -200px;
        z-index: 99999
    }

    #secondary-nav {
        top: 0;
        border: 0;
        margin: 0
    }

    #secondary-nav .inner, #nav .inner {
        width: 100%
    }

    #secondary-nav a, #secondary-nav ul {
        border: 0
    }

    #secondary-nav li {
        float: left;
        width: 100%;
        border: 0;
        border-top: 1px rgba(255, 255, 255, 0.1) solid
    }

    #secondary-nav a {
        text-align: center;
        font-size: 1em;
        border-radius: 0;
        padding: .75em 1em
    }

    #secondary-nav.dark-nav a, #secondary-nav.dark-nav a:hover {
        background: none
    }

    #secondary-nav.dark-nav a, #secondary-nav.dark-nav a i {
        color: #fff
    }

    #nav {
        top: 200px
    }

    #nav li {
        width: 100%
    }

    #nav li.home-link {
        display: none
    }

    #nav a {
        text-align: center;
        font-size: 1em;
        border-radius: 0;
        padding: .5em 1em
    }

    #nav a {
        border-top: 1px rgba(255, 255, 255, 0.3) solid
    }

    nav li:hover .navgroup, .navgroup {
        display: none
    }

    #nav-toggle {
        display: block;
        float: right;
        color: #174476;
        width: 90px;
        height: 81px;
        text-align: center;
        padding-right: .125em;
        font-size: 2.5em;
        cursor: pointer;
        line-height: 2;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center
    }

    #page-headers .button {
        display: block;
        float: left;
        margin: 1em 0
    }

    #page-wrap.shift {
        margin-left: -200px
    }

    #nav.active, #secondary-nav.active {
        right: 0;
        display: block
    }

    #secondary-nav.active {
        right: 0
    }

    #page-relevant-nav {
        background: #03A678
    }

    #page-relevant-nav h4 {
        font-size: 1.3em;
        border: 0;
        margin: .25em 0 .25em 0;
        color: #fff
    }

    #page-relevant-nav h4 span {
        display: inline-block;
        padding-left: .25em
    }

    #page-relevant-nav ul {
        display: none;
        border-top: 2px rgba(0, 0, 0, 0.2) solid;
        padding-top: .5em;
        margin-top: .5em
    }

    #page-relevant-nav li {
        width: 100%
    }

    #page-relevant-nav li a {
        display: block;
        padding: .5em 0;
        color: #fff
    }

    #page-nav-toggle {
        display: block;
        float: right;
        color: #fff;
        font-size: 1.5em;
        cursor: pointer;
        margin: 0;
        padding: 0 .75em;
        text-align: center
    }

    #page-headers {
        padding-top: 2em !important
    }
}

@media screen and (max-width: 1240px) {
    .isa-user-type.beginner {
        margin-top: 1%
    }

    .isa-user-types {
        margin-top: 0
    }
}

@media screen and (max-width: 1100px) {
    .welcome-caption h1, .welcome-caption h2 {
        font-size: 1.7em
    }

    .isa-user-type {
        background-size: 100px !important
    }

    #page-headers h1 {
        font-size: 2.4em
    }
}

@media screen and (max-width: 980px) {
    .search-results-box .button {
        width: auto
    }
}

@media screen and (max-width: 910px) {
    .isa-user-type {
        width: 100%;
        margin: 0 0 1.5em 0;
        background-size: 120px !important
    }

    .isa-title, .isa-box-column .isa-title {
        padding-left: 0
    }

    .isa-logo, .isa-box-column .isa-logo {
        position: relative;
        width: 100%;
        margin: 0 0 1.5em 0
    }

    .isa-logo img, .isa-thumb-logo img {
        max-width: 180px;
        padding: .75em
    }

    .isa-thumb-logo {
        float: none;
        margin: 0 0 1em 0
    }
}

@media screen and (max-width: 870px) {
    .isa-user-types .col {
        width: 100%;
        margin: 0 0 1.5em 0
    }

    .ph-text-crop {
        width: 100%
    }

    h1.article-title {
        font-size: 2em
    }

    .page-text {
        padding-right: 0
    }
}

@media screen and (max-width: 830px) {
    .isa-box .col {
        width: 100%;
        margin: 0 0 1.5em 0
    }

    .isa-body {
        border: 0;
        padding-top: 0
    }

    .article-listing .col {
        margin-left: 0
    }

    #brochure-form ul {
        width: 100%;
        padding: .5em 0 0 0
    }
}

@media screen and (max-width: 680px) {
    .article-content {
        width: 100%;
        margin: 0 0 1.5em 0
    }

    .search-results-box input[type="text"], .search-results-box .button {
        width: 100%;
        margin: 0
    }

    .search-results-box .button {
        margin: .5em 0 0 0
    }
}

@media screen and (max-width: 600px) {
    .span_1_of_2, .span_2_of_2, .span_1_of_3, .span_2_of_3, .span_3_of_3,
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_1_of_5,
    .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5, .span_1_of_6,
    .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6,
    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7,
    .span_6_of_7, .span_7_of_7, .span_1_of_8, .span_2_of_8, .span_3_of_8,
    .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8,
    .span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9,
    .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_1_of_10, .span_2_of_10,
    .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10,
    .span_8_of_10 {
        width: 100%;
        margin: 0 0 1.5em 0
    }

    .inner {
        width: 90%
    }

    .page-feature h3 {
        font-size: 1.7em
    }

    .page-feature .header {
        font-size: 1.3em
    }

    .page-feature .tagline {
        font-size: 1em
    }

    #main {
        padding: 2em 0 1em 0
    }

    #main .page-text-intro {
        font-size: 1em;
        margin: 0 0 1.5em 0
    }

    #nav a.tl {
        font-size: 1em
    }

    .wc-wrap {
        width: 100%;
        padding-top: 1em
    }

    #welcome {
        background: #174476;
        overflow: hidden;
        padding-bottom: 2em
    }

    #welcome .slick-dots {
        bottom: -1.5em
    }

    #welcome .slick-dots li button {
        width: 30px;
        height: 34px
    }

    #welcome .inner {
        width: 100%
    }

    .welcome-caption {
        width: 100%;
        background: #174476;
        position: relative;
        left: auto;
        bottom: auto;
        font-size: 1em;
        padding: 1em
    }

    #welcome h1, #welcome h2 {
        font-size: 1.7em
    }

    #welcome p, #welcome ul, .welcome-caption p, .welcome-caption .arrow-link {
        font-size: 1em
    }

    #top-isas {
        padding-bottom: 4em
    }

    #top-isas .slick-dots {
        bottom: -3em
    }

    #top-isas .inner {
        width: 86%
    }

    .top-isa-carousel .slick-dots {
        display: block !important;
        bottom: -1em
    }

    .top-isa-carousel .slick-next, .top-isa-carousel .slick-prev {
        display: none !important
    }

    .isa-provider-carousel {
        padding: 0 1em
    }

    .isa-provider-carousel img {
        height: 30px
    }

    .h-snippets {
        font-size: 1em
    }

    #page-headers {
        background-image: none;
        padding: 2em 0
    }

    #page-headers h1 {
        font-size: 2em;
        line-height: 1.1
    }

    .ph-text {
        width: 100%
    }

    .ph-subtitle {
        font-size: 1.15em;
        padding-top: .5em
    }

    .page-text-intro {
        font-size: 1em;
        margin: 0 0 1em 0
    }

    .isa-logo, .isa-box-column .isa-logo {
        margin-top: .75em
    }

    .page-text-cols h3, .content-strip h3 {
        font-size: 1.5em
    }

    .page-sidebar h3 {
        font-size: 1em
    }

    .page-text blockquote {
        min-width: 1px;
        float: left;
        width: 100%;
        margin: 1em 0 2em 0
    }

    .page-text blockquote h3 {
        padding-right: 1em
    }

    .csw1 {
        background: #bc4c38
    }

    .csw2 {
        background: #8f9faf
    }

    .content-strip {
        padding-bottom: .5em
    }

    .isa-user-types-wrap {
        padding: 1.5em 0 0em 0
    }

    .article-content p {
        padding-left: 0
    }

    .tag-list h4 {
        border-bottom: 1px #ddd solid;
        padding: 0 0 .5em 0
    }

    .tag-list i {
        float: right;
        display: block;
        cursor: pointer
    }

    .tag-list i:hover {
        color: #174476
    }

    .tag-list ul {
        display: none;
        float: left;
        width: 100%
    }

    .article-abstract {
        font-size: 1em
    }

    #brochure-form {
        padding: 1.5em .25em
    }
}

@media screen and (max-width: 480px) {
    .isa-user-type {
        background-size: 100px !important
    }

    h1.article-title {
        font-size: 2em;
        margin: .25em 0 .25em 0
    }
}


