@font-face {
    font-family: 'TimesDigitalW04';
    src: url('/partner/thetimes/fonts/TimesDigitalW04-Regular.woff2') format('woff2'),
        url('/partner/thetimes/fonts/TimesDigitalW04-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT Std';
    src: url('/partner/thetimes/fonts/GillSansMTStd-Medium.woff2') format('woff2'),
        url('/partner/thetimes/fonts/GillSansMTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  font-display: swap;
}

body { 
  padding:0; 
  margin:0;
  width:100%;
  height:auto;
  font-size: 12px;
  padding-left:0px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.first {
  margin-top: 0px;
    border-right: 1px solid #dbdbdb !important;
padding-right: 14px !important;

}
.last{
padding-left: 10px;
padding-right: 5px !important;
}

a { 
  color:#ccc; 
  text-decoration:none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover{text-decoration:none;}
.action:hover{
  background:  #40405f;}
.maintext:hover  {
  text-decoration: none;
}


.hero img {
  display: block;
margin: 0 auto;
margin-bottom: 10px;
  float: left;
  width: 70px;
  height: auto;
  border: 1px solid #eee;
}

.subhero {
  padding-top:0px;
}

.wrapper {
  padding: 5px 10px;
  padding-top: 0;
/*  max-width:728px; */
  width:100%;
  height:90px;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-top:0px;
  box-sizing: border-box;
background-position: 900px 595px;
    background-size: cover;
    background-color: #ffffff;
}

.text {
 opacity:0; 
  -webkit-animation:text ease-in 1; 
  -moz-animation:text ease-in 1;
  animation:text ease-in 1;

  -webkit-animation-fill-mode:forwards; 
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
  

  float: none;
  zoom:1;
  display: block;
  padding: 0;
  cursor:pointer;
  width:100%;
/*  line-height:1.4em; */
  color:#222;
  box-sizing: border-box;
  
/*vertical-align: top; */
  
/*height: 100px; */
text-align: left;
    padding-left: 90px;
    box-sizing: border-box;
}

.maintext:hover{
color: #069;
}



/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes hero { from { opacity:0; -webkit-transition } to { opacity:1; } }
@-moz-keyframes hero { from { opacity:0; } to { opacity:1; } }
@keyframes hero { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes text { from { opacity:0; -webkit-transition } to { opacity:1; } }
@-moz-keyframes text { from { opacity:0; } to { opacity:1; } }
@keyframes text { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes dianomi_provider_short { from { opacity:0; -webkit-transition } to { opacity:1; } }
@-moz-keyframes dianomi_provider_short { from { opacity:0; } to { opacity:1; } }
@keyframes dianomi_provider_short { from { opacity:0; } to { opacity:1; } }

.hero {
padding-right: 15px;

  opacity:0; 
  -webkit-animation:hero ease-in 1; 
  -moz-animation:hero ease-in 1;
  animation:hero ease-in 1;

  -webkit-animation-fill-mode:forwards; 
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
   float:left;
  width:50%;
  background-position:0px 0px;
  border:0;
  margin-left:0px;
  color:#003876;
  padding-bottom:10px;
box-sizing: border-box;

  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
height: 70px;
margin-top:5px;
}

.maintext{
  cursor: pointer;
  display: block;
  
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 10px; 
	
   font-family: 'TimesDigitalW04', serif; 
	font-size: 16px;
  padding: 0;
	padding-bottom: 2px;
  display:block;
	width:100%;
  
	font-weight: 400;
	line-height: 20px;
	color: #333333;
}

.dianomi_provider_short {
opacity:0; 
  -webkit-animation:dianomi_provider_short ease-in 1; 
  -moz-animation:dianomi_provider_short ease-in 1;
  animation:dianomi_provider_short ease-in 1;

  -webkit-animation-fill-mode:forwards; 
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1.1s;
  -moz-animation-duration:1.1s;
  animation-duration:1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
  
  text-decoration:none !important;
   font-family: 'Gill Sans MT Std', Helvetica, serif;
	font-size: 13px;
	display: block !important;
	font-weight: 400;
  line-height: 1.2;
  
  color: #696969;
  
  
}

.action{
  display: none;
}


.heading_top {
  display: none;
}

.heading{
display: none;
}

.line2 {
  display: none;
}



.logohover{background-repeat:no-repeat;
  width:60px;
  height:12px;
  position:absolute;
  top:2px;
  right:-51px;
  padding-bottom:0px;
  display:inline;-webkit-transition: background 300ms ease-in-out 0s;
  -moz-transition: background 400ms ease-in-out 0s;
  -o-transition: background 400ms ease-in-out 0s;
  transition: background 400ms ease-in-out 0s;
  z-index:1;
}

.logohover:hover{
  background: url('/img/uploads/Ufe3LcCoyKoAADivRIsAAAAC.png');
  background-repeat:no-repeat;
  background-position:right;
  display:inline;
  padding:0px;
  background-color:#fff;
  height:12px;
  background-size:54px 10px;
}

.sub-line2 {
  overflow: hidden;
  bottom:1px;
  right:0;
  position:absolute;
  font-size:10px;
  height:1.3em;
  font-family: Helvetica, serif;
  color:#999999;
  width:165px;
  height:12px; 
  padding-bottom:0px;
  z-index:5; 
  font-weight: 200;
}
.sub-line2 img{
border: none;
outline: none;
  padding-left: 2px;
}

@media (max-width: 628px){
  
  .wrapper{
  padding: 0;
  }
  
  .hero{
  width: 100%;
  height: 35px;
  }
  
  .first {
  margin-top: 0px;
    border-right: 0 !important;
padding-right: 0;

}
.last{
padding-left: 0;
padding-right: 0;
}
  
  .hero img{
  display: none;
  }
  
  .text{
  padding-left: 0;
  }
  
  .maintext{
  margin-bottom: 0;
  }
  
}

@media (max-width: 555px){

  .maintext{
  display: inline;
  } 
  
  .dianomi_provider_short{
  display: inline;
    line-height: 1;
  }
  
  /*
  .text {
  vertical-align: bottom;
  }
  */
}

@media (max-width: 500px){

  .maintext{
  font-size: 13px;
    line-height: 15px;
  }
  
}

@media (max-width: 333px){

  .hero{
  height: 35px;
  }
  
  .maintext{
  font-size: 12px;
    line-height: 14px;
  }
  
  .dianomi_provider_short{
  font-size: 11px;
  }
  
}

