/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-navbar{
    border-bottom: 9px solid #cd2f17;
    /*background: #ffffff;*/
}

.uk-navbar-nav > li > a:not(.tm-logo){
    margin-top:108px;
    height: 110px;
    line-height: 110px;
}
.tm-wrapper{
    background: rgba(0, 0, 0, 0) url("../images/background.png") no-repeat scroll -290px 60px;
}
.tm-footer{
   color: #ffffff;
}
.tm-footer a{
    color: #ffffff;
}
.uk-accordion-title:before{
    content: '\f107';
    font-family: "FontAwesome";
    border:2px solid #ffffff;
    color: #ffffff;
    width: 26px;
    height: 26px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
    top: -2px;

}

.uk-accordion-title.uk-active::before{
    content: "\f106";
}

.padding-small{
    padding: 15px 25px;
}
.padding-xsmall{
    padding: 20px 0px;
}
.line-height-1{
    line-height: 1;
}
.uk-icon-button{
    position: relative;
    top: 2px;
}
#tm-bottom-b{
    margin-bottom: 30px;
}
.tm-navbar {
    position: absolute;
}
@media (min-width: 1220px) {
.uk-navbar-nav > li > a {
    
    font-size: 27px;
    font-weight: 400;
    padding: 0 27px; 
}
.tm-block:first-child, [class*="tm-fullscreen-"] + .tm-block {
    padding-top: 66px;
}

h1, .uk-h1 {
    font-size: 32px;
    line-height: 38px;
}
em {
    color: #000000;
}

.uk-article-lead {
    font-size: 22px;
    line-height: 10px;
}

hr {
    border-color: #000000;
}
.uk-article-title {
    font-size: 37px;
    line-height: 43px;
}

h2, .uk-h2 {
    font-size: 26px;
    line-height: 33px;
    color: #cd2d17;
}

h3, .uk-h3 {
    color: #cd2d17;
    font-size: 21px;
    line-height: 26px;
}

.uk-panel-title {
    font-size: 22px;
    line-height: 28px;
}

.tm-wrapper {
    height: calc(100vh - 90px);
}

.uk-accordion-title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 11px;
    padding: 7px 0;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    background: white none repeat scroll 0 0;
}

.uk-button {
text-transform: none;
}
.uk-navbar-nav > li.uk-active > a {
    color: #cd2f17;
}
.tm-footer {
    background: #cd2f17 none repeat scroll 0 0;
}
.uk-icon-button {
    font-size: 23px;
    margin-left: 6px;
    line-height: 22px;
}
.formCaption2 {
    font-size: 16px;
}
.tm-bottom-a.uk-grid {
    margin-left: -60px;
    margin-right: -30px;
}
.tm-bottom-b.uk-grid {
    margin-left: -60px;
    margin-right: -30px;
}
.uk-article li {
  color:black; /* set color of list item to a dark gray */
}

.uk-article li:before {
  color:#cd2d17; /* set color to red */
  font-size:19px; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
    top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}

.tm-search {
    right: 382px;
}
.tm-primary > a:hover,
.tm-primary > a:not([class]):hover,
.tm-primary > :not([class*='uk-nav']) a:not([class]):hover {
  color: #ffffff;
}

.displaynone {  
  display: none!important;  
}
.uk-container {
    max-width: 1300px;
    padding: 0 30px;
}
.removedisplaycalender {
    padding: 0;
}
.removedisplaytraining {
    padding-top: 15px;
}
.removedisplayloadmorebutton {
    margin-top: -50px;
    padding-bottom: 25px;
}
html.uk-notouch body.tm-isblog div.tm-wrapper div#tm-middle.tm-block div div.uk-container.uk-container-center div.tm-middle.uk-grid div.tm-main.uk-width-medium-1-1.uk-row-first main.tm-content article.uk-article div p a {
    color: #012951;
    text-decoration: underline;
}
}

/* Phone landscape and bigger */
@media (max-width: 480px) {
  .removedisplaymobile {  
  display: none!important;  
 }
}