/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.WidgetHolder {
  margin-bottom: 2rem;
  /* Select styling */
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
.WidgetHolder .BlogTagsWidget li {
  border-bottom: none;
  display: inline;
}
.WidgetHolder ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.WidgetHolder ul li {
  list-style: none;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
.WidgetHolder ul li.last,
.WidgetHolder ul li:last-child {
  border-bottom: none;
}
.WidgetHolder h4 {
  margin-top: 0px!important;
  margin-bottom: 0.4rem;
}
.WidgetHolder blockquote {
  margin-bottom: 0.8rem;
  font-size: 100%;
  border-left-color: #d7d7d7;
  padding-top: 0px;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-bottom: 0px;
  font-style: italic;
}
.WidgetHolder blockquote:before {
  color: #ccc;
  content: open-quote;
  font: 4em Georgia, "Times New Roman", Times, serif;
  line-height: 0.1em;
  margin-right: 0.1rem;
  vertical-align: -0.4em;
}
.WidgetHolder cite {
  margin-bottom: 0px!important;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.WidgetHolder #mc_embed_signup {
  margin-top: 1rem!important;
  min-height: 45px;
}
.WidgetHolder select {
  font-weight: 400;
  font-size: 1em;
  padding: 9px 9px 10px;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: url(images/down-arrow.png) right 2px no-repeat #f3f3f3;
  background-size: 24px 24px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .WidgetHolder select {
    padding-right: 1rem;
  }
}
.WidgetHolder.firstWidget {
  margin-top: 0rem!important;
  padding-top: 0px!important;
}
