@media screen and (min-width:1024px){
	
.alert-message .alert-message--description{padding: 10px 0 10px 0 !important;}

.alert-message .alert-close-icon{top:25px !important;}

.alert-message .alert-message--description a{text-decoration:none !important;}

.font-content-link-1-md{font-size:18px !important;}
}

/*.btn-brand-1st{border-radius:0px !important;}*/


@media screen and (min-width:768px){

.hero-auto-rotate .background__image:first-child{background-position:center top !important;}
.hero-auto-rotate .background__image:last-child{background-position:center top !important;}

}

@media screen and (max-width:767px){

.hero-auto-rotate .background__image:first-child{background-position:center top !important;}
.hero-auto-rotate .background__image:last-child{background-position:center top !important;}

.kampyle_vertical_button.kampyle_right, .kampyle_vertical_button.kampyle_left{display:none !important;}

}

.hero-auto-rotate .background__image{background-position:center top !important;}

.sorting-hat .sorting-hat__itemlink svg{display:none;}


.alert-message {
    background-color: #a4ce4e!important;
    top: 70px!important;
}

.alert-message strong{
    color: #000;
    font-size: 17px !important;
}

@media screen and (max-width: 767px){
    .alert-message strong{
        font-size: 17px;
    }

    .alert-message {
        top: 40px!important;
    }
}

.alert-message > .container .font-content-link-1-md {
    font-weight: 400;
    margin-right: 20px;
}

.alert-message,
.alert-message .alert-close-icon .icon{
	color: #000!important;
}

.alert-message .alert-close-icon .icon{
	fill: #000!important;
}

.alert-message .secondary.light{
    background: #fff;
    color: #007abc;
    border: 2px solid #007abc;
    border-radius: 2px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.alert-message .secondary.light:hover{
	background: #0061a0;
    border: 0;
    color: #fff;
}
    
.alert-message .msgBlueTxt{color: #0061A0;}