/* CSS Document */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.angular-google-map-container
{
    width: 100%;
    height: 400px;
}

/* fix for Twitter Bootstrap handling of responsive images
.angular-google-map img {
    max-width: none;
}
*/

.angular-google-map
{
    top: 80px;
}

.angular-google-map *, .angular-google-map *:before, .angular-google-map *:after
{
    box-sizing: content-box !important;
}
.angular-google-map img
{
    max-width: none !important;
}
.angular-google-map label
{
    width: auto !important;
    display: inline !important;
}

/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"]
{
    max-width: none;
}

.shrink
{
    font-size: 8px;
}

.true:hover
{
    background-color: lightgreen;
}

.false:hover
{
    background-color: lightpink;
}

.marker-labels
{
    color: red;
    background-color: white;
    font-family: "Lucida Grande" , "Arial" , sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    white-space: nowrap;
}

/* uncomment this if you are using the <google-map> element instead of a div
.angular-google-map {
  display: block;
  }*/

.ac-info-window
{
    color: Black;
    overflow: auto;
    padding: 20px;
}

#maps-content-1 img
{
    max-width: none;
}

#maps-content-2 img
{
    max-width: none;
}

#maps-content-3 img
{
    max-width: none;
}

#maps-content-4 img
{
    max-width: none;
}

.custom-info-window
{
    background: rgba(0,0,100,0.5);
    color: white;
    padding: 20px; /*border: 1px solid white;*/
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    width: 200px;
    margin-top: 15px;
    margin-left: -130px;
}
.custom-info-window a
{
    color: white;
    text-decoration: underline;
}
.custom-info-window:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(0,0,0,0.5) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 118px;
}
meta.foundation-version {
  font-family: "/5.2.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  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:50.063em)/";
  width: 50.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; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

:not(#s4-ribbonrow) *,
:not(#s4-ribbonrow) *:before,
:not(#s4-ribbonrow) *:after, :not(.ms-cui-menu) *,
:not(.ms-cui-menu) *:before,
:not(.ms-cui-menu) *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

:not(#s4-ribbonrow) * a:hover {
  cursor: pointer; }

:not(.ms-cui-menu) img, :not(#s4-ribbonrow) * img {
  max-width: 100%;
  height: auto; }
:not(.ms-cui-menu) img, :not(#s4-ribbonrow) * 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:  !important; }*/

.left {
  float: left !important; }

.right {
  float: right !important; }

/*.clearfix {
  *zoom: 1; }*/
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:not(#s4-ribbonrow) * img {
  display: inline-block;
  vertical-align: middle; }

:not(#s4-ribbonrow) * textarea {
  height: auto;
  min-height: 50px; }

:not(#s4-ribbonrow) * select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 65rem;
  /*zoom: 1;*/ }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .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 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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: 50.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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; } }
.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.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #00648c;
  border-color: #0078a0;
  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 {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #e60000;
    border-color: #c50000;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  /**zoom: 1;*/ }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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: 50.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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%;
    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; } }
/*:not(#s4-ribbonrow) * button, :not(#s4-ribbonrow) * .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "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;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #13467a;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out;
  }
  :not(#s4-ribbonrow) * button:hover, :not(#s4-ribbonrow) * button:focus, :not(#s4-ribbonrow) * .button:hover, :not(#s4-ribbonrow) * .button:focus {
    background-color: #007095; }
  :not(#s4-ribbonrow) * button:hover, :not(#s4-ribbonrow) * button:focus, :not(#s4-ribbonrow) * .button:hover, :not(#s4-ribbonrow) * .button:focus {
    color: white; }
  :not(#s4-ribbonrow) * button.secondary, :not(#s4-ribbonrow) * .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    :not(#s4-ribbonrow) * button.secondary:hover, :not(#s4-ribbonrow) * button.secondary:focus, :not(#s4-ribbonrow) * .button.secondary:hover, :not(#s4-ribbonrow) * .button.secondary:focus {
      background-color: #b9b9b9; }
    :not(#s4-ribbonrow) * button.secondary:hover, :not(#s4-ribbonrow) * button.secondary:focus, :not(#s4-ribbonrow) * .button.secondary:hover, :not(#s4-ribbonrow) * .button.secondary:focus {
      color: #333333; }*/
  :not(#s4-ribbonrow) * button.success, :not(#s4-ribbonrow) * .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    :not(#s4-ribbonrow) * button.success:hover, :not(#s4-ribbonrow) * button.success:focus, :not(#s4-ribbonrow) * .button.success:hover, :not(#s4-ribbonrow) * .button.success:focus {
      background-color: #368a55; }
    :not(#s4-ribbonrow) * button.success:hover, :not(#s4-ribbonrow) * button.success:focus, :not(#s4-ribbonrow) * .button.success:hover, :not(#s4-ribbonrow) * .button.success:focus {
      color: white; }
  :not(#s4-ribbonrow) * button.alert, :not(#s4-ribbonrow) * .button.alert {
    background-color: #e60000;
    border-color: #b80000;
    color: white; }
    :not(#s4-ribbonrow) * button.alert:hover, :not(#s4-ribbonrow) * button.alert:focus, :not(#s4-ribbonrow) * .button.alert:hover, :not(#s4-ribbonrow) * .button.alert:focus {
      background-color: #b80000; }
    :not(#s4-ribbonrow) * button.alert:hover, :not(#s4-ribbonrow) * button.alert:focus, :not(#s4-ribbonrow) * .button.alert:hover, :not(#s4-ribbonrow) * .button.alert:focus {
      color: white; }
  :not(#s4-ribbonrow) * button.large, :not(#s4-ribbonrow) * .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  :not(#s4-ribbonrow) * button.small, :not(#s4-ribbonrow) * .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  :not(#s4-ribbonrow) * button.tiny, :not(#s4-ribbonrow) * .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  :not(#s4-ribbonrow) * button.expand, :not(#s4-ribbonrow) * .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  :not(#s4-ribbonrow) * button.left-align, :not(#s4-ribbonrow) * .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  :not(#s4-ribbonrow) * button.right-align, :not(#s4-ribbonrow) * .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  :not(#s4-ribbonrow) * button.radius, :not(#s4-ribbonrow) * .button.radius {
    border-radius: 3px; }
  :not(#s4-ribbonrow) * button.round, :not(#s4-ribbonrow) * .button.round {
    border-radius: 1000px!important;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "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;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #13467a;
    border-color: #007095;
    color: white;
    transition: background-color 300ms ease-out;

 }
  :not(#s4-ribbonrow) * button.disabled, :not(#s4-ribbonrow) * button[disabled], :not(#s4-ribbonrow) * .button.disabled, :not(#s4-ribbonrow) * .button[disabled] {
    background-color: #00648c;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    :not(#s4-ribbonrow) * button.disabled:hover, :not(#s4-ribbonrow) * button.disabled:focus, :not(#s4-ribbonrow) * button[disabled]:hover, :not(#s4-ribbonrow) * button[disabled]:focus, :not(#s4-ribbonrow) * .button.disabled:hover, :not(#s4-ribbonrow) * .button.disabled:focus, :not(#s4-ribbonrow) * .button[disabled]:hover, :not(#s4-ribbonrow) * .button[disabled]:focus {
      background-color: #007095; }
    :not(#s4-ribbonrow) * button.disabled:hover, :not(#s4-ribbonrow) * button.disabled:focus, :not(#s4-ribbonrow) * button[disabled]:hover, :not(#s4-ribbonrow) * button[disabled]:focus, :not(#s4-ribbonrow) * .button.disabled:hover, :not(#s4-ribbonrow) * .button.disabled:focus, :not(#s4-ribbonrow) * .button[disabled]:hover, :not(#s4-ribbonrow) * .button[disabled]:focus {
      color: white; }
    :not(#s4-ribbonrow) * button.disabled:hover, :not(#s4-ribbonrow) * button.disabled:focus, :not(#s4-ribbonrow) * button[disabled]:hover, :not(#s4-ribbonrow) * button[disabled]:focus, :not(#s4-ribbonrow) * .button.disabled:hover, :not(#s4-ribbonrow) * .button.disabled:focus, :not(#s4-ribbonrow) * .button[disabled]:hover, :not(#s4-ribbonrow) * .button[disabled]:focus {
      background-color: #00648c; }
    :not(#s4-ribbonrow) * button.disabled.secondary, :not(#s4-ribbonrow) * button[disabled].secondary, :not(#s4-ribbonrow) * .button.disabled.secondary, :not(#s4-ribbonrow) * .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      :not(#s4-ribbonrow) * button.disabled.secondary:hover, :not(#s4-ribbonrow) * button.disabled.secondary:focus, :not(#s4-ribbonrow) * button[disabled].secondary:hover, :not(#s4-ribbonrow) * button[disabled].secondary:focus, :not(#s4-ribbonrow) * .button.disabled.secondary:hover, :not(#s4-ribbonrow) * .button.disabled.secondary:focus, :not(#s4-ribbonrow) * .button[disabled].secondary:hover, :not(#s4-ribbonrow) * .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      :not(#s4-ribbonrow) * button.disabled.secondary:hover, :not(#s4-ribbonrow) * button.disabled.secondary:focus, :not(#s4-ribbonrow) * button[disabled].secondary:hover, :not(#s4-ribbonrow) * button[disabled].secondary:focus, :not(#s4-ribbonrow) * .button.disabled.secondary:hover, :not(#s4-ribbonrow) * .button.disabled.secondary:focus, :not(#s4-ribbonrow) * .button[disabled].secondary:hover, :not(#s4-ribbonrow) * .button[disabled].secondary:focus {
        color: #333333; }
      :not(#s4-ribbonrow) * button.disabled.secondary:hover, :not(#s4-ribbonrow) * button.disabled.secondary:focus, :not(#s4-ribbonrow) * button[disabled].secondary:hover, :not(#s4-ribbonrow) * button[disabled].secondary:focus, :not(#s4-ribbonrow) * .button.disabled.secondary:hover, :not(#s4-ribbonrow) * .button.disabled.secondary:focus, :not(#s4-ribbonrow) * .button[disabled].secondary:hover, :not(#s4-ribbonrow) * .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    :not(#s4-ribbonrow) * button.disabled.success, :not(#s4-ribbonrow) * button[disabled].success, :not(#s4-ribbonrow) * .button.disabled.success, :not(#s4-ribbonrow) * .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      :not(#s4-ribbonrow) * button.disabled.success:hover, :not(#s4-ribbonrow) * button.disabled.success:focus, :not(#s4-ribbonrow) * button[disabled].success:hover, :not(#s4-ribbonrow) * button[disabled].success:focus, :not(#s4-ribbonrow) * .button.disabled.success:hover, :not(#s4-ribbonrow) * .button.disabled.success:focus, :not(#s4-ribbonrow) * .button[disabled].success:hover, :not(#s4-ribbonrow) * .button[disabled].success:focus {
        background-color: #368a55; }
      :not(#s4-ribbonrow) * button.disabled.success:hover, :not(#s4-ribbonrow) * button.disabled.success:focus, :not(#s4-ribbonrow) * button[disabled].success:hover, :not(#s4-ribbonrow) * button[disabled].success:focus, :not(#s4-ribbonrow) * .button.disabled.success:hover, :not(#s4-ribbonrow) * .button.disabled.success:focus, :not(#s4-ribbonrow) * .button[disabled].success:hover, :not(#s4-ribbonrow) * .button[disabled].success:focus {
        color: white; }
      :not(#s4-ribbonrow) * button.disabled.success:hover, :not(#s4-ribbonrow) * button.disabled.success:focus, :not(#s4-ribbonrow) * button[disabled].success:hover, :not(#s4-ribbonrow) * button[disabled].success:focus, :not(#s4-ribbonrow) * .button.disabled.success:hover, :not(#s4-ribbonrow) * .button.disabled.success:focus, :not(#s4-ribbonrow) * .button[disabled].success:hover, :not(#s4-ribbonrow) * .button[disabled].success:focus {
        background-color: #43ac6a; }
    :not(#s4-ribbonrow) * button.disabled.alert, :not(#s4-ribbonrow) * button[disabled].alert, :not(#s4-ribbonrow) * .button.disabled.alert, :not(#s4-ribbonrow) * .button[disabled].alert {
      background-color: #e60000;
      border-color: #b80000;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      :not(#s4-ribbonrow) * button.disabled.alert:hover, :not(#s4-ribbonrow) * button.disabled.alert:focus, :not(#s4-ribbonrow) * button[disabled].alert:hover, :not(#s4-ribbonrow) * button[disabled].alert:focus, :not(#s4-ribbonrow) * .button.disabled.alert:hover, :not(#s4-ribbonrow) * .button.disabled.alert:focus, :not(#s4-ribbonrow) * .button[disabled].alert:hover, :not(#s4-ribbonrow) * .button[disabled].alert:focus {
        background-color: #b80000; }
      :not(#s4-ribbonrow) * button.disabled.alert:hover, :not(#s4-ribbonrow) * button.disabled.alert:focus, :not(#s4-ribbonrow) * button[disabled].alert:hover, :not(#s4-ribbonrow) * button[disabled].alert:focus, :not(#s4-ribbonrow) * .button.disabled.alert:hover, :not(#s4-ribbonrow) * .button.disabled.alert:focus, :not(#s4-ribbonrow) * .button[disabled].alert:hover, :not(#s4-ribbonrow) * .button[disabled].alert:focus {
        color: white; }
      :not(#s4-ribbonrow) * button.disabled.alert:hover, :not(#s4-ribbonrow) * button.disabled.alert:focus, :not(#s4-ribbonrow) * button[disabled].alert:hover, :not(#s4-ribbonrow) * button[disabled].alert:focus, :not(#s4-ribbonrow) * .button.disabled.alert:hover, :not(#s4-ribbonrow) * .button.disabled.alert:focus, :not(#s4-ribbonrow) * .button[disabled].alert:hover, :not(#s4-ribbonrow) * .button[disabled].alert:focus {
        background-color: #e60000; }
@media only screen and (min-width: 40.063em) {
  :not(#s4-ribbonrow) * :not(#s4-ribbonrow) * button, :not(#s4-ribbonrow) * :not(#s4-ribbonrow) * .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  /**zoom: 1;*/ }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group li {
    margin: 0;
    float: left; }
    .button-group li > button, .button-group li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group li:first-child button, .button-group li:first-child .button {
      border-left: 0; }
    .button-group li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  /**zoom: 1;*/ }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625rem; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  /**zoom: 1;*/
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Foundation Dropdowns */
.f-dropdown-2 {
 /* position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; */
  }
  .f-dropdown-2 > *:first-child {
    margin-top: 0; }
  .f-dropdown-2 > *:last-child {
    margin-bottom: 0; }
  .f-dropdown-2:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown-2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown-2.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown-2.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown-2.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown-2.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown-2.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown-2.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent white transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .f-dropdown-2.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 98; }
  .f-dropdown-2.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown-2.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown-2.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown-2.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent white;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .f-dropdown-2.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 98; }
  .f-dropdown-2.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown-2.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown-2.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown-2.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: white transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .f-dropdown-2.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 98; }
  .f-dropdown-2 li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown-2 li:hover, .f-dropdown-2 li:focus {
      background: #eeeeee; }
    .f-dropdown-2 li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }

  .filters.content,.f-dropdown-2.content.filters{

	display:none;
   }
  .filters.content.open {
   display:block;
    position: absolute;
   /* left: -9999px;*/

    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    max-width: 200px;


    }
    .f-dropdown-2.content > *:first-child {
      margin-top: 0; }
    .f-dropdown-2.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown-2.tiny {
    max-width: 200px; }
  .f-dropdown-2.small {
    max-width: 300px; }
  .f-dropdown-2.medium {
    max-width: 500px; }
  .f-dropdown-2.large {
    max-width: 800px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .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%; }

.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; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #00648c;
  color: white; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #e60000;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container.fade li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container li.active {
        opacity: 1;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      display: none; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent #fff transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333 transparent transparent; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: white; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: white; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 0.5625rem;
      height: 0.5625rem;
      background: #cccccc;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #999999; }
      .orbit-container .orbit-bullets li:last-child {
        margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    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: #00648c;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #00648c; }
  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 {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #f2f2f2; }
  .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;
    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: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: #ecfaff; }
    .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;
      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:not(.button) {
      color: #008cba; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #00648c;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #e60000;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #00648c;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #00648c;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #00648c; }
  .range-slider-handle:hover {
    background: #007ba4; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008cba; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "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; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #00648c;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: white; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    border-radius: 4px; }
    div.switch.radius span:last-child {
      border-radius: 3px; }
  div.switch.round {
    border-radius: 1000px; }
    div.switch.round span:last-child {
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

.tabs {
  /**zoom: 1;*/
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: none;
      border-radius: 0.4rem 0.4rem 0 0;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-size: 0.875rem;
      padding: 0.625rem 1rem;
      text-decoration: underline; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active {
      border-radius: 0.4rem 0.4rem 0 0; }
      .tabs dd.active a {
        background: white;
        color: #222222; }
  .tabs.radius dd:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical {
    margin-bottom: 1rem; }
    .tabs.vertical dd {
      position: relative;
      float: none;
      display: block!important;
      top: auto; }
      .tabs.vertical dd > a {
        display: block;
        background: none;
        border-radius: 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 0.875rem;
        padding: 0.625rem 1rem;
        text-decoration: underline; }
        .tabs.vertical dd > a:hover {
          background: #e1e1e1; }

@media only screen and (max-width: 40em) {
  .tabs-content {
    border-top: none;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf; } }
.tabs-content {
  /**zoom: 1;*/
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block;
    margin-left: 0 !important; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (max-width: 40em) {
  .tabs {
    border: 1px solid #bfbfbf; }
    .tabs dd {
      border-top: 1px solid #bfbfbf;
      width: 100%; }
      .tabs dd:first-child {
        border-top: none; }
      .tabs dd.active {
        border: 1px solid #bfbfbf;
        border-radius: 0; }
        .tabs dd.active a {
          background: #dedede; }
      .tabs dd a {
        border-radius: 0; } }
@media only screen and (min-width: 40.063em) {
  .tabs {
    border-bottom: 1px solid #bfbfbf;
    top: 1px;
    z-index: 2; }
    .tabs dd.active {
      border-left: 1px solid #bfbfbf;
      border-top: 1px solid #bfbfbf;
      border-right: 1px solid #bfbfbf;
      left: 0;
      top: 1px;
      position: relative; }
    .tabs.vertical {
      border-bottom: none;
      border-right: 1px solid #bfbfbf;
      width: 20%!important;/*shiv*/
      float: left;
      margin-bottom: 1rem;
      position: relative;
      top: 0;
      left: 0; }
      .tabs.vertical dd {
        border-radius: 0.4rem 0 0 0.4rem; }
        .tabs.vertical dd > a {
          border-radius: 0.4rem 0 0 0.4rem; }
        .tabs.vertical dd.active {
          border-left: 1px solid #bfbfbf;
          border-top: 1px solid #bfbfbf;
          border-bottom: 1px solid #bfbfbf;
          border-right: 1px solid white;
          left: 1px;
          top: 0;
          z-index: 2; }
          .tabs.vertical dd.active > a {
            background: white; }

  .tabs-content.vertical {
    border-left: 1px solid #bfbfbf;
    border-top: none;
    width: 80%;
    float: left;
    margin-left: -1px;
    margin-left: -1px !important; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
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: #333333; }
  .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: #333333;
  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: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: .45rem;
    padding-bottom: .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: 75%;
        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: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          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: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        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;
  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 #1a1a1a;
    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: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    background: #333333; }
    .top-bar-section ul li > a.button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #00648c;
      border-color: #007095;
      color: white; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #007095; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: white; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #333333; }
    .top-bar-section ul li > a.button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: white; }
    .top-bar-section ul li > a.button.alert {
      background-color: #e60000;
      border-color: #b80000;
      color: white; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #b80000; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: white; }
  .top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #00648c;
    border-color: #007095;
    color: white; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #007095; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: white; }
    .top-bar-section ul li > button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #333333; }
    .top-bar-section ul li > button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: white; }
    .top-bar-section ul li > button.alert {
      background-color: #e60000;
      border-color: #b80000;
      color: white; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #b80000; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: white; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #272727;
    color: white; }
  .top-bar-section ul li.active > a {
    background: #00648c;
    color: white; }
    .top-bar-section ul li.active > a:hover {
      background: #0078a0;
      color: white; }
  .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;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .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-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: #333333;
    /**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,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: all 0s ease 0s;
    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: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #00648c; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .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: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      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:not(.has-form) a:not(.button) {
        color: white;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: white;
        background: #272727; }
      .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 #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      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: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #00648c;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 50em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 50.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 999999999999px) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* 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: #004977;
  text-decoration: underline !important;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0062a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  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: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #a80000; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  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; }
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: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.625rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; } }
/*
 * 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 {
  * {
    background: transparent !important;
    color: #000 !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 #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  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; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.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; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #001329;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #000a14;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #000a14;
  right: 0; }

.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) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span {
    position: absolute;
    display: block;
    height: 0;
    width: 1rem;
    line-height: 1;
    top: 0.9375rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white; }
  .tab-bar .menu-icon:hover span {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -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: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -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; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #e6e6e6;
    text-transform: uppercase;
    font-weight: bold;
    background: #181d2b;
    border-top: 1px solid #10141e;
    border-bottom: none;
    margin: 0;
    display: block;
    width: 100%; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7) !important;
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #000d1d; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  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 .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  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 .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 50.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    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) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  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) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  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; }

.rotate-up {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.rotate-down {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.global-container, .card-navigation-container, .content-box {
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .global-container, .card-navigation-container, .content-box {
      border-radius: 0.625rem;
      background-color: rgba(0, 0, 0, 0.8);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem;
      padding: 0.5rem; }
      .global-container > *, .card-navigation-container > *, .content-box > * {
        background-color: white;
        border-radius: 0.4rem;
        display: block;
        overflow: hidden; } }

.content-box-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  /**zoom: 1;*/ }
  .content-box-row:before, .content-box-row:after {
    content: " ";
    display: table; }
  .content-box-row:after {
    clear: both; }
  @media only screen and (max-width: 40em) {
    .content-box-row {
      width: 100%;
      margin: 0;
      max-width: 62.5rem;
      /**zoom: 1;*/ }
      .content-box-row:before, .content-box-row:after {
        content: " ";
        display: table; }
      .content-box-row:after {
        clear: both; }
      .content-box-row > .columns {
        padding-left: 0;
        padding-right: 0;
        float: left; } }

/*$primary-color-light: mix( white, $primary-color, 75% ) !default;
$primary-color-lighter: mix( white, $primary-color, 90% ) !default;
$primary-color-lightest: mix( white, $primary-color, 95% ) !default;
$primary-color-dark: mix( black, $primary-color, 25% ) !default;
$primary-color-darker: mix( black, $primary-color, 50% ) !default;

$secondary-color-light: mix( white, $secondary-color, 25% ) !default;
$secondary-color-lighter: mix( white, $secondary-color, 50% ) !default;
$secondary-color-lightest: mix( white, $secondary-color, 75% ) !default;
$secondary-color-dark: mix( black, $secondary-color, 25% ) !default;
$secondary-color-darker: mix( black, $secondary-color, 50% ) !default;

$brand-color-light: mix( white, $brand-color, 25% ) !default;
$brand-color-lighter: mix( white, $brand-color, 50% ) !default;
$brand-color-lightest: mix( white, $brand-color, 75% ) !default;
$brand-color-dark: mix( black, $brand-color, 25% ) !default;
$brand-color-darker: mix( black, $brand-color, 50% ) !default;*/
/* General theme color codes*/
.ac-text-color-black {
  color: #212121; }

.ac-text-color-blue {
  color: #003166; }

.ac-text-color-grey {
  color: #404040; }

.ac-text-color-green {
  color: #163913; }

.ac-text-color-orange {
  color: #f5843d; }

.ac-text-color-red {
  color: #610000; }

.ac-text-color-white {
  color: white; }

.s4-ca.row > .column,
.s4-ca.row > .columns {
  float: left;
  padding-left: 0em;
  padding-right: 0em; }

form .s4-ca.row .row {
  margin: 0; }

/* Sharepoint ribbon */
#s4-ribbonrow *, #s4-ribbonrow *:before, #s4-ribbonrow *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
#s4-ribbonrow * input[type="text"], #s4-ribbonrow * input[type="password"], #s4-ribbonrow * input[type="date"], #s4-ribbonrow * input[type="datetime"], #s4-ribbonrow * input[type="datetime-local"], #s4-ribbonrow * input[type="month"], #s4-ribbonrow * input[type="week"], #s4-ribbonrow * input[type="email"], #s4-ribbonrow * input[type="number"], #s4-ribbonrow * input[type="search"], #s4-ribbonrow * input[type="tel"], #s4-ribbonrow * input[type="time"], #s4-ribbonrow * input[type="url"], #s4-ribbonrow * textarea {
  height: 20px;
  padding: inherit;
  font-size: 0.875rem; }
#s4-ribbonrow * input[name=FontSizeStyleValue] {
  width: 4em !important; }
#s4-ribbonrow * input[name=FontFamilyStyleValue] {
  width: 15em !important; }

.ms-cui-gallerybutton-a img {
  width: auto !important; }

#MSOTlPn_MainTD {
  position: absolute;
  right: 38px;
  z-index: 1000; }
  #MSOTlPn_MainTD * {
    font-size: 10pt; }

.s4-notdlg {
  z-index: 1000; }

.s4-wpTopTable {
  border: none;
  background: none; }
  .s4-wpTopTable td {
    padding: 0;
    width: 100%; }
  .s4-wpTopTable table {
    width: 100%;
    border: none;
    background: none;
    margin-bottom: 0;
    vertical-align: top; }
    .s4-wpTopTable table tr {
      vertical-align: top; }
  .s4-wpTopTable .ms-sbgo.ms-sbcell > a {
    border-radius: 0 0.4rem 0.4rem 0;
    border-style: none !important;
    padding: 0.35rem 0.7rem 0.3rem 0.5rem;
    font-size: 1.3em;
    height: 36px;
    background-color: #ef5c00;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    vertical-align: top; }
    .s4-wpTopTable .ms-sbgo.ms-sbcell > a:before {
      font-family: "icon-typeface";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "\e90a";
      text-shadow: 1px 1px 3px #545454; }
    .s4-wpTopTable .ms-sbgo.ms-sbcell > a > img {
      border: none !important;
      display: none !important; }
  .s4-wpTopTable #SRSB .ms-sbcell > input.ms-sbplain {
    background-color: white;
    height: 36px;
    position: relative;
    width: 100% !important;
    border: 0 none;
    border-radius: 0.4rem 0 0 0.4rem;
    font-size: 1.13em;
    font-style: italic;
    font-weight: 100;
    padding: 0 12px 0;
    margin: 0;
    top: 0; }

#pageStatusBar span[title="Important"] {
  display: block;
  font-size: .8em;
  padding-top: .1em; }

.s4-tn li.static > .menu-item {
  color: black;
  height: inherit; }

#s4-ribbonrow img {
  max-width: inherit; }

div.s4-ca.row {
  background: transparent; }

.s4-tn {
  background-color: #ededed;
  color: black; }

.ms-cui-ribbon ul, .ms-cui-ribbon ol, .ms-cui-ribbon dl {
  font-size: 8pt; }

#global-navigation-buttons {
  background: #610000;
  box-shadow: 0 1px 2px black;
  color: white;
  font-family: "Open Sans", sans-serif; }
  #global-navigation-buttons li {
    padding-bottom: .5em;
    padding-top: .5em; }
    @media screen and (max-width: 710px) and (min-width: 641px) {
      #global-navigation-buttons li {
        padding-left: .2rem;
        padding-right: .2rem; } }
    #global-navigation-buttons li:hover, #global-navigation-buttons li.openmenu {
      background: #470000;
      text-decoration: underline; }
    @media only screen and (min-width: 40.063em) {
      #global-navigation-buttons li {
        border-right: 1px solid #330000; }
        #global-navigation-buttons li:first-child {
          border-left: 1px solid #330000; } }
  #global-navigation-buttons a {
    color: white;
    font-size: 0.875rem; }
    @media only screen and (min-width: 50.063em) {
      #global-navigation-buttons a {
        font-size: 1em; } }
    @media only screen and (min-width: 53em) {
      #global-navigation-buttons a:after {
        font-family: "icon-typeface";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: .2em;
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        content: "\e94e"; } }
    @media screen and (max-width: 710px) and (min-width: 641px) {
      #global-navigation-buttons a {
        font-size: 0.813rem; } }
    #global-navigation-buttons a:hover {
      color: white; }

.global-navigation-dropdown {
  position: relative;
  z-index: 100; }

#main-navigation .dropdownMenu .subMenuColumn {
  display: block;
  float: none;
  padding-top: 1em;
  vertical-align: top; }
  @media only screen and (min-width: 40.063em) {
    #main-navigation .dropdownMenu .subMenuColumn {
      display: table-cell; } }

#main-navigation .dropdownMenu .subMenuColumn ul {
  float: left;
  vertical-align: top; }

#main-navigation {
  background: none;
  border: none; }

nav.mainNavigation > div.section-container > section > p.title a,
nav.mainNavigation > div.section-container > section.active > p.title a {
  line-height: 2.4375rem; }

#main-navigation section .title a {
  background: none;
  border: none;
  box-shadow: none;
  color: #ededed;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  z-index: 2;
  width: 100%;
  height: 100%; }

#main-navigation section .title a:hover {
  overflow: visible;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4MDgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: #480800;
  background: -moz-linear-gradient(top, #480800 0%, #620000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #480800), color-stop(100%, #620000));
  background: -webkit-linear-gradient(top, #480800 0%, #620000 100%);
  background: -o-linear-gradient(top, #480800 0%, #620000 100%);
  background: -ms-linear-gradient(top, #480800 0%, #620000 100%);
  background: linear-gradient(to bottom, #480800 0%, #620000 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#480800', endColorstr='#620000', GradientType=0);
  text-decoration: underline; }
  @media only screen and (min-width: 40.063em) {
    #main-navigation section .title a:hover {
      -webkit-border-top-left-radius: 0.938em;
      -webkit-border-top-right-radius: 0.938em;
      -moz-border-radius-topleft: 0.938em;
      -moz-border-radius-topright: 0.938em;
      border-top-left-radius: 0.938em;
      border-top-right-radius: 0.938em; } }

.mainNavigation .section-container {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0; }

.mainNavigation .section-container section .title,
.section-container .section .title {
  background: none !important;
  border-image: none !important;
  border-style: none !important;
  border-width: 0 !important;
  top: -1px;
  width: auto;
  z-index: 1; }

.mainNavigation .section-container section.active .title,
.section-container .section.active .title {
  background: none !important;
  border-image: none !important;
  border-style: none !important;
  border-width: 0 !important;
  top: -1px;
  width: auto;
  z-index: 1; }

nav.mainNavigation > div.section-container.horizontal-nav > section.active .dropdownMenu {
  border: none; }

.subMenuColumn a {
  color: #474747;
  display: block;
  line-height: 1.3em;
  padding: 3% 10% 3% 2%;
  text-decoration: underline; }

.dropdownMenu .submenu-footer {
  border-top: 2px solid #B6B6B6;
  clear: both;
  height: 2em;
  text-align: center;
  width: 100%; }

.dropdownMenu hr {
  background: none repeat scroll 0 0 #B6B6B6;
  border: 0 none;
  box-shadow: 0 1px 1px #FFFFFF;
  height: 2px; }

.dropdownMenu .divider {
  background: none repeat scroll 0 0 #CCCCCC;
  display: block;
  margin: 0 0.5%;
  min-height: 24em;
  width: 2px; }

.dropdownMenu .submenu-footer a {
  line-height: 2em;
  text-transform: uppercase; }

.subMenuColumn section li a {
  color: #474747;
  display: block;
  padding: 3% 10% 3% 1%;
  width: 89%; }

.main-navigation {
  color: #FFFFFF;
  display: block;
  font-family: 'Open Sans',sans-serif;
  line-height: 1.8em;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 1px #000000;
  text-transform: uppercase;
  white-space: normal;
  width: 100%; }

/* Global Mobile Nav */
.global-mobile-nav {
  height: 3.31rem; }
  .global-mobile-nav.tab-bar h1 {
    line-height: 3.4rem; }
  .global-mobile-nav.tab-bar.menu-icon {
    text-indent: 1.6rem;
    width: 3.31rem;
    height: 3.31rem;
    line-height: 2.4163rem; }
    .global-mobile-nav.tab-bar.menu-icon span {
      position: absolute;
      display: block;
      height: 0;
      width: 1rem;
      line-height: 1;
      top: 1.25rem;
      left: 0.90625rem;
      box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF; }
  .global-mobile-nav.top-bar .title-area {
    background: rgba(0, 0, 0, 0); }
    .global-mobile-nav.top-bar .title-area li:first-child {
      top: 5px; }
    .global-mobile-nav.top-bar .title-area.expanded {
      background: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .global-mobile-nav {
      background: none !important;
      border-bottom: none !important;
      box-shadow: none !important; }
      .global-mobile-nav.tab-bar.top-bar .top-bar-section ul.left {
        width: 100%; }
        .global-mobile-nav.tab-bar.top-bar .top-bar-section ul.left .has-form {
          background: transparent;
          border-bottom: none !important;
          padding: 0;
          width: 100%; } }

nav .top-bar-section .dropdown li label {
  background: none repeat scroll 0 0 #8C0000;
  white-space: nowrap; }

nav.tab-bar {
  z-index: 2; }

.top-bar {
  background: #181D2B;
  border-bottom: #273457 1px solid;
  margin-bottom: 0; }
  .top-bar.expanded {
    background: #181D2B; }
    .top-bar.expanded .title-area {
      background: #181D2B; }
  .top-bar .title-area {
    background: #181D2B; }

.top-bar-section ul {
  background: none; }

@media (max-width: 940px) {
  #main-navigation .dropdownMenu .subMenuColumn img {
    display: none; }

  #main-navigation .dropdownMenu .subMenuColumn ul {
    float: none; } }
/* This can be set to "list" or "content" depending on what you want inside. */
/* If you do not want to attach the triangle pop, set this to false. */
/* By default, the dropdown is 200px max-width, taking on 100% when gets smaller than that. */
/* You can set this to any number you want or change it globally with the variable. */
/* Container mixin and its options */
.dropdownMenuContainer.f-dropdown-2 {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 99%;
  -webkit-transitions: all ease !important;
  -moz-transitions: all ease !important;
  -ms-transitions: all ease !important;
  -o-transitions: all ease !important;
  transition: all ease !important;
  background-color: white;
  border-color: #470000;
  border-style: solid !important;
  border-width: 1px 0.5em 0.5em !important;
  margin: 0;
  overflow: hidden !important;
  transition: all 0s ease 0s !important; }
  .dropdownMenuContainer.f-dropdown-2 > *:first-child {
    margin-top: 0; }
  .dropdownMenuContainer.f-dropdown-2 > *:last-child {
    margin-bottom: 0; }
  .dropdownMenuContainer.f-dropdown-2 a {
    color: #004977;
    display: block;
    font-size: 0.825rem;
    }
    @media only screen and (min-width: 50.063em) {
      .dropdownMenuContainer.f-dropdown-2 a {
        font-size: .813rem; } }
  .dropdownMenuContainer.f-dropdown-2 ul, .dropdownMenuContainer.f-dropdown-2 ol, .dropdownMenuContainer.f-dropdown-2 dl {
    line-height: 1.4rem; }
  .dropdownMenuContainer.f-dropdown-2 .open {
    top: 0 !important; }
  .dropdownMenuContainer.f-dropdown-2#county-offices-menu {
    padding: 0; }
    .dropdownMenuContainer.f-dropdown-2#county-offices-menu hr {
      height: 1px;
      margin: 0; }
    .dropdownMenuContainer.f-dropdown-2#county-offices-menu.open {
      left: 4px !important; }
    .dropdownMenuContainer.f-dropdown-2#county-offices-menu ul li {
      border-bottom: none;
      border-top: 1px solid #cccccc; }
      .dropdownMenuContainer.f-dropdown-2#county-offices-menu ul li:first-child {
        border-top: none; }
  .dropdownMenuContainer.f-dropdown-2#business-resource-menu {
    padding: .5em 1rem 1rem; }
    .dropdownMenuContainer.f-dropdown-2#business-resource-menu li:first-child {
      border-top: none; }
    .dropdownMenuContainer.f-dropdown-2#business-resource-menu.open {
      left: 1% !important;
      width: 74.5%; }
      @media only screen and (min-width: 50.063em) {
        .dropdownMenuContainer.f-dropdown-2#business-resource-menu.open {
          left: 32% !important;
          width: 60%; }
          .dropdownMenuContainer.f-dropdown-2#business-resource-menu.open.safari {
            left: 75% !important; } }
  .dropdownMenuContainer.f-dropdown-2#how-we-can-help-menu {
    padding: 0;
    width: 99%; }
    .dropdownMenuContainer.f-dropdown-2#how-we-can-help-menu li:first-child {
      border-top: none; }
  @media only screen and (min-width: 40.063em) {
    .dropdownMenuContainer.f-dropdown-2#contact-us-menu.safari {
      width: 25% !important; } }
  .dropdownMenuContainer.f-dropdown-2#contact-us-menu.open {
    left: 5px !important; }
    @media only screen and (min-width: 40.063em) {
      .dropdownMenuContainer.f-dropdown-2#contact-us-menu.open.safari {
        left: 75% !important; } }
  .dropdownMenuContainer.f-dropdown-2#contact-us-menu .contactmenu input[type="button"] {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: .813rem; }
  .dropdownMenuContainer.f-dropdown-2#contact-us-menu, .dropdownMenuContainer.f-dropdown-2#county-offices-menu {
    width: 100%; }
    .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs-content.vertical, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs-content.vertical {
      background: #ededed;
      border-left: 1px solid #bfbfbf;
      margin-bottom: 0;
      position: relative;
      width: 70%;
      z-index: 1; }
    .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs-content > .content, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs-content > .content {
      float: none;
      padding: 1rem 1.07143rem 0; }
    .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs.vertical, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs.vertical {
      width: 30%;
      border-right: none !important; }
    .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd {
      border-bottom: 1px solid #cccccc;
      position: relative;
      z-index: 1; }
      .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd:hover, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd:hover {
        border-right: 1px solid #545454; }
      .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd.active, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd.active {
        background: #ededed;
        border-bottom: 1px solid #545454;
        border-left: none;
        border-right: 1px solid #ededed;
        left: 0;
        position: relative;
        z-index: 3; }
        .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd.active a, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd.active a {
          background: #ededed;
          font-weight: bold; }
        .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd.active:first-child, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd.active:first-child {
          border-top: none; }
      .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd > a, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd > a {
        background: white;
        border: medium none;
        font-size: 1rem; }
        @media only screen and (min-width: 50.063em) {
          .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd > a, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd > a {
            font-size: 0.875rem;
            padding: 0.4rem 2.28571rem; } }
        .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd > a:hover, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd > a:hover {
          text-decoration: underline; }
        .dropdownMenuContainer.f-dropdown-2#contact-us-menu .tabs dd > a:focus, .dropdownMenuContainer.f-dropdown-2#county-offices-menu .tabs dd > a:focus {
          border: none; }

#main-navigation.section-container section,
#main-navigation.section-container .section {
  border-top: 1px solid #300000; }
  @media only screen and (min-width: 40.063em) {
    #main-navigation.section-container section,
    #main-navigation.section-container .section {
      border: 0 none;
      padding-top: 0;
      position: static; } }

.dropdownMenu .heightlight-column {
  background: #F5F5F5;
  border-left: none;
  border-top: 1px solid #D5D5D5; }
  .dropdownMenu .heightlight-column.first {
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #D5D5D5;
    box-shadow: 0px 1px 3px #999;
    margin-bottom: 10px;
    padding-bottom: .5rem; }
.dropdownMenu .c2 li:first-child {
  border-top: none !important; }
@media only screen and (min-width: 50.063em) {
  .dropdownMenu .heightlight-column {
    border-left: 1px solid #D5D5D5;
    border-top: none;
    min-height: 532px; }
    .dropdownMenu .heightlight-column.first {
      border-bottom: none;
      border-left: none;
      border-right: 1px solid #D5D5D5;
      box-shadow: none;
      margin-bottom: 0;
      min-height: 460px;
      padding-bottom: 0; }
  .dropdownMenu .c2 li:first-child {
    border-top: 1px solid #cccccc !important; } }
.dropdownMenu h4 {
  border-bottom: 1px solid #bababa;
  margin: 0;
  padding-bottom: 0.3rem; }
.dropdownMenu h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
.dropdownMenu li {
  border-top: 1px solid #cccccc; }

nav.tab-bar {
  background: #001329;
  border-bottom: 1px solid #2d4a6c;
  box-shadow: 3px 1px 3px black; }
  nav.tab-bar a:visited, nav.tab-bar a:hover {
    color: white; }
  nav.tab-bar a.icon-search {
    font-size: 1.25rem;
    top: 3px;
    left: 7px; }

#departments {
  background: none repeat scroll 0 0 #ededed; }

.goog-te-gadget {
  width: 140px;
  padding-left: 10px;}

@media only screen and (min-width: 50.063em) {
  #search-container {
    min-height: 73px;
    min-width: 303px; } }
#search-container table {
  margin-bottom: 0; }
  #search-container table td.ms-sbcell {
    height: 73px;
    vertical-align: middle; }

@media only screen and (max-width: 40em) {
  .searchcontrol-container {
    background: #F1F1F1;
    padding: 1rem;
    border-bottom: #D2D2D2 1px solid; } }
.searchcontrol-container table {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
  border: none; }
  @media only screen and (max-width: 40em) {
    .searchcontrol-container table {
      background: #FFF; } }
  .searchcontrol-container table table, .searchcontrol-container table tbody, .searchcontrol-container table tr, .searchcontrol-container table div {
    width: 100% !important; }
.searchcontrol-container .ms-PartSpacingVertical {
  font-size: 1pt;
  margin-top: 0; }
.searchcontrol-container .global-container, .searchcontrol-container .card-navigation-container, .searchcontrol-container .content-box {
  background-color: rgba(0, 0, 0, 0.8); }
  .searchcontrol-container .global-container > *, .searchcontrol-container .card-navigation-container > *, .searchcontrol-container .content-box > * {
    background: transparent;
    padding: 0; }
.searchcontrol-container h3 {
  color: #d9d9d9;
  padding: 0 .5rem;
  margin: 0; }
.searchcontrol-container .srch-Metadata1 {
  display: none; }
.searchcontrol-container .srch-Metadata2 {
  margin: 0 0 20px 24px; }

.advanced-search-body table {
  margin: 0 !important; }
.advanced-search-body div.ms-advsearch-header {
  margin-top: 0;
  margin-bottom: 0; }
.advanced-search-body .ms-WPBody h3 {
  font-weight: 300;
  font-size: 1.5rem; }
.advanced-search-body .s4-wpTopTable td {
  width: auto; }
.advanced-search-body .s4-wpTopTable td {
  padding: 0;
  width: auto; }
.advanced-search-body input[type="submit"] {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "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;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  background-color: #00648c;
  border-color: #007095;
  color: white;
  border-radius: 1000px; }
  .advanced-search-body input[type="submit"]:hover, .advanced-search-body input[type="submit"]:focus {
    background-color: #007095; }
  .advanced-search-body input[type="submit"]:hover, .advanced-search-body input[type="submit"]:focus {
    color: white; }

.search-results-webpart-container table, .search-results-webpart-container tbody, .search-results-webpart-container td {
  width: 100%;
  position: relative;
  display: block; }
.search-results-webpart-container #CSR {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .search-results-webpart-container #CSR .s4-wpTopTable td {
    padding: 0;
    width: 80%;
    display: block; }
.search-results-webpart-container .srch-results {
  padding-left: 0;
  max-width: 630px;
  display: block;
  width: 100%;
  position: relative; }
  .search-results-webpart-container .srch-results * {
    position: relative; }
.search-results-webpart-container .ms-WPBody {
  font-size: inherit; }

.srch-AutoCompHListItem {
  background: none;
  background-color: #FFF;
  color: #003759;
  font-style: italic;
  margin: 0;
  padding: 3px 2px 3px 11px;
  border-top: none;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #848484;
  border-right: 1px solid #848484; }
  .srch-AutoCompHListItem.stitleh1 {
    background-color: #F4FBFF; }
  .srch-AutoCompHListItem h1 {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: bolder !important;
    height: 30px;
    line-height: 32px !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .srch-AutoCompHListItem i.icon-search {
    color: #C7C7C7; }
  .srch-AutoCompHListItem:last-child {
    border-radius: 0 0 0.4em 0.4em;
    border-bottom: 1px solid #848484; }
  .srch-AutoCompHListItem a, .srch-AutoCompHListItem a:visited {
    color: #004977; }
  .srch-AutoCompHListItem a:hover {
    color: #007bb8 !important; }

div#autoComp {
  border-radius: 0 0 1rem 1rem;
  width: 100%; }

.move-webparts-here {
  display: none; }

.ms-rte-border .ms-rtestate-write {
  /*	p:before {
  		@include icon(chevron-left);
  		color: rgba(255, 0, 0, .2);
  	}

  	p:after {
  		@include icon(chevron-right);
  		color: rgba(255, 0, 0, .2);
  	} */ }
  .ms-rte-border .ms-rtestate-write .column, .ms-rte-border .ms-rtestate-write .columns, .ms-rte-border .ms-rtestate-write .large-block-grid-4 li, .ms-rte-border .ms-rtestate-write .large-block-grid-3 li, .ms-rte-border .ms-rtestate-write large-block-grid-2 li {
    border: 1px dashed rgba(255, 0, 0, 0.2); }
  .ms-rte-border .ms-rtestate-write .move-webparts-here {
    display: block;
    padding: .5em;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border: 1px solid red;
    width: 100%; }

.ms-rte-border {
  padding: 1em !important; }

.standard-mode body #s4-workspace {
  overflow-y: inherit;
  overflow-x: inherit;
  position: relative;
  height: auto !important;
  width: auto !important; }

.edit-mode {
  /*Ribbon Modification*/
  /*	body {
  	#s4-ribbonrow {
  	position: fixed;
  	z-index: 1000;
  	}
  	.ms-cui-menu {
     position: fixed;
  	}

  	#pageStatusBar {
  	font-family: inherit;
  	font-size: 1em;
  	padding: 4px 5px 5px 10px;
  	position: fixed;
  	width: 100%;
  	z-index: 1;
  	}
  	.s4-status-s3 {
  		background: none repeat scroll 0 0 hsl(54, 97%, 76%);
  		border-color: hsl(51, 91%, 41%);
  		box-shadow: 0 1px 2px hsla(0, 0%, 50%, .9);
  		color: hsl(45, 92%, 15%);
  	}
  	#s4-ribbonrow {
  		background-color: hsl(209, 39%, 21%);
  		min-height: 43px;
  		overflow: visible !important;
  		select {
  			padding: 0;
  		}
  		table {
  			margin-bottom: 0;
  			.ms-wpadder-zoneArea {
  				select {
  					width: auto;
  				}
  			}
  		}
  	}
  } */ }
  .edit-mode body #s4-workspace {
    overflow-y: scroll !important;
    overflow-x: auto !important;
    position: relative !important;
    left: 0px !important; }
  .edit-mode .fixedforedit {
    width: 100%;
    z-index: 999; }
  .edit-mode .show-for-editmode {
    display: block; }
    .edit-mode .show-for-editmode.show-for-small {
      display: block; }
  .edit-mode .hide-for-editmode {
    display: none; }
    .edit-mode .hide-for-editmode.show-for-small {
      display: none; }
  .edit-mode .hidden-web-part-container {
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: block; }
  .edit-mode .content-box .tabs-content > .content {
    background: none repeat scroll 0 0 floralwhite;
    border: 1px dotted #99cd32;
    display: block;
    float: left;
    padding: 0.9375rem 0;
    width: 80%; }
  .edit-mode .content-box dd {
    background: none repeat scroll 0 0 #fff9f0;
    border: 1px dotted #99cd32; }

 /*.show-for-editmode {
	display: block !important;
	&.show-for-small {
		display: block !important;
	}
}

.hide-for-editmode {
	display: none !important;
	&.show-for-small {
		display: none !important;
	}
}
.editit {
  border:1px solid $text-color-orange;
  background-color:$panel-color-green-light;
  display: block;
  padding:2rem;
  .row {
      border:1px solid $panel-color-green;
  background-color:$panel-color-red-light;
  padding:2rem;
  }
  .columns {
      border:1px dashed $panel-color-blue;
  background-color:$panel-color-blue-light;
  padding:2rem;
  }
} */
/* Card Navigation */
@media only screen and (max-width: 40em) {
  .theme-00 .card-navigation-container .department-title {
    display: none; } }

@media only screen and (max-width: 40em) {
  .subsite-navigation {
    padding: 0; } }

.card-navigation-container ul {
  padding: 0;
  margin: 0; }
.card-navigation-container li {
  padding: 0;
  margin: 0; }
.card-navigation-container .department-title {
  font-size: 2rem;
  text-align: center; }
  .card-navigation-container .department-title a,
  .card-navigation-container .department-title a:active,
  .card-navigation-container .department-title a:visited,
  .card-navigation-container .department-title a:focus,
  .card-navigation-container .department-title a:hover {
    color: white;
    display: block;

    text-decoration: none; }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a,
      .card-navigation-container .department-title a:active,
      .card-navigation-container .department-title a:visited,
      .card-navigation-container .department-title a:focus,
      .card-navigation-container .department-title a:hover {
        background: rgba(0, 0, 0, 0.4);
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 1rem;
        padding-top: 1rem;
        display: table;
        text-align: center;
        width: 100%;
        min-height: inherit !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1rem; } }
    @media only screen and (min-width: 40.063em) {
      .card-navigation-container .department-title a,
      .card-navigation-container .department-title a:active,
      .card-navigation-container .department-title a:visited,
      .card-navigation-container .department-title a:focus,
      .card-navigation-container .department-title a:hover {
        margin-bottom: 1rem;
        margin-top: 1rem; } }
    @media only screen and (min-width: 40.063em) and (max-width: 50em) {
      .card-navigation-container .department-title a,
      .card-navigation-container .department-title a:active,
      .card-navigation-container .department-title a:visited,
      .card-navigation-container .department-title a:focus,
      .card-navigation-container .department-title a:hover {
        height: auto !important;
        min-height: inherit !important; } }
    @media only screen and (min-width: 50.063em) {
      .card-navigation-container .department-title a,
      .card-navigation-container .department-title a:active,
      .card-navigation-container .department-title a:visited,
      .card-navigation-container .department-title a:focus,
      .card-navigation-container .department-title a:hover {
        height: 9rem; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-00:before,
      .card-navigation-container .department-title a:active i.theme-00:before,
      .card-navigation-container .department-title a:visited i.theme-00:before,
      .card-navigation-container .department-title a:focus i.theme-00:before,
      .card-navigation-container .department-title a:hover i.theme-00:before {
        background-color: #1b5b98; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-01:before,
      .card-navigation-container .department-title a:active i.theme-01:before,
      .card-navigation-container .department-title a:visited i.theme-01:before,
      .card-navigation-container .department-title a:focus i.theme-01:before,
      .card-navigation-container .department-title a:hover i.theme-01:before {
        background-color: #0f573e; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-02:before,
      .card-navigation-container .department-title a:active i.theme-02:before,
      .card-navigation-container .department-title a:visited i.theme-02:before,
      .card-navigation-container .department-title a:focus i.theme-02:before,
      .card-navigation-container .department-title a:hover i.theme-02:before {
        background-color: #3f0f57; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-03:before,
      .card-navigation-container .department-title a:active i.theme-03:before,
      .card-navigation-container .department-title a:visited i.theme-03:before,
      .card-navigation-container .department-title a:focus i.theme-03:before,
      .card-navigation-container .department-title a:hover i.theme-03:before {
        background-color: #002d57; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-04:before,
      .card-navigation-container .department-title a:active i.theme-04:before,
      .card-navigation-container .department-title a:visited i.theme-04:before,
      .card-navigation-container .department-title a:focus i.theme-04:before,
      .card-navigation-container .department-title a:hover i.theme-04:before {
        background-color: #0e4b4e; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-05:before,
      .card-navigation-container .department-title a:active i.theme-05:before,
      .card-navigation-container .department-title a:visited i.theme-05:before,
      .card-navigation-container .department-title a:focus i.theme-05:before,
      .card-navigation-container .department-title a:hover i.theme-05:before {
        background-color: #d05525; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-06:before,
      .card-navigation-container .department-title a:active i.theme-06:before,
      .card-navigation-container .department-title a:visited i.theme-06:before,
      .card-navigation-container .department-title a:focus i.theme-06:before,
      .card-navigation-container .department-title a:hover i.theme-06:before {
        background-color: #104356; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-07:before,
      .card-navigation-container .department-title a:active i.theme-07:before,
      .card-navigation-container .department-title a:visited i.theme-07:before,
      .card-navigation-container .department-title a:focus i.theme-07:before,
      .card-navigation-container .department-title a:hover i.theme-07:before {
        background-color: #52a3e0; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-08:before,
      .card-navigation-container .department-title a:active i.theme-08:before,
      .card-navigation-container .department-title a:visited i.theme-08:before,
      .card-navigation-container .department-title a:focus i.theme-08:before,
      .card-navigation-container .department-title a:hover i.theme-08:before {
        background-color: #1b5b98; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-09:before,
      .card-navigation-container .department-title a:active i.theme-09:before,
      .card-navigation-container .department-title a:visited i.theme-09:before,
      .card-navigation-container .department-title a:focus i.theme-09:before,
      .card-navigation-container .department-title a:hover i.theme-09:before {
        background-color: #1b5b98; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-10:before,
      .card-navigation-container .department-title a:active i.theme-10:before,
      .card-navigation-container .department-title a:visited i.theme-10:before,
      .card-navigation-container .department-title a:focus i.theme-10:before,
      .card-navigation-container .department-title a:hover i.theme-10:before {
        background-color: #0f3e57; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-11:before,
      .card-navigation-container .department-title a:active i.theme-11:before,
      .card-navigation-container .department-title a:visited i.theme-11:before,
      .card-navigation-container .department-title a:focus i.theme-11:before,
      .card-navigation-container .department-title a:hover i.theme-11:before {
        background-color: #0f5733; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-12:before,
      .card-navigation-container .department-title a:active i.theme-12:before,
      .card-navigation-container .department-title a:visited i.theme-12:before,
      .card-navigation-container .department-title a:focus i.theme-12:before,
      .card-navigation-container .department-title a:hover i.theme-12:before {
        background-color: #1b5b98; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-13:before,
      .card-navigation-container .department-title a:active i.theme-13:before,
      .card-navigation-container .department-title a:visited i.theme-13:before,
      .card-navigation-container .department-title a:focus i.theme-13:before,
      .card-navigation-container .department-title a:hover i.theme-13:before {
        background-color: #0f3e57; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-14:before,
      .card-navigation-container .department-title a:active i.theme-14:before,
      .card-navigation-container .department-title a:visited i.theme-14:before,
      .card-navigation-container .department-title a:focus i.theme-14:before,
      .card-navigation-container .department-title a:hover i.theme-14:before {
        background-color: #9c1c1c; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-15:before,
      .card-navigation-container .department-title a:active i.theme-15:before,
      .card-navigation-container .department-title a:visited i.theme-15:before,
      .card-navigation-container .department-title a:focus i.theme-15:before,
      .card-navigation-container .department-title a:hover i.theme-15:before {
        background-color: #0f573e; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-16:before,
      .card-navigation-container .department-title a:active i.theme-16:before,
      .card-navigation-container .department-title a:visited i.theme-16:before,
      .card-navigation-container .department-title a:focus i.theme-16:before,
      .card-navigation-container .department-title a:hover i.theme-16:before {
        background-color: #1b5b98; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-17:before,
      .card-navigation-container .department-title a:active i.theme-17:before,
      .card-navigation-container .department-title a:visited i.theme-17:before,
      .card-navigation-container .department-title a:focus i.theme-17:before,
      .card-navigation-container .department-title a:hover i.theme-17:before {
        background-color: #0f573e; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-18:before,
      .card-navigation-container .department-title a:active i.theme-18:before,
      .card-navigation-container .department-title a:visited i.theme-18:before,
      .card-navigation-container .department-title a:focus i.theme-18:before,
      .card-navigation-container .department-title a:hover i.theme-18:before {
        background-color: #0280a7; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-19:before,
      .card-navigation-container .department-title a:active i.theme-19:before,
      .card-navigation-container .department-title a:visited i.theme-19:before,
      .card-navigation-container .department-title a:focus i.theme-19:before,
      .card-navigation-container .department-title a:hover i.theme-19:before {
        background-color: #0f573e; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-20:before,
      .card-navigation-container .department-title a:active i.theme-20:before,
      .card-navigation-container .department-title a:visited i.theme-20:before,
      .card-navigation-container .department-title a:focus i.theme-20:before,
      .card-navigation-container .department-title a:hover i.theme-20:before {
        background-color: #1b5b98; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-21:before,
      .card-navigation-container .department-title a:active i.theme-21:before,
      .card-navigation-container .department-title a:visited i.theme-21:before,
      .card-navigation-container .department-title a:focus i.theme-21:before,
      .card-navigation-container .department-title a:hover i.theme-21:before {
        background-color: #9c1c1c; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i.theme-22:before,
      .card-navigation-container .department-title a:active i.theme-22:before,
      .card-navigation-container .department-title a:visited i.theme-22:before,
      .card-navigation-container .department-title a:focus i.theme-22:before,
      .card-navigation-container .department-title a:hover i.theme-22:before {
        background-color: #0280a7; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a i,
      .card-navigation-container .department-title a:active i,
      .card-navigation-container .department-title a:visited i,
      .card-navigation-container .department-title a:focus i,
      .card-navigation-container .department-title a:hover i {
        display: table-row;
        font-size: 6rem;
        vertical-align: middle; } }
    .card-navigation-container .department-title a i:before,
    .card-navigation-container .department-title a:active i:before,
    .card-navigation-container .department-title a:visited i:before,
    .card-navigation-container .department-title a:focus i:before,
    .card-navigation-container .department-title a:hover i:before {
      color: white; }
      @media only screen and (max-width: 40em) {
        .card-navigation-container .department-title a i:before,
        .card-navigation-container .department-title a:active i:before,
        .card-navigation-container .department-title a:visited i:before,
        .card-navigation-container .department-title a:focus i:before,
        .card-navigation-container .department-title a:hover i:before {
          border-radius: 0.625rem;
          box-shadow: 0 2px 3px black;
          padding: 1rem;
          width: auto; } }
      @media only screen and (min-width: 40.063em) and (max-width: 50em) {
        .card-navigation-container .department-title a i:before,
        .card-navigation-container .department-title a:active i:before,
        .card-navigation-container .department-title a:visited i:before,
        .card-navigation-container .department-title a:focus i:before,
        .card-navigation-container .department-title a:hover i:before {
          display: inline-block;
          font-size: 2rem; } }
      @media only screen and (min-width: 50.063em) {
        .card-navigation-container .department-title a i:before,
        .card-navigation-container .department-title a:active i:before,
        .card-navigation-container .department-title a:visited i:before,
        .card-navigation-container .department-title a:focus i:before,
        .card-navigation-container .department-title a:hover i:before {
          display: block;
          font-size: 9rem;
          width: auto; } }
    @media only screen and (max-width: 40em) {
      .card-navigation-container .department-title a .text,
      .card-navigation-container .department-title a:active .text,
      .card-navigation-container .department-title a:visited .text,
      .card-navigation-container .department-title a:focus .text,
      .card-navigation-container .department-title a:hover .text {
        display: none;
        margin-top: 1rem;
        width: 100%; } }
    @media only screen and (min-width: 50.063em) {
      .card-navigation-container .department-title a .text,
      .card-navigation-container .department-title a:active .text,
      .card-navigation-container .department-title a:visited .text,
      .card-navigation-container .department-title a:focus .text,
      .card-navigation-container .department-title a:hover .text {
        display: none; } }
    .card-navigation-container .department-title a.theme-00,
    .card-navigation-container .department-title a:active.theme-00,
    .card-navigation-container .department-title a:visited.theme-00,
    .card-navigation-container .department-title a:focus.theme-00,
    .card-navigation-container .department-title a:hover.theme-00 {
      text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
    .card-navigation-container .department-title a.theme-01,
    .card-navigation-container .department-title a:active.theme-01,
    .card-navigation-container .department-title a:visited.theme-01,
    .card-navigation-container .department-title a:focus.theme-01,
    .card-navigation-container .department-title a:hover.theme-01 {
      text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
    .card-navigation-container .department-title a.theme-02,
    .card-navigation-container .department-title a:active.theme-02,
    .card-navigation-container .department-title a:visited.theme-02,
    .card-navigation-container .department-title a:focus.theme-02,
    .card-navigation-container .department-title a:hover.theme-02 {
      text-shadow: -1px -1px 1px rgba(34, 0, 51, 0.7), 1px -1px 1px rgba(34, 0, 51, 0.7), -1px 1px 1px rgba(34, 0, 51, 0.7), 1px 1px 1px rgba(34, 0, 51, 0.7); }
    .card-navigation-container .department-title a.theme-03,
    .card-navigation-container .department-title a:active.theme-03,
    .card-navigation-container .department-title a:visited.theme-03,
    .card-navigation-container .department-title a:focus.theme-03,
    .card-navigation-container .department-title a:hover.theme-03 {
      text-shadow: -1px -1px 1px rgba(0, 22, 43, 0.7), 1px -1px 1px rgba(0, 22, 43, 0.7), -1px 1px 1px rgba(0, 22, 43, 0.7), 1px 1px 1px rgba(0, 22, 43, 0.7); }
    .card-navigation-container .department-title a.theme-04,
    .card-navigation-container .department-title a:active.theme-04,
    .card-navigation-container .department-title a:visited.theme-04,
    .card-navigation-container .department-title a:focus.theme-04,
    .card-navigation-container .department-title a:hover.theme-04 {
      text-shadow: -1px -1px 1px rgba(0, 44, 46, 0.7), 1px -1px 1px rgba(0, 44, 46, 0.7), -1px 1px 1px rgba(0, 44, 46, 0.7), 1px 1px 1px rgba(0, 44, 46, 0.7); }
    .card-navigation-container .department-title a.theme-05,
    .card-navigation-container .department-title a:active.theme-05,
    .card-navigation-container .department-title a:visited.theme-05,
    .card-navigation-container .department-title a:focus.theme-05,
    .card-navigation-container .department-title a:hover.theme-05 {
      text-shadow: -1px -1px 1px rgba(122, 35, 0, 0.7), 1px -1px 1px rgba(122, 35, 0, 0.7), -1px 1px 1px rgba(122, 35, 0, 0.7), 1px 1px 1px rgba(122, 35, 0, 0.7); }
    .card-navigation-container .department-title a.theme-06,
    .card-navigation-container .department-title a:active.theme-06,
    .card-navigation-container .department-title a:visited.theme-06,
    .card-navigation-container .department-title a:focus.theme-06,
    .card-navigation-container .department-title a:hover.theme-06 {
      text-shadow: -1px -1px 1px rgba(0, 37, 51, 0.7), 1px -1px 1px rgba(0, 37, 51, 0.7), -1px 1px 1px rgba(0, 37, 51, 0.7), 1px 1px 1px rgba(0, 37, 51, 0.7); }
    .card-navigation-container .department-title a.theme-07,
    .card-navigation-container .department-title a:active.theme-07,
    .card-navigation-container .department-title a:visited.theme-07,
    .card-navigation-container .department-title a:focus.theme-07,
    .card-navigation-container .department-title a:hover.theme-07 {
      text-shadow: -1px -1px 1px rgba(0, 87, 153, 0.7), 1px -1px 1px rgba(0, 87, 153, 0.7), -1px 1px 1px rgba(0, 87, 153, 0.7), 1px 1px 1px rgba(0, 87, 153, 0.7); }
    .card-navigation-container .department-title a.theme-08,
    .card-navigation-container .department-title a:active.theme-08,
    .card-navigation-container .department-title a:visited.theme-08,
    .card-navigation-container .department-title a:focus.theme-08,
    .card-navigation-container .department-title a:hover.theme-08 {
      text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
    .card-navigation-container .department-title a.theme-09,
    .card-navigation-container .department-title a:active.theme-09,
    .card-navigation-container .department-title a:visited.theme-09,
    .card-navigation-container .department-title a:focus.theme-09,
    .card-navigation-container .department-title a:hover.theme-09 {
      text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
    .card-navigation-container .department-title a.theme-10,
    .card-navigation-container .department-title a:active.theme-10,
    .card-navigation-container .department-title a:visited.theme-10,
    .card-navigation-container .department-title a:focus.theme-10,
    .card-navigation-container .department-title a:hover.theme-10 {
      text-shadow: -1px -1px 1px rgba(0, 33, 51, 0.7), 1px -1px 1px rgba(0, 33, 51, 0.7), -1px 1px 1px rgba(0, 33, 51, 0.7), 1px 1px 1px rgba(0, 33, 51, 0.7); }
    .card-navigation-container .department-title a.theme-11,
    .card-navigation-container .department-title a:active.theme-11,
    .card-navigation-container .department-title a:visited.theme-11,
    .card-navigation-container .department-title a:focus.theme-11,
    .card-navigation-container .department-title a:hover.theme-11 {
      text-shadow: -1px -1px 1px rgba(0, 51, 26, 0.7), 1px -1px 1px rgba(0, 51, 26, 0.7), -1px 1px 1px rgba(0, 51, 26, 0.7), 1px 1px 1px rgba(0, 51, 26, 0.7); }
    .card-navigation-container .department-title a.theme-12,
    .card-navigation-container .department-title a:active.theme-12,
    .card-navigation-container .department-title a:visited.theme-12,
    .card-navigation-container .department-title a:focus.theme-12,
    .card-navigation-container .department-title a:hover.theme-12 {
      text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
    .card-navigation-container .department-title a.theme-13,
    .card-navigation-container .department-title a:active.theme-13,
    .card-navigation-container .department-title a:visited.theme-13,
    .card-navigation-container .department-title a:focus.theme-13,
    .card-navigation-container .department-title a:hover.theme-13 {
      text-shadow: -1px -1px 1px rgba(0, 33, 51, 0.7), 1px -1px 1px rgba(0, 33, 51, 0.7), -1px 1px 1px rgba(0, 33, 51, 0.7), 1px 1px 1px rgba(0, 33, 51, 0.7); }
    .card-navigation-container .department-title a.theme-14,
    .card-navigation-container .department-title a:active.theme-14,
    .card-navigation-container .department-title a:visited.theme-14,
    .card-navigation-container .department-title a:focus.theme-14,
    .card-navigation-container .department-title a:hover.theme-14 {
      text-shadow: -1px -1px 1px rgba(92, 0, 0, 0.7), 1px -1px 1px rgba(92, 0, 0, 0.7), -1px 1px 1px rgba(92, 0, 0, 0.7), 1px 1px 1px rgba(92, 0, 0, 0.7); }
    .card-navigation-container .department-title a.theme-15,
    .card-navigation-container .department-title a:active.theme-15,
    .card-navigation-container .department-title a:visited.theme-15,
    .card-navigation-container .department-title a:focus.theme-15,
    .card-navigation-container .department-title a:hover.theme-15 {
      text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
    .card-navigation-container .department-title a.theme-16,
    .card-navigation-container .department-title a:active.theme-16,
    .card-navigation-container .department-title a:visited.theme-16,
    .card-navigation-container .department-title a:focus.theme-16,
    .card-navigation-container .department-title a:hover.theme-16 {
      text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
    .card-navigation-container .department-title a.theme-17,
    .card-navigation-container .department-title a:active.theme-17,
    .card-navigation-container .department-title a:visited.theme-17,
    .card-navigation-container .department-title a:focus.theme-17,
    .card-navigation-container .department-title a:hover.theme-17 {
      text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
    .card-navigation-container .department-title a.theme-18,
    .card-navigation-container .department-title a:active.theme-18,
    .card-navigation-container .department-title a:visited.theme-18,
    .card-navigation-container .department-title a:focus.theme-18,
    .card-navigation-container .department-title a:hover.theme-18 {
      text-shadow: -1px -1px 1px rgba(0, 65, 84, 0.7), 1px -1px 1px rgba(0, 65, 84, 0.7), -1px 1px 1px rgba(0, 65, 84, 0.7), 1px 1px 1px rgba(0, 65, 84, 0.7); }
    .card-navigation-container .department-title a.theme-19,
    .card-navigation-container .department-title a:active.theme-19,
    .card-navigation-container .department-title a:visited.theme-19,
    .card-navigation-container .department-title a:focus.theme-19,
    .card-navigation-container .department-title a:hover.theme-19 {
      text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
    .card-navigation-container .department-title a.theme-20,
    .card-navigation-container .department-title a:active.theme-20,
    .card-navigation-container .department-title a:visited.theme-20,
    .card-navigation-container .department-title a:focus.theme-20,
    .card-navigation-container .department-title a:hover.theme-20 {
      text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
    .card-navigation-container .department-title a.theme-21,
    .card-navigation-container .department-title a:active.theme-21,
    .card-navigation-container .department-title a:visited.theme-21,
    .card-navigation-container .department-title a:focus.theme-21,
    .card-navigation-container .department-title a:hover.theme-21 {
      text-shadow: -1px -1px 1px rgba(92, 0, 0, 0.7), 1px -1px 1px rgba(92, 0, 0, 0.7), -1px 1px 1px rgba(92, 0, 0, 0.7), 1px 1px 1px rgba(92, 0, 0, 0.7); }
    .card-navigation-container .department-title a.theme-22,
    .card-navigation-container .department-title a:active.theme-22,
    .card-navigation-container .department-title a:visited.theme-22,
    .card-navigation-container .department-title a:focus.theme-22,
    .card-navigation-container .department-title a:hover.theme-22 {
      text-shadow: -1px -1px 1px rgba(0, 65, 84, 0.7), 1px -1px 1px rgba(0, 65, 84, 0.7), -1px 1px 1px rgba(0, 65, 84, 0.7), 1px 1px 1px rgba(0, 65, 84, 0.7); }
  @media only screen {
    .card-navigation-container .department-title {
      box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.5) inset; } }
  @media only screen and (min-width: 40.063em) and (max-width: 50em) {
    .card-navigation-container .department-title {
      height: auto !important;
      min-height: inherit !important; } }
  @media only screen and (min-width: 50.063em) {
    .card-navigation-container .department-title {
      box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.5) inset; } }
.card-navigation-container .card-container {
  background-color: white; }
  @media only screen and (max-width: 40em) {
    .card-navigation-container .card-container {
      border-bottom: 1px solid #DEDEDE;
      box-shadow: 0px 2px 2px #878787; } }
.card-navigation-container .card-title {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #dddddd; }
.card-navigation-container .site-home {
  border-bottom: 1px solid #dedede;
  width: 96%; }
  .card-navigation-container .site-home a {
    color: black; }
    .card-navigation-container .site-home a:before {
      font-family: "icon-typeface";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "\e971";
      color: gray; }
.card-navigation-container .active-card {
  background-color: white;
  padding: .5rem; }
.card-navigation-container .breadcrumbs {
  padding: 0;
  font-size: 1rem;
  display: block;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .card-navigation-container .breadcrumbs > * {
    float: none; }
  .card-navigation-container .breadcrumbs li {
    font-size: .825rem;
    padding: 0 .5rem;
    display: block;
    line-height: 43px;
    height: 43px;
    width: 100%;
    box-shadow: 1px 0 3px black; }
    @media only screen and (min-width: 50.063em) {
      .card-navigation-container .breadcrumbs li {
        font-size: .6875rem;
        line-height: 11px;
        height: auto;
        padding: .5rem; } }
    .card-navigation-container .breadcrumbs li:last-child {
      display: none; }
.card-navigation-container .links li {
  list-style: none;
  border-bottom: 1px solid #dedede;
  display: table;
  position: relative;
  width: 96%; }
  .card-navigation-container .links li:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    width: 1.5em;
    display: table-cell;
    font-size: 90%;
    color: white; }
  .card-navigation-container .links li a {
    display: table-cell;
    width: inherit; }
  .card-navigation-container .links li.theme-00 a {
    color: #212121; }
  .card-navigation-container .links li.theme-00 a:before, .card-navigation-container .links li.theme-00 a:focus:before, .card-navigation-container .links li.theme-00 a:hover:before, .card-navigation-container .links li.theme-00 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-00.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #1b5b98; }
  .card-navigation-container .links li.theme-01 a {
    color: #212121; }
  .card-navigation-container .links li.theme-01 a:before, .card-navigation-container .links li.theme-01 a:focus:before, .card-navigation-container .links li.theme-01 a:hover:before, .card-navigation-container .links li.theme-01 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-01.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f573e; }
  .card-navigation-container .links li.theme-02 a {
    color: #212121; }
  .card-navigation-container .links li.theme-02 a:before, .card-navigation-container .links li.theme-02 a:focus:before, .card-navigation-container .links li.theme-02 a:hover:before, .card-navigation-container .links li.theme-02 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-02.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #3f0f57; }
  .card-navigation-container .links li.theme-03 a {
    color: #212121; }
  .card-navigation-container .links li.theme-03 a:before, .card-navigation-container .links li.theme-03 a:focus:before, .card-navigation-container .links li.theme-03 a:hover:before, .card-navigation-container .links li.theme-03 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-03.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #002d57; }
  .card-navigation-container .links li.theme-04 a {
    color: #212121; }
  .card-navigation-container .links li.theme-04 a:before, .card-navigation-container .links li.theme-04 a:focus:before, .card-navigation-container .links li.theme-04 a:hover:before, .card-navigation-container .links li.theme-04 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-04.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0e4b4e; }
  .card-navigation-container .links li.theme-05 a {
    color: #212121; }
  .card-navigation-container .links li.theme-05 a:before, .card-navigation-container .links li.theme-05 a:focus:before, .card-navigation-container .links li.theme-05 a:hover:before, .card-navigation-container .links li.theme-05 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-05.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #d05525; }
  .card-navigation-container .links li.theme-06 a {
    color: #212121; }
  .card-navigation-container .links li.theme-06 a:before, .card-navigation-container .links li.theme-06 a:focus:before, .card-navigation-container .links li.theme-06 a:hover:before, .card-navigation-container .links li.theme-06 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-06.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #104356; }
  .card-navigation-container .links li.theme-07 a {
    color: #212121; }
  .card-navigation-container .links li.theme-07 a:before, .card-navigation-container .links li.theme-07 a:focus:before, .card-navigation-container .links li.theme-07 a:hover:before, .card-navigation-container .links li.theme-07 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-07.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #52a3e0; }
  .card-navigation-container .links li.theme-08 a {
    color: #212121; }
  .card-navigation-container .links li.theme-08 a:before, .card-navigation-container .links li.theme-08 a:focus:before, .card-navigation-container .links li.theme-08 a:hover:before, .card-navigation-container .links li.theme-08 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-08.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #1b5b98; }
  .card-navigation-container .links li.theme-09 a {
    color: #212121; }
  .card-navigation-container .links li.theme-09 a:before, .card-navigation-container .links li.theme-09 a:focus:before, .card-navigation-container .links li.theme-09 a:hover:before, .card-navigation-container .links li.theme-09 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-09.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #1b5b98; }
  .card-navigation-container .links li.theme-10 a {
    color: #212121; }
  .card-navigation-container .links li.theme-10 a:before, .card-navigation-container .links li.theme-10 a:focus:before, .card-navigation-container .links li.theme-10 a:hover:before, .card-navigation-container .links li.theme-10 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-10.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f3e57; }
  .card-navigation-container .links li.theme-11 a {
    color: #212121; }
  .card-navigation-container .links li.theme-11 a:before, .card-navigation-container .links li.theme-11 a:focus:before, .card-navigation-container .links li.theme-11 a:hover:before, .card-navigation-container .links li.theme-11 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-11.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f5733; }
  .card-navigation-container .links li.theme-12 a {
    color: #212121; }
  .card-navigation-container .links li.theme-12 a:before, .card-navigation-container .links li.theme-12 a:focus:before, .card-navigation-container .links li.theme-12 a:hover:before, .card-navigation-container .links li.theme-12 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-12.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #1b5b98; }
  .card-navigation-container .links li.theme-13 a {
    color: #212121; }
  .card-navigation-container .links li.theme-13 a:before, .card-navigation-container .links li.theme-13 a:focus:before, .card-navigation-container .links li.theme-13 a:hover:before, .card-navigation-container .links li.theme-13 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-13.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f3e57; }
  .card-navigation-container .links li.theme-14 a {
    color: #212121; }
  .card-navigation-container .links li.theme-14 a:before, .card-navigation-container .links li.theme-14 a:focus:before, .card-navigation-container .links li.theme-14 a:hover:before, .card-navigation-container .links li.theme-14 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-14.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #9c1c1c; }
  .card-navigation-container .links li.theme-15 a {
    color: #212121; }
  .card-navigation-container .links li.theme-15 a:before, .card-navigation-container .links li.theme-15 a:focus:before, .card-navigation-container .links li.theme-15 a:hover:before, .card-navigation-container .links li.theme-15 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-15.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f573e; }
  .card-navigation-container .links li.theme-16 a {
    color: #212121; }
  .card-navigation-container .links li.theme-16 a:before, .card-navigation-container .links li.theme-16 a:focus:before, .card-navigation-container .links li.theme-16 a:hover:before, .card-navigation-container .links li.theme-16 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-16.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #1b5b98; }
  .card-navigation-container .links li.theme-17 a {
    color: #212121; }
  .card-navigation-container .links li.theme-17 a:before, .card-navigation-container .links li.theme-17 a:focus:before, .card-navigation-container .links li.theme-17 a:hover:before, .card-navigation-container .links li.theme-17 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-17.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f573e; }
  .card-navigation-container .links li.theme-18 a {
    color: #212121; }
  .card-navigation-container .links li.theme-18 a:before, .card-navigation-container .links li.theme-18 a:focus:before, .card-navigation-container .links li.theme-18 a:hover:before, .card-navigation-container .links li.theme-18 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-18.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0280a7; }
  .card-navigation-container .links li.theme-19 a {
    color: #212121; }
  .card-navigation-container .links li.theme-19 a:before, .card-navigation-container .links li.theme-19 a:focus:before, .card-navigation-container .links li.theme-19 a:hover:before, .card-navigation-container .links li.theme-19 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-19.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0f573e; }
  .card-navigation-container .links li.theme-20 a {
    color: #212121; }
  .card-navigation-container .links li.theme-20 a:before, .card-navigation-container .links li.theme-20 a:focus:before, .card-navigation-container .links li.theme-20 a:hover:before, .card-navigation-container .links li.theme-20 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-20.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #1b5b98; }
  .card-navigation-container .links li.theme-21 a {
    color: #212121; }
  .card-navigation-container .links li.theme-21 a:before, .card-navigation-container .links li.theme-21 a:focus:before, .card-navigation-container .links li.theme-21 a:hover:before, .card-navigation-container .links li.theme-21 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-21.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #9c1c1c; }
  .card-navigation-container .links li.theme-22 a {
    color: #212121; }
  .card-navigation-container .links li.theme-22 a:before, .card-navigation-container .links li.theme-22 a:focus:before, .card-navigation-container .links li.theme-22 a:hover:before, .card-navigation-container .links li.theme-22 a:active:before {
    color: white; }
  .card-navigation-container .links li.theme-22.site:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e97c";
    color: #0280a7; }
  .card-navigation-container .links li.current-page:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e979";
    color: green;
    font-size: 105%;
    width: 1em; }
  .card-navigation-container .links li:last-child {
    border-bottom: none; }

.department-title.dept-adminsvcs a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e91a"; }

.department-title.dept-clerk a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e908"; }

.department-title.dept-communications a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e902"; }

.department-title.dept-css a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e89aa"; }

.department-title.dept-attorney a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e903"; }

.department-title.dept-bocc a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e906"; }

.department-title.dept-manager a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: none; }

.department-title.dept-courtservices a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e904"; }

.department-title.dept-epd a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e968"; }

.department-title.dept-publicsafety a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e907"; }

.department-title.dept-its a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e900"; }

.department-title.dept-omb a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e984"; }

.department-title.dept-pw a:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e923"; }

@media only screen and (max-width: 40em) {
  .card-navigation-container .department-title {
    background-size: contain;
    min-height: inherit !important; } }
@media only screen and (min-width: 40.063em) {
  .card-navigation-container .department-title {
    background-image: none !important; }
    .card-navigation-container .department-title.theme-00 {
      background-color: #1b5b98; }
    .card-navigation-container .department-title.theme-01 {
      background-color: #0f573e; }
    .card-navigation-container .department-title.theme-02 {
      background-color: #3f0f57; }
    .card-navigation-container .department-title.theme-03 {
      background-color: #002d57; }
    .card-navigation-container .department-title.theme-04 {
      background-color: #0e4b4e; }
    .card-navigation-container .department-title.theme-05 {
      background-color: #d05525; }
    .card-navigation-container .department-title.theme-06 {
      background-color: #104356; }
    .card-navigation-container .department-title.theme-07 {
      background-color: #52a3e0; }
    .card-navigation-container .department-title.theme-08 {
      background-color: #1b5b98; }
    .card-navigation-container .department-title.theme-09 {
      background-color: #1b5b98; }
    .card-navigation-container .department-title.theme-10 {
      background-color: #0f3e57; }
    .card-navigation-container .department-title.theme-11 {
      background-color: #0f5733; }
    .card-navigation-container .department-title.theme-12 {
      background-color: #1b5b98; }
    .card-navigation-container .department-title.theme-13 {
      background-color: #0f3e57; }
    .card-navigation-container .department-title.theme-14 {
      background-color: #9c1c1c; }
    .card-navigation-container .department-title.theme-15 {
      background-color: #0f573e; }
    .card-navigation-container .department-title.theme-16 {
      background-color: #1b5b98; }
    .card-navigation-container .department-title.theme-17 {
      background-color: #0f573e; }
    .card-navigation-container .department-title.theme-18 {
      background-color: #0280a7; }
    .card-navigation-container .department-title.theme-19 {
      background-color: #0f573e; }
    .card-navigation-container .department-title.theme-20 {
      background-color: #1b5b98; }
    .card-navigation-container .department-title.theme-21 {
      background-color: #9c1c1c; }
    .card-navigation-container .department-title.theme-22 {
      background-color: #0280a7; } }
.card-navigation-container .breadcrumbs li {
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5) inset; }
  .card-navigation-container .breadcrumbs li.theme-00 {
    background-color: #002e59;
    text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-01 {
    background-color: #003321;
    text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-02 {
    background-color: #220033;
    text-shadow: -1px -1px 1px rgba(34, 0, 51, 0.7), 1px -1px 1px rgba(34, 0, 51, 0.7), -1px 1px 1px rgba(34, 0, 51, 0.7), 1px 1px 1px rgba(34, 0, 51, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-03 {
    background-color: #00162b;
    text-shadow: -1px -1px 1px rgba(0, 22, 43, 0.7), 1px -1px 1px rgba(0, 22, 43, 0.7), -1px 1px 1px rgba(0, 22, 43, 0.7), 1px 1px 1px rgba(0, 22, 43, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-04 {
    background-color: #002c2e;
    text-shadow: -1px -1px 1px rgba(0, 44, 46, 0.7), 1px -1px 1px rgba(0, 44, 46, 0.7), -1px 1px 1px rgba(0, 44, 46, 0.7), 1px 1px 1px rgba(0, 44, 46, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-05 {
    background-color: #7a2300;
    text-shadow: -1px -1px 1px rgba(122, 35, 0, 0.7), 1px -1px 1px rgba(122, 35, 0, 0.7), -1px 1px 1px rgba(122, 35, 0, 0.7), 1px 1px 1px rgba(122, 35, 0, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-06 {
    background-color: #002533;
    text-shadow: -1px -1px 1px rgba(0, 37, 51, 0.7), 1px -1px 1px rgba(0, 37, 51, 0.7), -1px 1px 1px rgba(0, 37, 51, 0.7), 1px 1px 1px rgba(0, 37, 51, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-07 {
    background-color: #005799;
    text-shadow: -1px -1px 1px rgba(0, 87, 153, 0.7), 1px -1px 1px rgba(0, 87, 153, 0.7), -1px 1px 1px rgba(0, 87, 153, 0.7), 1px 1px 1px rgba(0, 87, 153, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-08 {
    background-color: #002e59;
    text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-09 {
    background-color: #002e59;
    text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-10 {
    background-color: #002133;
    text-shadow: -1px -1px 1px rgba(0, 33, 51, 0.7), 1px -1px 1px rgba(0, 33, 51, 0.7), -1px 1px 1px rgba(0, 33, 51, 0.7), 1px 1px 1px rgba(0, 33, 51, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-11 {
    background-color: #00331a;
    text-shadow: -1px -1px 1px rgba(0, 51, 26, 0.7), 1px -1px 1px rgba(0, 51, 26, 0.7), -1px 1px 1px rgba(0, 51, 26, 0.7), 1px 1px 1px rgba(0, 51, 26, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-12 {
    background-color: #002e59;
    text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-13 {
    background-color: #002133;
    text-shadow: -1px -1px 1px rgba(0, 33, 51, 0.7), 1px -1px 1px rgba(0, 33, 51, 0.7), -1px 1px 1px rgba(0, 33, 51, 0.7), 1px 1px 1px rgba(0, 33, 51, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-14 {
    background-color: #5c0000;
    text-shadow: -1px -1px 1px rgba(92, 0, 0, 0.7), 1px -1px 1px rgba(92, 0, 0, 0.7), -1px 1px 1px rgba(92, 0, 0, 0.7), 1px 1px 1px rgba(92, 0, 0, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-15 {
    background-color: #003321;
    text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-16 {
    background-color: #002e59;
    text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-17 {
    background-color: #003321;
    text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-18 {
    background-color: #004154;
    text-shadow: -1px -1px 1px rgba(0, 65, 84, 0.7), 1px -1px 1px rgba(0, 65, 84, 0.7), -1px 1px 1px rgba(0, 65, 84, 0.7), 1px 1px 1px rgba(0, 65, 84, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-19 {
    background-color: #003321;
    text-shadow: -1px -1px 1px rgba(0, 51, 33, 0.7), 1px -1px 1px rgba(0, 51, 33, 0.7), -1px 1px 1px rgba(0, 51, 33, 0.7), 1px 1px 1px rgba(0, 51, 33, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-20 {
    background-color: #002e59;
    text-shadow: -1px -1px 1px rgba(0, 46, 89, 0.7), 1px -1px 1px rgba(0, 46, 89, 0.7), -1px 1px 1px rgba(0, 46, 89, 0.7), 1px 1px 1px rgba(0, 46, 89, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-21 {
    background-color: #5c0000;
    text-shadow: -1px -1px 1px rgba(92, 0, 0, 0.7), 1px -1px 1px rgba(92, 0, 0, 0.7), -1px 1px 1px rgba(92, 0, 0, 0.7), 1px 1px 1px rgba(92, 0, 0, 0.7); }
  .card-navigation-container .breadcrumbs li.theme-22 {
    background-color: #004154;
    text-shadow: -1px -1px 1px rgba(0, 65, 84, 0.7), 1px -1px 1px rgba(0, 65, 84, 0.7), -1px 1px 1px rgba(0, 65, 84, 0.7), 1px 1px 1px rgba(0, 65, 84, 0.7); }
  .card-navigation-container .breadcrumbs li a,
  .card-navigation-container .breadcrumbs li a:focus,
  .card-navigation-container .breadcrumbs li a:hover,
  .card-navigation-container .breadcrumbs li a:active {
    color: white; }
.card-navigation-container .breadcrumbs li + li {
  padding-left: 10px; }
  .card-navigation-container .breadcrumbs li + li.theme-00 {
    background-color: #083c6d; }
  .card-navigation-container .breadcrumbs li + li.theme-01 {
    background-color: #043e2a; }
  .card-navigation-container .breadcrumbs li + li.theme-02 {
    background-color: #2b043e; }
  .card-navigation-container .breadcrumbs li + li.theme-03 {
    background-color: #001d39; }
  .card-navigation-container .breadcrumbs li + li.theme-04 {
    background-color: #043638; }
  .card-navigation-container .breadcrumbs li + li.theme-05 {
    background-color: #96330c; }
  .card-navigation-container .breadcrumbs li + li.theme-06 {
    background-color: #052e3e; }
  .card-navigation-container .breadcrumbs li + li.theme-07 {
    background-color: #1b70b0; }
  .card-navigation-container .breadcrumbs li + li.theme-08 {
    background-color: #083c6d; }
  .card-navigation-container .breadcrumbs li + li.theme-09 {
    background-color: #083c6d; }
  .card-navigation-container .breadcrumbs li + li.theme-10 {
    background-color: #042a3e; }
  .card-navigation-container .breadcrumbs li + li.theme-11 {
    background-color: #043e22; }
  .card-navigation-container .breadcrumbs li + li.theme-12 {
    background-color: #083c6d; }
  .card-navigation-container .breadcrumbs li + li.theme-13 {
    background-color: #042a3e; }
  .card-navigation-container .breadcrumbs li + li.theme-14 {
    background-color: #710909; }
  .card-navigation-container .breadcrumbs li + li.theme-15 {
    background-color: #043e2a; }
  .card-navigation-container .breadcrumbs li + li.theme-16 {
    background-color: #083c6d; }
  .card-navigation-container .breadcrumbs li + li.theme-17 {
    background-color: #043e2a; }
  .card-navigation-container .breadcrumbs li + li.theme-18 {
    background-color: #00556f; }
  .card-navigation-container .breadcrumbs li + li.theme-19 {
    background-color: #043e2a; }
  .card-navigation-container .breadcrumbs li + li.theme-20 {
    background-color: #083c6d; }
  .card-navigation-container .breadcrumbs li + li.theme-21 {
    background-color: #710909; }
  .card-navigation-container .breadcrumbs li + li.theme-22 {
    background-color: #00556f; }
.card-navigation-container .breadcrumbs li + li + li {
  padding-left: 15px; }
  .card-navigation-container .breadcrumbs li + li + li.theme-00 {
    background-color: #114b82; }
  .card-navigation-container .breadcrumbs li + li + li.theme-01 {
    background-color: #094a34; }
  .card-navigation-container .breadcrumbs li + li + li.theme-02 {
    background-color: #35094a; }
  .card-navigation-container .breadcrumbs li + li + li.theme-03 {
    background-color: #002548; }
  .card-navigation-container .breadcrumbs li + li + li.theme-04 {
    background-color: #094043; }
  .card-navigation-container .breadcrumbs li + li + li.theme-05 {
    background-color: #b34418; }
  .card-navigation-container .breadcrumbs li + li + li.theme-06 {
    background-color: #0a384a; }
  .card-navigation-container .breadcrumbs li + li + li.theme-07 {
    background-color: #3689c8; }
  .card-navigation-container .breadcrumbs li + li + li.theme-08 {
    background-color: #114b82; }
  .card-navigation-container .breadcrumbs li + li + li.theme-09 {
    background-color: #114b82; }
  .card-navigation-container .breadcrumbs li + li + li.theme-10 {
    background-color: #09344a; }
  .card-navigation-container .breadcrumbs li + li + li.theme-11 {
    background-color: #094a2a; }
  .card-navigation-container .breadcrumbs li + li + li.theme-12 {
    background-color: #114b82; }
  .card-navigation-container .breadcrumbs li + li + li.theme-13 {
    background-color: #09344a; }
  .card-navigation-container .breadcrumbs li + li + li.theme-14 {
    background-color: #861212; }
  .card-navigation-container .breadcrumbs li + li + li.theme-15 {
    background-color: #094a34; }
  .card-navigation-container .breadcrumbs li + li + li.theme-16 {
    background-color: #114b82; }
  .card-navigation-container .breadcrumbs li + li + li.theme-17 {
    background-color: #094a34; }
  .card-navigation-container .breadcrumbs li + li + li.theme-18 {
    background-color: #016a8b; }
  .card-navigation-container .breadcrumbs li + li + li.theme-19 {
    background-color: #094a34; }
  .card-navigation-container .breadcrumbs li + li + li.theme-20 {
    background-color: #114b82; }
  .card-navigation-container .breadcrumbs li + li + li.theme-21 {
    background-color: #861212; }
  .card-navigation-container .breadcrumbs li + li + li.theme-22 {
    background-color: #016a8b; }
.card-navigation-container .breadcrumbs li + li + li + li {
  padding-left: 20px; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-00 {
    background-color: #1b5b98; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-01 {
    background-color: #0f573e; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-02 {
    background-color: #3f0f57; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-03 {
    background-color: #002d57; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-04 {
    background-color: #0e4b4e; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-05 {
    background-color: #d05525; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-06 {
    background-color: #104356; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-07 {
    background-color: #52a3e0; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-08 {
    background-color: #1b5b98; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-09 {
    background-color: #1b5b98; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-10 {
    background-color: #0f3e57; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-11 {
    background-color: #0f5733; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-12 {
    background-color: #1b5b98; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-13 {
    background-color: #0f3e57; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-14 {
    background-color: #9c1c1c; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-15 {
    background-color: #0f573e; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-16 {
    background-color: #1b5b98; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-17 {
    background-color: #0f573e; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-18 {
    background-color: #0280a7; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-19 {
    background-color: #0f573e; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-20 {
    background-color: #1b5b98; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-21 {
    background-color: #9c1c1c; }
  .card-navigation-container .breadcrumbs li + li + li + li.theme-22 {
    background-color: #0280a7; }
.card-navigation-container .breadcrumbs li + li + li + li + li {
  padding-left: 25px; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-00 {
    background-color: #5484b1; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-01 {
    background-color: #4b816e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-02 {
    background-color: #6f4b81; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-03 {
    background-color: #3f6181; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-04 {
    background-color: #4a787a; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-05 {
    background-color: #db7f5b; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-06 {
    background-color: #4b7280; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-07 {
    background-color: #7dbae7; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-08 {
    background-color: #5484b1; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-09 {
    background-color: #5484b1; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-10 {
    background-color: #4b6e81; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-11 {
    background-color: #4b8166; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-12 {
    background-color: #5484b1; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-13 {
    background-color: #4b6e81; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-14 {
    background-color: #b45454; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-15 {
    background-color: #4b816e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-16 {
    background-color: #5484b1; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-17 {
    background-color: #4b816e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-18 {
    background-color: #419fbd; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-19 {
    background-color: #4b816e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-20 {
    background-color: #5484b1; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-21 {
    background-color: #b45454; }
  .card-navigation-container .breadcrumbs li + li + li + li + li.theme-22 {
    background-color: #419fbd; }
.card-navigation-container .breadcrumbs li + li + li + li + li + li {
  padding-left: 30px; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-00 {
    background-color: #8dadcb; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-01 {
    background-color: #87ab9e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-02 {
    background-color: #9f87ab; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-03 {
    background-color: #7f96ab; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-04 {
    background-color: #86a5a6; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-05 {
    background-color: #e7aa92; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-06 {
    background-color: #87a1aa; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-07 {
    background-color: #a8d1ef; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-08 {
    background-color: #8dadcb; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-09 {
    background-color: #8dadcb; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-10 {
    background-color: #879eab; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-11 {
    background-color: #87ab99; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-12 {
    background-color: #8dadcb; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-13 {
    background-color: #879eab; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-14 {
    background-color: #cd8d8d; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-15 {
    background-color: #87ab9e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-16 {
    background-color: #8dadcb; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-17 {
    background-color: #87ab9e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-18 {
    background-color: #80bfd3; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-19 {
    background-color: #87ab9e; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-20 {
    background-color: #8dadcb; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-21 {
    background-color: #cd8d8d; }
  .card-navigation-container .breadcrumbs li + li + li + li + li + li.theme-22 {
    background-color: #80bfd3; }
.card-navigation-container .breadcrumbs li + li + li + li + li + li + li {
  background-color: white; }
.card-navigation-container .breadcrumbs .site:before {
  display: none; }

.subsite-explore-button {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin: 0 !important; }
  .subsite-explore-button:before {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e921"; }

.s4-tn > .menu {
  display: none; }

.department-title .icon-ac-epd:before {
  min-width: 128px; }

/* Zurb CSS Style Override */
#ctl00_MSO_ContentDiv table tr th, #ctl00_MSO_ContentDiv table tr td {
  color: #222222;
  font-size: 0.875em;
  padding: 0; }

#ctl00_MSO_ContentDiv table thead tr th, #ctl00_MSO_ContentDiv table tfoot tr th, #ctl00_MSO_ContentDiv table tbody tr td, #ctl00_MSO_ContentDiv table tr td, #ctl00_MSO_ContentDiv table tfoot tr td {
  display: block;
  line-height: normal; }

#ctl00_MSO_ContentDiv input[type="text"], #ctl00_MSO_ContentDiv input[type="password"], #ctl00_MSO_ContentDiv input[type="date"], #ctl00_MSO_ContentDiv input[type="datetime"], #ctl00_MSO_ContentDiv input[type="datetime-local"], #ctl00_MSO_ContentDiv input[type="month"], #ctl00_MSO_ContentDiv input[type="week"], #ctl00_MSO_ContentDiv input[type="email"], #ctl00_MSO_ContentDiv input[type="number"], #ctl00_MSO_ContentDiv input[type="search"], #ctl00_MSO_ContentDiv input[type="tel"], #ctl00_MSO_ContentDiv input[type="time"], #ctl00_MSO_ContentDiv input[type="url"], #ctl00_MSO_ContentDiv text area {
  display: inherit; }

#ctl00_MSO_ContentDiv label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0; }

.ms-rte-wpbox {
  font-size: 0.875rem; }

table {
  border: none; }

table td {
  padding: 0 !important; }

.ms-rte-wpbox table tr th, .ms-rte-wpbox table tr td, .table tr th, table tr td, .ms-WPBody table {
  font-size: 0.875rem;
  padding: 0; }

h5, h6 {
  text-transform: none; }

.panel.page-title {
  border-radius: 0.625rem;
  padding: 1rem;
  background: #f0faff; }
  .panel.page-title h1, .panel.page-title h2, .panel.page-title h3, .panel.page-title h4, .panel.page-title h5, .panel.page-title h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500!important;
    text-transform: none; }

div.article, div.welcome {
  padding: 0; }

/* Zurb CSS Styless Override */
#ctl00_MSO_ContentDiv table tr th, #ctl00_MSO_ContentDiv table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0;
  text-align: left;
  word-break: normal;
  white-space: normal; }
#ctl00_MSO_ContentDiv table thead tr th, #ctl00_MSO_ContentDiv table tfoot tr th, #ctl00_MSO_ContentDiv table tbody tr td, #ctl00_MSO_ContentDiv table tr td, #ctl00_MSO_ContentDiv table tfoot tr td {
  display: block;
  line-height: normal; }
#ctl00_MSO_ContentDiv input[type="text"], #ctl00_MSO_ContentDiv input[type="password"], #ctl00_MSO_ContentDiv input[type="date"], #ctl00_MSO_ContentDiv input[type="datetime"], #ctl00_MSO_ContentDiv input[type="datetime-local"], #ctl00_MSO_ContentDiv input[type="month"], #ctl00_MSO_ContentDiv input[type="week"], #ctl00_MSO_ContentDiv input[type="email"], #ctl00_MSO_ContentDiv input[type="number"], #ctl00_MSO_ContentDiv input[type="search"], #ctl00_MSO_ContentDiv input[type="tel"], #ctl00_MSO_ContentDiv input[type="time"], #ctl00_MSO_ContentDiv input[type="url"], #ctl00_MSO_ContentDiv text area {
  display: inherit; }
#ctl00_MSO_ContentDiv label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0; }

table {
  border: none; }
  table td {
    padding: 0 !important; }

.ms-rte-wpbox table tr th, .ms-rte-wpbox table tr td {
  font-size: 0.875rem;
  padding: 0; }

/*-----------  controls.css RESET ------------*/
.slm-layout-main {
  border: 0 none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.slm-edit-ecb {
  clear: both;
  float: left;
  width: 40px; }

.slm-edit-ecb div {
  height: 23px;
  padding: 2px 0 0 2px;
  vertical-align: middle; }

.slm-edit-link {
  padding: 1px 0 0 1px;
  vertical-align: top; }

.slm-display-link {
  padding: 0;
  vertical-align: top; }

.presence-status-icon {
  float: left;
  height: 12px;
  padding-left: 0;
  padding-right: 5px;
  padding-top: 1px;
  width: 12px; }

.wp-content {
  margin: 6px 0 6px 4px; }

.cbq-layout-main {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%; }

.toc-layout-main {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%; }

.dfwp-column {
  float: left; }

.dfwp-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.item {
  clear: both;
  padding: 6px 0 6px 4px; }

.slm-dragdrop-source .item {
  clear: none; }

.slm-dragdrop-source .groupheader {
  clear: none; }

.centered {
  text-align: center; }

.link-item, .link-item a, .link-item a:link {
  color: #004977;
  font-family: inherit;
  font-size: 1rem;
  text-decoration: none; }

.link-item a:visited, .link-item a:active {
  color: #004977;
  text-decoration: none; }

.link-item a:hover {
  color: #004977;
  text-decoration: underline; }

.link-item-large, .link-item-large a, .link-item-large a:link {
  color: #004977;
  font-family: inherit;
  font-size: 1.125rem;
  text-decoration: none; }

.link-item-large a:visited, .link-item-large a:active {
  color: #004977;
  text-decoration: none; }

.link-item-large a:hover {
  color: #004977;
  text-decoration: underline; }

.description {
  color: #4d4d4d;
  font-family: inherit;
  font-size: 1rem; }

.image-area-left {
  float: left;
  padding-left: 0;
  padding-right: 5px; }

.image-area-right {
  float: right;
  padding-left: 5px;
  padding-right: 0;
  vertical-align: top; }

.image-area-top {
  padding-bottom: 5px; }

.image {
  border: 0 none; }

.image-fixed-width {
  border: 0 none;
  width: 90px; }

.bullet {
  background-image: url("/_layouts/images/lstbulet.gif");
  background-position: left center;
  background-repeat: no-repeat;
  border-color: inherit;
  border-style: none;
  border-width: 0;
  padding-left: 10px;
  padding-right: 0;
  vertical-align: top; }

.groupheader {
  clear: both;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left; }

.band {
  background-color: #e5e9f1;
  padding: 2px 0 2px 3px; }

.large {
  font-size: 1.143rem; }

.small {
  font-size: 0.714rem; }

.medium {
  font-size: 0.857rem; }

.centered {
  text-align: center; }

.separator {
  border: 1px solid #333333;
  clear: both; }

.whitespace {
  clear: both;
  margin: 0;
  padding: 0 0 10px; }

.level-header {
  padding: 2px 0; }

.level-band {
  background-color: #e5e9f1;
  margin-left: 0;
  margin-right: 3px;
  padding: 2px 0 2px 3px; }

.level-description {
  color: #4d4d4d;
  font-family: inherit;
  font-size: 1rem; }

.level-description-padding {
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 0; }

.level-item-pos {
  margin: 2px 3px;
  padding: 1px 0; }

.level-item, .level-item a, .level-item a:link {
  color: #004977;
  font-family: inherit;
  font-size: 1rem; }

.level-item a:visited, .level-item a:active {
  color: #004977;
  text-decoration: none; }

.level-item a:hover {
  color: #004977;
  text-decoration: underline; }

.level-section {
  margin-bottom: 6px; }

.level-bullet {
  background-image: url("/_layouts/images/lstbulet.gif");
  background-position: left center;
  background-repeat: no-repeat;
  border-color: inherit;
  border-style: none;
  border-width: 0;
  padding-left: 10px;
  padding-right: 0;
  vertical-align: top; }

.headertitle, .headertitle a, .headertitle a:link {
  color: #004977;
  font-family: inherit;
  font-size: 10pt;
  font-weight: bold; }

.headertitle a:visited, .headertitle a:active {
  color: #004977;
  text-decoration: none; }

.headertitle a:hover {
  color: #004977;
  text-decoration: underline; }

.headertitle-large, .headertitle-large a, .headertitle-large a:link {
  color: #004977;
  font-family: inherit;
  font-size: 12pt;
  font-weight: bold; }

.headertitle-large a:visited, .headertitle-large a:active {
  color: #004977;
  text-decoration: none; }

.headertitle-large a:hover {
  color: #004977;
  text-decoration: underline; }

.headertitle-small, .headertitle-small a, .headertitle-small a:link {
  color: #004977;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold; }

.headertitle-small a:visited, .headertitle-small a:active {
  color: #004977;
  text-decoration: none; }

.headertitle-small a:hover {
  color: #004977;
  text-decoration: underline; }

.headertitle-band, .headertitle-band a, .headertitle-band a:link {
  color: #004977;
  font-family: inherit;
  font-size: .875rem;
  font-weight: bold; }

.headertitle-band a:visited, .headertitle-band a:active {
  color: #004977;
  text-decoration: none; }

.headertitle-band a:hover {
  color: #004977;
  text-decoration: underline; }

.cqfeed {
  text-align: right; }

.ms-slDlg-BodyContainer {
  height: 100%;
  width: 100%; }

.ms-slDlg-FieldLabel {
  padding-bottom: 2px;
  padding-top: 10px; }

.ms-slDlg-IndentedFieldLabel {
  padding-bottom: 2px;
  padding-left: 10px;
  padding-top: 5px; }

.ms-slDlg-FieldDescription {
  color: gray; }

.ms-slDlg-BrowseButton {
  margin-left: 10px;
  margin-right: 5px; }

.ms-slLinkDlg-InputField {
  width: 275px; }

.ms-slLinkDlg-FirstPanel {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: left; }

.ms-slLinkDlg-Panel {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 0;
  text-align: left; }

.ms-slLinkDlg-PeoplePanel {
  background-color: #d6e8ff;
  margin-top: 5px;
  padding: 0 20px 10px 50px;
  text-align: left; }

.ms-slDlg-ActionText {
  padding-left: 5px; }

.ms-slDlg-ActionText a, .ms-slDlg-ActionText a:visited, .ms-slDlg-ActionText a:active {
  color: #004977;
  text-decoration: none; }

.ms-slDlg-ActionText a:hover {
  color: #004977;
  text-decoration: underline; }

.ms-slGroupDlg-InputField {
  width: 362px; }

.ms-slGroupDlg-Panel {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 5px;
  text-align: left; }

.ms-slViewDlg-InputField {
  width: 362px; }

.ms-slViewDlg-Panel {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 5px;
  text-align: left; }

.ms-slViewDlg-FirstPanel {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: left; }

.ms-slSortDlg-Panel {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: left; }

.listItem div.callOut a {
  color: white;
  font: bold 12.5pt/16pt arial,helvetica,sans-serif; }

.title-With-Background {
  background-color: #83b1ec;
  margin-top: 5px;
  padding: 4px; }

div.title-With-Background a, div.title-With-Background a:link, div.title-With-Background a:hover, div.title-With-Background a:visited, div.title-With-Background a:active {
  color: white;
  font: bold 12.5pt/16pt arial,helvetica,sans-serif; }

img.media-preview {
  border: medium none; }

span.media-title {
  display: block; }

.ms-rteElement-H1 {
  font-size: 2rem;
  font-weight: normal; }

.ms-rteElement-H2 {
  font-size: 1.3rem;
  font-weight: normal; }

.ms-rteElement-H3 {
  font-size: 1rem; }

.ms-rteElement-H4 {
  font-size: 1rem;
  font-style: italic;
  font-weight: normal; }

.ms-rteElement-H1B {
  color: #0071bd;
  font-size: 2rem;
  font-weight: normal; }

.ms-rteElement-H2B {
  color: #cc007a;
  font-size: 1.3rem;
  font-weight: normal; }

.ms-rteElement-H3B {
  color: #0096cc;
  font-size: 2.2rem; }

.ms-rteElement-H4B {
  color: #057f36;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal; }

.ms-rteElement-Hr {
  background-color: #b5b5b5;
  height: 1px; }

.ms-rteElement-P {
  color: #576170; }

.ms-rteElement-Callout1 {
  background-color: #fef5e6;
  border: 1px solid #fd9f08;
  float: left;
  padding: 10px;
  width: 25rem; }

.ms-rteElement-Callout2 {
  background-color: #f2f2f2;
  border: 1px solid #36b300;
  color: #343637;
  float: right;
  padding: 10px;
  width: 25rem; }

.ms-rteElement-Callout3 {
  color: #cc007a;
  float: right;
  font-style: italic;
  padding: 10px;
  width: 25rem; }

.ms-rteElement-Callout4 {
  background-color: #d6f3ff;
  border: 1px solid #00b0f0;
  color: #005475;
  float: right;
  font-family: inherit;
  padding: 10px;
  width: 20rem; }

.ms-rteStyle-Normal {
  background-color: white;
  color: #666666;
  font-family: inherit;
  font-size: 1rem; }

.ms-rteStyle-Highlight {
  background-color: #fadf33;
  color: #312a26; }

.ms-rteStyle-Byline {
  color: #b5b5b5; }

.ms-rteStyle-Tagline {
  color: #8c8c8c;
  font-size: 1.3rem; }

.ms-rteStyle-Comment {
  color: #36b300;
  font-style: italic;
  text-shadow: 0 0 5px black; }

.ms-rteStyle-References {
  color: #828282; }

.ms-rteStyle-Caption {
  color: #00b0f0; }

.ms-rteForeColor-1 {
  color: #8a0000; }

.ms-rteForeColor-2 {
  color: red; }

.ms-rteForeColor-3 {
  color: #ffa600; }

.ms-rteForeColor-4 {
  color: yellow; }

.ms-rteForeColor-5 {
  color: #91ee91; }

.ms-rteForeColor-6 {
  color: green; }

.ms-rteForeColor-7 {
  color: lightblue; }

.ms-rteForeColor-8 {
  color: blue; }

.ms-rteForeColor-9 {
  color: #00008a; }

.ms-rteForeColor-10 {
  color: #80007f; }

.ms-rteBackColor-1 {
  background-color: #8a0000; }

.ms-rteBackColor-2 {
  background-color: red; }

.ms-rteBackColor-3 {
  background-color: #ffa600; }

.ms-rteBackColor-4 {
  background-color: yellow; }

.ms-rteBackColor-5 {
  background-color: #91ee91; }

.ms-rteBackColor-6 {
  background-color: green; }

.ms-rteBackColor-7 {
  background-color: lightblue; }

.ms-rteBackColor-8 {
  background-color: blue; }

.ms-rteBackColor-9 {
  background-color: #00008a; }

.ms-rteBackColor-10 {
  background-color: #80007f; }

.ms-rteFontFace-1 {
  font-family: inherit; }

.ms-rteFontFace-2 {
  font-family: inherit; }

.ms-rteFontFace-3 {
  font-family: inherit; }

.ms-rteFontFace-4 {
  font-family: inherit; }

.ms-rteFontFace-5 {
  font-family: inherit; }

.ms-rteFontFace-6 {
  font-family: inherit; }

.ms-rteFontFace-7 {
  font-family: inherit; }

.ms-rteFontFace-8 {
  font-family: inherit; }

.ms-rteFontFace-9 {
  font-family: inherit; }

.ms-rteFontFace-10 {
  font-family: inherit; }

.ms-rteFontFace-11 {
  font-family: inherit; }

.ms-rteThemeFontFace-1 {
  font-family: inherit; }

.ms-rteThemeFontFace-2 {
  font-family: inherit; }

.ms-rteThemeForeColor-1-0 {
  color: white; }

.ms-rteThemeForeColor-2-0 {
  color: black; }

.ms-rteThemeForeColor-3-0 {
  color: #f4f5f6; }

.ms-rteThemeForeColor-4-0 {
  color: #182839; }

.ms-rteThemeForeColor-5-0 {
  color: #0071bd; }

.ms-rteThemeForeColor-6-0 {
  color: #eb008d; }

.ms-rteThemeForeColor-7-0 {
  color: #00b0f0; }

.ms-rteThemeForeColor-8-0 {
  color: #fd9f08; }

.ms-rteThemeForeColor-9-0 {
  color: #36b300; }

.ms-rteThemeForeColor-10-0 {
  color: #fadf33; }

.ms-rteThemeForeColor-1-1 {
  color: #f2f2f2; }

.ms-rteThemeForeColor-2-1 {
  color: gray; }

.ms-rteThemeForeColor-3-1 {
  color: #dadee2; }

.ms-rteThemeForeColor-4-1 {
  color: #dfe7f1; }

.ms-rteThemeForeColor-5-1 {
  color: #bde4ff; }

.ms-rteThemeForeColor-6-1 {
  color: #ffc7e8; }

.ms-rteThemeForeColor-7-1 {
  color: #c7f0ff; }

.ms-rteThemeForeColor-8-1 {
  color: #feebcd; }

.ms-rteThemeForeColor-9-1 {
  color: #d1ffbd; }

.ms-rteThemeForeColor-10-1 {
  color: #fef8d7; }

.ms-rteThemeForeColor-1-2 {
  color: #d9d9d9; }

.ms-rteThemeForeColor-2-2 {
  color: #595959; }

.ms-rteThemeForeColor-3-2 {
  color: #b0b8bf; }

.ms-rteThemeForeColor-4-2 {
  color: #b5c8de; }

.ms-rteThemeForeColor-5-2 {
  color: #80ccff; }

.ms-rteThemeForeColor-6-2 {
  color: #ff8fd0; }

.ms-rteThemeForeColor-7-2 {
  color: #94e1ff; }

.ms-rteThemeForeColor-8-2 {
  color: #fed89a; }

.ms-rteThemeForeColor-9-2 {
  color: #a2ff7a; }

.ms-rteThemeForeColor-10-2 {
  color: #fdf3af; }

.ms-rteThemeForeColor-1-3 {
  color: #bfbfbf; }

.ms-rteThemeForeColor-2-3 {
  color: #404040; }

.ms-rteThemeForeColor-3-3 {
  color: #6d7b88; }

.ms-rteThemeForeColor-4-3 {
  color: #6991bf; }

.ms-rteThemeForeColor-5-3 {
  color: #3db1ff; }

.ms-rteThemeForeColor-6-3 {
  color: #ff5cbe; }

.ms-rteThemeForeColor-7-3 {
  color: #5cd3ff; }

.ms-rteThemeForeColor-8-3 {
  color: #fdc468; }

.ms-rteThemeForeColor-9-3 {
  color: #77ff38; }

.ms-rteThemeForeColor-10-3 {
  color: #fcec83; }

.ms-rteThemeForeColor-1-4 {
  color: #a6a6a6; }

.ms-rteThemeForeColor-2-4 {
  color: #262626; }

.ms-rteThemeForeColor-3-4 {
  color: #363d44; }

.ms-rteThemeForeColor-4-4 {
  color: #395c84; }

.ms-rteThemeForeColor-5-4 {
  color: #00568f; }

.ms-rteThemeForeColor-6-4 {
  color: #b3006b; }

.ms-rteThemeForeColor-7-4 {
  color: #0080b3; }

.ms-rteThemeForeColor-8-4 {
  color: #c17701; }

.ms-rteThemeForeColor-9-4 {
  color: #288500; }

.ms-rteThemeForeColor-10-4 {
  color: #dcbf04; }

.ms-rteThemeForeColor-1-5 {
  color: gray; }

.ms-rteThemeForeColor-2-5 {
  color: #0d0d0d; }

.ms-rteThemeForeColor-3-5 {
  color: #14171a; }

.ms-rteThemeForeColor-4-5 {
  color: #243c56; }

.ms-rteThemeForeColor-5-5 {
  color: #00375c; }

.ms-rteThemeForeColor-6-5 {
  color: #750046; }

.ms-rteThemeForeColor-7-5 {
  color: #005475; }

.ms-rteThemeForeColor-8-5 {
  color: #7e4e01; }

.ms-rteThemeForeColor-9-5 {
  color: #1a5700; }

.ms-rteThemeForeColor-10-5 {
  color: #917e03; }

.ms-rteThemeBackColor-1-0 {
  background-color: white; }

.ms-rteThemeBackColor-2-0 {
  background-color: black; }

.ms-rteThemeBackColor-3-0 {
  background-color: #f4f5f6; }

.ms-rteThemeBackColor-4-0 {
  background-color: #182839; }

.ms-rteThemeBackColor-5-0 {
  background-color: #0071bd; }

.ms-rteThemeBackColor-6-0 {
  background-color: #eb008d; }

.ms-rteThemeBackColor-7-0 {
  background-color: #00b0f0; }

.ms-rteThemeBackColor-8-0 {
  background-color: #fd9f08; }

.ms-rteThemeBackColor-9-0 {
  background-color: #36b300; }

.ms-rteThemeBackColor-10-0 {
  background-color: #fadf33; }

.ms-rteThemeBackColor-1-1 {
  background-color: #f2f2f2; }

.ms-rteThemeBackColor-2-1 {
  background-color: gray; }

.ms-rteThemeBackColor-3-1 {
  background-color: #dadee2; }

.ms-rteThemeBackColor-4-1 {
  background-color: #dfe7f1; }

.ms-rteThemeBackColor-5-1 {
  background-color: #bde4ff; }

.ms-rteThemeBackColor-6-1 {
  background-color: #ffc7e8; }

.ms-rteThemeBackColor-7-1 {
  background-color: #c7f0ff; }

.ms-rteThemeBackColor-8-1 {
  background-color: #feebcd; }

.ms-rteThemeBackColor-9-1 {
  background-color: #d1ffbd; }

.ms-rteThemeBackColor-10-1 {
  background-color: #fef8d7; }

.ms-rteThemeBackColor-1-2 {
  background-color: #d9d9d9; }

.ms-rteThemeBackColor-2-2 {
  background-color: #595959; }

.ms-rteThemeBackColor-3-2 {
  background-color: #b0b8bf; }

.ms-rteThemeBackColor-4-2 {
  background-color: #b5c8de; }

.ms-rteThemeBackColor-5-2 {
  background-color: #80ccff; }

.ms-rteThemeBackColor-6-2 {
  background-color: #ff8fd0; }

.ms-rteThemeBackColor-7-2 {
  background-color: #94e1ff; }

.ms-rteThemeBackColor-8-2 {
  background-color: #fed89a; }

.ms-rteThemeBackColor-9-2 {
  background-color: #a2ff7a; }

.ms-rteThemeBackColor-10-2 {
  background-color: #fdf3af; }

.ms-rteThemeBackColor-1-3 {
  background-color: #bfbfbf; }

.ms-rteThemeBackColor-2-3 {
  background-color: #404040; }

.ms-rteThemeBackColor-3-3 {
  background-color: #6d7b88; }

.ms-rteThemeBackColor-4-3 {
  background-color: #6991bf; }

.ms-rteThemeBackColor-5-3 {
  background-color: #3db1ff; }

.ms-rteThemeBackColor-6-3 {
  background-color: #ff5cbe; }

.ms-rteThemeBackColor-7-3 {
  background-color: #5cd3ff; }

.ms-rteThemeBackColor-8-3 {
  background-color: #fdc468; }

.ms-rteThemeBackColor-9-3 {
  background-color: #77ff38; }

.ms-rteThemeBackColor-10-3 {
  background-color: #fcec83; }

.ms-rteThemeBackColor-1-4 {
  background-color: #a6a6a6; }

.ms-rteThemeBackColor-2-4 {
  background-color: #262626; }

.ms-rteThemeBackColor-3-4 {
  background-color: #363d44; }

.ms-rteThemeBackColor-4-4 {
  background-color: #395c84; }

.ms-rteThemeBackColor-5-4 {
  background-color: #00568f; }

.ms-rteThemeBackColor-6-4 {
  background-color: #b3006b; }

.ms-rteThemeBackColor-7-4 {
  background-color: #0080b3; }

.ms-rteThemeBackColor-8-4 {
  background-color: #c17701; }

.ms-rteThemeBackColor-9-4 {
  background-color: #288500; }

.ms-rteThemeBackColor-10-4 {
  background-color: #dcbf04; }

.ms-rteThemeBackColor-1-5 {
  background-color: gray; }

.ms-rteThemeBackColor-2-5 {
  background-color: #0d0d0d; }

.ms-rteThemeBackColor-3-5 {
  background-color: #14171a; }

.ms-rteThemeBackColor-4-5 {
  background-color: #243c56; }

.ms-rteThemeBackColor-5-5 {
  background-color: #00375c; }

.ms-rteThemeBackColor-6-5 {
  background-color: #750046; }

.ms-rteThemeBackColor-7-5 {
  background-color: #005475; }

.ms-rteThemeBackColor-8-5 {
  background-color: #7e4e01; }

.ms-rteThemeBackColor-9-5 {
  background-color: #1a5700; }

.ms-rteThemeBackColor-10-5 {
  background-color: #917e03; }

.ms-rteImage-1 {
  background-color: #182839;
  background-image: url("/_layouts/images/tabtitlerowbottombg.png");
  background-position: center top;
  background-repeat: repeat-x;
  border: 1px solid #395c84; }

.ms-rteImage-2 {
  border-color: #d9d9d9 #bfbfbf #bfbfbf #d9d9d9;
  border-style: solid;
  border-width: 1px;
  padding: 2px; }

.ms-rteImage-3 {
  background-attachment: fixed;
  background-color: #182839;
  background-image: url("/_layouts/images/tabtitlerowbottombg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 15px; }

.ms-rteImage-4 {
  background-color: #f2f2f2;
  background-image: url("/_layouts/images/selbg.png");
  background-position: center top;
  background-repeat: repeat-x;
  border-color: #d9d9d9 #bfbfbf #bfbfbf #d9d9d9;
  border-style: solid;
  border-width: 1px;
  padding: 6px 6px 33px; }

.ms-rteTable-default, .ms-rteTableHeaderFirstCol-default, .ms-rteTableHeaderLastCol-default, .ms-rteTableHeaderOddCol-default, .ms-rteTableHeaderEvenCol-default, .ms-rteTableFirstCol-default, .ms-rteTableLastCol-default, .ms-rteTableOddCol-default, .ms-rteTableEvenCol-default, .ms-rteTableFooterFirstCol-default, .ms-rteTableFooterLastCol-default, .ms-rteTableFooterOddCol-default, .ms-rteTableFooterEvenCol-default, TD.ms-rteTable-default, TH.ms-rteTable-default, .ms-rtetablecells {
  border: 1px solid #c4c4c4;
  padding: 2px;
  vertical-align: top; }

.ms-rteTable-0 {
  border-collapse: collapse;
  border-style: none;
  border-width: 0; }

.ms-rteTable-1 {
  color: #00568f;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  vertical-align: top; }

.ms-rteTable-1 th.ms-rteTableHeaderRow-1, .ms-rteTable-1 tr.ms-rteTableFooterRow-1 {
  background-color: white;
  border-bottom: 1px solid #0071bd;
  border-top: 1px solid #0071bd; }

.ms-rteTable-1 th.ms-rteTableHeaderFirstCol-1, .ms-rteTable-1 th.ms-rteTableFooterFirstCol-1 {
  border-bottom: 1px solid #0071bd;
  border-top: 1px solid #0071bd; }

.ms-rteTable-1 th.ms-rteTableHeaderOddCol-1, .ms-rteTable-1 td.ms-rteTableFooterOddCol-1 {
  border-bottom: 1px solid #0071bd;
  border-top: 1px solid #0071bd; }

.ms-rteTable-1 th.ms-rteTableHeaderEvenCol-1, .ms-rteTable-1 td.ms-rteTableFooterEvenCol-1 {
  border-bottom: 1px solid #0071bd;
  border-top: 1px solid #0071bd; }

.ms-rteTable-1 th.ms-rteTableHeaderLastCol-1, .ms-rteTable-1 th.ms-rteTableFooterLastCol-1 {
  border-bottom: 1px solid #0071bd;
  border-top: 1px solid #0071bd; }

.ms-rteTable-1 tr.ms-rteTableOddRow-1 {
  background-color: #bde4ff; }

.ms-rteTable-1 tr.ms-rteTableEvenRow-1 {
  background-color: white; }

.ms-rteTable-1 th.ms-rteTableFirstCol-1 {
  font-weight: normal; }

.ms-rteTable-1 td.ms-rteTableLastCol-1 {
  font-weight: normal; }

.ms-rteTable-6 {
  color: black;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  vertical-align: top; }

.ms-rteTable-6 th.ms-rteTableHeaderRow-6, .ms-rteTable-6 tr.ms-rteTableFooterRow-6 {
  background-color: white;
  border-bottom: 1px solid #0071bd;
  border-top: 1px solid #0071bd; }

.ms-rteTable-6 th.ms-rteTableHeaderFirstCol-6, .ms-rteTable-6 th.ms-rteTableFooterFirstCol-6 {
  background-color: #0071bd;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  color: white; }

.ms-rteTable-6 th.ms-rteTableHeaderOddCol-6, .ms-rteTable-6 td.ms-rteTableFooterOddCol-6 {
  background-color: #0071bd;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  color: white; }

.ms-rteTable-6 th.ms-rteTableHeaderEvenCol-6, .ms-rteTable-6 td.ms-rteTableFooterEvenCol-6 {
  background-color: #0071bd;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  color: white; }

.ms-rteTable-6 th.ms-rteTableHeaderLastCol-6, .ms-rteTable-6 td.ms-rteTableFooterLastCol-6 {
  background-color: #0071bd;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  color: white; }

.ms-rteTable-6 tr.ms-rteTableOddRow-6 {
  background-color: #d9d9d9; }

.ms-rteTable-6 tr.ms-rteTableEvenRow-6 {
  background-color: white; }

.ms-rteTable-6 th.ms-rteTableFirstCol-6 {
  font-weight: normal; }

.ms-rteTable-6 td.ms-rteTableLastCol-6 {
  font-weight: normal; }

.ms-rteTableGrid td, .ms-rteTableGrid th {
  border: 1px dotted black; }

.ms-rtePosition-1 {
  float: left; }

.ms-rtePosition-2 {
  float: right; }

.ms-rtePosition-3 {
  vertical-align: text-top; }

.ms-rtePosition-4 {
  vertical-align: middle; }

.ms-rtePosition-5 {
  vertical-align: text-bottom; }

.ms-rtestate-write {
  cursor: text;
  min-height: 1rem; }

.ms-asset-icon {
  border-width: 0;
  margin: 0 5px; }

.ms-rtestate-field TABLE, .ms-rtestate-write TABLE {
  border-collapse: collapse;
  background-color: inherit; }

.ms-rte-autocomplete {
  background-color: #fafafa;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
  border-style: solid;
  border-width: 1px;
  font-family: inherit;
  font-size: 1rem;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute; }

.ms-rte-autocomplete-results div {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  color: #65696c;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px; }

.ms-rte-autocomplete-results div.ms-rte-autocomplete-selected {
  background-color: #e7f5fe;
  border-bottom: 1px solid #7bc4f4;
  border-top: 1px solid #9bcdee;
  color: #0071bd; }

.ms-rte-autocomplete-modes div {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  color: #202122;
  padding-left: 20px;
  padding-right: 10px; }

.ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected {
  background-color: #e7f5fe;
  border-bottom: 1px solid #7bc4f4;
  border-top: 1px solid #9bcdee;
  color: #0071bd; }

.ms-rte-autocomplete-info {
  padding-left: 10px;
  padding-right: 10px; }

.ms-rte-layoutszone-outer {
  float: left; }

.ms-rte-layoutszone-inner {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 1px;
  overflow: hidden;
  padding: 10px;
  word-wrap: break-word; }

.ms-rte-layoutszone-inner-editable {
  border: 1px solid #afd5ee;
  margin: 1px;
  min-height: 100px !important;
  overflow: hidden;
  padding: 10px; }

.ms-rte-layoutszone-fixer {
  clear: both; }

.ms-rte-wpbox, .ms-rte-wpbox p, .ms-rte-wpbox p span {
  color: #212121;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-style: normal;
  font-variant: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  line-height: 1.4 !important;
  list-style: disc outside none;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;
  text-rendering: optimizeLegibility; }

.ms-rtestate-write p, .ms-rtestate-read p {
  margin: 0 0 30px !important; }

.ms-rte-wpbox span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #1a1a1a;
  font-size: 1rem !important; }

.mediaDetail img {
  margin: 0 20px 5px 0 !important;
  box-shadow: 0 1px 2px #999999;
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  transition: all 200ms ease-out;
  padding: 0 !important; }

.ms-rtestate-field {
  word-wrap: break-word; }

.ms-rtefield {
  background-color: white;
  min-width: 384px;
  padding: 2px; }

.ms-formbody .ms-rtefield {
  border: 1px inset #bababa; }

.ms-cui-modalDiv-ie {
  background-color: rgba(255, 255, 255, 0); }

.ms-cui-glass-ie {
  background-color: rgba(255, 255, 255, 0); }

/*-----------  END controls.css RESET ------------*/
.ms-WPBody h1 {
  font-weight: 300; }
.ms-WPBody h2 {
  font-weight: 300; }
.ms-WPBody h3 {
  font-weight: 300; }
.ms-WPBody h4 {
  font-weight: 300; }
.ms-WPBody h5 {
  font-weight: 300; }
.ms-WPBody h6 {
  font-weight: 300; }
.ms-WPBody h1 {
  font-size: 2.625rem; }
.ms-WPBody h2 {
  font-size: 2.3125rem; }
.ms-WPBody h3 {
  font-size: 1.6875rem; }
.ms-WPBody h4 {
  font-size: 1.4375rem; }
.ms-WPBody h5 {
  font-size: 1.125rem; }
.ms-WPBody h6 {
  font-size: 1rem; }

.accordion {
  /**zoom: 1;*/
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      @media only screen and (min-width: 50.063em) {
        .accordion dd > a {
          padding: 0.5rem; } }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: white; }

.accordion dd {
  border: 1px solid #e6e6e6; }
.accordion > dd {
  background-color: white;
  margin-bottom: 0.25rem !important; }
  @media only screen {
    .accordion > dd > a {
      width: auto;
      margin: 0;
      max-width: none;
      /**zoom: 1;*/ }
      .accordion > dd > a:before, .accordion > dd > a:after {
        content: " ";
        display: table; }
      .accordion > dd > a:after {
        clear: both; }
      .accordion > dd > a .accordion-title {
        padding-left: 0;
        padding-right: 0;
        width: 83.33333%;
        float: left; }
      .accordion > dd > a .accordion-title:before {
        font-family: "icon-typeface";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: .2em;
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        content: "\e97d";
        font-size: 120%;
        opacity: .8;
        text-shadow: none; } }
  .accordion > dd > a:hover {
    text-decoration: none; }
.accordion > dd.active > a .accordion-title:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e97f"; }

.vcard.image-left {
  /**zoom: 1;*/
  width: 100%; }
  .vcard.image-left:before, .vcard.image-left:after {
    content: " ";
    display: table; }
  .vcard.image-left:after {
    clear: both; }
  .vcard.image-left .image {
    max-width: 100%;
    float: none;
    padding-left: 0;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .vcard.image-left .image {
        max-width: 10rem;
        float: left;
        margin: 0 0.5rem 0 0;
        padding-left: 0;
        border: none;
        top: 0;
        left: 0; } }
  .vcard.image-left li {
    padding-left: 0;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .vcard.image-left li {
        padding-left: 11rem;
        text-align: left; } }

.vcard {
  background-color: #fff;
  width: 100%; }
  .vcard .fn {
    font-size: 1rem; }

    /* REAPPLY WHEN FOUNDATION IS UPDATED - Lines 325 - 331. Added class '.ac-forms'
		Overrode the form rules in the Foundation sass so that now the rules only apply to a set of inputs wrapped in a tag with class ".ac-forms". This will better accommodate the .net form based page structure.
	*/
.ac-forms {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
.ac-forms .row .ac-forms .row {
  margin: 0 -0.5rem; }
  .ac-forms .row .ac-forms .row .column,
  .ac-forms .row .ac-forms .row .columns {
    padding: 0 0.5rem; }
  .ac-forms .row .ac-forms .row.collapse {
    margin: 0; }
    .ac-forms .row .ac-forms .row.collapse .column,
    .ac-forms .row .ac-forms .row.collapse .columns {
      padding: 0; }
    .ac-forms .row .ac-forms .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.ac-forms .row .ac-forms input.column,
.ac-forms .row .ac-forms input.columns,
.ac-forms .row .ac-forms textarea.column,
.ac-forms .row .ac-forms textarea.columns {
  padding-left: 0.5rem; }

.ac-forms {
  /* Label Styles */
  /*@-moz-document url-prefix() {
    select {
      background: #fafafa; }

    select:hover {
      background: #f3f3f3; } }*/

  /* Attach elements to the beginning or end of an input */
  /* Adjust padding, alignment and radius if pre/post element is a button */
  /* Separate prefix and postfix styles when on span or label so buttons keep their own */
  /* We use this to get basic styling on all basic form elements */
  /* Respect enforced amount of rows for textarea */
  /* Add height value for select elements to match text input height */
  /* Adjust margin for form elements below */
  /* Normalize file input width */
  /* We add basic fieldset styling */ }
  .ac-forms label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */ }
    .ac-forms label.right {
      float: none;
      text-align: right; }
    .ac-forms label.inline {
      margin: 0 0 1rem 0;
      padding: 0.5625rem 0; }
    .ac-forms label small {
      text-transform: capitalize;
      color: #676767; }
  .ac-forms select::-ms-expand {
    display: none; }
  .ac-forms .prefix,
  .ac-forms .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem; }
  .ac-forms .postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none; }
  .ac-forms .prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none; }
  .ac-forms .prefix.button.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .ac-forms .postfix.button.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .ac-forms .prefix.button.round {
    border-radius: 0;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .ac-forms .postfix.button.round {
    border-radius: 0;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .ac-forms span.prefix, .ac-forms label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc; }
    .ac-forms span.prefix.radius, .ac-forms label.prefix.radius {
      border-radius: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
  .ac-forms span.postfix, .ac-forms label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc; }
    .ac-forms span.postfix.radius, .ac-forms label.postfix.radius {
      border-radius: 0;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .ac-forms input[type="text"],
  .ac-forms input[type="password"],
  .ac-forms input[type="date"],
  .ac-forms input[type="datetime"],
  .ac-forms input[type="datetime-local"],
  .ac-forms input[type="month"],
  .ac-forms input[type="week"],
  .ac-forms input[type="email"],
  .ac-forms input[type="number"],
  .ac-forms input[type="search"],
  .ac-forms input[type="tel"],
  .ac-forms input[type="time"],
  .ac-forms input[type="url"],
  .ac-forms textarea {
    -webkit-appearance: none;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
    .ac-forms input[type="text"]:focus,
    .ac-forms input[type="password"]:focus,
    .ac-forms input[type="date"]:focus,
    .ac-forms input[type="datetime"]:focus,
    .ac-forms input[type="datetime-local"]:focus,
    .ac-forms input[type="month"]:focus,
    .ac-forms input[type="week"]:focus,
    .ac-forms input[type="email"]:focus,
    .ac-forms input[type="number"]:focus,
    .ac-forms input[type="search"]:focus,
    .ac-forms input[type="tel"]:focus,
    .ac-forms input[type="time"]:focus,
    .ac-forms input[type="url"]:focus,
    .ac-forms textarea:focus {
      box-shadow: 0 0 5px #999999;
      border-color: #999999; }
    .ac-forms input[type="text"]:focus,
    .ac-forms input[type="password"]:focus,
    .ac-forms input[type="date"]:focus,
    .ac-forms input[type="datetime"]:focus,
    .ac-forms input[type="datetime-local"]:focus,
    .ac-forms input[type="month"]:focus,
    .ac-forms input[type="week"]:focus,
    .ac-forms input[type="email"]:focus,
    .ac-forms input[type="number"]:focus,
    .ac-forms input[type="search"]:focus,
    .ac-forms input[type="tel"]:focus,
    .ac-forms input[type="time"]:focus,
    .ac-forms input[type="url"]:focus,
    .ac-forms textarea:focus {
      background: #fafafa;
      border-color: #999999;
       }
    .ac-forms input[type="text"][disabled], fieldset[disabled] .ac-forms input[type="text"],
    .ac-forms input[type="password"][disabled], fieldset[disabled]
    .ac-forms input[type="password"],
    .ac-forms input[type="date"][disabled], fieldset[disabled]
    .ac-forms input[type="date"],
    .ac-forms input[type="datetime"][disabled], fieldset[disabled]
    .ac-forms input[type="datetime"],
    .ac-forms input[type="datetime-local"][disabled], fieldset[disabled]
    .ac-forms input[type="datetime-local"],
    .ac-forms input[type="month"][disabled], fieldset[disabled]
    .ac-forms input[type="month"],
    .ac-forms input[type="week"][disabled], fieldset[disabled]
    .ac-forms input[type="week"],
    .ac-forms input[type="email"][disabled], fieldset[disabled]
    .ac-forms input[type="email"],
    .ac-forms input[type="number"][disabled], fieldset[disabled]
    .ac-forms input[type="number"],
    .ac-forms input[type="search"][disabled], fieldset[disabled]
    .ac-forms input[type="search"],
    .ac-forms input[type="tel"][disabled], fieldset[disabled]
    .ac-forms input[type="tel"],
    .ac-forms input[type="time"][disabled], fieldset[disabled]
    .ac-forms input[type="time"],
    .ac-forms input[type="url"][disabled], fieldset[disabled]
    .ac-forms input[type="url"],
    .ac-forms textarea[disabled], fieldset[disabled]
    .ac-forms textarea {
      background-color: #dddddd; }
    .ac-forms input[type="text"].radius,
    .ac-forms input[type="password"].radius,
    .ac-forms input[type="date"].radius,
    .ac-forms input[type="datetime"].radius,
    .ac-forms input[type="datetime-local"].radius,
    .ac-forms input[type="month"].radius,
    .ac-forms input[type="week"].radius,
    .ac-forms input[type="email"].radius,
    .ac-forms input[type="number"].radius,
    .ac-forms input[type="search"].radius,
    .ac-forms input[type="tel"].radius,
    .ac-forms input[type="time"].radius,
    .ac-forms input[type="url"].radius,
    .ac-forms textarea.radius {
      border-radius: 3px; }
  .ac-forms input[type="submit"] {
    -webkit-appearance: none; }
  .ac-forms textarea[rows] {
    height: auto; }
  .ac-forms select {
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
    height: 2.3125rem; }
    .ac-forms select.radius {
      border-radius: 3px; }
    .ac-forms select:hover {
      background-color: #f3f3f3;
      border-color: #999999; }
  .ac-forms input[type="file"],
  .ac-forms input[type="checkbox"],
  .ac-forms input[type="radio"],
  .ac-forms select {
    margin: 0 0 1rem 0; }
  .ac-forms input[type="checkbox"] + label,
  .ac-forms input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline; }
  .ac-forms input[type="file"] {
    width: 100%; }
  .ac-forms fieldset {
    border: 1px solid #dddddd;
    padding: 1.25rem;
    margin: 1.125rem 0; }
    .ac-forms fieldset legend {
      font-weight: bold;
      background: white;
      padding: 0 0.1875rem;
      margin: 0;
      margin-left: -0.1875rem; }
  .ac-forms .error input,
  .ac-forms .error textarea,
  .ac-forms .error select {
    margin-bottom: 0; }
  .ac-forms .error input[type="checkbox"],
  .ac-forms .error input[type="radio"] {
    margin-bottom: 1rem; }
  .ac-forms .error label,
  .ac-forms .error label.error {
    color: #e60000; }
  .ac-forms .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: #e60000;
    color: white; }
  .ac-forms .error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline; }
  .ac-forms .error span.error-message {
    display: block; }
  .ac-forms input.error,
  .ac-forms textarea.error {
    margin-bottom: 0; }
  .ac-forms label.error {
    color: #e60000; }

/* 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: #e60000;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.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: #e60000;
  color: white; }

#recaptcha_widget_div, #recaptcha_challenge_image, .recaptcha_image_cell, #recaptcha_image, #recaptcha_widget_div input {
  width: 100% !important;
  max-width: 300px !important; }

.border {
  border: 1px solid #ddd; }

.border-top {
  border-top: 1px solid #ddd; }
  .border-top.radius {
    border-radius: 3px; }

.border-right {
  border-right: 1px solid #ddd; }
  .border-right.radius {
    border-radius: 3px; }

.border-bottom {
  border-bottom: 1px solid #ddd; }
  .border-bottom.radius {
    border-radius: 3px; }

.border-left {
  border-left: 1px solid #ddd; }
  .border-left.radius {
    border-radius: 3px; }

.theme-00 [class^="border-"].border-color-primary, .theme-00 [class*=" border-"].border-color-primary {
  border-color: #083c6d; }

.theme-01 [class^="border-"].border-color-primary, .theme-01 [class*=" border-"].border-color-primary {
  border-color: #043e2a; }

.theme-02 [class^="border-"].border-color-primary, .theme-02 [class*=" border-"].border-color-primary {
  border-color: #2b043e; }

.theme-03 [class^="border-"].border-color-primary, .theme-03 [class*=" border-"].border-color-primary {
  border-color: #001d39; }

.theme-04 [class^="border-"].border-color-primary, .theme-04 [class*=" border-"].border-color-primary {
  border-color: #043638; }

.theme-05 [class^="border-"].border-color-primary, .theme-05 [class*=" border-"].border-color-primary {
  border-color: #96330c; }

.theme-06 [class^="border-"].border-color-primary, .theme-06 [class*=" border-"].border-color-primary {
  border-color: #052e3e; }

.theme-07 [class^="border-"].border-color-primary, .theme-07 [class*=" border-"].border-color-primary {
  border-color: #1b70b0; }

.theme-08 [class^="border-"].border-color-primary, .theme-08 [class*=" border-"].border-color-primary {
  border-color: #083c6d; }

.theme-09 [class^="border-"].border-color-primary, .theme-09 [class*=" border-"].border-color-primary {
  border-color: #083c6d; }

.theme-10 [class^="border-"].border-color-primary, .theme-10 [class*=" border-"].border-color-primary {
  border-color: #042a3e; }

.theme-11 [class^="border-"].border-color-primary, .theme-11 [class*=" border-"].border-color-primary {
  border-color: #043e22; }

.theme-12 [class^="border-"].border-color-primary, .theme-12 [class*=" border-"].border-color-primary {
  border-color: #083c6d; }

.theme-13 [class^="border-"].border-color-primary, .theme-13 [class*=" border-"].border-color-primary {
  border-color: #042a3e; }

.theme-14 [class^="border-"].border-color-primary, .theme-14 [class*=" border-"].border-color-primary {
  border-color: #710909; }

.theme-15 [class^="border-"].border-color-primary, .theme-15 [class*=" border-"].border-color-primary {
  border-color: #043e2a; }

.theme-16 [class^="border-"].border-color-primary, .theme-16 [class*=" border-"].border-color-primary {
  border-color: #083c6d; }

.theme-17 [class^="border-"].border-color-primary, .theme-17 [class*=" border-"].border-color-primary {
  border-color: #043e2a; }

.theme-18 [class^="border-"].border-color-primary, .theme-18 [class*=" border-"].border-color-primary {
  border-color: #00556f; }

.theme-19 [class^="border-"].border-color-primary, .theme-19 [class*=" border-"].border-color-primary {
  border-color: #043e2a; }

.theme-20 [class^="border-"].border-color-primary, .theme-20 [class*=" border-"].border-color-primary {
  border-color: #083c6d; }

.theme-21 [class^="border-"].border-color-primary, .theme-21 [class*=" border-"].border-color-primary {
  border-color: #710909; }

.theme-22 [class^="border-"].border-color-primary, .theme-22 [class*=" border-"].border-color-primary {
  border-color: #00556f; }

.ac-panel-black {
  border-style: solid;
  border-width: 1px;
  border-color: #1e1e1e;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #212121; }
  .ac-panel-black > :first-child {
    margin-top: 0; }
  .ac-panel-black > :last-child {
    margin-bottom: 0; }
  .ac-panel-black h1, .ac-panel-black h2, .ac-panel-black h3, .ac-panel-black h4, .ac-panel-black h5, .ac-panel-black h6, .ac-panel-black p {
    color: white; }
  .ac-panel-black a:link {
    color: white !important;
    text-decoration: underline; }
  .ac-panel-black h1, .ac-panel-black h2, .ac-panel-black h3, .ac-panel-black h4, .ac-panel-black h5, .ac-panel-black h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .ac-panel-black h1.subheader, .ac-panel-black h2.subheader, .ac-panel-black h3.subheader, .ac-panel-black h4.subheader, .ac-panel-black h5.subheader, .ac-panel-black h6.subheader {
      line-height: 1.4; }
  .ac-panel-black a, .ac-panel-black a:link, .ac-panel-black a:visited {
    color: #eed00c !important; }

.ac-panel-grey {
  background: #f2f2f2;
  color: #212121; }
  .ac-panel-grey > h1, .ac-panel-grey > h2, .ac-panel-grey > h3, .ac-panel-grey > h4, .ac-panel-grey > h5, .ac-panel-grey > h6 {
    color: #003166; }
  .ac-panel-grey p {
    color: #212121; }

.ac-panel-blue.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #001a36;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #001e3d; }
  .ac-panel-blue.panel > :first-child {
    margin-top: 0; }
  .ac-panel-blue.panel > :last-child {
    margin-bottom: 0; }
  .ac-panel-blue.panel h1, .ac-panel-blue.panel h2, .ac-panel-blue.panel h3, .ac-panel-blue.panel h4, .ac-panel-blue.panel h5, .ac-panel-blue.panel h6, .ac-panel-blue.panel p {
    color: white; }
  .ac-panel-blue.panel a:link {
    color: white !important;
    text-decoration: underline; }
  .ac-panel-blue.panel h1, .ac-panel-blue.panel h2, .ac-panel-blue.panel h3, .ac-panel-blue.panel h4, .ac-panel-blue.panel h5, .ac-panel-blue.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .ac-panel-blue.panel h1.subheader, .ac-panel-blue.panel h2.subheader, .ac-panel-blue.panel h3.subheader, .ac-panel-blue.panel h4.subheader, .ac-panel-blue.panel h5.subheader, .ac-panel-blue.panel h6.subheader {
      line-height: 1.4; }
  .ac-panel-blue.panel a, .ac-panel-blue.panel a:link, .ac-panel-blue.panel a:visited {
    color: #eed00c !important; }

.ac-panel-blue-light.panel {
  background: #f0faff;
  color: #212121; }
  .ac-panel-blue-light.panel h1, .ac-panel-blue-light.panel h2, .ac-panel-blue-light.panel h3, .ac-panel-blue-light.panel h4, .ac-panel-blue-light.panel h5, .ac-panel-blue-light.panel h6 {
    color: #003166; }
  .ac-panel-blue-light.panel p {
    color: #212121; }

.ac-panel-green.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #133311;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #163913; }
  .ac-panel-green.panel > :first-child {
    margin-top: 0; }
  .ac-panel-green.panel > :last-child {
    margin-bottom: 0; }
  .ac-panel-green.panel h1, .ac-panel-green.panel h2, .ac-panel-green.panel h3, .ac-panel-green.panel h4, .ac-panel-green.panel h5, .ac-panel-green.panel h6, .ac-panel-green.panel p {
    color: white; }
  .ac-panel-green.panel a:link {
    color: white !important;
    text-decoration: underline; }
  .ac-panel-green.panel h1, .ac-panel-green.panel h2, .ac-panel-green.panel h3, .ac-panel-green.panel h4, .ac-panel-green.panel h5, .ac-panel-green.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .ac-panel-green.panel h1.subheader, .ac-panel-green.panel h2.subheader, .ac-panel-green.panel h3.subheader, .ac-panel-green.panel h4.subheader, .ac-panel-green.panel h5.subheader, .ac-panel-green.panel h6.subheader {
      line-height: 1.4; }
  .ac-panel-green.panel a, .ac-panel-green.panel a:link, .ac-panel-green.panel a:visited {
    color: #eed00c !important; }

.ac-panel-green-light.panel {
  background: #daf2d9;
  color: #212121; }
  .ac-panel-green-light.panel > h1, .ac-panel-green-light.panel > h2, .ac-panel-green-light.panel > h3, .ac-panel-green-light.panel > h4, .ac-panel-green-light.panel > h5, .ac-panel-green-light.panel > h6 {
    color: #163913; }
  .ac-panel-green-light.panel > p {
    color: #212121; }

.ac-panel-orange.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #c74f05;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #e05906; }
  .ac-panel-orange.panel > :first-child {
    margin-top: 0; }
  .ac-panel-orange.panel > :last-child {
    margin-bottom: 0; }
  .ac-panel-orange.panel h1, .ac-panel-orange.panel h2, .ac-panel-orange.panel h3, .ac-panel-orange.panel h4, .ac-panel-orange.panel h5, .ac-panel-orange.panel h6, .ac-panel-orange.panel p {
    color: white; }
  .ac-panel-orange.panel a:link {
    color: white !important;
    text-decoration: underline; }
  .ac-panel-orange.panel h1, .ac-panel-orange.panel h2, .ac-panel-orange.panel h3, .ac-panel-orange.panel h4, .ac-panel-orange.panel h5, .ac-panel-orange.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .ac-panel-orange.panel h1.subheader, .ac-panel-orange.panel h2.subheader, .ac-panel-orange.panel h3.subheader, .ac-panel-orange.panel h4.subheader, .ac-panel-orange.panel h5.subheader, .ac-panel-orange.panel h6.subheader {
      line-height: 1.4; }
  .ac-panel-orange.panel a, .ac-panel-orange.panel a:link, .ac-panel-orange.panel a:visited {
    color: #FFF200 !important; }

.ac-panel-orange-light.panel {
  background: #ffe0cc;
  color: #212121; }
  .ac-panel-orange-light.panel h1, .ac-panel-orange-light.panel h2, .ac-panel-orange-light.panel h3, .ac-panel-orange-light.panel h4, .ac-panel-orange-light.panel h5, .ac-panel-orange-light.panel h6 {
    color: #003166; }
  .ac-panel-orange-light.panel p {
    color: #212121; }

.ac-panel-red.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #6f0303;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #7c0303; }
  .ac-panel-red.panel > :first-child {
    margin-top: 0; }
  .ac-panel-red.panel > :last-child {
    margin-bottom: 0; }
  .ac-panel-red.panel h1, .ac-panel-red.panel h2, .ac-panel-red.panel h3, .ac-panel-red.panel h4, .ac-panel-red.panel h5, .ac-panel-red.panel h6, .ac-panel-red.panel p {
    color: white; }
  .ac-panel-red.panel a:link {
    color: white !important;
    text-decoration: underline; }
  .ac-panel-red.panel h1, .ac-panel-red.panel h2, .ac-panel-red.panel h3, .ac-panel-red.panel h4, .ac-panel-red.panel h5, .ac-panel-red.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .ac-panel-red.panel h1.subheader, .ac-panel-red.panel h2.subheader, .ac-panel-red.panel h3.subheader, .ac-panel-red.panel h4.subheader, .ac-panel-red.panel h5.subheader, .ac-panel-red.panel h6.subheader {
      line-height: 1.4; }
  .ac-panel-red.panel a, .ac-panel-red.panel a:link, .ac-panel-red.panel a:visited {
    color: #FFF200 !important; }

.ac-panel-red-light.panel {
  background: #fff0f0;
  color: #212121; }
  .ac-panel-red-light.panel > h1, .ac-panel-red-light.panel > h2, .ac-panel-red-light.panel > h3, .ac-panel-red-light.panel > h4, .ac-panel-red-light.panel > h5, .ac-panel-red-light.panel > h6 {
    color: #212121; }
  .ac-panel-red-light.panel > p {
    color: #212121; }

.panel.clear {
  background-color: transparent; }

.paneltitle .label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem; }
  .paneltitle .label > h1, .paneltitle .label > h2, .paneltitle .label > h3, .paneltitle .label > h4, .paneltitle .label > h5, .paneltitle .label > h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    padding-left: 0.4em;
    text-transform: none;
    margin-bottom: 0.2em;
    margin-top: 0.2em; }
.paneltitle .panel {
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel.page-title {
  padding: 1rem; }
  .panel.page-title > .columns > .panel {
    border-radius: 0.4375rem; }
  .panel.page-title > h1, .panel.page-title > h2, .panel.page-title > h3, .panel.page-title > h4, .panel.page-title > h5, .panel.page-title > h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-transform: none; }

.paneltitle .label {
  color: white;
  background-color: #001e3d;
  white-space: normal; }
  .paneltitle .label > h1, .paneltitle .label > h2, .paneltitle .label > h3, .paneltitle .label > h4, .paneltitle .label > h5, .paneltitle .label > h6 {
    color: white; }

.panel .paneltitle .label {
  box-shadow: 0 1px 2px #999999; }
.panel .paneltitle .panel {
  background: white;
  box-shadow: 0 1px 0 #999999;
  padding: .5rem; }
  .panel .paneltitle .panel ul {
    padding: 0.5rem; }

.panel.Theme-primary-color,
.panel.primary-color {
  background: #f0faff;
  color: #212121; }
  .panel.Theme-primary-color > h1, .panel.Theme-primary-color > h2, .panel.Theme-primary-color > h3, .panel.Theme-primary-color > h4, .panel.Theme-primary-color > h5, .panel.Theme-primary-color > h6,
  .panel.primary-color > h1,
  .panel.primary-color > h2,
  .panel.primary-color > h3,
  .panel.primary-color > h4,
  .panel.primary-color > h5,
  .panel.primary-color > h6 {
    color: #003166; }
  .panel.Theme-primary-color > p,
  .panel.primary-color > p {
    color: #212121; }

.panel.Theme-secondary-color,
.panel.secondary-color {
  background: #f9f9f9; }

.panel.Theme-brand-color,
.panel.brand-color {
  background: #f9f9f9; }

.panel.pageTitle {
  display: none; }

.superbox {
  padding-top: 1rem; }
  .superbox #acc-items li {
    border-top: 1px solid #DEDEDE; }
    .superbox #acc-items li:first-child {
      border-top: none; }
  @media only screen {
    .superbox #acc-items dd > a:after {
      display: none; } }

#acc-items li {
  border-top: 1px solid #DEDEDE; }
  #acc-items li:first-child {
    border-top: none; }

@media only screen and (max-width: 40em) {
  #superbox {
    background: #f2f2f2;
    padding-top: 1rem; }
    #superbox hr {
      border-bottom: solid white 1px;
      border-top: solid #999999 1px;
      clear: both;
      color: #757575;
      margin: .5rem 0 .5rem; } }
@media only screen and (min-width: 40.063em) {
  #superbox {
    margin-top: 1rem; } }
@media only screen and (min-width: 50.063em) {
  #superbox .column-1 .column-1 .superboxcontainer {
    min-height: 633px; } }

/*----- Start Spotlight --------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  h3.front-carousel-header {
    margin: 0;
    padding: .5rem; } }
@media only screen and (min-width: 40.063em) {
  h3.front-carousel-header {
    color: #d9d9d9; } }

#front-page-orbit {
  margin-bottom: .5rem; }
  @media only screen and (max-width: 40em) {
    #front-page-orbit #spotlight-orbit {
      border-radius: 0;
      overflow: hidden; } }
  @media only screen and (min-width: 40.063em) {
    #front-page-orbit #spotlight-orbit {
      overflow: hidden;
      color: #FFFFFF; } }
  #front-page-orbit #spotlight-orbit h1, #front-page-orbit #spotlight-orbit h2, #front-page-orbit #spotlight-orbit h3, #front-page-orbit #spotlight-orbit h4, #front-page-orbit #spotlight-orbit h5, #front-page-orbit #spotlight-orbit h6 {
    color: #FFFFFF;
    text-transform: none; }
  #front-page-orbit #spotlight-orbit img {
    width: 100%; }
  #front-page-orbit .panel {
    background: transparent;
    border: none; }
    @media only screen and (min-width: 40.063em) {
      #front-page-orbit .panel {
        padding: .5rem;
        margin: 0;
        color: #FFFFFF; } }
    @media only screen and (min-width: 40.063em) {
      #front-page-orbit .panel p {
        color: #FFFFFF;
        margin: 0; } }
  @media only screen and (max-width: 40em) {
    #front-page-orbit .orbit-container .orbit-slides-container img {
      border-bottom: 0;
      border-left: #cccccc 1px solid;
      border-right: #cccccc 1px solid;
      border-top: 0; } }
  @media only screen and (min-width: 40.063em) {
    #front-page-orbit .orbit-container .orbit-slides-container img {
      border-bottom: #404040 1px solid;
      border-left: #404040 1px solid;
      border-right: #404040 1px solid;
      border-top: #404040 1px solid; } }
  #front-page-orbit .orbit-caption {
    background: rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 40em) {
      #front-page-orbit .orbit-caption {
        display: none; } }
    @media only screen and (min-width: 40.063em) and (max-width: 50em) {
      #front-page-orbit .orbit-caption {
        display: none; } }
    @media only screen and (min-width: 40.063em) {
      #front-page-orbit .orbit-caption {
        background: rgba(20, 73, 133, 0.9); } }
  #front-page-orbit .orbit-bullets-container
  .orbit-bullets {
    display: inline-block; }
    #front-page-orbit .orbit-bullets-container
    .orbit-bullets li {
      background: #999999; }
      #front-page-orbit .orbit-bullets-container
      .orbit-bullets li.active {
        background: #ff6600; }
  #front-page-orbit dl.orbit-bullets.headline-btn dd a.active {
    color: #FF0000; }

.orbit-headlines {
  background-color: rgba(0, 0, 0, 0); }
  .orbit-headlines hr {
    border: black 1px solid;
    margin: 0; }
  @media only screen {
    .orbit-headlines .clickableheadline {
      margin: 0; } }
  @media only screen and (min-width: 50.063em) {
    .orbit-headlines .clickableheadline {
      margin: .5rem 0; } }
  .orbit-headlines div .headline-bg {
    width: auto;
    margin: 0;
    max-width: none;
    /**zoom: 1;*/
    display: table;
    width: 100%;
    display: table; }
    .orbit-headlines div .headline-bg:before, .orbit-headlines div .headline-bg:after {
      content: " ";
      display: table; }
    .orbit-headlines div .headline-bg:after {
      clear: both; }
    .orbit-headlines div .headline-bg:hover {
      background: rgba(36, 79, 132, 0.7); }
    @media only screen and (min-width: 40.063em) and (max-width: 50em) {
      .orbit-headlines div .headline-bg .headline-image {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left;
        display: table-cell !important; } }
    @media only screen and (min-width: 50.063em) {
      .orbit-headlines div .headline-bg .headline-image {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left;
        display: table-cell !important; } }
    .orbit-headlines div .headline-bg .headline-image img {
      display: block;
      width: 100%; }
    .orbit-headlines div .headline-bg .headline-link {
      display: table-cell; }
      @media only screen and (min-width: 40.063em) and (max-width: 50em) {
        .orbit-headlines div .headline-bg .headline-link {
          padding-left: 0;
          padding-right: 0;
          width: 83.33333%;
          float: right;
          float: left; } }
      @media only screen and (min-width: 50.063em) {
        .orbit-headlines div .headline-bg .headline-link {
          padding-left: 0;
          padding-right: 0;
          width: 83.33333%;
          float: right;
          float: left; } }
    .orbit-headlines div .headline-bg a {
      color: black;
      display: block;
      font-size: 1rem;
      margin: auto;
      width: 100%;
      padding: .5rem;
      text-align: left;
      height: 100%;
      vertical-align: middle; }
      @media only screen and (max-width: 40em) {
        .orbit-headlines div .headline-bg a {
          color: black; }
          .orbit-headlines div .headline-bg a:hover {
            color: white; } }
      @media only screen and (min-width: 40.063em) {
        .orbit-headlines div .headline-bg a {
          color: white; } }
      @media only screen and (min-width: 50.063em) {
        .orbit-headlines div .headline-bg a {
          font-size: .825rem; } }
    .orbit-headlines div .headline-bg.active {
      background: #245184;
      transition: background-color 100ms ease-out; }
      .orbit-headlines div .headline-bg.active a {
        color: #cccccc; }

/*----- End Spotlight -----*/
.superboxcontainer a.view-all-link {
  color: #ff8133; }
  .superboxcontainer a.view-all-link:hover {
    color: #ff8a3f; }
  .superboxcontainer a.view-all-link:link {
    color: #ff8133; }
  .superboxcontainer a.view-all-link:visited {
    color: #ff8a3f; }
@media only screen and (min-width: 40.063em) {
  .superboxcontainer {
    border-radius: 0;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    .superboxcontainer {
      border-radius: 0.625rem;
      background-color: rgba(0, 0, 0, 0.8);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem;
      padding: 0.5rem; }
      .superboxcontainer > * {
        background-color: transparent;
        border-radius: 0.4rem;
        display: block;
        overflow: hidden; } }
@media only screen and (max-width: 40em) {
  .superboxcontainer {
    border-radius: 0;
    margin-bottom: .5rem;
    padding: 0rem; } }
@media only screen and (max-width: 40em) {
  .superboxcontainer.combobox {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none; } }
.superboxcontainer.combobox .level-1.tabs {
  border: 0; }
  .superboxcontainer.combobox .level-1.tabs > dd {
    border-top: none; }
    .superboxcontainer.combobox .level-1.tabs > dd img {
      width: 4.6875rem; }
    @media only screen and (max-width: 40em) {
      .superboxcontainer.combobox .level-1.tabs > dd {
        text-align: center;
        float: left; }
        .superboxcontainer.combobox .level-1.tabs > dd.active > a {
          color: white; }
        .superboxcontainer.combobox .level-1.tabs > dd > a {
          color: black;
          font-size: 0.875rem;
          padding: .5rem; } }
    .superboxcontainer.combobox .level-1.tabs > dd > a {
      color: black;
      font-size: 0.875rem;
      padding: .8rem 0.5rem 0 0.5rem; }
    .superboxcontainer.combobox .level-1.tabs > dd.active {
      background-color: #245184;
      border-top: #2c62a0 solid 2px;
      border-left: none;
      border-right: none;
      top: 0; }
      .superboxcontainer.combobox .level-1.tabs > dd.active > a {
        padding: .5rem; }
  .superboxcontainer.combobox .level-1.tabs > a {
    font-size: 0.875rem;
    padding: .5rem; }
  .superboxcontainer.combobox .level-1.tabs .tab-text {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 40em) {
      .superboxcontainer.combobox .level-1.tabs .tab-text {
        font-size: 12px; } }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-1 > a {
    background: transparent;
    color: black;
    font-size: 0.875rem;
    margin: auto;

    padding: 0.5rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .superboxcontainer.combobox .level-1.tabs .combobox-tab-1 > a {
        color: white; } }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-1:hover, .superboxcontainer.combobox .level-1.tabs .combobox-tab-1:focus {
    background: rgba(36, 81, 132, 0.4); }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-1.active > a {
    background: #245184;
    color: #FFF;
     }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-2 > a {
    background: transparent;
    color: black;
    font-size: 0.875rem;
    margin: auto;

    padding: 0.5rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .superboxcontainer.combobox .level-1.tabs .combobox-tab-2 > a {
        color: white; } }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-2:hover, .superboxcontainer.combobox .level-1.tabs .combobox-tab-2:focus {
    background: rgba(36, 81, 132, 0.4); }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-2.active > a {
    background: #245184;
    color: #FFF;
     }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-3 > a {
    background: transparent;
    color: black;
    font-size: 0.875rem;
    margin: auto;

    padding: 0.5rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .superboxcontainer.combobox .level-1.tabs .combobox-tab-3 > a {
        color: white; } }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-3:hover, .superboxcontainer.combobox .level-1.tabs .combobox-tab-3:focus {
    background: rgba(36, 81, 132, 0.4); }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-3.active > a {
    background: #245184;
    color: #FFF;
     }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-4 > a {
    background: transparent;
    color: black;
    font-size: 0.875rem;
    margin: auto;

    padding: 0.5rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .superboxcontainer.combobox .level-1.tabs .combobox-tab-4 > a {
        color: white; } }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-4:hover, .superboxcontainer.combobox .level-1.tabs .combobox-tab-4:focus {
    background: rgba(36, 81, 132, 0.4); }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-4.active > a {
    background: #245184;
    color: #FFF;
     }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-5 > a {
    background: transparent;
    color: black;
    font-size: 0.875rem;
    margin: auto;

    padding: 0.5rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .superboxcontainer.combobox .level-1.tabs .combobox-tab-5 > a {
        color: white; } }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-5:hover, .superboxcontainer.combobox .level-1.tabs .combobox-tab-5:focus {
    background: rgba(36, 81, 132, 0.4); }
  .superboxcontainer.combobox .level-1.tabs .combobox-tab-5.active > a {
    background: #245184;
    color: #FFF;
     }
.superboxcontainer.combobox .tabs-content .accordion dd > a {
  font-size: .875rem; }
.superboxcontainer.combobox .tabs-content .accordion > dd {
  background-color: white;
  box-shadow: 0 1px 2px gray;
  margin-bottom: 1rem !important; }
  .superboxcontainer.combobox .tabs-content .accordion > dd > a {
    font-size: .875rem; }
    @media only screen {
      .superboxcontainer.combobox .tabs-content .accordion > dd > a {
        width: auto;
        margin: 0;
        max-width: none;
        /**zoom: 1;*/ }
        .superboxcontainer.combobox .tabs-content .accordion > dd > a:before, .superboxcontainer.combobox .tabs-content .accordion > dd > a:after {
          content: " ";
          display: table; }
        .superboxcontainer.combobox .tabs-content .accordion > dd > a:after {
          clear: both; } }
    @media only screen {
      .superboxcontainer.combobox .tabs-content .accordion > dd > a h1, .superboxcontainer.combobox .tabs-content .accordion > dd > a h2, .superboxcontainer.combobox .tabs-content .accordion > dd > a h3, .superboxcontainer.combobox .tabs-content .accordion > dd > a h4, .superboxcontainer.combobox .tabs-content .accordion > dd > a h5, .superboxcontainer.combobox .tabs-content .accordion > dd > a h6 {
        padding-left: 0;
        padding-right: 0;
        width: 83.33333%;
        float: left; } }
  .superboxcontainer.combobox .tabs-content .accordion > dd > a:hover {
    text-decoration: none; }
@media only screen and (max-width: 40em) {
  .superboxcontainer.combobox .tabs-content {
    margin: 0; } }
@media only screen and (min-width: 40.063em) {
  .superboxcontainer.combobox .tabs-content {
    margin-bottom: 0; } }
.superboxcontainer.combobox .tabs-content .combobox-tab-1 {
  background: #245184; }
.superboxcontainer.combobox .tabs-content .combobox-tab-2 {
  background: #245184; }
.superboxcontainer.combobox .tabs-content .combobox-tab-3 {
  background: #245184; }
.superboxcontainer.combobox .tabs-content .combobox-tab-4 {
  background: #245184; }
.superboxcontainer.combobox .tabs-content .combobox-tab-5 {
  background: #245184; }
.superboxcontainer.combobox .tabs-content > .content {
  overflow: hidden;
  padding: 0; }
  @media only screen and (max-width: 40em) {
    .superboxcontainer.combobox .tabs-content > .content {
      background: whitesmoke;
      border-radius: 0; } }
  .superboxcontainer.combobox .tabs-content > .content .section-title {
    border-bottom: #163150 solid 2px;
    border-top: #2c62a0 solid 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
    z-index: 3; }
    .superboxcontainer.combobox .tabs-content > .content .section-title .panel {
      border-style: solid;
      border-width: 1px;
      border-color: #204876;
      margin-bottom: 1.25rem;
      padding: 0.5rem;
      background: #245184; }
      .superboxcontainer.combobox .tabs-content > .content .section-title .panel > :first-child {
        margin-top: 0; }
      .superboxcontainer.combobox .tabs-content > .content .section-title .panel > :last-child {
        margin-bottom: 0; }
      .superboxcontainer.combobox .tabs-content > .content .section-title .panel h1, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h2, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h3, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h4, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h5, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h6, .superboxcontainer.combobox .tabs-content > .content .section-title .panel p {
        color: white; }
      .superboxcontainer.combobox .tabs-content > .content .section-title .panel a:link {
        color: white !important;
        text-decoration: underline; }
      .superboxcontainer.combobox .tabs-content > .content .section-title .panel h1, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h2, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h3, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h4, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h5, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem; }
        .superboxcontainer.combobox .tabs-content > .content .section-title .panel h1.subheader, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h2.subheader, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h3.subheader, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h4.subheader, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h5.subheader, .superboxcontainer.combobox .tabs-content > .content .section-title .panel h6.subheader {
          line-height: 1.4; }
      .superboxcontainer.combobox .tabs-content > .content .section-title .panel h3 {
        padding: 0 1rem; }
        #Maps .wbptab_contant .section-body {
    min-height: 26rem;
}
  .superboxcontainer.combobox .tabs-content > .content .section-body {
    width: auto;
    margin: 0;
    max-width: none;
    /**zoom: 1;*/
    background-color: #cccccc;
    background-image: url("/Style Library/Images/Alachua County/Branding/Images/noise.png");
    border: 1px solid #245184;
    height: auto; }
    .superboxcontainer.combobox .tabs-content > .content .section-body:before, .superboxcontainer.combobox .tabs-content > .content .section-body:after {
      content: " ";
      display: table; }
    .superboxcontainer.combobox .tabs-content > .content .section-body:after {
      clear: both; }
    .superboxcontainer.combobox .tabs-content > .content .section-body hr {
      border-bottom: 1px solid white;
      margin-top: 0;
      background: #8c8c8c;
      height: 4px;
      display: block;
      width: 100%; }
      @media only screen and (min-width: 50.063em) {
        .superboxcontainer.combobox .tabs-content > .content .section-body hr {
          height: 4px; } }
    @media only screen and (min-width: 50.063em) {
      #Maps .tabs-content > .content .section-body {
        background-image: none;
        min-height: 26rem; } }
    .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar {
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7); }
      .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar a {
        color: white; }
        .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar a:hover, .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar a:visited, .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar a:focus {
          color: white; }
        .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar a [class^="icon-"]:before, .superboxcontainer.combobox .tabs-content > .content .section-body .top-bar a [class*=" icon-"]:before {
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -webkit-transform: rotate(180deg);
          /* Chrome, Safari, Opera */
          transform: rotate(180deg); }
    .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu {
      width: 100%; }
      @media only screen and (min-width: 50.063em) {
        .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu {
          width: 30%; } }
      .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu dd.active {
        border-left: none;
        border-top: none;
        border-bottom: none;
        border-right: none;
        left: 0;
        top: 0;
        z-index: 2; }
      .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu.vertical {
        background: #e8e8e8;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
        border-right: 0;
        position: relative;
        top: 0;
        left: 0; }
        .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu.vertical dd.active {
          border-left: none;
          border-top: none;
          border-bottom: none;
          border-right: none;
          left: 0;
          top: 0;
          z-index: 2; }
        .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu.vertical dd a {
          padding: .875rem;
          font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
          font-size: .875rem;
          line-height: 1rem; }
          .superboxcontainer.combobox .tabs-content > .content .section-body .body-menu.vertical dd a input {
            color: inherit;
            font-size: .875rem;
            padding: 0; }
    #Map  .tabs-content > .content .section-body .section-body-content {
      background: #e3e3e3 url("/Style Library/Images/Alachua County/Branding/Images/noise.png");
      height: auto;
      margin: 0 !important;
      padding: 0 1rem;
      width: 100%; }
     #Map .tabs-content > .content .section-body .section-body-content table {
        background-color: transparent;
        margin-bottom: 0; }
      @media only screen and (max-width: 40em) {
        #Map  .tabs-content > .content .section-body .section-body-content {
          display: block; } }
      @media only screen and (min-width: 40.063em) and (max-width: 50em) {
        #Map  .tabs-content > .content .section-body .section-body-content {
          display: block; } }
      @media only screen and (min-width: 50.063em) {
        #Map  .tabs-content > .content .section-body .section-body-content {
          background: #e3e3e3 url("/Style Library/Images/Alachua County/Branding/Images/noise.png");
          height: 26rem;
          overflow-y: auto;
          padding: 1rem; }
          #Map  .tabs-content > .content .section-body .section-body-content > .content {
            display: block; } }
      #Map  .tabs-content > .content .section-body .section-body-content.content .accordion dd {
        background-color: transparent;
        box-shadow: none;
        border: none; }
        @media only screen and (min-width: 50.063em) {
          #Map  .tabs-content > .content .section-body .section-body-content.content .accordion dd .content {
            display: block;
            padding: 0;
            background-color: rgba(0, 0, 0, 0); } }
        #Map  .tabs-content > .content .section-body .section-body-content.content .accordion dd .content .newsletter-card {
          background-color: #a03806;
          padding: 0;
          }
          #Map  .tabs-content > .content .section-body .section-body-content.content .accordion dd .content .newsletter-card .magImgLink {
            background-repeat: no-repeat;
            background-size: 100%;
            width: 100%;
            display: block;
            position: relative;
            /*&:before {
            	    float: left;
            		position: absolute;
            		background: hsla(17, 70%, 48%, .5);
            		top: 0;
            		bottom: 0;
            		left: 0;
            		right: 0;
            		-moz-transition: background .3s linear;
            		-webkit-transition: background .3s linear;
            		-o-transition: background .3s linear;
            		transition: background .3s linear;
            		content: "";
            }*/ }
          #Map  .tabs-content > .content .section-body .section-body-content.content .accordion dd .content .newsletter-card .magLinkTitle {
            border-top: 1px solid #9a3100;
            color: white;
            display: block;
            width: 100%;
            padding: .5rem;
            background-color: #8c2d00;
            }
      #Map  .tabs-content > .content .section-body .section-body-content #meeting-container table {
        background-color: transparent;
        margin-bottom: 0; }
    .superboxcontainer.combobox .tabs-content > .content .section-body .tabs-content {
      border-left: none; }
      .superboxcontainer.combobox .tabs-content > .content .section-body .tabs-content .section-body-content {
        background: #cccccc url("/Style Library/Images/Alachua County/Branding/Images/noise.png"); }
        @media only screen {
          .superboxcontainer.combobox .tabs-content > .content .section-body .tabs-content .section-body-content {
            padding: 0; } }
        @media only screen and (min-width: 50.063em) {
          .superboxcontainer.combobox .tabs-content > .content .section-body .tabs-content .section-body-content {
            padding: 1rem; } }
      @media only screen {
        .superboxcontainer.combobox .tabs-content > .content .section-body .tabs-content {
          padding: 1rem;
          width: 100%; } }
      @media only screen and (min-width: 50.063em) {
        .superboxcontainer.combobox .tabs-content > .content .section-body .tabs-content {
          padding: 0;
          width: 70%; } }
    .superboxcontainer.combobox .tabs-content > .content .section-body .flex-map {
      margin: 0; }
  .superboxcontainer.combobox .tabs-content > .content#superbox-directory .directory {
    margin: 0;
    padding: 0; }
    .superboxcontainer.combobox .tabs-content > .content#superbox-directory .directory .vcard {
      box-shadow: 0 1px 2px gray; }
      .superboxcontainer.combobox .tabs-content > .content#superbox-directory .directory .vcard li {
        font-size: .875em; }
    .superboxcontainer.combobox .tabs-content > .content#superbox-directory .directory > .empty {
      display: none; }
    .superboxcontainer.combobox .tabs-content > .content#superbox-directory .directory > li > ul {
      padding: 0; }
    .superboxcontainer.combobox .tabs-content > .content#superbox-directory .directory li ul {
      margin-left: 0;
      margin-bottom: 1em; }
  #Maps .section-footer {
    color: white;
    background: #245184;
    border-radius: 0;
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.8);
    z-index: 3; }
    @media only screen and (min-width: 40.063em) {
      #Maps .section-footer {
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.9);
        border-radius: 0 0 0.625rem 0.625rem;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.9); } }
    #Maps .section-footer .panel {
      color: white;
      border-style: solid;
      border-width: 1px;
      border-color: #204876;
      margin-bottom: 1.25rem;
      padding: 0.5rem;
      background: #245184; }
      .tabs-content.vertical {
   /*
shiv
 position: absolute !important;
   width: 100% !important;
   */
   }
#Maps dl.ac-tabs.vertical.tabs.body-menu.show-for-large-up.map-links {
    background: #e8e8e8;
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);
    border-right: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
}
#Maps .tabs-content > .content {
    padding: 0;
}
      #Maps .section-footer .panel > :first-child {
        margin-top: 0; }
      #Maps .section-footer .panel > :last-child {
        margin-bottom: 0; }
      #Maps .section-footer .panel h1, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h2, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h3, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h4, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h5, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h6, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel p {
        color: white; }
      #Maps .section-footer .panel a:link {
        color: white !important;
        text-decoration: underline; }
      #Maps .panel h1, #Maps .section-footer .panel h2, #Maps  .section-footer .panel h3, #Maps  .section-footer .panel h4, #Maps  .section-footer .panel h5, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem; }
        #Maps  .section-footer .panel h1.subheader, #Maps  .section-footer .panel h2.subheader, #Maps  .section-footer .panel h3.subheader, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h4.subheader, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h5.subheader, .superboxcontainer.combobox .tabs-content > .content .section-footer .panel h6.subheader {
          line-height: 1.4; }
      #Maps  .section-footer .panel a {
        color: white; }
        #Maps .section-footer .panel a:visited {
          color: white; }
        #Maps  .section-footer .panel a:hover,#Maps .section-footer .panel a:focus {
          border: none; }
  #Maps  .section-title .panel, #Maps  .section-footer .panel {
    margin-bottom: 0;
    border: none; }
    #Maps .tabs-content.vertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.superboxcontainer.combobox > div {
  background: transparent;
  overflow: hidden; }
.superboxcontainer.combobox .level-1 {
  margin: 0;
  position: relative;
  top: 2px;
  z-index: 2;
  border-bottom: none;
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  /**zoom: 1;*/ }
  .superboxcontainer.combobox .level-1:before, .superboxcontainer.combobox .level-1:after {
    content: " ";
    display: table; }
  .superboxcontainer.combobox .level-1:after {
    clear: both; }
  .superboxcontainer.combobox .level-1 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .superboxcontainer.combobox .level-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .superboxcontainer.combobox .level-1 > li:nth-of-type(n) {
      clear: none; }
    .superboxcontainer.combobox .level-1 > li:nth-of-type(1n+1) {
      clear: both; }
  @media only screen and (max-width: 40em) {
    .superboxcontainer.combobox .level-1 {
      display: block;
      padding: 0;
      margin: 0 -0.625rem;
     /**zoom: 1;*/
      margin: 0; }
      .superboxcontainer.combobox .level-1:before, .superboxcontainer.combobox .level-1:after {
        content: " ";
        display: table; }
      .superboxcontainer.combobox .level-1:after {
        clear: both; }
      .superboxcontainer.combobox .level-1 > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .superboxcontainer.combobox .level-1 > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .superboxcontainer.combobox .level-1 > li:nth-of-type(n) {
          clear: none; }
        .superboxcontainer.combobox .level-1 > li:nth-of-type(1n+1) {
          clear: both; } }
  @media only screen and (min-width: 40.063em) and (max-width: 50em) {
    .superboxcontainer.combobox .level-1 {
      display: block;
      padding: 0;
      margin: 0 -0.625rem;
      /**zoom: 1;*/
      margin: 0; }
      .superboxcontainer.combobox .level-1:before, .superboxcontainer.combobox .level-1:after {
        content: " ";
        display: table; }
      .superboxcontainer.combobox .level-1:after {
        clear: both; }
      .superboxcontainer.combobox .level-1 > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .superboxcontainer.combobox .level-1 > li {
        width: 20%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .superboxcontainer.combobox .level-1 > li:nth-of-type(n) {
          clear: none; }
        .superboxcontainer.combobox .level-1 > li:nth-of-type(5n+1) {
          clear: both; } }
  @media only screen and (min-width: 50.063em) {
    .superboxcontainer.combobox .level-1 {
      display: block;
      padding: 0;
      margin: 0 -0.625rem;
      /**zoom: 1;*/
      margin: 0; }
      .superboxcontainer.combobox .level-1:before, .superboxcontainer.combobox .level-1:after {
        content: " ";
        display: table; }
      .superboxcontainer.combobox .level-1:after {
        clear: both; }
      .superboxcontainer.combobox .level-1 > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .superboxcontainer.combobox .level-1 > li {
        width: 20%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .superboxcontainer.combobox .level-1 > li:nth-of-type(n) {
          clear: none; }
        .superboxcontainer.combobox .level-1 > li:nth-of-type(5n+1) {
          clear: both; } }
  .superboxcontainer.combobox .level-1 > dd {
    clear: none !important;
    width: 20%;
    top: 3px; }
    .superboxcontainer.combobox .level-1 > dd > a {
      min-height: 4.75rem; }
.superboxcontainer.combobox .level-1-content {
  position: relative;
  z-index: 1;
  top: -2px; }
.superboxcontainer.stayconnectedbox {
  color: black; }
  .superboxcontainer.stayconnectedbox a.button {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0.675rem 1.75rem 0.8375rem; }
  @media only screen and (min-width: 40.063em) {
    .superboxcontainer.stayconnectedbox {
      color: white;
      text-align: center; }
      .superboxcontainer.stayconnectedbox > div {
        background-color: rgba(0, 0, 0, 0); } }
@media only screen and (min-width: 50.063em) {
  #superbox-maps .section-body-content {
    overflow-y: hidden;
    padding: 0; }
    #superbox-maps .section-body-content .flex-map {
      height: 26rem; }
  #superbox-maps .tabs-content {
    position: absolute !important;
    width: 100%; } }
@media only screen and (min-width: 40.063em) {
  #superbox-maps table {
    margin: 0; } }

#archive-items #Eventslist {
  font-size: .875rem;
  margin-bottom: .5rem; }
  #archive-items #Eventslist .current + .content {
    display: block; }
  #archive-items #Eventslist .content {
    padding: 0.5rem;
    background: white; }
    #archive-items #Eventslist .content > div {
      border-bottom: 1px solid #dedede !important; }
    #archive-items #Eventslist .content dl {
      margin-bottom: .5rem; }
      #archive-items #Eventslist .content dl dd {
        border-bottom: 1px solid #dedede; }
    #archive-items #Eventslist .content p {
      margin-bottom: 0; }
      @media only screen and (min-width: 40.063em) {
        #archive-items #Eventslist .content p {
          font-size: .875rem;
          margin-bottom: 0; } }
  #archive-items #Eventslist dd .current + .content {
    background: white; }
#archive-items > dd {
  margin-bottom: .5rem !important; }

/*----- Featured Story --------------------------------------------------------------*/
.frontpage-featuredstories {
  color: #212121; }
  @media only screen and (min-width: 40.063em) {
    .frontpage-featuredstories {
      border-radius: 0;
      background-color: transparent;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0; } }
    @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
      .frontpage-featuredstories {
        border-radius: 0.625rem;
        background-color: rgba(0, 0, 0, 0.8);
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
        padding: 0.5rem; }
        .frontpage-featuredstories > * {
          background-color: transparent;
          border-radius: 0.4rem;
          display: block;
          overflow: hidden; } }
  @media only screen and (min-width: 50.063em) {
    .frontpage-featuredstories {
      min-height: 612px; } }
  @media only screen and (min-width: 40.063em) {
    .frontpage-featuredstories {
      color: white; } }
  @media only screen and (max-width: 40em) {
    .frontpage-featuredstories .v-50-50 {
      background: none; } }
  @media only screen and (min-width: 50.063em) {
    .frontpage-featuredstories .v-50-50 {
      background: none; } }
  .frontpage-featuredstories .story-image {
    float: left;
    height: auto;
    margin: 0 10px 5px 0px; }
  .frontpage-featuredstories h1 {
    margin: 0.2rem 0 0.5rem;
    color: #212121;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .frontpage-featuredstories h1 {
        color: #d9d9d9; }
        .frontpage-featuredstories h1 a {
          color: #d9d9d9; } }
  .frontpage-featuredstories h2 {
    margin: 0.2rem 0 0.5rem;
    color: #212121;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .frontpage-featuredstories h2 {
        color: #d9d9d9; }
        .frontpage-featuredstories h2 a {
          color: #d9d9d9; } }
  .frontpage-featuredstories h3 {
    margin: 0.2rem 0 0.5rem;
    color: #212121;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .frontpage-featuredstories h3 {
        color: #d9d9d9; }
        .frontpage-featuredstories h3 a {
          color: #d9d9d9; } }
  .frontpage-featuredstories h4 {
    margin: 0.2rem 0 0.5rem;
    color: #212121;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .frontpage-featuredstories h4 {
        color: #d9d9d9; }
        .frontpage-featuredstories h4 a {
          color: #d9d9d9; } }
  .frontpage-featuredstories h5 {
    margin: 0.2rem 0 0.5rem;
    color: #212121;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .frontpage-featuredstories h5 {
        color: #d9d9d9; }
        .frontpage-featuredstories h5 a {
          color: #d9d9d9; } }
  .frontpage-featuredstories h6 {
    margin: 0.2rem 0 0.5rem;
    color: #212121;
    font-weight: 300; }
    @media only screen and (min-width: 40.063em) {
      .frontpage-featuredstories h6 {
        color: #d9d9d9; }
        .frontpage-featuredstories h6 a {
          color: #d9d9d9; } }
  .frontpage-featuredstories p {
    font-size: .825rem;
    margin-bottom: .5rem; }
  .frontpage-featuredstories hr {
    border-top: solid #545454 1px;
    clear: both;
    color: #757575;
    margin: .5rem 0 .5rem; }

@media only screen and (min-width: 340px) and (max-width: 430px) {
  .featuredstory-story-column {
    width: 100%; } }
@media only screen and (min-width: 801px) and (max-width: 930px) {
  .featuredstory-headline-column {
    width: 75%; }

  .featuredstory-story-column {
    width: 100%; } }
.featuredstory-image-column {
  padding-right: 0.9375rem !important; }

#livenotplaying img, #liveplaying img {
  display: inline-block;
  vertical-align: middle;
  width: 13%; }
#livenotplaying p, #liveplaying p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: .875rem; }
#livenotplaying a, #liveplaying a {
  text-decoration: underline;
  color: #000; }

#livenotplaying img {
  vertical-align: middle;
  margin-right: .875em; }
#livenotplaying p {
  font-size: .875rem;
  vertical-align: middle;
  width: 80%; }
  @media only screen and (min-width: 40.063em) and (max-width: 50em) {
    #livenotplaying p {
      font-size: 1.5em; } }

#liveplaying h6 {
  display: inline-block;
  width: 100%; }
#liveplaying img {
  vertical-align: middle; }
  @media only screen and (min-width: 50.063em) {
    #liveplaying img {
      width: 20%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 50em) {
    #liveplaying img {
      width: 13%; } }
  @media only screen and (max-width: 40em) {
    #liveplaying img {
      width: 20%; } }
#liveplaying p {
  text-align: center;
  vertical-align: middle; }
@media only screen and (max-width: 40em) {
  #liveplaying a .button {
    margin-bottom: .2em; } }

#meetings-content-2 .content-card-container > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #meetings-content-2 .content-card-container > ul ul {
    padding: .5em 0 .5em 0; }
  #meetings-content-2 .content-card-container > ul > li {
    border-top: 1px solid #808080;
    padding-top: .5em; }
    #meetings-content-2 .content-card-container > ul > li:first-child {
      border-top: none; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008cba; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008cba; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

form .breadcrumb-container {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-radius: 0 0 0.625rem 0.625rem;
  border: medium none;
  margin-bottom: 1rem;
  border: medium none;
  display: block;
  padding: 0 0 .5rem 0; }
  form .breadcrumb-container ul {
    padding: 0; }
    form .breadcrumb-container ul:hover {
      text-decoration: none; }
    form .breadcrumb-container ul li {
      list-style: none;
      display: inline-block;
      padding-left: .5rem; }
      form .breadcrumb-container ul li a.crumb {
        font-size: .75rem;
        color: white; }
      form .breadcrumb-container ul li a.crumb:before {
        content: ">";
        color: white;
        padding-right: .5rem; }
      form .breadcrumb-container ul li a.current-site {
        color: #ff8a3f;
        font-weight: bold; }
form[action^="/Pages/AlachuaCounty"] .breadcrumb-container {
  display: none; }
form[action^="/search"] nav.tab-bar a.icon-search {
  display: none; }

.flex-map {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-map .map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid silver; }

.contactmenu {
  z-index: 2; }
  .contactmenu dd:hover {
    background: none repeat scroll 0 0 #ededed; }
  @media only screen and (min-width: 50.063em) {
    .contactmenu button, .contactmenu input, .contactmenu select, .contactmenu textarea {
      font-size: 0.875rem; } }
  .contactmenu fieldset {
    border: 1px solid #bfbfbf;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 0 1.125rem; }
  .contactmenu input:after {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e953"; }
  .contactmenu input[type="button"] {
    width: 100%; }

@media only screen {
  input[type="button"] {
    color: #004977;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    font-size: .813rem;
    padding: 0.5rem;
    text-align: left;
    white-space: normal;
    } }

@media only screen {
  .contact-content input[type="button"] {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "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;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    background-color: #00648c;
    border-color: #007095;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -moz-border-radius: 1000px !important;
    -webkit-border-radius: 1000px !important;
    border-radius: 1000px !important;

    text-align: left;
    white-space: normal; }
    .contact-content input[type="button"]:hover, .contact-content input[type="button"]:focus {
      background-color: #007095; }
    .contact-content input[type="button"]:hover, .contact-content input[type="button"]:focus {
      color: white; } }
.contact-content button, .contact-content fieldset, .contact-content input, .contact-content select, .contact-content textarea {
  margin: 0 0 .70rem; }
.contact-content .alert-box {
  padding: .5rem; }

form .row .row .contact-content #contactModal .column, form .row .row .contact-content #contactModal .columns {
  padding: 0 0.5rem; }

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table.responsive th, .pinned table th {
  padding: 9px 10px !important;
  font-weight: bold;
  background-color: #003e80;
  color: white;
  border: 1px solid rgba(166, 166, 166, 0.5) !important; }

table.responsive td {
  padding: 9px 10px !important;
  text-align: left;
  border: 1px solid rgba(166, 166, 166, 0.5) !important; }

table.responsive tr:nth-child(2n) td {
  background-color: rgba(242, 242, 242, 0.5); }

/* Mobile */
@media only screen and (max-width: 720px) {
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; }

  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 16%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap;
    padding: 9px 10px !important;
    border: 1px solid rgba(166, 166, 166, 0.5) !important;
    text-align: left; }

  .pinned td:last-child {
    border-bottom: 0; }

  .pinned table tr:nth-child(2n) td {
    background-color: #f2f2f2; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 16%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    padding: 9px 10px !important;
    border: 1px solid white !important; }

  table.responsive td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    padding: 9px 10px !important;
    border: 1px solid rgba(140, 140, 140, 0.5) !important; } }
@media only screen and (max-width: 500px) {
  .pinned {
    width: 35%; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
     }
  .slick-loading .slick-list {
    background: white center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: grab; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../Style Library/Alachua County/Branding/Fonts/slick.eot");
  src: url("../Style Library/Alachua County/Branding/Fonts/slick.eot?#iefix") format("embedded-opentype"), url("/Style Library/Alachua County/Branding/Fonts/slick.woff") format("woff"), url("/Style Library/Alachua County/Branding/Fonts/slick.ttf") format("truetype"), url("../Style Library/Alachua County/Branding/Fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute !important;
  display: block !important;
  height: 20px !important;
  width: 20px !important;
  line-height: 0 !important;
  font-size: 0 !important;
  cursor: pointer !important;
  background: transparent !important;
  color: transparent !important;
  top: 50% !important;
  margin-top: -10px !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none !important;
    background: transparent !important;
    color: transparent !important; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1 !important; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25 !important; }

.slick-prev:before, .slick-next:before {
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  margin: 0 !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\e89b2";
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: none; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\e89b3";
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: none; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  margin: 0;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0 !important;
      background: transparent !important;
      display: block !important;
      height: 20px !important;
      width: 20px !important;
      outline: none !important;
      line-height: 0 !important;
      font-size: 0 !important;
      color: transparent !important;
      padding: 5px !important;
      position: relative !important;
      cursor: pointer !important; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none !important; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1 !important; }
      .slick-dots li button:before {
        position: absolute;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        top: 0;
        color: #ff8a3f;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ff8a3f;
      opacity: 0.75; }

/* Captions */
.slick-caption {
  padding: .5rem; }
  @media only screen and (max-width: 40em) {
    .slick-caption {
      background-color: #0d253f; } }
  @media only screen and (min-width: 40.063em) {
    .slick-caption {
      background-color: transparent;
      color: white; } }
  .slick-caption h1 {
    margin: 0; }
    .slick-caption h1 a {
      color: white;
      text-decoration: underline !important; }
    @media only screen and (min-width: 40.063em) {
      .slick-caption h1 a {
        color: #d9d9d9; } }
  .slick-caption h2 {
    margin: 0; }
    .slick-caption h2 a {
      color: white;
      text-decoration: underline !important; }
    @media only screen and (min-width: 40.063em) {
      .slick-caption h2 a {
        color: #d9d9d9; } }
  .slick-caption h3 {
    margin: 0; }
    .slick-caption h3 a {
      color: white;
      text-decoration: underline !important; }
    @media only screen and (min-width: 40.063em) {
      .slick-caption h3 a {
        color: #d9d9d9; } }
  .slick-caption h4 {
    margin: 0; }
    .slick-caption h4 a {
      color: white;
      text-decoration: underline !important; }
    @media only screen and (min-width: 40.063em) {
      .slick-caption h4 a {
        color: #d9d9d9; } }
  .slick-caption h5 {
    margin: 0; }
    .slick-caption h5 a {
      color: white;
      text-decoration: underline !important; }
    @media only screen and (min-width: 40.063em) {
      .slick-caption h5 a {
        color: #d9d9d9; } }
  .slick-caption h6 {
    margin: 0; }
    .slick-caption h6 a {
      color: white;
      text-decoration: underline !important; }
    @media only screen and (min-width: 40.063em) {
      .slick-caption h6 a {
        color: #d9d9d9; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    font-size: 14px;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline !important; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    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; }

  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 10px; }

  a[href^="tel"]:after, a[href^="mailto"]:after {
    content: ""; }

  abbr[title]:after {
    content: " (" attr(title) ")";
    font-size: 10px; }

  .hide-for-bootstrap, .social, .ac-footer-top, .fixedforedit, .breadcrumb-container, .right-header-column {
    display: none !important; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  .accordion dd.active > a {
    background: #e8e8e8; }

  .accordion dd > a, .tabs dd > a {
    background: #cccccc;
    color: #222222;
    padding: 1rem;
    display: block;
    border: 1px solid #cccccc;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
form .breadcrumb-container ul li a.breadcrumb-root:before {
  font-family: "icon-typeface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e971"; }

html {
  background-attachment: fixed !important;
  background-clip: border-box !important;
  background-color: black;
  background-origin: padding-box !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (max-width: 40em) {
    html {
      background-position: top center;
      background-size: 100% auto !important; } }

body {
  font: 100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow: inherit !important;
  background: rgba(0, 0, 0, 0) !important; }

.fixedforedit {
  display: block; }

.Default {
  background-color: #5a748c;
  background-image: url("/Style Library/Images/Alachua County/Branding/Images/bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

a:link {
  color: #004977;
  }
/*@media only screen and (min-width: 50.063em) {
  a:focus {
    outline: none !important; } }*/
a.view-all-link {
  font-family: open sans;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: .5rem 0; }
  @media only screen and (min-width: 40.063em) {
    a.view-all-link {
      color: #ff8133; } }
  a.view-all-link:after {
    font-family: "icon-typeface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e89b3"; }
  a.view-all-link:hover {
    color: #ff8a3f; }
  a.view-all-link:link {
    color: #ff8a3f; }
    @media only screen and (min-width: 40.063em) {
      a.view-all-link:link {
        color: #ff8a3f; } }
  a.view-all-link:visited {
    color: #ff8a3f; }

body > form {
  margin: 0; }

html body #s4-bodyContainer {
  min-width: inherit; }

.menu-bar-title {
  display: block; }

.sub-nav-divider {
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  margin: 0;
  width: 100%; }

.dept-none .menu-bar-title {
  visibility: hidden; }
@media only screen and (max-width: 40em) {
  .dept-none #headerTopbg .left-header-column {
    display: table; } }

#headerTopbg {
  z-index: 3; }
  @media only screen and (max-width: 40em) {
    #headerTopbg {
      background-size: 100%;
      background-position-y: 53px; } }
  @media only screen and (min-width: 40.063em) {
    #headerTopbg {
      background-color: rgba(0, 0, 0, 0);
      background-image: none !important;
      min-height: 110px; } }
  #headerTopbg > .row {
    z-index: 3; }
  #headerTopbg .left-header-column {
    display: none; }
    @media only screen and (max-width: 40em) {
      #headerTopbg .left-header-column {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        background-color: rgba(0, 0, 0, 0.5);
        background-position-y: -53px !important;
        background-size: 100%;
        text-align: center;
        height: 10rem;
        display: none; }
        #headerTopbg .left-header-column .aclogo {
          display: table-cell;
          vertical-align: middle;
          width: 100%; } }
    @media only screen and (min-width: 40.063em) and (max-width: 50em) {
      #headerTopbg .left-header-column {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        right: 41.66667%;
        left: auto;
        float: left;
        display: block; }
        #headerTopbg .left-header-column .aclogo {
          display: block; } }
    @media only screen and (min-width: 40.063em) {
      #headerTopbg .left-header-column {
        background-image: none !important; } }
    @media only screen and (min-width: 50.063em) {
      #headerTopbg .left-header-column {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        right: 41.66667%;
        left: auto;
        float: left;
        display: block; }
        #headerTopbg .left-header-column .aclogo {
          display: block; } }
  @media only screen and (max-width: 40em) {
    #headerTopbg .right-header-column {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media only screen and (min-width: 40.063em) and (max-width: 50em) {
    #headerTopbg .right-header-column {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      left: 58.33333%;
      right: auto;
      float: left; } }
  @media only screen and (min-width: 50.063em) {
    #headerTopbg .right-header-column {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      left: 58.33333%;
      right: auto;
      float: left; } }

.aclogo {
  display: block;
  float: none;
  height: 113px;
  margin: auto;
  position: relative;
  top: 4px;
  width: 100%;
  z-index: 100; }
  @media only screen and (max-width: 40em) {
    .aclogo {
      background-color: rgba(0, 0, 0, 0.5);
      top: 0; }
      .aclogo img
      {
        display: block;
        width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    .aclogo {
      position: absolute; } }
  @media only screen and (min-width: 50.063em) {
    .aclogo {
      background: url("/Style Library/Images/Alachua County/Branding/Images/acLogo.png") no-repeat scroll 0 0 transparent;
      text-indent: -9999em;
      width: 364px; }
      a.aclogo img {
        display: block !important;}
      }

ul, ol, dl {
  margin-bottom: 0; }

ul#searchLinks {
  font-family: "Open Sans", sans-serif;
  font-size: 0.750em;
  margin: 0 0 1.0625em 0;
  padding: 0.813em 0 0;
  text-transform: uppercase; }
  ul#searchLinks a {
    color: #FFF;
    text-decoration: underline; }
    ul#searchLinks a:hover, ul#searchLinks a:focus, ul#searchLinks a:active {
      color: #ff6600; }
  ul#searchLinks.inline-list > li {
    display: block;
    float: left;
    list-style: none outside none;
    margin-left: 0;
    text-align: center;
    width: 33%; }
    ul#searchLinks.inline-list > li:first-child {
      margin: 0; }

.content-card-container {
  font-size: .875rem;
  background-color: white;
  box-shadow: 0 1px 2px gray;
  margin-bottom: 1rem;
  padding: 0.5rem;
  display: block; }
  .content-card-container h5 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem; }
  .content-card-container img {
    width: 100%; }
  .content-card-container hr {
    border-bottom: 1px solid white;
    margin-bottom: .5rem;
    margin-top: 0;
    background: #8c8c8c;
    height: 3px !important;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 40.063em) {
      .content-card-container hr {
        height: 3px !important; } }
  .content-card-container ul, .content-card-container dl, .content-card-container ol {
    font-size: .875rem;
    padding: .5rem; }

.v-20-80, .v-25-75, .v-50-50, .v-56-44, .v-60-40, .v-66-33, .v-33-66 {
  background: url("/Style Library/Images/Alachua County/Branding/Images/1x1-545454.gif") repeat-y;
  margin-bottom: 1em;
  clear: both; }

.v-20-80 {
  background-position: 20.3125% 0; }

.v-25-75 {
  background-position: 22.58065% 0; }

.v-33-66 {
  background-position: 33.12083% 0; }

.v-50-50 {
  background-position: 50% 0; }

.v-56-44 {
  background-position: 56.32653% 0; }

.v-60-40 {
  background-position: 63.50711% 0; }

.v-66-33 {
  background-position: 66.87917% 0; }

/*--------Search ---------*/
.ms-sbgo a {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "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;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  background-color: #43ac6a;
  border-color: #368a55;
  color: white; }
  .ms-sbgo a:hover, .ms-sbgo a:focus {
    background-color: #368a55; }
  .ms-sbgo a:hover, .ms-sbgo a:focus {
    color: white; }

#searchinput {
  background: url("/Style Library/Images/Alachua County/Branding/Images/searchMicroscope.jpg") no-repeat scroll 6px center white;
  border: 0 none;
  border-radius: 2.625rem 0 0 2.625rem;
  font-size: 1.13em;
  font-style: italic;
  font-weight: 100;
  padding: 0 12px 0 40px; }

#searchSubmitButton {
  border-radius: 0 2.625rem 2.625rem 0;
  border-style: none;
  padding: 0 0.45em 1em 0.35em;
  font-size: 1.3em; }

.bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  left: 0;
  margin: 0;
  min-width: 46em;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }

.th {
  box-shadow: 0 1px 2px #999999; }

.contain-to-grid {
  position: relative;
  z-index: 2; }

.row {
  position: relative;
  z-index: 1; }

.global-navigation-dropdown .f-dropdown-2 {
  padding: 0;
  border-top: 1px solid #7C0E00; }

/*----- Start Main Content Area -----*/
form #s4-bodyContainer {
  height: 100%;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    form #s4-bodyContainer {
      min-height: 600px; } }

@media only screen and (max-width: 40em) {
  .content-box {
    background: none repeat scroll 0 0 white; } }
.content-box > div {
  padding: 0px; }/*shiv*/
  @media only screen and (min-width: 40.063em) {
    .content-box > div {
      min-height: 600px; } }

#departmental_navigation {
  padding: 0; }

form .s4-ca.row .acContentWrapper div.ms-rtestate-field {
  display: inline-block !important; }

.s4-ca {
  background-color: white;
  margin: 0;
  padding-bottom: 0; }
  @media only screen and (max-width: 40em) {
    .s4-ca.Default {
      background-image: url("/Style Library/Images/Alachua County/Branding/Images/bg.jpg"); } }
  @media only screen and (max-width: 40em) {
    .s4-ca {
      background-position-y: -53px !important;
      background-size: contain !important; } }
  @media only screen and (min-width: 40.063em) {
    .s4-ca {
      background-image: none !important;
      margin: inherit;
      padding-bottom: 0; } }

.tabs-content .content.active {
  width: 100%; }

/*----- End Main Content Area -----*/
/*----- Start Footer -----*/
.social-facebook:before {
  margin-top: 0rem; }

.social-twitter:before {
  margin-top: 0rem; }

.social-youtube:before {
  margin-top: 0rem; }

.social-vimeo:before {
  margin-top: 0rem; }

.social-flikr:before {
  margin-top: 0rem; }

.social-contact:before {
  margin-top: 0rem; }

@media only screen and (max-width: 40em) {
  .social {
    background: url("/Style Library/Images/Alachua County/Branding/Images/dottedBg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 2px solid #ababab;
    box-shadow: 0 -1px 6px #212121; } }
.social ul li {
  padding: 0.8rem 0.625rem 1rem; }
  .social ul li a {
    color: black;
    text-shadow: none; }
    @media only screen and (min-width: 40.063em) {
      .social ul li a {
        color: white;
        text-shadow: 1px 1px 1px black;
        line-height: 2rem; } }
    .social ul li a:first-child {
      color: white;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      -webkit-transition: all 80ms ease-out 100ms;
      -moz-transition: all 80ms ease-out 100ms;
      -o-transition: all 80ms ease-out 100ms;
      transition: all 80ms ease-out 100ms;
      box-sizing: border-box;
      box-shadow: 0 0 2px black;
      background: rgba(0, 0, 0, 0.8);
      border: 0.15rem solid white;
      border-radius: 30px;
      display: block;
      font-family: "icon-typeface";
      font-size: 1.8rem;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      height: 3.7rem;
      line-height: 3.4rem;
      margin: auto;
      position: relative;
      text-align: center;
      text-decoration: inherit;
      text-transform: none;
      width: 3.7rem; }
      @media only screen and (max-width: 40em) {
        .social ul li a:first-child {
          box-shadow: none; } }
  .social ul li .social-facebook:hover {
    background: rgba(59, 88, 151, 0.9);
    text-shadow: 0 2px 2px rgba(46, 65, 107, 0.9); }
  .social ul li .social-twitter:hover {
    background: rgba(0, 172, 235, 0.9);
    text-shadow: 0 2px 2px rgba(46, 91, 107, 0.9); }
  .social ul li .social-gplus:hover {
    background: #d34936;
    text-shadow: 0 2px 2px #6b352e; }
  .social ul li .social-youtube:hover {
    background: rgba(189, 0, 0, 0.9);
    text-shadow: 0 2px 2px rgba(107, 46, 46, 0.9); }
  .social ul li .social-vimeo:hover {
    background: rgba(71, 188, 255, 0.9);
    text-shadow: 0 2px 2px rgba(46, 85, 107, 0.9); }
  .social ul li .social-flickr:hover {
    background: rgba(0, 99, 219, 0.9);
    text-shadow: 0 2px 2px rgba(46, 73, 107, 0.9); }
  .social ul li .social-contact-us:hover {
    background: rgba(255, 102, 0, 0.9);
    text-shadow: 0 2px 2px rgba(107, 70, 46, 0.9); }

.ac-footer-top {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  .ac-footer-top .footer-links {
    margin: 0;
    padding: .5rem; }
  .ac-footer-top ul li {
    padding: .2rem; }
    .ac-footer-top ul li a {
      color: #e6e6e6;
      font-family: open sans;
      font-size: 0.75rem;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
      .ac-footer-top ul li a:hover {
        color: #ff8a3f; }

#background-attribution {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  /**zoom: 1;*/ }
  #background-attribution:before, #background-attribution:after {
    content: " ";
    display: table; }
  #background-attribution:after {
    clear: both; }
  @media only screen and (max-width: 40em) {
    #background-attribution {
      width: auto;
      margin: 0;
      max-width: none;
      /**zoom: 1;*/
      background-color: #0d253f; }
      #background-attribution:before, #background-attribution:after {
        content: " ";
        display: table; }
      #background-attribution:after {
        clear: both; } }
  #background-attribution .superboxcontainer {
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: none; }
    @media only screen and (max-width: 40em) {
      #background-attribution .superboxcontainer {
        background-color: transparent;
        margin-bottom: 0; } }
    @media only screen and (min-width: 40.063em) {
      #background-attribution .superboxcontainer .small-1 {
        width: 4.33333%; }
      #background-attribution .superboxcontainer .small-11 {
        width: 95.66667%; } }
  #background-attribution .icon-camera {
    color: white; }
    #background-attribution .icon-camera:before {
      font-size: 1.125rem; }
  #background-attribution p {
    color: #e6e6e6;
    font-size: 0.75rem;
    margin: 0;
    text-align: left; }
  #background-attribution a:link, #background-attribution a:visited, #public_records a:link, #public_records a:visited {
    color: white; }
  #background-attribution a:hover, #public_records a:hover {
    color: #ff8a3f; }

.ac-footer-bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  /**zoom: 1;*/ }
  .ac-footer-bottom:before, .ac-footer-bottom:after {
    content: " ";
    display: table; }
  .ac-footer-bottom:after {
    clear: both; }
  @media only screen and (max-width: 40em) {
    .ac-footer-bottom {
      width: auto;
      margin: 0;
      max-width: none;
      /**zoom: 1;*/
      background-color: #001329; }
      .ac-footer-bottom:before, .ac-footer-bottom:after {
        content: " ";
        display: table; }
      .ac-footer-bottom:after {
        clear: both; } }
  .ac-footer-bottom .superboxcontainer {
    padding: 1rem;
    box-shadow: none; }
    @media only screen and (max-width: 40em) {
      .ac-footer-bottom .superboxcontainer {
        background-color: transparent;
        margin-bottom: 0; } }
  .ac-footer-bottom p {
    color: #e6e6e6;
    font-size: 0.8750em;
    margin: 0; }

.js .footer dropDownMenu {
  display: none; }

#disclaimerWrapper p {
  font-size: 0.619479em;
  color: #525a60; }

/*----- End Footer -----*/
/* Custom Media Queries */
@media (max-width: 940px) {
  form .s4-ca.row .columns .row .columns.acContentWrapper {
    background-color: transparent;
    padding: 0;
    border-radius: 0; }

  form .s4-ca.row .columns .row .column.acContentWrapper > div,
  form .s4-ca.row .columns .columns.acContentWrapper > div {
    background-color: white;
    border-radius: 0;
    border-top: 1px solid #444444;
    box-shadow: 0 0 8px #000000; } }
.hidden-web-part-container {
  display: none; }

/* END */
/* Add to Styles Section */
.ac-custom-style-Bold {
  -ms-name: "Bold";
  font-weight: bold; }

/* Add to Markup Styles Section */
h3.ac-custom-style-h3 {
  -ms-name: "Section Title"; }

h4.ac-custom-style-h4 {
  -ms-name: "Sub-Section Title"; }

div.ac-custom-style-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #f2f2f2; }
  div.ac-custom-style-panel > :first-child {
    margin-top: 0; }
  div.ac-custom-style-panel > :last-child {
    margin-bottom: 0; }
  div.ac-custom-style-panel h1, div.ac-custom-style-panel h2, div.ac-custom-style-panel h3, div.ac-custom-style-panel h4, div.ac-custom-style-panel h5, div.ac-custom-style-panel h6, div.ac-custom-style-panel p {
    color: #333333; }
  div.ac-custom-style-panel h1, div.ac-custom-style-panel h2, div.ac-custom-style-panel h3, div.ac-custom-style-panel h4, div.ac-custom-style-panel h5, div.ac-custom-style-panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    div.ac-custom-style-panel h1.subheader, div.ac-custom-style-panel h2.subheader, div.ac-custom-style-panel h3.subheader, div.ac-custom-style-panel h4.subheader, div.ac-custom-style-panel h5.subheader, div.ac-custom-style-panel h6.subheader {
      line-height: 1.4; }

.article, .welcome {
  padding: 1rem; }

button:hover, button:visited, button:focus, button:link, .button:hover, .button:visited, .button:focus, .button:link {
  color: white; }
button.secondary, .button.secondary {
  color: #333333; }
button.success, .button.success {
  background-color: #16833e;
  border-color: #3c9a5f;
  color: white; }

@media only screen and (max-width: 40em) {
  .top-row-text > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; } }

@media only screen and (max-width: 40em) {
  .top-row-text {
    width: auto;
    margin: 0;
    max-width: none;
    /**zoom: 1;*/ }
    .top-row-text:before, .top-row-text:after {
      content: " ";
      display: table; }
    .top-row-text:after {
      clear: both; } }

/*--tabs --*/
.tabs-content.vertical {
  float: left;
  margin-left: -1px; }
  @media only screen and (min-width: 50.063em) {
    .tabs-content.vertical {
      width: 80%!important;/*shiv*/ } }

.ac-tabs .vertical dd {
  display: block;
  float: none;
  position: inherit;
  top: auto; }

.gainesville-connect-container {
  padding: .5rem;
  color: black; }
  @media only screen and (min-width: 40.063em) {
    .gainesville-connect-container {
      width: auto;
      margin: 0;
      max-width: none;
      /**zoom: 1;*/
      background-color: rgba(255, 255, 255, 0.8); }
      .gainesville-connect-container:before, .gainesville-connect-container:after {
        content: " ";
        display: table; }
      .gainesville-connect-container:after {
        clear: both; } }
  .gainesville-connect-container .gainesville-connect {
    background-color: rgba(255, 255, 255, 0.8);
    padding: .5rem; }
    .gainesville-connect-container .gainesville-connect img {
      width: 100%; }
    .gainesville-connect-container .gainesville-connect p {
      font-size: .825rem;
      margin-bottom: .5rem;
      padding: 0 .5rem; }

.viewallcontainer {
  text-align: center; }

#directory-container {
  padding: 0; }

.detailsdate {
  font-size: .875rem;
  font-family: inherit; }

/* Lists */
ul,
ol,
dl {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* Search */
.srch-Title2, .srch-Metadata1, .srch-Metadata2 {
  font-size: 14px; }
  @media only screen and (max-width: 40em) {
    .srch-Title2, .srch-Metadata1, .srch-Metadata2 {
      width: 296px;
      word-wrap: break-word; } }
  @media only screen and (min-width: 40.063em) and (max-width: 50em) {
    .srch-Title2, .srch-Metadata1, .srch-Metadata2 {
      width: 486px; } }
  @media only screen and (min-width: 50.063em) {
    .srch-Title2, .srch-Metadata1, .srch-Metadata2 {
      width: 576px; } }

@media only screen and (max-width: 40em) {
  .srch-Title2, .srch-Description2 {
    width: 296px;
    word-wrap: break-word; } }

#accommodation-message p {
  font-size: 14px; }

a.left-off-canvas-toggle.edit-mode-menu-icon {
  display: none;
  height: 10px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: default !important; }

.edit-mode a.left-off-canvas-toggle.edit-mode-menu-icon {
  display: block; }

.edit-mode .exit-off-canvas {
  position: relative; }

#reportanissuebtn {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  font-size: .813rem !important;
  padding: 0.5rem !important;
  text-align: left !important;
  white-space: normal !important;
  }

/* The alert message box */
.alert {
  padding: 20px;
  margin-bottom: 0; }

/* The close button */
.alertClose {
  /*don't look like a button*/
  background: none !important;
  border: none;
  padding: 0 !important;
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }

#alertPanel input#closeBtn {
  color: #ffffff;
}
/* When moving the mouse over the close button */
.alertClose:hover {
  color: black; }

/*Alert Display Types*/
a#alertHyperLink {
  text-decoration: underline !important;
  font-weight: bold !important; }

.Informational {
  background-color: #4A4A4A !important;
  /*Grey*/
  color: #ffffff !important; }

.General {
  background-color: #ffed8b;
  /*Gold*/
  color: #000000; }

.Emergency {
  background-color: #980D03;
  /* Red */
  color: #ffffff !important; }

.Informational a {
  color: white !important; }

.Informational a#alertHyperLink:hover {
  color: white !important; }

.Informational a#alertHyperLink:link {
  color: white !important; }

.Informational a#alertHyperLink:focus {
  color: white !important; }

.Informational a#alertHyperLink:visited {
  color: white !important; }

.General a#alertHyperLink {
  color: #0059ff !important; }

.General a#alertHyperLink:link {
  color: #0059ff !important; }

.General a#alertHyperLink:hover {
  color: #0059ff !important; }

.General a#alertHyperLink:focus {
  color: #0059ff !important; }

.General a#alertHyperLink:visited {
  color: #0059ff !important; }

.Emergency a#alertHyperLink {
  color: #F5FF93 !important; }

.Emergency a#alertHyperLink:link {
  color: #F5FF93 !important; }

.Emergency a#alertHyperLink:hover {
  color: #F5FF93 !important; }

.Emergency a#alertHyperLink:focus {
  color: #F5FF93 !important; }

.Emergency a#alertHyperLink:visited {
  color: #F5FF93 !important; }

.Informational hr {
  border-color: #323232; }

.General hr {
  border-color: #DDCA00; }

.Emergency hr {
  border-color: #622525; }

/* SiteImprove modifications */

/* Default Link Styles */
a, .ms-WPBody a {
  color: #004977;
  text-decoration: underline !important;
  line-height: inherit; }
  :focus {
    outline: #0067f4 auto 5px !important;
    outline-color: #0067f4 !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  #share-contact-form-href + input{
    text-decoration:underline;
  }

 .goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: underline;
    color: #000000 !important;
 }
 .goog-te-menu2-item div span, .goog-te-menu2-item:link div span, .goog-te-menu2-item:active div span {
    color: #004977 !important;
    text-decoration: underline !important;
 }

 .skipnav { text-align: left; }
  .skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
  .skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

 #siteImproveLogo {
    width: 200px;
 }



 .container-inner {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
}
.breadcrumb {
    border-radius: 0 0 0.625rem 0.625rem;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    width: 100%;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.breadcrumb ul a {
    color: #fff;
    text-decoration: underline;
    margin: 5px 15px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb ul li:after {
    content: '>';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb ul li:last-child:after {
    display:none;
}
breadcrumb ul .active a {
    color: #ff8a3f;
    font-weight: 600;
}
.customePage .ms-webpart-chrome-title ~ div {
    padding: 10px 16px;
}
span.material-icons.expand_more {
    color: #1b5b98;
}
#resource-box .amdnt-item {
    line-height: 1.4;
    margin-bottom: 0;
}
.frontpage-featuredstories .row.v-50-50 .small-12.medium-6.large-12.columns {
    /*padding: 0;*/
}
.meetings .content-card-container ul {
    margin-left: 18px;
}
.wbptab_title h3 {
    font-size: 1.6875rem;
    font-weight: 500;
}
.customePage h2.ms-webpart-titleText {
    font-size: 2.625rem;
    margin: 0;
        font-weight: 400;
            line-height: 1.4;
                text-align: left !important;
}
.email > a {
    word-break: break-all;
}
.customePage h2.ms-webpart-titleText nobr {
    white-space: normal !important;
}
.customePage .ms-webpart-chrome-title {
    display: inline-block;
    width: calc(100% - 30px);
    padding: 10px;
    background: #F7FBFF;
    margin: 15px;
    border: 1px solid #eaeaea;
    border-radius: 0.625rem;
}
.customePage .ms-webpartzone-cell {
    margin-bottom: 0px;
}
.customePage .comm_left {
    display: flex;
    align-items: center;
}
.customePage :not(#s4-ribbonrow) * button, .customePage :not(#s4-ribbonrow) * .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "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;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #13467a;
    border-color: #007095;
    color: white;
    transition: background-color 300ms ease-out;
}
.payTickets .comm_left {
    background: #0e4b4e;
}
.payTickets .citiLink_Home {
    background: #0e4b4e;
}
.payTickets .citiLink_Home a{
    color:#fff;
}
.payTickets .comm_right {
    padding: 0;
}
.payTickets .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.parksSpace .comm_left {
    background: #3c9d7c;
}
.mergencyManagement .comm_left {
    background: #9c1c1c;
}
.waterConservation .comm_left {
    background-color: #1b5b98;
}
.waterConservation .comm_right {
    padding: 0;
}
.waterConservation .comm_right .citiLink_Home a{
    color:#fff;
}
.waterConservation .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.ms-rte-embedwp ul{
	list-style:disc;
}
.countyAttorney .comm_left {
    background: #3f0f57;
}
.countyManagersOffice .comm_left {
    background: #1b5b98;
}
.engineeringOperations .citiLink_Home {
    background: #003321;
}
.engineeringOperations .citiLink_Home a{
    color:#fff;
}
.engineeringOperations .comm_right {
    padding: 0;
}
.engineeringOperations .comm_title_links {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.engineeringOperations .comm_left {
    background: #0f573e;
}
.procurement  .comm_left {
    background: #1b5b98;
}
.equalOpportunity .comm_left {
    background: #4bb18b;
}
.publicWork .comm_left {
    background: #0f573e;
}
.clerkCourt .comm_left {
    background: #0e4b4e;
}
.businessDev .comm_right {
    padding: 0;
}
.businessDev .comm_right .citiLink_Home a{

	color:#fff;
}
.businessDev .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.businessDev .comm_left {
    background: #1b5b98;
}
.business .comm_left {
    background: #1b5b98;
}
.budgetYear .citiLink_Home {
    background: #002133;
}

.budgetYear .citiLink_Home a{
   color:#fff;
}
.budgetYear .comm_right {
    padding: 0;
}
.budgetYear .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.budgetYear .comm_left {
    background: #0f3e57;
}
.countyCommissioners .comm_left {
    background: #002d57;
}
.grandparentProgram .comm_left {
    background: #52a3e0;
}
.grandparentProgram .citiLink_Home {
    background: #005799;
}
.grandparentProgram .citiLink_Home a{
    color:#fff;
}
.grandparentProgram .comm_right {
    padding: 0;
}
.grandparentProgram .comm_right .comm_title_links{
    padding: 10px;
    display:inline-block;
    width:100%;
}
.VeteransServices .comm_left {
    background: #52a3e0;
}
.VeteransServices .comm_right {
    padding: 0;
}
.VeteransServices .comm_right .citiLink_Home {
    background: #005799;
}
.VeteransServices .comm_right .citiLink_Home a{
    color:#fff;
}
.VeteransServices .comm_right .comm_title_links {
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.WageTheftComplaints .comm_left {
    background: #4bb18b;
}
.WageTheftComplaints .comm_right {
    padding: 0;
}
.WageTheftComplaints .comm_right .citiLink_Home {
    background: #356956;
}
.WageTheftComplaints .comm_right .citiLink_Home a{
    color:#fff;
}
.WageTheftComplaints .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.stayengaged .comm_left {
    background: #1b5b98;
}
.hzwstCll .comm_left {
    background: #1b5b98;
}
.hzwstCll .comm_right {
    padding: 0;
}
.hzwstCll .comm_right .citiLink_Home a {
    color: #fff;
}
.hzwstCll .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.visonValue_links .comm_left {
    background: #1b5b98;
}
.recyclingLinks .comm_left {
    background: #0f573e;
}
.recyclingLinks .comm_right {
    padding: 0;
}
.recyclingLinks .comm_right .citiLink_Home {
    background: #003321;
}
.recyclingLinks .comm_right .citiLink_Home a{
    color:#fff;
}
.recyclingLinks .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.victimSer_links .comm_left {
    background-color: #52a3e0;
}
.victimSer_links .citiLink_Home {
    background: #005799;
}
.victimSer_links .citiLink_Home a{
	color:#fff;
}
.victimSer_links .comm_right {
    padding: 0;
}
.victimSer_links .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.animalServices_links .comm_left {
    background: #1b5b98;
}
.fireRescue_link .comm_left {
    background: #9c1c1c;
}
.solidWast_link .comm_left {
    background: #0f573e;
}
.CommunitySupportServices_link .comm_left {
    background: #52a3e0;
}
.lighBlueIcon span.material-icons {
    color: #52a3e0 !important;
}
.CourtSer_link .comm_left {
    background: #104356;
}
.comm_left {
    background: #1b5b98;
}
.trafficFees_Links .comm_left {
    background: #0e4b4e;
}
.trafficFees_Links .comm_right {
    padding: 0;
}
.trafficFees_Links .comm_right .citiLink_Home {
    background: #002c2e;
}
.trafficFees_Links .comm_right .citiLink_Home a{
    color:#fff;
}
.trafficFees_Links .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.emerManag_links .comm_left {
    background-color: #9c1c1c;
}
.comm_title_links h3 {
    text-align: left;
}
.omb_links .comm_left {
    background: #0f3e57;
}
.infoCenter_links .comm_right {
    padding: 0;
}
.infoCenter_links .comm_right .comm_title_links {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.infoCenter_links .comm_right .citiLink_Home a{

	color:#fff;
}
.EOReq_links .comm_left {
    background: #4bb18b;
}
.volunteer-steps {
    padding: 0 15px;
}
.volunteer_m {
    padding: 15px;
}
.ootb_wrapper{
	display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.4rem;
}
.adopt {
    position: relative;
    width: 100%;
    height: 200px;
    background: url(/Depts/animalServices/PublishingImages/cat-and-dog.jpg) no-repeat center;
    color: #FFF;
    margin-bottom: 0.5rem;
}


.adoptapet {
    font-size: .9rem;
    font-weight: bold;
    color: #FFF !important;
    padding: 0.5em;
    background-color: rgba(97, 0, 0, 0.85);
    position: absolute;
    bottom: 0;
    right: 0;
}
.panel h4,.panel h3, .panel h5,.panel h2 {
    font-weight: 400;
}
.panel ul{

	list-style: disc;
}
.article.article-body {
   /*
    shiv4/6/23
    background: #FFFFFF url(/Depts/EM/PublishingImages/Body-Bg-EM.jpg) no-repeat !important;
    padding: 30px 0 0 0 !important;*/
   padding:1rem;

}

.event_lists ul {
    background: transparent;
    border: 0;
    box-shadow: 0px 0px 0px !important;
}


.accordion .content.active2{
	display:block!important;
}.content.active2,.accordion .active2{
	display:block!important;
}
 .accordion a.section-title.active:before,.accordion a.section-title.active2:before {
				  content: '-'!important;
				  font-size:24px!important;

				    float: left!important;
				    /* margin: 5px; */
				    margin-top: -7px;
				    padding-right: 15px;
				    font-weight: 700;
				}
				.accordion a.section-title:before {
				  content: '+'!important;
				  font-size:24px!important;
				   float: left!important;
				    /* margin: 5px; */
				    margin-top: -7px;
				    padding-right: 15px;
				    font-weight: 700;

				}
	 .accordion	a.section-title{
	font-weight:600;
	text-decoration: none!important;
}

/*******************************************************************************************/
/*Accordian classes*/

/********************************************************************************************/



            #search-submit, #search-submit:hover {
    background-image: url("/search/PublishingImages/searchIcon.PNG");
    border-style: none !important;
    padding: 0.35rem 0.7rem 0.3rem 0.5rem;
    font-size: 1.3em;
    height: 36px;
    background-color: #ef5c00;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    vertical-align: top;
    width:40px;
    }

    .ms-srch-item{
	width:600px!important;
}

.frontpage-featuredstories .medium-6{
	/* max-width:488px; */
}


/* Hide Sign In Link */
.ms-signInLink {
    display:none !important;
}

/* Adjust Search Results Page */

.ms-srch-item {
    width: unset !important;
    max-width: 100%;
}

h3.ms-srch-ellipsis, .ms-srch-item-title, .ms-srch-item-summary, .ms-srch-item-path {
    text-wrap: wrap;

}

a.ms-srch-sb-searchLink {
    background-image: url(/search/PublishingImages/searchIcon.PNG) !important;
}

.ms-srch-hover-outerContainer {
    display:none !important;
}

/* Adjust Published Spotlight Webpart Zones*/

#mainContent #superbox .row:nth-child(2)>div.column-1 .ms-webpart-zone {
  display: block;
}
#mainContent #superbox .row:nth-child(2)>div.column-1 .ms-webpart-chrome-vertical {
  display: block;
}
#mainContent #superbox .row:nth-child(2)>div.column-1 .ms-webpart-cell-vertical {
  display:block;
}
#mainContent #superbox .row:nth-child(2)>div.column-1 .ms-webpart-cell-vertical-inline-table {
  display: block;
}
section.main {
    width: 100%;
}

/* Adjust Home Page Maps tab */

#mapsSection .row {
    margin: auto;
}

#mapsSection .gm-control-active>img {
    left: 30%;
}

#mapsSection button.gm-control-active.gm-fullscreen-control>img {
    left: 50% !important;
}

#mapsSection .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    right: 50px !important;
}

#Maps .section-footer {
    margin: auto !important;
}

@media only screen and (min-width: 40.063em) {
      #mapsSection dl.ac-tabs.vertical.tabs.body-menu.show-for-large-up.map-links {
      display: inline-block !important;
  }
}

/*remove underline text decoration from card nav county office icons*/
.comm_left a span:first-of-type {
    text-decoration: none;
}

.card-navigation-container .department-title a, .card-navigation-container .department-title a:active, .card-navigation-container .department-title a:visited, .card-navigation-container .department-title a:focus, .card-navigation-container .department-title a:hover {
    text-decoration: none !important;
}
