#content{
    font-family:'Open Sans',sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:34px;
    color:#2a2a2a
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:1em
}
h6{
    font-weight:700
}
p{
    font-weight:400;
    line-height:2;
    color:#2a2a2a
}
p:last-child{
    margin-bottom:0
}
h1{
    font-size:26px;
    font-size:1.67rem;
    font-weight:300;
    color:#2a2a2a
}
.text-mega{
    display:block;
    margin:0;
    font-size:3em;
    font-weight:700;
    line-height:1
}
.text-black{
    color:#000
}
.text-white{
    color:#fff
}
.text-uppercase{
    text-transform:uppercase
}
.text-right{
    text-align:right
}
.text-left{
    text-align:left
}
.text-thin{
    font-weight:300
}
a.no-underline,a.no-underline:hover,a.no-underline:link,a.no-underline:visited{
    text-decoration:none
}
a.app__content__link{
    display:inline-block;
    position:relative;
    font-size:.9em;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    text-decoration:none
}
a.app__content__link .app__link__arrow{
    display:inline-block;
    width:20px;
    height:20px
}
.app-toggle-before:before{
    display:inline-block;
    position:relative;
    width:1.5em;
    height:1.5em;
    margin-top:3px;
    margin-right:1em;
    content:'';
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    vertical-align:top;
    background-image:image-url("arrow.svg");
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain
}
.app-toggle-after:after{
    display:inline-block;
    position:relative;
    width:1.5em;
    height:1.5em;
    margin-top:3px;
    margin-left:1em;
    content:'';
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    vertical-align:top;
    background-image:image-url("arrow.svg");
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain
}
.app-disclaimers{
    margin-top:2em;
    margin-bottom:2em;
    font-size:.8em
}
.app-disclaimers li{
    margin-bottom:.5em
}
.app-disclaimers__list{
    margin:0;
    padding:0
}
.app-disclaimers__list li{
    list-style:none
}
.app-disclaimers__heading{
    font-size:14px
}
.align-vertical-center{
    display:inline-block;
    position:relative;
    font-size:16px;
    font-size:1rem;
    vertical-align:middle
}
.align-vertical-center-wrapper{
    font-size:0
}
.align-vertical-center-wrapper:before{
    display:inline-block;
    height:100%;
    content:'';
    vertical-align:middle
}
.list-unstyled,.list-unstyled li{
    margin:0;
    padding:0;
    list-style-type:none
}
.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    border:0
}
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
#touch-menu *{
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}
body,html{
    min-height:100%;
    margin:0;
    overflow-x:hidden
}
hr{
    margin-top:15px
}
small{
    display:inline-block;
    font-size:.7em;
    line-height:1.6em
}
sup{
    top:-1em;
    font-size:50%
}
/*.container{
    width:auto
}*/
#content{
    position:relative;
    top:4px;
    min-height:100%;
    min-height:100vh;
    background-color:#fff
}
#global-logo-m{
    display:none
}
.row{
    position:relative;
    margin-right:0;
    margin-left:0
}
.wrapper,section{
    width:100%
}
a{
    -webkit-transition:color .2s,background-color .2s;
    -o-transition:color .2s,background-color .2s;
    transition:color .2s,background-color .2s
}
#global-header{
    margin-bottom:0
}
img{
    max-width:100%
}
a.app__cta{
    display:inline-block;
    position:relative;
    margin-right:2em;
    padding:.75em 1.875em;
    overflow:hidden;
    font-size:.6em;
    font-weight:400;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    text-decoration:none;
    letter-spacing:.2em;
    text-transform:uppercase;
    outline:0
}
a.app__cta__info{
    color:#121212;
    border:1px solid #121212;
    background-color:transparent
}
a.app__cta__info:hover{
    color:#fff;
    background-color:#121212
}
a.app__cta__buy{
    color:#121212;
    border:none;
    background-color:#fff
}
a.app__cta__buy:hover{
    color:#fff;
    background-color:#121212
}
a.app__cta__compare{
    display:inline-block;
    margin:0;
    padding:0;
    overflow:visible;
    color:#959595
}
a.app__cta__compare:after{
    display:inline-block;
    position:absolute;
    top:5px;
    width:18px;
    height:10px;
    margin-left:.5em;
    content:'';
    -webkit-transition:-webkit-transform .2s;
    transition:-webkit-transform .2s;
    -o-transition:transform .2s;
    transition:transform .2s;
    transition:transform .2s,-webkit-transform .2s;
    background:url(../images/compare-arrow-down.png) left top no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100%
}
a.app__cta__compare--active:after{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
a.app__cta__watch{
    font-size:.8em;
    color:#121212;
    border:none
}
a.app__cta__watch:after{
    display:block;
    width:20px;
    height:10px;
    margin:6px auto 0 auto;
    content:'';
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
    background:url(../images/watch-arrow-down.png) top left no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100%
}
a.app__cta__watch:hover:after{
    -webkit-transform:translate(0,6px);
    -ms-transform:translate(0,6px);
    transform:translate(0,6px)
}
.product-spin{
    position:relative;
    max-width:100%;
    max-height:100%;
    cursor:-webkit-grab;
    cursor:grab;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.product-spin:after{
    display:block;
    position:absolute;
    bottom:10px;
    left:50%;
    content:'';
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
.product-spin.dragging{
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.app__content{
    padding-top:80px;
    padding-bottom:80px
}
.app__gallery{
    display:none;
    position:relative;
    left:0;
    margin-bottom:35px;
    overflow:hidden;
    -webkit-transition:left .2s;
    -o-transition:left .2s;
    transition:left .2s
}
.app__gallery__top-wrapper{
    position:relative;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch
}
.app__gallery__item{
    display:block;
    float:left;
    max-width:450px;
    padding:0 30px
}
.app__gallery__control-next,.app__gallery__control-prev{
    display:none;
    position:absolute;
    top:50%;
    width:0;
    height:0;
    padding:0;
    font-size:0;
    line-height:0;
    cursor:pointer;
    -webkit-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s;
    -webkit-transform:rotate(360deg) translateY(-50%);
    -ms-transform:rotate(360deg) translateY(-50%);
    transform:rotate(360deg) translateY(-50%);
    opacity:.2;
    border:none;
    border-style:inset;
    border-style:solid;
    outline:0;
    background:0 0
}
.app__gallery__control-next:focus,.app__gallery__control-prev:focus{
    outline:0
}
.app__gallery__control-next:hover,.app__gallery__control-prev:hover{
    opacity:.5
}
.app__gallery__control-prev{
    left:15px;
    border-width:10px 10px 10px 0;
    border-color:transparent #2a2a2a transparent transparent
}
.app__gallery__control-next{
    right:15px;
    border-width:10px 0 10px 10px;
    border-color:transparent transparent transparent #2a2a2a
}
.app__gallery__swatches{
    margin:0;
    padding:0;
    text-align:center
}
.app__gallery__swatches__swatch{
    display:inline-block;
    width:35px;
    margin-right:7px;
    list-style:none;
    cursor:pointer;
    -webkit-transition:opacity,.5s;
    -o-transition:opacity,.5s;
    transition:opacity,.5s;
    opacity:.5
}
.app__gallery__swatches__swatch:last-child{
    margin-right:0
}
.app__gallery__swatches__swatch:hover{
    opacity:1
}
.app__gallery__swatches__swatch--active{
    opacity:1
}
.app__gallery--active{
    display:block
}
.g__breadcrumbs__wrapper{
    position:relative;
    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
}
.g__breadcrumbs__item:last-child{
    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;
    -o-transition: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;
    -webkit-background-size:100% 100%;
    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;
    -webkit-box-sizing:border-box;
    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;
    -o-transition:all .4s;
    transition:all .4s;
    opacity:0;
    border:1px solid #777;
    background-color:#fff;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -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%
}
.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-box-orient:horizontal;
    -webkit-box-direction:normal;
    -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
}
.app__hero{
    position:relative;
    z-index:0;
    height:40vh;
    overflow:hidden;
    /*background:url(https://garminonline.de/rma/Hintergrund.jgp) center center no-repeat;*/
	background:linear-gradient(to top left,#32a9db 0,#007099 100%);
    -webkit-background-size:cover;
    background-size:cover
}
.app__hero:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    opacity:.3;
    /*background-color:#000*/
}
.app__hero .app__hero__content{
    position:absolute;
    z-index:5;
    top:50%;
    left:50%;
    width:100%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    text-align:center
}
.app__hero .app__hero__subtitle,.app__hero .app__hero__title{
    margin:0
}
.app__hero .app__hero__title{
    font-size:1.8em;
    font-weight:500;
    color:#fff
}
.app__intro{
    position:relative;
    padding:2em 0;
    text-align:center;
    background-color:#fff
}
.app__intro:after,.app__intro:before{
    display:table;
    content:" "
}
.app__intro:after{
    clear:both
}
.app__intro__container{
    position:relative;
    margin-bottom:2em;
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    padding-right:0;
    padding-left:0
}
.app__intro__container:after,.app__intro__container:before{
    display:table;
    content:" "
}
.app__intro__container:after{
    clear:both
}
.app__intro .app__intro__img{
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__intro .app__intro__text{
    text-align:center;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__intro .app__intro__text p{
    font-size:1em;
    font-weight:300;
    font-style:italic;
    line-height:1.9em;
    color:#555
}
.app__video-collapse{
    padding:2em 0 0 0;
    background-color:#f2f2f2
}
.app__video-collapse__cta{
    width:100%;
    margin-bottom:2em;
    text-align:center;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__video-collapse__cta p{
    font-weight:300
}
.app__video-collapse__container{
    position:relative;
    width:100%;
    padding-bottom:0;
    overflow:hidden;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.app__video-collapse__container--active{
    padding-bottom:56.25%
}
.app__video-collapse__container--active:after{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background:url(../images/bars.gif) center center no-repeat;
    -webkit-background-size:200px 200px;
    background-size:200px 200px;
    -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
}
.app__video-collapse__iframe{
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.app__video-collapse__stop{
    display:none;
    position:absolute;
    z-index:20;
    top:40px;
    right:20px;
    width:25px;
    height:25px;
    font-size:50px;
    font-weight:300;
    cursor:pointer;
    -webkit-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s;
    opacity:1;
    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
}
.app__video-collapse__stop:hover{
    opacity:.5
}
.app__block{
    padding:4em 0;
    text-align:center;
    color:#fff;
    background-color:#949599
}
.app__block__container{
    max-width:940px;
    margin-right:auto;
    margin-left:auto;
    padding-right:15px;
    padding-left:15px
}
.app__block__container:after,.app__block__container:before{
    display:table;
    content:" "
}
.app__block__container:after{
    clear:both
}
.app__block__container>*{
    margin:3em 0
}
.app__block__container>:after,.app__block__container>:before{
    display:table;
    content:" "
}
.app__block__container>:after{
    clear:both
}
.app__block__title h2{
    margin:0;
    font-size:2em;
    font-weight:600;
    color:#fff
}
.app__block__content{
    padding:2em 0
}
.app__block__content--no-mg{
    margin-bottom:0
}
.app__block__content__title h3{
    font-size:1.2em;
    font-weight:400;
    color:#fff;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__block__content__text p{
    font-weight:300;
    color:#fff;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__block__content a.app__cta{
    margin:2em 0
}
.app__block__content a.app__cta:last-child:not(.app__cta__compare){
    margin:2em 0 0 0
}
.app__block__content a.app__cta__compare{
    margin:0
}
.app__block__icon{
    width:100px;
    margin:0 auto
}
.app__block--light,.app__block--white{
    background-color:#e3e3e3
}
.app__block--light a,.app__block--white a{
    color:#555
}
.app__block--light .app__block__title,.app__block--white .app__block__title{
    margin:2em 0
}
.app__block--light .app__block__title h2,.app__block--white .app__block__title h2{
    margin:0;
    color:#555
}
.app__block--light .app__block__content__title h3,.app__block--white .app__block__content__title h3{
    color:#555
}
.app__block--light .app__block__content__text p,.app__block--white .app__block__content__text p{
    color:#555
}
.app__block--white{
    background-color:#f3f3f3
}
.app__partners{
    display:none;
    margin:0 0 4em 0;
    padding:2em;
    overflow:hidden;
    text-align:center;
    background-color:#fff;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:2em;
    padding-left:2em
}
.app__partners h4{
    font-weight:300;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__partners ul{
    margin-bottom:1em;
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-right:0;
    padding-left:0
}
.app__partners ul:last-child{
    margin-bottom:0
}
.app__partners ul li{
    display:inline-block;
    float:none!important;
    margin-bottom:1em;
    list-style:none;
    position:relative;
    float:left;
    width:50%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__partners ul li:hover img{
    -webkit-box-shadow:0 4px 8px -1px rgba(0,0,0,.19);
    box-shadow:0 4px 8px -1px rgba(0,0,0,.19)
}
.app__contact-us{
    display:none;
    margin:0
}
.app__partnering{
    display:none;
    margin:0
}
.app__signoff:after,.app__signoff:before{
    display:table;
    content:" "
}
.app__signoff:after{
    clear:both
}
.app__signoff__nav{
    width:100%;
    padding:4em;
    padding-right:4em;
    padding-left:4em;
    background-color:#fff;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.app__signoff__nav__links{
    text-align:center
}
.app__signoff__nav__links .app__signoff__nav__links__item,.app__signoff__nav__links a.app__signoff__nav__links__item{
    display:block;
    font-size:1em;
    font-weight:700;
    line-height:2.55;
    -webkit-transition:color .4s;
    -o-transition:color .4s;
    transition:color .4s;
    text-decoration:none;
    letter-spacing:0;
    text-transform:uppercase;
    color:#101010
}
.app__signoff__nav__links .app__signoff__nav__links__item:first-child,.app__signoff__nav__links a.app__signoff__nav__links__item:first-child{
    font-weight:400;
    text-transform:none
}
.app__signoff__img{
    width:100%;
    height:40vh;
    background:url(../images/signoff.jpg) center center no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
@media screen and (min-width:480px){
    .app__hero .app__hero__title{
        font-size:2.2em
    }
    .app__video-collapse__stop{
        width:50px;
        height:50px;
        font-size:70px
    }
}
@media screen and (min-width:768px){
    .app__hero .app__hero__title{
        font-size:3em
    }
    .app__intro{
        padding:5em
    }
    .app__partners{
        text-align:left
    }
    .app__signoff__nav__links{
        text-align:left
    }
    .app__signoff__nav__links hr{
        max-width:40px;
        height:2px;
        margin-left:0;
        color:#101010;
        border:0;
        background-color:#101010
    }
}
@media (min-width:768px){
    .app__partners ul li{
        float:left;
        width:25%
    }
    .app__signoff__nav{
        float:left;
        width:50%
    }
    .app__signoff__img{
        float:left;
        width:50%
    }
}
@media screen and (min-width:992px){
    .text-mega{
        font-size:4em
    }
    .app__gallery__top-wrapper{
        max-width:100%;
        overflow:hidden
    }
    .app__gallery__control-next,.app__gallery__control-prev{
        display:block
    }
}

@media screen and (max-width:599px){
    .app__hero{
        height:60vh
    }
    .app__intro__container{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .app__intro .app__intro__text{
        text-align:left
    }
    .app__partners ul li{
        width:15%
    }
}

@media screen and (min-width:600px){
    .app__hero{
        height:75vh
    }
    .app__intro__container{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .app__intro .app__intro__text{
        text-align:left
    }
    .app__partners ul li{
        width:15%
    }
}


@media screen and (min-width:900px){
    .app__hero{
        height:50vh
    }
    .app__intro__container{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .app__intro .app__intro__text{
        text-align:left
    }
    .app__partners ul li{
        width:15%
    }
}

@media screen and (min-width:1200px){
    .app__hero{
        height:63vh
    }
    .app__intro__container{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .app__intro .app__intro__text{
        text-align:left
    }
    .app__partners ul li{
        width:15%
    }
}

@media screen and (min-width:1800px){
    .app__hero{
        height:63vh
    }
    .app__intro__container{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .app__intro .app__intro__text{
        text-align:left
    }
    .app__partners ul li{
        width:15%
    }
}


@media (min-width:1200px){
    .app__intro .app__intro__img{
        float:left;
        width:50%
    }
    .app__intro .app__intro__text{
        float:left;
        width:50%
    }
    .app__signoff__nav{
        float:left;
        width:33.3333333333%
    }
    .app__signoff__img{
        float:left;
        width:66.6666666667%
    }
}
@media screen and (max-width:992px){
    .app__gallery__top-wrapper{
        width:100%
    }
}
@media (max-width:768px){
    .g__breadcrumbs__list{
        width:200px
    }
    .g__breadcrumbs__list__two-column{
        width:350px
    }
}
@media (max-width:500px){
    .g__breadcrumbs__item{
        display:inline-block;
        padding-bottom:0;
        border-right:.1em solid #101010
    }
    .g__breadcrumbs__item:last-child{
        border-right:none
    }
}
@-webkit-keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
h1.app__hero__title {
    text-align: left !important;
    padding-left: 50px !important;
    font-weight: 700 !important;
}

a.g__breadcrumbs__item-link {
    color: #005c90 !important;
}

nav.g__breadcrumbs__wrapper {
    background-color: #f8f8f8 !important;
}

.intrinsic-container {
  position: relative !important;
  height: 0 !important;
  overflow: hidden !important;
}

/*
.intrinsic-container-16x9 {
  padding-bottom: 56.25% !important;
}
 
.intrinsic-container-4x3 {
  padding-bottom: 75% !important;
}
 
.intrinsic-container iframe {
  position: absolute !important;
  top:0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}*/

/*
@media screen and (max-width:599px){
    iframe.RMA {
    height: 1905px !important;
}
}

@media screen and (min-width:600px){
    iframe.RMA {
    height: 1275px !important;
}
}


@media screen and (min-width:900px){
    iframe.RMA {
    height: 1250px !important;
}
}

@media screen and (min-width:1200px){
    iframe.RMA {
    height: 1225px !important;
}
}*/

/*@media screen and (min-width:1800px){
    iframe.RMA{
	height: 1250px !important;
}
}*/
/*
@media screen and (max-width:599px){
    iframe.RMA {
    height: 1905px;
}
}

@media screen and (min-width:600px){
    iframe.RMA {
    height: 1275px;
}
}


@media screen and (min-width:900px){
    iframe.RMA {
    height: 1250px;
}
}

@media screen and (min-width:1200px){
    iframe.RMA {
    height: 1225px;
}
}*/

/*@media screen and (min-width:1800px){
    iframe.RMA{
	height: 1250px !important;
}
}*/
