/* 
    Created on : 24-August-2021, 8:45:25 AM
    Author     : Peter Wooster
*/
/*
#smw-welcome-modal {
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:100000;
    background-color:#d2d2d2; 
    overflow: auto;
}
#smw-welcome-dialog {
    background-color:#ff4d00;
    color:#fff;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    margin: 0 auto;
	position: absolute;
    top: 0;
	left: 0;
	
}
#smw-welcome-header{
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
	max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#smw-welcome-header .logo{
    display: inline-block;
    background: #fff;
}
#smw-welcome-header span.header-contact{
    padding-top: 1em;
    font-weight: 600;
    font-size: 0.9em;
}
#smw-welcome-content{
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
	
}
#smw-welcome-content h2{
    color: #fff;
    width: 100%;
    max-width: 620px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 2em;
    padding: 16px 32px;
    text-align: center;
    font-family: lato,helvetica,arial,san-serif;
    margin-bottom: 9%;
}
#smw-welcome-content h2 span.slideup{
	display: block;
    position: relative;
    transform: translateY(300%);
    transition: 1s;
    opacity: 0;
}
.active #smw-welcome-content h2 span.slideup{
    transform: translateY(0);
    opacity: 1;
}

#smw-welcome-form{
    text-align: center;
}

#smw-welcome-form button{
    margin: 1em;
    border: 1px solid #fff;
    padding: 1em 2em;
}

#smw-welcome-form label {
    display:none;
}

#smw-welcome-form #smw-choice {
    width: 100%;
    max-width: 175px;
}

#smw-welcome-form #smw-choice {
    max-width:183px;
    padding:2px;
}

.smw-error {
    color:red;
    font-weight:600;
}

@media screen and (max-width: 1024px){
	#smw-welcome-dialog {
		background-image: url('https://blueprint.sirv.com/patterned_concrete/com/pc-com-splash-tablet.jpeg');
	}
}
@media screen and (min-width: 701px){
    #smw-welcome-header span.header-contact .br{display: none;}
}
@media screen and (max-width: 700px){
    #smw-welcome-header span.header-contact .sep{display: none;}
    #smw-welcome-modal{
        display: block;
    }
}
@media screen and (max-width: 480px){
    #smw-welcome-header{
        flex-direction: column;
        align-items: center;
        padding: 0 1em;
    }
    #smw-welcome-header span.header-contact .sep{display: initial;}
    #smw-welcome-header span.header-contact .br{display: none;}
    #smw-welcome-content{
        padding: 2em;
    }
	#smw-welcome-dialog {
		background-image: url('https://blueprint.sirv.com/patterned_concrete/com/pc-com-splash-mobile.jpeg');
	}
}*/
#smw-welcome-modal {
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:100000;
    background-color:#000000B2;
    overflow: auto;
}
#smw-welcome-dialog {
    background-color:#fff;
    width: 543px;
    min-height: 492px;
    margin: 0 auto;
}
#smw-welcome-header{
    height: 72px;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 20px;
}
#smw-welcome-header a{
    color: #58585A;
    font-size: 32px;
}
#smw-welcome-content, #smw-welcome-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#smw-welcome-form{
    width: 374px;
    margin-top: 40px;
    text-align: center;
}
#smw-welcome-form button{
    background-color: #FF4D00;
    color: #fff;
    width: 374px;
    height: 63px;
    margin-top: 20px;
    border: none;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

}
#smw-welcome-form button:hover{
    color: #FF4D00;
    background-color: #fff;
    border: 1px solid #FF4D00;
}
#smw-welcome-modal #close_modal{
	cursor:pointer;
}
