﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize
	modified by td on 20151207
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after,
.DesignMode .article .container .WebPartContent:after,
.EditMode .article .container .WebPartContent:after,
.stacked-headers:after {
  content: "";
  display: table;
  clear: both;
}

.container,
.form-row {
  clear: left;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.lt-ie9 .container,
.lt-ie9 .form-row {
  width: 1240px;
}

.container.narrow,
.form-row.narrow {
  max-width: 965px;
  padding: 0 10px;
}

h1,
table thead,
strong,
.bold,
a.show-more,
.stacked-headers h2,
.carousel-quotes .img-description,
.form h2,
.icon-link {
  font-family: "Bliss Bold", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
table tbody,
blockquote,
.hero .content p,
.menu li,
.menu .subnav-list .subnav-list-item {
  font-family: "Bliss Regular", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 12px;
  color: #04476f;
  overflow-x: hidden;
}

a {
  color: #04476f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #04476f;
  line-height: 1.2;
  margin: 0 0 1em 0;
}

h3,
h4,
h5,
h6 {
  color: #505253;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5,
h6 {
  font-size: 15px;
}

input {
  outline: none !important;
}

p,
ul {
  color: #505253;
  line-height: 1.4;
}

p,
td,
th {
  font-size: 15px;
  color: #505253;
}

table {
  width: 100%;
}

table thead {
  background: #fff;
}

th {
  color: #04476f;
}

td,
th {
  padding: 10px;
  text-align: left;
}

ul {
  font-size: 14px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  border-left-color: #4f5253;
}

blockquote p {
  color: #04476f;
  line-height: 1.2;
  margin: 0;
}

blockquote footer {
  background: transparent;
  color: #505253;
  height: auto;
  font-size: 15px;
}

blockquote cite {
  font-style: normal;
}

blockquote.quote h2 {
  font-size: 21px;
}

section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wrapper {
  background: #fff;
  position: relative;
  top: 50px;
  left: 0;
  z-index: 20;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-bottom: solid 1px lightgray;
}

nav {
  background-color: #f3f3f3;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 14px;
}

nav .logo {
  float: left;
  width: 170px;
  height: 50px;
}

nav .logo img {
  display: block;
  width: 11em;
  height: auto;
}

nav .logo:hover {
  text-decoration: none;
  border: none;
}

nav a {
  display: block;
  color: #201848;
  text-decoration: none;
}

nav a:hover {
  text-decoration: none;
}

nav .container {
  padding: 0 10px;
}

.btn {
  background: #04476f;
  border: 0;
  border-radius: 1em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 2em;
  padding: 0 15px 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.btn:before {
  color: #f0ab00;
  font-family: "capita-pay-icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  left: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 36px;
  height: 30px;
  left: -4px;
  line-height: 30px;
}

.btn:hover {
  background-color: #f0ab00;
  text-decoration: none;
}

.btn:hover:before {
  color: #04476f;
}

.btn--primary {
  background: #f0ab00;
  color: #04476f;
}

.btn--primary:before {
  color: #04476f;
}

.btn--primary:hover {
  background-color: #04476f;
  color: #fff;
}

.btn--primary:hover:before {
  color: #f0ab00;
}

.btn--white:hover {
  background-color: #fff;
  color: #04476f;
}

.btn--white:hover:before {
  color: #04476f;
}

@font-face {
  font-family: "capita-pay-icon-font";
  src: url("../fonts/capita-pay-icon-font.eot");
  src: url("../fonts/capita-pay-icon-font.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/capita-pay-icon-font.woff") format("woff"),
    url("../fonts/capita-pay-icon-font.ttf") format("truetype"),
    url("../fonts/capita-pay-icon-font.svg#capita-pay-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

footer {
  background-color: #f3f3f3;
  font-size: 13px;
  color: #fff;
  width: 100%;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer img {
  width: 29px;
}

footer p {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

footer ul {
  font-size: 13px;
  float: left;
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}

footer ul li {
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 0;
}

footer .container {
  background-color: #004670;
}

footer .container.narrow {
  padding-bottom: 1em;
}

footer .contact-us {
  margin-top: 13px;
}

footer .contact-us li {
  display: list-item;
  margin-top: 3px;
  min-width: 100px;
}

footer .contact-us li img {
  display: inline-block;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
}

footer .socialHooks {
  clear: left;
  float: left;
  margin-top: 5px;
}

footer .socialHooks li {
  margin: 8px 0 0 0;
  display: list-item;
  width: 37px;
}

footer .socialHooks li.connect {
  margin: 15px 5px 0 0;
  width: auto;
  color: #fff;
  font-size: 13px;
}

@media only screen and (min-width: 48em) {
  h1 {
    font-size: 60px;
  }

  .page-form h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5,
  h6 {
    font-size: 21px;
  }

  p,
  ul,
  th,
  td {
    font-size: 21px;
  }

  td,
  th {
    padding: 20px;
    box-sizing: border-box;
  }

  .btn {
    font-size: 24px;
    line-height: 1.6;
    padding: 0 24px 0 40px;
  }

  .btn:before {
    font-size: 48px;
    height: 38px;
    left: 0;
    line-height: 38px;
  }

  nav .btn {
    font-size: 18px;
    line-height: 2em;
  }

  .btn--large {
    font-size: 30px;
  }

  .btn--large:before {
    font-size: 60px;
    height: 48px;
    left: -4px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 64em) {
  header,
  .wrapper {
    -webkit-transition: left 0.3s ease-out;
    -ms-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
}

@media only screen and (min-width: 64em) {
  .wrapper {
    top: 100px;
  }

  nav {
    background-color: #fff;
    clear: left;
    font-size: 14px;
    height: 100px;
    position: relative;
  }

  nav .logo {
    height: 66px;
    left: 10px;
    position: absolute;
    top: 20px;
    width: 200px;
  }

  nav .container {
    overflow: hidden;
  }

  .menu-container {
    background-color: #fff;
    bottom: auto;
    float: right;
    height: auto;
    margin-top: 34px;
    min-height: 0;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }

  .menu {
    background-color: transparent;
    color: #04476f;
    float: left;
    font-size: 18px;
  }

  .menu li {
    border: 0;
    display: block;
    float: left;
    font-size: 18px;
    overflow: visible;
    padding: 10px 10px 0 10px;
    position: static;
    white-space: nowrap;
    width: auto;
  }

  .menu li a {
    border-bottom-width: 3px;
    margin: 0;
    width: auto;
  }

  section {
    padding: 50px 0;
  }

  h2 {
    font-size: 42px;
  }

  .header-grey {
    font-size: 30px;
  }
}

@media only screen and (min-width: 75em) {
  nav .logo {
    width: 300px;
    height: 100px;
    top: 0;
  }

  nav .search {
    margin-left: 20px;
  }
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  iframe,
  video,
  embed,
  object,
  map,
  .image-map img,
  .menu-container,
  .menu-mobile,
  .icon,
  .socialHooks,
  .show-more {
    display: none;
  }

  .wrapper {
    top: auto;
  }

  .container,
  .container.narrow {
    max-width: none;
    padding: 0 10px;
  }

  .container-h600 {
    height: auto !important;
  }

  .container .container {
    padding: 0;
  }

  header {
    position: static;
  }

  section {
    padding: 10px 0 !important;
  }

  h1 {
    margin-bottom: 10px !important;
  }

  h2,
  h3,
  .header {
    font-family: "Bliss Bold", Calibri, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16pt !important;
    margin: 15px 0 !important;
    page-break-after: avoid;
  }

  h3,
  .quote,
  .call-us {
    font-size: 14pt !important;
  }

  h4,
  .btn,
  .btn-cta2-large .link-text {
    font-size: 12pt !important;
  }

  .btn {
    background: transparent !important;
    color: #000;
  }

  p,
  li {
    font-size: 10pt !important;
  }

  table {
    page-break-inside: avoid;
  }

  table th,
  table td {
    font-size: 10pt !important;
  }

  table th {
    font-weight: normal;
  }

  .header {
    margin: 15px 0 !important;
  }

  .article ul {
    margin: 10px 0 !important;
  }

  .contact-us {
    clear: left !important;
  }
}
