@media (max-width: 639px) {
    .uk-h2, h2 {
        color: rgba(0,0,0,0.6);
        font-size: 2.0rem;
        letter-spacing: 0.4rem;

    }
    
    body {
        font-size: 1.3rem;
    }

}

@media (min-width: 640px) {
    .uk-h2, h2 {
        color: rgba(0,0,0,0.6);
        font-size: 2.0rem;
        letter-spacing: 0.4rem;

    }
    
    body {
        font-size: 1.1rem;
    }

}

@media (min-width: 960px) {
    .uk-h2, h2 {
        color: rgba(0,0,0,0.6);
        font-size: 2.5rem;
        letter-spacing: 0.4rem;

    }
    
    body {
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px) {
    .uk-heading-medium {
        font-size: 3.6rem;
    }
    
    body {
        font-size: 1.1rem;
    }

}

@media (min-width: 1600px) {


}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-variant-ligatures: no-common-ligatures;
    padding-bottom: 90px;

    line-height: 1.75; 
    color:rgba(0,0,0,0.5);
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {

    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif !important;

}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-transform: none;
}

.uk-text-light {
    font-weight: 200;
}

.divider-66 {
    width:10%;
    max-width:10%;
    margin: auto auto;
    height:2px;
    border-top:1px solid #cecece;
}

.offcanvasnav {
    background-color: #fff;
    top: 88px;
    left: 0;

    width: 100%;
    position: fixed;
    display:none;
    z-index:1;
    padding: 5px 15px 15px 15px;

    box-shadow: 0 2px 8px rgba(0,0,0,.08);



}

.uk-offcanvas {

    top: 100px;

}

.uk-offcanvas-bar {
    color: #222;
    background: #fff;


}

.uk-offcanvas-bar .uk-nav-primary>li.uk-active>a {
    color: #222;
}

.uk-offcanvas-bar .uk-nav-primary>li>a {
    color: #222;
}

.uk-text-lead {
    font-size: 1.3rem;
    line-height: 1.3;
    color:rgba(0,0,0,0.5);
}

.uk-badge {
	box-sizing: border-box;
	min-width: 18px;
	height: 18px;
	padding: 16px 10px;
	border-radius: 500px;
	vertical-align: middle;
	background: #1e87f0;
	color: #fff !important;
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}

h3.uk-card-title {
    color: rgba(221,0,24,1);
}


.uk-heading-small {
    font-size: 1.25rem;
}

.rk-navbar-background {
    background: rgba(255,255,255,1) !important;
}

.rk-padding-small {
    padding-left:15px;
    padding-right:15px;
}

.rk-xsmall {
    font-size: .5rem;
    line-height: 1;
}

.uk-table td, .uk-table-small td, .uk-table th, .uk-table-small th {
    padding: 0px;
    padding-top:5px;
    padding-bottom:10px;
}

.uk-panel h1 {
    background: rgba(255,255,255,0.5);
    padding:40px;
    text-transform:uppercase;
}

.uk-link, a {
    color: rgba(0,0,0,0.8);

}

.uk-link, a:hover {
    color: rgba(0,0,0,0.7);

}

.uk-logo {
    margin-bottom: 0px !important;
}



.uk-captcharepeat{
    z-index: 999 !important;
    position: absolute !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    top: -1000px !important;
    left: 0 !important;
    clear: both !important;
    font-size: 0px !important;
    line-height: 0px !important;
}
/*
.uk-dotnav > * > * {
    width: 40px;
    height: 8px;
    border-radius: 0%;
}
*/

.uk-button-default {
    background-color: #475270;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent;
}

.description-list-large > dt {

    font-size: 1.2rem;

}

.nl-hint {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    padding: 5px 15px 5px 15px;
    text-align: center;
    box-shadow: 0px -2px 6px rgba(0,0,0,0.28);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rex-navi-depth-1 {
    list-style-type:none;

    padding:0;
}

input.ipt-required:invalid {
    border: 1px solid #1e87f0;
    background-color: #d8eafc;
    color: #1e87f0;
}
input.ipt-required:valid {
    border: 1px solid #32d296;
    background-color: #edfbf6;
    color: #32d296;
}input.ipt-required-checkbox:invalid {
    border: 1px solid #1e87f0;

}
input.ipt-required-checkbox:valid {
    border: 1px solid #32d296;

}

