/*Foundation settings*/
/*
    French.ie site overwrites
*/
/* settings */
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #e5f5ff;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.start {
  float: left !important; }

.end {
  float: right !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #062c51;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #bd0707; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Crete Round', Georgia, serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.6px;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.2); }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 75%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2rem;
  margin: 0 0 1.25rem; }

h2 {
  font-size: 1.625rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #aecbd6;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 75%;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: bold;
  color: #bd240d; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 2em !important;
  padding: 0 0 0 3em;
  position: relative; }
  blockquote:before {
    content: "\e6f0";
    font-size: 2em;
    color: #aecbd6;
    position: absolute;
    top: 0px;
    left: 0; }
  blockquote cite {
    display: block;
    font-size: 1rem;
    color: #636f77; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #636f77; }

blockquote, blockquote p {
  line-height: 1.8;
  color: #636f77;
  font: italic 1.5rem 'Crete Round', Georgia, serif; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.125rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.small-reset-order, .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width:40.063em) {
  .column.medium-centered, .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    position: relative;
    width: 8.33333%; }
  .medium-2 {
    position: relative;
    width: 16.66667%; }
  .medium-3 {
    position: relative;
    width: 25%; }
  .medium-4 {
    position: relative;
    width: 33.33333%; }
  .medium-5 {
    position: relative;
    width: 41.66667%; }
  .medium-6 {
    position: relative;
    width: 50%; }
  .medium-7 {
    position: relative;
    width: 58.33333%; }
  .medium-8 {
    position: relative;
    width: 66.66667%; }
  .medium-9 {
    position: relative;
    width: 75%; }
  .medium-10 {
    position: relative;
    width: 83.33333%; }
  .medium-11 {
    position: relative;
    width: 91.66667%; }
  .medium-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.medium-reset-order, .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.large-reset-order, .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.6875rem;
  padding-right: 1.375rem;
  padding-bottom: 0.75rem;
  padding-left: 1.375rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #062c51;
  border-color: #052441;
  color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.6875rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #bd0707; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #ffe293;
    border-color: #ffca43;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #bd0707; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #1d7f7f;
    border-color: #176666;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #bd0707; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #bd0707; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.3125rem;
    padding-right: 0.625rem;
    padding-bottom: 0.375rem;
    padding-left: 0.625rem;
    font-size: 0.875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #003e58;
    border-color: #003246;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #bd0707; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #003e58; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #ffe293;
      border-color: #ffca43;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #bd0707; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ffe293; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #1d7f7f;
      border-color: #176666;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #bd0707; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #1d7f7f; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf280e;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #bd0707; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: white; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: white;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #003e58;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: white; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px grey;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    background: #333333; }
    .top-bar-section ul li > a.button {
      background: #003e58;
      font-size: 1rem;
      padding-right: 15px;
      padding-left: 15px; }
      .top-bar-section ul li > a.button:hover {
        background: #002e40; }
    .top-bar-section ul li > a.button.secondary {
      background: #ffe293; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #ffd467; }
    .top-bar-section ul li > a.button.success {
      background: #1d7f7f; }
      .top-bar-section ul li > a.button.success:hover {
        background: #176464; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d4290f; }
  .top-bar-section ul li:hover > a {
    background: #006c91;
    color: white; }
  .top-bar-section ul li.active > a {
    background: #003e58;
    color: white; }
    .top-bar-section ul li.active > a:hover {
      background: #00364c; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: white;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: white; }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #006c91;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: white; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #006c91; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -2px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: white;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: #006c91;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #003e58;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0.3125rem !important;
    border: 1px solid #aecbd6; }
    .accordion dd.active {
      border-top-width: 3px; }
    .accordion dd.active a {
      background: white; }
      .accordion dd.active a:hover {
        background: white; }
      .accordion dd.active a h3:before, .accordion dd.active a h4:before {
        content: "\e661";
        margin-right: 0.5em;
        font-size: 1em;
        color: #062c51;
        -webkit-text-stroke: 0; }
    .accordion dd > a {
      background: #e3edf1;
      color: #333333;
      padding: 0.625rem;
      display: block;
      font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #d2e2e9; }
      .accordion dd > a h3, .accordion dd > a h4 {
        margin: 0; }
      .accordion dd > a h3:before, .accordion dd > a h4:before {
        content: "\e660";
        margin-right: 0.5em;
        font-size: 1em;
        color: #062c51;
        -webkit-text-stroke: 0; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: white; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0 0 -1.5625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.5625rem 1.5625rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1.5625rem 1.5625rem;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #686868; }

select {
  -webkit-appearance: none !important;
  background: #fafafa url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background: #f3f3f3 url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: white;
  border-color: #e3e3e3;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: white;
  border-color: #d6d6d6;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #dddddd; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: none 0 #dddddd;
  padding: 0;
  margin: 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error, .error .message {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error .message {
  margin-top: 1em;
  margin-bottom: 0.25em; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error label, .error label.error {
  color: #f04124; }
.error > small, .error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #686868;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.8125rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.3125rem 0.0625rem;
      color: #062c51;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    ul.pagination li:hover a, ul.pagination li a:focus {
      background: #ee0a09;
      color: black; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #ee0a09;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #ee0a09; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel, .news-related {
  border-style: solid;
  border-width: 1px;
  border-color: #aecbd6;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: white; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1.3;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #aecbd6;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #e6f8ff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1.3;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: #003e58; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #5bc4bf;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: #003e58;
    font-weight: normal;
    line-height: 2.8125rem;
    margin: 0; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1rem; }

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #3da9a3;
  box-shadow: 1px 0 0 #70ccc7;
  left: 0; }

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #7cd0cc;
  box-shadow: -1px 0 0 #266a66;
  right: 0; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width:40.063em) {
    section.tab-bar-section {
      text-align: left; } }
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.8125rem;
  padding: 0;
  color: #003e58;
  position: relative; }
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px #003e58, 1px 16px 1px 1px #003e58, 1px 22px 1px 1px #003e58;
    box-shadow: 0 10px 0 1px #003e58, 0 16px 0 1px #003e58, 0 22px 0 1px #003e58; }
  a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #faa634, 1px 16px 1px 1px #faa634, 1px 22px 1px 1px #faa634;
    box-shadow: 0 10px 0 1px #faa634, 0 16px 0 1px #faa634, 0 22px 0 1px #faa634; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #006c91;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #006c91;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    background: #006c91;
    border-top: 1px solid #00a3da;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: white;
    border-bottom: 1px solid #00526d; }
    ul.off-canvas-list li a:hover {
      background: #bd0707; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2), 4px 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }
.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2), 4px 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-left a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -250px; }
.no-csstransforms .right-off-canvas-menu {
  right: -250px; }
.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }
.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a {
      display: block;
      color: #003e58; }
    .side-nav li.active > a:first-child {
      color: #4d4d4d;
      font-weight: normal;
      font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

table {
  background: #e3edf1;
  padding: 0.25em;
  margin: 2em 0;
  width: 100%; }
  table caption {
    padding: 1em;
    border: 1px solid #e3edf1;
    border-bottom: none;
    text-align: left;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #333333; }
  table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
    padding: 1rem 0.625rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    text-align: left;
    border-bottom: 3px solid white; }
  table tr th, table tr td {
    padding: 1rem 0.625rem;
    font-size: 0.875rem;
    color: #333333;
    border-bottom: 1px solid white; }
  table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    float: left;
    border: 1px solid #aecbd6;
    border-bottom: none;
    overflow: hidden;
    margin-top: 4px;
    z-index: 0; }
    .tabs dd.active {
      margin-top: 0;
      z-index: 3; }
    .tabs dd > a {
      display: block;
      background: #062c51;
      color: white;
      padding-top: 0.5rem;
      padding-right: 1rem;
      padding-bottom: 0.5625rem;
      padding-left: 1rem;
      font-family: 'Crete Round', Georgia, serif;
      font-size: 1.375rem; }
      .tabs dd > a:hover {
        background: #042039; }
    .tabs dd.active a {
      background: white;
      color: #636f77; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1em;
  margin-top: -5px;
  z-index: 2;
  position: relative;
  border: 1px solid #aecbd6;
  background: white;
  padding: 1em; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0; }
    .tabs-content > .content.active {
      display: block;
      width: 100%; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }

/* Foundation Visibility HTML Classes */
.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, th.show-for-medium-down th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge th.hide-for-xlarge-up, th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width:40.063em) {
  /* Specific visibility for tables */
  .hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important; }
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-up, th.show-for-medium-only, th.hide-for-large, th.hide-for-large-up, th.hide-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* Large Displays: 1024px and up */
@media only screen and (min-width:64.063em) {
  /* Specific visibility for tables */
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important; }
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large, th.show-for-large-up, th.show-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* X-Large Displays: 1441 and up */
@media only screen and (min-width:90.063em) {
  /* Specific visibility for tables */
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important; }
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-large-only, th.show-for-xlarge, th.show-for-xlarge-up, th.show-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width:120.063em) {
  /* Specific visibility for tables */
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: none !important; }
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-xlarge-only, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
  background-color: #003e58;
  border-color: #00364c;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #1d7f7f;
    border-color: #196d6d;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: white; }
  .alert-box.secondary {
    background-color: #ffe293;
    border-color: #ffd05b;
    color: #896200; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #896200; }

@font-face {
  font-family: 'Crete Round';
  src: url('../fonts/creteround-italic-webfont.eot');
  src: url('../fonts/creteround-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/creteround-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Crete Round';
  src: url('../fonts/creteround-regular-webfont.eot');
  src: url('../fonts/creteround-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/creteround-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
  src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic-webfont.eot');
  src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'scoilnet';
  src: url('../fonts/scoilnet.eot?cvrlfq');
  src: url('../fonts/scoilnet.eot?#iefixcvrlfq') format('embedded-opentype'), url('../fonts/scoilnet.ttf?cvrlfq') format('truetype');
  font-weight: normal;
  font-style: normal; }

.icon, blockquote:before, .accordion dd.active a h3:before, .accordion dd.active a h4:before, .accordion dd > a h3:before, .accordion dd > a h4:before, .newsletter_radios [type="radio"]:checked + label:after, .external-link:after, .external-link-new-window:after, .news-text-wrap ul li:before, .textPanel ul li:before, .curr_contentobjective ul li:before, .news-text-wrap ol ul li:before, .textPanel ol ul li:before, .curr_contentobjective ol ul li:before, .mainsearch .ms_radios [type="radio"]:checked + label:after, .panel.edTV .date:before, .panel.edTV .tvchannel:before, .video_img_wrapper:after, .tab_drawer_heading:before {
  font-family: 'scoilnet';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon.large {
  font-size: 7em; }

.icon-glass:before {
  content: "\e600"; }

.icon-music:before {
  content: "\e601"; }

.icon-search:before {
  content: "\e602"; }

.icon-envelope:before {
  content: "\e603"; }

.icon-heart:before {
  content: "\e604"; }

.icon-star:before {
  content: "\e605"; }

.icon-star-empty:before {
  content: "\e606"; }

.icon-user:before {
  content: "\e607"; }

.icon-film:before {
  content: "\e608"; }

.icon-th:before {
  content: "\e609"; }

.icon-th-list:before {
  content: "\e60a"; }

.icon-ok:before {
  content: "\e60b"; }

.icon-remove:before {
  content: "\e60c"; }

.icon-zoom-in:before {
  content: "\e60d"; }

.icon-zoom-out:before {
  content: "\e60e"; }

.icon-off:before {
  content: "\e60f"; }

.icon-signal:before {
  content: "\e610"; }

.icon-cog:before {
  content: "\e611"; }

.icon-trash:before {
  content: "\e612"; }

.icon-home:before {
  content: "\e613"; }

.icon-file:before {
  content: "\e614"; }

.icon-time:before {
  content: "\e615"; }

.icon-road:before {
  content: "\e616"; }

.icon-download-alt:before {
  content: "\e617"; }

.icon-download:before {
  content: "\e618"; }

.icon-upload:before {
  content: "\e619"; }

.icon-inbox:before {
  content: "\e61a"; }

.icon-play-circle:before {
  content: "\e61b"; }

.icon-repeat:before {
  content: "\e61c"; }

.icon-refresh:before {
  content: "\e61d"; }

.icon-list-alt:before {
  content: "\e61e"; }

.icon-lock:before {
  content: "\e61f"; }

.icon-flag:before {
  content: "\e620"; }

.icon-headphones:before {
  content: "\e621"; }

.icon-volume-off:before {
  content: "\e622"; }

.icon-volume-down:before {
  content: "\e623"; }

.icon-volume-up:before {
  content: "\e624"; }

.icon-qrcode:before {
  content: "\e625"; }

.icon-barcode:before {
  content: "\e626"; }

.icon-tag:before {
  content: "\e627"; }

.icon-tags:before {
  content: "\e628"; }

.icon-book:before {
  content: "\e629"; }

.icon-bookmark:before {
  content: "\e62a"; }

.icon-print:before {
  content: "\e62b"; }

.icon-camera:before {
  content: "\e62c"; }

.icon-font:before {
  content: "\e62d"; }

.icon-bold:before {
  content: "\e62e"; }

.icon-italic:before {
  content: "\e62f"; }

.icon-text-height:before {
  content: "\e630"; }

.icon-text-width:before {
  content: "\e631"; }

.icon-align-left:before {
  content: "\e632"; }

.icon-align-center:before {
  content: "\e633"; }

.icon-align-right:before {
  content: "\e634"; }

.icon-align-justify:before {
  content: "\e635"; }

.icon-list:before {
  content: "\e636"; }

.icon-indent-left:before {
  content: "\e637"; }

.icon-indent-right:before {
  content: "\e638"; }

.icon-facetime-video:before {
  content: "\e639"; }

.icon-picture:before {
  content: "\e63a"; }

.icon-pencil:before {
  content: "\e63b"; }

.icon-map-marker:before {
  content: "\e63c"; }

.icon-adjust:before {
  content: "\e63d"; }

.icon-tint:before {
  content: "\e63e"; }

.icon-edit:before {
  content: "\e63f"; }

.icon-share:before {
  content: "\e640"; }

.icon-check:before {
  content: "\e641"; }

.icon-move:before {
  content: "\e642"; }

.icon-step-backward:before {
  content: "\e643"; }

.icon-fast-backward:before {
  content: "\e644"; }

.icon-backward:before {
  content: "\e645"; }

.icon-play:before {
  content: "\e646"; }

.icon-pause:before {
  content: "\e647"; }

.icon-stop:before {
  content: "\e648"; }

.icon-forward:before {
  content: "\e649"; }

.icon-fast-forward:before {
  content: "\e64a"; }

.icon-step-forward:before {
  content: "\e64b"; }

.icon-eject:before {
  content: "\e64c"; }

.icon-chevron-left:before {
  content: "\e64d"; }

.icon-chevron-right:before {
  content: "\e64e"; }

.icon-plus-sign:before {
  content: "\e64f"; }

.icon-minus-sign:before {
  content: "\e650"; }

.icon-remove-sign:before {
  content: "\e651"; }

.icon-ok-sign:before {
  content: "\e652"; }

.icon-question-sign:before {
  content: "\e653"; }

.icon-info-sign:before {
  content: "\e654"; }

.icon-screenshot:before {
  content: "\e655"; }

.icon-remove-circle:before {
  content: "\e656"; }

.icon-ok-circle:before {
  content: "\e657"; }

.icon-ban-circle:before {
  content: "\e658"; }

.icon-arrow-left:before {
  content: "\e659"; }

.icon-arrow-right:before {
  content: "\e65a"; }

.icon-arrow-up:before {
  content: "\e65b"; }

.icon-arrow-down:before {
  content: "\e65c"; }

.icon-share-alt:before {
  content: "\e65d"; }

.icon-resize-full:before {
  content: "\e65e"; }

.icon-resize-small:before {
  content: "\e65f"; }

.icon-plus:before {
  content: "\e660"; }

.icon-minus:before {
  content: "\e661"; }

.icon-asterisk:before {
  content: "\e662"; }

.icon-exclamation-sign:before {
  content: "\e663"; }

.icon-gift:before {
  content: "\e664"; }

.icon-leaf:before {
  content: "\e665"; }

.icon-fire:before {
  content: "\e666"; }

.icon-eye-open:before {
  content: "\e667"; }

.icon-eye-close:before {
  content: "\e668"; }

.icon-warning-sign:before {
  content: "\e669"; }

.icon-plane:before {
  content: "\e66a"; }

.icon-calendar:before {
  content: "\e66b"; }

.icon-random:before {
  content: "\e66c"; }

.icon-comment:before {
  content: "\e66d"; }

.icon-magnet:before {
  content: "\e66e"; }

.icon-chevron-up:before {
  content: "\e66f"; }

.icon-chevron-down:before {
  content: "\e670"; }

.icon-retweet:before {
  content: "\e671"; }

.icon-shopping-cart:before {
  content: "\e672"; }

.icon-folder-close:before {
  content: "\e673"; }

.icon-folder-open:before {
  content: "\e674"; }

.icon-resize-vertical:before {
  content: "\e675"; }

.icon-resize-horizontal:before {
  content: "\e676"; }

.icon-bar-chart:before {
  content: "\e677"; }

.icon-twitter-sign:before {
  content: "\e678"; }

.icon-facebook-sign:before {
  content: "\e679"; }

.icon-camera-retro:before {
  content: "\e67a"; }

.icon-key:before {
  content: "\e67b"; }

.icon-cogs:before {
  content: "\e67c"; }

.icon-comments:before {
  content: "\e67d"; }

.icon-thumbs-up:before {
  content: "\e67e"; }

.icon-thumbs-down:before {
  content: "\e67f"; }

.icon-star-half:before {
  content: "\e680"; }

.icon-heart-empty:before {
  content: "\e681"; }

.icon-signout:before {
  content: "\e682"; }

.icon-linkedin-sign:before {
  content: "\e683"; }

.icon-pushpin:before {
  content: "\e684"; }

.icon-external-link:before {
  content: "\e685"; }

.icon-signin:before {
  content: "\e686"; }

.icon-trophy:before {
  content: "\e687"; }

.icon-github-sign:before {
  content: "\e688"; }

.icon-upload-alt:before {
  content: "\e689"; }

.icon-lemon:before {
  content: "\e68a"; }

.icon-phone:before {
  content: "\e68b"; }

.icon-check-empty:before {
  content: "\e68c"; }

.icon-bookmark-empty:before {
  content: "\e68d"; }

.icon-phone-sign:before {
  content: "\e68e"; }

.icon-twitter:before {
  content: "\e68f"; }

.icon-facebook:before {
  content: "\e690"; }

.icon-github:before {
  content: "\e691"; }

.icon-unlock:before {
  content: "\e692"; }

.icon-credit:before {
  content: "\e693"; }

.icon-rss:before {
  content: "\e694"; }

.icon-hdd:before {
  content: "\e695"; }

.icon-bullhorn:before {
  content: "\e696"; }

.icon-bell:before {
  content: "\e697"; }

.icon-certificate:before {
  content: "\e698"; }

.icon-hand-right:before {
  content: "\e699"; }

.icon-hand-left:before {
  content: "\e69a"; }

.icon-hand-up:before {
  content: "\e69b"; }

.icon-hand-down:before {
  content: "\e69c"; }

.icon-circle-arrow-left:before {
  content: "\e69d"; }

.icon-circle-arrow-right:before {
  content: "\e69e"; }

.icon-circle-arrow-up:before {
  content: "\e69f"; }

.icon-circle-arrow-down:before {
  content: "\e6a0"; }

.icon-globe:before {
  content: "\e6a1"; }

.icon-wrench:before {
  content: "\e6a2"; }

.icon-tasks:before {
  content: "\e6a3"; }

.icon-filter:before {
  content: "\e6a4"; }

.icon-briefcase:before {
  content: "\e6a5"; }

.icon-fullscreen:before {
  content: "\e6a6"; }

.icon-group:before {
  content: "\e6a7"; }

.icon-link:before {
  content: "\e6a8"; }

.icon-cloud:before {
  content: "\e6a9"; }

.icon-beaker:before {
  content: "\e6aa"; }

.icon-cut:before {
  content: "\e6ab"; }

.icon-copy:before {
  content: "\e6ac"; }

.icon-paper-clip:before {
  content: "\e6ad"; }

.icon-save:before {
  content: "\e6ae"; }

.icon-sign-blank:before {
  content: "\e6af"; }

.icon-reorder:before {
  content: "\e6b0"; }

.icon-list-ul:before {
  content: "\e6b1"; }

.icon-list-ol:before {
  content: "\e6b2"; }

.icon-strikethrough:before {
  content: "\e6b3"; }

.icon-underline:before {
  content: "\e6b4"; }

.icon-table:before {
  content: "\e6b5"; }

.icon-magic:before {
  content: "\e6b6"; }

.icon-truck:before {
  content: "\e6b7"; }

.icon-pinterest:before {
  content: "\e6b8"; }

.icon-pinterest-sign:before {
  content: "\e6b9"; }

.icon-google-plus-sign:before {
  content: "\e6ba"; }

.icon-google-plus:before {
  content: "\e6bb"; }

.icon-money:before {
  content: "\e6bc"; }

.icon-caret-down:before {
  content: "\e6bd"; }

.icon-caret-up:before {
  content: "\e6be"; }

.icon-caret-left:before {
  content: "\e6bf"; }

.icon-caret-right:before {
  content: "\e6c0"; }

.icon-columns:before {
  content: "\e6c1"; }

.icon-sort:before {
  content: "\e6c2"; }

.icon-sort-down:before {
  content: "\e6c3"; }

.icon-sort-up:before {
  content: "\e6c4"; }

.icon-envelope-alt:before {
  content: "\e6c5"; }

.icon-linkedin:before {
  content: "\e6c6"; }

.icon-undo:before {
  content: "\e6c7"; }

.icon-legal:before {
  content: "\e6c8"; }

.icon-dashboard:before {
  content: "\e6c9"; }

.icon-comment-alt:before {
  content: "\e6ca"; }

.icon-comments-alt:before {
  content: "\e6cb"; }

.icon-bolt:before {
  content: "\e6cc"; }

.icon-sitemap:before {
  content: "\e6cd"; }

.icon-umbrella:before {
  content: "\e6ce"; }

.icon-paste:before {
  content: "\e6cf"; }

.icon-lightbulb:before {
  content: "\e6d0"; }

.icon-exchange:before {
  content: "\e6d1"; }

.icon-cloud-download:before {
  content: "\e6d2"; }

.icon-cloud-upload:before {
  content: "\e6d3"; }

.icon-user-md:before {
  content: "\e6d4"; }

.icon-stethoscope:before {
  content: "\e6d5"; }

.icon-suitcase:before {
  content: "\e6d6"; }

.icon-bell-alt:before {
  content: "\e6d7"; }

.icon-coffee:before {
  content: "\e6d8"; }

.icon-food:before {
  content: "\e6d9"; }

.icon-file-alt:before {
  content: "\e6da"; }

.icon-building:before {
  content: "\e6db"; }

.icon-hospital:before {
  content: "\e6dc"; }

.icon-ambulance:before {
  content: "\e6dd"; }

.icon-medkit:before {
  content: "\e6de"; }

.icon-fighter-jet:before {
  content: "\e6df"; }

.icon-beer:before {
  content: "\e6e0"; }

.icon-h-sign:before {
  content: "\e6e1"; }

.icon-plus-sign2:before {
  content: "\e6e2"; }

.icon-double-angle-left:before {
  content: "\e6e3"; }

.icon-double-angle-right:before {
  content: "\e6e4"; }

.icon-double-angle-up:before {
  content: "\e6e5"; }

.icon-double-angle-down:before {
  content: "\e6e6"; }

.icon-angle-left:before {
  content: "\e6e7"; }

.icon-angle-right:before {
  content: "\e6e8"; }

.icon-angle-up:before {
  content: "\e6e9"; }

.icon-angle-down:before {
  content: "\e6ea"; }

.icon-desktop:before {
  content: "\e6eb"; }

.icon-laptop:before {
  content: "\e6ec"; }

.icon-tablet:before {
  content: "\e6ed"; }

.icon-mobile:before {
  content: "\e6ee"; }

.icon-circle-blank:before {
  content: "\e6ef"; }

.icon-quote-left:before {
  content: "\e6f0"; }

.icon-quote-right:before {
  content: "\e6f1"; }

.icon-spinner:before {
  content: "\e6f2"; }

.icon-circle:before {
  content: "\e6f3"; }

.icon-reply:before {
  content: "\e6f4"; }

.icon-github-alt:before {
  content: "\e6f5"; }

.icon-folder-close-alt:before {
  content: "\e6f6"; }

.icon-folder-open-alt:before {
  content: "\e6f7"; }

.icon-expand-alt:before {
  content: "\e6f8"; }

.icon-collapse-alt:before {
  content: "\e6f9"; }

.icon-smile:before {
  content: "\e6fa"; }

.icon-frown:before {
  content: "\e6fb"; }

.icon-meh:before {
  content: "\e6fc"; }

.icon-gamepad:before {
  content: "\e6fd"; }

.icon-keyboard:before {
  content: "\e6fe"; }

.icon-flag-alt:before {
  content: "\e6ff"; }

.icon-flag-checkered:before {
  content: "\e700"; }

.icon-terminal:before {
  content: "\e701"; }

.icon-code:before {
  content: "\e702"; }

.icon-reply-all:before {
  content: "\e703"; }

.icon-star-half-full:before {
  content: "\e704"; }

.icon-location-arrow:before {
  content: "\e705"; }

.icon-crop:before {
  content: "\e706"; }

.icon-code-fork:before {
  content: "\e707"; }

.icon-unlink:before {
  content: "\e708"; }

.icon-question:before {
  content: "\e709"; }

.icon-info:before {
  content: "\e70a"; }

.icon-exclamation:before {
  content: "\e70b"; }

.icon-superscript:before {
  content: "\e70c"; }

.icon-subscript:before {
  content: "\e70d"; }

.icon-eraser:before {
  content: "\e70e"; }

.icon-puzzle:before {
  content: "\e70f"; }

.icon-microphone:before {
  content: "\e710"; }

.icon-microphone-off:before {
  content: "\e711"; }

.icon-shield:before {
  content: "\e712"; }

.icon-calendar-empty:before {
  content: "\e713"; }

.icon-fire-extinguisher:before {
  content: "\e714"; }

.icon-rocket:before {
  content: "\e715"; }

.icon-maxcdn:before {
  content: "\e716"; }

.icon-chevron-sign-left:before {
  content: "\e717"; }

.icon-chevron-sign-right:before {
  content: "\e718"; }

.icon-chevron-sign-up:before {
  content: "\e719"; }

.icon-chevron-sign-down:before {
  content: "\e71a"; }

.icon-html5:before {
  content: "\e71b"; }

.icon-css3:before {
  content: "\e71c"; }

.icon-anchor:before {
  content: "\e71d"; }

.icon-unlock-alt:before {
  content: "\e71e"; }

.icon-bullseye:before {
  content: "\e71f"; }

.icon-ellipsis-horizontal:before {
  content: "\e720"; }

.icon-ellipsis-vertical:before {
  content: "\e721"; }

.icon-rss-sign:before {
  content: "\e722"; }

.icon-play-sign:before {
  content: "\e723"; }

.icon-ticket:before {
  content: "\e724"; }

.icon-minus-sign-alt:before {
  content: "\e725"; }

.icon-check-minus:before {
  content: "\e726"; }

.icon-level-up:before {
  content: "\e727"; }

.icon-level-down:before {
  content: "\e728"; }

.icon-check-sign:before {
  content: "\e729"; }

.icon-edit-sign:before {
  content: "\e72a"; }

.icon-external-link-sign:before {
  content: "\e72b"; }

.icon-share-sign:before {
  content: "\e72c"; }

.icon-compass:before {
  content: "\e72d"; }

.icon-collapse:before {
  content: "\e72e"; }

.icon-collapse-top:before {
  content: "\e72f"; }

.icon-expand:before {
  content: "\e730"; }

.icon-euro:before {
  content: "\e731"; }

.icon-gbp:before {
  content: "\e732"; }

.icon-dollar:before {
  content: "\e733"; }

.icon-rupee:before {
  content: "\e734"; }

.icon-yen:before {
  content: "\e735"; }

.icon-renminbi:before {
  content: "\e736"; }

.icon-won:before {
  content: "\e737"; }

.icon-bitcoin:before {
  content: "\e738"; }

.icon-file2:before {
  content: "\e739"; }

.icon-file-text:before {
  content: "\e73a"; }

.icon-sort-by-alphabet:before {
  content: "\e73b"; }

.icon-sort-by-alphabet-alt:before {
  content: "\e73c"; }

.icon-sort-by-attributes:before {
  content: "\e73d"; }

.icon-sort-by-attributes-alt:before {
  content: "\e73e"; }

.icon-sort-by-order:before {
  content: "\e73f"; }

.icon-sort-by-order-alt:before {
  content: "\e740"; }

.icon-thumbs-up2:before {
  content: "\e741"; }

.icon-thumbs-down2:before {
  content: "\e742"; }

.icon-youtube-sign:before {
  content: "\e743"; }

.icon-youtube:before {
  content: "\e744"; }

.icon-xing:before {
  content: "\e745"; }

.icon-xing-sign:before {
  content: "\e746"; }

.icon-youtube-play:before {
  content: "\e747"; }

.icon-dropbox:before {
  content: "\e748"; }

.icon-stackexchange:before {
  content: "\e749"; }

.icon-instagram:before {
  content: "\e74a"; }

.icon-flickr:before {
  content: "\e74b"; }

.icon-adn:before {
  content: "\e74c"; }

.icon-bitbucket:before {
  content: "\e74d"; }

.icon-bitbucket-sign:before {
  content: "\e74e"; }

.icon-tumblr:before {
  content: "\e74f"; }

.icon-tumblr-sign:before {
  content: "\e750"; }

.icon-long-arrow-down:before {
  content: "\e751"; }

.icon-long-arrow-up:before {
  content: "\e752"; }

.icon-long-arrow-left:before {
  content: "\e753"; }

.icon-long-arrow-right:before {
  content: "\e754"; }

.icon-apple:before {
  content: "\e755"; }

.icon-windows:before {
  content: "\e756"; }

.icon-android:before {
  content: "\e757"; }

.icon-linux:before {
  content: "\e758"; }

.icon-dribbble:before {
  content: "\e759"; }

.icon-skype:before {
  content: "\e75a"; }

.icon-foursquare:before {
  content: "\e75b"; }

.icon-trello:before {
  content: "\e75c"; }

.icon-female:before {
  content: "\e75d"; }

.icon-male:before {
  content: "\e75e"; }

.icon-gittip:before {
  content: "\e75f"; }

.icon-sun:before {
  content: "\e760"; }

.icon-moon:before {
  content: "\e761"; }

.icon-archive:before {
  content: "\e762"; }

.icon-bug:before {
  content: "\e763"; }

.icon-vk:before {
  content: "\e764"; }

.icon-weibo:before {
  content: "\e765"; }

.icon-renren:before {
  content: "\e766"; }

.icon-th-large:before {
  content: "\e767"; }

.icon-share2:before {
  content: "\e768"; }

/**************************************/
/* Default styles for footer */
/**************************************/
footer[role=contentinfo] {
  color: white; }
  footer[role=contentinfo] h1, footer[role=contentinfo] h2, footer[role=contentinfo] h3, footer[role=contentinfo] h4, footer[role=contentinfo] h5, footer[role=contentinfo] h6, footer[role=contentinfo] p, footer[role=contentinfo] label {
    color: white;
    text-shadow: none;
    -webkit-text-stroke: 0; }
  footer[role=contentinfo] p {
    font-size: 0.865em; }
  footer[role=contentinfo] .button {
    background-color: #003e58; }
    footer[role=contentinfo] .button:hover {
      background-color: #bd0707; }

.middle-footer {
  background: #062c51;
  padding: 1em 0 0; }
  .middle-footer a {
    color: white; }
  .middle-footer a:hover {
    color: #bd0707; }

.sitemap-wrapper {
  border-top: 1px solid #ee0a09;
  margin-top: 1em;
  overflow: hidden; }

.footer-sitemap {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  margin-bottom: -99999px;
  padding-bottom: 99999px; }
  .footer-sitemap.fs_3 {
    border-right: none; }

@media only screen and (min-width:40.063em) {
  .footer-sitemap {
    border-right: 1px solid #ee0a09; } }

.fs_1 {
  background: url(../images/sitemap-tree.png) no-repeat center 1em; }

.fs_2 {
  background: url(../images/sitemap-hazelnut.png) no-repeat center 50px; }

.fs_3 {
  background: url(../images/sitemap-screen.png) no-repeat center 45px; }

.footer-sitemap-ul {
  margin-bottom: 2em; }
  .footer-sitemap-ul li {
    padding: 0.25em 0; }

/*Newsletter Radio Buttons - had to add this because of portrait tablet layout*/
.newsletter_radios ul {
  list-style-type: none;
  margin-left: 0; }
  .newsletter_radios ul li {
    display: inline; }

.newsletter_submit {
  margin-bottom: 0; }

@media only screen and (min-width:64.063em) {
  .newsletter_radios [type="radio"]:not(:checked), .newsletter_radios [type="radio"]:checked {
    position: absolute;
    left: -9999px; }
  .newsletter_radios [type="radio"]:not(:checked) + label, .newsletter_radios [type="radio"]:checked + label {
    position: relative;
    padding-left: 18px;
    padding-top: 2px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0.5em;
    font-size: 85%;
    color: white; }
  .newsletter_radios [type="radio"]:not(:checked) + label:before, .newsletter_radios [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 100px; }
  .newsletter_radios [type="radio"]:not(:checked) + label:hover:before {
    border: 3px solid #ee0a09; }
  .newsletter_radios [type="radio"]:checked + label:before {
    background: #ee0a09;
    border-color: #ee0a09; }
  .newsletter_radios [type="radio"]:checked + label:after {
    content: "\e60b";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px; } }

.bottom-footer {
  background-color: white;
  padding: 2em 0;
  color: #333333;
  text-align: center; }
  .bottom-footer .medium-4 {
    margin-bottom: 1em; }

.top-footer {
  margin-top: -243px;
  position: relative; }

.footer_illustration {
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  border-collapse: collapse; }
  .footer_illustration td {
    padding: 0;
    vertical-align: bottom;
    line-height: 0;
    border: none; }

.tree_shadow {
  display: block;
  position: absolute;
  width: 357px;
  height: 196px;
  background: url(../images/tree-shadow.png) no-repeat;
  bottom: -196px;
  left: 0; }

.twitter-tree {
  display: block;
  position: relative;
  width: 220px;
  height: 243px;
  background: url(../images/footer-tree.png) no-repeat; }

.twitter_btn {
  display: block;
  width: 90px;
  height: 100px;
  background: url(../images/twitters.png) no-repeat;
  text-indent: -10001px;
  position: absolute; }
  .twitter_btn.primary_twitter {
    background-position: 0 -100px;
    bottom: 15px;
    left: 20px; }
    .twitter_btn.primary_twitter:hover {
      background-position: -90px -100px; }
  .twitter_btn.post_primary_twitter {
    bottom: 15px;
    right: 0; }
    .twitter_btn.post_primary_twitter:hover {
      background-position: -90px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  /* Retina-specific stuff here */
  .fs_1 {
    background-image: url(../images/sitemap-tree@2x.png);
    background-size: 73px 107px; }
  .fs_2 {
    background-image: url(../images/sitemap-hazelnut@2x.png);
    background-size: 53px 52px; }
  .fs_3 {
    background-image: url(../images/sitemap-screen@2x.png);
    background-size: 71px 69px; }
  .tree_shadow {
    background-image: url(../images/tree-shadow@2x.png);
    background-size: 357px 196px; }
  .twitter-tree {
    background-image: url(../images/footer-tree@2x.png);
    background-size: 220px 243px; }
  .twitter_btn {
    background-image: url(../images/twitters@2x.png);
    background-size: 180px 200px; } }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-justify {
  text-align: justify; }

.divider {
  margin: 2em 0; }
  .divider.compact {
    margin: 1em 0; }
    .divider.compact hr {
      margin: 0; }
  .divider.clean {
    border: none; }
  .divider.clean.compact {
    border: none;
    margin: 1em 0; }

.greyedout {
  background-color: #dddddd; }
  .greyedout td, .greyedout th {
    color: white; }

.editprofile th {
  width: 20%;
  text-align: left; }

.loading {
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  padding: 1em;
  padding-left: 3em;
  background: white url(../images/ajax-loader.gif) no-repeat 1em 50%;
  border: 1px dashed #aecbd6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .loading.is_relative {
    position: relative; }

.loadmask-label {
  background: url(../images/ajax-loader.gif) no-repeat;
  padding: 0 0 1em 25px; }

.cloud {
  background: url(../images/cloud.svg) no-repeat;
  background-size: 100% 100%;
  padding-top: 25px;
  margin-bottom: 2em;
  text-align: center;
  width: 100%; }

.no-svg .cloud {
  background-image: url(../images/cloud.png); }

.addthis_toolbox {
  margin: 10px auto 0; }

.hidevisually {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px; }

/* NOSCRIPT NOTICE */
noscript {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 50px;
  text-align: center;
  background-color: #f68b1f;
  z-index: 99; }

#_atssh {
  top: 0; }

@media only screen and (min-width:40.063em) {
  .cloud {
    padding-top: 50px; } }

@media only screen and (min-width:64.063em) {
  .addthis_toolbox {
    width: 300px;
    margin: 0;
    float: right; } }

html {
  overflow-y: scroll; }

/*body{
	overflow-x: hidden;
}*/
/* QUERIES FOR MOBILE (ALL ORIENTATIONS) ONLY */
@media only screen and (max-width: 40em) {
  /* Calender Single Item */
  /*Single News Item*/
  .tx-fr-calendar .button {
    margin: 0 auto;
    display: block; }
  .news .footer span {
    display: block;
    border: none; } }

/* QUERIES FOR MOBILE (PORTRAIT) ONLY */
@media only screen and (max-width: 40em) and (orientation: portrait) {
  /*Latest / MostViewed*/
  /*Search Results*/
  .recent-resources .r_curriculum {
    margin-left: 20px; }
  table.contenttable {
    overflow-x: scroll;
    display: block; }
  .best-filters {
    width: 75%; }
  .best-filters dd {
    display: block;
    clear: both;
    margin-top: 0;
    width: 100%; }
  .f_block_title {
    padding: 0.625rem 0;
    font-weight: bold;
    text-align: center; }
  .list_of_resources_wrapper aside {
    background-color: #e5f5ff;
    padding: 5px; }
  #show_filters, #hide_filters {
    margin: 0px; }
  .third_party_services {
    display: none; }
  .archive-years > li {
    list-style: none;
    float: none;
    margin-left: 1.375rem;
    display: block; } }

/* QUERIES FOR TABLET (PORTRAIT) ONLY */
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* Newsletter Radio Buttons */
  /*Search Results*/
  .newsletter_radios ul li {
    display: block; }
  .results_info > div:first-child {
    padding-right: 0; }
  #pager_count {
    margin-bottom: 0; }
  .ul_britannica {
    margin-left: 10px !important; }
  .third_party_services li img {
    display: block; } }

::-webkit-input-placeholder {
  color: #839097;
  text-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #839097;
  text-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #839097;
  text-style: italic; }

:-ms-input-placeholder {
  color: #839097;
  text-style: italic; }

h4, h5, h6 {
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

figure {
  display: block;
  margin: 0; }

.csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin-right: 0 !important;
  overflow: hidden; }

.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 0 !important;
  overflow: hidden; }

.csc-header-alignment-center {
  text-align: center; }

.csc-header-alignment-right {
  text-align: right; }

.csc-header-alignment-left {
  text-align: left; }

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
  overflow: hidden; }

div.csc-textpic .csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0; }

div.csc-textpic .csc-textpic-imagewrap table tr td {
  padding: 0;
  vertical-align: top; }

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  display: block;
  margin: 0; }

div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c {
  text-align: center; }

div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r {
  text-align: right; }

div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l {
  text-align: left; }

div.csc-textpic div.csc-textpic-imagecolumn {
  float: left; }

div.csc-textpic .csc-textpic-imagewrap img {
  border: medium none;
  display: block; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 0; }

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 10px; }

div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0; }

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px; }

div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 10px; }

div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
  text-align: center;
  display: block; }
  div.csc-textpic-center .csc-textpic-imagewrap img, div.csc-textpic-center figure.csc-textpic-imagewrap img {
    display: inline-block; }

div.csc-textpic-right .csc-textpic-imagewrap {
  float: right; }

div.csc-textpic-right div.csc-textpic-text {
  clear: right; }

div.csc-textpic-left .csc-textpic-imagewrap {
  float: left; }

div.csc-textpic-left div.csc-textpic-text {
  clear: left; }

div.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left; }

div.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right; }

div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  float: right; }

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left; }

div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
  margin-bottom: 0; }

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
  overflow: auto;
  padding-left: 40px; }

/* For links that are too long to display on one line */
.content_wrapper a {
  word-wrap: break-word; }

.external-link:after, .external-link-new-window:after {
  content: "\e685";
  margin-left: 0.5em;
  font-size: 1em; }

.videowrap {
  margin: 0;
  padding: 1px;
  border: 2px solid #aecbd6;
  display: block;
  overflow: hidden; }
  .videowrap .flex-video {
    margin-bottom: 0; }
  .videowrap figcaption {
    display: block; }

.news-text-wrap ul, .textPanel ul, .curr_contentobjective ul {
  list-style: none;
  margin: 1em 0; }
  .news-text-wrap ul.pdf li:before, .textPanel ul.pdf li:before, .curr_contentobjective ul.pdf li:before {
    content: '\e73a'; }
  .news-text-wrap ul ul, .textPanel ul ul, .curr_contentobjective ul ul {
    margin: 0.5em 0; }
  .news-text-wrap ul li, .textPanel ul li, .curr_contentobjective ul li {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative; }
    .news-text-wrap ul li:before, .textPanel ul li:before, .curr_contentobjective ul li:before {
      content: "\e65a";
      font-size: 1em;
      color: #aecbd6;
      position: absolute;
      top: 4px;
      left: 0; }
  .news-text-wrap ul ol, .textPanel ul ol, .curr_contentobjective ul ol {
    margin: 0.5em 0; }
    .news-text-wrap ul ol li:before, .textPanel ul ol li:before, .curr_contentobjective ul ol li:before {
      font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.news-text-wrap ol, .textPanel ol, .curr_contentobjective ol {
  list-style: none;
  margin: 2em 0;
  counter-reset: ordered-counter; }
  .news-text-wrap ol ol, .news-text-wrap ol ul, .textPanel ol ol, .textPanel ol ul, .curr_contentobjective ol ol, .curr_contentobjective ol ul {
    margin: 0.5em 0; }
  .news-text-wrap ol ul li:before, .textPanel ol ul li:before, .curr_contentobjective ol ul li:before {
    content: "\e65a";
    font-size: 1em;
    color: #aecbd6;
    position: absolute;
    top: 4px;
    left: 0; }
  .news-text-wrap ol li, .textPanel ol li, .curr_contentobjective ol li {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative; }
    .news-text-wrap ol li:before, .textPanel ol li:before, .curr_contentobjective ol li:before {
      content: counter(ordered-counter) '.';
      counter-increment: ordered-counter;
      font-size: 1.4em;
      line-height: 1;
      font-weight: bold;
      color: #aecbd6;
      position: absolute;
      top: 0px;
      left: 0; }

.textPanel .csc-textpic-imagewrap {
  margin: 0 0 1em 0;
  padding: 1px;
  border: 2px solid #aecbd6;
  background: white;
  display: block;
  overflow: hidden; }

.csc-textpic-caption {
  color: #636f77;
  padding: 1em 1em 0.5em;
  clear: both;
  font-size: 0.875rem;
  text-align: left; }

.csc-textpic-intext-left-nowrap .csc-textpic-last {
  margin-bottom: 0 !important; }

/* Less than ie9 show info to upgrade */
.no-canvas .browsehappy {
  display: block;
  width: 30em;
  margin: 0 auto; }
.no-canvas .browsehappy_logo {
  margin: 50px 0; }
.no-canvas .scoilnet_container {
  display: none; }
.no-canvas .button {
  padding: 1em;
  margin: 1em; }
.no-canvas .panel, .no-canvas .news-related {
  padding: 1em; }
.no-canvas h1 {
  margin-bottom: 1em; }

/**************************************/
/* Default styles for news extension */
/**************************************/
/* list-news-item */
.news-list-item .teaser-text p {
  /* Appends '...' to the 2nd line and hides the rest. */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-list-date {
  margin-bottom: 0.5rem; }

.news-list-item a {
  display: block; }

.news-list-item a:hover .news-img-wrap {
  border-color: #bd0707; }

.news-list-item a p, .news-list-item a:hover p, .news-list-item a .news-list-date, .news-list-item a:hover .news-list-date {
  color: #636f77;
  font-size: 0.875rem; }

.news-list-item a h4 {
  color: #062c51; }

.news-list-item a .teaser-text p {
  color: #333333; }

.news-list-item a:hover h4 {
  color: #bd0707; }

.news-list-item .news-img-wrap img {
  width: 100%; }

@media only screen and (max-width: 40em) {
  .news-list-item .news-img-wrap {
    width: 100%; } }

/* single-news-item */
.news-single .footer {
  border-bottom: 1px solid #aecbd6;
  margin-bottom: 1em; }

.news-single .footer .news-article-detail li {
  display: inline-block; }

.news-single .addthis_toolbox {
  margin-bottom: 1em; }

.news-single .mediaelement img {
  width: 100%; }

.news-list-item {
  border-bottom: 1px solid #aecbd6;
  padding: 1em 0; }
  .news-list-item:first-child {
    padding-top: 0; }
  .news-list-item:last-child {
    border-bottom: none; }

.news-list-date {
  display: block;
  color: #636f77;
  margin-top: 3px; }

.news .clear {
  clear: both; }

.news-img-wrap a {
  display: block;
  float: left;
  padding: 1px;
  border: 2px solid #aecbd6;
  background: white; }

.news-img-wrap img {
  float: left;
  height: auto; }

.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #aecbd6; }

.news .footer span:last-child {
  border-right: 0; }

.news .footer .news-category a {
  text-transform: uppercase; }

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px; }

.news-category-view ul li li {
  padding: 2px 8px 2px 12px; }

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #dddddd; }

.news-browsebox {
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid #eeeeee; }

.news-browsebox ul li {
  margin: 0 5px; }

.news-browsebox ul .prev {
  margin-right: 20px;
  margin-left: 0; }

.news-browsebox ul .current-page a {
  font-weight: bold; }

.news-browsebox ul .next {
  margin-left: 20px;
  margin-right: 0; }

/* single view */
.news-img-wrap {
  margin: 0 0 1em 0;
  padding: 1px;
  border: 2px solid #aecbd6;
  background: white;
  display: block;
  overflow: hidden; }

.news-single .news-img-wrap a {
  border: none; }

.news-single .teaser-text p {
  font-size: 1.125rem; }

.news-text-wrap {
  margin-bottom: 10px; }

.news-single .article .news-img-wrap img {
  float: none; }

.news-img-caption {
  color: #636f77;
  padding: 1em 1em 0.5em;
  clear: both;
  font-size: 0.875rem; }

/* related news + files */
.news-related-wrap {
  overflow: hidden;
  margin: 1em 0; }

.news-related {
  width: 100%;
  min-height: 115px; }
  .news-related:last-child {
    margin-right: 0; }
  .news-related ul {
    margin: 0 !important;
    list-style-type: none; }
    .news-related ul li {
      line-height: 1.2;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #aecbd6; }
      .news-related ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .news-related ul li:before {
        top: 1px !important; }
      .news-related ul li span {
        border-right: 1px solid #aecbd6;
        display: inline-block;
        margin-right: 8px;
        padding-right: 8px;
        color: #636f77; }
        .news-related ul li span:last-child {
          border-right: 0;
          padding-right: 0; }
  .news-related h4 {
    margin-bottom: 10px; }

.news-related-files ul li {
  margin-bottom: 20px; }

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

/* --------------------------- */
.news .page-navigation {
  margin-top: 10px; }
  .news .page-navigation p {
    float: left; }
  .news .page-navigation ul {
    float: right; }
    .news .page-navigation ul li {
      float: left;
      display: block; }
      .news .page-navigation ul li a {
        display: block;
        padding: 1px 5px; }

.news-clear {
  clear: both; }

.news .no-news-found {
  color: #db0202;
  font-style: italic; }

.news-list-view .videoCaption {
  display: none; }

.mainsearch {
  background-color: #062c51;
  margin-bottom: 0;
  text-align: center; }
  .mainsearch .ms_radios {
    border: none;
    margin: 0;
    padding: 1em 0 0;
    float: left; }
    .mainsearch .ms_radios label {
      margin-left: 0;
      margin-right: 0.5em;
      font-size: 85%;
      color: white; }
  .mainsearch .ms_submit {
    width: 41px;
    height: 41px;
    border-radius: 1000px;
    padding: 0;
    background: #ee0a09 url(../images/search-icon.svg) no-repeat center;
    background-size: 22px 22px;
    margin-top: 5px;
    margin-bottom: 0;
    float: right;
    text-indent: -10001px; }
    .mainsearch .ms_submit:hover {
      background-color: #ee0a09; }
  .mainsearch .no-svg .ms_submit {
    background-image: url(../images/search-icon.png); }

.ms_form {
  margin: 0;
  padding: 1em;
  color: white; }
  .ms_form input {
    margin-bottom: 0; }
  .ms_form .ms_inputtext {
    border: 2px solid #062c51;
    height: 3.2em;
    margin-bottom: 0; }

@media only screen and (min-width:40.063em) { }

@media only screen and (min-width:64.063em) {
  .mainsearch .ms_submit {
    margin-top: 0; }
  .mainsearch .ms_radios [type="radio"]:not(:checked), .mainsearch .ms_radios [type="radio"]:checked {
    position: absolute;
    left: -9999px; }
  .mainsearch .ms_radios [type="radio"]:not(:checked) + label, .mainsearch .ms_radios [type="radio"]:checked + label {
    position: relative;
    padding-left: 18px;
    padding-top: 2px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0.5em;
    font-size: 85%;
    color: white; }
  .mainsearch .ms_radios [type="radio"]:not(:checked) + label:before, .mainsearch .ms_radios [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 100px; }
  .mainsearch .ms_radios [type="radio"]:not(:checked) + label:hover:before {
    border: 3px solid #ee0a09; }
  .mainsearch .ms_radios [type="radio"]:checked + label:before {
    background: #ee0a09;
    border-color: #ee0a09; }
  .mainsearch .ms_radios [type="radio"]:checked + label:after {
    content: "\e60b";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px; } }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.slider_wrapper {
  margin-top: 2em;
  position: relative; }

.four_across, .three_across {
  visibility: hidden; }

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.slide {
  padding: 0 50px 0 0;
  list-style: none;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 1em; }

@media only screen and (min-width:40.063em) {
  .slide {
    width: 33%;
    margin-bottom: 0; }
  .three_across .slide {
    width: 33%; }
  .four_across .slide {
    width: 25%; } }

.slide_thumb {
  border: 3px solid #aecbd6;
  margin-bottom: 0.5em; }

.slide_title {
  color: #062c51;
  font-weight: bold;
  margin-bottom: 0.5em; }

.slide_excerpt {
  color: #333333; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #636f77;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #faa634; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bd0707; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -45px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -45px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: -30px;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 901; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.register-popup {
  background: white;
  padding: 2em;
  overflow: hidden; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    background: none !important;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.breadcrumbs {
  margin: 1em 0 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden; }
  .breadcrumbs li {
    list-style: none;
    float: left;
    font-size: 0.8125rem; }
    .breadcrumbs li:before {
      content: "/";
      color: #aecbd6;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs li:first-child:before {
      content: " ";
      margin: 0; }

ul.lines {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.lines li {
    padding: 0.5em 0;
    border-bottom: 1px solid #aecbd6; }
    ul.lines li:last-child {
      border-bottom: none; }

/**************************************/
/* Default styles for calendar extension */
/**************************************/
.calendar {
  width: 100%;
  border: 1px solid #aecbd6;
  border-collapse: collapse;
  padding: 0.5em; }

.calendar-row {
  background: white !important; }
  .calendar-row td {
    height: 80px;
    width: 14%;
    border: 1px dashed #aecbd6;
    padding: 0.5em;
    vertical-align: top; }

.day-number-format {
  color: #111111;
  text-align: center;
  float: right;
  font-size: 1.125rem; }

.week-day {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block; }

.events_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .events_ul li {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-right: 1em;
    padding: 0.5em;
    border-bottom: 1px dashed #aecbd6;
    background: #e3edf1;
    margin-bottom: 1em; }
    .events_ul li a:hover {
      color: #333333; }

.tx-fr-calendar .button {
  margin: 0; }

.event-image {
  list-style-type: none;
  margin: 0; }
  .event-image li {
    text-align: center;
    margin-bottom: 1.25rem; }
  .event-image img {
    border: 3px solid #aecbd6;
    padding: 1px; }

/* QUERIES FOR TABLET AND MOBILE ONLY */
@media only screen and (max-width: 64em) {
  /* Force table to not be like tables anymore */
  /* Force td to behave like a "row" */
  /* Remove table-cells with empty days*/
  table.calendar, .calendar thead, .calendar tbody, .calendar th, .calendar td, .calendar tr {
    display: block; }
  .calendar td {
    position: relative;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 80px; }
  .day-number-format {
    float: left;
    width: 2em; }
  .events_ul li {
    margin-right: 0;
    margin-left: 1em; }
  .events_ul li a {
    display: block; }
  .calendar .calendar-day-np {
    display: none !important; } }

/*
 * qTip2 - Pretty powerful tooltips - v2.1.1
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Wed Sep 11 2013 11:28 GMT+0100+0100
 * Plugins: None
 * Styles: None
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  color: #333333; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */

/* Default tooltip style */
.qtip-default {
  border: 1px solid #faa634;
  background-color: #ffe293; }

.qtip-tip {
  bottom: -6px !important;
  position: absolute !important; }

.panel, .news-related {
  border-color: #aecbd6;
  margin-top: 1em; }
  .panel.notice {
    background-color: white;
    border: 2px solid #ee0a09;
    border-bottom-width: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative; }
  .panel.warning {
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel.warning p, .panel.warning h1, .panel.warning h2, .panel.warning h3, .panel.warning h4, .panel.warning h5, .panel.warning h6, .panel.warning li {
      color: #8a6d3b; }
    .panel.warning a:not(.button) {
      color: #66512c;
      text-decoration: underline; }
    .panel.warning a:not(.button):hover {
      text-decoration: none; }
  .panel.error {
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel.error p, .panel.error h1, .panel.error h2, .panel.error h3, .panel.error h4, .panel.error h5, .panel.error h6, .panel.error li {
      color: #a94442; }
    .panel.error a:not(.button) {
      color: #843534;
      text-decoration: underline; }
  .panel.edTV {
    position: relative;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #ee0a09;
    border-bottom-width: 20px;
    margin-top: 50px; }
    .panel.edTV p {
      font-size: 0.875rem; }
    .panel.edTV h4 {
      font-size: 1rem; }
    .panel.edTV:before {
      display: block;
      content: '';
      position: absolute;
      width: 60px;
      height: 46px;
      top: -46px;
      left: 50%;
      margin-left: -30px;
      background: url(../images/edTV-panel.png) no-repeat; }
    .panel.edTV .date:before {
      content: "\e66b";
      margin-right: 0.5em;
      font-size: 1em;
      color: #ee0a09; }
    .panel.edTV .tvchannel {
      margin-right: 1em; }
      .panel.edTV .tvchannel:before {
        content: "\e608";
        margin-right: 0.5em;
        font-size: 1em;
        color: #ee0a09; }
  .panel.star-site {
    border: 2px solid #ee0a09;
    background: white;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    margin-top: 115px;
    padding-top: 70px; }
    .panel.star-site:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -88px;
      margin-top: -116px;
      width: 175px;
      height: 166px;
      background: url(../images/star-site-badge.png) no-repeat; }
    .panel.star-site img {
      border: 3px solid #aecbd6 !important; }
    .panel.star-site .notice {
      margin-top: 70px;
      padding-top: 50px; }
      .panel.star-site .notice:before {
        content: '';
        width: 73px;
        height: 68px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -36px;
        display: block;
        background: url(../images/small-star.png) no-repeat;
        margin-top: -40px; }
    .panel.star-site.heading {
      padding: 0;
      margin-bottom: 0; }
      .panel.star-site.heading h1 small {
        font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
      .panel.star-site.heading img {
        border: none !important; }
  .panel.britannica {
    border: 1px solid #aecbd6;
    background: white url(../images/britannica-panel-bg.png) no-repeat bottom right; }
    .panel.britannica .button.extra {
      margin-top: 20px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .panel.star-site:after {
    background-image: url(../images/star-site-badge@2x.png);
    background-size: 175px 166px; } }

@media only screen and (min-width:40.063em) {
  .panel.britannica .button.extra {
    margin-top: 42px; } }

.add_a_resource_side {
  display: block;
  position: fixed;
  left: 0;
  top: 340px;
  background: #ee0a09 url(../images/add-resource-illustration.png) no-repeat 24px 46px;
  color: white;
  height: 80px;
  padding: 16px 1em;
  padding-right: 62px;
  font-family: 'Crete Round', Georgia, serif;
  font-size: 1.375rem;
  border-radius: 0 100px 100px 0;
  -webkit-transition: margin-left 0.5s ease;
  -moz-transition: margin-left 0.5s ease;
  -ms-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  margin-left: -170px;
  z-index: 1000; }
  .add_a_resource_side:hover {
    background-color: #faa634;
    color: white;
    margin-left: 0; }
    .add_a_resource_side:hover .icon, .add_a_resource_side:hover blockquote:before, .add_a_resource_side:hover .accordion dd.active a h3:before, .accordion dd.active a .add_a_resource_side:hover h3:before, .add_a_resource_side:hover .accordion dd.active a h4:before, .accordion dd.active a .add_a_resource_side:hover h4:before, .add_a_resource_side:hover .accordion dd > a h3:before, .accordion dd > a .add_a_resource_side:hover h3:before, .add_a_resource_side:hover .accordion dd > a h4:before, .accordion dd > a .add_a_resource_side:hover h4:before, .add_a_resource_side:hover .newsletter_radios [type="radio"]:checked + label:after, .newsletter_radios [type="radio"]:checked + .add_a_resource_side:hover label:after, .add_a_resource_side:hover .external-link:after, .add_a_resource_side:hover .external-link-new-window:after, .add_a_resource_side:hover .news-text-wrap ul li:before, .add_a_resource_side:hover .textPanel ul li:before, .add_a_resource_side:hover .curr_contentobjective ul li:before, .add_a_resource_side:hover .news-text-wrap ol ul li:before, .news-text-wrap ol ul .add_a_resource_side:hover li:before, .add_a_resource_side:hover .textPanel ol ul li:before, .textPanel ol ul .add_a_resource_side:hover li:before, .add_a_resource_side:hover .curr_contentobjective ol ul li:before, .curr_contentobjective ol ul .add_a_resource_side:hover li:before, .add_a_resource_side:hover .mainsearch .ms_radios [type="radio"]:checked + label:after, .mainsearch .ms_radios [type="radio"]:checked + .add_a_resource_side:hover label:after, .add_a_resource_side:hover .panel.edTV .date:before, .panel.edTV .add_a_resource_side:hover .date:before, .add_a_resource_side:hover .panel.edTV .tvchannel:before, .add_a_resource_side:hover .video_img_wrapper:after, .add_a_resource_side:hover .tab_drawer_heading:before {
      background-color: #bd0707; }
  .add_a_resource_side .icon, .add_a_resource_side blockquote:before, .add_a_resource_side .accordion dd.active a h3:before, .accordion dd.active a .add_a_resource_side h3:before, .add_a_resource_side .accordion dd.active a h4:before, .accordion dd.active a .add_a_resource_side h4:before, .add_a_resource_side .accordion dd > a h3:before, .accordion dd > a .add_a_resource_side h3:before, .add_a_resource_side .accordion dd > a h4:before, .accordion dd > a .add_a_resource_side h4:before, .add_a_resource_side .newsletter_radios [type="radio"]:checked + label:after, .newsletter_radios [type="radio"]:checked + .add_a_resource_side label:after, .add_a_resource_side .external-link:after, .add_a_resource_side .external-link-new-window:after, .add_a_resource_side .news-text-wrap ul li:before, .add_a_resource_side .textPanel ul li:before, .add_a_resource_side .curr_contentobjective ul li:before, .add_a_resource_side .news-text-wrap ol ul li:before, .news-text-wrap ol ul .add_a_resource_side li:before, .add_a_resource_side .textPanel ol ul li:before, .textPanel ol ul .add_a_resource_side li:before, .add_a_resource_side .curr_contentobjective ol ul li:before, .curr_contentobjective ol ul .add_a_resource_side li:before, .add_a_resource_side .mainsearch .ms_radios [type="radio"]:checked + label:after, .mainsearch .ms_radios [type="radio"]:checked + .add_a_resource_side label:after, .add_a_resource_side .panel.edTV .date:before, .panel.edTV .add_a_resource_side .date:before, .add_a_resource_side .panel.edTV .tvchannel:before, .add_a_resource_side .video_img_wrapper:after, .add_a_resource_side .tab_drawer_heading:before {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -17px;
    background: #062c51;
    border-radius: 1000px;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 1.75rem; }

:lang(ga) .add_a_resource_side {
  margin-left: -205px; }
  :lang(ga) .add_a_resource_side:hover {
    margin-left: 0; }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .add_a_resource_side {
    background-image: url(../images/add-resource-illustration@2x.png);
    background-size: 140px 14px; } }

.display_mode {
  display: none;
  /* Masonry conflicting with require.js - would need to look into this problem later */
  margin-right: 1em; }
  .display_mode .button {
    font-size: 14px;
    padding: 2px 5px;
    background-color: #062c51; }
    .display_mode .button:hover {
      background-color: #bd0707;
      color: white; }
    .display_mode .button.is_set {
      background-color: #ee0a09; }

.third_party_services {
  padding: 1em 1em 0;
  border: 3px solid #aecbd6;
  margin-bottom: 1em; }
  .third_party_services li {
    padding: 1em 0;
    border-top: 1px solid #aecbd6;
    margin-bottom: 0; }

.ul_britannica {
  margin-left: 40px !important;
  padding: 0; }
  .ul_britannica li {
    margin: 0;
    padding: 0;
    border-top: none; }

.best-filters {
  border-bottom: 0;
  top: 2px; }
  .best-filters dd {
    margin-top: 4px;
    position: relative;
    z-index: 0; }
    .best-filters dd.active {
      margin-top: 0;
      z-index: 3; }
    .best-filters dd a {
      font-size: 0.875rem;
      font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.results_info {
  overflow: hidden; }
  .results_info .ri_select {
    width: auto;
    display: inline;
    height: auto;
    padding: 0 0.5em 0 0; }

.results_info ul, .results_info .button {
  margin-bottom: 0; }

.media_block {
  overflow: hidden;
  text-align: left; }

.media_block a .text_title {
  color: #062c51; }
.media_block a .text_excerpt {
  color: #333333; }
.media_block a:hover .text_title {
  color: #bd0707; }
.media_block a:hover .thumb {
  border-color: #bd0707; }

.thumb_block {
  margin-bottom: 10px; }
  .thumb_block .thumb {
    border: 2px solid #aecbd6;
    padding: 1px; }

.text_block {
  overflow: hidden; }

@media only screen and (min-width:64.063em) {
  .thumb_block {
    float: left;
    margin-right: 1em; } }

/**************************************/
/* Default styles for dashboard */
/**************************************/
.tab-bar-section a {
  color: #003e58;
  text-decoration: underline; }
  .tab-bar-section a:hover {
    text-decoration: none; }

.user_info {
  color: white;
  font-size: 0.8125rem;
  padding: 1em 0.5em;
  overflow: hidden;
  border-bottom: 1px solid #00526d; }

.user_avatar {
  margin-right: 1em; }

.user_info_text {
  overflow: hidden; }

.user_info_item {
  display: block; }

.user_contributions .resource_date_added {
  color: #636f77; }
.user_contributions .timeline-item {
  font-size: 0.8125rem;
  text-align: right;
  margin: 3px 1em 2px 0; }
.user_contributions .resource {
  margin: 0;
  padding: 1em 0;
  position: relative;
  overflow: hidden; }
  .user_contributions .resource:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    height: 100%;
    width: 1px;
    background: #aecbd6; }
  .user_contributions .resource:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 30%;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #ee0a09;
    margin-left: -8px; }
  .user_contributions .resource.status-1:after {
    background: #e59d87; }
  .user_contributions .resource.status-2:after {
    background: #f04124; }
  .user_contributions .resource.status-3:after {
    background: black; }
.user_contributions .r-curr-item:first-child {
  padding-top: 0; }
.user_contributions .r-curr-item:last-child {
  border-bottom: none; }

.page_dashboard .r-curr-item {
  font-size: 0.875rem; }

#my-latest-resources {
  min-height: 55px;
  position: relative; }

/* Dashboard Favourites */
#my-latest-favourites .resource:before, #my-latest-learningpaths .resource:before {
  display: none; }
#my-latest-favourites .resource:after, #my-latest-learningpaths .resource:after {
  display: none; }

section.left-small, a.menu-icon {
  width: 6rem; }

section.tab-bar-section.middle {
  left: 6.5rem; }

.no_contributons .icon, .no_contributons blockquote:before, .no_contributons .accordion dd.active a h3:before, .accordion dd.active a .no_contributons h3:before, .no_contributons .accordion dd.active a h4:before, .accordion dd.active a .no_contributons h4:before, .no_contributons .accordion dd > a h3:before, .accordion dd > a .no_contributons h3:before, .no_contributons .accordion dd > a h4:before, .accordion dd > a .no_contributons h4:before, .no_contributons .newsletter_radios [type="radio"]:checked + label:after, .newsletter_radios [type="radio"]:checked + .no_contributons label:after, .no_contributons .external-link:after, .no_contributons .external-link-new-window:after, .no_contributons .news-text-wrap ul li:before, .no_contributons .textPanel ul li:before, .no_contributons .curr_contentobjective ul li:before, .no_contributons .news-text-wrap ol ul li:before, .news-text-wrap ol ul .no_contributons li:before, .no_contributons .textPanel ol ul li:before, .textPanel ol ul .no_contributons li:before, .no_contributons .curr_contentobjective ol ul li:before, .curr_contentobjective ol ul .no_contributons li:before, .no_contributons .mainsearch .ms_radios [type="radio"]:checked + label:after, .mainsearch .ms_radios [type="radio"]:checked + .no_contributons label:after, .no_contributons .panel.edTV .date:before, .panel.edTV .no_contributons .date:before, .no_contributons .panel.edTV .tvchannel:before, .no_contributons .video_img_wrapper:after, .no_contributons .tab_drawer_heading:before {
  color: #e5f5ff; }

.list_of_resources_wrapper {
  border: 1px solid #aecbd6;
  padding: 1em 0 0;
  z-index: 2;
  position: relative;
  margin-top: -5px;
  background: white;
  margin-bottom: 1em;
  margin-left: -1em;
  margin-right: -1em; }
  .list_of_resources_wrapper .loadmask-msg {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    text-align: center;
    padding: 1em; }
  .list_of_resources_wrapper .loadmask-label {
    padding: 0 0 0 25px;
    display: inline; }

.r_favourite_actions {
  padding: 1em;
  background: #e5f5ff;
  font-size: 12px; }

/*
.resource_wrapper{
    margin-left: -1em;
    margin-right: -1em;
}
*/
.resource {
  overflow: hidden;
  border-bottom: 1px solid #aecbd6;
  padding: 2em 0 0.5em;
  margin: 0; }
  .resource .addthis_toolbox {
    float: none;
    width: auto; }
  .resource.related {
    border: 1px solid #aecbd6 !important;
    padding: 0.5em !important;
    background: white; }
  .resource:last-child {
    border-bottom: none; }
  .resource.compact {
    border: 2px solid #aecbd6;
    padding: 0.5em;
    width: 30%;
    margin-right: 3%; }
    .resource.compact:nth-child(3) {
      margin-right: 0; }
    .resource.compact .columns {
      float: none;
      width: 100%; }
    .resource.compact .r_excerpt {
      overflow: hidden;
      height: 5em; }
    .resource.compact .r_date, .resource.compact .r_author, .resource.compact .r_type {
      display: none; }
    .resource.compact .r_excerpt, .resource.compact .r_pop_item {
      font-size: 0.8125rem; }
    .resource.compact .r_viewfull-button {
      font-size: 0.8125rem;
      padding: 0.5em 0;
      width: 100%;
      text-align: center; }
      .resource.compact .r_viewfull-button span {
        display: none; }
    .resource.compact .r_meta {
      background: #e3edf1;
      margin: -0.5em;
      padding: 0 0.5em;
      text-align: center; }
    .resource.compact .curr_compact {
      border-top: 1px solid #aecbd6; }
    .resource.compact .r_fulldescription, .resource.compact .r_report_link {
      display: none; }
  .resource.resource_of_the_week_item {
    width: 100%;
    margin: 0; }

.r_thumb {
  padding: 0.5em 0; }

.r_thumb.left {
  margin: 0.75em 0.5em 0.5em 0; }

.r_thumb.right {
  margin: 0.75em 0 0.5em 0.5em; }

.r_title {
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0; }

.r_url {
  display: block;
  padding: 5px 0; }

.r_format {
  float: left;
  margin-right: 0.25em;
  display: block;
  width: 38px;
  height: 36px;
  margin-top: -13px;
  background: url(../images/resources-icons.png) no-repeat 0 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .r_format {
    background-image: url(../images/resources-icons@2x.png);
    background-size: 275px; }
  .r_format_1 {
    background-position: -158px 0 !important; }
  .r_format_2 {
    background-position: -40px 0 !important; }
  .r_format_3 {
    background-position: -78px 0 !important; }
  .r_format_4 {
    background-position: -118px 0 !important; }
  .r_format_5 {
    background-position: -237px 0 !important; }
  .r_format_7 {
    background-position: -197px 0 !important; } }

/* Format: app */
.r_format_1 {
  background-position: -152px 0; }

/* Format: audio */
.r_format_2 {
  background-position: -38px 0; }

/* Format: document */
.r_format_3 {
  background-position: -76px 0; }

/* Format: image */
.r_format_4 {
  background-position: -114px 0; }

/* Format: online */
.r_format_5 {
  background-position: -228px 0; }

/* Format: presentation */
.r_format_6 {
  background-position: 0 0; }

/* Format: video */
.r_format_7 {
  background-position: -190px 0; }

.r_author, .r_date, .r_type {
  color: #636f77;
  margin-right: 1em; }

.r_author_link {
  color: #062c51; }

.r_excerpt {
  margin: 0.5em 0;
  font-size: 0.875rem;
  position: relative; }
  .r_excerpt.short {
    overflow: hidden;
    max-height: 6.1em;
    height: auto !important;
    height: 6.1em; }
  .r_excerpt.short.full {
    overflow: visible;
    max-height: none;
    height: auto !important; }

.r_meta, .r_meta li {
  font-size: 0.875rem; }

.r_meta .medium-block-grid-2 > li, .r_meta .medium-block-grid-3 > li {
  padding-bottom: 0.5em; }

.r_curriculum {
  margin: 0.5em 0 0; }

.r_rating img {
  vertical-align: initial; }

.r_rating, .r_popularity, .r_meta_item, .r_report_link {
  padding: 0.5em 0;
  line-height: 1.4; }

.r_report_link {
  padding: 1em 0;
  font-size: 0.6875rem; }

.r_popularity .inline-list {
  margin-bottom: 0; }

.r_pop_item {
  font-size: 1rem;
  margin-right: 1em; }

.r_curr-heading {
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem; }

.r-curr-item {
  padding: 0.5em 0;
  border-bottom: 1px solid #aecbd6;
  line-height: 1.5; }

.r_fullcurriculum .r-curr-item {
  border-bottom: 0;
  border-top: 1px solid #ee0a09; }

.r_viewfull-button, .r_closefull-button {
  display: block;
  font-size: 0.875rem;
  margin: 0.5em 0; }

.r_meta_item {
  border-top: 1px solid #aecbd6;
  font-size: 0.75rem; }

.r_action_item {
  padding: 1em 0;
  width: 33%;
  border-bottom: 1px solid #aecbd6;
  text-align: center; }

.r_social {
  border-bottom: 1px solid #aecbd6;
  padding-bottom: 1em; }

.r_social_label {
  float: left;
  margin-top: 7px;
  margin-right: 10px; }

.resource_action {
  border-width: 5px;
  padding: 0.5em; }
  .resource_action .r_report_link {
    font-size: 0.875rem; }

.resource_action_buttons {
  padding: 1em 0 0;
  margin: 1em 0;
  border-top: 1px solid #aecbd6;
  border-bottom: 1px solid #aecbd6; }
  .resource_action_buttons .icon, .resource_action_buttons blockquote:before, .resource_action_buttons .accordion dd.active a h3:before, .accordion dd.active a .resource_action_buttons h3:before, .resource_action_buttons .accordion dd.active a h4:before, .accordion dd.active a .resource_action_buttons h4:before, .resource_action_buttons .accordion dd > a h3:before, .accordion dd > a .resource_action_buttons h3:before, .resource_action_buttons .accordion dd > a h4:before, .accordion dd > a .resource_action_buttons h4:before, .resource_action_buttons .newsletter_radios [type="radio"]:checked + label:after, .newsletter_radios [type="radio"]:checked + .resource_action_buttons label:after, .resource_action_buttons .external-link:after, .resource_action_buttons .external-link-new-window:after, .resource_action_buttons .news-text-wrap ul li:before, .resource_action_buttons .textPanel ul li:before, .resource_action_buttons .curr_contentobjective ul li:before, .resource_action_buttons .news-text-wrap ol ul li:before, .news-text-wrap ol ul .resource_action_buttons li:before, .resource_action_buttons .textPanel ol ul li:before, .textPanel ol ul .resource_action_buttons li:before, .resource_action_buttons .curr_contentobjective ol ul li:before, .curr_contentobjective ol ul .resource_action_buttons li:before, .resource_action_buttons .mainsearch .ms_radios [type="radio"]:checked + label:after, .mainsearch .ms_radios [type="radio"]:checked + .resource_action_buttons label:after, .resource_action_buttons .panel.edTV .date:before, .panel.edTV .resource_action_buttons .date:before, .resource_action_buttons .panel.edTV .tvchannel:before, .resource_action_buttons .video_img_wrapper:after, .resource_action_buttons .tab_drawer_heading:before {
    font-size: 1.5em;
    float: left;
    margin-right: 0.5em; }
  .resource_action_buttons .button {
    text-align: left;
    padding: 0.5em 1em; }
    .resource_action_buttons .button .btntext {
      overflow: hidden; }

.curr_key_skills {
  margin-top: 0.5em;
  overflow: hidden; }
  .curr_key_skills p {
    float: left;
    font-size: 13px !important;
    margin-right: 0.5em !important; }
  .curr_key_skills ul {
    margin-left: 0;
    margin-bottom: 0; }
    .curr_key_skills ul li {
      border-right: 1px solid #aecbd6;
      padding-right: 0.5em;
      margin-right: 0.5em;
      font-size: 13px !important; }
      .curr_key_skills ul li:last-child {
        border-right: none; }

.r_sen ul.inline-list {
  margin-left: 0;
  margin-bottom: 0; }
  .r_sen ul.inline-list li {
    border-right: 1px solid #aecbd6;
    padding-right: 0.5em;
    margin-right: 0.5em;
    margin-left: 0;
    font-size: 13px !important; }
    .r_sen ul.inline-list li:last-child {
      border-right: none; }

.curr_level {
  display: inline-block;
  padding: 3px;
  line-height: 1;
  color: white;
  margin-right: 1px;
  text-transform: uppercase; }

.r_fullcurriculum {
  background: #e5f5ff;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  margin-bottom: 1em; }
  .r_fullcurriculum p, .r_fullcurriculum li {
    margin: 0.25em 0;
    font-size: 0.875rem; }

.r_addtofav {
  border-top: 0; }

.curr_contentobjective ul {
  margin: 0 !important; }

.r_fullcurriculum .tabs {
  margin-left: 1.5em;
  border: none; }

.r_fullcurriculum .tabs-content {
  padding: 1em;
  background: white;
  border: 1px solid #ee0a09;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0; }

.r_fullcurriculum .curr_subject {
  display: inline-block;
  margin-left: 0.5em;
  line-height: 29px;
  font-size: 85%; }

.r_fullcurriculum .tabs dd {
  top: 1px;
  border: none; }
  .r_fullcurriculum .tabs dd.active {
    margin-top: 4px; }

.r_fullcurriculum .tabs dd > a {
  padding: 3px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ee0a09;
  border-bottom: none;
  font-size: 85%;
  background: #aecbd6;
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.r_fullcurriculum .tabs dd.active > a {
  background: white; }

.r_accordion_header .icon-caret-down, .r_accordion_header .icon-caret-right {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 20px;
  cursor: pointer; }

.r-curr-item.is_closed .tabs dd > a {
  background: none;
  border-color: #e3edf1; }
.r-curr-item.is_closed .tabs-content {
  display: none; }
.r-curr-item.is_closed .icon-caret-right {
  display: block; }
.r-curr-item.is_closed .icon-caret-down {
  display: none; }

.r-curr-item.is_open .tabs-content {
  display: block; }
.r-curr-item.is_open .icon-caret-right {
  display: none; }
.r-curr-item.is_open .icon-caret-down {
  display: block; }

.r_fulldescription.is_open {
  display: block; }

.r_fulldescription.is_closed {
  display: none; }

.curr_suggested_use {
  border: 1px solid #faa634;
  background: #ffe293 url(../images/suggestion-for-use-icon.png) no-repeat 10px 10px;
  padding: 0.5em 0.5em 0.5em 60px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  min-height: 55px; }
  .curr_suggested_use p {
    font-size: 85%; }
  .curr_suggested_use .icon-comment-alt {
    font-size: 3em;
    color: #faa634;
    float: left;
    margin-right: 0.25em; }

.button-group .c_open_button {
  padding: 0.5em 1em;
  margin-bottom: 0; }

.r_fulldescription .c_addtolp_button {
  padding: 0.5em 1em;
  margin: 0.5em 0 0.25em; }

.curr_subject {
  margin-left: 5px; }

.curr_in, .curr_ln {
  background: #007473; }

.curr_1-2 {
  background: #9c1736; }

.curr_3-4 {
  background: #44419e; }

.curr_5-6 {
  background: #007d31; }

.curr_jc {
  background: #7a9e18; }

.curr_sc {
  background: #742e6a; }

.r_stars {
  display: inline-block; }

.rating_count {
  float: right;
  font-size: 0.8125rem;
  margin-left: 5px; }

.singleresource .r_format {
  margin-top: 0; }
.singleresource .r_fav, .singleresource .r_share {
  float: left; }
.singleresource .resource {
  padding-top: 0; }

.single_meta hr {
  border-width: 2px 0 0; }

.recent-resources {
  margin-top: -1.5em;
  margin-bottom: -1.5em; }
  .recent-resources .curr_level {
    margin-right: 2px; }
  .recent-resources .r_curriculum {
    margin-top: 0; }
  .recent-resources .r-curr-item:first-child {
    padding-top: 0; }
  .recent-resources .r-curr-item:last-child {
    border-bottom: none; }

.r_term {
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase; }

.recent-resources {
  margin-bottom: 2em; }

.f_block_title {
  margin-bottom: 0;
  border-bottom: 1px solid #aecbd6;
  padding-bottom: 0.625rem; }

.f_fieldset {
  border: none;
  border-top: 1px solid #aecbd6;
  padding: 0.25em;
  margin: 0; }
  .f_fieldset.is_disabled .f_title {
    color: #636f77; }
  .f_fieldset.is_checked {
    background: #e3edf1; }

.f_title {
  cursor: pointer;
  text-transform: uppercase;
  margin: 0.5em 0;
  font-size: 0.875rem;
  /*font-family: $body-font-family;*/ }

.f_list li {
  margin-bottom: 0.25em;
  font-size: 0.865em; }

.f_label {
  font-size: 0.875rem;
  margin-bottom: 0; }
  .f_label.is_checked {
    font-weight: bold; }

.filters .f_checkbox {
  margin-bottom: 0; }

.f_count {
  font-size: 0.75rem;
  color: #636f77; }

.panel.site_of_the_week_resource {
  border: 2px solid #ee0a09;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-top: 55px;
  position: relative;
  padding: 65px 2em 0;
  background: white;
  margin-bottom: 1em; }
  .panel.site_of_the_week_resource:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -168px;
    margin-top: -35px;
    width: 337px;
    height: 104px;
    background: url(../images/site-of-the-week-badge.png) no-repeat center top; }
  .panel.site_of_the_week_resource .week_date {
    font-family: 'Crete Round', Georgia, serif;
    font-style: italic; }
  .panel.site_of_the_week_resource .resource {
    padding-top: 2em;
    margin-bottom: 0;
    border-bottom: 0; }
  .panel.site_of_the_week_resource .r_format {
    margin-top: 0px; }
  .panel.site_of_the_week_resource .site_of_the_week_button {
    margin-top: 0.25em; }

.panel.why_site_of_the_week {
  margin: 40px 0 2em;
  text-align: center;
  padding-top: 50px; }
  .panel.why_site_of_the_week:before {
    content: '';
    width: 85px;
    height: 69px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42px;
    display: block;
    background: url(../images/why-icon.png) no-repeat;
    margin-top: -35px; }
  .panel.why_site_of_the_week ul, .panel.why_site_of_the_week ol {
    margin: 1em 0 0;
    position: relative;
    list-style: none;
    counter-reset: ordered-counter;
    text-align: left; }
    .panel.why_site_of_the_week ul li, .panel.why_site_of_the_week ol li {
      margin-bottom: 1em;
      padding-left: 30px;
      position: relative; }
      .panel.why_site_of_the_week ul li:before, .panel.why_site_of_the_week ol li:before {
        content: counter(ordered-counter) '.';
        counter-increment: ordered-counter;
        display: block;
        width: 29px;
        height: 29px;
        line-height: 26px;
        font-family: 'Crete Round', Georgia, serif;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        color: #ee0a09;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -2px; }

.site_of_the_week_image {
  border: 3px solid #aecbd6; }

.archive-years {
  margin-left: -0.4em !important;
  display: inline-block; }
  .archive-years li {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 0 !important; }
    .archive-years li.active {
      background: #faa634;
      color: white; }

.stw_month_item {
  position: relative;
  margin-top: 2em; }
  .stw_month_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #ee0a09;
    margin-left: -47px; }

.stw_resource_item .resource {
  margin-top: 0 !important; }
.stw_resource_item .r_format {
  margin-top: -13px !important; }
.stw_resource_item .text_block {
  padding-top: 13px !important; }

.stw_heading {
  padding-top: 10px;
  text-align: center; }
  .stw_heading h1 {
    margin-bottom: 0.25em; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .why_site_of_the_week ul li:before {
    background-image: url(../images/golden-bullet@2x.png);
    background-size: 29px 29px; } }

header[role=banner] {
  background: white; }

#logo {
  line-height: 100px;
  margin: 0;
  padding: 0;
  text-align: center; }

header .links-top {
  margin: 1em 0;
  float: none;
  text-align: center;
  position: relative;
  overflow: visible; }
  header .links-top li {
    border-right: 1px solid #062c51;
    padding: 0 0.5em;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    float: none; }
    header .links-top li:last-child {
      border-right: none;
      padding-right: 0; }
header .sites-list {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 200px;
  padding: 24px 0 0;
  z-index: 3;
  display: none; }
  header .sites-list.is_active {
    display: block; }
  header .sites-list:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #003e58 transparent;
    position: absolute;
    top: 14px;
    left: 10px; }
  header .sites-list li {
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    list-style: none;
    border-right: none;
    display: block;
    background-color: #003e58;
    padding: 0 1em; }
    header .sites-list li a {
      display: block;
      border-bottom: 1px solid #ee0a09;
      padding: 1em 0;
      color: white; }
      header .sites-list li a:hover {
        color: #bd0707; }
    header .sites-list li:last-child a {
      border-bottom: none; }

.level_buttons {
  margin: 0;
  padding: 0;
  display: block;
  background: url(../images/hill-header.png) no-repeat 0 110%;
  background-size: 100%;
  text-align: center; }
  .level_buttons.in_footer {
    display: none; }
  .level_buttons li {
    margin: 0;
    padding: 0;
    display: table-cell;
    float: none;
    border-left-width: 50px;
    border-left-style: solid;
    border-left-color: transparent; }
  .level_buttons a {
    background: url(../images/school-buildings.png) no-repeat 0 0;
    text-transform: uppercase;
    color: white;
    width: 118px;
    height: 100px;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    line-height: 3; }
  .level_buttons .lb_primary a {
    background-position: 0 -100px;
    width: 73px; }
    .level_buttons .lb_primary a:hover {
      background-position: -73px -100px;
      color: black; }
  .level_buttons .lb_post-primary a:hover {
    background-position: -118px 0px;
    color: black; }
  .level_buttons .lb_primary.active a {
    background-position: -146px -100px; }
  .level_buttons .lb_post-primary.active a {
    background-position: -236px 0px; }

@media only screen and (min-width:40.063em) {
  .level_buttons {
    float: right;
    padding-left: 250px;
    width: 460px; }
    .level_buttons li {
      margin: 0;
      padding: 0;
      display: table-cell;
      float: none;
      border-left: none; }
  #logo {
    text-align: left; }
  header .links-top {
    float: right;
    text-align: left; }
    header .links-top li {
      text-transform: uppercase;
      font-weight: 600; }
  header .sites-list li {
    text-transform: none;
    font-weight: normal;
    font-size: 1rem; } }

@media only screen and (min-width:64.063em) { }

.f3-widget-paginator {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
  display: inline-block; }
  .f3-widget-paginator li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.8125rem;
    margin-left: 0.3125rem; }
    .f3-widget-paginator li a {
      display: block;
      padding: 0.0625rem 0.3125rem 0.0625rem;
      color: #062c51;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .f3-widget-paginator li:hover a, .f3-widget-paginator li a:focus {
      background: #ee0a09;
      color: black; }
    .f3-widget-paginator li.unavailable a {
      cursor: default;
      color: #999999; }
    .f3-widget-paginator li.unavailable:hover a, .f3-widget-paginator li.unavailable a:focus {
      background: transparent; }
    .f3-widget-paginator li.current a {
      background: #ee0a09;
      color: white;
      font-weight: bold;
      cursor: default; }
      .f3-widget-paginator li.current a:hover, .f3-widget-paginator li.current a:focus {
        background: #ee0a09; }
  .f3-widget-paginator li {
    float: left;
    display: block; }
  .f3-widget-paginator span {
    cursor: default;
    color: #999999; }
  .f3-widget-paginator .current {
    height: auto;
    padding: 0.0625rem 0.3125rem 0.0625rem;
    background: #ee0a09;
    color: white;
    font-weight: bold;
    cursor: default;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .f3-widget-paginator .current:hover, .f3-widget-paginator .current:focus {
      background: #ee0a09; }
    .f3-widget-paginator .current span {
      color: white; }

.pagination .current {
  height: auto;
  padding: 0.0625rem 0.3125rem 0.0625rem;
  background: #ee0a09;
  color: white;
  font-weight: bold;
  cursor: default;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .pagination .current:hover, .pagination .current:focus {
    background: #ee0a09; }
  .pagination .current span {
    color: white; }

.pager-prev, .pager-next {
  display: none !important; }

.pagination_container {
  text-align: center; }

.video_img_wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .video_img_wrapper:after {
    content: "\e646";
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #062c51;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    color: white;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 1.75rem;
    -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2); }
  .video_img_wrapper:hover:after {
    background-color: #bd0707; }

.videoCaption {
  margin: 1em;
  color: #636f77;
  font-size: 0.875rem; }

.maincontent {
  background: #e5f5ff url(../images/footer-clouds.png) no-repeat bottom center;
  color: #333333;
  padding: 0 0 360px; }

.bread_wrapper, .content_wrapper {
  padding-right: 1em;
  padding-left: 1em; }

.page_dashboard .bread_wrapper {
  display: none; }
.page_dashboard .content_wrapper {
  padding-top: 0; }
.page_dashboard .off-canvas-wrap {
  margin-top: 1.5em; }
.page_dashboard .inner-wrap {
  padding-bottom: 400px; }
.page_dashboard .maincontent {
  padding-bottom: 245px; }

.page_default .content_wrapper, .resource_wrapper, .toptap_content_wrapper {
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e5f5ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #e5f5ff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e5f5ff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e5f5ff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e5f5ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #e5f5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$content-bg',GradientType=0 );
  border-top: 1px solid #aecbd6;
  padding: 1em 0 0;
  margin-bottom: 1em;
  margin-top: -5px;
  z-index: 2;
  position: relative; }

.page_home .bread_wrapper {
  display: none; }
.page_home .content_wrapper {
  padding-top: 2em; }

.page_search .bread_wrapper {
  display: none; }
.page_search .content_wrapper {
  padding-top: 1em;
  padding-left: 0 !important;
  /*padding-right: 0 !important;*/ }
.page_search h1 {
  margin-bottom: 0; }
.page_search .resource_wrapper {
  margin-top: 0.5em;
  margin-left: -1em;
  margin-right: -1em; }
.page_search .toptap_content_wrapper {
  margin-left: -1em;
  margin-right: -1em; }
.page_search .single_meta {
  margin-top: 1em; }
.page_search #page_wrapper {
  max-width: 100%; }
  .page_search #page_wrapper .row {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto; }

.page_404 .content_wrapper {
  padding: 0; }

.content404 {
  background: url(../images/bg_404.png) no-repeat center 0;
  min-height: 752px;
  margin-top: 2em;
  padding: 200px 1em 0; }

@media only screen and (min-width:40.063em) {
  .maincontent {
    padding-bottom: 400px; } }

@media only screen and (min-width:64.063em) { }

.button.extra {
  font-family: 'Crete Round', Georgia, serif;
  font-size: 1.5rem;
  padding: 0.5em 2em; }
  .button.extra .icon, .button.extra blockquote:before, .button.extra .accordion dd.active a h3:before, .accordion dd.active a .button.extra h3:before, .button.extra .accordion dd.active a h4:before, .accordion dd.active a .button.extra h4:before, .button.extra .accordion dd > a h3:before, .accordion dd > a .button.extra h3:before, .button.extra .accordion dd > a h4:before, .accordion dd > a .button.extra h4:before, .button.extra .newsletter_radios [type="radio"]:checked + label:after, .newsletter_radios [type="radio"]:checked + .button.extra label:after, .button.extra .external-link:after, .button.extra .external-link-new-window:after, .button.extra .news-text-wrap ul li:before, .button.extra .textPanel ul li:before, .button.extra .curr_contentobjective ul li:before, .button.extra .news-text-wrap ol ul li:before, .news-text-wrap ol ul .button.extra li:before, .button.extra .textPanel ol ul li:before, .textPanel ol ul .button.extra li:before, .button.extra .curr_contentobjective ol ul li:before, .curr_contentobjective ol ul .button.extra li:before, .button.extra .mainsearch .ms_radios [type="radio"]:checked + label:after, .mainsearch .ms_radios [type="radio"]:checked + .button.extra label:after, .button.extra .panel.edTV .date:before, .panel.edTV .button.extra .date:before, .button.extra .panel.edTV .tvchannel:before, .button.extra .video_img_wrapper:after, .button.extra .tab_drawer_heading:before {
    color: #ee0a09;
    font-size: 1.5rem; }
  .button.extra:hover .icon, .button.extra:hover blockquote:before, .button.extra:hover .accordion dd.active a h3:before, .accordion dd.active a .button.extra:hover h3:before, .button.extra:hover .accordion dd.active a h4:before, .accordion dd.active a .button.extra:hover h4:before, .button.extra:hover .accordion dd > a h3:before, .accordion dd > a .button.extra:hover h3:before, .button.extra:hover .accordion dd > a h4:before, .accordion dd > a .button.extra:hover h4:before, .button.extra:hover .newsletter_radios [type="radio"]:checked + label:after, .newsletter_radios [type="radio"]:checked + .button.extra:hover label:after, .button.extra:hover .external-link:after, .button.extra:hover .external-link-new-window:after, .button.extra:hover .news-text-wrap ul li:before, .button.extra:hover .textPanel ul li:before, .button.extra:hover .curr_contentobjective ul li:before, .button.extra:hover .news-text-wrap ol ul li:before, .news-text-wrap ol ul .button.extra:hover li:before, .button.extra:hover .textPanel ol ul li:before, .textPanel ol ul .button.extra:hover li:before, .button.extra:hover .curr_contentobjective ol ul li:before, .curr_contentobjective ol ul .button.extra:hover li:before, .button.extra:hover .mainsearch .ms_radios [type="radio"]:checked + label:after, .mainsearch .ms_radios [type="radio"]:checked + .button.extra:hover label:after, .button.extra:hover .panel.edTV .date:before, .panel.edTV .button.extra:hover .date:before, .button.extra:hover .panel.edTV .tvchannel:before, .button.extra:hover .video_img_wrapper:after, .button.extra:hover .tab_drawer_heading:before {
    color: white; }

/* COOKIES BANNER */
#cookies-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  padding: 5px 50px;
  text-align: center;
  background-color: #062c51;
  border-top: 2px solid #ee0a09;
  z-index: 99; }
  #cookies-notice > span {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 1000px;
    background-color: #ee0a09; }
    #cookies-notice > span:hover {
      background-color: #ee0a09; }
  #cookies-notice a {
    color: #ee0a09; }
    #cookies-notice a:hover {
      color: #ee0a09; }
  #cookies-notice > p {
    margin: 0;
    color: white; }

.tab_drawer_heading {
  background-color: #e3edf1;
  border: 1px solid #aecbd6;
  margin: 0;
  margin-top: 10px;
  padding: 5px;
  display: block;
  cursor: pointer;
  clear: both;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tab_drawer_heading:before {
    content: "\e660";
    margin-right: 0.5em;
    font-size: 1em;
    color: #062c51;
    -webkit-text-stroke: 0; }
  .tab_drawer_heading.active {
    background-color: white;
    border-bottom: none; }
    .tab_drawer_heading.active:before {
      content: "\e661"; }

.tabs {
  display: none; }

.tabs-content {
  padding: 0;
  border: none;
  background: none; }
  .tabs-content > .content {
    margin-bottom: 1em; }
  .tabs-content > .content.active {
    padding: 1em;
    border: 1px solid #aecbd6;
    border-top: none;
    background: white; }

@media only screen and (min-width:40.063em) {
  .tab_drawer_heading {
    display: none; }
  .tabs {
    display: block; }
  .tabs-content {
    padding: 1em;
    border: 1px solid #aecbd6;
    background: white; }
    .tabs-content > .content {
      margin-bottom: 0; }
    .tabs-content > .content.active {
      padding: 0;
      border: none; } }

.tabs.always-show {
  display: block; }

@media only screen and (min-width:64.063em) {
  /* Base for label styling */
  /* checkbox aspect */
  .f_checkbox:not(:checked), .f_checkbox:checked {
    position: absolute;
    left: -9999px; }
  .f_label {
    position: relative;
    padding-left: 18px;
    cursor: pointer; }
  .f_label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 2px solid #636f77; }
  .f_label.is_checked:before {
    background: #ee0a09;
    border-color: #ee0a09; } }

#logo {
  line-height: 85px; }

.maincontent {
  background: none;
  padding-bottom: 2em; }

.sitemap-wrapper {
  border-top-color: #0c557e; }

.footer-sitemap {
  border-right-color: #0c557e; }

footer[role=contentinfo] .button {
  background-color: #ee0a09; }

.r_fullcurriculum .r-curr-item, .r_fullcurriculum .tabs-content, .r_fullcurriculum .tabs dd > a {
  border-color: #aecbd6; }

ul.pagination li:hover a, ul.pagination li a:focus {
  color: white; }

@media only screen and (min-width:40.063em) {
  .bottom-footer {
    line-height: 119px; } }
