﻿@charset "UTF-8";
#map {
  margin-top: 2em;
  width: 100% !important; }

a:hover {
  border-bottom: .0625em dashed;
  outline: 3px solid transparent;
  text-decoration: none; }

#breadcrumb {
  margin: .5em 0; }
  #breadcrumb a {
    color: #ABABAB; }
  #breadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #breadcrumb li {
    display: inline-block; }
    #breadcrumb li.active a {
      color: #009499;
      font-weight: 500; }
  #breadcrumb li + li:before {
    margin: .5em;
    display: inline-block;
    content: "|";
    vertical-align: middle;
    font-weight: normal;
    font-family: Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: #ABABAB; }
  #breadcrumb .active {
    font-weight: bold; }

.login-page {
  background-color: #e6e6e6; }

#login-panel {
  padding-top: 5%; }
  #login-panel .inner {
    padding: 2em;
    background-color: #fff; }
  #login-panel h1 {
    margin-top: 0; }

.form-row + .form-row {
  margin-top: 1em; }

@media (min-width: 992px) {
  .cta-links a {
    border-left: 1px solid #cddfd8; }
  .cta-links .eq-3 a {
    border-right: 1px solid #cddfd8; }
  #content-panel {
    width: 79%; }
  #left-panel {
    width: 21%; }
  .related-links-container, .related-files-container {
    float: left;
    width: 50%; } }

.share-this {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 1.5em 0; }
  .share-this li {
    display: inline-block;
    vertical-align: top; }
    .share-this li + li {
      margin: 0 16px;
      margin: 0 1rem; }
  .share-this i {
    cursor: pointer; }
  .share-this .fa {
    color: #231F20; }
  .share-this .fa-share-alt {
    font-size: 26px;
    font-size: 1.625rem;
    padding-top: 4px; }
  .share-this .fa-print {
    font-size: 32px;
    font-size: 2rem; }

h1 {
  margin-top: 0;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 600; }

@media (min-width: 992px) {
  /*.share-this {
        position:absolute;
        bottom:0;
    }*/
  #content-panel {
    position: relative; } }

.title-wrapper {
  position: relative; }

.home-content-1 {
  background-color: #1CD0D5; }

.home-content-2 {
  background-color: #2F63AC;
  color: #fff; }

#content-panel h1, .content h1, #one-col-template h1 {
  color: #A9285D; }

#content-panel .uppercase, .content .uppercase, #one-col-template .uppercase {
  text-transform: uppercase; }

#content-panel h2, .content h2, #one-col-template h2 {
  font-size: 1.5em; }

#content-panel h3, .content h3, #one-col-template h3 {
  font-size: 1.25em; }

#content-panel h4, .content h4, #one-col-template h4 {
  font-size: 1.125em; }

#content-panel h5, .content h5, #one-col-template h5 {
  font-size: 1em; }

#content-panel h2, #content-panel h3, #content-panel h4, #content-panel h5, .content h2, .content h3, .content h4, .content h5, #one-col-template h2, #one-col-template h3, #one-col-template h4, #one-col-template h5 {
  color: #3965b0; }

.content a, #global-footer a {
  text-decoration: none !important;
  border-bottom: 0.0625em solid;
  color: inherit;
  font-size: inherit; }
  .content a:hover, #global-footer a:hover {
    border-bottom-style: dashed;
    outline: 3px solid transparent; }

.content {
  position: relative;
  /*@include rem((font-size: 14px));*/ }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 600; }
  .content table {
    color: #000; }
  .content ul {
    margin: 14px 0 14px 4px;
    margin: 0.875rem 0 0.875rem 0.25rem;
    padding: 0;
    list-style-type: none; }
    .content ul li {
      position: relative;
      left: 20px; }
      .content ul li:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #24BBCC;
        margin-left: -17px;
        font-weight: 700;
        position: absolute;
        content: "»";
        margin-top: -2px;
        font-size: 19px; }
    .content ul li + li {
      margin-top: 4px;
      margin-top: 0.25rem; }
  .content ol {
    margin: 0 0 16px 20px;
    margin: 0 0 1rem 1.25rem;
    padding: 0; }
    .content ol li {
      margin-bottom: 0.5em; }
  .content blockquote {
    margin: 2em 0;
    border-left: 0.875em solid #009499; }
  .content table {
    background: #fff;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0; }
    .content table thead tr th, .content table thead tr td {
      border-top: none;
      border-bottom: 2px solid #ddd; }
    .content table th, .content table td {
      padding: 12px;
      padding: 0.75rem;
      border-top: 1px solid #ddd;
      text-align: left; }
    .content table tbody tr:nth-child(odd) td, .content table tbody tr:nth-child(odd) th {
      background: #f9f9f9; }
  .content .btn {
    text-decoration: none; }

.pagination:before,
.pagination:after {
  content: "";
  display: table; }

.pagination:after {
  clear: both; }

.pagination > li {
  float: left; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.pagination > li > a, .pagination > li > span {
  padding: 0;
  margin: 0 3px;
  margin: 0 0.1875rem;
  min-width: 38px;
  min-width: 2.375rem;
  min-height: 38px;
  min-height: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  color: #A9285D;
  font-weight: bold;
  background-color: #cddfd8;
  -webkit-transition: ease-in-out background-color 0.1s;
  -khtml-transition: ease-in-out background-color 0.1s;
  -moz-transition: ease-in-out background-color 0.1s;
  -ms-transition: ease-in-out background-color 0.1s;
  -o-transition: ease-in-out background-color 0.1s;
  transition: ease-in-out background-color 0.1s; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  text-decoration: none;
  background-color: #A9285D; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #A9285D;
  color: #fff;
  text-decoration: none; }

.item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.item-list .each-item {
  padding: 20px 0;
  padding: 1.25rem 0; }
  .item-list .each-item + .each-item {
    border-top: 1px solid #efefef; }
  .item-list .each-item h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem; }
  .item-list .each-item .fullpath {
    color: #006857;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem; }
  .item-list .each-item .description {
    margin: 0; }

.datetime {
  float: left;
  width: 73px;
  width: 4.5625rem;
  text-align: center;
  background-color: #6a9887; }
  .datetime .day {
    display: block;
    line-height: 1;
    font-size: 36px;
    font-size: 2.25rem;
    padding: 10px 16px;
    padding: 0.625rem 1rem;
    font-weight: 700;
    color: #fff; }
  .datetime .month {
    display: block;
    font-weight: 700;
    color: #006857;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    background-color: #cddfd8;
    text-transform: uppercase; }
  .datetime + h2 {
    margin-left: 90px;
    margin-left: 5.625rem; }

/*.related-items {
    @include rem((padding: 20px 0));
    h2 { background-color: $green; color: $white; margin: 0;  @include rem((font-size: 22px, padding: 14px 10px));}
}*/
/*.related-item { 
    @include clearfix;
    @include rem((padding: 16px 10px));
    background-color: $extra-light-green;
    .summary-img { margin: 0 auto; @include rem((width: 110px, margin-bottom: 10px));}

    h3{ @include rem((margin: 0 0 8px, font-size: 14px)); font-weight: 700;
        a {color: $content-pink;}
    }
    .divider { @include rem((margin: 0 14px));}
    + .related-item { border-top: 1px solid darken($light-green, 16%);}
    p:last-child { margin-bottom: 0;}
    .file-info {margin-bottom: 0;}
}*/
.related-files-container a, .related-links-container a {
  border: none; }

.related-files-container a:hover, .related-links-container a:hover {
  text-decoration: none;
  border-bottom: 0.0625em dashed;
  outline: 3px solid transparent; }

.related-files-container ul, .related-links-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .related-files-container ul li, .related-links-container ul li {
    margin-bottom: 15px; }
    .related-files-container ul li:before, .related-links-container ul li:before {
      content: none; }
    .related-files-container ul li .inner, .related-links-container ul li .inner {
      padding: 1em 0.5em;
      background-color: #00b8c0;
      text-align: center; }
      .related-files-container ul li .inner, .related-files-container ul li .inner a, .related-links-container ul li .inner, .related-links-container ul li .inner a {
        color: #fff; }
    .related-files-container ul li img, .related-links-container ul li img {
      max-width: 100%; }
    .related-files-container ul li i, .related-links-container ul li i {
      font-size: 2em; }

@media (min-width: 768px) {
  .full-title {
    opacity: 0;
    font-size: 0; }
  .full-title-header .full-title {
    font-size: 100%;
    opacity: 1; }
  .content a.full-title {
    opacity: 0;
    font-size: 0; }
  h4.trimmed-title:hover .trimmed-name, span.trimmed-title:hover .trimmed-name {
    display: none; }
  h4.trimmed-title:hover .full-title, span.trimmed-title:hover .full-title {
    opacity: 1;
    font-size: 18px;
    font-size: 1.125rem; }
  span.trimmed-title:hover .full-title {
    /*@include rem((font-size:16px));*/
    font-size: 100%; }
  .related-links-container li, .related-files-container li {
    padding-left: 0; }
  .related-files-container {
    padding-right: 7px; }
  related-links-container {
    padding-left: 7px; }
  .related-files-container h4 {
    min-height: 60px; }
  .related-links-container h4 {
    min-height: 50px; }
  .related-links-container .resourceDescription {
    min-height: 70px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .related-files-container h4, .related-links-container h4 {
    min-height: 40px; }
  .related-links-container .resourceDescription {
    min-height: 48px; } }

@media (max-width: 767px) {
  #left-panel {
    margin-top: .5em; }
  .share-this-mobile {
    margin-bottom: 1.5em; }
  .trimmed-name {
    display: none; }
  .content a.full-title {
    font-size: 100%; }
  .related-links-container h2, .related-files-container h2 {
    margin-left: 15px;
    margin-right: 15px; }
  .content .related-links-container ul li, .related-files-container ul li {
    position: initial; } }

