.no-entries {padding:150px;text-align: center;font-weight: bold;}
.list-item {display:block;position:relative;width:100%;text-decoration: none;min-height:250px;color:inherit;background-color:#FFF;margin-bottom:20px;}
.list-item .image {position: absolute;top:0;bottom:0;left:0;width:400px;margin:auto;height:100%;background-repeat: no-repeat;background-position: center;background-size:cover;}
.list-item .details {padding:20px;padding-left:440px;}
.list-item .title {color:#00349a;font-weight:bold;font-family: 'PT Sans', sans-serif;font-size:26px;padding-bottom:10px;}
.list-item .date {color:#909090;padding-bottom:10px;font-weight: normal;}
.list-item .duration {color:#909090;padding-bottom:10px;font-weight: normal;}
.list-item:hover .button-container .button {padding:15px 40px;}

.list-item .image.logo, .grid-item .image.logo {background-size:contain;background-color:#FFF;}

.grid-item {display:block;position:relative;width:calc((100% - 40px) / 3);float:left;margin-bottom:20px;margin-right:20px;text-decoration: none;min-height:250px;color:inherit;background-color:#FFF;margin-bottom:20px;}
.grid-item:nth-child(3n) {margin-right:0;}
.grid-item .image {position: relative;width:100%;margin:auto;height:200px;background-repeat: no-repeat;background-position: center;background-size:cover;}
.grid-item .details {padding:20px;}
.grid-item .title {color:#00349a;font-weight:bold;font-family: 'PT Sans', sans-serif;font-size:26px;padding-bottom:10px;}
.grid-item .date {color:#909090;padding-bottom:10px;font-weight: normal;}
.grid-item .duration {color:#909090;padding-bottom:10px;font-weight: normal;}
.grid-item:hover .button-container .button {padding:15px 40px;}

.flag {position: absolute;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    padding:10px 20px 10px 20px;background-color:#00349a;color:#FFF;font-family: 'PT Sans', sans-serif;left:-10px;top:20px;font-size:16px;font-weight: bold;}
.flag::after {width: 0;height: 0;border-style: solid;border-width: 0 10px 10px 0;border-color: transparent #00205e transparent transparent;content:'';position: absolute;left:0;bottom:-10px;}
.view-selection {text-align: right;padding:0px 0px 20px 0px;font-weight: bold;}
.view-selection .selector {padding:0px 10px;}
.view-selection .selector:hover {cursor: pointer;}

@media screen and (max-width:1000px)
{
    .list-item .image {width:300px;}
    .list-item .details {padding-left:320px;}
}

@media screen and (max-width:900px)
{
    .grid-item {width:calc(50% - 10px);}
    .grid-item:nth-child(2n) {margin-right:0;}
    .grid-item:nth-child(3n) {margin-right:20px;}
}

@media screen and (max-width:700px)
{
    .view-selection {display:none;}
    .grid-item {margin-right:0;width:100%;float:none;}
    .grid-item:nth-child(3n) {margin-right:0px;}

    .list-item .image {position: relative;top:unset;bottom:unset;left:unset;width:100%;height:200px;margin:auto;}
    .list-item .details {padding-left:20px;padding:20px;}
}



