.small{
  font-size: 80% !important;
}
.medium{
  font-size: 108% !important;
}
.big{
  font-size: 120% !important;
}

.topnav {
  overflow: hidden;
  background-color: #1a2b51;
}

.topnav a {
  float: right;
  display: block;
  color: #ffb033;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav #link{
  margin-top: 10px;
  margin-right: 20px;
}

.topnav #link:hover {
  background-color: #ddd;
  color: black;
}

.topnav >a.active {
  float: left;
  background-color: #1a2b51;
  color: #ff9c00;
  height: 100%;
  /*width: 40%;*/
}
.topnav >a.search1 {
  float: right;
  background-color: #1a2b51;
  color: #ff9c00;
  height: 100%;
  /*width: 40%;*/
}

.topnav a.search2 {display: none;}


.topnav .icon {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 1270px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.search1 {display: block;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive div.black {
    float: none;
    display: block;
    text-align: left;
    height: 74px;
  }
  .topnav.responsive a#link {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav >a.active {
    float: left;
    background-color: #1a2b51;
    color: #ff9c00;
    /*width: 70%;*/
  }
  .topnav >a.search1 {
    float: left;
    background-color: #1a2b51;
    color: #ff9c00;
    /*width: 70%;*/
  }
}
@media screen and (max-width: 600px) {
  .topnav a.search1 {display: none;}
  .topnav.responsive a.search2 {
    float: left;
    display: block;
    text-align: left;
  }
}
.topnav .search-container {
  float: left;
}

.topnav input[type=text] {
  padding: 6px 10px;
  margin-top: 8px;
  margin-top: 8px;
  font-size: 13px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
/*
@media screen and (max-width: 1750px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}*/

/* detect IE and modify somethings*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topnav input[type=text] {
    padding: 6px 10px;
    margin-top: 8px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  }
}


.services_meun {
  width: 350px !important;
}

.information_meun {
  width: 200px !important;
}

.information_meun_sub {
  width: 350px !important;
}



.course-list .course-detail {
    width: 100% !important;
}


  .section p.date {
    float: left;
    margin: 10px 0;
    padding: 0 0;
    width: 45px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 40px;
    text-align: center;
    line-height: 80%;
  }
  .section p.date span.title_month {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 13px;
    
  }
  .section p.date span.title_year {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0; padding: 0 0;
    line-height: 13px;
    
  }
@media screen and (max-width:1200px) and (min-width:989px){
  .section p.date {
    float: left;
    margin: 10px 0;
    padding: 0 0;
    width: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 35px;
    text-align: center;
    line-height: 80%;
  }
  .section p.date span.title_month {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 13px;
    
  }
  .section p.date span.title_year {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0; padding: 0 0;
    line-height: 13px; 
  }
 }
  @media screen and (max-width:990px) and (min-width:770px){
  .section p.date {
    float: left;
    margin: 10px 0;
    padding: 0 0;
    width: 45px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    text-align: center;
    line-height: 80%;
  }
  .section p.date span.title_month {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    
  }
  .section p.date span.title_year {
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0; padding: 0 0;
    line-height: 13px; 
  }
 }

@media screen and (min-width:0px) and (max-width:320px){
  .container p.topic{
   font-size:0.5rem;
   text-overflow:hidden;
   text-align:center;
   line-height:9px;
 }
}





