@import url(https://fonts.googleapis.com/css?family=Open+Sans:300i,700i);
.g__breadcrumbs__list, html * {
    -webkit-box-sizing: border-box
}
#intro a, h3 {
    text-decoration: underline
}
a, a:link, a:visited, p {
    color: #555
}
.italic, .span14 p {
    font-style: italic
}
.oauto, a.cta {
    overflow: auto
}
html * {
    box-sizing: border-box
}
body {
    font-family: 'Open Sans', HelveticaNeue, HelveticaNeueu, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .6em;
    font-family: "Open Sans", HelveticaNeue, HelveticaNeueu, Helvetica, Arial, sans-serif
}
h4, p:last-child {
    margin-bottom: 0
}
p {
    font-weight: 300;
    line-height: 34px
}
h1 {
    font-size: 55px;
    font-weight: 500
}
h2, h3 {
    font-weight: 600
}
h2 {
    font-size: 32px
}
h3, h4 {
    font-size: 18px
}
h4 {
    font-weight: 700
}
.underline {
    font-style: underline
}
.disclaimer h3 {
    font-size: .9em
}
.disclaimer p {
    font-size: .7em;
    line-height: 2em
}
.disclaimer hr {
    margin: 0 0 15px
}
.vert-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
#content {
    background-color: #F9F9F9
}
#global-header {
    margin-bottom: 2px
}
section {
    padding: 50px 25px
}
.row {
    margin-bottom: 25px
}
a.cta {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 1em 2em;
    padding: .9em 1.925em;
    font-size: .8em;
    font-weight: 400;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-decoration: none;
    letter-spacing: .2em;
    text-transform: uppercase;
    outline: 0;
    background: #FFF
}
a.cta.white {
    color: #484847;
    background: #FFF
}
a.cta.white:hover {
    color: #FFF;
    background-color: #484847
}
a.cta.white.border {
    border: 1px solid #484847
}
a.cta.blue {
    color: #0080A4;
    border: 1px solid #0080A4;
    background: 0 0
}
a.cta.blue:hover {
    color: #fff;
    background-color: #0080A4
}
a.cta.grey {
    color: #292929;
    border: 1px solid #292929;
    background: 0 0
}
a.cta.grey:hover {
    color: #fff;
    background-color: #292929
}
hr {
    margin: 100px 0
}
.g__breadcrumbs__wrapper {
    position: relative;
    z-index: +2;
    padding: 1em 0;
    font-family: "Open Sans", HelveticaNeue, HelveticaNeueu, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    background-color: #fff
}
.g__breadcrumbs__con {
    position: relative;
    width: 100%
}
.g__breadcrumbs__item {
    display: inline-block;
    line-height: .7em;
    border-right: 1px solid #000
}
.g__breadcrumbs__item:last-child {
    border-right: none;
    padding-bottom: 0
}
.g__breadcrumbs__item.js__active .g__breadcrumbs__list {
    max-height: 500px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    opacity: 1
}
.g__breadcrumbs__item.js__active .g__breadcrumbs__item-link__dd:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.g__breadcrumbs__item-link {
    display: inline-block;
    padding: 0 .8em;
    font-size: .8em;
    font-weight: 400;
    line-height: 1;
    text-decoration: none!important;
    letter-spacing: .1em;
    text-transform: uppercase
}
.g__breadcrumbs__item-link__dd {
    font-weight: 600;
    border-right: none
}
.g__breadcrumbs__item-link__dd:after {
    display: inline-block;
    float: right;
    width: .41667em;
    height: .625em;
    margin: .2em 0 0 .6em;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: arrow-right();
    background-repeat: no-repeat;
    background-size: 100%
}
.g__breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: +1;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-height: 0;
    margin: .6em auto 0;
    padding: 0 0 0 1.5em;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    border: 1px solid #777;
    background-color: #fff;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.g__breadcrumbs__list__two-column .g__breadcrumbs__list-link {
    width: 50%
}
#hero, .hero-container, img {
    width: 100%
}
.g__breadcrumbs__list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .8em 1.5em .8em 0;
    font-size: .75em;
    font-weight: 400;
    text-align: left;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
a.g__breadcrumbs__item-link {
    color: #101010
}
a.g__breadcrumbs__item-link__dd {
    color: #000
}
a.g__breadcrumbs__list-link {
    color: #101010
}
a.g__breadcrumbs__list-link:hover {
    color: #000
}
#hero {
    height: 630px;
    padding: 0;
    background: url(../images/hero.jpg) center center no-repeat #000;
    background-size: cover
}
.container {
    position: relative;
    height: 100%
}
.hero-container {
    display: block;
    position: absolute;
    bottom: 30%;
    text-align: center
}
.hero-title {
    margin-bottom: 0;
    color: #222
}
.row {
    position: relative
}
.span14 {
    right: 0
}
.bordered {
    padding: 50px;
    border: 1px solid #F4823C
}
h2 {
    margin-top: 25px;
    color: #F4823C
}
h2.grey {
    color: #555
}
#capabilities {
    text-align: center;
    background-color: #939598
}
#capabilities h2, #capabilities p {
    color: #fff
}
#capabilities ul li {
    margin-bottom: 50px;
    font-style: italic;
    line-height: 32px;
    list-style: none;
    text-align: left;
    color: #fff
}
#capabilities .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 25px auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
#capabilities .icon {
    width: 23%;
    padding: 0 1%
}
#capabilities .icon img {
    height: 80px
}
#capabilities .icon-caption {
    display: inline-block;
    margin-top: 25px;
    font-weight: 300;
    font-size: .75em;
    text-transform: uppercase;
    color: #fff
}
#iridium .icon {
    width: 100px;
    margin: 0 0 25px
}
#iridium .mgtp {
    margin-top: 50px
}
#subscriptions {
    position: relative;
    padding: 0
}
#subscriptions .container {
    position: relative;
    z-index: 1
}
#subscriptions .row.mgbtm {
    margin-bottom: 50px
}
#subscriptions .features {
    float: left;
    width: 100%;
    padding: 0 2%
}
#subscriptions .features ul {
    float: left;
    width: 50%;
    padding-right: 2em
}
#subscriptions .features:first-child {
    margin-left: 8%
}
#subscriptions a:not(.cta) {
    text-decoration: underline;
    color: #fff
}
#subscriptions ul li {
    margin-bottom: 10px;
    line-height: 32px;
    text-align: left;
    color: #fff
}
#subscriptions .disclaimer a, #subscriptions a:link, #subscriptions a:visited {
    color: #555
}
#subscriptions .subscriptions__top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 25px 0;
    background: url(../images/desert.jpg) left top no-repeat #000;
    background-size: cover
}
#subscriptions .subscriptions__top:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .5;
    background-color: #000
}
#subscriptions .subscriptions__top h2, #subscriptions .subscriptions__top h3, #subscriptions .subscriptions__top p {
    color: #fff
}
#subscriptions .hidden-lg {
    display: none;
    width: 100
}
#subscriptions .mobile-helper {
    display: inline-block;
    width: 80px;
    height: 40px;
    margin-bottom: 20px;
    background: url(../images/mobile-helper.svg) right top no-repeat
}
#subscriptions .table {
    width: 100%;
    margin: 0 0 20px;
    border-spacing: 20px 0;
    border-collapse: separate;
    text-align: center
}
#subscriptions .table__top th {
    padding: 20px;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff
}
#subscriptions .table__top td {
    padding: 0 5px;
    border: none
}
#subscriptions .table__top .table__columns {
    min-width: 160px;
    max-width: 160px;
    height: 100%;
    background-color: #fff
}
#subscriptions .table__top .table__columns--row-sep {
    padding: 15px 20px;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #0080A4
}
#subscriptions .table__top .table__columns--last {
    padding-bottom: 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}
#subscriptions .table__top:nth-child(odd) .table__columns .table__content {
    background-color: #EBEBEB
}
#subscriptions .table__top .table__content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 15px 10px;
    font-size: .8em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
#subscriptions .table__top .table__content--highlight {
    color: #0080A4
}
#subscriptions .table__top .table__content--right {
    display: inline-block;
    max-width: 200px;
    padding: 15px 0;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    color: #fff
}
#subscriptions .table__top .table__first-column {
    background-color: transparent
}
#subscriptions .table__bottom td {
    padding: 0 5px;
    border: none
}
#subscriptions .table__bottom .table__columns {
    width: 160px;
    height: 100%;
    background-color: #555
}
#subscriptions .table__bottom .table__columns--row-sep {
    padding: 15px 20px;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #0080A4
}
#subscriptions .table__bottom .table__columns--last {
    padding-bottom: 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}
#subscriptions .table__bottom .table__first-column {
    background-color: transparent
}
#subscriptions .table__bottom .table__content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 15px 10px;
    font-size: .8em;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
#subscriptions .table__bottom .table__content--right {
    display: inline-block;
    max-width: 200px;
    padding: 15px 0;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    color: #555
}
#subscriptions .table__bottom .table__content--bold {
    font-weight: 700
}
#subscriptions .subscriptions__bottom {
    padding: 100px 25px;
    background-color: #EBEBEB
}
#subscriptions .subscriptions__bottom h3, #subscriptions .subscriptions__bottom p {
    text-decoration: none;
    color: #555
}
#subscriptions .lang-selector {
    display: inline-block;
    position: absolute;
    z-index: 20;
    top: -80px;
    right: 20px;
    font-size: .8em
}
#subscriptions .lang-selector__caption {
    display: block;
    margin-bottom: 20px
}
#subscriptions .lang-selector__border {
    display: inline-block;
    margin-left: 20px;
    border: 2px solid #0080A4;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
#subscriptions .lang-selector__btn, #subscriptions .lang-selector__item {
    margin: 0;
    background-color: #fff
}
#subscriptions .lang-selector__btn {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer
}
#subscriptions .lang-selector__btn .lang-selector__item {
    display: inline-block;
    padding: 0
}
#subscriptions .lang-selector__arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    vertical-align: bottom;
    background: url(../images/arrow-down.svg) center center no-repeat
}
#subscriptions .lang-selector__arrow--up {
    vertical-align: top;
    background: url(../images/arrow-up.svg) center center no-repeat
}
#subscriptions .lang-selector__list {
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#subscriptions .lang-selector__list--active {
    max-height: 170px;
    overflow: auto
}
#subscriptions .lang-selector__item {
    display: block;
    padding: 10px 20px;
    list-style: none
}
#subscriptions .lang-selector__item a {
    font-size: .8em;
    font-weight: 400;
    text-decoration: none;
    color: #000
}
#subscriptions .flag-it-CH {
    background-position: 0 -660px
}
@media screen and (max-width:940px) {
    .container, .span10, .span12, .span14, .span24 {
        width: 100%
    }
    #intro, #subscriptions h3 {
        text-align: center
    }
    .row, .row>[class*=span] {
        margin-left: 0
    }
    #intro {
        padding: 50px 25px
    }
    .span14 {
        position: static;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    img {
        width: 40%
    }
    #subscriptions ul {
        position: relative;
        margin-left: 2%
    }
    #subscriptions .features:first-child {
        margin-left: 2%
    }
    #subscriptions .hidden-lg {
        display: block
    }
}
@media screen and (max-width:768px) {
    .g__breadcrumbs__list {
        width: 200px
    }
    .g__breadcrumbs__list__two-column {
        width: 350px
    }
    #hero {
        height: 400px
    }
    .hero-title {
        font-size: 40px
    }
    #capabilities .icons {
        display: block;
        margin: 0 auto
    }
    #capabilities .icon {
        float: left;
        width: 47%;
        height: 150px;
        margin-top: 30px;
        padding: 0 5%
    }
    #subscriptions .features:first-child {
        margin-left: 0
    }
}
@media screen and (max-width:480px) {
    h2 {
        font-size: 26px;
        line-height: 38px
    }
    .g__breadcrumbs__item {
        padding-bottom: 0;
        border-right: .1em solid #101010;
        display: inline-block
    }
    .g__breadcrumbs__item:last-child {
        border-right: none
    }
    #hero {
        height: 300px
    }
    .hero-title {
        font-size: 30px
    }
    img {
        width: 80%
    }
    #capabilities .icon {
        margin: 40px 0
    }
    #subscriptions ul {
        margin-left: 0
    }
}
