* {
	box-sizing: border-box;
    padding: 0;
    margin: 0;
}






body{
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: white;
    color: black;
}
body.dark{
    background-color: #444;
    color: white;
}








h1{
    font-family: bungee, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.smally{
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    padding: 2px 6px;
    background-color: #e8f2f7 !important;
    border-radius: 12px;
    color: black !important;
}

.smally-foot{
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
}

.table-smally{
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
}








.accordion .wsbe-button{
    cursor: pointer;
    display: block;
    /*background-color: white;*/
    color: #666;
    border: #E2E2E2 1px solid;
    text-align: center;
    text-decoration: none;
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: all .5s ease;
    border-radius: 4px;
}


.accordion .wsbe-button:hover{
    background-color: #e8f2f7;
    color: black;
    border: #e8f2f7 1px solid;
}

.accordion.dark .wsbe-button{
    cursor: pointer;
    display: block;
    /*background-color: white;*/
    color: whitesmoke;
    border: #E2E2E2 1px solid;
    text-align: center;
    text-decoration: none;
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: all .5s ease;
    border-radius: 4px;
}


.accordion.dark .wsbe-button:hover{
    background-color: black;
    color: white;
    border: #FFF 1px solid;
}









strong.wsbe-sub-title{
    display: block;
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 16px 0px 0px 0px;
}

.fas-margin{
    transition: all .2s ease;
    display: inline-block;
    margin-right: 16px;
}










.accordion .accordion-item{
    background-color: white;
    color: #666;
    border-color: #CCC;
}
.accordion.dark  .accordion-item{
    background-color: #444;
    color: whitesmoke;
    border-color: whitesmoke;
}












.accordion-button{
    font-family: interstate, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    outline: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.button{
    outline: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}



.accordion .accordion-button.collapsed{
    color: #666;
}

.accordion .accordion-button:not(.collapsed){
    background-color: #e8f2f7;
    color: #000;
}

.accordion.dark .accordion-button.collapsed{
    background-color: #444;
    color: whitesmoke;
}

.accordion.dark .accordion-button:not(.collapsed){
    background-color: #000;
    color: white;
}

.accordion .accordion-button.collapsed::after {
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-button:not(.collapsed)::after {
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    rotate: 0deg;
}

.accordion.dark .accordion-button.collapsed::after {
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion.dark .accordion-button:not(.collapsed)::after {
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    rotate: 0deg;
}



.accordion .accordion-button.collapsed .fas-margin{    
    color: black;
}

.accordion .accordion-button:not(.collapsed) .fas-margin{
    color: royalblue;
}

.accordion.dark .accordion-button.collapsed .fas-margin{    
    color: whitesmoke;
}

.accordion.dark .accordion-button:not(.collapsed) .fas-margin{
    color: white;
}




/*
.accordion-body{
    background-color: #f8fdff;
}
*/







/* *********************************************************
**
**
** SWITCH DARK & LIGHT
**
**
********************************************************* */



.pw_switch_container{
    display: block;
    float: right;
    position: relative;
    height: 22.5px;
    line-height: 22.5px;
    /*border: #000 1px solid;*/
    margin: 0;
    padding: 0;
}

.pw_switch_label{
    display: block;
    float: left;
    height: 22.5px;
    width: 15px;
}
.pw_switch_label::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f186';
    display: block;
    height: 22.5px;
    width: 22.5px;
    line-height: 22.5px;
    /*border: #000 1px solid;*/
}
.pw_switch_label.dark::after{
    content: '\f0eb';
}

.pw_switch_wrapper{
    display: block;
    float: right;
    border: #000 1px solid;
    width: 45px;
    height: 22.5px;
    overflow: hidden;
    position: relative;
    border-radius: 22.5px;
    transition: all .4s ease;
    background-color: white;
    line-height: 22.5px;
}
.pw_switch_wrapper.active{
    background-color: #999;
    border: #FFF 1px solid;
}
/*.pw_switch_wrapper.dark{
    border: #FFF 1px solid;
}*/
.pw_switch{
    display: block;
    position: absolute;
    height: 19.5px;
    width: 19.5px;
    left: 1px;
    top: 1px;
    border: #000 1px solid;
    border-radius: 19.5px;
    transition: all .4s ease;
    background-color: white;
}
.pw_switch.active{
    display: block;
    position: absolute;
    height: 19.5px;
    width: 19.5px;
    left: 23.25px;
    top: 1px;
    border: #000 1px solid;
    border-radius: 19.5px;
}
.pw_switch_hidden_toggler{
    display: block;
    position: absolute;
    top: -11.25px;
    left: -1.5px;
    height: 48px;
    width: 48px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    opacity: 0;
}













/* *********************************************************
**
**
** MEDIA QUERIES
**
**
********************************************************* */


@media only screen {
    .wsbe-button{
        padding: 10px 20px;
        margin-bottom: 10px;
    }
    table{
        font-size: 13px;
    }
    td{
        padding: 5px 1px;
    }
    .table-smally{
        font-size: 12px;
    }
    .freddy{
        height: 60px;
        width: 60px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	table{
        font-size: 16px;
    }
    td{
        padding: 10px 1px;
    }
    .table-smally{
        font-size: 15px;
    }
    .freddy{
        height: 72px;
        width: 72px;
    }
}

@media only screen and (min-width: 992px) {
	.table-smally{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}






.overflowwy{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}


.foot-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}








/*******************************************************************/
/*                                                                 */
/* SPACERS AND CLEAR                                               */
/*                                                                 */
/*******************************************************************/

.clear{clear: both;}

@media only screen {
    .textpadding{
        padding: 10px 10px 10px 10px;
    }
	.respacermaxi{
		height: 60px;
	}
	.respacer{
		height: 30px;
	}
	.respacermini{
		height: 20px;
    }
    .respacermicro{
		height: 5px;
	}
}

@media only screen and (min-width: 600px) {
    .textpadding{
        padding: 15px 15px 15px 15px;
    }
	.respacermaxi{
		height: 75px;
	}
	.respacer{
		height: 45px;
	}
	.respacermini{
		height: 20px;
    }
    .respacermicro{
		height: 10px;
	}
}

@media only screen and (min-width: 900px) {
    .textpadding{
        padding: 20px 20px 20px 20px;
    }
	.respacermaxi{
		height: 90px;
	}
	.respacer{
		height: 60px;
	}
	.respacermini{
		height: 24px;
    }
    .respacermicro{
		height: 12px;
	}
}

@media only screen and (min-width: 1200px) {
    .textpadding{
        padding: 45px 45px 45px 45px;
    }
	.respacermaxi{
		height: 120px;
	}
	.respacer{
		height: 90px;
	}
	.respacermini{
		height: 30px;
    }
    .respacermicro{
		height: 15px;
	}
}

@media only screen and (min-width: 1800px) {
    .textpadding{
        padding: 60px 60px 60px 60px;
    }
	.respacermaxi{
		height: 150px;
	}
	.respacer{
		height: 100px;
	}
	.respacermini{
		height: 30px;
    }
    .respacermicro{
		height: 15px;
	}
}