/* a{
	color: white;
}
a:hover{
	color: lightgray;
	text-decoration: none;
} */
.primary-bg{
    background: #f9cfd5;
}
.bg-gray{
	background: #5ac9ffdb;
}
.bg-dull{
	background-color: #eaeaea;
}

.border_all{
    border: 1px solid #8c545c;
}
.border_nt{
    border-left: 1px solid #8c545c;
    border-right: 1px solid #8c545c;
    border-bottom: 1px solid #8c545c;
}
.dashed_border{
    border-top: 1px dashed #999;
    text-decoration: none; 
    padding-top: 1rem;
}
.arrow-down {
  margin: auto;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #747981;
  padding: 1rem 0;
}
.round{
    border-radius: 50%;
}


/*results cards*/
@import url('https://fonts.googleapis.com/css?family=Oswald');
*
{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box
}

body
{
  background-color: #fff;
  font-family: arial
}
.fl-left{float: left}

.fl-right{float: right}

h1
{
  text-transform: uppercase;
  font-weight: 900;
  border-left: 10px solid #fec500;
  padding-left: 10px;
  margin-bottom: 30px
}

.row{overflow: hidden;margin-left: 0;margin-right: 0;}

.card
{
  display: table-row !important;
  width: 100%;
  background-color: #f9cfd5;
  color: #989898;
  /*margin-bottom: 10px;*/
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  flex-direction: initial!important;
}

.card + .card{margin-left: 2%}

.date
{
  display: table-cell;
  width: 25%;
  position: relative;
  text-align: center;
  border-right: 2px dashed #fec500
}

/*.date:before,
.date:after
{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fec500;
  position: absolute;
  top: -15px ;
  right: -15px;
  z-index: 1;
  border-radius: 50%
}*/

.date:after
{
  top: auto;
  bottom: -15px
}

.date time
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.date time span{display: block}

.date time span:first-child
{
  color: #2b2b2b;
  font-weight: 600;
  font-size: 220%;
  padding-left: 5px;
  border-left: 4px solid #fec500;
}

.date time span:last-child
{
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -10px
}

.card-cont
{
  display: table-cell;
  width: 35%;
  font-size: 85%;
  padding: 24px;
}

.card-cont h3
{
  color: #3C3C3C;
  font-size: 130%
}

/*.row:last-child .card:last-of-type .card-cont h3
{
  text-decoration: line-through
}*/

.card-cont > div
{
  /*display: table-row*/
  display: block;
  text-align: -webkit-center;
  margin: .5rem;
}

.card-cont .even-date i,
.card-cont .even-info i,
.card-cont .even-date time,
.card-cont .even-info p
{
  display: table-cell
}

.card-cont .even-date i,
.card-cont .even-info i
{
  padding: 5% 5% 0 0
}

.card-cont .even-info p
{
  padding: 30px 50px 0 0
}

.card-cont .even-date time span
{
  display: block
}

.card-cont a
{
  display: block;
  text-decoration: none;
  width: 80px;
  height: 30px;
  background-color: #D8DDE0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  bottom: 10px
}

.row:last-child .card:first-child .card-cont a
{
  background-color: #037FDD
}

.row:last-child .card:last-child .card-cont a
{
  background-color: #F8504C
}

@media screen and (max-width: 860px)
{
    .even-date time{
    display: unset !important;
}
    .col-clr
{
   padding:0 !important;
}
    .date {
    display: block;
    width: 100%;
    height: 136px;
    position: relative;
    text-align: center;
    border-right: none;
}
.card-cont {
    display: block;
    width: 100%;
    font-size: 85%;
    padding: 0;
}
  .card
  {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px
  }
  
  .card + .card{margin-left: 0}
  
  .card-cont .even-date,
  .card-cont .even-info
  {
    font-size: 75%
  }
}
/*ends*/
