/* font-heavy */
@font-face {
  font-family:"font-heavy";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/HelvNeue75_W1G.eot");
  src:url("../fonts/HelvNeue75_W1G.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelvNeue75_W1G.woff") format("woff"),
  url("../fonts/HelvNeue75_W1G.ttf") format("truetype"),
  url("../fonts/HelvNeue75_W1G.svg#5a01321a-bdf4-4f8e-bd1c-6323b7fc10ba") format("svg");
}
/* font-medium */
@font-face {
  font-family:"font-medium";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/HelvNeue65_W1G.eot");
  src:url("../fonts/HelvNeue65_W1G.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelvNeue65_W1G.woff") format("woff"),
  url("../fonts/HelvNeue65_W1G.ttf") format("truetype"),
  url("../fonts/HelvNeue65_W1G.svg#f88f21f2-802f-40ed-b852-35fcb46fc450") format("svg");
}
/* font-light */
@font-face {
  font-family:"font-light";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/HelvNeue45_W1G.eot");
  src:url("../fonts/HelvNeue45_W1G.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelvNeue45_W1G.woff") format("woff"),
  url("../fonts/HelvNeue45_W1G.ttf") format("truetype"),
  url("../fonts/HelvNeue45_W1G.svg#6a65dd38-6837-4488-8b8e-f254a69f23d7") format("svg");
}
* {box-sizing: border-box;}
body {
  font-family: 'font-light';
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.container {
  margin:0 auto;
  padding:0 15px;
  max-width:1440px;
  width:100%;
}

.text-center {text-align: center;}

.main--header {
    border-bottom: 1px inset #aaa;
    padding-bottom:15px;
}

.page--title {
  font-family: 'font-heavy';
  font-size: 2.65rem;
  font-weight: normal;
  line-height: 1;
  margin:0;
  padding:0 0 0.6rem;
}
.colored {color: #f16e00;}
:root {
    --base: 16px;
    --black: #000;
    --white: #fff;
    --grey: #555;
    --orange: #f16e00;
}

/* -------- Downloading page --------- */
.downloading .content .h3 {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    letter-spacing: -.0125rem;
}
.downloading .content .h3 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-family: 'font-heavy';
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.125;
    color: var(--black);
    letter-spacing: -.00625rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}
@media (min-width: 480px) {
    .downloading .content .display-4,
    .downloading .content .h2,
    .downloading .content .h3,
    .downloading .content h2,
    .downloading .content h3 {
        font-size: 1.5rem;
        line-height: 1.0833333333;
        letter-spacing: -.03125rem;
    }
}
@media (min-width: 1024px) {
    .downloading .content .h3,
    .downloading .content h3 {
        font-size: 1.5rem;
        line-height: 1.0833333333;
        letter-spacing: -.03125rem;
    }
}

.downloading .lead {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.00625rem;
}
.downloading .lead a {
    font-family: 'font-medium';
    color: var(--black);
}
@media (min-width: 480px) {
    .downloading .lead {
        font-size: 1.125rem;
        letter-spacing: -.0125rem;
    }
}
@media (min-width: 1024px) {
    .downloading .lead {
        font-size: 1.25rem;
        letter-spacing: -.025rem;
    }
}
.downloading .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 136px);
    justify-content: center;
}
.downloading .h3 {
    margin: 1.25rem 0;
}
.downloading .lead {
    margin: 0;
}
.downloading .alert {
    align-items: center;
    border: 0 solid transparent;
    display: flex;
    font-family: 'font-medium';
    font-size: 1rem;
    font-weight: 400;
    padding: 0.9375rem 0.9375rem;
    margin-bottom: 0.9375rem;
    position: relative;
}
.downloading .alert-icon {
    margin: 0 0.9375rem 0 0;
    width: 32px;
}
.downloading .alert-icon:before {
    display: none;
}
.downloading .alert-info {
    background-color: #e9f7ff;
    border-color: #26b2ff;
    color: var(--black);
}
.downloading .alert-container {
    display: flex;
    flex-direction: column;
    padding: 0.9375rem;
    margin-bottom: 0.9375rem;
    width: 100%;
}
.downloading .alert-container .alert {
    margin: 0;
    padding: 0;
}
.downloading .alert-container .alert-content {
    padding-left: 2.9375rem;
    text-align: left;
    position: relative;
}

.downloading .alert-content a {
    background-color: transparent;
    color: var(--black);
    text-decoration: underline;
}
.downloading .alert-content a:hover {
    text-decoration: underline;
}
.downloading .alert-content .o-link-arrow {
    font-weight: 700;
    text-decoration: none;
    position: relative;
}
.downloading .alert-content .o-link-arrow {
    background-color: transparent;
    border: none;
    color: var(--black);
    display: inline-block;
    font-family: 'font-medium';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    max-width: 18.75rem;
    padding: 0.4375rem 1.125rem 0.625rem 0;
    text-decoration: none;
}
.downloading .o-link-arrow.o-link-arrow-dark,
.downloading .o-link-arrow.ob1-link-dark {
    color: var(--black) !important;
    text-decoration-color: var(--black) !important;
}
.downloading .o-link-arrow.ob1-link-dark:hover,
.downloading .o-link-arrow.ob1-link-dark:focus,
.downloading .o-link-arrow.ob1-link-dark:visited {
    color: var(--black) !important;
    text-decoration-color: var(--black) !important;
}
.downloading .o-link-arrow::after {
    background-image: none;
    border-bottom: 2px solid var(--black);
    border-left: 2px solid var(--black);
    content: "";
    display: inline-block;
    height: 6px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transform: rotate(225deg);
    vertical-align: middle;
    width: 6px;
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
}
.downloading .alert-icon+* {
    text-align: left;
}
.downloading .content.downloaded {
    justify-content: space-evenly;
}
.downloading .sub-content {
    height: calc(100% - 80px);
    padding: 25vh 0 45px;
}

@media(max-width:767px) {
    .page--title {font-size: 1.85rem;}
    .main--header .flexy--content_img {
        height: 45px;
        width: 45px;
    }
    .main--header .page--title {
        font-size: 1.5rem;
    }
}
@media(max-width: 600px) {
    .page--title {margin-top: 1.25rem;}
    .main--header .page--title {
        margin-top: 0;
    }
}

@media(min-width: 601px) {
    .downloading .downloaded .sub-content {
        margin: calc(25vh - 60px) 0;
    }
}
@media(max-width: 600px) {
    .downloading .content {
        height: auto;
    }
    .downloading .sub-content {
        min-height: 50vh;
        padding: 32px 0;
    }
    .downloading .content .h3 {
        font-size: 1.25em;
    }
}
@media (orientation:landscape) and (max-width: 760px) {
    .downloading .content {
        height: auto;
        padding: 45px 15px;
    }
    .downloading .sub-content {
        height: auto;
        min-height: 50vh;
        padding-top: 0;
    }
}
