/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
.WidgetHolder {
  margin-bottom: 1.75rem; }
  .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 #dedddd;
      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: 0rem; }
  .WidgetHolder blockquote {
    margin-bottom: 0.8rem;
    border-left-color: #c3c3c3;
    padding-top: 0px;
    font-size: 1.1em;
    line-height: 1.3em;
    padding-bottom: 0px; }
  .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-size: 13px; }

/* Select styling */
select {
  padding: .45rem 0.6rem 0.37rem .6rem;
  width: 100%;
  margin: .5rem 0 0 0;
  border: 1px solid #dedddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(images/down-arrow.png) right 5px no-repeat white;
  background-size: 24px 24px;
  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; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 1rem; } }

.WidgetHolder.firstWidget {
  margin-top: 0rem !important;
  padding-top: 0px !important; }
