body {
    color: #1F4266;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #4596CD;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.gray {
    background-color: #F2F5F7;
}
.blue {
    background-color: #4596CD;
    color: #fff;
}
.white,
a.white {
    background: #fff;
    color: #1F4266;
}
.section {
    padding: 10% 0 7% 0;
}

.section-new {
    padding: 4px 0 4px 0;
}

.retina {
    width: 20%;
    height: 20%;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.nowrap > input {
  position: relative;
  top: 0px;
}

.nowrap > span {
  white-space: normal;
}

.row.flex {
    display: flex;
    flex-direction: column;
}
.row.flex.reverse {
    flex-direction: column-reverse;
}
.row.flex .columns {
    flex: 1;
    min-height: 240px;
    padding: 10% 7% 8% 7%;
    margin: 0;
}
.row.flex.middle div {
    flex-direction: row;
    display: flex;
    align-items: center;
}
.row.flex div p {
    display: block;
}
.columns.separator {
    border-bottom: 1px solid rgba(0,34,102,0.3);
    padding-bottom: 5%;
    margin-bottom: 10%;
}
.section.no-padding,
.section.references{
    padding: 0;
}
.section.no-padding .container {
    width: 100%;
}
.section.no-padding .image {
    background-size: cover;
}
.separator {
    border-bottom: 1px solid #E1E7EB;
}
.flexi-image {
    width: 100%;
    height: 100%;
}
blockquote {
    margin: 0;
    font-size: 140%;
    font-style: italic;
    font-weight: 100;
}
ul {
    list-style-position: ooutside;
    margin-left: 20px
}

p~ul, p~ol {
    margin-top: -2.5rem;
}

li {
    margin: 0;
}
table {
    margin: 0 auto 40px auto;
}
.lowercase {
    text-transform: none !important;
}
.float-right {
    float: right;
    margin-left: 20px;
}
.float-left {
    float: left;
    margin-right: 20px;
}

/* For devices larger than 750px */
@media (min-width: 750px) {
    .section { padding: 7% 0 4% 0; }
    .columns.separator { border: none; margin-bottom: 0px; padding-bottom: 0; }
    .flexi-image { width: 100%; height: 100%; }
    .row.flex { flex-direction: row; }
    .row.flex .columns { min-height: 360px; padding: 5% 7% 3% 7%; width: 50%; }
    .row.flex.reverse { flex-direction: row; }
}

/*** NAVIGATION **************************************************************/


#navigation {
    background: #1F4266;
    padding: 90px 0 20px 0;
    text-align: left;
}
#navigation .logo {
    position: absolute;
    top: -60px;
    left: 0;
}
#navigation .u-full-width > a:first-child {
    float: left;
}
#navigation a {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 90%;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    margin-right: 2%;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
#navigation a.selected,
#navigation a:hover{
    color: #fff;
}
#navigation .mainnavigation {
    margin: 0 auto;
}
#navigation .languages {
    text-align: right;
    font-size: 80%;
    position: absolute;
    right: 0px;
    top: -55px;
    white-space: nowrap;
}
#navigation .languages img {
    position: relative;
    top: 10px;
    margin-left: 15px;
}
#teaser {
    background-color: #4596CD;
    color: #fff;
    padding: 0.5% 0 4% 0;
    position: relative;
    text-align: center;
}
#teaser.start {
    background: transparent;
    color: #fff;
    padding: 0.5% 0 4% 0;
    text-align: left;
}

/* For devices larger than 770px */
@media (min-width: 770px) {
    #navigation { padding: 30px 0 30px 0; height: 24px; }
    #navigation .mainnavigation { text-align: center; }
    #navigation .languages { top: 0; right: 50px; }
    #navigation .logo { top: -24px; }
}

/*** SUB-NAVIGATION **********************************************************/

#subnavigation {
    margin-top: 2%;
    margin-bottom: 10%;
    text-align: left;
}
#subnavigation a {
    color: #fff;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 2% 0 3% 0;
    font-size: 90%;
    display: inline-block;
    margin: 0 1% 0 0 ;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    -ms-transition: border-bottom-color 0.3s;
    -o-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
    text-decoration: none;
}
#subnavigation a.selected,
#subnavigation a:hover {
    border-bottom-color: rgba(255,255,255,1);
    text-decoration: none;
}

/* For devices larger than 770px */
@media (min-width: 770px) {
    #subnavigation { margin-bottom: 5%; margin-top: 0; text-align: center; }
    #subnavigation a { padding: 2% 1%; margin: 0 0.5% 0 0.5%; }
}

/*** BENEFITS LIST ***********************************************************/

.benefits-list {
    list-style: none;
    margin-left: 0;
}
.benefits-list li {
    padding-left: 32px;
    background: transparent url("../images/icon-badge-transparency-small.svg") no-repeat 0 0;
    margin-bottom: 16px;
}
.benefits-list li.benefit-transparency {
    background-image: url("../images/icon-badge-transparency-small.svg");
}
.benefits-list li.benefit-risk {
    background-image: url("../images/icon-badge-risk-small.svg");
}
.benefits-list li.benefit-profitability {
    background-image: url("../images/icon-badge-profitability-small.svg");
}
.benefits-list li.benefit-time {
    background-image: url("../images/icon-badge-time-small.svg");
}

/*** LIST ********************************************************************/

.thumbnail-list {
    list-style: none;
    margin-left: 0;
}
.thumbnail-list li {
    margin-bottom: 16px;
}
.thumbnail-list strong {
    display: block;
    margin-bottom: -2px;
}
.thumbnail-list a {
    color: #1F4266;
    display: block;
    text-decoration: none;
    padding-left: 48px;
    background: transparent url("../images/icon-news.svg") no-repeat 0 0;
}
.thumbnail-list.report a {
    background-image: url("../images/icon-report.svg");
}
.thumbnail-list a:hover strong {
    text-decoration: underline;
}

/* For devices larger than 750px */
@media (min-width: 750px) {
    .featurelist { text-align: left; }
}

/*** ITEMIZED LIST ***********************************************************/

.itemizedlist {
    text-align: left;
    list-style: none;
}
.itemizedlist li {
    font-weight: normal;
}
.itemizedlist li {
    background: transparent url("../images/icon-link-active.svg") no-repeat 0 4px;
    padding-left: 24px;
}
.itemizedlist li.youtube {
    background-image: url("../images/icon-link-youtube.svg");
}
.itemizedlist li.pdf {
    background-image: url("../images/icon-link-pdf.svg");
}
.itemizedlist li a {
    color: #1F4266;
    text-decoration: none;
}
.itemizedlist li a:hover {
    text-decoration: underline;
}

/*** FINE PRINT **************************************************************/

.fineprint {
    color: #B6BBBF;
    font-size: 80%;
    text-align: left;
}
.fineprint.security {
    background: transparent url("../images/icon-security.svg") no-repeat 0 2px;
    padding-left: 16px;
}

/*** NEWSTICKER **************************************************************/

.newsticker {
    list-style: none;
    color: #fff;
    margin: 0;
    margin-top: 20px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.newsticker li {
    display: block;
    height: 80px;
}
.newsticker a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.newsticker strong {
    background: transparent url("../images/icon-link.svg") no-repeat 100% 10%;
    padding-right: 20px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 120%;
    text-transform: uppercase;
}
.newsticker:hover {
    opacity: 1;
}
/*** SEARCHBOX ***************************************************************/

.searchbox{
    position:absolute;
    min-width:40px;
    width:0%;
    height:40px;
    right: 0;
    top: -7px;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#navigation .searchbox-input{
    top:0;
    right:0;
    border:0;
    border-radius: 0;
    outline:0;
    background:#fff;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 55px 0px 20px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #D0D5D9;
}
.searchbox-input:-moz-placeholder {
    color: #D0D5D9;
}
.searchbox-input::-moz-placeholder {
    color: #D0D5D9;
}
.searchbox-input:-ms-input-placeholder {
    color: #D0D5D9;
}
#navigation .searchbox-icon,
#navigation .searchbox-submit{
    background: #1F4266 url("../images/icon-search.svg") no-repeat 50% 50%;
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    overflow: hidden;
    line-height: 100px;
}
.searchbox-open{
    width:100%;
}

/*** DOWNLOAD ****************************************************************/

a.download,
a.youtube,
a.appstore {
    background: transparent url("../images/icon-download.svg") no-repeat 0 50%;
    display: block;
    padding-left: 42px;
    line-height: 20px;
}
a.download em,
a.youtube em,
a.appstore em {
    display: inline-block;
    color: #1F4266;
    text-decoration: none;
    font-style: normal;
}
a.youtube {
    background-image: url("../images/icon-download-youtube.svg");
    line-height: 32px;
}
a.appstore {
    background-image: url("../images/icon-download-appstore.svg");
    line-height: 32px;
}
#youtube a.youtube {
    background-image: url("../images/icon-download-youtube-white.svg");
    color: #fff;
    display: block;
    text-decoration: none;
}
#youtube a.youtube:hover {
    background-image: url("../images/icon-download-youtube.svg");
    text-decoration: underline;
}
#youtube {
    margin-top: 20px;
}

/* For devices larger than 750px */
@media (min-width: 750px) {
   #youtube {
        float: right;
       margin-top: -85px;
       font-size: 1rem;
       text-align: center;
       position: relative;
       z-index: 100;
    }
    #youtube a.youtube {
        background-position: 50% 0;
        padding: 30px 0 0 0;
        text-decoration: none;
    }
}

/*** BADGE *******************************************************************/

.badge {
    background: #5FCC29 url("../images/icon-hiring.svg") no-repeat 20px 50%;
    display: inline-block;
    padding: 10px 20px 10px 70px;
    border-radius: 10px;
    line-height: 20px;
    text-align: left;
    position: relative;
    margin-top: -30px;
    bottom: -45px;
}
.badge.contact {
    background-image: url("../images/icon-contact.svg");
}
.badge a {
    color: #fff;
    text-decoration: none;
}
.badge a em {
    text-decoration: underline;
    display: block;
}

/* For devices larger than 750px */
@media (min-width: 750px) {
    .badge {
        margin-top: -30px;
        bottom: -80px;
    }
}

/*** FORM ********************************************************************/

form .warning, form .warning:focus {
    border-color: #F7A500;
    color: #F7A500;
}
p.warning {
    background: transparent url("../images/icon-warning.svg") no-repeat 10px 50%;
    border-bottom: 3px solid #F7A500;
    color: #F7A500;
    padding: 5px 10px 5px 36px;
}
/*** TOOLTIP ******************************************************************/
.tooltip {
  position: absolute;
  display: inline-block;
  background: transparent url("../../../../_new-images/icon-info.png") no-repeat 50% 50%;
  background-size: 16px 16px;
  width: 24px;
  height: 23px;
}

/* RETINA */
@media
  (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  .tooltip {
    background: transparent url("../../../../_new-images/icon-info@2x.png") no-repeat 50% 50%;
    background-size: 16px 16px;
  }
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 12px;
  position: absolute;
  z-index: 1;
  top: -17px;
  left: 105%;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 400;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*** COMPARISON **************************************************************/

.comparison .available {
    background-image: url("../images/icon-checkmark.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.comparison em {
    display: none;
}
.comparison .alternate {
    background-color: #F2F5F7;
}

/*** FOOTER ******************************************************************/

#footer {
    background: #1F4266;
    color: #fff;
}
#footer img {
    margin-bottom: 40px;
}
#footer h5 a {
    color: #fff;
    text-decoration: none;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    text-decoration: underline;
}
#footer ul {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
}
#footer li {
    margin: 0;
}
#footer h5 {
    margin: 0;
    color: #fff;
}
.social-icon {
    margin-left: 10px;
    margin-top: -7px;
    display: inline-block;
}
/* For devices larger than 750px */
@media (min-width: 750px) {
    #footer { font-size: 80%; }
}

.tagline {
    max-width: 50%;
}
.icon {
    width: 70%;
    max-width: 180px;
}
h1, h3, h4,  .button, button, input[type=submit] {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}
h3 a, h3 a:hover {
    color: #1F4266;
    text-decoration: none;
}
h5 {
    font-weight: 600;
}
.button {
    color: #fff;
    border: none;
}
.button.dark {
    background: #1F4266;
}
.button.green {
    background: #5FCC29;
}
.button.youtube,
.button.pdf {
    background: #ffffff;
    display: inline-block;
    line-height: 42px;
}
.button.youtube, input[type="submit"].youtube {
    background-color: #FFF;
    color: #D32321;
}
button.youtube::before, .button.youtube::before, input[type="submit"].youtube::before {
    font-size: 1.5rem;
}
.icon-youtube-play:before {
    content: '\f16a';
}
@font-face {
    font-family: 'fontello';
    src: url(../../../../fontello/fontello.eot?89505022);
    src: url("../../../../fontello/fontello.eot?89505022#iefix") format("embedded-opentype"), url(../../../../fontello/fontello.woff2?89505022) format("woff2"), url(../../../../fontello/fontello.woff?89505022) format("woff"), url(../../../../fontello/fontello.ttf?89505022) format("truetype"), url("../../../../fontello/fontello.svg?89505022#fontello") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.button.youtube span,
.button.pdf span {
    background: transparent url("../images/icon-link-youtube.svg") no-repeat 0 42%;
    display: inline-block;
    padding-left: 24px;
    color: #D32321;
}
.button.pdf span {
    background-image: url("../images/icon-link-pdf.svg");
    color: #1F4266;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #5FCC29;
    border-color: #5FCC29;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #5FCC29;
    border-color: #5FCC29;
}

footer.page {
    background-color: #1F4266;
    color: #FFF;
    padding: 3% 0 1% 0
}

@media only screen and (min-width: 750px) {
    footer.page {
        font-size:80%
    }
}

footer.page ul {
    list-style: none;
    margin: 0;
    margin-bottom: 2rem
}

footer.page ul li {
    margin: 0
}

footer.page a {
    color: inherit;
    text-decoration: none
}

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

footer.page div.logo img {
    width: 50%;
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 750px) {
    footer.page div.logo img {
        width:100%
    }
}

footer.page div.social {
    margin-bottom: 1.8rem
}

footer.page div.social a {
    margin-right: 1rem;
    margin-left: 0
}

footer.page div.social a:hover {
    text-decoration: none
}

@media only screen and (min-width: 750px) {
    footer.page div.social {
        text-align:right
    }

    footer.page div.social a {
        margin-right: 0;
        margin-left: 2%
    }
}

