@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
.dept-name {
font-family: 'Lato', sans-serif;
color:#000!important;
font-size:1.4rem;
}

.tags-group {/*list-style-type: circle!important;*/display:block!important;}
.tags-group li {padding-bottom:1em;padding-top:1em;border-bottom:solid 1px #222;}
.tags-group li a{text-decoration:none;color:#222;}
/*controls the orange colour in headings across the template*/
.orange-text {color:#ea7523;}
/*.tags-group li:hover{background-color:#ea7523;}*/
.tags-group li a:hover{color:#ea7523;}
.no-style-type {list-style-type: none!important;padding-left:0!important;padding-right:2em;}
/*.grants-section {background-color:#c9c9ca;}*/
/*.grant-container {background-color:#fff;padding:1em;}*/
.grant-closing {background-color:#575656;color:#fff;padding:1em;}
/* btn overide */
.advantage-content {background:#fff; margin-bottom:1em;}
.advantage-content-text {padding:1.3em;}
.advantage-content-text h3 {color:#ea7523;}
.advantage-content-image {padding-left:0;padding-right:0;}
.btn {
  font-size:1rem!important;
}

.key-sections {background-color:#222;padding:1em 1.8em;text-align: center;}
.key-sections h3,.key-sections h3 a {color:#ea7523;margin-top:1rem;}
.key-sections h3 a:hover {text-decoration:none;}
.key-sections p {color:#fff;}
.key-sections .tile {padding-left:1em;padding-right:1em;}
.key-sections-margin {margin-top:1.5em;}
/*.apply-for {padding-top:1em;}*/

.landing-hero-background 
{background: url('/images/youi-feature.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-hero-height {height:600px;}
.landing-hero-content {padding:6em 3em 3em 3em;text-align:center;}
.landing-hero-content h2 {font-weight: 700;color:#fff;font-size:3em;line-height:1.2;margin-bottom:0.5em;}
.landing-hero-content p {color:#fff;font-size:1.2em;}
.grant-container p {
	line-height: 1.7em;
}



/* responsive style adjustments */

@media (max-width: 768px) {
  
 /* takes bottom margin away from tag menus in mobile version */ 
 .mb-double, .my-double {
	margin-bottom: 0 !important;
}
 /* hides large medium widget on small devices */
  
.medium-widget-large {
  display:none;
  } 
  
  /* hides slider on small devices */  
  
  .slider {
   display:none; 
      }  
  .landing-hero-height {height:auto;}
  
  .landing-hero-content {padding:2em 1em 1em 1em;text-align:center;}
  .landing-hero-content p {color:#fff;font-size:1.1em;}
  
}

@media (min-width: 769px) {

 /* hides small medium widget on larger devices */
  
.medium-widget-small {
  display:none;
  } 
 
  

  
}




