/**
 * @file
 * Block Styling.
 *
 * We use panels panes in favor of blocks where possible.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 10, ../sass/blocks.scss */
.block {
  /* Block wrapper */
  margin-bottom: 1.5em;
}
/* line 13, ../sass/blocks.scss */
.block.first {
  /* The first block in the region */
}
/* line 17, ../sass/blocks.scss */
.block.last {
  /* The last block in the region */
}
/* line 21, ../sass/blocks.scss */
.block.odd {
  /* Zebra striping for each block in the region */
}
/* line 24, ../sass/blocks.scss */
.block.even {
  /* Zebra striping for each block in the region */
}
/* line 27, ../sass/blocks.scss */
.block h2.block-title {
  /* Block title */
}

/* line 34, ../sass/blocks.scss */
#footer .region-footer-top-left :not(h2):not(a), #footer .region-footer-top-right :not(h2):not(a) {
  font-weight: 300;
  font-size: 1.1428rem;
  line-height: 1.7rem;
}

/* line 42, ../sass/blocks.scss */
#block-system-main-menu {
  /* Footer site map */
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  padding-left: 0;
}
/* line 45, ../sass/blocks.scss */
#block-system-main-menu .menu {
  margin-top: 15px;
}

/* line 50, ../sass/blocks.scss */
#block-gateway-theme-about-us-footer {
  /* About us in footer */
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 52, ../sass/blocks.scss */
#block-gateway-theme-about-us-footer p {
  margin-top: 15px;
  color: #fff;
  font-weight: 300;
  font-size: 1.1428rem;
  line-height: 1.7rem;
  padding-right: 32px;
}

/* line 62, ../sass/blocks.scss */
#block-gateway-theme-office-details-footer {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 64, ../sass/blocks.scss */
#block-gateway-theme-office-details-footer .contact-section {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}
/* line 68, ../sass/blocks.scss */
#block-gateway-theme-office-details-footer .contact-section a {
  font-weight: bold;
}

/* line 74, ../sass/blocks.scss */
#block-menu-menu-quicklinks {
  /* Old Footer quick links block */
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 76, ../sass/blocks.scss */
#block-menu-menu-quicklinks .view-id-call_to_actions {
  margin-top: 15px;
}
/* line 81, ../sass/blocks.scss */
#block-menu-menu-quicklinks .menu li a {
  background: none;
}

/* line 88, ../sass/blocks.scss */
.region-footer-top-right {
  /* Footer contact us */
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 90, ../sass/blocks.scss */
.region-footer-top-right .contact-section {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}
/* line 95, ../sass/blocks.scss */
.region-footer-top-right .contact-section a {
  font-weight: bold;
}
/* line 98, ../sass/blocks.scss */
.region-footer-top-right .contact-section strong {
  color: #fff;
}

/* line 105, ../sass/blocks.scss */
#block-block-5 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: solid 1px #faebcc;
  padding: 10px;
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}
/* line 113, ../sass/blocks.scss */
#block-block-5 a {
  color: #8a6d3b;
  font-weight: bold;
}
/* line 117, ../sass/blocks.scss */
#block-block-5 p {
  padding-bottom: 0;
}

/* line 123, ../sass/blocks.scss */
.not-front #block-block-5 {
  margin-bottom: 0;
}

/* line 130, ../sass/blocks.scss */
.region-help #block-system-help {
  padding: 20px 20px 5px 20px;
  text-align: center;
  background: #FAFFCA;
  border-style: solid;
  border-width: 1px;
  border-color: #fde98d;
  box-sizing: border-box;
  color: #333333;
  margin: 20px 10px 0px 10px;
}
/* line 140, ../sass/blocks.scss */
.region-help #block-system-help p {
  display: inline-block;
  line-height: 16px;
  background: url(../images/svg/misc/information-icon-white.svgz) no-repeat top left;
  padding-left: 21px;
}

/* line 150, ../sass/blocks.scss */
#apachesolr-panels-search-block .form-actions {
  margin-top: 0;
  margin-bottom: 0.3em;
  /* for the wrapping div of the search button */
}

/* line 157, ../sass/blocks.scss */
#block-textsize-form h2 {
  float: left;
  font-size: 0.8em;
  font-weight: normal;
  color: #505050;
}
/* line 163, ../sass/blocks.scss */
#block-textsize-form ul {
  margin: 0;
  padding: 0;
  width: 400px;
}
/* line 166, ../sass/blocks.scss */
#block-textsize-form ul li {
  display: block;
  float: left;
}
/* line 172, ../sass/blocks.scss */
#block-textsize-form p {
  width: auto;
}

/**
 * Media Queries.
 */
/* Small screen & tablet devices */
@media all and (max-width: 991px) {
  /* line 187, ../sass/blocks.scss */
  #block-system-main-menu {
    /* Footer site map */
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }

  /* line 190, ../sass/blocks.scss */
  #block-menu-menu-quicklinks {
    /* Old Footer quick links block */
    float: left;
    width: 41.66667%;
    margin-left: 50%;
    margin-right: -91.66667%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }

  /* line 193, ../sass/blocks.scss */
  .region-footer-top-right {
    /* Footer contact us */
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }

  /* line 196, ../sass/blocks.scss */
  #block-block-5 {
    margin: 10px 0 10px 0;
  }
}
/* Phones */
@media (max-width: 767px) {
  /* line 204, ../sass/blocks.scss */
  #block-system-main-menu {
    /* Footer site map */
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
    padding-left: 0;
    padding-right: 0;
  }

  /* line 210, ../sass/blocks.scss */
  #block-menu-menu-quicklinks {
    /* Old Footer quick links block */
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
    padding-left: 0;
    padding-right: 0;
  }

  /* line 216, ../sass/blocks.scss */
  .region-footer-top-right {
    /* Footer contact us */
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
    padding-left: 0;
    padding-right: 0;
  }
}
