﻿/* Montana Common Custom Landing Page classes */
/* ------------------------------------------ */

.language-selection-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.language-selection {
    position: absolute;
    width: 31%;
    margin-left: 27%;
    margin-top: 16.4%;
    top: 0;
    left: 0;
    height: 32%;
}

    .language-selection .language-selection-header {
        margin-bottom: 2%;
        height: 23.5%;
    }

        .language-selection .language-selection-header img {
            width: 72%;
            margin-left: 0%;
        }

    .language-selection #danish,
    .language-selection #swedish,
    .language-selection #english,
    .language-selection #german {
        margin-right: 6%;
    }

    .language-selection .top-languages {
        margin-bottom: 2%;
        height: 36%;
    }

    .language-selection .bottom-languages {
        height: 36%;
    }

    .language-selection img {
        width: 26.1%;
        /*height: 96%;*/
    }

a {
    color: #1a1a1a;
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
    font-weight: bold;
}


body#landing-page-ca {
    font: 75%/1.5 "CircularStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
}

#landing-page-ca table td {
    vertical-align: middle;
    text-align: center;
    /*min-width: 6em;*/
}

    #landing-page-ca table td:first-child, #landing-page-ca table td:last-child {
        padding: 0.75em 3em;
    }

#landing-page-ca table .flags td {
    vertical-align: middle;
    text-align: center;
}

#landing-page-ca table td.next-link {
    text-align: right;
    width: 100%;
}

#landing-page-ca table td.select-wrapper {
    min-width: 12em;
}

#landing-page-ca #header {
    display: block;
    width: 100%;
    height: 9rem;
    background: var(--montana_blue);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363535', endColorstr='#1d1c1c',GradientType=0 );*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#landing-page-ca #logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0px 2rem;
}

.landing-page-image {
    height: 4rem;
}

.landing-page-Text {
    font-family: 'Lineto-circular-book';
    font-size: 1.5rem;
    color: white;
}

.landing-page-welcome-Text {
    font-family: 'Lineto-circular-bold';
    font-size: 2.2rem;
    color: white;
    position: absolute;
    left: 0;
    width: 100%;
    /* border: 1px solid red; */
    text-align: center;
}

#landing-page-ca .language-selection-img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    bottom: 0;
    left: 0;
    /*margin-top: 7em;*/
    top: auto;
}

#landing-page-ca .language-selection {
}


#landing-page-ca table {
    border-collapse: collapse;
    width: 500px;
    height: auto;
    margin: -200px -250px;
    position: absolute;
    z-index: 9999;
    top: calc(50% + 5rem);
    left: 50%;
    padding: 1em;
    background: #f2f2f2;
    background: rgba(255,255,255,0.75);
    /*table-layout: fixed;*/
}

#landing-page-ca #footer {
    border-collapse: collapse;
    text-align: center;
    font-size: 1.7em;
    color: white;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    background: rgba(0,0,0,0.75);
}



#landing-page-ca h2 {
    font-size: 1.6em;
    /*padding: 1em;*/
}

#landing-page-ca h3 {
    font-size: 1.2em;
    /*padding: 1em;*/
}

#landing-page-ca .title h2 {
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 2.5em;
}

#landing-page-ca #footer h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#landing-page-ca select {
    min-width: 100%;
    color: #1a1a1a;
    border: none;
    background: #fff;
    padding: 0 0.5em;
    font-size: 13px;
    height: 36px;
}

    #landing-page-ca select option {
        padding: 0.3em 0.5em;
    }

#landing-page-ca .language-selection-info {
    font-size: 13px;
    padding: 0.75em 0 3em;
}

/*#landing-page-ca table:after {
		content: " ";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0; 
		left: 1%;
		width: 100%;
		height: 100%;
		background: url('../../Content/images/world.png') center 50% no-repeat;
		background-size: 100%;
		opacity: 0.08;
	}*/

#landing-page-ca .title {
    /*height: 30%;*/
    letter-spacing: 0.2em;
}

    #landing-page-ca .title td {
        /*vertical-align: bottom;*/
    }

#landing-page-ca table td.loader-td {
    min-width: 12em;
}

    #landing-page-ca table td.loader-td .loader {
        min-width: 100%;
    }

#landing-page-ca .flags h4 {
    vertical-align: middle;
    font-size: .75em;
    color: #666;
}

#landing-page-ca .flag {
    display: inline-block;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    margin: 0 .5em .25em 0;
}

#landing-page-ca .flag-big {
    width: 75px;
    height: 75px;
    margin: 0 .5em .25em;
}

#landing-page-ca #international {
    background: rgba(28,61,103,1);
    background-image: -webkit-radial-gradient( circle, rgba(255,255,255,.2) 20%, rgba(255,255,255,0) 70% );
    background-image: radial-gradient( circle, rgba(255,255,255,.2) 20%, rgba(255,255,255,0) 70% );
}

#landing-page-ca .flags img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    position: relative;
}

#landing-page-ca .flags a {
    text-decoration: none;
    color: #202020;
    /*height: 4em;*/
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    padding: 0 1em;
    width: 13.3em;
}

#landing-page-ca .flags td:nth-child(5n+3) a {
    text-align: center;
}

#landing-page-ca .flags td:nth-child(5n+4) a {
    text-align: right;
}

#landing-page-ca .flags td:hover a {
    text-decoration: underline;
    /*text-transform: uppercase;*/
}

/*#landing-page-ca .flags a:after {
		content: " ";
		display: block;
		position: absolute;
		top: 0; 
		left: 0;
		height: 100%;
		width: 100%;
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 100%);
		background-image: linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 100%);
		box-shadow: inset 0 -3px 5px rgba(0,0,0,0.25);
		border-radius: 50%;
	}*/
.wo_en,
.ca_en,
.ca_fr,
.be_fr,
.be_nl,
.ch_de,
.ch_fr {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 1em;
    background: hsl(0, 0%, 10%);
    color: #fff;
    font-size: 75%;
    padding: 0 0.75em;
    font-weight: bold;
    border-radius: 0.5em;
}

#landing-page-ca button {
    height: 34px;
    line-height: 32px;
    padding: 0 30px;
    color: #fff;
    background: white url('Content/images/bg-button2.png') 0 0 repeat-x;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

#landing-page-ca .loader, .ajaxloader {
    position: relative;
    z-index: 10;
    background: url('img/ajax-loader.gif') 50% 50% no-repeat;
    height: 3em;
    width: 12em;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0 0.3em;
}


#landing-page-ca .language-selection .loader-tr {
    height: 180px;
}
