/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-navbar-nav > li.uk-active > a {
    background-image: linear-gradient(to bottom, #E03926, #d64c31);
}

.uk-button-primary {
    background-image: linear-gradient(to bottom, #E03926, #d64c31);
}

.tm-article .tm-article-date-true .tm-article-date {
    background: none repeat scroll 0 0 #e03926;

}

.uk-panel-box-primary {
    background-color: #e03926;
    color: #fff;
}

.uk-nav-navbar .uk-nav-header {
    color: #000;
}
.uk-nav-header {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
}

em {
    color: #FD0001;
}

//.tm-noblog .tm-content {
//    min-height: 937px;
//}


/*  
 *  Navbar (Main Menu)  
 */  
/* level 2 */  
.uk-nav-navbar > li > a,  
/* level 3 */  
.uk-nav-navbar > li.uk-parent.uk-active > ul > li.uk-active > a,  
/* level 4 */  
.uk-nav-navbar > li.uk-parent.uk-active > ul > li.uk-parent.uk-active > ul > li.uk-active > a { color: 666666; }  

.uk-badge {
    padding: 6px 16px;
	background: #fd0001 linear-gradient(to bottom, #e4623f, #d64c31) repeat scroll 0 0;
}

.uk-badge-success {
    color: #ffffff;
	padding: 3px 16px;
}

.uk-subnav > li > a {
    color: #e03926;
}

.uk-article-title {
    font-weight: 400;
}

body {
    font-weight: 400;
}

.uk-navbar-nav > li > a {
    font-weight: 400;
   
}

.uk-button {
    font-weight: 400;

}

.uk-panel-title {
    font-weight: 600;
}

a, .uk-link {
    color: #fd0001;
}

.uk-navbar-nav > li.uk-active > a {
    background-image: linear-gradient(to bottom, #fd0001, #d64c31);
}

.uk-table th, .uk-table td {
    border: 1px solid rgba(0, 0, 0, 0.07);
}


input[type="checkbox"], input[type="radio"] {
    margin-left: 30px;
}

fieldset.formFieldset ol.formContainer li {
    margin-top: 7px;
}

.uk-article:nth-child(n+2) {
    margin-top: 0;
}

span.event-date span.month {
    background: #666666 none repeat scroll 0 0;
    border: 1px solid #666666;
}

span.event-date span.day {
    border: 1px solid #666666;
}

span.event-date span.day {
    border: 1px solid #214865;
    color: #666666;
}

/*li.uk-active > a {
    background: #e03926 !important;
}*/

.uk-nav-side > li.uk-active > a {
    background: #e03926 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
}


.mcSignupModule input[type="text"] {
    width: 173px;
}

@media screen and (min-width: 960px) { 
.sppb-row-container {width: 891px !important;}
}

@media screen and (max-width: 840px) { 
.sppb-row-container {width: 100% !important;}
}

}

h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: none;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.eb-container h1 {
    margin: 5px 0 15px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.uk-navbar-nav > li > a {
    padding: 0 18px;
}

//OS CAMPUS

#oscampus.osc-container {
    color: #FD191A !important;
    text-align: left;
}

.osc-module-container .osc-btn-main,
#oscampus.osc-container .osc-btn-main {
    color: #fff;
    font-weight: 600;
    background: #FD191A;
}

#oscampus.osc-container .osc-row-one a:hover {
    text-decoration: none;
    color: #FD191A !important;
}