﻿@-ms-viewport {
  width: device-width; }
/*
@import '../../resources/css/sharepoint/corev15';    // activate these files when developing locally
@import '../../resources/css/sharepoint/searchv15';
@import '../../resources/css/sharepoint/authors';
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media screen and (min-width: 768px) {
  .container {
    width: 750px; } }
@media screen and (min-width: 992px) {
  .container {
    width: 970px; } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-11 {
  width: 91.66666666666666%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-10 {
  width: 83.33333333333334%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-9 {
  width: 75%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-8 {
  width: 66.66666666666666%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-7 {
  width: 58.333333333333336%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-6 {
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-5 {
  width: 41.66666666666667%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-4 {
  width: 33.33333333333333%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-3 {
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-2 {
  width: 16.666666666666664%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-1 {
  width: 8.333333333333332%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-11 {
    width: 91.66666666666666%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-10 {
    width: 83.33333333333334%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-9 {
    width: 75%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-8 {
    width: 66.66666666666666%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-7 {
    width: 58.333333333333336%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-5 {
    width: 41.66666666666667%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-4 {
    width: 33.33333333333333%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-3 {
    width: 25%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-2 {
    width: 16.666666666666664%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-1 {
    width: 8.333333333333332%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-11 {
    width: 91.66666666666666%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-10 {
    width: 83.33333333333334%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-9 {
    width: 75%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-8 {
    width: 66.66666666666666%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-7 {
    width: 58.333333333333336%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-5 {
    width: 41.66666666666667%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-4 {
    width: 33.33333333333333%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-3 {
    width: 25%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-2 {
    width: 16.666666666666664%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-1 {
    width: 8.333333333333332%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-11 {
    width: 91.66666666666666%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-10 {
    width: 83.33333333333334%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-9 {
    width: 75%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-8 {
    width: 66.66666666666666%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-7 {
    width: 58.333333333333336%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-5 {
    width: 41.66666666666667%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-4 {
    width: 33.33333333333333%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-3 {
    width: 25%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-2 {
    width: 16.666666666666664%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-1 {
    width: 8.333333333333332%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.row,
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

/* RESET */
UL {
  margin: 0;
  padding: 0; }

TEXTAREA {
  resize: vertical; }

/*
* Sharepoint CSS rules
*/
#s4-bodyContainer {
  padding-bottom: 0; }

/* preserve Sharepoint Suitbar look and feel */
#suiteBar {
  font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif; }

/* Sharepoint Suitbar */
#suiteBar {
  font-size: 13px; }

.sp-reset-input {
  border: 0px;
  padding: 1px 0px; }

.ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer .container {
  width: 100%;
  padding: 0px; }
  .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer .container .row {
    margin-right: 0px;
    margin-left: 0px; }
    .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer .container .row [class^="col-"] {
      padding: 0px; }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE a, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item A.pm-see-more-link, .cbs-List A, .pm-public-master .ms-vb A, .pm-public-master .ms-vh2 A, .pm-public-master .ms-subtleLink, .ms-acal-vlink A[evtid="new_item"], .slm-layout-main A, #diidResultsByUser, #diidSurveyResults, .ms-menutoolbar A, .ms-rtestate-field A {
  color: #006599; }
  #s4-bodyContainer .main-content.pm-system-master .container ARTICLE a:link, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item A.pm-see-more-link:link, .cbs-List A:link, .pm-public-master .ms-vb A:link, .pm-public-master .ms-vh2 A:link, .pm-public-master .ms-subtleLink:link, .ms-acal-vlink A[evtid="new_item"]:link, .slm-layout-main A:link, #diidResultsByUser:link, #diidSurveyResults:link, .ms-menutoolbar A:link, .ms-rtestate-field A:link, #s4-bodyContainer .main-content.pm-system-master .container ARTICLE a:active, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item A.pm-see-more-link:active, .cbs-List A:active, .pm-public-master .ms-vb A:active, .pm-public-master .ms-vh2 A:active, .pm-public-master .ms-subtleLink:active, .ms-acal-vlink A[evtid="new_item"]:active, .slm-layout-main A:active, #diidResultsByUser:active, #diidSurveyResults:active, .ms-menutoolbar A:active, .ms-rtestate-field A:active {
    color: ##00283c; }
  #s4-bodyContainer .main-content.pm-system-master .container ARTICLE a:visited, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item A.pm-see-more-link:visited, .cbs-List A:visited, .pm-public-master .ms-vb A:visited, .pm-public-master .ms-vh2 A:visited, .pm-public-master .ms-subtleLink:visited, .ms-acal-vlink A[evtid="new_item"]:visited, .slm-layout-main A:visited, #diidResultsByUser:visited, #diidSurveyResults:visited, .ms-menutoolbar A:visited, .ms-rtestate-field A:visited {
    color: #006599; }
  #s4-bodyContainer .main-content.pm-system-master .container ARTICLE a:hover, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item A.pm-see-more-link:hover, .cbs-List A:hover, .pm-public-master .ms-vb A:hover, .pm-public-master .ms-vh2 A:hover, .pm-public-master .ms-subtleLink:hover, .ms-acal-vlink A[evtid="new_item"]:hover, .slm-layout-main A:hover, #diidResultsByUser:hover, #diidSurveyResults:hover, .ms-menutoolbar A:hover, .ms-rtestate-field A:hover {
    color: #fbad23; }

.styleLessList UL {
  display: block;
  list-style: none; }
  .styleLessList UL LI {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px; }

/**
* Apply to UL
**/
.styledList, .ms-rtestate-field UL {
  list-style: disc;
  margin: 15px;
  margin-left: 15px; }

.list-vertical UL LI {
  display: block; }

.nav-horizontal LI {
  float: left; }

.generalLink a, .styleLessList a, .generalLink a:link, .styleLessList a:link, .generalLink a:hover, .styleLessList a:hover, .generalLink a:visited, .styleLessList a:visited, .generalLink a:active, .styleLessList a:active {
  text-decoration: none; }

.plainLink A {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; }

#s4-bodyContainer .ms-webpart-chrome-title {
  margin-bottom: 0px; }
#s4-bodyContainer .js-webpart-titleCell {
  display: inline; }
  .pm-edit-mode #s4-bodyContainer .js-webpart-titleCell {
    display: block; }
#s4-bodyContainer .ms-webpart-zone,
#s4-bodyContainer .ms-webpart-cell-vertical,
#s4-bodyContainer .ms-webpart-chrome-vertical {
  display: block; }
  #s4-bodyContainer .ms-webpart-zone UL.cbs-List,
  #s4-bodyContainer .ms-webpart-cell-vertical UL.cbs-List,
  #s4-bodyContainer .ms-webpart-chrome-vertical UL.cbs-List {
    display: block; }
  #s4-bodyContainer .ms-webpart-zone .ms-noWrap,
  #s4-bodyContainer .ms-webpart-cell-vertical .ms-noWrap,
  #s4-bodyContainer .ms-webpart-chrome-vertical .ms-noWrap {
    white-space: normal; }
#s4-bodyContainer .ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink {
  margin: 0px; }
#s4-bodyContainer .main-content {
  /* testing */
  float: none;
  width: auto; }

.ms-webpartzone-cell #SearchBox INPUT, .ms-mpSearchBox #SearchBox .ms-srch-sb > INPUT {
  margin: 0px;
  height: auto;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#s4-bodyContainer {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

BODY {
  -webkit-overflow-scrolling: touch; }

#s4-workspace .pm-scroll-top:before, .pm-head-social:before, .pm-select-wrap:before, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item:before, #s4-workspace .pm-scroll-top:after, .pm-head-social:after, .pm-select-wrap:after, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item:after {
  content: "";
  display: table; }
#s4-workspace .pm-scroll-top:after, .pm-head-social:after, .pm-select-wrap:after, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item:after {
  clear: both; }

#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation {
  position: absolute;
  z-index: 999;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation {
      position: static;
      z-index: auto; } }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box, .pm-public-master .main-content .ms-webpart-chrome .ms-webpart-chrome-title H2.ms-webpart-titleText {
  height: 25px;
  line-height: 24px;
  padding-left: 5px;
  margin: auto; }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box, .pm-public-master .main-content .ms-webpart-chrome .ms-webpart-chrome-title H2.ms-webpart-titleText {
  background: transparent;
  font-family: 'Source Sans Pro Semibold', sans-serif;
  font-size: 24px;
  color: #003466; }
  #s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box > A, .pm-public-master .main-content .ms-webpart-chrome .ms-webpart-chrome-title H2.ms-webpart-titleText > A {
    font-family: 'Source Sans Pro Semibold', sans-serif;
    font-size: 24px;
    color: #003466; }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE [data-name='ContentPlaceHolderMain'], .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody, .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace {
  padding: 15px; }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE [data-name='ContentPlaceHolderMain'], .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody, .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace {
  background-color: transparent; }

.pm-public-master .main-content .ms-webpart-chrome {
  border: 1px solid transparent;
  background-color: transparent; }

BUTTON.navbar-toggle, BUTTON.searchbar-toggle {
  min-width: inherit;
  padding: 0px;
  border: none;
  background-color: inherit;
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: inherit;
  cursor: pointer; }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box, .pm-public-master .main-content .ms-webpart-chrome .ms-webpart-chrome-title H2.ms-webpart-titleText {
  padding-left: 0;
  height: 32px;
  line-height: 32px;
  margin: 15px auto 0; }

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE [data-name='ContentPlaceHolderMain'], .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody, .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace {
  padding: 0; }

.pm-main-nav-wrap .mobile#DeltaTopNavigation.ms-core-navigation {
  top: 4px; }
  .pm-main-nav-wrap .mobile#DeltaTopNavigation.ms-core-navigation .mobileNavExpand {
    top: 8px;
    margin-top: 0;
    background-position: 0px 2px; }
    .pm-main-nav-wrap .mobile#DeltaTopNavigation.ms-core-navigation .mobileNavExpand.active {
      background-position: 0 -37px; }
.pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static {
  position: relative; }
  .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static A {
    display: block; }
    @media screen and (min-width: 768px) {
      .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static A {
        display: inherit; } }
    .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static A SPAN.menu-item-text {
      display: block; }
      @media screen and (min-width: 768px) {
        .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static A SPAN.menu-item-text {
          display: inherit; } }
      @media (max-width: 767px) {
        .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static A SPAN.menu-item-text {
          border-top: 1px solid #1f70a7; } }
.pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static {
  /*@include responsive-property(box-shadow, inset 0px 5px 6px -5px $color-terciary, none, $breakpoint-ipad);*/ }
  @media screen and (min-width: 768px) {
    .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static:first-child > A {
      width: 32px;
      background-position: 15px -865px;
      background-color: transparent;
      background-repeat: no-repeat;
      box-shadow: none; }
      .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static:first-child > A SPAN.menu-item-text {
        display: block; } }
  .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A {
    position: relative;
    background: none;
    top: 0;
    /*box-shadow: inset 0px 5px 6px -5px $color-terciary;*/ }
    @media (max-width: 767px) {
      .pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A SPAN.menu-item-text {
        display: inline;
        border: none; } }
.pm-main-nav-wrap #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox .ms-navedit-editArea {
  display: none;
  /*hide edit links button*/ }

.pm-top-nav:not(.mobile) UL:before, .pm-top-nav:not(.mobile) UL:after {
  content: "";
  height: 100%;
  width: 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  -khtml-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -o-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
  border-color: #003466;
  border-style: solid; }

.pm-top-nav:not(.mobile) UL:before {
  border-width: 0 11px 0 0;
  left: -48px;
  -webkit-transform: rotate(-60deg);
  -khtml-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }
.pm-top-nav:not(.mobile) UL:after {
  border-width: 0 0 0 11px;
  right: -48px;
  -webkit-transform: rotate(60deg);
  -khtml-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }

HEADER .pm-logo IMG, HEADER .secondary-logo IMG {
  max-width: 100%;
  width: 100%; }
  

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-600.woff") format("woff");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-700.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-400-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-400-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-600-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-600-italic.woff") format("woff");
  font-style: italic;
  font-weight: 600; }
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-700-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-700-italic.woff") format("woff");
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: "Source Sans Pro Semibold";
  src: url("../fonts/source-sans-pro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-semibold.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Source Sans Pro Semibold";
  src: url("../fonts/source-sans-pro-semibold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-semibold-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400; }


/* Custom Fonts by Justin Short */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular1-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
  
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Black-webfont.eot');
    src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Italic-webfont.eot');
    src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* END Custom Fonts by Justin Short */

OBJECT#application\/x-sharepoint-uc {
  display: none; }

.pm-no-ribbon body {
  overflow: auto; }

.pm-edit-mode #Ribbon\.EditingTools\.CPEditTab\.Font-Large-0-0,
.pm-edit-mode #Ribbon\.EditingTools\.CPEditTab\.Font\.FontColor-Small,
.pm-edit-mode #Ribbon\.EditingTools\.CPEditTab\.Font\.FontBackgroundColor-Small {
  display: block; }
.pm-edit-mode #s4-bodyContainer .main-content .ms-webpart-chrome-title H2.ms-webpart-titleText {
  background: inherit;
  color: inherit; }
.pm-edit-mode #s4-bodyContainer .main-content .ms-webpart-chrome-title .js-webpart-titleCell {
  display: inline-block; }
.pm-edit-mode #s4-bodyContainer .main-content .pm-article-content .pm-article-image {
  float: none;
  margin: 0; }

#s4-bodyContainer .main-content .container .ms-searchCenter .ms-WPBody {
  padding: 0px;
  background-color: inherit; }
#s4-bodyContainer .main-content .container .ms-searchCenter-result-main .ms-WPBody {
  background-color: white; }
#s4-bodyContainer .main-content .container .ms-srch-siteSearchResults {
  max-width: 100%; }
#s4-bodyContainer .main-content .container .ms-srch-item {
  max-width: 100%;
  position: relative;
  overflow: visible;
  padding: 5px 0 5px 10px; }
  @media screen and (min-width: 768px) {
    #s4-bodyContainer .main-content .container .ms-srch-item {
      padding: 5px 20px 5px 10px; } }
  #s4-bodyContainer .main-content .container .ms-srch-item .ms-srch-item-body {
    display: block; }
  #s4-bodyContainer .main-content .container .ms-srch-item .ms-srch-ellipsis {
    white-space: normal; }
    @media screen and (min-width: 768px) {
      #s4-bodyContainer .main-content .container .ms-srch-item .ms-srch-ellipsis {
        white-space: nowrap; } }
  #s4-bodyContainer .main-content .container .ms-srch-item .ms-srch-item-path {
    width: auto !important; }
#s4-bodyContainer .main-content .container .ms-srch-upscope-top,
#s4-bodyContainer .main-content .container .ms-srch-upscope-bottom {
  width: auto !important; }
#s4-bodyContainer .main-content .container .ms-srch-hover-outerContainer {
  display: none !important;
  left: 69px !important;
  top: -60px !important; }
  @media screen and (min-width: 768px) {
    #s4-bodyContainer .main-content .container .ms-srch-hover-outerContainer {
      left: 480px !important; } }
  @media screen and (min-width: 992px) {
    #s4-bodyContainer .main-content .container .ms-srch-hover-outerContainer {
      display: block !important;
      left: 525px !important; } }
  #s4-bodyContainer .main-content .container .ms-srch-hover-outerContainer .ms-srch-hover-innerContainer .ms-srch-hover-arrowBorder {
    top: 60px !important; }
  #s4-bodyContainer .main-content .container .ms-srch-hover-outerContainer .ms-srch-hover-innerContainer .ms-srch-hover-arrow {
    top: 60px !important; }

.container {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  color: inherit;
  border: 0px; }

.pm-system-master #s4-bodyContainer .main-content .table-cell.right-column UL {
  margin: 13px 0px;
  padding-left: 40px; }
.pm-system-master #s4-bodyContainer .main-content .table-cell.right-column .ms-core-menu-box UL {
  margin: 0px;
  padding-left: 0px; }
.pm-system-master #s4-bodyContainer .main-content .ms-heroCommandLink:hover .ms-list-addnew-imgSpan20 > IMG {
  background-image: url("../../images/spcommon.png");
  padding-left: 1000px; }
.pm-system-master #s4-bodyContainer .main-content .ms-WPBody {
  background-color: inherit; }
.pm-system-master #s4-bodyContainer .main-content .pm-column-article {
  position: static;
  overflow: auto; }
  .pm-system-master #s4-bodyContainer .main-content .pm-column-article TABLE.ms-core-tableNoSpace * {
    white-space: normal; }
  .pm-system-master #s4-bodyContainer .main-content .pm-column-article TABLE.ms-core-tableNoSpace TD[nowrap=nowrap] * {
    white-space: nowrap; }

#s4-bodyContainer header.pm-system-master .container .logo {
  left: -15px; }
#s4-bodyContainer header.pm-system-master .main-nav {
  margin-left: -15px; }
#s4-bodyContainer .main-content.pm-system-master .container {
  font-size: 15px; }
  #s4-bodyContainer .main-content.pm-system-master .container .ms-metadata, #s4-bodyContainer .main-content.pm-system-master .container .ms-descriptiontext, #s4-bodyContainer .main-content.pm-system-master .container .ms-secondaryCommandLink {
    font-family: "Source Sans Pro"; }
  #s4-bodyContainer .main-content.pm-system-master .container .ms-core-pageTitle, #s4-bodyContainer .main-content.pm-system-master .container .ms-core-pageTitle a {
    font-family: "Source Sans Pro"; }
  #s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box {
    padding: 0px;
    display: block; }
    #s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box H1.ms-core-pageTitle#pageTitle {
      color: white;
      padding-left: 15px; }
      #s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box H1.ms-core-pageTitle#pageTitle A {
        color: white; }
      #s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box H1.ms-core-pageTitle#pageTitle #DeltaPlaceHolderPageTitleInTitleArea > SPAN > SPAN {
        top: 3px; }
  #s4-bodyContainer .main-content.pm-system-master .container .pm-column-article TABLE.ms-core-tableNoSpace * {
    white-space: normal; }
  #s4-bodyContainer .main-content.pm-system-master .container .pm-column-article TABLE.ms-core-tableNoSpace TD[nowrap=nowrap] * {
    white-space: nowrap; }

.ms-dialog.pm-system-master #s4-workspace {
  background: none; }
  .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer header {
    display: none; }
  .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer footer {
    display: none; }
  .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer .breadcrumbs {
    display: none; }
  .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer .container {
    border: 0px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    background: none; }
  .ms-dialog.pm-system-master #s4-workspace #s4-bodyContainer .ms-breadcrumb-box {
    display: none; }

.ms-promlink-header {
  list-style: none;
  padding-bottom: 0px; }

.ms-core-needIEFilter .ms-promlink-button-enabled {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.ms-core-needIEFilter .ms-promlink-button-disabled {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.ms-promlink-button {
  padding: 0px;
  border: 0px;
  width: 23px;
  height: 23px; }
  .ms-promlink-button.ms-promlink-button-enabled {
    background-color: transparent; }
  .ms-promlink-button.ms-promlink-button-disabled {
    background-color: transparent; }
  .ms-promlink-button .ms-promlink-button-image {
    width: 23px;
    height: 23px; }
    .ms-promlink-button .ms-promlink-button-image .ms-srch-pagingNext,
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-right-disabled,
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-right {
      background: url("../images/arrow-right.png") no-repeat;
      display: block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 23px;
      /* Width of new image */
      height: 23px;
      /* Height of new image */
      padding-left: 23px;
      left: 0px;
      top: 0px;
      position: static; }
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-right-disabled {
      cursor: default;
      background: url("../images/arrow-right-deactivate.png") no-repeat; }
    .ms-promlink-button .ms-promlink-button-image .ms-srch-pagingNext:hover,
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-right:hover {
      background: url("../images/arrow-right-hover.png") no-repeat; }
    .ms-promlink-button .ms-promlink-button-image .ms-srch-pagingPrev,
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-left,
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-left-disabled {
      background: url("../images/arrow-left.png");
      display: block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 23px;
      /* Width of new image */
      height: 23px;
      /* Height of new image */
      padding-left: 23px;
      left: 0px;
      top: 0px;
      position: static; }
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-left-disabled {
      cursor: default;
      background: url("../images/arrow-left-deactivate.png") no-repeat; }
    .ms-promlink-button .ms-promlink-button-image .ms-srch-pagingPrev:hover,
    .ms-promlink-button .ms-promlink-button-image .ms-promlink-button-left:hover {
      background: url("../images/arrow-left-hover.png") no-repeat; }

.ms-promlink-button-disabled .ms-promlink-button-image {
  width: 23px;
  height: 23px; }

.pm-system-master #s4-bodyContainer .main-content #sideNavBox {
  float: none;
  margin: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .pm-system-master #s4-bodyContainer .main-content #sideNavBox {
      padding: 0; } }
  .pm-system-master #s4-bodyContainer .main-content #sideNavBox .ms-core-navigation .ms-core-listMenu-verticalBox {
    display: none; }
    @media screen and (min-width: 768px) {
      .pm-system-master #s4-bodyContainer .main-content #sideNavBox .ms-core-navigation .ms-core-listMenu-verticalBox {
        display: block; } }
    .pm-system-master #s4-bodyContainer .main-content #sideNavBox .ms-core-navigation .ms-core-listMenu-verticalBox UL {
      padding: 0px;
      margin: 0px; }
    .pm-system-master #s4-bodyContainer .main-content #sideNavBox .ms-core-navigation .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
      padding-left: 15px; }
  .pm-system-master #s4-bodyContainer .main-content #sideNavBox .ms-core-navigation .ms-splinkbutton-text {
    padding-left: 15px; }

#ms-designer-ribbon {
  display: none; }
  @media screen and (min-width: 768px) {
    #ms-designer-ribbon {
      display: block; } }
  #ms-designer-ribbon #suiteBar #suiteBarLeft {
    background-color: #003466; }
  #ms-designer-ribbon #suiteBar #suiteBarRight {
    background-color: #003466; }
    #ms-designer-ribbon #suiteBar #suiteBarRight #welcomeMenuBox .ms-welcome-root > A.ms-core-menu-root {
      color: #ffffff; }
      #ms-designer-ribbon #suiteBar #suiteBarRight #welcomeMenuBox .ms-welcome-root > A.ms-core-menu-root:hover {
        background-color: #ffffff;
        color: #003466; }
    #ms-designer-ribbon #suiteBar #suiteBarRight #welcomeMenuBox .ms-welcome-root .ms-core-menu-arrow IMG {
      background-image: url("../images/spcommon.png");
      padding-left: 1000px; }
    #ms-designer-ribbon #suiteBar #suiteBarRight #welcomeMenuBox .ms-welcome-root:hover > A.ms-core-menu-root {
      color: #003466; }
    #ms-designer-ribbon #suiteBar #suiteBarRight #suiteBarButtons .ms-siteactions-root .ms-siteactions-imgspan IMG {
      background-image: url("../images/spcommon.png");
      padding-left: 1000px; }
    #ms-designer-ribbon #suiteBar #suiteBarRight #suiteBarButtons #ms-help IMG {
      background-image: url("../../images/spintl.png");
      padding-left: 1000px; }
  #ms-designer-ribbon #suiteBar A.ms-core-suiteLink-a {
    color: #ffffff; }
    #ms-designer-ribbon #suiteBar A.ms-core-suiteLink-a:hover {
      background-color: #ffffff;
      color: #003466; }

.ms-core-needIEFilter #suiteBarRight {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

#MSOTlPn_MainTD {
  position: relative;
  z-index: 1400; }
  #MSOTlPn_MainTD .ms-TPBorder {
    width: 100%; }

#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic > A, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static > a.menu-item {
  border: 0px;
  margin: 0px;
  font-family: 'Source Sans Pro Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 16px; }
  @media (max-width: 991px) {
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic > A, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static > a.menu-item {
      font-size: 14px;
      padding: 0px 10px !important;
      /*force for tablet only*/ } }
  @media screen and (min-width: 992px) {
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic > A, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static > a.menu-item {
      padding: 0px 20px !important; } }
  @media screen and (min-width: 1200px) {
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic > A, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static > a.menu-item {
      padding: 0px 37px !important; } }

#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static {
  padding-right: 15px;
  padding-left: 15px; }

#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic {
  border: 0px;
  padding: 0px;
  list-style: none;
  white-space: nowrap;
  width: auto !important;
  min-width: 170px; }

#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
  padding: 0px;
  background: none; }
#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static {
  line-height: 50px;
  height: 50px; }
#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.dynamic {
  line-height: 30px;
  height: 30px; }
@media screen and (min-width: 1200px) {
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static:first-child > A {
    padding: 0px 7px !important; } }
@media screen and (min-width: 768px) {
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.dynamic {
    top: 30px !important; } }
#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic {
  position: absolute;
  top: 50px !important;
  right: false;
  bottom: false;
  left: 0px !important; }
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic LI.dynamic-children > UL, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic LI.dynamic-children > UL, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic LI.dynamic-children > UL {
    display: none; }
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic LI.dynamic-children:hover > UL.dynamic {
    display: block;
    position: absolute;
    top: 0px !important;
    right: false;
    bottom: false;
    left: 170px !important; }

#DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox {
  font-family: 'Source Sans Pro Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 16px; }
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static {
    background-color: #ffffff; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static.hover {
      background-color: #ffffff; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static.hover > a.ms-core-listMenu-item {
        background-color: #ffffff;
        color: #006599; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A {
      /** first menu item **/ }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item {
        color: #006599;
        background-color: #ffffff; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A:hover, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected {
        background-color: #ffffff;
        color: #006599; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI {
      background-color: #ffffff; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI > A.menu-item {
        color: #006599; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.selected {
      background-color: #ffffff; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.selected > a.menu-item {
        color: #006599; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI:hover,
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover-off,
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover {
      background-color: #ffffff; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI:hover > a.menu-item,
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover-off > a.menu-item,
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover > a.menu-item {
        color: #006599; }
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic {
    background-color: #ffffff; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic > A {
      color: #006599; }
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic:hover,
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic.hover {
    background-color: #ffffff; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic:hover > A,
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic.hover > A {
      color: #006599; }
  @media screen and (min-width: 768px) {
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static {
      background-color: transparent; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static.hover {
        background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static.hover > a.ms-core-listMenu-item {
          background-color: transparent;
          color: #003466; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A {
        /** first menu item **/ }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item {
          color: #003466;
          background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A:hover, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected {
          background-color: transparent;
          color: #003466; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI {
        background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI > A.menu-item {
          color: #003466; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.selected {
        background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.selected > a.menu-item {
          color: #003466; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI:hover,
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover-off,
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover {
        background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI:hover > a.menu-item,
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover-off > a.menu-item,
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.hover > a.menu-item {
          color: #003466; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic {
      border: 1px solid #fbad23; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic {
        background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic > A {
          color: #003466; }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic:hover,
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic.hover {
        background-color: transparent; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic:hover > A,
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic > LI.dynamic.hover > A {
          color: #003466; } }
  @media screen and (min-width: 768px) {
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic.dynamic-children > A > SPAN.additional-background:after {
      content: " ";
      position: absolute;
      right: 10px;
      margin-top: 10px;
      content: " ";
      width: 0;
      height: 0;
      border-top: solid 5px transparent;
      border-bottom: solid 5px transparent;
      border-left: solid 5px black; } }

@media (max-width: 767px) {
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static.dynamic-children > UL.dynamic > LI {
    text-indent: 15px; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static.dynamic-children > UL.dynamic > LI > UL.dynamic > LI {
      text-indent: 30px; } }

@media (max-width: 767px) {
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    position: relative; } }

@media (max-width: 767px) {
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root UL.dynamic LI.dynamic > A, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-selected, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A.ms-core-listMenu-item, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static > a.menu-item {
    margin-right: 15px;
    margin-left: 15px; } }

.mobile .mobileExpanded > UL.dynamic {
  display: block !important; }
.mobile .mobileExpanded UL.dynamic {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: auto; }
.mobile .mobileNavExpand {
  background-position: 0px 2px;
  display: block;
  top: 5px;
  position: absolute;
  right: 15px;
  left: auto;
  float: none;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background-image: url("../../images/mobile-expand.png");
  background-repeat: no-repeat; }
  .mobile .mobileNavExpand.active {
    background-position: 0 -37px; }

#DeltaTopNavigation.ms-core-navigation {
  display: none; }
  #DeltaTopNavigation.ms-core-navigation.mobile {
    display: block; }
  @media screen and (min-width: 768px) {
    #DeltaTopNavigation.ms-core-navigation {
      display: inline-block; } }
  @media (max-width: 767px) {
    #DeltaTopNavigation.ms-core-navigation {
      margin-left: -15px;
      margin-right: -15px; } }
  #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox {
    display: block; }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox LI {
      display: block; }
      @media screen and (min-width: 768px) {
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox LI {
          display: inline-block; } }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.dynamic {
      display: none; }
      @media screen and (min-width: 768px) {
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.dynamic {
          display: block; } }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox LI.dynamic {
      display: block; }
      @media screen and (min-width: 768px) {
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox LI.dynamic {
          display: list-item; } }
    #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root {
      display: block; }
      @media (max-width: 767px) {
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.static {
          line-height: 50px;
          height: 50px; } }
      @media (max-width: 767px) {
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root LI.dynamic {
          line-height: 50px;
          height: 50px; } }
      @media screen and (min-width: 768px) {
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root {
          display: inline-block; } }
      #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static {
        height: auto; }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A {
          display: block; }
          @media screen and (min-width: 768px) {
            #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A {
              display: inline-block; } }
          @media (max-width: 767px) {
            #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > A {
              padding-left: 15px;
              padding-right: 0px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; } }
        #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic {
          display: none; }
          @media screen and (min-width: 768px) {
            #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic {
              display: inline-block; } }
          @media (max-width: 767px) {
            #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic {
              position: static; } }
          #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic LI.dynamic-children:hover > UL.dynamic {
            display: none; }
            @media screen and (min-width: 768px) {
              #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic LI.dynamic-children:hover > UL.dynamic {
                display: inline-block; } }
            @media (max-width: 767px) {
              #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover:hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover UL.dynamic LI.dynamic-children:hover > UL.dynamic, #DeltaTopNavigation.ms-core-navigation .ms-core-listMenu-horizontalBox UL.ms-core-listMenu-root > LI.static > UL.static > LI.static.dynamic-children.hover-off UL.dynamic LI.dynamic-children:hover > UL.dynamic {
                position: static; } }

.breadcrumbs {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #006599;
  padding: 0 0 10px 0; }
  .breadcrumbs > SPAN A {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #006599; }
    .breadcrumbs > SPAN A:hover {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      color: #006599;
      text-decoration: none; }
  .breadcrumbs > SPAN:last-child {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #fbad23; }
  .breadcrumbs .pm-breadcrumb-separator {
    position: relative;
    top: 2px; }
        
    /* removed 1/21/18 per accessability audit
    
  .breadcrumbs #DeltaPlaceHolderPageTitleInTitleArea > SPAN > SPAN:nth-child(odd) {
    background-image: url("../images/menu-right.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 11px !important;
    height: 13px !important;
    top: 2px; }
    .breadcrumbs #DeltaPlaceHolderPageTitleInTitleArea > SPAN > SPAN:nth-child(odd) IMG {
      display: none; }
*/

FOOTER {
  background-color: #003466;
  padding-bottom: 15px;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: top center; }
  FOOTER .pm-login, FOOTER .pm-copyright {
    float: right;
    clear: both; }
  FOOTER .pm-login {
    margin-bottom: 10px;
    font-family: 'Source Sans Pro Semibold', sans-serif;
    font-size: 18px;
    color: #ffffff; }
  FOOTER .pm-copyright {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #ffffff; }

HEADER {
  background-color: #005e90;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: bottom center; }
  HEADER .pm-logo {
    display: block; }
    HEADER .pm-logo IMG {
      max-width: 100%; }

#s4-bodyContainer .main-content {
  background-color: inherit; }
  #s4-bodyContainer .main-content .container {
    padding-bottom: 20px;
    background-color: #ffffff; }
  #s4-bodyContainer .main-content H1[data-name="Page Field: Title"] {
    margin: 0px 0px 5px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #006599;
    display: block; }

BUTTON.navbar-toggle, BUTTON.searchbar-toggle {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px; }
  @media screen and (min-width: 768px) {
    BUTTON.navbar-toggle, BUTTON.searchbar-toggle {
      display: none; } }
      
BUTTON.searchbar-toggle {
  right: 15px; }


.pm-article-content {
  background-color: #ffffff; }
  .pm-article-content .pm-article-image {
    float: left; }
    .pm-article-content .pm-article-image IMG {
      margin: 0 15px 5px 0; }
    .pm-article-content .pm-article-image P {
      margin: 0; }
  .pm-article-content .pm-article-summary-links {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px; }
  .pm-article-content .pm-article-byline {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px; }
  .pm-article-content .pm-article-date {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px; }

.pm-system-master #sideNavBox .ms-core-sideNavBox-removeLeftMargin {
  margin-left: 0; }

@media (max-width: 767px) {
  #DeltaSiteLogo {
    margin: 0 auto;
    display: block;
    width: 66.66667%; }
    #DeltaSiteLogo IMG {
      margin: 0 auto;
      display: block; } }
#DeltaSiteLogo .ms-siteicon-a {
  max-width: 100%; }
  @media (max-width: 767px) {
    #DeltaSiteLogo .ms-siteicon-a {
      margin: 0 auto;
      display: block; }
      #DeltaSiteLogo .ms-siteicon-a IMG {
        margin: 0 auto;
        display: block; } }
  #DeltaSiteLogo .ms-siteicon-a .ms-siteicon-img {
    max-width: 100%;
    max-height: initial; }

@media (max-width: 767px) {
  .pm-logo {
    margin: 0 auto;
    display: block;
    width: 66.66667%; }
    .pm-logo IMG {
      margin: 0 auto;
      display: block; } }

#s4-workspace .main-content {
  margin-top: 0;
  /*
  //cannot allow because of floating web parts in webpart zones
  .ms-webpart-cell-horizontal {
  	display: block;
  }
  .ms-webpartzone-cell {
  	margin: 0 auto;
  }
  */ }
  #s4-workspace .main-content.pm-blur {
    -webkit-filter: blur(3px);
    -khtml-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px); }
  #s4-workspace .main-content .pm-pageTitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef3f7;
    display: block;
    padding: 15px; }
    #s4-workspace .main-content .pm-pageTitle .container {
      padding-bottom: 0; }
      #s4-workspace .main-content .pm-pageTitle .container H1[data-name="Page Field: Title"] {
        font-family: 'Source Sans Pro Semibold', sans-serif;
        font-size: 24px;
        color: #003466;
        margin: 0; }
  #s4-workspace .main-content .container {
    background-color: transparent;
    padding-bottom: 0; }
  #s4-workspace .main-content .rowBand {
    padding: 30px 15px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #s4-workspace .main-content .rowBand.rowFirst {
      background-color: #e6e6e4; }
    #s4-workspace .main-content .rowBand.rowOdd {
      background-color: white; }
    #s4-workspace .main-content .rowBand.rowEven {
      background-color: #eef3f7; }
  #s4-workspace .main-content .pm-row {
    padding: 0; }
#s4-workspace .pm-scroll-top {
  margin: 15px;
  display: inline-block;
  height: 35px;
  width: 35px;
  position: relative;
  left: -webkit-calc(100% - 100px);
  left: -moz-calc(100% - 100px);
  left: calc(100% - 100px);
  background-image: url("../../images/sprite-client.png");
  background-position: 0px -915px;
  background-color: transparent;
  background-repeat: no-repeat; }

.img-responsive {
  margin: 0px !important;
  /*need to not allow margin for responsive images*/ }

#s4-workspace #pageStatusBar {
  margin-bottom: 0; }
#s4-workspace HEADER {
  background: #005e90;
  margin-bottom: -1px;
  padding-top: 5px;
  padding-bottom: 0;
  top: 0;
  width: 100%;
  position: relative;
  padding-top: 5px; }
  @media screen and (min-width: 768px) {
    #s4-workspace HEADER {
      width: 100%;
      position: relative;
      padding-top: 0; } }
  .pm-edit-mode #s4-workspace HEADER {
    z-index: 1001; }

FOOTER {
  background-color: #003466;
  border-top: solid 3px #fbad23;
  padding-top: 25px;
  padding-bottom: 25px; }
  FOOTER .container UL {
    text-align: center; }
    @media screen and (min-width: 992px) {
      FOOTER .container UL {
        text-align: right; } }
    FOOTER .container UL LI {
      display: inline-block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 10px;
      margin: 5px 0;
      width: 45%; }
      @media screen and (min-width: 1200px) {
        FOOTER .container UL LI {
          padding: 0 15px;
          margin: 0; } }
      @media screen and (min-width: 992px) {
        FOOTER .container UL LI {
          width: auto; } }
      FOOTER .container UL LI:nth-child(odd) {
        border-right: solid 1px #ffffff;
        text-align: right; }
        @media screen and (min-width: 992px) {
          FOOTER .container UL LI:nth-child(odd) {
            text-align: inherit; } }
      FOOTER .container UL LI:nth-child(even) {
        text-align: left; }
        @media screen and (min-width: 992px) {
          FOOTER .container UL LI:nth-child(even) {
            text-align: inherit; } }
      @media screen and (min-width: 992px) {
        FOOTER .container UL LI {
          border-right: solid 1px #ffffff; }
          FOOTER .container UL LI:last-child {
            border-right: none;
            padding: 0 0 0 15px; } }
      FOOTER .container UL LI A {
        font-family: 'Source Sans Pro Semibold', sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        color: #ffffff;
        line-height: 1; }
        @media screen and (min-width: 768px) {
          FOOTER .container UL LI A {
            font-size: 16px; } }
  FOOTER .container .pm-copyright {
    float: none;
    text-align: center; }
    @media screen and (min-width: 992px) {
      FOOTER .container .pm-copyright {
        text-align: left; } }

.sidebarWrapper {
  position: relative;
  padding: 0 !important; }
  .pm-edit-mode .sidebarWrapper {
    display: none;
    /*hide right nav while in edit mode*/ }
  .sidebarWrapper .pm-fixed-sidebar {
    z-index: 504;
    /*must be under ribbon and top nav*/ }
    .sidebarWrapper .pm-fixed-sidebar #sideNavBox {
      display: block;
      float: right;
      /*needed to remove space under nav in mobile view*/
      margin: 0px;
      width: 100%;
      background-color: white;
      /*mobile dropdown button*/
      /*hide sub nav by default*/
      /*when sideNavBox is selected / shown*/ }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox BUTTON.navbar-toggle {
        height: 40px;
        margin-top: 0px;
        position: absolute;
        right: 10px;
        top: 2px;
        width: 40px;
        z-index: 10;
        background-position: 12px -1075px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .ms-core-sideNavBox-removeLeftMargin {
        margin-left: 0;
        display: none; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox UL.ms-core-listMenu-root {
        background-color: white; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox UL.ms-core-listMenu-root > LI {
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 16px;
          color: #003466; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox UL.ms-core-listMenu-root > LI A {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            color: #003466; }
            .sidebarWrapper .pm-fixed-sidebar #sideNavBox UL.ms-core-listMenu-root > LI A:hover {
              color: #fbad23; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox UL.ms-core-listMenu-root > LI.selected
          > A {
            background-color: #eef3f7;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: #003466; }
            .sidebarWrapper .pm-fixed-sidebar #sideNavBox UL.ms-core-listMenu-root > LI.selected
            > A:hover {
              color: #fbad23; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div {
        display: none;
        position: relative; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div:first-child {
          background-color: #e0edf6;
          display: block;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #003466; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div:first-child > A {
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 700;
            font-size: 18px;
            color: #003466; }
            .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div:first-child > A:hover {
              color: #fbad23; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div > A {
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 16px;
          color: #003466; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div > A:hover {
            color: #fbad23; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox.mobile BUTTON.navbar-toggle {
        background-position: -21px -1075px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox.mobile .ms-core-sideNavBox-removeLeftMargin {
        display: block; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox.mobile #leftNavParentNodes > div {
        display: block; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder0 {
        padding: 10px 15px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder1 {
        padding: 10px 15px 10px 30px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder2 {
        padding: 10px 15px 10px 45px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder3 {
        padding: 10px 15px 10px 60px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder4 {
        padding: 10px 15px 10px 75px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox LI.static > A {
        padding-top: 10px;
        padding-bottom: 10px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox LI.static > A:hover {
          background: transparent none; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel1 UL.ms-core-listMenu-root UL.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel2 UL.ms-core-listMenu-root UL.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel3 UL.ms-core-listMenu-root UL.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel4 UL.ms-core-listMenu-root UL.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel5 UL.ms-core-listMenu-root UL.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel6 UL.ms-core-listMenu-root UL.static {
        padding-left: 0px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel1 UL.ms-core-listMenu-root UL.static > LI.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel2 UL.ms-core-listMenu-root UL.static > LI.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel3 UL.ms-core-listMenu-root UL.static > LI.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel4 UL.ms-core-listMenu-root UL.static > LI.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel5 UL.ms-core-listMenu-root UL.static > LI.static, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel6 UL.ms-core-listMenu-root UL.static > LI.static {
          padding-left: 30px; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel1 UL.ms-core-listMenu-root UL.static > LI.static > A, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel2 UL.ms-core-listMenu-root UL.static > LI.static > A, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel3 UL.ms-core-listMenu-root UL.static > LI.static > A, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel4 UL.ms-core-listMenu-root UL.static > LI.static > A, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel5 UL.ms-core-listMenu-root UL.static > LI.static > A, .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel6 UL.ms-core-listMenu-root UL.static > LI.static > A {
            padding-left: 0px;
            padding-right: 0px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel1 {
        margin-left: 15px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel1 UL.ms-core-listMenu-root > LI.selected > A {
          margin-left: -15px;
          padding-left: 30px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel2 {
        margin-left: 30px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel2 UL.ms-core-listMenu-root > LI.selected > A {
          margin-left: -30px;
          padding-left: 45px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel3 {
        margin-left: 45px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel3 UL.ms-core-listMenu-root > LI.selected > A {
          margin-left: -45px;
          padding-left: 60px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel4 {
        margin-left: 60px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel4 UL.ms-core-listMenu-root > LI.selected > A {
          margin-left: -60px;
          padding-left: 75px; }
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel5 {
        margin-left: 75px; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox .childLevel5 UL.ms-core-listMenu-root > LI.selected > A {
          margin-left: -75px;
          padding-left: 90px; }
    @media screen and (min-width: 768px) {
      .sidebarWrapper .pm-fixed-sidebar {
        height: 100%;
        position: absolute !important;
        right: 0;
        top: 82px;
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .sidebarWrapper .pm-fixed-sidebar #sideNavBox {
          margin: 0 auto 0 15px;
          border: 1px solid #eef3f7;
          width: 175px;
          /*always show sub nav*/ } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .sidebarWrapper .pm-fixed-sidebar #sideNavBox {
        width: 240px; } }
    @media screen and (min-width: 768px) {
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox.fixed {
            position: fixed; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .ms-core-sideNavBox-removeLeftMargin {
            display: block; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox #leftNavParentNodes > div {
            display: block; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder0 {
            padding: 5px 15px; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder1 {
            padding: 5px 15px 5px 30px; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder2 {
            padding: 5px 15px 5px 45px; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder3 {
            padding: 5px 15px 5px 60px; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox .leftNavParentNodeOrder4 {
            padding: 5px 15px 5px 75px; }
          .sidebarWrapper .pm-fixed-sidebar #sideNavBox LI.static > A {
            padding-top: 5px;
            padding-bottom: 5px; } }

.pm-main-nav-wrap {
  border-bottom: 3px solid #fbad23;
  background-color: white;
  width: 100%;
  z-index: 507;
  /*should not be above 1000 for sure*/ }
  @media screen and (min-width: 768px) {
    .pm-main-nav-wrap {
      -webkit-box-shadow: 0px 5px 2px 0 rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 0px 5px 2px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 2px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 5px 2px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 5px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 2px 0 rgba(0, 0, 0, 0.1); } }

BUTTON.searchbar-toggle {
  background-image: url("../../images/sprite-client.png");
  background-position: 3px -460px;
  background-color: transparent;
  background-repeat: no-repeat; }
  BUTTON.searchbar-toggle.active {
    background-image: url("../../images/sprite-client.png");
    background-position: 3px -525px;
    background-color: transparent;
    background-repeat: no-repeat; }
BUTTON.navbar-toggle {
  background-image: url("../../images/sprite-client.png");
  background-position: 3px -395px;
  background-color: transparent;
  background-repeat: no-repeat; }
  BUTTON.navbar-toggle.active {
    background-image: url("../../images/sprite-client.png");
    background-position: 3px -525px;
    background-color: transparent;
    background-repeat: no-repeat; }

.breadcrumbs {
  display: none; }

.pm-top-nav:not(.mobile) {
  overflow: hidden;
  padding: 0 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  @media screen and (min-width: 768px) {
    .pm-top-nav:not(.mobile) {
      display: block; } }
  .pm-top-nav:not(.mobile) UL {
    -webkit-border-radius: 0 0 50px 50px;
    -khtml-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    -ms-border-radius: 0 0 50px 50px;
    -o-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px; }
    .pm-top-nav:not(.mobile) UL LI {
      padding: 7px 8px 8px 7px; }
.pm-top-nav.mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .pm-top-nav.mobile {
      display: none; } }
  .pm-top-nav.mobile UL {
    border-top: solid 3px #fbad23;
    -webkit-box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.7);
    -khtml-box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.7); }
    .pm-top-nav.mobile UL LI {
      padding: 10px 0;
      width: -webkit-calc(20% - 4px);
      width: -moz-calc(20% - 4px);
      width: calc(20% - 4px); }
.pm-top-nav UL {
  background-color: #003466;
  text-align: center;
  position: relative; }
  .pm-top-nav UL LI {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #00284e; }
    .pm-top-nav UL LI:last-child {
      border-right: none; }
    .pm-top-nav UL LI A {
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: uppercase;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        .pm-top-nav UL LI A {
          font-size: 10px; } }
      @media screen and (min-width: 1148px) {
        .pm-top-nav UL LI A {
          font-size: 12px; } }
      @media screen and (min-width: 992px) {
        .pm-top-nav UL LI A {
          font-size: 12px; } }

.pm-head-social {
  display: none;
  float: right;
  margin-right: 50px; }
  @media screen and (min-width: 768px) {
    .pm-head-social {
      display: block; } }
  .pm-head-social A {
    display: inline-block;
    width: 25px;
    height: 21px; }
    .pm-head-social A.pm-head-facebook {
      background-image: url("../../images/sprite-client.png");
      background-position: 4px -749px;
      background-color: transparent;
      background-repeat: no-repeat; }
    .pm-head-social A.pm-head-twitter {
      background-image: url("../../images/sprite-client.png");
      background-position: 3px -788px;
      background-color: transparent;
      background-repeat: no-repeat;
      margin: 0 5px; }
    .pm-head-social A.pm-head-youtube {
      background-image: url("../../images/sprite-client.png");
      background-position: 2px -828px;
      background-color: transparent;
      background-repeat: no-repeat; }

HEADER .pm-logo {
  display: inline-block;
  margin: 0px;
  padding: 10px 0px; }
  @media (max-width: 767px) {
    HEADER .pm-logo {
      margin: 0 auto;
      display: block;
      width: 66.66667%; }
      HEADER .pm-logo IMG {
        margin: 0 auto;
        display: block; } }
  @media screen and (min-width: 768px) {
    HEADER .pm-logo {
      padding: 30px 0px;
      width: 215px; } }
  @media screen and (min-width: 992px) {
    HEADER .pm-logo {
      width: -webkit-calc(100% - 40%);
      width: -moz-calc(100% - 40%);
      width: calc(100% - 40%);
      padding: 20px 0px; } }
  @media screen and (min-width: 1200px) {
    HEADER .pm-logo {
      padding: 15px 0px; } }
HEADER .secondary-logo {
  width: 60px;
  display: none;
  padding: 15px 0px; }
  @media screen and (min-width: 768px) {
    HEADER .secondary-logo {
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    HEADER .secondary-logo {
      width: auto; } }

.pm-select-wrap {
  background-image: url("../../images/sprite-client.png");
  background-position: calc(100% + 18px) -593px;
  background-color: #fafafa;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 75%;
  margin: 30px auto; }
  @media screen and (min-width: 992px) {
    .pm-select-wrap {
      float: right;
      width: 250px;
      margin: 15px 0; } }
  .pm-select-wrap SELECT {
    width: 100%;
    height: 30px;
    border: none;
    padding-left: 5px;
    background: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #006599;
    width: -webkit-calc(100% + 18px);
    width: -moz-calc(100% + 18px);
    width: calc(100% + 18px); }

.searchContainer {
  padding-top: 20px; }
  .searchContainer .ms-srch-sbLarge {
    z-index: 100; }
  .searchContainer #SearchBox DIV[class^="ms-srch-sb"] > INPUT {
    text-align: left; }
  .searchContainer .ms-srch-item-summaryPreview {
    display: block;
    float: left;
    width: auto;
    margin-right: 110px; }
  .searchContainer .ms-srch-item-previewContainer {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #d1d1d1;
    display: none;
    float: none;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 20px;
    width: 100px; }
    .searchContainer .ms-srch-item-previewContainer img {
      max-width: 100%; }

.ms-searchCenter-result-main {
  float: none; }

.ms-srchnav-list {
  list-style: none;
  padding: 0 0 15px; }
  .ms-srchnav-list LI {
    display: inline-block;
    margin-left: 0; }
    .ms-srchnav-list LI A {
      font-family: 'Source Sans Pro Semibold', sans-serif;
      font-size: 18px; }

.ms-srch-hover-outerContainer {
  display: none !important; }

#ms-designer-ribbon {
  position: relative;
  /*z-index: 1007 !important;*/ }

#Ribbon > .ms-cui-tabContainer {
  z-index: 550;
  /*make sure it overlays fixed top nav*/ }

.pm-location {
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: black; }
  .pm-location H2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #003466;
    margin-bottom: 5px; }
  .pm-location H4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #003466;
    margin-top: 15px; }
    .pm-location H4:first-child {
      margin-top: 0; }
  .pm-location .locationHours {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .pm-location .locationHoursName {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 90px; }

.pm-hero {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
 /* background-image: url("/SiteCollectionImages/chp-hero.jpg"); backup background image removed as its flagged missing by WCAG */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 250px; }
  @media screen and (min-width: 768px) {
    .pm-hero {
      background-position: center right;
      height: 450px; } }
  .pm-hero .ms-webpartzone-cell {
    margin: 0 auto; }
  .pm-hero .ms-rtestate-field H1 {
    padding-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #003466;
    text-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .pm-hero .ms-rtestate-field H1 {
        padding-top: 25px; } }
    @media screen and (min-width: 768px) {
      .pm-hero .ms-rtestate-field H1 {
        font-size: 60px; } }
  .pm-hero .pm-heroCaption {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: white;
    padding: 15px 5px;
    width: 100%;
    background-color: rgba(0, 52, 102, 0.7);
    bottom: 0;
    position: absolute; }
    @media screen and (min-width: 768px) {
      .pm-hero .pm-heroCaption {
        display: block; } }
    .pm-hero .pm-heroCaption P {
      text-align: center;
      line-height: 1.5;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      color: white; }
    .pm-hero .pm-heroCaption .container {
      padding-bottom: 0 !important; }

.pm-edit-mode .pm-hero {
  height: auto !important; }
  .pm-edit-mode .pm-hero .pm-heroCaption {
    position: relative !important;
    background-color: transparent !important; }

.pm-content-social {
  text-align: center;
  width: 80%;
  display: block;
  margin: 15px auto; }
  .pm-content-social A {
    text-align: left;
    text-indent: 30px;
    height: 50px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 19%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro Semibold', sans-serif;
    font-size: 18px;
    color: #003466; }
    .pm-content-social A.facebook {
      background-image: url("../../images/sprite-client.png");
      background-position: 0 2px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: center; }
      @media screen and (min-width: 768px) {
        .pm-content-social A.facebook {
          background-position-x: 0; } }
    .pm-content-social A.twitter {
      background-image: url("../../images/sprite-client.png");
      background-position: 0 -78px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: center; }
      @media screen and (min-width: 768px) {
        .pm-content-social A.twitter {
          background-position-x: 0; } }
    .pm-content-social A.youtube {
      background-image: url("../../images/sprite-client.png");
      background-position: 0 -158px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: center; }
      @media screen and (min-width: 768px) {
        .pm-content-social A.youtube {
          background-position-x: 0; } }
    .pm-content-social A.vimeo {
      background-image: url("../../images/sprite-client.png");
      background-position: 0 -238px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: center; }
      @media screen and (min-width: 768px) {
        .pm-content-social A.vimeo {
          background-position-x: 0; } }
    .pm-content-social A.nixle {
      background-image: url("../../images/sprite-client.png");
      background-position: 0 -318px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: center; }
      @media screen and (min-width: 768px) {
        .pm-content-social A.nixle {
          background-position-x: 0; } }
    .pm-content-social A SPAN {
      position: relative;
      top: 22%;
      display: none; }
      @media screen and (min-width: 992px) {
        .pm-content-social A SPAN {
          display: inline-block; } }

@media screen and (min-width: 768px) {
  .memorialWrapper {
    height: 270px;
    /*must fix height so that wrapping works*/ }
    .memorialWrapper .memorialImage {
      display: block;
      height: 205px;
      overflow: hidden;
      width: 100%; }
      .memorialWrapper .memorialImage img {
        min-width: 100%;
        min-height: 205px; } }

.pm-faq .pm-faq-q, .pm-faq .pm-faq-a {
  border: solid 1px #eef3f7;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.pm-faq .pm-faq-q {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #003466;
  background: #fcfdfd none;
  cursor: pointer;
  padding: 10px 30px 10px 40px;
  margin-top: 10px; }
  .pm-faq .pm-faq-q:first-child {
    margin-top: 0; }
  .pm-faq .pm-faq-q SPAN {
    background-image: url("../../images/sprite-client.png");
    background-position: 0 -1048px;
    background-color: #fcfdfd;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    float: right;
    width: 11px;
    height: 11px;
    cursor: pointer; }
    .pm-faq .pm-faq-q SPAN.open {
      background-image: url("../../images/sprite-client.png");
      background-position: 0 -1018px;
      background-color: #fcfdfd;
      background-repeat: no-repeat; }
  .pm-faq .pm-faq-q:before {
    background-image: url("../../images/sprite-client.png");
    background-position: 0px -976px;
    background-color: transparent;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    height: 15px;
    left: 13px;
    position: absolute;
    top: 12px;
    width: 20px; }
.pm-faq .pm-faq-a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: black;
  border-top: none;
  background-color: #fcfdfd;
  line-height: 1.5;
  padding: 15px; }

.pm-rollupList .pm-rollupListItem {
  margin-bottom: 30px; }
  .pm-rollupList .pm-rollupListItem .pm-rollupListIcon {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0;
    text-align: center;
    font-family: 'Source Sans Pro Semibold', sans-serif;
    font-size: 18px;
    color: #006599;
    line-height: 1;
    background-color: #eef3f7; }
    .rowBand.rowEven .pm-rollupList .pm-rollupListItem .pm-rollupListIcon {
      background-color: #e6e6e4; }
  .pm-rollupList .pm-rollupListItem .pm-rollupListDesc {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .pm-rollupList .pm-rollupListItem .pm-rollupListDesc {
        width: 80%; } }
    @media screen and (min-width: 768px) {
      .pm-rollupList .pm-rollupListItem .pm-rollupListDesc {
        width: 65%; } }
    @media screen and (min-width: 1200px) {
      .pm-rollupList .pm-rollupListItem .pm-rollupListDesc {
        width: 70%; } }
    .pm-rollupList .pm-rollupListItem .pm-rollupListDesc H5 {
      font-family: 'Source Sans Pro Semibold', sans-serif;
      font-size: 18px;
      color: #006599; }
    .pm-rollupList .pm-rollupListItem .pm-rollupListDesc DIV {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      color: black; }
    .pm-rollupList .pm-rollupListItem .pm-rollupListDesc:hover {
      cursor: pointer; }
  .pm-rollupList .pm-rollupListItem .pm-rollupListDetail {
    display: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: black;
    margin-left: 83px;
    padding-top: 10px; }

.ms-rtestate-field .pm-homeTabs {
  min-width: 290px; }
  @media screen and (min-width: 768px) {
    .ms-rtestate-field .pm-homeTabs {
      min-width: 350px; } }
  .ms-rtestate-field .pm-homeTabs div.button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 0 6px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 33.333%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    background-color: #003466;
    border: solid 1px black;
    border-bottom: solid 1px #a6d6df; }
    @media screen and (min-width: 768px) {
      .ms-rtestate-field .pm-homeTabs div.button {
        font-size: 20px; } }
    .ms-rtestate-field .pm-homeTabs div.button.active, .ms-rtestate-field .pm-homeTabs div.button:hover {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px;
      color: #003466;
      background-color: white;
      border: solid 1px #a6d6df;
      border-bottom: solid 1px white;
      cursor: pointer;
      display: inline-block;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .ms-rtestate-field .pm-homeTabs div.button.active, .ms-rtestate-field .pm-homeTabs div.button:hover {
          font-size: 20px; } }
  .ms-rtestate-field .pm-homeTabs > DIV {
    display: none;
    padding: 15px;
    background-color: white;
    border: solid 1px #a6d6df;
    margin-top: -1px;
    position: relative;
    z-index: 1; }
    .ms-rtestate-field .pm-homeTabs > DIV.active {
      display: block; }

.ms-dlgContent INPUT {
  display: inline; }

.pm-highlight > P {
  text-align: center; }
  .pm-highlight > P IMG {
    margin: 0px auto !important; }

.item-center {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .item-center .homePageBannerContainer {
    display: inline-block;
    float: none;
    vertical-align: middle; }
    .item-center .homePageBannerContainer IMG {
      margin: 0px !important;
      padding: 0px 20px !important; }

.cbq-layout-main UL.dfwp-column.dfwp-list {
  padding: 0px; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item {
    padding: 0px; }

IMG[ID^=MSOImageWebPart_] {
  max-width: 100%;
  /*make images responsive width webparts*/ }

.pm-public-master .main-content .ms-webpart-chrome {
  /*width: auto !important; */ }
  .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody, .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace {
    /*should not set width as custom CHP layout code requires no set width*/
    /*width: auto !important;*/ }
    .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody INPUT[type="text"], .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody TEXTAREA, .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace INPUT[type="text"], .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace TEXTAREA {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      padding: 5px; }
    .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody INPUT[type="button"], .pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace INPUT[type="button"] {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      padding: 5px 10px; }
  .pm-public-master .main-content .ms-webpart-chrome .ms-headerSortArrowLink {
    display: inline; }

.mediaPlayerContainer {
  max-width: 100%; }

.ms-listviewtable IMG {
  max-width: 100%; }
  .ms-listviewtable IMG.ms-spimn-img {
    max-width: initial; }

.pm-public-master .main-content .ms-webpart-chrome .ms-wpContentDivSpace .ms-InlineSearch-DivBaseline INPUT[type="text"] {
  padding: 0; }

.ms-webpartzone-cell #SearchBox .ms-srch-sb-border, .ms-webpartzone-cell #SearchBox .ms-srch-sb-borderFocused {
  position: relative; }
.ms-webpartzone-cell #SearchBox INPUT {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }
.ms-webpartzone-cell #SearchBox .ms-srch-sb-searchLink {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 3px;
  right: 0px;
  bottom: false;
  left: false;
  z-index: 999;
  background-color: #ffffff; }
  .ms-webpartzone-cell #SearchBox .ms-srch-sb-searchLink .ms-srch-sbLarge-searchImg, .ms-webpartzone-cell #SearchBox .ms-srch-sb-searchLink .ms-srch-sbLarge-searchImg:hover {
    position: absolute;
    top: -57px;
    right: false;
    bottom: false;
    left: -35px; }

.ms-mpSearchBox #SearchBox .ms-srch-sb {
  width: 100%; }
  .ms-mpSearchBox #SearchBox .ms-srch-sb > INPUT {
    width: 85%; }
    @media screen and (min-width: 992px) {
      .ms-mpSearchBox #SearchBox .ms-srch-sb > INPUT {
        width: 87%; } }

.ms-mpSearchBox {
  display: none; }
  .ms-mpSearchBox.mobile {
    display: block;
    width: 100%; }
    .ms-mpSearchBox.mobile #SearchBox .ms-srch-sb INPUT {
      width: false;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px; }
  @media screen and (min-width: 768px) {
    .ms-mpSearchBox {
      display: block; } }

#SearchBox {
  display: inline-block;
  width: 100%; }
  #SearchBox .ms-srch-sb {
    width: 100%; }
    #SearchBox .ms-srch-sb > INPUT {
      margin: 0px; }
  #SearchBox .ms-srch-sbLarge-fullWidth, #SearchBox .ms-srch-sbLarge {
    width: 100%; }
    #SearchBox .ms-srch-sbLarge-fullWidth > INPUT, #SearchBox .ms-srch-sbLarge > INPUT {
      width: 100%; }
  #SearchBox .ms-srch-sb-border {
    border: 0px; }
  #SearchBox .ms-srch-sb-borderFocused {
    border: 0px; }
  #SearchBox .ms-srch-sb-searchLink,
  #SearchBox .ms-srch-sb-navLink {
    display: none;
    border: 0px; }

.ms-srch-siteSearchResults #SearchBox {
  border: 2px solid transparent; }
  .ms-srch-siteSearchResults #SearchBox .ms-srch-sbLarge-fullWidth > INPUT, .ms-srch-siteSearchResults #SearchBox .ms-srch-sbLarge > INPUT {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px; }

.ms-mpSearchBox {
  background-color: #003466; }
  .ms-mpSearchBox #SearchBox .ms-srch-sb-navLink,
  .ms-mpSearchBox #SearchBox .ms-srch-sb-searchLink {
    display: none; }
    @media screen and (min-width: 768px) {
      .ms-mpSearchBox #SearchBox .ms-srch-sb-navLink,
      .ms-mpSearchBox #SearchBox .ms-srch-sb-searchLink {
        display: inline-block;
        position: relative;
        top: 3px; } }

.pm-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .pm-slideshow .pm-slideshow-list {
    position: relative; }
    .pm-slideshow .pm-slideshow-list .pm-slideshow-slide {
      float: left;
      width: 100%; }
      .pm-slideshow .pm-slideshow-list .pm-slideshow-slide IMG {
        width: 100%;
        display: block;
        margin: 0; }
  .pm-slideshow .pm-slideshow-nav .pm-slideshow-next {
    float: right; }
  .pm-slideshow .pm-slideshow-nav .pm-slideshow-prev {
    float: left; }
  .pm-slideshow .pm-slideshow-anchor-wrap {
    text-align: center;
    margin: 0 auto;
    clear: both;
    position: relative;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 480px) {
      .pm-slideshow .pm-slideshow-anchor-wrap {
        position: absolute;
        bottom: 15px;
        left: 50px; } }
    .pm-slideshow .pm-slideshow-anchor-wrap .pm-slideshow-anchor {
      padding: 0 5px;
      line-height: 1;
      text-decoration: none;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 60px;
      color: #003466; }
      .pm-slideshow .pm-slideshow-anchor-wrap .pm-slideshow-anchor.active {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 60px;
        color: #006599; }

.ms-rtestate-field P {
  line-height: 1.2; }
.ms-rtestate-field EMBED, .ms-rtestate-field IFRAME, .ms-rtestate-field IMG {
  max-width: 100%; }
.ms-rtestate-field IMG {
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-rtestate-field IMG.ms-rtePosition-1 {
    margin-left: 0; }
  .ms-rtestate-field IMG.ms-rtePosition-2 {
    margin-right: 0; }
.ms-rtestate-field IMG {
  padding: 2px;
  border: solid 2px transparent; }
.ms-rtestate-field UL {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.cbq-layout-main UL {
  display: block;
  list-style: none;
  padding-bottom: 15px; }
  .cbq-layout-main UL LI {
    display: block;
    padding-bottom: 15px;
    padding-bottom: 0px; }
    .cbq-layout-main UL LI:last-child {
      padding-bottom: 0; }
.cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #000000; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item > A, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item H2, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item H2 A {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #006599; }
    .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item > A:hover, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item H2:hover, .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item H2 A:hover {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 18px;
      color: #fbad23; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item H2 {
    margin-bottom: 8px; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item .pm-byline {
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #003466; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item .pm-date {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #003466; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item .description {
    margin-bottom: 15px; }
    .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item .description P {
      margin: 0px 0px 10px 0px;
      line-height: 1.2; }
      .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item .description P:last-child {
        margin-bottom: 0px; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item IMG {
    padding: 2px;
    border: solid 2px transparent; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item IMG {
    width: 100px; }
  .cbq-layout-main UL.dfwp-column.dfwp-list LI.dfwp-item DIV.item A.pm-see-more-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #006599; }

.cbs-List A {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.pm-public-master .ms-vb {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }
  .pm-public-master .ms-vb A {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px; }
.pm-public-master .ms-vb2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }
.pm-public-master .ms-vh2 A {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }
.pm-public-master .ms-subtleLink {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.ms-acal-header, .ms-acal-rootdiv {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.ms-acal-item {
  background-color: #003466;
  border: solid 1px #003466;
  line-height: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }
  .ms-acal-item.ms-acal-item-default-hover {
    border: solid 1px #003466; }

.ms-acal-today {
  border-top: solid 1px #003466 !important;
  color: #003466 !important; }

.ms-acal-vlink A[evtid="new_item"] {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.ms-calhead {
  text-align: center; }

TABLE[summary='Master Page Gallery'] DIV[displayname='Modified By'] {
  width: 10em; }

.ms-summarystandardbody {
  width: 100%;
  margin: 0 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.ms-ref-refiner {
  float: left; }
  @media screen and (min-width: 768px) {
    .ms-ref-refiner {
      float: none; } }

.slm-layout-main A {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 20px; }

#diidResultsByUser, #diidSurveyResults {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.toc-layout-main > UL > LI {
  margin-bottom: 15px; }
  .toc-layout-main > UL > LI > DIV .headertitle A {
    font-family: 'Source Sans Pro Semibold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #003466; }
  .toc-layout-main > UL > LI UL {
    margin-left: 15px; }
    .toc-layout-main > UL > LI UL LI.level-section {
      margin: 0; }
      .toc-layout-main > UL > LI UL LI.level-section.level-bullet {
        padding-left: 0;
        background-image: none; }
      .toc-layout-main > UL > LI UL LI.level-section .headertitle A {
        font-family: 'Source Sans Pro Semibold', sans-serif;
        font-size: 18px;
        color: #003466; }

.ms-menutoolbar {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

.ms-rtestate-field IMG.ms-rtePosition-1, .ms-rtestate-field IMG.ms-rtePosition-2 {
  float: none;
  margin: 5px auto !important; }
@media screen and (min-width: 768px) {
  .ms-rtestate-field IMG.ms-rtePosition-1 {
    float: left; }
  .ms-rtestate-field IMG.ms-rtePosition-2 {
    float: right; } }

.ms-mpSearchBox {
  width: 75%;
  top: 0;
  padding: 0;
  margin: 10px auto;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .ms-mpSearchBox {
      margin: 15px auto; } }
  .ms-mpSearchBox.mobile {
    position: absolute;
    z-index: 1001;
    left: 0;
    width: 100%;
    top: 5px;
    margin: 0;
    padding: 0; }
    .ms-mpSearchBox.mobile #SearchBox {
      width: 100%; }
      .ms-mpSearchBox.mobile #SearchBox DIV[class^="ms-srch-sb"] INPUT {
        width: 87%; }

#SearchBox {
  display: block;
  width: 290px; }
  @media screen and (min-width: 768px) {
    #SearchBox {
      width: 460px; }
      HEADER #SearchBox {
        width: 305px; } }
  @media screen and (min-width: 992px) {
    HEADER #SearchBox {
      width: 342px; } }
  #SearchBox DIV[class^="ms-srch-sb"] {
    display: block;
    padding: 7px;
    background-color: #003466;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      #SearchBox DIV[class^="ms-srch-sb"] {
        padding: 7px 0px 7px 7px; } }
    #SearchBox DIV[class^="ms-srch-sb"] > INPUT {
      background-color: #ffffff;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      color: #003466;
      padding: 7px;
      float: none;
      width: 84%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #SearchBox DIV[class^="ms-srch-sb"] > INPUT {
          width: -webkit-calc(100% - 45px);
          width: -moz-calc(100% - 45px);
          width: calc(100% - 45px); } }
      #SearchBox DIV[class^="ms-srch-sb"] > INPUT:focus, #SearchBox DIV[class^="ms-srch-sb"] > INPUT:active {
        text-align: left; }
    #SearchBox DIV[class^="ms-srch-sb"] .ms-srch-sb-searchLink {
      display: none;
      display: inline-block;
      position: relative;
      width: 40px;
      height: 29px;
      top: 0;
      background-image: url("../../images/sprite-client.png");
      background-position: 5px -650px;
      background-color: transparent;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
        #SearchBox DIV[class^="ms-srch-sb"] .ms-srch-sb-searchLink {
          display: inline-block; } }
      #SearchBox DIV[class^="ms-srch-sb"] .ms-srch-sb-searchLink:hover {
        background-image: url("../../images/sprite-client.png");
        background-position: 5px -697px;
        background-color: transparent;
        background-repeat: no-repeat; }
      #SearchBox DIV[class^="ms-srch-sb"] .ms-srch-sb-searchLink IMG {
        display: none; }

/* if search box is inside of a rowband, then treat differently*/
.rowBand .pm-row > .col-sm-8 #SearchBox {
  width: 100%; }
  .rowBand .pm-row > .col-sm-8 #SearchBox .ms-srch-sbLarge {
    z-index: 100; }

.pm-search-page HEADER .ms-mpSearchBox {
  background-color: none; }
  .pm-search-page HEADER .ms-mpSearchBox > DIV {
    display: none; }
  .pm-search-page HEADER .ms-mpSearchBox.mobile > DIV {
    display: block; }

.ms-srch-siteSearchResults {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #000000;
  max-width: 100%; }
  .ms-srch-siteSearchResults #SearchBox .ms-srch-sbLarge-fullWidth > INPUT,
  .ms-srch-siteSearchResults #SearchBox .ms-srch-sbLarge > INPUT {
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px); }
  .ms-srch-siteSearchResults #SearchBox .ms-srch-sbLarge-fullWidth .ms-srch-sb-searchLink,
  .ms-srch-siteSearchResults #SearchBox .ms-srch-sbLarge .ms-srch-sb-searchLink {
    display: inline-block; }
  .ms-srch-siteSearchResults .ms-srch-hover-outerContainer {
    display: none !important; }
    @media screen and (min-width: 1200px) {
      .ms-srch-siteSearchResults .ms-srch-hover-outerContainer {
        display: block !important; } }

.pm-public-master .main-content .ms-webpart-chrome .ms-WPBody INPUT[type="text"] {
  width: -webkit-calc(70% - 15px);
  width: -moz-calc(70% - 15px);
  width: calc(70% - 15px);
  background-color: white;
  border: solid 1px #a6d6df;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.pm-public-master .main-content .ms-webpart-chrome .ms-WPBody INPUT[type="button"], .pm-public-master .main-content .ms-webpart-chrome .ms-WPBody BUTTON {
  width: 25%;
  background-color: #eef3f7;
  border: solid 1px #a6d6df;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #006599;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
