/* CSS additions to existing styles */
@media (min-width:480px){.ecl-logo--logotype{width:640px}}

.ecl-u-mt-l, .ecl-u-mv-l { margin-top: 0.00rem;} /* removes the gap between Header and Main menu */
.ecl-search-form__textfield {padding: .48rem .70rem;}

/* Breadcrumb update */
.ecl-breadcrumbs__segment--last {color: #bfd0e4;font-weight: bold;}

/* Basic layout */
.leftColumn {width:60%;margin:0 4% 50px 0;float:left}
.rightColumn {width:36%; float:right}
.themeBox {border-bottom:1px dotted #BEB9B9; padding:5px 0 14px 5px; margin-bottom:5px}
.infoBox {border-radius: 8px 8px 8px 8px;margin: 12px 0 5px 0;padding: 0 10px 10px;}
.infoBox a {font-weight:bold}
.themeBox h3, .infoBox h3 {font-weight:bold}
.themeBox select {width:80%; margin: 10px 20px;}
.lastBox {border-bottom:1px none #BEB9B9; margin-bottom:30px;}
p.spacer {line-height: 1;padding: 0;}
.noborder {border:0 none}

/* Homepage highlight items */
.homepage_item {display: inline-block; margin: 4px 0; border-bottom: 1px dashed #ccc;}
.homepage_item h2, .homepage_item h3 {margin-top: 0;} /*brings date and title closer together*/
.date01 {font-weight:bold; font-size: 0.8em;}
.thumbnail {border-top: 1px solid #BEB9B9;border-bottom: 1px solid #BEB9B9;float: left;margin: 10px auto;padding: 6px;text-align: center;float:none}
.thumbnail small {display:inline-block; margin-top:6px;}
.thumbnail_short {float: left;margin: 3px 6px 0 0;}

/* Grey deco boxes */
.textBanner_box {background-color: #F3F3F3; border: 1px solid #BEB9B9; border-radius: 5px 5px 5px 5px; padding: 2px 16px;}
.textBanner_button {background-color: #F3F3F3; border: 1px solid #BEB9B9; border-radius: 5px 5px 5px 5px; padding: 8px 18px;text-align: center}

/* tables */
.table-content{border:1px solid #BEB9B9;}
.table-content th {color:#fff; font-weight:bold; padding:4px 0;background-color: #034ea2; height:36px}
.table-content tr:last-child td {border-bottom:0;}
.table-content tr td:last-child {border-right:0;}
.table-content tr:nth-child(odd){background-color:#bfd0e4;}
.table-content td{padding:10px; border-right:1px solid #BEB9B9; border-bottom:1px solid #BEB9B9;}

