/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
FONTS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/
/* Sohne */
@font-face{
    font-family: 'Sohne Light';
    src: url('/assets/fonts/Sohne-Leicht.otf');
}
@font-face{
    font-family: 'Sohne Regular';
    src: url('/assets/fonts/Sohne-Buch.otf');
}
@font-face{
    font-family: 'Sohne Medium';
    src: url('/assets/fonts/Sohne-Kraftig.otf');
}
@font-face{
    font-family: 'Sohne Bold';
    src: url('/assets/fonts/Sohne-Halbfett.otf');
}

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');
@import url("https://use.typekit.net/zmw2sgx.css");

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
GENERAL
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

:root{
    --color-black: #000;
    --color-blue: #A2C7E2;
    --color-dark-blue: #678591;
    --color-med-gray: #EEEEEE;
    --color-light-gray: #F8F8F8;
    --color-dark-gray: #535353;
    --color-darker-gray: #2a2a2a;
    --color-capsa-blue: #1B4C6F;
    --color-red: #C06564;
    --color-transparent: rgba(255, 255, 255, 0.3);
}

html * {
    outline: 0 !important;
}

html {
    min-height: 100%;
	padding: 0px;
	margin: 0px;
	position:relative;
}

body {
	padding: 0px;
    margin: 0px;
    color: #626263;
}
body.noscroll{
    overflow: hidden;
}

p{
	font-family: minion-pro;
	font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-variant-numeric: lining-nums;
}
p.neutra{font-family: 'Sohne Regular';}
p.neutra.semibold{font-family: 'Sohne Medium';}
p.serif{
    font-family: minion-pro;
    line-height: 20px;
}
p.serif.italic{
    font-style: italic;
}
p.serif.spaced{
    letter-spacing: 1px;
}

p.serif.large{font-size: 16px; line-height: 18px;}
p.serif.small{font-size: 12px; line-height: 14px;}
p.serif.smaller{font-size: 10px; line-height: 12px;}

p.serif.light{font-weight: 300;}
p.serif.semi-bold{font-weight: 500;}
p.serif.bold{font-weight: 600;}

p.large{font-size: 16px; line-height: 18px;}
p.small{font-size: 12px; line-height: 14px;}
p.smaller{font-size: 10px; line-height: 12px;}

.light{font-family: 'Sohne Light';}
.semibold{font-family: 'Sohne Medium';}
.bold{font-family: 'Sohne Bold';}
.regular{font-family: 'Sohne Regular' !important;}

p.onwatch-p{  
    font-family: 'Sohne Light';
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: 1.1px;
    color: #2a2a2a;
    margin: 20px 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Sohne Regular';
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    margin-bottom: 0.25rem;
}
.no-transform{text-transform: none;}

h1, h2{
    letter-spacing: .7px;
}
h3, h4, h5, h6{
    letter-spacing: 0.5px;
}

h1{font-size: 36px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
h6.small{font-size: 16px;}

.caps{
    text-transform: uppercase;
}

.text-blue{
	color: var(--color-blue);
}

.text-dark-blue{
    color: var(--color-dark-blue);
}
.text-capsa-blue{
    color: var(--color-capsa-blue);
}

.text-grey{
	color: var(--color-med-grey);
}

.text-light-grey{
    color: var(--color-light-grey);
}

.text-med-gray {
    color: var(--color-med-gray);
}

.text-red{
	color: var(--color-red);
}

.text-orange{
    color: var(--color-orange);
}

.text-green{
	color: var(--color-green);
}
.text-darker-gray{
    color: var(--color-darker-gray);
}
.text-black {
    color: var(--color-black);
}



.bg-white{
    background: #fff;
}
.bg-light-gray {
    background: var(--color-light-gray);
}

.bg-med-gray {
    background: var(--color-med-gray);
}
.bg-gray{
    background: #626263
}

.bg-dark-gray {
    background: var(--color-dark-gray);
}

.bg-green{
    background: var(--color-green);
}

.bg-blue {
    background: var(--color-blue);
}

.bg-black {
    background: var(--color-black);
}
.bg-capsa-blue{
    background: var(--color-capsa-blue);
}
.bg-transparent{
    background: var(--color-transparent);
}

.virtual-btn{cursor: pointer; user-select: none;}
.virtual-link{cursor: pointer; user-select: none;}
.virtual-link:hover{text-decoration: underline;}
.virtual-link:hover.dark{color: #3A3738 !important;}
.virtual-link.pre-decorated{text-decoration: underline;}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
STYLED ELEMENTS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

hr{
    margin: 20px 0px;
    border-top: 1px solid var(--color-light-grey);
}

a, a:visited{
    font-family: 'Sohne Regular';
    text-decoration: none;
}
a:hover, 
a:active,
a:hover p,
a:active p{
    font-family: 'Sohne Regular';
    text-decoration: none;
}

a:hover p.semibold,
a:active p.semibold{
    font-family: 'Sohne Medium';
    text-decoration: underline;
}

a.default p,
a.default,
a:hover.default p,
a:hover.default{
    font-family: 'Sohne Regular';
    text-decoration: none;
}

a.serif{
    font-family: minion-pro;
    text-decoration: none;
    color: var(--color-blue);
}
a.serif:hover{
    text-decoration: underline;
}

.selection-box{
    width: 16px; 
    height: 16px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #3A3738;
    position: relative; display: inline-block;
}
.selection-box-inner{
    width: 12px; height: 12px;
    position: absolute; top: 1px; left: 1px;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.23,0.59,0.24,1);
}
.selection-box-inner.active{
    background: #3A3738;
}

.select-div{
    position: relative;
}
.select-div.small{
    width: 100%;
    max-width: 150px;
    min-width: 120px;
}
select{
    font-family: 'Sohne Regular'; 
    font-size: 14px;
    font-variant-numeric: lining-nums;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 0 20px 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4a4a4a;
    cursor: pointer;
}
.select-arrow{
    position: absolute; right: 0px;
    top: 50%; transform: translateY(-50%);
    pointer-events: none;
}

.select-div.boxed select{
    border: 1px solid;
    border-color: var(--color-dark-grey);
    padding: 2px 10px;
}
.select-div.boxed .select-arrow{
    right: 15px;
}

select option{
    background: #fff;
}

.input-div{
    max-width: 250px; position: relative;
}
input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9B9B9B;
    color: #3A3738;
    font-family: minion-pro;
    font-size: 14px;
    padding: 0px;
    padding-bottom: 2px;
    padding-right: 15px;
    position: relative;
    border-radius: 0;
    width: 100%;
    text-overflow:ellipsis;
}
::-webkit-input-placeholder {font-size: 14px; color: #ccc;text-overflow:ellipsis;}
::-moz-placeholder {font-size: 14px; color: #ccc;text-overflow:ellipsis;}
::-ms-placeholder {font-size: 14px; color:#ccc;text-overflow:ellipsis;}
::placeholder {font-size: 14px; color: #ccc;text-overflow:ellipsis;}
[placeholder]{
    text-overflow:ellipsis;
}
.input-inactive{
    color: var(--color-med-grey);
}

.clear-input{
    position: absolute; right: 0px;
    top: 5px; cursor: pointer;
}


.loading-outer{
    position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;
    background: rgba(255,255,255,0.8); z-index: 700;
}
.loading-inner{
    position: absolute; top: 50%; left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100px; width: auto;
}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
BUTTONS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/
.btn{
    width: 200px; max-width: 320px;
    font-size: 15px; font-family: 'Sohne Regular';
    line-height: 28px; padding: 7px 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff; cursor: pointer;
    border-radius: 0; box-shadow: none !important;
    transition: 0.15s ease-in-out;
}

.btn-blue {
    background: var(--color-blue);
}
.btn-capsa-blue{
    background: var(--color-capsa-blue);
}
.btn-fjc-blue{
    background: #9AB6D3;
}
.btn-gray{
    background: #626263;

}
.btn-capsa-white{
    background: #fff;
    color: var(--color-capsa-blue);
}
.btn-transparent{
    background: var(--color-transparent);
}

.btn:disabled, .btn.disabled{
    background: var(--color-med-grey);
    cursor: not-allowed;
}
.btn-qty{
    padding: 5px;
    background: var(--color-dark-grey);
    height: auto;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none !important;
    max-width: none; min-width: 0;
    border: none;
}
.btn-inactive{
    background: var(--color-med-grey);
}
.btn-onwatch-border{
    background-color: transparent;
    background-size: 100% 100%;
    border: 0;
    padding: 8px 15px;
    color: white;
    width: 350px;
    max-width: 100%;
    height: 70px;
    font-size: 18px;
    font-family: 'Sohne Medium';
    margin: 20px 0;
}
.btn-onwatch-border.btn-large{
    width: 790px;
    height: 80px;
    font-size: 24px;
}
.btn-onwatch-link{
    font-family: 'Sohne Regular';
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 1.1px;
    text-align: center;
    color: #2a2a2a;
    text-transform: none;
    text-decoration: underline;
    width: unset;
    background: none;
}
.btn-onwatch-border.btn-blue{
    background-image: url('/assets/img/OnWatchTraining/Button-Large-Blue.svg');
}
.btn-onwatch-border.btn-black{
    background-image: url('/assets/img/OnWatchTraining/Button-Large-Black.svg');
}
.btn-onwatch-border.btn-blue:active{
    background-image: url('/assets/img/OnWatchTraining/Button-Large-Blue.svg')!important;
}
.btn-onwatch-border.btn-black:active{
    background-image: url('/assets/img/OnWatchTraining/Button-Large-Black.svg')!important;
}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
STYLED LAYOUT ELEMENTS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

.box-container{
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    padding: 30px; border-radius: 2px;
    margin-bottom: 30px;
}

.list-divide{
    width: calc(100% - 30px); margin: 15px auto;
    border-top: 1px solid var(--color-light-grey);
    opacity: 0.5;
}

.truncate{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 16px;        /* fallback */
    max-height: 32px;       /* fallback */
 }

@media(min-width: 576px){
    p.text-sm-large{
        font-size: 16px;
        line-height: 18px;
    }
}

@media(max-width:575px){
    .box-container{
        margin: 0 -15px; margin-bottom: 30px;
        border-radius: 0;
    }
    .box-container.mobile{
        margin: 0; margin-bottom: 30px;
        border-radius: 5px;
    }
}
/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
TRANSITIONS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/


.fade-enter-active, .fade-leave-active {
    transition-property: opacity;
    transition-duration: .20s;
}
.fade-enter, .fade-leave-active {
    opacity: 0
}

.slide-left-leave-active,
.slide-left-enter-active {
  transition: 0.3s cubic-bezier(0.23,0.59,0.24,1);
}
.slide-left-enter, .slide-left-leave-to {
  transform: translateX(340px);
}

.loading-outer{
    position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;
    background: rgba(255,255,255,0.8); z-index: 700;
}
.loading-inner{
    position: absolute; top: 50%; left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100px; width: auto;
}


.slide-fade-leave-active, .slide-fade-enter-active {
    transition: all .8s ease;
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
    opacity: 0.999;
}

.slide-fade-enter-active .modal-box, .slide-fade-leave-active .modal-box{
    transition: all .8s ease;
}
.slide-fade-enter .modal-box, .slide-fade-leave-to .modal-box {
    opacity: 1;
    transform: translateY(100vh)
}

.slide-fade-enter-active .modal-bg, .slide-fade-leave-active .modal-bg{
    transition: all .8s ease;
}
.slide-fade-enter .modal-bg, .slide-fade-leave-to .modal-bg {
    opacity: 0;
}



/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
RESPONSIVE
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

@media(max-width: 992px) {
    .header {
        height: 500px !important;
        padding-top: 100px !important;
    }
}

@media(max-width: 600px){
    .desktop-text{
        display: none;
    }
}
@media(min-width: 600px){
    .mobile-text{
        display: none;
    }
}

/*@media (max-height: 700px) {
    .header {
        height: 500px !important;
        padding-top: 100px !important;
    }
}*/

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
DYNAMIC CONTENT
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/
.partner .description a{
    color: var(--color-blue);
    cursor: pointer;
    font-family: 'Sohne Regular'!important;
    text-decoration: none;
    font-size: 14px!important;
}