/* Minification failed. Returning unminified contents.
(568,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section, header, footer {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: 0; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * mixings, variables, helper classes
*/
/*Webfonts*/
@font-face {
  font-family: "PreloSlab-Book";
  src: url(/Content/oneunderwriting/fonts/2F6D8D_E_0.eot);
  src: url(/Content/oneunderwriting/fonts/2F6D8D_E_0.eot?#iefix) format("embedded-opentype"), url(/Content/oneunderwriting/fonts/2F6D8D_E_0.woff) format("woff"), url(/Content/oneunderwriting/fonts/2F6D8D_E_0.ttf) format("truetype"); }
/* Global styles*/
html {
  font-size: 14px; }

body {
  background-color: #ffffff;
  font-family: Arial, Helvetica sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #808080;
  height: 100%; }

a {
  text-decoration: none;
  color: gray; }

.wrapper:after {
  content: "";
  display: table;
  clear: both;
  *zoom: 1; }

a img {
  border: 0; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.site {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

header {
  position: relative;
  padding: 135px 0 0 0; }

.logo {
  /*background-image: url(/-/media/oneunderwriting/images/one_underwriting_logo.png);
  background-repeat: no-repeat;
  background-size: 144px 61px;*/
  height: 61px;
  width: 144px;
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2; }

.claim {
  display: block;
  position: absolute;
  top: 86px;
  left: 220px;
  z-index: 2;
  font-size: 16px;
  color: #808080;
  font-family: "PreloSlab-Book", Arial, sans-serif;
  font-weight: bold; }

.banner {
  width: 100%;
  display: block; }

main {
  margin: 42px 4em 42px; }

.content {
  padding: 0; }

.search-box {
  position: absolute;
  right: 40px;
  top: 77px;
  z-index: 2; }
  .search-box label {
    display: none; }
  .search-box input[type="submit"] {
    width: 16px;
    height: 16px;
    border: 0;
    background: url(/-/media/oneunderwriting/images/search_icon.gif) no-repeat #ffffff;
    color: #ffffff; }
  .search-box input[type="text"] {
    border: 1px solid #999;
    color: #808080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    width: 220px;
    height: 23px;
    padding: 0 3px;
    margin: 0 5px 0 0; }

/* Navigation*/
.btn-menu-mobile {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 50;
  cursor: pointer;
  border: 0;
  background-color: #8cc63f;
  color: #ffffff;
  display: none;
  font-size: 16px;
  padding: 0;
  outline: none; }

.mobile-menu .menu-left {
  display: none; }

.mobile-menu nav {
  background: #85c446;
  position: relative;
  z-index: 130;
  width: 100%; }

.main-navigation {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 80%; }
  .main-navigation:after {
    content: "";
    display: table;
    clear: both;
    *zoom: 1; }
  .main-navigation > li {
    width: 25%;
    border-right: 1px solid #ffffff;
    line-height: 40px;
    float: left;
    text-align: center;
    height: 40px; }
    .main-navigation > li:first-child {
      display: none; }
    .main-navigation > li:nth-child(2) {
      border-left: 1px solid #ffffff; }
    .main-navigation > li a {
      font-family: "PreloSlab-Book", Arial, sans-serif;
      font-size: 22px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      display: block;
      height: 100%; }

footer {
  background: #f2f2f2;
  width: 100%;
  margin: 0 0 14px;
  min-height: 38px;
  padding: 12px 0 0 0; }

.footer-navigation {
  width: 90%;
  margin: 0 auto; }
  .footer-navigation:after {
    content: "";
    display: table;
    clear: both;
    *zoom: 1; }
  .footer-navigation li {
    float: left;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid gray;
    width: 14%;
    text-align: center;
    white-space: nowrap; }
    .footer-navigation li:first-child {
      border-left: 0; }
    .footer-navigation li:last-child {
      width: 28%; }
    .footer-navigation li a {
      text-decoration: none;
      color: #808080; }
      .footer-navigation li a:hover {
        color: #808080; }

/* Text*/
h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  margin: 0.5em; }

h1 {
  font-size: 36px;
  text-align: center; }

h1, h2 {
  color: #85c446;
  font-family: "PreloSlab-Book", Arial, sans-serif; }

h3 {
  color: gray;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 2em; }

.green-headline {
  font-size: 18px;
  color: #85c446;
  font-family: Arial, Helvetica sans-serif; }

.green {
  color: #85c446; }

.blue {
  color: #008eb3; }

.blue-headline {
  font-size: 18px;
  color: #008eb3;
  font-family: Arial, Helvetica sans-serif; }

p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0.5em  0.5em 20px; }
  p.intro {
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 0 auto 40px; }

main ul {
  margin: 0.5em 0.5em 1.5em; }
  main ul li {
    padding: 0 0 0 12px;
    position: relative;
    line-height: 1.5em; }
    main ul li:before {
      content: '\2022';
      position: absolute;
      left: 0; }

main ol {
  list-style: decimal;
  margin: 0 0 1.5em 23px; }
  main ol li {
    padding: 0 0 0 0;
    position: relative;
    line-height: 1.5em; }

main a {
  text-decoration: underline;
  color: gray; }
  main a:hover {
    color: #85c446; }
  main a.black-link {
    color: #000000; }
  main a.green-link {
    color: #85c446; }

.breadcrumbs {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 17px; }
  .breadcrumbs a {
    color: #3fa9f5;
    text-decoration: underline;
    position: relative;
    padding: 0 12px 0 0;
    display: inline-block;
    margin: 0 8px 0 0; }
    .breadcrumbs a:after {
      content: '>';
      position: absolute;
      color: #808080;
      right: 0;
      display: inline-block;
      text-decoration: underline; }
  .breadcrumbs a:after {
    text-decoration: none; }

.read-more-btn {
  cursor: pointer;
  color: #3fa9f5;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0 25px 0 0;
  background: url(/-/media/oneunderwriting/images/arrows.gif) no-repeat right top; }
  .read-more-btn.open {
    background: url(/-/media/oneunderwriting/images/arrows.gif) no-repeat right bottom; }

.read-more-link {
  text-align: center;
  margin: 0 0 43px; }

.read-more {
  display: none;
  margin: 2em 2em 71px; }

.content-left {
  display: block;
  margin: 2em 4em; }

.gray-box {
  background: #f2f2f2;
  text-align: center;
  padding: 24px 0.5em;
  margin: 0 -63px; }
  .gray-box h2 {
    font-size: 20px;
    color: gray;
    font-weight: normal;
    width: 60%;
    text-align: center;
    margin: 0 auto 21px; }

.col-wrapper {
  padding: 23px 0 0 0; }
  .col-wrapper:after {
    content: "";
    display: table;
    clear: both;
    *zoom: 1; }
  .col-wrapper h3 {
    color: gray; }
  .col-wrapper .col-33 {
    width: 33%;
    float: left; }

.sitemap {
  margin: 40px 0; }
  .sitemap li {
    padding: 0 0 17px; }
    .sitemap li:before {
      content: ''; }
  .sitemap a {
    color: gray;
    font-size: 16px;
    text-decoration: none; }
    .sitemap a:hover {
      text-decoration: underline; }
  .sitemap ul {
    margin: 20px 0 0 49px; }
    .sitemap ul li {
      padding: 0 0 6px 12px; }
      .sitemap ul li:before {
        content: "\2022"; }
      .sitemap ul li a {
        font-size: 14px; }
.cookie-settings {
  display: block;
  text-align: right;
}
.cookie-settings .checkbox {
  display: inline-block;
  position: relative;
  width: auto;
}
.cookie-settings .checkbox label {
  font-size: 0;
}
.cookie-settings .checkbox input {
  display: none;
}
.cookie-settings .checkmark, .checkmark-text {
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}
.cookie-settings .checkmark {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  display: block;
  height: 30px;
  padding-right: 31px;
  padding-top: 1px;
}
.cookie-settings .checkmark-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: white;
  color: #85c446;
  content: "";
  display: inline-block;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 10px;
  text-align: center;
  width: 80px;
}
.cookie-settings input:checked + .checkmark {
  background-color: #85c446;
  border-color: #85c446;
  padding-left: 31px;
  padding-right: 0;
}
.cookie-settings input:focus + .checkmark {
  box-shadow: 0 0 1px #85c446;
}
body > .cc_banner-wrapper {
  bottom: 0;
  height: 440px;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
body > .cc_banner-wrapper.cc_one_underwriting {
  bottom: 10%;
}
.cc_banner-wrapper > .cc_container {
  animation-duration: 0.8s;
  animation-name: slideUp;
  bottom: 0;
  pointer-events: initial;
  position: absolute;
}
.cc_one_underwriting .cc_container .cc_btn,
.cc_one_underwriting .cc_container .cc_btn:visited {
  background-color: #85c446;
  border-radius: 0;
  color: #ffffff;
  transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}
.cc_one_underwriting .cc_container {
  margin: 0 auto;
  width: 95%;
}
.cc_one_underwriting .cc_container .cc_btn {
  float: left;
}
.cc_one_underwriting .cc_container .cc_message {
  padding: 5px 0 0 0;
}
@keyframes slideUp {
  0% {
    top: 440px;
  }
  100% {
    top: 0;
  }
}
.cc_container .cc_btn {
  cursor: pointer;
  font-size: 0.6em;
  line-height: 1em;
  text-align: center;
  transition: font-size 200ms ease 0s;
}
.cc_container .cc_message {
  clear: both;
  font-size: 0.6em;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 0 0 0;
  transition: font-size 200ms ease 0s;
}
.cc_container .cc_logo {
  background-image: url(/Content/oneunderwriting/css/https:/s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
  background-size: cover;
  display: none;
  height: 22px;
  opacity: 0.9;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 200ms ease 0s;
  width: 100px;
}
.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 410px) {
    body > .cc_banner-wrapper.cc_one_underwriting {
        height: 205px;
    }
    .cc_one_underwriting .cc_container .cc_btn {
        float: right;
    }
    .cc_one_underwriting .cc_container .cc_message {
        clear: none;
        padding: 0;
    }
    @keyframes slideUp {
        0% {
            top: 170px;
        }
        100% {
            top: 0;
        }
    }
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn, .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper, .cc_container {
    display: none;
  }
}
.cc_container {
  left: 0;
  overflow: hidden;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
}
.cc_container .cc_btn {
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 10px;
  max-width: 150px;
  padding: 8px 10px;
  text-align: center;
  width: 33%;
}
.cc_container .cc_message {
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
  }
}
.cc_container {
  background: #222 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  font-size: 17px;
}
.cc_container *::-moz-selection {
  background: #ff5e99 none repeat scroll 0 0;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background-color: #85c446;
  border-radius: 5px;
  color: #fff;
  transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #fff;
  color: #000;
}
.cc_container a, .cc_container a:visited {
  color: #31a8f0;
  text-decoration: none;
  transition: color 200ms ease 0s;
}
.cc_container a:hover, .cc_container a:active {
  color: #b2f7ff;
}
.cc_message {
  color: #fff;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background-color: #85c446;
  color: #fff;
}
.cc_container .cc_btn.cc_btn_accept_all {
  background-color: #85c446;
}
.cc_container .cc_btn {
  max-width: 150px;
}
/* Media queries for large devices*/
@media (max-width: 929px) {
  .main-navigation > li a {
    font-size: 20px; }

  footer {
    background: #f2f2f2;
    width: 100%;
    margin: 0 0 14px;
    padding: 22px 0 12px; }

  .footer-navigation li {
    float: none;
    margin: 0 10px 10px 0;
    padding: 0 0 0 10px;
    width: auto;
    display: inline-block; }
    .footer-navigation li a {
      width: auto; }
      .footer-navigation li a:last-child {
        width: auto; }

  main {
    margin: 20px 30px; }

  .col-wrapper .col-33 {
    float: none;
    width: 100%;
    margin: 0 0 40px 0; } }
/* Media queries for medium devices*/
@media (max-width: 830px) {
  .claim {
    width: 200px;
    top: 70px; }

  .search-box input[type="text"] {
    width: 180px; } }
/* Additional Media queries for small devices landscape */
@media (max-width: 680px) {
  header {
    padding: 0; }

  .logo {
    /*background-size: 94px 40px;*/
    height: 40px;
    width: 94px;
    top: 15px;
    left: 10px; }

  .claim {
    width: 120px;
    top: 32px;
    left: 120px;
    font-size: 12px; }

  .navbar {
    background-color: #f2f2f2;
    height: 70px;
    border-bottom: 1px solid gray;
    margin: 0; }

  .btn-menu-mobile {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 50;
    cursor: pointer;
    border: 0;
    background-color: #8cc63f;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 39px;
    padding: 0;
    outline: none;
    background: url(/-/media/oneunderwriting/images/menu.png) no-repeat; }

  .btn-menu-close {
    width: 22px;
    height: 22px;
    padding: 0;
    outline: none;
    background: url(/-/media/oneunderwriting/images/menu_close.png) no-repeat;
    position: absolute;
    top: 19px;
    left: 8px;
    cursor: pointer;
    border: 0; }

  .search-box {
    left: 80px;
    position: absolute;
    right: auto;
    top: 20px;
    z-index: 201;
    width: 80%; }
    .search-box input[type="text"] {
      width: 70%; }

  .mobile-menu {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 200;
    height: 100%; }
    .mobile-menu .menu-left {
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2001;
      background-color: #85c446;
      display: block; }

  .mobile-menu nav {
    background: #ffffff;
    position: relative;
    bottom: 0;
    top: 70px;
    right: 0;
    z-index: 130;
    width: 100%; }

  .main-navigation {
    margin: 0;
    width: 100%; }
    .main-navigation > li {
      width: 100%;
      border-right: 0;
      line-height: 40px;
      float: none;
      text-align: left;
      height: auto;
      padding: 0 0 0 60px; }
      .main-navigation > li:first-child {
        display: block; }
      .main-navigation > li:nth-child(2) {
        border-left: 0; }
      .main-navigation > li:first-child a {
        border-top: 1px solid gray; }
      .main-navigation > li a {
        font-family: "PreloSlab-Book", Arial, sans-serif;
        border-bottom: 1px solid gray;
        font-size: 16px;
        text-align: left;
        text-decoration: none;
        color: gray;
        display: block;
        height: auto;
        padding: 5px 20px; }

  footer {
    background: #f2f2f2;
    width: 100%;
    margin: 0 0 14px;
    padding: 22px 0 12px; }

  .footer-navigation li {
    margin: 0 10px 10px 0;
    padding: 0 0 0 10px;
    display: inline-block; }
    .footer-navigation li:last-child {
      display: block;
      border-left: 0; }

  main {
    margin: 20px 10px; }

  h1 {
    font-size: 25px;
    line-height: 28px; }

  p.intro {
    width: 90%; }

  .gray-box {
    margin: 0 -10px; }
    .gray-box h2 {
      width: 90%;
      font-size: 16px; }

  .read-more {
    margin: 2em 0 50px; } }

/*# sourceMappingURL=oneunderwriting.css.map */

