/* ==========================================================================
   Site style
   ========================================================================== */
/**
* LESS files and ordering is set within this file
*
*/
/**
* Settings
* Define colours, text sizes etc... before any styles are pulled in
*
*/
/* ==========================================================================
   Site setings
   ========================================================================== */
/**
* Site variables are defined within this file.
*
*/
/**
* Responsive design
* Media query settings
*
* 1. Mobile only
* 2. Hi resolution image query
*/
/*@mobile: ~"(max-width: 767px)";*/
/* 1 */
/*@tablet: ~"(min-width:768px)";*/
/*and (max-width:1366px)";*/
/*@desktop: ~"(min-width:1025px)";*/
/* 2 */
/*@tabletOnly: ~"(min-width:768px) and (max-width:1024px)";*/
/*@mobileAndTablet: ~"(max-width: 1024px)";*/
/**
* Typography
* Typography fonts and sizes are defined.
*/
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaE.ttf) format('truetype');
}
/**
* Project colours
* Colours are defined.
*/
/**
* Mixins
* Define predefined and custom mixins
*
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Global mixins are high level reusable LESS snips.
 *
 */
/**
* Border
*
*/
/**
* Transition
* Movment from one CSS definition to a second
*
*/
/**
* Clearfix
* Automatic clearing of floated element so the parent wraps the floated group.
*
*/
/**
* include all site styles
*/
/*global*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   Global
   ========================================================================== */
/**
* The global less file contain elements that are shared arcoss the site.
* Common html elements will be found here.
*
*/
.user-is-tabbing :focus {
  outline: 2px solid #00aa00;
  position: relative;
  z-index: 999;
}
.block {
  display: block;
}
.block > tbody {
  display: block;
}
.block > tbody > tr {
  display: block;
}
.block > tbody > tr > td {
  display: block;
}
#skip-menu {
  display: none;
}
.skip-link {
  display: block;
  height: 0px;
  overflow: hidden;
}
.skip-link:focus {
  height: auto;
  color: inherit;
  text-decoration: underline;
}
#s4-ribbonrow {
  display: none;
}
body #s4-bodyContainer {
  min-width: 480px;
}
body #s4-workspace {
  background-color: #000;
  overflow: visible;
}
#s4-mainarea {
  background-color: #fff;
  overflow: hidden;
}
body.v4master {
  overflow: auto;
}
.wrapper {
  max-width: 1200px;
  margin: 0 38px;
}
.unwrapper {
  margin: 0 -38px;
}
/*.content {
    margin-top: 100vh;
    padding-top: 150px;
}*/
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
a.button {
  text-underline-position: below;
  text-underline-position: under;
  padding: 15px 30px;
}
@media (min-width:1136px) {
  a.button {
    padding: 25px 40px;
  }
}
a.button:hover,
a.button:focus {
  text-decoration: underline;
}
@media (max-width: 1135px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width:831px) {
  .mobile-only {
    display: none !important;
  }
  .wrapper {
    margin: 0 48px;
  }
  .unwrapper {
    margin: 0 -48px;
  }
}
@media (min-width:1136px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width:1296px) {
  .wrapper {
    margin: 0 auto;
  }
  .unwrapper {
    margin: 0 calc(600px - 50vw);
  }
}
.full-separator {
  clear: both;
}
.full-separator:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: #dedede 1px solid;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
* Here we set the main typographic elements that are displayed on the site
* 
*/
/**
* General font styles
*
*/
.ms-WPBody,
body {
  font: normal 14px "Nunito", "Verdana", "Arial", "sans-serif";
}
body {
  color: #555;
}
.ms-WPBody,
body p {
  line-height: 20px;
}
.ms-WPBody a:link,
.ms-WPBody a:visited {
  color: inherit;
}
.ms-WPBody a:focus {
  text-decoration: underline;
}
.web-part-title {
  text-align: center;
  margin: 30px 0;
}
@media (min-width:831px) {
  .web-part-title {
    margin: 0 0 50px;
  }
}
@media (min-width:1136px) {
  .web-part-title {
    margin: 0 0 70px;
  }
}
p {
  color: #555;
}
/*
ol,
ul {
    padding: 0 0 0 20px;
    margin: 1.0em 0;
}

blockquote {
    font: 18px/25px @font-family;
    color: @black;
    margin: 0 0 37px;
}

.intro-heading {
    font: 18px/25px @font-family;
    color: @black;
    margin: 0 0 37px;
    display: block;
}

.subtext {
    margin: 0 0 15px;
}*/
::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #555;
  margin: 40px 0;
  padding: 0;
}
/**
* Heading styles
*
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font: 300 13px @font-family;
    color: @text-colour;
    margin: 0 0 20px;*/
  margin: 0.6em 0;
}
@media (min-width:831px) {
  h1.align-top,
  h2.align-top,
  h3.align-top,
  h4.align-top,
  h5.align-top,
  h6.align-top {
    margin-top: 0;
  }
}
.ms-WPBody h1,
h1 {
  display: none;
  font: bold 30px "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: 40px;
  color: #fff;
}
.ms-WPBody h2,
h2 {
  font: bold 30px "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: 40px;
  color: #fff;
}
.ms-WPBody h3,
h3 {
  font: normal 28px "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: 40px;
  color: #555;
}
.ms-WPBody h4,
h4 {
  font: bold 14px "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: auto;
  color: #555;
}
.ms-WPBody h5,
h5 {
  font: normal 14px "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: auto;
  color: #555;
}
.ms-WPBody h6,
h6 {
  font: normal 12px "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: auto;
  color: #555;
}
.button,
.button:hover,
.button:link,
.button:visited {
  font: bold 16px "Nunito", "Verdana", "Arial", "sans-serif";
  display: inline-block;
  color: #fff;
}
a.button,
a.button:hover,
a.button:link,
a.button:visited {
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #fff;
}
@media (min-width:831px) {
  .ms-WPBody,
  body {
    font: normal 14px "Nunito", "Verdana", "Arial", "sans-serif";
  }
  .ms-WPBody,
  body p {
    line-height: 24px;
  }
  .ms-WPBody h1,
  h1 {
    display: none;
    font: bold 32px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: 40px;
    color: #fff;
  }
  .ms-WPBody h2,
  h2 {
    font: bold 32px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: 40px;
    color: #fff;
  }
  .ms-WPBody h3,
  h3 {
    font: normal 30px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: 40px;
    color: #555;
  }
  .ms-WPBody h4,
  h4 {
    font: bold 14px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: auto;
    color: #555;
  }
  .ms-WPBody h5,
  h5 {
    font: normal 14px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: auto;
    color: #555;
  }
  .ms-WPBody h6,
  h6 {
    font: normal 12px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: auto;
    color: #555;
  }
  .button,
  .button:hover,
  .button:link,
  .button:visited {
    font: bold 18px "Nunito", "Verdana", "Arial", "sans-serif";
    display: inline-block;
    color: #fff;
  }
}
@media (min-width:1136px) {
  .ms-WPBody,
  body {
    font: normal 16px "Nunito", "Verdana", "Arial", "sans-serif";
  }
  .ms-WPBody,
  body p {
    line-height: 30px;
  }
  .ms-WPBody h1,
  h1 {
    display: none;
    font: bold 40px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: 50px;
    color: #fff;
  }
  .ms-WPBody h2,
  h2 {
    font: bold 40px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: 50px;
    color: #fff;
  }
  .ms-WPBody h3,
  h3 {
    font: normal 35px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: 50px;
    color: #555;
  }
  .ms-WPBody h4,
  h4 {
    font: bold 16px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: auto;
    color: #555;
  }
  .ms-WPBody h5,
  h5 {
    font: normal 16px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: auto;
    color: #555;
  }
  .ms-WPBody h6,
  h6 {
    font: normal 14px "Nunito", "Verdana", "Arial", "sans-serif";
    line-height: auto;
    color: #555;
  }
  .button,
  .button:hover,
  .button:link,
  .button:visited {
    font: bold 20px "Nunito", "Verdana", "Arial", "sans-serif";
    display: inline-block;
    color: #fff;
  }
}
/* ==========================================================================
   Hazard Theme
   ========================================================================== */
.ms-WPBody a[href^="tel"] {
  color: inherit !important;
}
/**
* Here we set the theme colours for the various hazards
* 
*/
.themed {
  color: #003466;
}
.ms-WPBody a[href]:not([class]),
.ms-WPBody a:link:not([class]),
.ms-WPBody p a:visited:not([class]) {
  color: #003466;
}
.themed-bg {
  background-color: #003466;
}
.page-content .ms-rteElement-Callout1,
.page-content .ms-rteElement-H1B,
.page-content .ms-rteElement-H2B,
.page-content .ms-rteElement-H3B,
.page-content .ms-rteElement-H4B {
  color: #003466;
}
.button {
  background-color: #003466;
}
.button:hover {
  background-color: #0a4682;
  text-decoration: underline;
  text-underline-position: under;
}
.hazard-icon {
  background-repeat: no-repeat;
  background-size: cover;
}
.bushfire .themed {
  color: #9c3025;
}
.bushfire .ms-WPBody a[href]:not([class]),
.bushfire .ms-WPBody a:link:not([class]),
.bushfire .ms-WPBody p a:visited:not([class]) {
  color: #9c3025;
}
.bushfire .themed-bg {
  background-color: #9c3025;
}
.bushfire .page-content .ms-rteElement-Callout1,
.bushfire .page-content .ms-rteElement-H1B,
.bushfire .page-content .ms-rteElement-H2B,
.bushfire .page-content .ms-rteElement-H3B,
.bushfire .page-content .ms-rteElement-H4B {
  color: #9c3025;
}
.bushfire .button {
  background-color: #9c3025;
}
.bushfire .button:hover {
  background-color: #801e14;
}
.bushfire .hazard-icon {
  background-color: #801e14;
}
.bushfire .hazard-icon.faded {
  background-color: rgba(128, 30, 20, 0.7);
}
.structurefire .themed {
  color: #6d5922;
}
.structurefire .themed-bg {
  background-color: #6d5922;
}
.structurefire .page-content .ms-rteElement-Callout1,
.structurefire .page-content .ms-rteElement-H1B,
.structurefire .page-content .ms-rteElement-H2B,
.structurefire .page-content .ms-rteElement-H3B,
.structurefire .page-content .ms-rteElement-H4B {
  color: #6d5922;
}
.structurefire .button {
  background-color: #6d5922;
}
.structurefire .button:hover {
  background-color: #58430a;
}
.structurefire .hazard-icon {
  background-color: #58430a;
}
.structurefire .hazard-icon.faded {
  background-color: rgba(88, 67, 10, 0.7);
}
.cyclone .themed {
  color: #325776;
}
.cyclone .themed-bg {
  background-color: #325776;
}
.cyclone .page-content .ms-rteElement-,
.cyclone .page-content .ms-rteElement-H1B,
.cyclone .page-content .ms-rteElement-H2B,
.cyclone .page-content .ms-rteElement-H3B,
.cyclone .page-content .ms-rteElement-H4B {
  color: #325776;
}
.cyclone .button {
  background-color: #325776;
}
.cyclone .button:hover {
  background-color: #1b466a;
}
.cyclone .hazard-icon {
  background-color: #1b466a;
}
.cyclone .hazard-icon.faded {
  background-color: rgba(27, 70, 106, 0.7);
}
.storm .themed {
  color: #2f4485;
}
.storm .themed-bg {
  background-color: #2f4485;
}
.storm .page-content .ms-rteElement-Callout1,
.storm .page-content .ms-rteElement-H1B,
.storm .page-content .ms-rteElement-H2B,
.storm .page-content .ms-rteElement-H3B,
.storm .page-content .ms-rteElement-H4B {
  color: #2f4485;
}
.storm .button {
  background-color: #2f4485;
}
.storm .button:hover {
  background-color: #1a2f6f;
}
.storm .hazard-icon {
  background-color: #1a2f6f;
}
.storm .hazard-icon.faded {
  background-color: rgba(26, 47, 111, 0.7);
}
.flood .themed {
  color: #15215e;
}
.flood .themed-bg {
  background-color: #15215e;
}
.flood .page-content .ms-rteElement-Callout1,
.flood .page-content .ms-rteElement-H1B,
.flood .page-content .ms-rteElement-H2B,
.flood .page-content .ms-rteElement-H3B,
.flood .page-content .ms-rteElement-H4B {
  color: #15215e;
}
.flood .button {
  background-color: #15215e;
}
.flood .button:hover {
  background-color: #070f39;
}
.flood .hazard-icon {
  background-color: #070f39;
}
.flood .hazard-icon.faded {
  background-color: rgba(7, 15, 57, 0.7);
}
.earthquake .themed {
  color: #754524;
}
.earthquake .themed-bg {
  background-color: #754524;
}
.earthquake .page-content .ms-rteElement-Callout1,
.earthquake .page-content .ms-rteElement-H1B,
.earthquake .page-content .ms-rteElement-H2B,
.earthquake .page-content .ms-rteElement-H3B,
.earthquake .page-content .ms-rteElement-H4B {
  color: #754524;
}
.earthquake .button {
  background-color: #754524;
}
.earthquake .button:hover {
  background-color: #50270a;
}
.earthquake .hazard-icon {
  background-color: #50270a;
}
.earthquake .hazard-icon.faded {
  background-color: rgba(80, 39, 10, 0.7);
}
.tsunami .themed {
  color: #3e5361;
}
.tsunami .themed-bg {
  background-color: #3e5361;
}
.tsunami .page-content .ms-rteElement-Callout1,
.tsunami .page-content .ms-rteElement-H1B,
.tsunami .page-content .ms-rteElement-H2B,
.tsunami .page-content .ms-rteElement-H3B,
.tsunami .page-content .ms-rteElement-H4B {
  color: #3e5361;
}
.tsunami .button {
  background-color: #3e5361;
}
.tsunami .button:hover {
  background-color: #22465f;
}
.tsunami .hazard-icon {
  background-color: #22465f;
}
.tsunami .hazard-icon.faded {
  background-color: rgba(34, 70, 95, 0.7);
}
.hazmat .themed {
  color: #6a2e95;
}
.hazmat .themed-bg {
  background-color: #6a2e95;
}
.hazmat .page-content .ms-rteElement-Callout1,
.hazmat .page-content .ms-rteElement-H1B,
.hazmat .page-content .ms-rteElement-H2B,
.hazmat .page-content .ms-rteElement-H3B,
.hazmat .page-content .ms-rteElement-H4B {
  color: #6a2e95;
}
.hazmat .button {
  background-color: #6a2e95;
}
.hazmat .button:hover {
  background-color: #4c1574;
}
.hazmat .hazard-icon {
  background-color: #4c1574;
}
.hazmat .hazard-icon.faded {
  background-color: rgba(76, 21, 116, 0.7);
}
.rescue .themed {
  color: #4d5924;
}
.rescue .themed-bg {
  background-color: #4d5924;
}
.rescue .page-content .ms-rteElement-Callout1,
.rescue .page-content .ms-rteElement-H1B,
.rescue .page-content .ms-rteElement-H2B,
.rescue .page-content .ms-rteElement-H3B,
.rescue .page-content .ms-rteElement-H4B {
  color: #4d5924;
}
.rescue .button {
  background-color: #4d5924;
}
.rescue .button:hover {
  background-color: #3b4811;
}
.rescue .hazard-icon {
  background-color: #3b4811;
}
.rescue .hazard-icon.faded {
  background-color: rgba(59, 72, 17, 0.7);
}
/*header*/
/* ==========================================================================
   Header
   ========================================================================== */
/**
* The header is a global element that is used across the site.
* There will be a different header for both the mobile and desktop viewports.
*
*/
.header {
  color: #fff;
  line-height: 1.3;
  position: relative;
  z-index: 200;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
@media (min-width:1136px) {
  .header {
    padding-bottom: 50px;
  }
}
.header a {
  color: #fff;
}
.header a:focus,
.header a:hover {
  text-decoration: underline;
}
.header .logo {
  width: 166px;
  text-align: center;
  margin-top: 58px;
}
@media (min-width:831px) {
  .header .logo {
    margin-top: 88px;
  }
}
@media (min-width:1136px) {
  .header .logo {
    margin-top: 0;
  }
}
.header .logo .wagov-logo {
  width: 72px;
  height: 72px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') no-repeat -164px -32px;
  background-size: 256px;
  margin: 0px 14px 14px 0px;
  float: left;
}
.header .logo .wagov-logo a {
  display: block;
  height: 100%;
}
.header .logo .wagov-logo a:focus {
  outline-color: #fff;
}
.header .logo .dfes-logo {
  width: 80px;
  height: 72px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') no-repeat -17px -48px;
  background-size: 256px;
  margin: 0px 0px 14px 0px;
  float: left;
}
.header .logo .dfes-logo a {
  display: block;
  height: 100%;
}
.header .logo .dfes-logo a:focus {
  outline-color: #fff;
}
.header .logo .motto {
  display: inline-block;
}
@media (max-width: 1135px) {
  .header > div {
    position: relative;
  }
  .header > div .top-menu {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: -1;
  }
}
/* ==========================================================================
   Header Links
   ========================================================================== */
/**
* Top section with utility links and social media links
*
*/
.header .header-links {
  height: 110px;
}
.header .header-links .utility-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-links .utility-links ul li {
  float: left;
  border: #fff 1px solid;
  border-right: 0;
  border-top: 0;
  font-size: 12px;
}
.header .header-links .utility-links ul li a {
  padding: 6px 8px;
  display: block;
}
.header .header-links .utility-links ul li:hover {
  background-color: #fff;
}
.header .header-links .utility-links ul li:hover a {
  color: #555;
}
.header .header-links .utility-links ul li:last-child {
  border-right: #fff 1px solid;
}
.header .header-links .social-media-links {
  float: right;
}
.header .header-links .social-media-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-links .social-media-links ul li {
  float: left;
  border: #fff 1px solid;
  border-right: 0;
  border-top: 0;
  width: 42px;
  height: 28px;
}
.header .header-links .social-media-links ul li a {
  display: block;
  height: 100%;
}
.header .header-links .social-media-links ul li a:hover {
  background-color: #fff;
}
.header .header-links .social-media-links ul li a.facebook > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 6px 13px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -2px -123px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.facebook:hover > div {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -22px -123px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.twitter > div {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin: 6px 11px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -2px -103px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.twitter:hover > div {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -110px -76.5px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.youtube > div {
  display: inline-block;
  width: 23px;
  height: 16px;
  margin: 6px 9px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -56px -120px no-repeat;
  background-size: 172px;
}
.header .header-links .social-media-links ul li a.youtube:hover > div {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -29px -120px no-repeat;
  background-size: 172px;
}
.header .header-links .social-media-links ul li a.instagram > div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 4px 11px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -101px -161px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.instagram:hover > div {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -125px -161px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.linkedin > div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 4px 11px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -101px -187px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li a.linkedin:hover > div {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -125px -187px no-repeat;
  background-size: 148px;
}
.header .header-links .social-media-links ul li:last-child {
  border-right: #fff 1px solid;
}
/* ==========================================================================
   Emergency Contacts
   ========================================================================== */
/**
* Emergency contacts bar in header
*
*/
.header .emergency-contacts {
  display: inline-block;
}
@media (min-width:1136px) {
  .header .emergency-contacts {
    float: right;
    margin-top: 8px;
  }
}
.header .emergency-contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .emergency-contacts ul li {
  display: none;
  float: left;
  border: #fff 1px solid;
  border-top: 0;
  border-right: 0;
  min-height: 38px;
}
@media (min-width:831px) {
  .header .emergency-contacts ul li {
    height: 38px;
    display: list-item;
  }
}
@media (min-width:1136px) {
  .header .emergency-contacts ul li {
    height: 44px;
    border-top: #fff 1px solid;
  }
}
.header .emergency-contacts ul li.mobile-only {
  display: list-item;
  width: 199px;
}
.header .emergency-contacts ul li.mobile-only a {
  /*.icon {
                            width: 15px;
                            height: 100%;
                            vertical-align: bottom;
                            margin: 8px 6px 0 0;
                        }*/
}
.header .emergency-contacts ul li.mobile-only a > * {
  float: left;
}
.header .emergency-contacts ul li.mobile-only a .phone-icon {
  display: inline-block;
  width: 16px;
  height: 24px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -212px -254px no-repeat;
  background-size: 363px;
  vertical-align: bottom;
  margin: 8px 5px 0 42px;
}
.header .emergency-contacts ul li.highlight {
  display: list-item;
  background-color: #a70a03;
  border-right: #fff 1px solid;
}
.header .emergency-contacts ul li.highlight:hover {
  background-color: #d41108;
}
.header .emergency-contacts ul li.highlight:hover .heading {
  text-decoration: none;
}
.header .emergency-contacts ul li.highlight a {
  height: 100%;
}
.header .emergency-contacts ul li a {
  text-align: center;
  display: block;
  padding: 0 12px;
}
@media (min-width:831px) {
  .header .emergency-contacts ul li a {
    padding: 0 7px;
  }
}
@media (min-width:1136px) {
  .header .emergency-contacts ul li a {
    line-height: 22px;
  }
}
.header .emergency-contacts ul li a:hover,
.header .emergency-contacts ul li a:focus {
  text-decoration: none;
}
@media (max-width: 830px) {
  .header .emergency-contacts ul li a:hover .heading,
  .header .emergency-contacts ul li a:focus .heading {
    text-decoration: underline;
  }
}
.header .emergency-contacts ul li a .top {
  margin-top: 8px;
  /*.icon {
                            width: 12px;
                            height: 100%;
                            vertical-align: bottom;
                            margin-right: 4px;
                        }*/
}
@media (min-width:831px) {
  .header .emergency-contacts ul li a .top {
    margin-top: 0;
  }
}
.header .emergency-contacts ul li a .top .phone-icon {
  display: inline-block;
  width: 12px;
  height: 17px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -164px -197px no-repeat;
  background-size: 281px;
  vertical-align: bottom;
  margin-right: 4px;
}
.header .emergency-contacts ul li a .top .heading {
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width:831px) {
  .header .emergency-contacts ul li a .top .heading {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width:1136px) {
  .header .emergency-contacts ul li a .top .heading {
    font-size: 16px;
    line-height: 16px;
  }
}
.header .emergency-contacts ul li a .bottom {
  display: none;
}
@media (min-width:831px) {
  .header .emergency-contacts ul li a .bottom {
    display: block;
  }
}
.header .emergency-contacts ul li a .bottom .description {
  font-size: 12px;
}
@media (min-width:831px) {
  .header .emergency-contacts ul li a .bottom .description {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .header .emergency-contacts ul li a .bottom .description {
    font-size: 14px;
  }
}
.header .emergency-contacts ul li a .left {
  width: 80px;
  margin-left: -20px;
  /*.icon {
                            width: 100%;
                            padding: 7px 9px 0px;
                            
                            height: 22px;
                            @media @desktop {
                                height: 28px;
                            }
                        }*/
}
.header .emergency-contacts ul li a .left .emergency-icon {
  display: block;
  width: 40px;
  height: 23px;
  margin: 7px 30px 0px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -122px -118px no-repeat;
  background-size: 225px;
}
@media (min-width:831px) {
  .header .emergency-contacts ul li a .left .emergency-icon {
    display: block;
    width: 47px;
    height: 29px;
    margin: 5px 24px 0px;
    background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -153px -147px no-repeat;
    background-size: 281px;
  }
}
@media (min-width:1136px) {
  .header .emergency-contacts ul li a .left .emergency-icon {
    margin: 8px 19px 0px;
  }
}
/* ==========================================================================
   Primary Navigation
   ========================================================================== */
/**
* The primary naivagtion structure is a tier responsive navigation.
*
* Related LESS files
*
*/
.header-navigation {
  direction: rtl;
  text-align: initial;
}
.header-navigation .toggle-buttons {
  padding-top: 30px;
  margin-bottom: 41px;
  font-size: 16px;
}
.header-navigation .toggle-buttons a {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border: #fff 1px solid;
  padding: 8px 10px;
  float: right;
  display: block;
  width: 88px;
}
.header-navigation .toggle-buttons a span {
  display: block;
  margin: 2px 4px;
  float: right;
}
.header-navigation .toggle-buttons a.menu-toggle-button:before {
  content: "";
  display: block;
  float: left;
  height: 24px;
  width: 24px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -270px -155px no-repeat;
  background-size: 300px;
}
.header-navigation .toggle-buttons a.close-toggle-button {
  color: #555;
  background-color: #fff;
}
.header-navigation .toggle-buttons a.close-toggle-button:before {
  content: "";
  display: block;
  float: left;
  height: 24px;
  width: 24px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -159px -367px no-repeat;
  background-size: 300px;
}
.header-navigation .toggle-buttons a[tabindex='-1'] {
  display: none;
}
.header-navigation .top-navigation {
  background-color: #212121;
  position: absolute;
  direction: ltr;
  z-index: -10;
}
@media (min-width:0\0) {
  .header-navigation .top-navigation {
    display: table;
  }
}
@media (max-width: 830px) {
  .header-navigation .top-navigation {
    width: 100vw;
    top: 0px;
    right: -38px;
    padding: 160px 0 25px;
  }
}
@media (min-width:831px) and (max-width:1135px) {
  .header-navigation .top-navigation {
    top: 53px;
    right: -20px;
    padding: 80px 0 25px;
  }
}
@media (min-width:1136px) {
  .header-navigation .top-navigation {
    border: #fff 1px solid;
    z-index: 10;
  }
}
.header-navigation .top-navigation ul.navigation {
  margin: 0;
  padding: 0 38px;
  list-style: none;
  line-height: 24px;
  vertical-align: top;
}
@media (min-width:831px) {
  .header-navigation .top-navigation ul.navigation {
    padding: 0 20px;
  }
}
@media (min-width:1136px) {
  .header-navigation .top-navigation ul.navigation {
    display: inline-block;
    padding: 20px;
  }
  .header-navigation .top-navigation ul.navigation:not(:last-child) {
    border-right: #fff 1px solid;
  }
}
.header-navigation .top-navigation ul.navigation li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 1135px) {
  .header-navigation .top-navigation ul.navigation li a {
    padding: 3px 0;
    border-bottom: #fff 1px solid;
  }
}
.header-navigation .top-navigation ul.navigation li a:after {
  content: "";
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -42px -117px no-repeat;
  background-size: 140px;
  height: 12px;
  width: 8px;
  display: inline-block;
  float: right;
  margin: 6px 0 6px 15px;
}
.header-navigation .top-navigation ul.navigation:last-child li:last-child a {
  border: none;
}
/*.top-navigation {
    clear: both;

    ul.navigation {
        list-style: none;
        padding: 20px 0;
        width: 837px;
        display: flex;
        justify-content: space-between;
        text-decoration: none;

        li {
            display: inline-block;

            a {
                &:hover {
                    text-decoration: none;
                }

                &::after {
                    content: "";
                    background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -224px -197px no-repeat;
                    background-size: 281px;
                    width: 10px;
                    height: 7px;
                    display: inline-block;
                    margin-left: 5px;
                }
            }
        }
    }

}*/
/* flexbox-less fixes */
/*.no-flexwrap {

    .top-navigation {
        ul.navigation {
            li {
                padding-left: 2em;
            }
        }
    }
}*/
/* ==========================================================================
   Search
   ========================================================================== */
/**
* The search control in the header
*
*/
.search {
  display: inline-block;
  margin-top: 8px;
  /*float: right;*/
  position: relative;
}
.search a {
  display: block;
  cursor: pointer;
}
.search a.search-button {
  cursor: pointer;
  display: inline-block;
  width: 44px;
  height: 44px;
}
.search a.search-button span {
  display: block;
  width: 18px;
  height: 18px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -136px -197px no-repeat;
  background-size: 281px;
  margin: 13px;
}
.search .search-icon {
  border: #fff 1px solid;
  border-right: 0;
  width: 44px;
  height: 44px;
}
.search .search-panel {
  border: #fff 1px solid;
  background-color: #212121;
  position: absolute;
  top: 0;
  width: 251px;
  height: 104px;
  overflow: hidden;
  /*&.expanded {
            width: 251px;
            height: 104px;
            transition: width 0.5s, height 0.5s;
        }*/
}
.search .search-panel .search-panel-contents {
  width: 251px;
}
.search .search-panel .search-box-label {
  opacity: 0;
  position: absolute;
}
.search .search-panel .search-box {
  width: 185px;
  height: 44px;
  padding: 0 0 0 20px;
  border: 0;
  vertical-align: top;
  font-size: 14px;
  background-color: transparent;
  outline: 0;
}
.search .search-panel .search-box::placeholder {
  color: #fff;
}
.search .search-panel a.search-button {
  float: right;
}
.search .search-panel .search-other {
  padding: 10px 20px;
  border-top: 1px solid #adadad;
}
.search .search-panel .search-other .search-wa {
  font-size: 14px;
}
.search .search-panel .search-other .search-cancel {
  margin-top: 4px;
  font-size: 12px;
  color: #adadad;
}
.search .search-panel .search-other .search-cancel .search-cancel-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -487px -395px no-repeat;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}
/*footer*/
/* ==========================================================================
   Footer
   ========================================================================== */
/**
* The footer is a global element that is used across the site.
*
*/
.footer {
  clear: both;
  color: #555;
  background-color: #fff;
  padding-top: 35px;
  font-size: 12px;
  line-height: 20px;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
@media (min-width:831px) {
  .footer {
    padding-top: 80px;
  }
}
@media (min-width:1136px) {
  .footer {
    padding-top: 120px;
  }
}
@media (min-width:1136px) {
  .footer {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer .footer-logos {
  clear: both;
  width: 100%;
  padding-top: 50px;
}
.footer .footer-logos .dfes-logo-motto {
  width: 300px;
}
@media (max-width: 830px) {
  .footer .footer-logos .dfes-logo-motto {
    height: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.footer .footer-logos .dfes-logo-motto .dfes-logo {
  height: 50px;
  width: 90px;
  float: left;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') no-repeat -17px -334px;
  background-size: 276px;
  margin-right: 8px;
}
.footer .footer-logos .dfes-logo-motto .dfes-logo a {
  display: block;
  height: 100%;
}
.footer .footer-logos .dfes-logo-motto .dfes-motto {
  float: left;
  text-transform: uppercase;
  line-height: inherit;
}
@media (min-width:831px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto {
    line-height: 16px;
    padding: 6px 0 0;
  }
}
@media (max-width: 830px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto {
    line-height: inherit;
    font-size: 16px;
  }
}
@media (min-width:831px) and (max-width:1135px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto {
    width: 50%;
  }
}
.footer .footer-logos .dfes-logo-motto .dfes-motto::before {
  content: "";
  float: left;
  display: block;
  border-left: #555 1px solid;
  height: 28px;
  margin: 12px 18px 4px 0;
}
@media (min-width:831px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto::before {
    height: 24px;
    margin: 10px 18px 10px 0;
  }
}
@media (min-width:1136px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto::before {
    height: 28px;
    margin: 8px 18px 8px 0;
  }
}
.footer .footer-logos .dfes-logo-motto .dfes-motto .top-line {
  display: inline-block;
  font-weight: bold;
  padding-top: 7px;
}
@media (min-width:1136px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto .top-line {
    padding-top: 7px;
  }
}
.footer .footer-logos .dfes-logo-motto .dfes-motto .bottom-line {
  display: inline-block;
  letter-spacing: 0.7px;
}
@media (min-width:1136px) {
  .footer .footer-logos .dfes-logo-motto .dfes-motto .bottom-line {
    letter-spacing: 0.5px;
  }
}
.footer .footer-logos .social-media-links {
  float: right;
}
@media (max-width: 830px) {
  .footer .footer-logos .social-media-links {
    width: 100%;
  }
}
.footer .footer-logos .social-media-links ul {
  list-style: none;
  line-height: 0;
  margin: 13px 0 7px;
  padding: 0;
}
.footer .footer-logos .social-media-links ul li {
  display: inline-block;
  height: 30px;
  text-align: center;
  width: 19%;
}
@media (min-width:831px) {
  .footer .footer-logos .social-media-links ul li {
    text-align: right;
    width: 62px;
  }
}
@media (min-width:1136px) {
  .footer .footer-logos .social-media-links ul li {
    width: 52px;
  }
}
.footer .footer-logos .social-media-links ul li a {
  display: inline-block;
}
.footer .footer-logos .social-media-links ul li a.facebook > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -43px -234px no-repeat;
  background-size: 281px;
}
.footer .footer-logos .social-media-links ul li a.twitter > div {
  display: inline-block;
  width: 34px;
  height: 30px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -210px -146px no-repeat;
  background-size: 281px;
}
.footer .footer-logos .social-media-links ul li a.youtube > div {
  display: inline-block;
  width: 37px;
  height: 30px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -47px -194px no-repeat;
  background-size: 281px;
}
.footer .footer-logos .social-media-links ul li a.instagram > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -208px -270px no-repeat;
  background-size: 245px;
}
.footer .footer-logos .social-media-links ul li a.linkedin > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -208px -312px no-repeat;
  background-size: 245px;
}
.footer .links {
  clear: both;
  width: 100%;
}
@media (min-width:831px) {
  .footer .links {
    padding-top: 40px;
  }
}
.footer .links .footer-links {
  float: left;
  text-align: center;
  margin-bottom: 25px;
  font-size: 12px;
  width: 100%;
}
@media (min-width:831px) {
  .footer .links .footer-links {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .footer .links .footer-links {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media (min-width:1136px) {
  .footer .links .footer-links {
    width: 70%;
  }
}
@media (max-width: 830px) {
  .footer .links .footer-links {
    padding-top: 20px;
  }
}
.footer .links .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .links .footer-links ul li {
  display: inline-block;
  margin: 0 10px;
  padding-top: 3px;
}
.footer .links .footer-links ul li a {
  color: inherit;
}
.footer .links .footer-links ul li a:hover,
.footer .links .footer-links ul li a:focus {
  text-decoration: underline;
}
.footer .links .footer-links ul li.wa-gov-link {
  padding: 0;
}
@media (min-width:1136px) {
  .footer .links .footer-links ul li.wa-gov-link {
    float: left;
  }
}
.footer .links .footer-links ul li.wa-gov-link a {
  color: inherit;
  font-weight: bold;
}
@media (min-width:1136px) {
  .footer .links .footer-links ul li.wa-gov-link a {
    font-size: 24px;
  }
}
.footer .links .footer-links ul li.wa-gov-link a:hover,
.footer .links .footer-links ul li.wa-gov-link a:focus {
  text-decoration: underline;
}
@media (max-width: 1135px) {
  .footer .links .footer-links ul li:not(.wa-gov-link):before {
    content: "|";
    margin-right: 10px;
    margin-left: -10px;
  }
}
.footer .links .copyright {
  font-size: 12px;
}
@media (max-width: 1135px) {
  .footer .links .copyright {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (min-width:1136px) {
  .footer .links .copyright {
    float: right;
  }
}
/* ==========================================================================
   Footer Social
   ========================================================================== */
/**
* The footer social feed displayed at the bottom of pages across the site
*
*/
.footer .social-feed {
  width: 100%;
}
@media (min-width:831px) {
  .footer .social-feed {
    width: 50%;
  }
}
@media (min-width:1136px) {
  .footer .social-feed {
    width: 36%;
  }
}
@media (max-width: 830px) {
  .footer .social-feed {
    text-align: center;
  }
}
.footer .social-feed .social-feed-title {
  display: none;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width:1136px) {
  .footer .social-feed .social-feed-title {
    font-size: 16px;
  }
}
/* ==========================================================================
   Footer Navigation
   ========================================================================== */
/**
* The footer navigation links displayed at the bottom of pages across the site
*
*/
.footer .footer-navigation {
  width: 100%;
}
@media (min-width:831px) {
  .footer .footer-navigation {
    padding-bottom: 50px;
    width: 45%;
  }
}
@media (min-width:1136px) {
  .footer .footer-navigation {
    width: 60%;
  }
}
@media (max-width: 830px) {
  .footer .footer-navigation {
    padding-top: 35px;
  }
}
.footer .footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-navigation ul li a {
  display: block;
  color: #003466;
}
.footer .footer-navigation ul.navigation {
  flex-flow: column wrap;
  height: 420px;
}
@media (max-width: 830px) {
  .footer .footer-navigation ul.navigation {
    display: none;
  }
}
@media (min-width:831px) {
  .footer .footer-navigation ul.navigation {
    display: flex;
  }
}
@media (max-width: 830px) {
  .footer .footer-navigation ul.navigation {
    text-align: center;
  }
}
@media (min-width:831px) {
  .footer .footer-navigation ul.navigation {
    height: 500px;
  }
}
@media (min-width:1136px) {
  .footer .footer-navigation ul.navigation {
    height: 270px;
  }
}
.footer .footer-navigation ul.navigation > li > a {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width:831px) {
  .footer .footer-navigation ul.navigation > li > a {
    margin-bottom: 30px;
  }
}
@media (min-width:1136px) {
  .footer .footer-navigation ul.navigation > li > a {
    font-size: 16px;
  }
}
.footer .footer-navigation ul.navigation > li > a:hover,
.footer .footer-navigation ul.navigation > li > a:focus {
  text-decoration: underline;
}
.footer .footer-navigation ul.navigation > li > a:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 9px;
  margin-left: 8px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -162px -416px no-repeat;
  background-size: 300px;
}
.footer .footer-navigation ul.navigation > li > ul {
  padding-bottom: 30px;
}
.footer .footer-navigation ul.navigation > li > ul > li > a {
  font-size: 12px;
}
@media (min-width:1136px) {
  .footer .footer-navigation ul.navigation > li > ul > li > a {
    font-size: 14px;
  }
}
.footer .footer-navigation ul.navigation > li > ul > li > a:hover {
  text-decoration: underline;
}
/* flexbox-less fixes */
@media (min-width:1136px) {
  .no-flexwrap .footer .footer-navigation ul.navigation > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
/*shared*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 82px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  /*background: transparent;
    color: transparent;*/
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  height: 108px;
}
@media (min-width:1365px) {
  .slick-prev,
  .slick-next {
    height: 164px;
  }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  /*outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: @slick-opacity-on-hover;
        }*/
  border: #fff 1px solid;
  background-color: rgba(0, 0, 0, 0.7);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/*.slick-prev:before, .slick-next:before {
    font-family: @slick-font-family;
    font-size: 20px;
    line-height: 1;
    color: @slick-arrow-color;
    opacity: @slick-opacity-default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    & when ( @slick-font-family = 'slick' ) {
        /* Icons */
/*
        @font-face {
            font-family: 'slick';
            font-weight: normal;
            font-style: normal;
            src: url('@{slick-font-path}slick.eot');
            src: url('@{slick-font-path}slick.eot?#iefix') format('embedded-opentype'), url('@{slick-font-path}slick.woff') format('woff'), url('@{slick-font-path}slick.ttf') format('truetype'), url('@{slick-font-path}slick.svg#slick') format('svg');
        }
    }
}
*/
.slick-prev {
  border-radius: 0 82px 82px 0;
  left: -50px;
  /*[dir="rtl"] & {
        left: auto;
        
        right: -50px;
        @media @lg-tablet {
            right: -5px;
        }
    }*/
}
@media (min-width:1365px) {
  .slick-prev {
    left: -5px;
  }
}
.slick-prev:hover,
.slick-prev:focus {
  border-left: 0;
}
.slick-prev:before {
  content: "";
  display: block;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -79px -176px no-repeat;
  background-size: 211px;
  height: 18px;
  width: 12px;
  margin-left: 55px;
  /*[dir="rtl"] & {
            background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -82px -235px no-repeat;
            background-size: 281px;
        }*/
}
@media (min-width:1365px) {
  .slick-prev:before {
    background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -106px -235px no-repeat;
    background-size: 281px;
    height: 24px;
    width: 16px;
    margin-left: 24px;
  }
}
.slick-next {
  border-radius: 82px 0 0 82px;
  right: -50px;
  /*[dir="rtl"] & {
        right: auto;

        left: -50px;
        @media @lg-tablet {
            left: -5px;
        }
    }*/
}
@media (min-width:1365px) {
  .slick-next {
    right: -5px;
  }
}
.slick-next:hover,
.slick-next:focus {
  border-right: 0;
}
.slick-next:hover:before,
.slick-next:focus:before {
  margin-left: 14px;
}
@media (min-width:1365px) {
  .slick-next:hover:before,
  .slick-next:focus:before {
    margin-left: 41px;
  }
}
.slick-next:before {
  content: "";
  display: block;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -61px -176px no-repeat;
  background-size: 211px;
  height: 18px;
  width: 12px;
  margin-left: 15px;
  /*[dir="rtl"] & {
            background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -106px -235px no-repeat;
            background-size: 281px;
        }*/
}
@media (min-width:1365px) {
  .slick-next:before {
    background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -82px -235px no-repeat;
    background-size: 281px;
    height: 24px;
    width: 16px;
    margin-left: 42px;
  }
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  /*position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    width: 100%;*/
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  /*
        &.slick-active button:before {
            content: url('/_layouts/images/DFES.SPS2010.Website/selected_hero.svg');
            /*color: @slick-dot-color-active;
            opacity: @slick-opacity-default;
        }*/
}
.slick-dots li button {
  border: #fff 1px solid;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  height: 10px;
  width: 10px;
  line-height: 0px;
  font-size: 0px;
  /*color: transparent;*/
  margin: 2px 0;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  /*&:before {
                content: url('/_layouts/images/DFES.SPS2010.Website/deselected_hero.svg');

                /*position: absolute;
                top: 0;
                left: 0;
                content: @slick-dot-character;
                width: 20px;
                height: 20px;
                font-family: @slick-font-family;
                font-size: @slick-dot-size;
                line-height: 20px;
                text-align: center;
                color: @slick-dot-color;
                opacity: @slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }*/
}
.slick-dots li button:hover {
  outline: none;
  background-color: #fff;
  /*&:before {
                    opacity: @slick-opacity-on-hover;
                }*/
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
/* ==========================================================================
   selectmenu
   ========================================================================== */
/**
* Styling for default jQuery UI selectmenu
*
*/
.ui-selectmenu-button {
  display: inline-block;
  padding: 0.4em 0;
  border: 1px solid #555;
  text-align: left;
  cursor: pointer;
  width: 100%;
  height: 20px;
}
@media (min-width:831px) {
  .ui-selectmenu-button {
    height: 24px;
  }
}
@media (min-width:1136px) {
  .ui-selectmenu-button {
    height: 30px;
  }
}
.ui-selectmenu-button .ui-selectmenu-icon {
  float: right;
  padding-right: 1em;
  height: 100%;
  width: 12px;
  background: url('/_layouts/images/DFES.SPS2010.Website/icons/chevron_down_grey.png') no-repeat;
  background-size: 12px;
  background-position-y: center;
}
.ui-selectmenu-button .ui-selectmenu-text {
  padding-left: 1em;
}
.ui-selectmenu-menu {
  display: none;
  width: 200px;
  cursor: pointer;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu ul.ui-menu {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #1e90ff;
  border-top: 0;
  position: absolute;
  background: #fff;
  z-index: 99;
}
.ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
  padding-left: 1em;
}
.ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-state-active {
  background: #1e90ff;
  color: #fff;
  text-decoration: underline;
}
/* ==========================================================================
   dialog
   ========================================================================== */
/**
* Styling for default jQuery UI dialog
*
*/
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.ui-dialog {
  z-index: 100;
  background-color: #fff;
  position: absolute !important;
  max-width: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #003466;
  color: #fff;
  text-align: center;
  height: 90px;
  position: relative;
  font-size: 28px;
}
@media (min-width:831px) {
  .ui-dialog .ui-dialog-titlebar {
    font-size: 30px;
  }
}
@media (min-width:1136px) {
  .ui-dialog .ui-dialog-titlebar {
    font-size: 35px;
  }
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  line-height: 90px;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: 30px;
  border: 0;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -130px -236px no-repeat;
  background-size: 281px;
}
/*layouts*/
/* ==========================================================================
   Homepage
   ========================================================================== */
/**
* The homepage page layout styles
*
*/
.homepage .top-content .ms-PartSpacingVertical {
  margin: 0;
}
.homepage .page-content .ms-PartSpacingVertical {
  margin: 0;
}
@media (min-width:831px) {
  .homepage .page-content .ms-PartSpacingVertical {
    margin-top: 100px;
  }
}
@media (min-width:1136px) {
  .homepage .page-content .ms-PartSpacingVertical {
    margin-top: 115px;
  }
}
/* ==========================================================================
   Content
   ========================================================================== */
/**
* The content page layout styles
*
*/
.contentpage {
  padding-bottom: 30px;
}
@media (min-width:831px) {
  .contentpage {
    padding-bottom: 60px;
  }
}
.contentpage .top-content .ms-PartSpacingVertical {
  margin: 0;
}
.contentpage .page-title-mobile {
  padding: 20px 0;
}
@media (max-width: 830px) {
  .contentpage .internal-navigation .wrapper {
    margin: 0;
  }
  .contentpage .internal-navigation .wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
  }
  .contentpage .internal-navigation .wrapper ul li:nth-child(odd) {
    background-color: #f8f8f8;
  }
  .contentpage .internal-navigation .wrapper ul li a {
    display: block;
    color: #555;
    padding: 4px 38px;
  }
  .contentpage .internal-navigation .wrapper ul li a:hover {
    text-decoration: underline;
  }
  .contentpage .internal-navigation .wrapper ul li.selected a {
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width:831px) {
  .contentpage .internal-navigation {
    background-color: #f8f8f8;
    margin-bottom: 24px;
  }
  .contentpage .internal-navigation .wrapper {
    overflow: hidden;
  }
  .contentpage .internal-navigation ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(2px);
    padding: 8px 0;
  }
  .contentpage .internal-navigation ul li {
    display: inline-block;
    text-transform: uppercase;
    flex-grow: 1;
    border-right: 1px solid #dedede;
    margin: 8px 0;
    padding: 0 12px;
  }
  .contentpage .internal-navigation ul li a {
    display: block;
    color: inherit;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
  }
  .contentpage .internal-navigation ul li a:hover {
    text-decoration: underline;
  }
  .contentpage .internal-navigation ul li.selected a {
    color: #fff;
    padding: 8px 4px;
  }
}
@media (min-width:831px) and (min-width:1136px) {
  .contentpage .internal-navigation {
    margin-bottom: 60px;
  }
}
@media (min-width:831px) and (min-width:1136px) {
  .contentpage .internal-navigation ul {
    padding: 14px 0;
  }
}
@media (min-width:831px) and (min-width:1136px) {
  .contentpage .internal-navigation ul li {
    padding: 0 20px;
  }
}
@media (min-width:831px) and (min-width:1136px) {
  .contentpage .internal-navigation ul li a {
    font-size: 14px;
  }
}
.contentpage .page-content {
  margin-top: 50px;
}
@media (min-width:831px) {
  .contentpage .page-content {
    margin-top: 60px;
  }
}
.contentpage .page-content .ms-PartSpacingVertical {
  margin: 0;
}
@media (min-width:831px) {
  .contentpage .page-content .ms-PartSpacingVertical {
    margin-top: 60px;
  }
}
@media (min-width:1136px) {
  .contentpage .page-content .ms-PartSpacingVertical {
    margin-top: 75px;
  }
}
.contentpage .page-content .page-title {
  text-align: center;
}
.contentpage .page-content .page-title-separator {
  width: 120px;
  margin: 0 auto;
  border-top: 1px solid;
  height: 0px;
}
@media (min-width:831px) {
  .contentpage .page-content .page-title-separator {
    height: 70px;
  }
}
.contentpage .page-content .ms-WPBody a:not([class]) {
  font-weight: bold;
}
.contentpage .ms-rteElement-Callout1 {
  background: none;
  border: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  width: auto;
  text-align: center;
  float: none;
  padding: 26px 10px;
  font-size: 28px;
  line-height: 40px;
}
@media (min-width:831px) {
  .contentpage .ms-rteElement-Callout1 {
    padding: 26px 52px;
  }
}
@media (min-width:1136px) {
  .contentpage .ms-rteElement-Callout1 {
    padding: 26px 120px;
  }
}
@media (min-width:831px) {
  .contentpage .ms-rteElement-Callout1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width:1136px) {
  .contentpage .ms-rteElement-Callout1 {
    font-size: 35px;
    line-height: 50px;
  }
}
/* ==========================================================================
   Search
   ========================================================================== */
/**
* The search page layout styles
*
*/
.search-page {
  padding-bottom: 50px;
}
@media (min-width:831px) {
  .search-page {
    padding-bottom: 100px;
  }
}
.search-page .page-content {
  margin-top: 60px;
}
.search-page .page-content .srch-WPBody {
  font-family: inherit !important;
  color: inherit;
}
.search-page .page-content #SRST .srch-stats {
  font-family: inherit !important;
  font-weight: bold;
  text-align: center;
}
.search-page .page-content #SRCHREF {
  width: 100%;
  border: 0;
  background: none;
  text-align: center;
  padding: 0;
}
@media (min-width:831px) {
  .search-page .page-content #SRCHREF {
    padding: 0 0 45px;
  }
}
.search-page .page-content #SRCHREF .ms-searchref-categoryname,
.search-page .page-content #SRCHREF .ms-searchref-catseparator {
  display: none;
}
.search-page .page-content #SRCHREF select.ms-searchref-filters {
  border: 1px solid #555;
  padding: 2px 8px;
  height: 36px;
  appearance: none;
  background: url('/_layouts/images/DFES.SPS2010.Website/icons/chevron_down_grey.png') no-repeat;
  background-size: 12px;
  margin: 0 0 15px;
  width: 100%;
  background-position: 97% 9px;
}
.search-page .page-content #SRCHREF select.ms-searchref-filters::-ms-expand {
  display: none;
}
@media (min-width:831px) {
  .search-page .page-content #SRCHREF select.ms-searchref-filters {
    margin: 0 10px;
    width: 225px;
    background-position: 200px 12px;
  }
}
@media (min-width:1136px) {
  .search-page .page-content #SRCHREF select.ms-searchref-filters {
    background-position: 200px 14px;
  }
}
.search-page .page-content #SRCHREF .ms-searchref {
  user-select: none;
  display: block;
}
@media (max-width: 830px) {
  .search-page .page-content #SRCHREF .ms-searchref {
    padding-right: 18px;
  }
}
@media (min-width:831px) {
  .search-page .page-content #SRCHREF .ms-searchref {
    display: inline-block;
  }
}
.search-page .page-content #SRCHREF .ms-searchref .ui-selectmenu-button {
  padding: 2px 8px;
  height: 20px;
  margin: 0 0 15px;
}
@media (min-width:831px) {
  .search-page .page-content #SRCHREF .ms-searchref .ui-selectmenu-button {
    height: 24px;
    margin: 0 10px;
    width: 207px;
  }
}
@media (min-width:1136px) {
  .search-page .page-content #SRCHREF .ms-searchref .ui-selectmenu-button {
    height: 30px;
  }
}
.search-page .page-content #SRCHREF .ms-searchref .ui-selectmenu-button .ui-selectmenu-icon {
  padding: 0;
}
.search-page .page-content #SRCHREF .ms-searchref .ui-selectmenu-button .ui-selectmenu-text {
  padding: 0;
}
.search-page .page-content #SRCHREF .ms-searchref .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
  padding-left: 8px;
}
.search-page .page-content #CSR .srch-wperror {
  display: none;
}
.search-page .page-content #CSR .srch-results {
  max-width: 100%;
  padding: 0;
}
.search-page .page-content #CSR .srch-results .srch-result {
  position: relative;
  border: #dedede 1px solid;
  margin-bottom: 15px;
  padding: 25px 60px 25px 20px;
}
.search-page .page-content #CSR .srch-results .srch-result:before,
.search-page .page-content #CSR .srch-results .srch-result:after {
  content: "";
  display: table;
}
.search-page .page-content #CSR .srch-results .srch-result:after {
  clear: both;
}
@media (min-width:831px) {
  .search-page .page-content #CSR .srch-results .srch-result {
    margin-bottom: 40px;
    padding: 25px 160px 25px 20px;
  }
}
.search-page .page-content #CSR .srch-results .srch-result:hover {
  background-color: #f8f8f8;
}
.search-page .page-content #CSR .srch-results .srch-result .srch-Icon {
  display: none;
}
.search-page .page-content #CSR .srch-results .srch-result .srch-Title2 a:link,
.search-page .page-content #CSR .srch-results .srch-result .srch-Title2 a:visited {
  font-size: 1em;
  font-weight: bold;
  color: #003466 !important;
  text-decoration: none !important;
}
.search-page .page-content #CSR .srch-results .srch-result .srch-Title2 a:hover,
.search-page .page-content #CSR .srch-results .srch-result .srch-Title2 a:focus {
  text-decoration: underline !important;
}
.search-page .page-content #CSR .srch-results .srch-result .srch-picture2 {
  margin-left: 24px;
}
.search-page .page-content #CSR .srch-results .srch-result .srch-Description2 {
  max-width: 100%;
  color: inherit;
}
.search-page .page-content #CSR .srch-results .srch-result .srch-Metadata2 {
  margin-top: 24px;
  color: inherit;
  font-size: 12px;
}
@media (min-width:831px) {
  .search-page .page-content #CSR .srch-results .srch-result .srch-Metadata2 {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .search-page .page-content #CSR .srch-results .srch-result .srch-Metadata2 {
    font-size: 14px;
  }
}
.search-page .page-content #CSR .srch-results .srch-result .srch-result-button {
  position: absolute;
  top: 45%;
  right: 15px;
}
@media (min-width:831px) {
  .search-page .page-content #CSR .srch-results .srch-result .srch-result-button {
    right: 50px;
  }
}
.search-page .page-content #CSR .srch-results .srch-result .srch-result-button .srch-chevron {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png) -152px -273px no-repeat;
  background-size: 281px;
}
.search-page .page-content #SRP {
  text-align: center;
}
.search-page .page-content #SRP .srch-Page {
  display: inline-block;
  font-family: inherit;
  padding: 2em 0 0;
  font-size: 16px;
}
@media (min-width:831px) {
  .search-page .page-content #SRP .srch-Page {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .search-page .page-content #SRP .srch-Page {
    font-size: 20px;
  }
}
.search-page .page-content #SRP .srch-Page strong {
  color: #fff;
  background: #003466;
}
.search-page .page-content #SRP .srch-Page a:link,
.search-page .page-content #SRP .srch-Page a:visited {
  color: #003466 !important;
}
.search-page .page-content #SRP .srch-Page a:link#SRP_PrevImg,
.search-page .page-content #SRP .srch-Page a:visited#SRP_PrevImg,
.search-page .page-content #SRP .srch-Page a:link#SRP_NextImg,
.search-page .page-content #SRP .srch-Page a:visited#SRP_NextImg {
  display: none;
}
.search-page .page-content #SRP .srch-Page strong,
.search-page .page-content #SRP .srch-Page a:link,
.search-page .page-content #SRP .srch-Page a:visited {
  border: 2px solid #003466;
  font-size: inherit;
  padding: 4px 0;
  width: 28px;
  margin: 0 8px;
}
@media (min-width:831px) {
  .search-page .page-content #SRP .srch-Page strong,
  .search-page .page-content #SRP .srch-Page a:link,
  .search-page .page-content #SRP .srch-Page a:visited {
    width: 32px;
    margin: 0 10px;
  }
}
@media (min-width:1136px) {
  .search-page .page-content #SRP .srch-Page strong,
  .search-page .page-content #SRP .srch-Page a:link,
  .search-page .page-content #SRP .srch-Page a:visited {
    width: 38px;
  }
}
.search-page .page-content #SRP .srch-Page a:hover {
  color: #fff !important;
  background: #003466;
}
.search-page .page-content #SRP .srch-Page .srch-Page-img {
  display: none;
}
.search-page .page-content .ms-PartSpacingVertical {
  margin-top: 20px;
}
@media (min-width:831px) {
  .search-page .page-content .ms-PartSpacingVertical {
    margin-top: 30px;
  }
}
/*webparts*/
/* ==========================================================================
   Slider
   ========================================================================== */
/**
* The slider which appears mainly on the homepage and is overlayed with a caption
*
*/
.slider {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.slider .slick-list {
  z-index: 10;
}
.slider .slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 720px;
  max-height: 720px;
}
@media (min-width:831px) {
  .slider .slide {
    height: calc(100vh - 5.5vw);
    max-height: 768px;
  }
}
@media (min-width:1136px) {
  .slider .slide {
    height: calc(100vh - 55px);
    min-height: 713px;
    max-height: 1025px;
  }
}
.slider .slide img {
  width: 100%;
  height: auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-width: 1360px;
}
@media (min-width:831px) {
  .slider .slide img {
    min-width: 1450px;
  }
}
@media (min-width:1136px) {
  .slider .slide img {
    min-width: 1920px;
  }
}
.slider .slide .overlay {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  max-width: 1200px;
}
.slider .slide .overlay .overlay-container {
  width: 63%;
  color: #fff;
}
@media (min-width:831px) {
  .slider .slide .overlay .overlay-container {
    width: 44%;
  }
}
.slider .slide .overlay .overlay-container h2 {
  margin-top: 0;
}
.slider .slide .overlay .overlay-container .description {
  line-height: 2;
}
.slider .slide .overlay .overlay-container .description p {
  color: #fff;
}
.slider .slide .overlay .overlay-container .button {
  display: inline-block;
  margin-top: 10px;
}
.slider .slide .overlay .overlay-container.boxed {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.slider .controls ul.slider-controls {
  display: inline-block;
  position: relative;
  top: -180px;
  z-index: 100;
  list-style: none;
  padding: 9px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0;
  line-height: 1.3;
}
.slider .controls ul.slider-controls li {
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: bottom;
  margin: 0 5px;
}
.slider .controls ul.slider-controls li a {
  cursor: pointer;
  display: block;
  height: 100%;
}
.slider .controls ul.slider-controls li a.slider-play {
  background-image: url('/_layouts/images/DFES.SPS2010.Website/play_button.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.slider .controls ul.slider-controls li a.slider-play img {
  display: none;
  width: 10px;
}
.slider .controls ul.slider-controls li a.slider-pause {
  background-image: url('/_layouts/images/DFES.SPS2010.Website/pause_button.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.slider .controls ul.slider-controls li a.slider-pause img {
  display: none;
  width: 10px;
}
.slider .controls ul.slider-controls ul {
  margin-left: 14px;
}
.slider-padding {
  height: 100vh;
  margin-bottom: calc(20vw - 145px);
  min-height: 720px;
  max-height: 720px;
}
@media (min-width:600px) {
  .slider-padding {
    margin-bottom: calc(-25px);
  }
}
@media (min-width:831px) {
  .slider-padding {
    margin-bottom: calc(4.5vw - 72px);
    max-height: 768px;
  }
}
@media (min-width:1136px) {
  .slider-padding {
    margin-bottom: -180px;
    min-height: 768px;
    max-height: 1080px;
  }
}
/* ==========================================================================
   Hazard Link
   ========================================================================== */
/**
* The set of hazard links which appears mainly on the homepage below the slider
*
*/
.hazard-links {
  position: absolute;
  top: 0;
  width: 100%;
}
.hazard-links .hazard-padding {
  height: 100vh;
  margin-bottom: -20vw;
  min-height: 720px;
  max-height: 720px;
}
@media (min-width:600px) {
  .hazard-links .hazard-padding {
    margin-bottom: -120px;
  }
}
@media (min-width:831px) {
  .hazard-links .hazard-padding {
    margin-bottom: -4.5vw;
  }
}
@media (min-width:1200px) {
  .hazard-links .hazard-padding {
    margin-bottom: -55px;
  }
}
@media (min-width:831px) {
  .hazard-links .hazard-padding {
    height: calc(100vh - 5.5vw);
    max-height: 768px;
  }
}
@media (min-width:1136px) {
  .hazard-links .hazard-padding {
    height: calc(100vh - 55px);
    min-height: 713px;
    max-height: 1025px;
  }
}
.hazard-links ul.hazards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 100;
  left: -9999px;
  right: -9999px;
  margin: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 830px) {
  .hazard-links ul.hazards {
    max-width: 80vw;
    justify-content: flex-start;
  }
}
@media (min-width:600px) {
  .hazard-links ul.hazards {
    width: 480px;
  }
}
@media (min-width:831px) {
  .hazard-links ul.hazards {
    width: 100%;
  }
}
.hazard-links ul.hazards li.hazard {
  display: inline-block;
}
.hazard-links ul.hazards li.hazard a.button {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50% 30%;
  font-size: 12px;
  width: 20vw;
  height: 20vw;
  line-height: 32vw;
}
@media (min-width:600px) {
  .hazard-links ul.hazards li.hazard a.button {
    width: 120px;
    height: 120px;
    line-height: 192px;
  }
}
@media (min-width:831px) {
  .hazard-links ul.hazards li.hazard a.button {
    font-size: 12px;
    width: 9vw;
    height: 9vw;
    line-height: 13.5vw;
  }
}
@media (min-width:1200px) {
  .hazard-links ul.hazards li.hazard a.button {
    font-size: 14px;
    width: 110px;
    height: 110px;
    line-height: 170px;
  }
}
/* flexbox-less fixes */
.no-flexwrap .hazard-links ul.hazards li.hazard {
  margin-left: -5px;
}
/* ==========================================================================
   Content Block
   ========================================================================== */
/**
* The HTML content used in page content
*
*/
.content-block {
  /*@media @ie10plus {
        width: ~"calc(100vw - 17px)";
    }*/
}
.content-block:before,
.content-block:after {
  content: "";
  display: table;
}
.content-block:after {
  clear: both;
}
@media (max-width: 830px) {
  .content-block {
    margin: 0;
  }
}
@media (min-width:831px) {
  .content-block {
    display: block;
  }
}
@media (min-width:831px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-block {
    display: block;
    width: calc(100vw - 113px);
  }
}
@media (min-width:1200px) {
  .content-block {
    width: 100%;
  }
}
.content-block .content-left p,
.content-block .content-right p {
  text-align: initial;
}
.content-block .content-left > img,
.content-block .content-right > img {
  width: 100%;
}
.content-block .content-left a:not([class]),
.content-block .content-right a:not([class]) {
  font-weight: bold;
}
.content-block .content-left {
  float: left;
  /*> * {
            @media @tablet {
                margin-right: 5vw;
            }
            @media @desktop {
                margin-right: 2.5vw;
            }
        }*/
}
@media (max-width: 830px) {
  .content-block .content-left {
    margin: 20px 0;
  }
}
@media (min-width:831px) {
  .content-block .content-left {
    width: calc(50% - 5vw);
    margin-right: 5vw;
  }
  .content-block .content-left.centred {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width:1136px) {
  .content-block .content-left {
    width: calc(50% - 2.5vw);
    margin-right: 2.5vw;
  }
}
.content-block .content-right {
  float: right;
  /*> * {
            @media @tablet {
                margin-left: 5vw;
            }
            @media @desktop {
                margin-left: 2.5vw;
            }
        }*/
}
@media (max-width: 830px) {
  .content-block .content-right {
    margin: 20px 0;
  }
}
@media (min-width:831px) {
  .content-block .content-right {
    width: calc(50% - 5vw);
    margin-left: 5vw;
  }
  .content-block .content-right.centred {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width:1136px) {
  .content-block .content-right {
    width: calc(50% - 2.5vw);
    margin-left: 2.5vw;
  }
}
.content-block .wide-image-left {
  line-height: 0;
}
@media (min-width:831px) {
  .content-block .wide-image-left {
    display: inline-block;
    width: 50%;
    height: inherit;
    max-height: inherit;
    position: absolute;
    left: 0;
    overflow: hidden;
  }
}
@media (max-width: 830px) {
  .content-block .wide-image-left img {
    width: calc(100% + 76px);
    margin-left: -38px;
  }
}
@media (min-width:831px) {
  .content-block .wide-image-left img {
    height: 100%;
    position: absolute;
    right: 0;
  }
}
@media (min-width:1136px) {
  .content-block .wide-image-left > * {
    margin-right: 2.5vw;
  }
}
@media (min-width:831px) {
  .content-block .wide-image-left + div {
    padding-left: 50%;
  }
}
.content-block .wide-image-right {
  line-height: 0;
}
@media (min-width:831px) {
  .content-block .wide-image-right {
    display: inline-block;
    width: 50%;
    margin-left: 50%;
    height: inherit;
    max-height: inherit;
    position: absolute;
    right: 0;
    overflow: hidden;
  }
}
@media (max-width: 830px) {
  .content-block .wide-image-right img {
    width: calc(100% + 76px);
    margin-left: -38px;
  }
}
@media (min-width:831px) {
  .content-block .wide-image-right img {
    height: 100%;
  }
}
@media (min-width:1136px) {
  .content-block .wide-image-right > * {
    margin-left: 2.5vw;
  }
}
.content-block .quote img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 35px;
  border-radius: 30px;
}
@media (min-width:1136px) {
  .content-block .quote img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 35px;
    border-radius: 40px;
  }
}
.content-block .quote p:first-of-type {
  padding-top: 12px;
}
@media (min-width:831px) and (max-width:1135px) {
  .content-block .quote p:first-of-type {
    padding-top: 6px;
  }
}
.content-block .quote p.name {
  font-weight: bold;
  text-align: right;
}
.content-block .icon-links ul.icon-list {
  list-style: none;
  padding: 0;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-block .icon-links ul.icon-list li {
  display: inline;
}
.content-block .icon-links ul.icon-list li a.icon-button {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: top center;
  text-align: center;
  width: 96px;
  padding-top: 65px;
}
@media (min-width:1136px) {
  .content-block .icon-links ul.icon-list li a.icon-button {
    width: 150px;
    padding-top: 90px;
  }
}
/* ==========================================================================
   Featured News
   ========================================================================== */
/**
* The featured news item shown on the homepage
*
*/
.featured-news-wrapper {
  height: 384px;
}
@media (min-width:1136px) {
  .featured-news-wrapper {
    height: 584px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured-news-wrapper {
    width: 100%;
  }
}
.featured-news-wrapper .featured-news-slides {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.featured-news-wrapper .featured-news-slides .featured-news-content {
  /*position: absolute;
            left: 0;
            width: ~"calc(100% - 76px)"; 
            height: inherit; */
  height: 384px;
  background-size: cover;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width:1136px) {
  .featured-news-wrapper .featured-news-slides .featured-news-content {
    height: 584px;
  }
}
.featured-news-wrapper .featured-news-slides .featured-news-content span {
  display: block;
}
.featured-news-wrapper .featured-news-slides .featured-news-content span.date {
  padding: 1em;
  font-size: 16px;
}
@media (min-width:831px) {
  .featured-news-wrapper .featured-news-slides .featured-news-content span.date {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .featured-news-wrapper .featured-news-slides .featured-news-content span.date {
    font-size: 20px;
  }
}
.featured-news-wrapper .featured-news-slides .featured-news-content h3 {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 830px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured-news-wrapper .featured-news-slides .featured-news-content h3 {
    width: 100%;
  }
}
@media (min-width:831px) {
  .featured-news-wrapper .featured-news-slides .featured-news-content h3 {
    width: 680px;
    padding: 0.5em 0;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
}
.featured-news-wrapper .featured-news-slides .featured-news-content h3 a {
  color: #fff !important;
  display: inline-block;
  text-underline-position: below;
  text-underline-position: under;
}
.featured-news-wrapper .featured-news-slides .featured-news-content p {
  padding: 2em 0;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured-news-wrapper .featured-news-slides .featured-news-content p {
    width: calc(100vw - 6em);
  }
}
.featured-news-wrapper .featured-news-slides .featured-news-content a.button {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 110px;
  margin: 0 auto;
  padding: 7px;
}
@media (min-width:831px) {
  .featured-news-wrapper .featured-news-slides .featured-news-content a.button {
    padding: 15px 35px;
  }
}
.featured-news-wrapper .featured-news-slides .featured-news-content a.button:hover {
  color: #003466;
  background-color: #fff;
  border: 2px solid #fff;
}
/* ==========================================================================
   More Information
   ========================================================================== */
/**
* The list of Information links displayed in the More Information web part
*
*/
.more-information .title {
  text-align: center;
  margin: 30px 0;
}
@media (min-width:831px) {
  .more-information .title {
    margin: 0 0 50px;
  }
}
@media (min-width:1136px) {
  .more-information .title {
    margin: 0 0 70px;
  }
}
.more-information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.more-information ul .information-link {
  border: 1px solid #dedede;
  margin-bottom: 20px;
  height: 95px;
}
@media (min-width:831px) {
  .more-information ul .information-link {
    margin-bottom: 60px;
    height: 124px;
  }
}
@media (min-width:1136px) {
  .more-information ul .information-link {
    margin-bottom: 66px;
    height: 160px;
  }
}
.more-information ul .information-link > div {
  display: inline-block;
  vertical-align: middle;
}
.more-information ul .information-link > div.information-link-image {
  background-size: cover;
  background-position: center;
  height: 95px;
  width: 130px;
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-image {
    height: 124px;
    width: 170px;
  }
}
@media (min-width:1136px) {
  .more-information ul .information-link > div.information-link-image {
    height: 160px;
    width: 220px;
  }
}
.more-information ul .information-link > div.information-link-image img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.more-information ul .information-link > div.information-link-details {
  padding: 0 5px 0 10px;
  width: calc(100% - 183px);
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-details {
    padding: 0 45px;
  }
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-details {
    width: calc(100% - 540px);
  }
}
@media (min-width:1136px) {
  .more-information ul .information-link > div.information-link-details {
    width: calc(100% - 690px);
  }
}
.more-information ul .information-link > div.information-link-details .information-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 385px;
  font-size: 14px;
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-details .information-title {
    max-width: 555px;
  }
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-details .information-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .more-information ul .information-link > div.information-link-details .information-title {
    font-size: 20px;
  }
}
.more-information ul .information-link > div.information-link-details .information-title-separator {
  border-top: 1px solid;
  width: 25px;
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-details .information-title-separator {
    width: 70px;
  }
}
.more-information ul .information-link > div.information-link-details .information-text {
  line-height: 1.3;
  overflow: hidden;
  max-height: 45px;
  margin: 0.5em 0 6px 0;
}
@media (max-width: 830px) {
  .more-information ul .information-link > div.information-link-details .information-text {
    font-size: 12px;
  }
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-details .information-text {
    max-height: 56px;
    margin: 1em 0 6px 0;
  }
}
@media (min-width:1136px) {
  .more-information ul .information-link > div.information-link-details .information-text {
    max-height: 84px;
  }
}
@media (max-width: 830px) {
  .more-information ul .information-link > div.information-link-button {
    width: 30px;
    height: 100%;
    position: relative;
    right: -1px;
  }
}
.more-information ul .information-link > div.information-link-button a.button {
  text-align: center;
  padding: 0;
  width: 30px;
}
@media (max-width: 830px) {
  .more-information ul .information-link > div.information-link-button a.button {
    font-size: 0;
    height: 95px;
    position: absolute;
    top: 0;
    background-image: url('/_layouts/images/DFES.SPS2010.Website/chevron-right.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width:831px) {
  .more-information ul .information-link > div.information-link-button a.button {
    margin-right: 30px;
    padding: 10px 0;
    width: 230px;
  }
}
@media (min-width:1136px) {
  .more-information ul .information-link > div.information-link-button a.button {
    margin-right: 70px;
    padding: 15px 0;
    width: 300px;
  }
}
.more-information ul .information-link > div.information-link-button a.button .sub-text {
  font-weight: normal;
}
/* ==========================================================================
   Icon List
   ========================================================================== */
/**
* The content and list of icons displayed in the Icon List web part
*
*/
.icon-list-web-part {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 50px 0;
}
@media (min-width:831px) {
  .icon-list-web-part {
    width: calc(100vw - 17px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(8.5px - 50vw);
    margin-right: calc(8.5px - 50vw);
    padding: 85px 0;
  }
}
.icon-list-web-part p,
.icon-list-web-part h1,
.icon-list-web-part h2,
.icon-list-web-part h3,
.icon-list-web-part h4,
.icon-list-web-part h5,
.icon-list-web-part h6,
.icon-list-web-part div,
.icon-list-web-part a,
.icon-list-web-part a:link {
  color: #fff !important;
}
.icon-list-web-part .icon-list-content {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 830px) {
  .icon-list-web-part .icon-list-content {
    display: none;
  }
}
.icon-list-web-part .icon-list-icons ul.icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.icon-list-web-part .icon-list-icons ul.icons li.icon {
  display: inline-block;
  vertical-align: text-top;
  overflow: hidden;
  height: 106px;
  width: 40%;
  padding: 0 4%;
}
@media (min-width:831px) {
  .icon-list-web-part .icon-list-icons ul.icons li.icon {
    height: 190px;
    width: 20%;
    padding: 2px 2% 0;
  }
}
.icon-list-web-part .icon-list-icons ul.icons li.icon a {
  display: block;
}
.icon-list-web-part .icon-list-icons ul.icons li.icon a .icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 30px;
}
@media (min-width:831px) {
  .icon-list-web-part .icon-list-icons ul.icons li.icon a .icon-image {
    height: 50px;
  }
}
.icon-list-web-part .icon-list-icons ul.icons li.icon a .icon-text {
  text-align: center;
  font-size: 14px;
}
@media (min-width:831px) {
  .icon-list-web-part .icon-list-icons ul.icons li.icon a .icon-text {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .icon-list-web-part .icon-list-icons ul.icons li.icon a .icon-text {
    font-size: 20px;
  }
}
/* ==========================================================================
   Image Header
   ========================================================================== */
/**
* The image header web part used in internal content pages to display hazard icon, title, and caption on top of coloured background or image.
*
*/
.image-header .image-header-background,
.image-header .overlay {
  width: 100%;
  height: 720px;
  /*height: 100vh;        
        min-height: 720px;
        max-height: 720px;
        @media @tablet {
            height: ~"calc(100vh - 5.5vw)";
            max-height: 768px;
        }
        @media @desktop {
            height: ~"calc(100vh - 55px)";
            min-height: 713px;
            max-height: 1025px;
        }*/
}
@media (min-width:831px) {
  .image-header .image-header-background,
  .image-header .overlay {
    height: 768px;
  }
}
@media (min-width:1136px) {
  .image-header .image-header-background,
  .image-header .overlay {
    height: 800px;
  }
}
.image-header .image-header-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
}
.image-header .overlay-padding {
  height: 44%;
}
.image-header .overlay {
  position: absolute;
  text-align: center;
  top: 0;
}
.image-header .overlay .wrapper:before {
  content: "";
  height: 40%;
}
.image-header .overlay .hazard-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 32px;
  border: 2px solid #fff;
}
.image-header .overlay .top-line {
  width: 140px;
  border: #fff 1px solid;
  position: relative;
  left: 50%;
  right: 50%;
  float: left;
}
.image-header .overlay .top-line.left-side {
  transform: translate(-191px, 32px);
}
.image-header .overlay .top-line.right-side {
  transform: translate(-93px, 32px);
}
.image-header .overlay .title {
  text-transform: uppercase;
}
.image-header .overlay .caption {
  color: #fff;
}
.image-header .overlay .bottom-line {
  width: 380px;
  border: #fff 1px solid;
  margin: 35px auto;
}
.image-header .image-header-padding {
  /*height: ~"calc(100vh - 240px)";        
        min-height: 528px;
        max-height: 528px;
        @media @tablet {
            height: ~"calc(100vh - 248px)";
            min-height: 520px;
            max-height: 576px;
        }
        @media @desktop {
            height: ~"calc(100vh - 315px)";
            min-height: 453px;
            max-height: 765px;
        }*/
  height: 576px;
}
@media (min-width:831px) {
  .image-header .image-header-padding {
    height: 594px;
  }
}
@media (min-width:1136px) {
  .image-header .image-header-padding {
    height: 510px;
  }
}
.edit-mode .image-header {
  position: relative;
  overflow: hidden;
}
/**
* The image gallery web part styling
*
*/
.image-gallery-web-part .image-gallery-images {
  overflow-x: hidden;
  margin-bottom: -20px;
}
@media (max-width: 830px) {
  .image-gallery-web-part .image-gallery-images {
    display: none;
  }
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container {
  width: calc(100% + 10px);
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-main .slick-slide > div {
  padding-right: 10px;
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-main .slide {
  height: 320px;
  background-size: cover;
  background-position: center;
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-main .slide img {
  height: 100%;
  width: 100%;
  opacity: 0;
  object-fit: cover;
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-nav .slick-slide > div {
  padding-right: 10px;
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-nav .slide {
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-nav .slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.image-gallery-web-part .image-gallery-images .image-gallery-images-container .image-gallery-nav .slide img {
  height: 100%;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* ==========================================================================
   Random Image
   ========================================================================== */
/**
* The random image with HTML content web part used in page content
*
*/
@media (min-width:831px) {
  .random-image-web-part {
    height: 460px;
  }
}
@media (min-width:1136px) {
  .random-image-web-part {
    height: 800px;
  }
}
/* ==========================================================================
   Simple Image Header
   ========================================================================== */
/**
* The simple image header web part used in internal content and search pages to display title on top of coloured background or image.
*
*/
.simple-image-header .simple-image-header-background,
.simple-image-header .overlay {
  width: 100%;
  height: 240px;
}
.simple-image-header .simple-image-header-background.has-description,
.simple-image-header .overlay.has-description {
  height: 340px;
}
@media (min-width:831px) {
  .simple-image-header .simple-image-header-background.has-description,
  .simple-image-header .overlay.has-description {
    height: 380px;
  }
}
@media (min-width:1136px) {
  .simple-image-header .simple-image-header-background,
  .simple-image-header .overlay {
    height: 500px;
  }
  .simple-image-header .simple-image-header-background.has-description,
  .simple-image-header .overlay.has-description {
    height: 500px;
  }
}
.simple-image-header .simple-image-header-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
}
.simple-image-header .overlay {
  position: absolute;
  text-align: center;
  top: 0;
}
.simple-image-header .overlay .overlay-padding {
  height: 60%;
}
.simple-image-header .overlay .overlay-padding-description {
  height: 44%;
}
@media (min-width:1136px) {
  .simple-image-header .overlay .overlay-padding-description {
    height: 50%;
  }
}
.simple-image-header .overlay .title {
  text-transform: uppercase;
}
.simple-image-header .overlay .description {
  color: #fff;
  margin: 0 auto;
}
@media (min-width:831px) {
  .simple-image-header .overlay .description {
    width: 50%;
  }
}
.simple-image-header .overlay .description:before {
  content: "";
  display: block;
  width: 70px;
  height: 16px;
  border-top: #fff 1px solid;
  margin: 0 auto;
}
.simple-image-header .simple-image-header-padding {
  height: 96px;
}
.simple-image-header .simple-image-header-padding.has-description {
  height: 196px;
}
@media (min-width:831px) {
  .simple-image-header .simple-image-header-padding {
    height: 66px;
  }
  .simple-image-header .simple-image-header-padding.has-description {
    height: 206px;
  }
}
@media (min-width:1136px) {
  .simple-image-header .simple-image-header-padding {
    height: 210px;
  }
}
.edit-mode .simple-image-header {
  position: relative;
  overflow: hidden;
}
/* ==========================================================================
   Search Box
   ========================================================================== */
/**
* The custom search box web part used in search pages
*
*/
.search-box-web-part {
  text-align: center;
}
.search-box-web-part .search-box {
  display: inline-block;
  position: relative;
  border: 2px solid #555;
  width: 100%;
  max-width: 550px;
}
.search-box-web-part .search-box label {
  opacity: 0;
  position: absolute;
}
.search-box-web-part .search-box .search-box-button {
  display: block;
  vertical-align: middle;
  float: left;
}
.search-box-web-part .search-box .search-box-button .search-icon-image {
  display: block;
  width: 26px;
  height: 26px;
  margin: 19px;
  background: url(/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png) -152px -311px no-repeat;
  background-size: 281px;
}
.search-box-web-part .search-box .search-box-input {
  display: block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  height: 64px;
  width: calc(100% - 64px);
  max-width: 480px;
  outline: 0;
  float: right;
  font-size: 20px;
}
@media (min-width:831px) {
  .search-box-web-part .search-box .search-box-input {
    font-size: 22px;
  }
}
@media (min-width:1136px) {
  .search-box-web-part .search-box .search-box-input {
    font-size: 25px;
  }
}
/* ==========================================================================
   Content with Image
   ========================================================================== */
/**
* The Image with HTML content web part used in page content
*
*/
@media (max-width: 830px) {
  .content-image-web-part {
    height: auto !important;
    max-height: none !important;
  }
}
@media (min-width:1136px) {
  .content-image-web-part {
    max-height: none !important;
  }
}
.content-image-web-part .content-image-image {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 830px) {
  .content-image-web-part .content-image-image {
    background: none !important;
  }
}
@media (min-width:831px) {
  .content-image-web-part .content-image-image img {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@media (min-width:831px) {
  .content-image-web-part .wide-image-left,
  .content-image-web-part .wide-image-right {
    width: 45%;
  }
}
@media (min-width:1136px) {
  .content-image-web-part .wide-image-left,
  .content-image-web-part .wide-image-right {
    width: 47.5%;
  }
}
/* ==========================================================================
   Content Duo Tone
   ========================================================================== */
/**
* The Content Duo Tone web part used in page content
*
*/
.content-duo-tone-web-part .content-left {
  background: #f8f8f8;
}
@media (max-width: 830px) {
  .content-duo-tone-web-part .content-left.unwrapper {
    margin: 0 -38px;
  }
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-left {
    width: 50vw;
    margin-right: 0;
  }
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-left .wrapper {
    max-width: 600px;
  }
}
@media (min-width:831px) and (min-width:1296px) {
  .content-duo-tone-web-part .content-left .wrapper {
    margin: 0 0 0 auto;
  }
}
.content-duo-tone-web-part .content-left .wrapper > div:nth-child(2) {
  padding: 50px 0 30px;
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-left .wrapper > div:nth-child(2) {
    padding: 50px 50px 50px 0;
  }
}
.content-duo-tone-web-part .content-right > div:nth-child(2) {
  padding: 0;
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right > div:nth-child(2) {
    padding: 50px 0 0 30px;
  }
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right {
    width: 47.5%;
    margin: 0;
  }
}
.content-duo-tone-web-part .content-right .foi h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 2em;
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right .foi h3 {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi h3 {
    font-size: 20px;
  }
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right .foi h3 {
    margin: -1em 0 1em;
  }
}
.content-duo-tone-web-part .content-right .foi .lodgement:before,
.content-duo-tone-web-part .content-right .foi .lodgement:after {
  content: "";
  display: table;
}
.content-duo-tone-web-part .content-right .foi .lodgement:after {
  clear: both;
}
.content-duo-tone-web-part .content-right .foi .lodgement .full-box,
.content-duo-tone-web-part .content-right .foi .lodgement .half-box {
  border: #adadad 1px solid;
  margin-bottom: 5%;
}
.content-duo-tone-web-part .content-right .foi .lodgement .full-box .title,
.content-duo-tone-web-part .content-right .foi .lodgement .half-box .title {
  font-weight: bold;
  margin-left: 60px;
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .full-box .title,
  .content-duo-tone-web-part .content-right .foi .lodgement .half-box .title {
    margin-left: 100px;
  }
}
.content-duo-tone-web-part .content-right .foi .lodgement .full-box .content,
.content-duo-tone-web-part .content-right .foi .lodgement .half-box .content {
  line-height: 1.3em;
  font-size: 12px;
  margin-left: 60px;
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .full-box .content,
  .content-duo-tone-web-part .content-right .foi .lodgement .half-box .content {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .full-box .content,
  .content-duo-tone-web-part .content-right .foi .lodgement .half-box .content {
    font-size: 14px;
  }
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .full-box .content,
  .content-duo-tone-web-part .content-right .foi .lodgement .half-box .content {
    margin-left: 100px;
  }
}
.content-duo-tone-web-part .content-right .foi .lodgement .full-box.submit-in-person {
  background: url(/PublishingImages/icons/feedback-icon-blue.png) no-repeat 10px center / 40px auto;
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .full-box.submit-in-person {
    background: url(/PublishingImages/icons/feedback-icon-blue.png) no-repeat 25px center / 50px auto;
  }
}
.content-duo-tone-web-part .content-right .foi .lodgement .half-box {
  width: 47.5%;
}
.content-duo-tone-web-part .content-right .foi .lodgement .half-box.submit-by-mail {
  float: left;
  background: url(/PublishingImages/icons/open-envelope-icon-blue.png) no-repeat 10px center / 40px auto;
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .half-box.submit-by-mail {
    background: url(/PublishingImages/icons/open-envelope-icon-blue.png) no-repeat 25px center / 50px auto;
  }
}
.content-duo-tone-web-part .content-right .foi .lodgement .half-box.submit-by-email {
  float: right;
  background: url(/PublishingImages/icons/envelope-icon-blue.png) no-repeat 10px center / 40px auto;
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .lodgement .half-box.submit-by-email {
    background: url(/PublishingImages/icons/envelope-icon-blue.png) no-repeat 25px center / 50px auto;
  }
}
.content-duo-tone-web-part .content-right .foi .split-table {
  width: 100%;
}
@media (max-width: 830px) {
  .content-duo-tone-web-part .content-right .foi .split-table {
    display: block;
  }
  .content-duo-tone-web-part .content-right .foi .split-table tbody {
    display: block;
  }
}
@media (max-width: 830px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr {
    display: block;
  }
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr {
    border: #adadad 1px solid;
  }
}
.content-duo-tone-web-part .content-right .foi .split-table tr td,
.content-duo-tone-web-part .content-right .foi .split-table tr th {
  text-align: center;
  font-family: "Nunito", "Verdana", "Arial", "sans-serif";
  line-height: 1.3em;
  padding: 10px;
  font-size: 12px;
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr td,
  .content-duo-tone-web-part .content-right .foi .split-table tr th {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr td,
  .content-duo-tone-web-part .content-right .foi .split-table tr th {
    font-size: 14px;
  }
}
@media (max-width: 830px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr td,
  .content-duo-tone-web-part .content-right .foi .split-table tr th {
    display: block;
    border: #adadad 1px solid;
  }
}
.content-duo-tone-web-part .content-right .foi .split-table tr td:last-child,
.content-duo-tone-web-part .content-right .foi .split-table tr th:last-child {
  background-color: #f8f8f8;
  margin-top: 65px;
}
.content-duo-tone-web-part .content-right .foi .split-table tr:first-child td,
.content-duo-tone-web-part .content-right .foi .split-table tr:first-child th {
  font-weight: bold;
}
@media (max-width: 830px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr:first-child td br,
  .content-duo-tone-web-part .content-right .foi .split-table tr:first-child th br {
    display: none;
  }
}
@media (max-width: 830px) {
  .content-duo-tone-web-part .content-right .foi .split-table tr:last-child {
    margin-top: -103px;
  }
  .content-duo-tone-web-part .content-right .foi .split-table tr:last-child td:first-child br,
  .content-duo-tone-web-part .content-right .foi .split-table tr:last-child th:first-child br {
    display: none;
  }
}
.content-duo-tone-web-part .content-right .foi .disclaimer {
  text-align: center;
  line-height: 1.3em;
  font-size: 12px;
}
@media (min-width:831px) {
  .content-duo-tone-web-part .content-right .foi .disclaimer {
    padding: 0 40px;
  }
}
/* ==========================================================================
   Contact Links
   ========================================================================== */
/**
* The list of Information links displayed in the Contact Links web part
*
*/
.contact-links {
  height: 460px;
  padding: 20px;
}
@media (min-width:831px) {
  .contact-links {
    height: 630px;
    padding: 0;
  }
}
.contact-links .contact-links-image {
  width: 47.5%;
  height: 630px;
  position: absolute;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-links .contact-links-image img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 830px) {
  .contact-links .contact-links-image {
    display: none;
  }
}
.contact-links .contact-links-listing {
  position: absolute;
  left: 0;
  width: calc(100% - 38px);
}
@media (min-width:831px) {
  .contact-links .contact-links-listing {
    width: 50%;
  }
}
.contact-links .contact-links-listing ul {
  margin: 0;
  list-style: none;
  padding: 0px 76px 0 0;
}
@media (min-width:831px) {
  .contact-links .contact-links-listing ul {
    padding: 51px 51px 0 0;
  }
}
.contact-links .contact-links-listing ul li {
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 11px;
  padding-left: 76px;
}
@media (min-width:831px) {
  .contact-links .contact-links-listing ul li {
    padding-left: 48px;
  }
}
.contact-links .contact-links-listing ul li:first-child .contact-title {
  color: #a70a03 !important;
}
.contact-links .contact-links-listing ul li .contact-link {
  width: 100%;
  max-width: 549px;
  float: right;
  position: relative;
  height: 68px;
}
@media (min-width:831px) {
  .contact-links .contact-links-listing ul li .contact-link {
    height: 91px;
  }
}
.contact-links .contact-links-listing ul li .contact-link > div {
  display: inline-block;
  vertical-align: middle;
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 58px;
  margin-top: 4px;
}
@media (min-width:831px) {
  .contact-links .contact-links-listing ul li .contact-link > div.contact-link-image {
    height: 55px;
    width: 80px;
    margin-top: 12px;
  }
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-image img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-details {
  padding: 0 0 0 78px;
}
@media (min-width:831px) {
  .contact-links .contact-links-listing ul li .contact-link > div.contact-link-details {
    padding: 0 0 0 100px;
  }
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-details .contact-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #003466;
  margin: 3px 0 0;
  max-width: 385px;
  font-size: 26px;
}
@media (min-width:831px) {
  .contact-links .contact-links-listing ul li .contact-link > div.contact-link-details .contact-title {
    margin: 6px 0 0;
    max-width: 555px;
  }
}
@media (min-width:1136px) {
  .contact-links .contact-links-listing ul li .contact-link > div.contact-link-details .contact-title {
    font-size: 30px;
  }
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-details .contact-title a {
  font-weight: normal;
  color: inherit;
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-details .contact-title a:not([href]) {
  text-decoration: none;
}
.contact-links .contact-links-listing ul li .contact-link > div.contact-link-details .contact-text {
  line-height: 1.3;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* ==========================================================================
   Corporate Contact Details
   ========================================================================== */
/**
* The list of corporate contact deatils and  links displayed in the Corporate Contact Details web part
*
*/
.corporate-contact-details {
  background-color: #003466;
}
.corporate-contact-details .corporate-contact-details-background {
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #003466;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section {
    padding-bottom: 100px;
  }
  .corporate-contact-details .corporate-contact-details-section:before,
  .corporate-contact-details .corporate-contact-details-section:after {
    content: "";
    display: table;
  }
  .corporate-contact-details .corporate-contact-details-section:after {
    clear: both;
  }
}
.corporate-contact-details .corporate-contact-details-section h3.title {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section h3.title {
    padding: 80px 0;
  }
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details {
    width: 47.5%;
    float: left;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading {
  border: #fff 1px solid;
  border-bottom: none;
  height: 160px;
  padding: 0 18px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading {
    height: 200px;
    padding: 0 9%;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .contact-details-heading-icon {
  background: url(/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png) no-repeat -17px -48px;
  background-size: 256px;
  float: left;
  height: 72px;
  width: 80px;
  margin: 10px 0 0;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .contact-details-heading-icon {
    margin: 24px 0 0;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .contact-details-heading-title {
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 40px 0 30px 100px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .contact-details-heading-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .contact-details-heading-title {
    font-size: 20px;
  }
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .contact-details-heading-title {
    margin: 54px 0 30px 100px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-weight: bold;
  height: 40px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button {
    height: 50px;
  }
}
@media (min-width:1136px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button {
    height: 50px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-icon {
  padding-right: 20px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text {
  padding-left: 25px;
  vertical-align: bottom;
  line-height: 40px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text {
    line-height: 50px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -156px -409px no-repeat;
  background-size: 281px;
  margin: 0 16px 4px 0;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-menu ul.ui-menu {
  max-height: 305px;
  overflow: auto;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold;
  border-bottom: #f8f8f8 1px solid;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-heading .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-state-active {
  background: #f8f8f8;
  color: inherit;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details {
  background-color: #0a4682;
  color: #fff;
  border: #fff 1px solid;
  position: relative;
  padding: 20px 5%;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details {
    padding: 20px 12%;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -56px -409px no-repeat;
  background-size: 281px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-title {
  color: inherit;
  text-align: center;
  margin-top: 19px;
  font-size: 16px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-title {
    font-size: 20px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-detail-heading {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 40px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail a {
  font-weight: normal;
  color: inherit;
}
@media (max-width: 830px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail a {
    text-decoration: underline;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail > div {
  padding: 7px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-detail-text {
  display: block;
  line-height: 1.3;
  margin-left: 40px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-phone,
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-fax {
  display: inline-block;
}
@media (min-width:1136px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-phone,
  .corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-fax {
    width: 45%;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-street-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -37px -485px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-postal-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -123px -407px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-phone:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -145px -470px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-fax:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -38px -451px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.corporate-contact-details .corporate-contact-details-section .contact-details .contact-details-details .contact-details-detail .contact-details-detail-email:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -89px -441px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details-links {
    width: 47.5%;
    float: right;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li:not(:last-child) {
  border-bottom: #0a4682 1px solid;
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link {
  padding: 30px 0;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link {
    padding: 30px 0;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 45px;
  height: 60px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-image {
    width: 50px;
    height: 80px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-image img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details {
  color: #fff;
  margin-left: 70px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details {
    margin-left: 100px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details .contact-details-link-title {
  color: inherit;
  margin: 0;
  font-size: 16px;
}
@media (min-width:831px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details .contact-details-link-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details .contact-details-link-title {
    font-size: 20px;
  }
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details .contact-details-link-text {
  color: inherit;
  margin: 0;
}
.corporate-contact-details .corporate-contact-details-section .contact-details-links ul li .contact-details-link .contact-details-link-details .contact-details-link-text a {
  color: inherit;
  text-decoration: underline;
}
/* ==========================================================================
   Contact Details
   ========================================================================== */
/**
* The list of contact details displayed in the Contact Details web part
*
*/
.contact-details-web-part h3.title {
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
@media (min-width:831px) {
  .contact-details-web-part h3.title {
    padding: 0 0 80px;
  }
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists {
    padding-bottom: 80px;
  }
  .contact-details-web-part .contacts-lists:before,
  .contact-details-web-part .contacts-lists:after {
    content: "";
    display: table;
  }
  .contact-details-web-part .contacts-lists:after {
    clear: both;
  }
  .contact-details-web-part .contacts-lists:last-child {
    padding: 0;
  }
}
@media (max-width: 830px) {
  .contact-details-web-part .contacts-lists .contact-details {
    padding-bottom: 22px;
  }
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details {
    width: 47.5%;
  }
  .contact-details-web-part .contacts-lists .contact-details:nth-child(odd) {
    float: left;
  }
  .contact-details-web-part .contacts-lists .contact-details:nth-child(even) {
    float: right;
  }
  .contact-details-web-part .contacts-lists .contact-details:nth-child(even):before,
  .contact-details-web-part .contacts-lists .contact-details:nth-child(even):after {
    content: "";
    display: table;
  }
  .contact-details-web-part .contacts-lists .contact-details:nth-child(even):after {
    clear: both;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading {
  padding: 0;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading {
    height: 200px;
    padding: 0 9%;
    border: #adadad 1px solid;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-icon {
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  margin: 0;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-icon {
    width: 75px;
    height: 75px;
    margin: 24px 0 0;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-icon img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-subtitle {
  display: block;
  color: #003466;
  margin: 2px 0 0 60px;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-subtitle {
    margin: 36px 0 0 100px;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
  display: block;
  font-size: 16px;
  margin: 0 0 24px 60px;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
    font-size: 20px;
  }
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
    margin: 0 0 24px 100px;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button {
  display: block;
  padding: 0;
  margin: 0;
  border: #adadad 1px solid;
  background-color: #fff;
  font-weight: bold;
  width: auto;
  height: 40px;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button {
    height: 50px;
  }
}
@media (min-width:1136px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button {
    height: 50px;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-icon {
  padding-right: 20px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-left: 15px;
  line-height: 40px;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text {
    padding-left: 25px;
    line-height: 50px;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text:before {
  content: "";
  display: block;
  float: left;
  width: 16px;
  height: 24px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -156px -409px no-repeat;
  background-size: 281px;
  margin: 7px 12px 0 0;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-button .ui-selectmenu-text:before {
    margin: 12px 16px 0 0;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-menu ul.ui-menu {
  padding: 0 0 1px 0;
  max-height: 305px;
  overflow: auto;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold;
  border-bottom: #f8f8f8 1px solid;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-heading .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-state-active {
  background: #f8f8f8;
  color: inherit;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details {
  background-color: #f8f8f8;
  border: #adadad 1px solid;
  border-top: 0;
  position: relative;
  padding: 20px 5%;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details {
    padding: 20px 12%;
  }
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -5px -452px no-repeat;
    background-size: 281px;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-title {
  color: inherit;
  text-align: center;
  margin-top: 19px;
  font-size: 16px;
}
@media (min-width:831px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-title {
    font-size: 20px;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-detail-heading {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 40px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail a {
  font-weight: normal;
  color: inherit;
}
@media (max-width: 830px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail a {
    text-decoration: underline;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail > div {
  padding: 7px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-detail-text {
  display: block;
  line-height: 1.3;
  margin-left: 40px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-phone,
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-fax {
  display: inline-block;
}
@media (min-width:1136px) {
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-phone,
  .contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-fax {
    width: 45%;
  }
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-street-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -70px -485px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-postal-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -123px -437px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-phone:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -119px -470px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-fax:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -89px -409px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-web-part .contacts-lists .contact-details .contact-details-details .contact-details-detail .contact-details-detail-email:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -4px -485px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
/* ==========================================================================
   Contact Details Accordion
   ========================================================================== */
/**
* The list of contact details and image displayed in the Contact Details Accordion web part
*
*/
@media (max-width: 830px) {
  .contact-details-accordion-web-part {
    height: auto !important;
    max-height: none !important;
  }
}
@media (min-width:1136px) {
  .contact-details-accordion-web-part {
    max-height: none !important;
  }
}
.contact-details-accordion-web-part .content-image-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 830px) {
  .contact-details-accordion-web-part .content-image-image {
    display: none;
  }
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .content-image-image img {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
.contact-details-accordion-web-part .wide-image-left,
.contact-details-accordion-web-part .content-right {
  width: 100%;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .wide-image-left,
  .contact-details-accordion-web-part .content-right {
    width: 47.5%;
  }
}
.contact-details-accordion-web-part .content-right {
  text-align: left;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .content-right {
    padding-bottom: 60px;
  }
}
.contact-details-accordion-web-part .content-right h3.title {
  margin: 0;
  padding: 0 0 35px;
}
.contact-details-accordion-web-part .content-right .accordion h4.accordion-header {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 0.6em 90px 0.6em 0;
  position: relative;
}
.contact-details-accordion-web-part .content-right .accordion h4.accordion-header:hover {
  text-decoration: underline;
}
.contact-details-accordion-web-part .content-right .accordion h4.accordion-header .ui-accordion-header-icon {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -5px -519px no-repeat;
  background-size: 281px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.contact-details-accordion-web-part .content-right .accordion h4.accordion-header.ui-accordion-header-collapsed {
  border-bottom: #adadad 1px solid;
}
.contact-details-accordion-web-part .content-right .accordion h4.accordion-header.ui-accordion-header-active {
  color: #003466;
  font-weight: bold;
}
.contact-details-accordion-web-part .content-right .accordion h4.accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -70px -519px no-repeat;
  background-size: 281px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content {
  background-color: #f8f8f8;
  border-top: 0;
  position: relative;
  padding: 10px 5%;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .content-right .accordion .accordion-content {
    padding: 20px 5%;
  }
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-detail-heading {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 40px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content a {
  font-weight: normal;
  color: inherit;
}
@media (max-width: 830px) {
  .contact-details-accordion-web-part .content-right .accordion .accordion-content a {
    text-decoration: underline;
  }
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content > div {
  padding: 7px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-detail-text {
  display: block;
  line-height: 1.3;
  margin-left: 40px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-phone,
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-fax,
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-email,
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-website {
  display: inline-block;
}
@media (min-width:1136px) {
  .contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-phone,
  .contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-fax,
  .contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-email,
  .contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-website {
    width: 45%;
  }
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-twitter,
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-facebook {
  display: inline-block;
  float: right;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-twitter a,
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-facebook a {
  font-size: 0;
  display: block;
  height: 30px;
  width: 30px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-twitter a {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -141px -517px no-repeat;
  background-size: 281px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-facebook a {
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -99px -518px no-repeat;
  background-size: 281px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-street-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -70px -485px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-postal-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -123px -437px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-phone:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -119px -470px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-fax:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -89px -409px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-email:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -4px -485px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
.contact-details-accordion-web-part .content-right .accordion .accordion-content .contact-details-detail-website:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png') -37px -519px no-repeat;
  background-size: 281px;
  position: absolute;
  margin-top: 3px;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists {
    padding-bottom: 80px;
  }
  .contact-details-accordion-web-part .contacts-lists:before,
  .contact-details-accordion-web-part .contacts-lists:after {
    content: "";
    display: table;
  }
  .contact-details-accordion-web-part .contacts-lists:after {
    clear: both;
  }
  .contact-details-accordion-web-part .contacts-lists:last-child {
    padding: 0;
  }
}
@media (max-width: 830px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details {
    padding-bottom: 22px;
  }
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details {
    width: 47.5%;
  }
  .contact-details-accordion-web-part .contacts-lists .contact-details:nth-child(odd) {
    float: left;
  }
  .contact-details-accordion-web-part .contacts-lists .contact-details:nth-child(even) {
    float: right;
  }
  .contact-details-accordion-web-part .contacts-lists .contact-details:nth-child(even):before,
  .contact-details-accordion-web-part .contacts-lists .contact-details:nth-child(even):after {
    content: "";
    display: table;
  }
  .contact-details-accordion-web-part .contacts-lists .contact-details:nth-child(even):after {
    clear: both;
  }
}
.contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading {
  padding: 0;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading {
    height: 200px;
    padding: 0 9%;
    border: #adadad 1px solid;
  }
}
.contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-icon {
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  margin: 0;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-icon {
    width: 75px;
    height: 75px;
    margin: 24px 0 0;
  }
}
.contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-icon img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-subtitle {
  display: block;
  color: #003466;
  margin: 2px 0 0 60px;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-subtitle {
    margin: 36px 0 0 100px;
  }
}
.contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
  display: block;
  font-size: 16px;
  margin: 0 0 24px 60px;
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
    font-size: 18px;
  }
}
@media (min-width:1136px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
    font-size: 20px;
  }
}
@media (min-width:831px) {
  .contact-details-accordion-web-part .contacts-lists .contact-details .contact-details-heading .contact-details-heading-title {
    margin: 0 0 24px 100px;
  }
}
/* ==========================================================================
   Feedback Forms
   ========================================================================== */
/**
* The feedback forms links and form dialogs displayed on the Feedback Forms web part
*
*/
.feedback-forms-web-part .link-buttons {
  display: table;
  border-collapse: separate;
  border-spacing: 2em 0;
  list-style: none;
  padding: 0;
  margin: 0 -2em 4em;
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons {
    margin: 0 -2em;
  }
}
.feedback-forms-web-part .link-buttons .link-buttons-separator {
  display: table-row;
  height: 2em;
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-buttons-separator {
    display: none;
  }
}
.feedback-forms-web-part .link-buttons .link-button {
  border: #555 1px solid;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  background-repeat: no-repeat;
  padding: 20px 10px;
  background-position: center 30px;
  background-size: auto 50px;
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-button {
    width: 25%;
  }
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-button {
    padding: 15px 10px;
    background-size: auto 40px;
  }
}
@media (min-width:1136px) {
  .feedback-forms-web-part .link-buttons .link-button {
    padding: 30px 20px;
    background-position: center 60px;
    background-size: auto 55px;
  }
}
.feedback-forms-web-part .link-buttons .link-button .title {
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 80px 0 5px;
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-button .title {
    padding: 70px 0 10px;
  }
}
@media (min-width:1136px) {
  .feedback-forms-web-part .link-buttons .link-button .title {
    padding: 120px 0 20px;
  }
}
.feedback-forms-web-part .link-buttons .link-button .description {
  display: block;
  text-align: center;
  line-height: 1.3;
}
.feedback-forms-web-part .link-buttons .link-button:hover,
.feedback-forms-web-part .link-buttons .link-button:focus {
  background-color: #003466;
  color: #fff;
  text-decoration: none;
}
.feedback-forms-web-part .link-buttons .link-button-small {
  border: #555 1px solid;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  background-repeat: no-repeat;
  padding: 20px 10px;
  background-position: center 30px;
  background-size: auto 50px;
  width: 33%;
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-button-small {
    width: 25%;
  }
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-button-small {
    padding: 15px 10px;
    background-size: auto 40px;
  }
}
@media (min-width:1136px) {
  .feedback-forms-web-part .link-buttons .link-button-small {
    padding: 30px 20px;
    background-position: center 60px;
    background-size: auto 55px;
  }
}
.feedback-forms-web-part .link-buttons .link-button-small .title {
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 80px 0 5px;
}
@media (min-width:831px) {
  .feedback-forms-web-part .link-buttons .link-button-small .title {
    padding: 70px 0 10px;
  }
}
@media (min-width:1136px) {
  .feedback-forms-web-part .link-buttons .link-button-small .title {
    padding: 120px 0 20px;
  }
}
.feedback-forms-web-part .link-buttons .link-button-small .description {
  display: block;
  text-align: center;
  line-height: 1.3;
}
.feedback-forms-web-part .link-buttons .link-button-small:hover,
.feedback-forms-web-part .link-buttons .link-button-small:focus {
  background-color: #003466;
  color: #fff;
  text-decoration: none;
}
/* ==========================================================================
   General Enquiry
   ========================================================================== */
/**
* The form displayed in the General Enquiry web part
*
*/
.general-enquiry {
  max-width: 800px;
  margin: auto;
}
.general-enquiry > section {
  padding: 0 0 1.3em;
}
.general-enquiry > section.grey-section {
  background-color: #f8f8f8;
  padding: 0.4em 0;
}
.general-enquiry .form-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}
@media (min-width:831px) {
  .general-enquiry .form-title {
    font-size: 14px;
  }
}
@media (min-width:1136px) {
  .general-enquiry .form-title {
    font-size: 16px;
  }
}
.general-enquiry .form-title-separator {
  width: 50px;
  margin: auto;
  border-top: #dedede 1px solid;
  padding-bottom: 0.5em;
}
.general-enquiry .form-row {
  padding: 0 12%;
}
.general-enquiry .form-row:before,
.general-enquiry .form-row:after {
  content: "";
  display: table;
}
.general-enquiry .form-row:after {
  clear: both;
}
.general-enquiry .form-row.centred {
  text-align: center;
}
.general-enquiry .form-row > * {
  width: 100%;
  box-sizing: border-box;
}
.general-enquiry .form-row .form-column {
  width: 47%;
}
.general-enquiry .form-row .form-column:first-child {
  float: left;
}
.general-enquiry .form-row .form-column:last-child {
  float: right;
}
.general-enquiry .form-row .form-column > * {
  width: 100%;
  box-sizing: border-box;
}
.general-enquiry .form-row .form-column .ui-selectmenu-button {
  height: 34px;
  line-height: 21px;
}
@media (min-width:1136px) {
  .general-enquiry .form-row .form-column .ui-selectmenu-button {
    height: 38px;
    line-height: 24px;
  }
}
.general-enquiry .form-row .label {
  display: block;
  font-weight: bold;
  margin: 0.6em 0 0;
}
.general-enquiry .form-row .label .required-label {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width:831px) {
  .general-enquiry .form-row .label .required-label {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .general-enquiry .form-row .label .required-label {
    font-size: 14px;
  }
}
.general-enquiry .form-row .ui-selectmenu-button {
  height: 30px;
}
@media (min-width:831px) {
  .general-enquiry .form-row .ui-selectmenu-button {
    height: 36px;
  }
}
@media (min-width:1136px) {
  .general-enquiry .form-row .ui-selectmenu-button {
    height: 45px;
  }
}
.general-enquiry .form-row .textarea-control {
  padding: 0 1em;
}
.general-enquiry .form-row .textbox-control {
  padding: 0.4em 1em;
}
.general-enquiry .form-row .button-control {
  border: 0;
  padding: 0.8em;
  margin: 1.3em 0 0.8em;
  text-align: center;
}
.general-enquiry .form-row .radio-button label {
  padding: 0 1em 0 0.2em;
}
.general-enquiry .form-row .reset-control {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
@media (min-width:831px) {
  .general-enquiry .form-row .reset-control {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .general-enquiry .form-row .reset-control {
    font-size: 14px;
  }
}
.general-enquiry .form-row .error-control[style*="visible"] ~ *:not(.error-control) {
  border: #d41108 2px solid;
}
.general-enquiry .grecaptcha-badge {
  z-index: 100;
}
/* ==========================================================================
   Feedback Forms
   ========================================================================== */
/**
* The feedback forms links and form dialogs displayed on the Feedback Forms web part
*
*/
.customer-feedback {
  max-width: 800px;
  margin: auto;
}
.customer-feedback > section {
  padding: 0 0 1.3em;
}
.customer-feedback > section.grey-section {
  background-color: #f8f8f8;
  padding: 0.4em 0;
}
.customer-feedback .form-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}
@media (min-width:831px) {
  .customer-feedback .form-title {
    font-size: 14px;
  }
}
@media (min-width:1136px) {
  .customer-feedback .form-title {
    font-size: 16px;
  }
}
.customer-feedback .form-title-separator {
  width: 50px;
  margin: auto;
  border-top: #dedede 1px solid;
  padding-bottom: 0.5em;
}
.customer-feedback .form-row {
  padding: 0 12%;
}
.customer-feedback .form-row:before,
.customer-feedback .form-row:after {
  content: "";
  display: table;
}
.customer-feedback .form-row:after {
  clear: both;
}
.customer-feedback .form-row > * {
  width: 100%;
  box-sizing: border-box;
}
.customer-feedback .form-row.centred {
  text-align: center;
}
.customer-feedback .form-row .form-column {
  width: 47%;
}
.customer-feedback .form-row .form-column:first-child {
  float: left;
}
.customer-feedback .form-row .form-column:last-child {
  float: right;
}
.customer-feedback .form-row .form-column > * {
  width: 100%;
  box-sizing: border-box;
}
.customer-feedback .form-row .form-column .ui-selectmenu-button {
  height: 34px;
  line-height: 21px;
}
@media (min-width:1136px) {
  .customer-feedback .form-row .form-column .ui-selectmenu-button {
    height: 38px;
    line-height: 24px;
  }
}
.customer-feedback .form-row .label {
  display: block;
  font-weight: bold;
  margin: 0.6em 0 0;
}
.customer-feedback .form-row .label .required-label {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width:831px) {
  .customer-feedback .form-row .label .required-label {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .customer-feedback .form-row .label .required-label {
    font-size: 14px;
  }
}
.customer-feedback .form-row .ui-selectmenu-button {
  height: 30px;
}
@media (min-width:831px) {
  .customer-feedback .form-row .ui-selectmenu-button {
    height: 36px;
  }
}
@media (min-width:1136px) {
  .customer-feedback .form-row .ui-selectmenu-button {
    height: 45px;
  }
}
.customer-feedback .form-row .textarea-control {
  padding: 0 1em;
}
.customer-feedback .form-row .textbox-control {
  padding: 0.4em 1em;
}
.customer-feedback .form-row .button-control {
  border: 0;
  padding: 0.8em;
  margin: 1.3em 0 0.8em;
  text-align: center;
}
.customer-feedback .form-row .radio-button label {
  padding: 0 1em 0 0.2em;
}
.customer-feedback .form-row .reset-control {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
@media (min-width:831px) {
  .customer-feedback .form-row .reset-control {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .customer-feedback .form-row .reset-control {
    font-size: 14px;
  }
}
.customer-feedback .form-row .error-control[style*="visible"] ~ *:not(.error-control) {
  border: #d41108 2px solid;
}
.customer-feedback .grecaptcha-badge {
  z-index: 100;
}
/* ==========================================================================
   Feedback Forms
   ========================================================================== */
/**
* The feedback forms links and form dialogs displayed on the Feedback Forms web part
*
*/
.combined-feedback {
  max-width: 800px;
  min-height: 450px;
  margin: auto;
}
.combined-feedback > section {
  padding: 0 0 1.3em;
}
.combined-feedback > section.grey-section {
  background-color: #f8f8f8;
  padding: 0.4em 0;
}
.combined-feedback .form-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}
@media (min-width:831px) {
  .combined-feedback .form-title {
    font-size: 14px;
  }
}
@media (min-width:1136px) {
  .combined-feedback .form-title {
    font-size: 16px;
  }
}
.combined-feedback .form-title-separator {
  width: 50px;
  margin: auto;
  border-top: #dedede 1px solid;
  padding-bottom: 0.5em;
}
.combined-feedback .form-row {
  padding: 0 12%;
}
.combined-feedback .form-row:before,
.combined-feedback .form-row:after {
  content: "";
  display: table;
}
.combined-feedback .form-row:after {
  clear: both;
}
.combined-feedback .form-row > * {
  width: 100%;
  box-sizing: border-box;
}
.combined-feedback .form-row.centred {
  text-align: center;
}
.combined-feedback .form-row .form-column {
  width: 47%;
}
.combined-feedback .form-row .form-column:first-child {
  float: left;
}
.combined-feedback .form-row .form-column:last-child {
  float: right;
}
.combined-feedback .form-row .form-column > * {
  width: 100%;
  box-sizing: border-box;
}
.combined-feedback .form-row .form-column .ui-selectmenu-button {
  height: 34px;
  line-height: 21px;
}
@media (min-width:1136px) {
  .combined-feedback .form-row .form-column .ui-selectmenu-button {
    height: 38px;
    line-height: 24px;
  }
}
.combined-feedback .form-row .label {
  display: block;
  font-weight: bold;
  margin: 0.6em 0 0;
}
.combined-feedback .form-row .label .required-label {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width:831px) {
  .combined-feedback .form-row .label .required-label {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .combined-feedback .form-row .label .required-label {
    font-size: 14px;
  }
}
.combined-feedback .form-row .ui-selectmenu-button {
  height: 30px;
}
@media (min-width:831px) {
  .combined-feedback .form-row .ui-selectmenu-button {
    height: 36px;
  }
}
@media (min-width:1136px) {
  .combined-feedback .form-row .ui-selectmenu-button {
    height: 45px;
  }
}
.combined-feedback .form-row .textarea-control {
  padding: 0 1em;
}
.combined-feedback .form-row .textbox-control {
  padding: 0.4em 1em;
}
.combined-feedback .form-row .button-control {
  border: 0;
  padding: 0.8em;
  margin: 1.3em 0 0.8em;
  text-align: center;
}
.combined-feedback .form-row .radio-button label {
  padding: 0 1em 0 0.2em;
}
.combined-feedback .form-row .reset-control {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
@media (min-width:831px) {
  .combined-feedback .form-row .reset-control {
    font-size: 12px;
  }
}
@media (min-width:1136px) {
  .combined-feedback .form-row .reset-control {
    font-size: 14px;
  }
}
.combined-feedback .form-row .error-control[style*="visible"] ~ *:not(.error-control) {
  border: #d41108 2px solid;
}
.combined-feedback .grecaptcha-badge {
  z-index: 100;
}
/*print*/
/* ==========================================================================
   Print settings
   ========================================================================== */
/**
* Normalise Printing definitions
* The print LESS reset the print styles
*
*/
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .noprint {
    display: none !important;
  }
  .header {
    background-color: white;
    z-index: 0;
  }
  .header .logo {
    width: 80px;
    margin: 0;
  }
  .header .logo .wagov-logo {
    display: none;
  }
  .header .logo .dfes-logo {
    background: url(/_layouts/images/DFES.SPS2010.Website/DFES_Sprite_Sheet.png) no-repeat -17px -296px;
    background-size: 256px;
  }
  .simple-image-header .overlay .title {
    margin-left: 80px;
  }
  .button {
    background: transparent;
    border: 1px solid;
  }
  .featured-news-wrapper .featured-news-content {
    background: none !important;
  }
  .featured-news-wrapper .featured-news-content h3 a {
    color: #000 !important;
  }
  .featured-news-wrapper .featured-news-content a.button {
    border: 1px solid;
  }
  .footer {
    padding-top: 0;
  }
}
