@font-face {
  font-family: 'DukeEnergy';
  src: url('../fonts/duke-energy-regular.woff2') format('woff2'),
       url('../fonts/duke-energy-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DukeEnergy';
  src: url('../fonts/duke-energy-bold.woff2') format('woff2'),
       url('../fonts/duke-energy-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  background-color: #ebf7fb;
}
body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #595959;
  background-color: #fff;
}
@media (min-width: 1080px) {
  body:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 481px;
    background-color: #e0f6fb;
    z-index: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DukeEnergy', sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #005984;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  margin-bottom: 15px;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
}
h2,
.h2 {
  font-size: 23px;
  font-size: 2.3rem;
}
h3,
.h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
h4,
.h4 {
  font-size: 15px;
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 13px;
  font-size: 1.3rem;
}
h6,
.h6 {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
address {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-style: normal;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
small {
  font-size: 80%;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin-bottom: 15px;
  margin: 0 0 1.5rem;
}
a {
  color: #005984;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin-bottom: 15px;
  margin: 0 0 1.5rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
table {
  background-color: #fff;
}
caption {
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type="search"] {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
.grid,
.card-grid,
.quick-facts-list {
  display: block;
  font-size: 0;
  margin-right: calc(-0.5 * 1.01%);
  margin-left: calc(-0.5 * 1.01%);
  padding: 0;
  text-align: left;
}
.grid-align-center {
  text-align: center;
}
.grid-align-center .grid-cell,
.grid-align-center .card {
  text-align: center !important;
}
.grid-align-right {
  text-align: right;
}
.grid-align-middle>.grid-cell,
.grid-align-middle>.card {
  vertical-align: middle;
}
.grid--align-bottom>.grid-cell,
.grid--align-bottom>.card {
  vertical-align: bottom;
}
.grid-with-gutter {
  margin: 0 calc(-0.5 * 20px);
}
.grid-with-gutter>.grid-cell,
.grid-with-gutter>.card {
  margin-bottom: 20px;
  padding: 0 calc(.5 * 20px);
}
.grid-cell,
.card {
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 0 calc(.5 * 1.01%);
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.grid-cell-center {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .grid-1of2 {
    margin-bottom: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .grid-1of3 {
    margin-bottom: 0;
    width: 33.33%;
  }
}
@media only screen and (min-width: 600px) {
  .grid-1of4 {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .grid-1of4 {
    margin-bottom: 0;
    width: 25%;
  }
}
.wrap {
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1080px;
}
@media only screen and (min-width: 600px) {
  .wrap {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.ex-container,
.site-header,
.site-footer-inner,
.site-content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1080px;
}
@media only screen and (min-width: 600px) {
  .ex-container,
  .site-header,
  .site-footer-inner,
  .site-content {
    padding-right: 45px;
    padding-left: 45px;
  }

  .site-footer-inner {
    display: flex;
  }

  .site-footer-copyright {
    order: 1;
    flex: 1;
  }

  .site-footer-links {
    order: 2;
  }
}




.grid-align-center .quick-facts-list dt,
.quick-facts-list .grid-align-center dt,
.grid-align-center .quick-facts-list dd,
.quick-facts-list .grid-align-center dd {
    text-align: center !important;
}
.quick-facts-list .grid-align-middle>dt,
.quick-facts-list .grid-align-middle>dd {
    vertical-align: middle;
}
.quick-facts-list .grid--align-bottom>dt,
.quick-facts-list .grid--align-bottom>dd {
    vertical-align: bottom;
}
.quick-facts-list .grid-with-gutter>dt,
.quick-facts-list .grid-with-gutter>dd {
    margin-bottom: 20px;
    padding: 0 calc(.5 * 20px);
}
.quick-facts-list dt,
.quick-facts-list dd {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0 calc(.5 * 1.01%);
    text-align: left;
    vertical-align: top;
    width: 100%;
}
@media only screen and (min-width: 900px) {
    .article-multimedia {
        margin-top: -10px;
        margin-bottom: 40px;
    }
}
.quick-facts-list dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.2;
    color: #005984;
}
@media only screen and (min-width: 740px) {
    .quick-facts-list dt {
        margin-bottom: 15px;
        width: 25%;
    }
}
.quick-facts-list dd {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
@media only screen and (min-width: 740px) {
    .quick-facts-list dd {
        margin-bottom: 15px;
        width: 75%;
    }
}
@media only screen and (min-width: 740px) {
    .quick-facts-counties {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}
@media only screen and (min-width: 740px) {
    .quick-facts-counties li {
        display: inline-block;
    }
}
.quick-facts-counties a:after {
    content: url("../fonts/icon-chevron.svg");
    display: inline-block;
    margin-right: 20px;
    margin-left: 6px;
    width: 6px;
    height: 12px;
}




.section-group {
  margin-bottom: 30px;
}
.section-header {
  margin-bottom: 15px;
}
.section-header-title {
  display: inline;
  margin-bottom: 0;
}
.section-header-link {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 5px;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 400;
  line-height: 1;
  border-left: 1px solid #dfe4e4;
}
@media only screen and (min-width: 600px) {
  .section-header-link {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.section-header-link:before {
  content: url("../fonts/icon-chevron.svg");
  float: right;
  margin-left: 8px;
  width: 7px;
  height: 14px !important;
}
.section-header-twitter {
  margin-bottom: 0;
  padding: 5px 8px 3px;
  background-color: #f2f4f4;
  border-bottom: 1px solid #dfe4e4;
}
.section-header-twitter .section-header-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-header-twitter .section-header-title:before {
  content: url("../fonts/icon-social-twitter.svg");
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  vertical-align: middle;
}
.section-header-twitter .section-header-link {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 5px;
  padding-top: 0;
  padding-left: 5px;
}
.section-header-twitter .section-header-link:before {
  margin-left: 5px;
  width: 5px;
}
.card {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .card {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .card-1of2 {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .card-1of3 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 600px) {
  .card-1of4 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 740px) {
  .card-1of4 {
    width: 25%;
  }
  .card-1of5 {
    width: 20%;
  }
}
.card-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dfe4e4;
}
.card-link:before,
.card-link:after {
  content: " ";
  display: table;
}
.card-link:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .card-link {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}
.card:first-child .card-link {
  border-top: none;
}
.card-link:hover {
  text-decoration: none;
}
.card-media {
  position: relative;
  float: left;
  margin-bottom: 0;
  width: 36%;
}
@media only screen and (min-width: 500px) {
  .card-media {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) {
  .card-media {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
}
a .card-media:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
}
a:hover .card-media:before {
  box-shadow: 0 0 150px rgba(0,0,0,0.25) inset;
}
.card-media img {
  width: 100%;
}
.section-group-facts-subitems .card-media img {
  box-shadow: 0 0 4px rgba(99,99,99,0.7);
}
.card-image {
  display: block;
  width: 100%;
}
.card-text {
  margin-left: 38%;
}
@media only screen and (min-width: 500px) {
  .card-text {
    margin-left: 32%;
  }
}
@media only screen and (min-width: 600px) {
  .card-text {
    margin-left: 0;
  }
}
.card-title {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .card-title {
    font-weight: normal;
  }
}
a:hover .card-title {
  text-decoration: underline;
}
@media only screen and (min-width: 600px) {
  .card-1of3 .card-title,
  .card-1of4 .card-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.card-excerpt {
  margin-bottom: 2px;
}
.card-date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #595959;
}

.card-tag {
  font-size:14px;
  font-size:1.4rem;
  position:absolute;
  top:15px;
  left:0;
  padding:5px;
  color:#fff;
  line-height:1;
  background-color:#06abc8
}
@media only screen and (min-width: 600px){
  .card-tag{
    top:0;
    padding:6px 8px
  }
}
.card-tag:before {
  content:url(../fonts/icon-video.svg);
  display:inline-block;
  margin-right:3px;
  width:14px;
  height:14px;
  vertical-align:bottom
}

.card-list .card-title {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.card-twitter-home {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right:20px;
  border-top: 1px solid #dfe4e4;
}
.card-twitter .card {
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #dfe4e4;
}
.card-twitter .card:first-child,
.card-twitter-home .card {
  border-top: none;
}
.card-twitter-home .card {
  padding-right: 10px;
}
.card-twitter .card-text {
  margin-left: 0;
}
.card-twitter-time {
  display: inline-block;
  vertical-align: middle;
  color: #a5a5a5;
}
.card-twitter-time:before {
  content: url("../fonts/icon-clock.svg");
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  line-height: 1;
}
.card-twitter-reply,
.card-twitter-retweet,
.card-twitter-favorite {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.card-twitter-reply:before,
.card-twitter-retweet:before,
.card-twitter-favorite:before {
  content: "";
  display: inline-block;
  line-height: 1;
}
.card-twitter-reply:hover:before path,
.card-twitter-retweet:hover:before path,
.card-twitter-favorite:hover:before path {
  fill: #06abc8;
}
.card-twitter-reply:before {
  width: 16px;
  content: url("../fonts/icon-twitter-reply.svg");
}
.card-twitter-retweet:before {
  width: 14px;
  content: url("../fonts/icon-twitter-retweet.svg");
}
.card-twitter-favorite:before {
  width: 14px;
  content: url("../fonts/icon-twitter-favorite.svg");
}
.icon-card-twitter-reply-path {
  fill: red !important;
}
.list-sidebar,
.list-card,
.list-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-sidebar a,
.list-card a,
.list-link a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #dfe4e4;
  overflow: hidden;
}
li:first-child .list-sidebar a,
li:first-child .list-card a,
li:first-child .list-link a {
  border-top: none;
}
.list-card-image {
  float: left;
  width: 34.7826086957%;
  height: auto;
  margin-bottom: 0;
}
.list-card-title {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-left: 39.1304347826%;
}
.list-card-more {
  display: block;
  padding-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-linear-gradient(top, #f2f4f4 0%, rgba(125,185,232,0) 100%);
  background: linear-gradient(to bottom, #f2f4f4 0%, rgba(125,185,232,0) 100%);
  border-top: 1px solid #dfe4e4;
}
.list-card-more:after {
  content: url("../fonts/icon-chevron.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-link a {
  padding: 6px 0;
}
.social-bar {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.social-bar:before,
.social-bar:after {
  content: " ";
  display: table;
}
.social-bar:after {
  clear: both;
}
.social-bar li {
  float: left;
  margin-left: 10px;
}
.social-bar li:first-child {
  margin-left: 0;
}
.social-bar a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
}
.social-bar a:before {
  display: block;
  width: 24px;
  height: 24px;
}
.social-bar-facebook:before {
  content: url("../fonts/icon-social-facebook.svg");
}
.social-bar-twitter:before {
  content: url("../fonts/icon-social-twitter.svg");
}
.social-bar-linkedin:before {
  content: url("../fonts/icon-social-linkedin.svg");
}
.social-bar-youtube:before {
  content: url("../fonts/icon-social-youtube.svg");
}
.social-bar-instagram:before {
  content: url("../fonts/icon-social-instagram.svg");
}
.social-bar-flickr:before {
  content: url("../fonts/icon-social-flickr.svg");
}
.social-bar-rss:before {
  content: url("../fonts/icon-social-rss.svg");
}
.social-bar-signup:before {
  font-size: 15px;
  font-size: 1.5rem;
  content: url("../fonts/icon-social-signup.svg");
}
.lt-ie9 .social-bar-facebook:before {
  content: url("../images/icon-social-facebook.png");
}
.lt-ie9 .social-bar-twitter:before {
  content: url("../images/icon-social-twitter.png");
}
.lt-ie9 .social-bar-linkedin:before {
  content: url("../images/icon-social-linkedin.png");
}
.lt-ie9 .social-bar-youtube:before {
  content: url("../images/icon-social-youtube.png");
}
.lt-ie9 .social-bar-instagram:before {
  content: url("../images/icon-social-instagram.png");
}
.lt-ie9 .social-bar-flickr:before {
  content: url("../images/icon-social-flickr.png");
}
.lt-ie9 .social-bar-rss:before {
  content: url("../images/icon-social-rss.png");
}
.select {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e3e9ec;
  cursor: pointer;
}
.select:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #006060;
}
.select select {
  padding: 4px 30px 4px 10px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #077faa;
  text-transform: uppercase;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.icon,
[class*="icon-"] {
  display: inline-block;
  margin-bottom: 10px;
}
.icon:before,
[class*="icon-"]:before {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.icon-graph:before {
  content: url("../fonts/icon-graph.svg");
}
.icon-people:before {
  content: url("../fonts/icon-people.svg");
}
.icon-phone:before {
  content: url("../fonts/icon-phone.svg");
}
.icon-news:before {
  content: url("../fonts/icon-news.svg");
}
.featured {
  margin-bottom: 30px;
}
.featured:before,
.featured:after {
  content: " ";
  display: table;
}
.featured:after {
  clear: both;
}
@media only screen and (min-width: 900px) {
  .featured {
    margin-bottom: 50px;
  }
}
.featured a {
  position: relative;
  display: block;
  height: 100%;
}
.featured-article {
  margin-top: 10px;
}
.featured-article:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 740px) {
  .featured .featured-primary .featured-figure img {
    max-width: 10000px;
    width: 100%;
    height: 100%;
  }
  .featured-article {
    margin-top: 0;
  }
}
.featured-figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 45.45%;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 740px) {
  .featured-figure {
    padding-bottom: 0;
  }
}
.featured-image {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 740px) {
  .featured-image {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
.featured-title {
  margin: 0;
  padding-top: 5px;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.featured-primary .featured-title {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600px) {
  .featured-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 12px;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  a:hover .featured-title {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.95);
  }
}
@media only screen and (min-width: 900px) {
  .featured-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .featured-primary .featured-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 740px) {
  .featured-primary {
    float: left;
    width: 65.6565656566%;
  }
}
.featured-secondary,
.featured-tertiary {
  float: left;
  width: 49.4949494949%;
}
@media only screen and (min-width: 740px) {
  .featured-secondary,
  .featured-tertiary {
    margin-left: 1.0101010101%;
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 740px) {
  .featured-secondary {
    margin-bottom: 1.2%;
  }
}
.featured-tertiary {
  margin-left: 1.0101010101%;
}
.region {
  margin-right: -20px;
  margin-bottom: 30px;
  margin-left: -20px;
  background-color: #f2f4f4;
}
@media only screen and (min-width: 600px) {
  .region {
    margin-right: -45px;
    margin-left: -45px;
  }
}
@media only screen and (min-width: 900px) {
  .region {
    margin-right: 0;
    margin-left: 0;
  }
}
.region-box {
  padding: 28px 20px;
  text-align: center;
}
.region-box-title {
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (min-width: 500px) {
  .region-box-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
.region-box-select {
  display: inline-block;
}
@media only screen and (min-width: 500px) {
  .region-box-select {
    vertical-align: middle;
    margin-left: 5px;
  }
}
.region-content {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .region-content {
    margin-right: 45px;
    margin-left: 45px;
  }
}
@media only screen and (min-width: 900px) {
  .region-content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.region-content.is-active {
  display: block;
}
.latest-news {
  margin-bottom: 20px;
}
.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  border-bottom: 1px solid #dfe4e4;
}
.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
@media only screen and (min-width: 740px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 900px) {
  .site-header {
    padding-top: 40px;
    padding-bottom: 25px;
    min-height: 115px;
  }
}
.site-logo {
  display: block;
  margin: 0 auto;
  width: 106px;
  position: relative;
}
.site-logo:before,
.site-logo:after {
  content: " ";
  display: table;
}
.site-logo:after {
  clear: both;
}
@media only screen and (min-width: 740px) {
  .site-logo {
    float: left;
    width: 126px;
  }
}
@media only screen and (min-width: 900px) {
  .site-logo {
    width: auto;
  }
  .site-logo-image {
    height: 50px;
  }
}
.site-logo-image {
  display: block;
  width: 106px;
}
@media only screen and (min-width: 740px) {
  .site-logo-image {
    float: left;
    width: auto;
  }
}
@media only screen and (min-width: 900px) {
  .site-logo-image {
    width: 156px;
  }
}
.site-logo-label {
  display: none;
}
.site-logo-label:hover {
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .site-logo-label {
    display: block;
    float: left;
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
    font-size: 23px;
    line-height: 50px;
    border-left: 1px solid #696969;
    -webkit-font-smoothing: antialiased;
  }
}
.site-logo-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media only screen and (min-width: 740px) {
  .site-nav {
    display: block;
    float: right;
    line-height: 40px;
  }
  .home-link {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .site-nav {
    line-height: 50px;
  }
}
.site-nav-hamburger {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 34px;
  overflow: hidden;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (min-width: 740px) {
  .site-nav-hamburger {
    display: none;
  }
}
.site-nav-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;
  height: 4px;
  background: #005984;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.site-nav-hamburger span:before,
.site-nav-hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #005984;
  -webkit-transition-duration: 0.3s,.3s;
  transition-duration: 0.3s,.3s;
  -webkit-transition-delay: 0.3s,0s;
  transition-delay: 0.3s,0s;
}
.site-nav-hamburger span:before {
  top: -8px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}
.site-nav-hamburger span:after {
  bottom: -8px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}
.site-nav-hamburger:focus {
  outline: 0;
}
.site-nav-hamburger.is-active span {
  background: 0 0;
}
.site-nav-hamburger.is-active span:before,
.site-nav-hamburger.is-active span:after {
  -webkit-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}
.site-nav-hamburger.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-nav-hamburger.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-nav-menu {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 740px) {
  .site-nav-menu {
    display: block;
    margin-right: 52px;
  }
}
.site-nav-menu.is-open {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  background-color: #005984;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .site-nav-menu.is-open {
    width: 50%;
  }
}
.site-nav-menu.is-open a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #2e7699;
}
.site-nav-menu.is-open a:after {
  content: url("../fonts/icon-chevron.svg");
  float: right;
  width: 17px;
  height: 29px;
  background-color: #fff;
}
.site-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav-menu .active {
	font-weight: bold;
}
@media only screen and (min-width: 740px) {
  .site-nav-menu li {
    float: left;
    margin-left: 25px;
  }
  .site-nav-menu li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 740px) {
  .site-nav-menu a {
    padding: 0;
    font-size: inherit;
    border: none;
  }
}
.site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.site-canvas {
  -webkit-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
}
.site-canvas.is-open {
  position: relative;
  left: 80%;
}
@media only screen and (min-width: 600px) {
  .site-canvas.is-open {
    left: 50%;
  }
}
.site-canvas-overlay.is-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.55);
  z-index: 1;
}
.site-search-icon {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 34px;
  overflow: hidden;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (min-width: 740px) {
  .site-search-icon {
    top: 24px;
    right: 45px;
    height: 32px;
    background-color: #005984;
  }
}
@media only screen and (min-width: 900px) {
  .site-search-icon {
    top: 49px;
  }
}
.site-search-icon:focus {
  outline: 0;
}
.site-search-icon:before,
.site-search-icon:after {
  content: "";
  position: absolute;
}
.site-search-icon:before {
  top: 6px;
  right: 4px;
  width: 16px;
  height: 16px;
  border: 3px solid #005984;
  background: transparent;
  border-radius: 50%;
}
@media only screen and (min-width: 740px) {
  .site-search-icon:before {
    right: 10px;
    border-color: #fff;
  }
}
.site-search-icon:after {
  right: 3px;
  width: 3px;
  height: 10px;
  background: #005984;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 740px) {
  .site-search-icon:after {
    right: 9px;
    background: #fff;
  }
}
.site-search-bar {
  display: none;
  padding: 20px;
  background-color: #dfe4e4;
}
.site-search-bar input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.site-search-bar.is-open {
  display: block;
}
.site-footer {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  background-color: #ebf7fb;
}
@media only screen and (min-width: 900px) {
  .site-footer {
    text-align: left;
    background-color: #ebf7fb;
  }
}
.site-footer a {
  color: #595959;
}
.site-footer-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-footer-inner:before,
.site-footer-inner:after {
  content: " ";
  display: table;
}
.site-footer-inner:after {
  clear: both;
}
@media only screen and (min-width: 740px) {
  .site-footer-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.site-footer-links {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.site-footer-links:before,
.site-footer-links:after {
  content: " ";
  display: table;
}
.site-footer-links:after {
  clear: both;
}
@media only screen and (min-width: 740px) {
  .site-footer-links {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 740px) {
  .site-footer-links {
    float: right;
  }
}
.site-footer-links li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 600px) {
  .site-footer-links li {
    margin-right: 0;
    margin-left: 20px;
  }
}
.site-footer-links .site-footer-truste {
  float: none;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 500px) {
  .site-footer-links .site-footer-truste {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 900px) {
  .site-footer-links .site-footer-truste {
    margin-right: 10px;
  }
}
.site-footer-links .site-footer-truste a,
.site-footer-links .site-footer-truste img {
  display: inline-block;
}
@media only screen and (min-width: 500px) {
  .site-footer-links .site-footer-truste img {
    position: relative;
    top: -14px;
    margin-bottom: -28px;
  }
}
.site-footer-copyright {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px dotted #c5cfd3;
}
@media only screen and (min-width: 740px) {
  .site-footer-copyright {
    float: left;
    padding-top: 0;
    border-top: none;
  }
}
.site-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.site-content:before,
.site-content:after {
  content: " ";
  display: table;
}
.site-content:after {
  clear: both;
}
@media only screen and (min-width: 740px) {
  .site-content {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 900px) {
  .site-content-main {
    float: left;
    width: 74.7474747475%;
  }
}
.site-content-main section {
  margin-bottom: 30px;
}
.site-content-aside {
  margin-right: -20px;
  margin-left: -20px;
  padding: 30px 20px;
  background-color: #f2f4f4;
}
.site-content-aside:before,
.site-content-aside:after {
  content: " ";
  display: table;
}
.site-content-aside:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .site-content-aside {
    margin-right: -45px;
    margin-left: -45px;
    padding: 30px 45px;
  }
}
@media only screen and (min-width: 900px) {
  .site-content-aside {
    margin-right: 0;
    margin-left: 76.7676767677%;
    padding: 0;
    background-color: transparent;
  }
}
.site-content-aside section {
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .site-content-aside section {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 740px) {
  .site-content-aside section {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 900px) {
  .site-content-aside section {
    float: none;
    width: 100%;
  }
}
.hero,
.article-hero,
.page-hero {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .hero,
  .article-hero,
  .page-hero  {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .hero,
  .article-hero,
  .page-hero  {
    margin-bottom: 50px;
  }
}
.hero-full {
  padding-top: 36.96%;
  background-color: #dfe4e4;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  .hero-full {
    background-image: none;
  }
}
@media only screen and (min-width: 600px) {
  .hero-full .hero-title {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 6%;
    margin-top: -20px;
    color: #fff;
    line-height: 1;
  }
}
@media only screen and (min-width: 740px) {
  .hero-full .hero-title {
    font-size: 60px;
    font-size: 6rem;
    margin-top: -30px;
  }
}
.page-hero {
    animation: fadein 0.5s;
}
@media only screen and (max-width: 599px) {
    .page-hero {
        background-image: none !important;
    }
}
@media only screen and (min-width: 600px) {
    .page-hero {
        padding-top: 36.96%;
        background-color: #dfe4e4;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }
}
.page-hero .page-hero-title {
    color: #005984;
}
@media only screen and (min-width: 600px) {
    .page-hero .page-hero-title {
        font-size: 40px;
        font-size: 4rem;
        position: absolute;
        top: 50%;
        left: 6%;
        margin-top: -20px;
        margin-bottom: 0;
        color: #fff;
        line-height: 1;
    }
}
@media only screen and (min-width: 740px) {
    .page-hero .page-hero-title {
        font-size: 60px;
        font-size: 6rem;
        margin-top: -30px;
    }
}
.hero-content {
  position: absolute;
  left: 10%;
  top: 40%;
}
.article-column-main {
  width: 56.5656565657%;
}
.article-column-aside {
  margin-left: 67.6767676768%;
}
.article-full:before,
.article-full:after {
  content: " ";
  display: table;
}
.article-full:after {
  clear: both;
}
@media only screen and (min-width: 740px) {
  .article-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 366px;
    background-color: #dfe4e4;
    background-color: #e9ecec;
    background-image: -webkit-repeating-linear-gradient(135deg, #e9ecec, #e9ecec 4.5px, #dfe4e4 4.5px, #dfe4e4 10px);
    background-image: repeating-linear-gradient(-45deg, #e9ecec, #e9ecec 4.5px, #dfe4e4 4.5px, #dfe4e4 10px);
    z-index: 0;
  }
}
.article-hero-image {
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
@media only screen and (min-width: 740px) {
  .article-hero-image:before,
  .article-hero-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #fff;
  }
  .article-hero-image:before {
    left: -10px;
  }
  .article-hero-image:after {
    right: -10px;
  }
}
.article-hero-caption {
  margin-top: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #696969;
}
.article-header:before,
.article-header:after {
  content: " ";
  display: table;
}
.article-header:after {
  clear: both;
}
.article-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: -8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .article-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 740px) {
  .article-title {
    float: left;
    width: 62.6262626263%;
  }
}
@media only screen and (min-width: 900px) {
  .article-title {
    width: 56.5656565657%;
  }
}
.article-meta {
  font-size: 13px;
  font-size: 1.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 740px) {
  .article-meta {
    float: left;
    width: 62.6262626263%;
  }
}
@media only screen and (min-width: 900px) {
  .article-meta {
    width: 56.5656565657%;
  }
}

.article-meta-photo {
  float: left;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.article-meta-photo img {
  max-width: 100%;
}

@media only screen and (min-width: 740px) {
  .article-info {
    float: left;
    width: 62.6262626263%;
    /* width: 56.5656565657%;    */
  }
}

.article-info .article-title,
.article-info .article-meta-author,
.article-info .article-time {
  float: none;
  display: block;
  overflow: hidden;
  clear: none;
  margin-top: 0;
}
.article-info .article-title {
  line-height: 120%;
}

.article-time {
  display: block;
  margin-bottom: 20px;
}
.article-time:before {
  content: url("../fonts/icon-clock.svg");
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 15px;
  vertical-align: middle;
  line-height: 1;
}
.article-social {
  margin-bottom: 15px;
  padding: 5px 0;
  border-top: 1px solid #dfe4e4;
  border-bottom: 1px solid #dfe4e4;
}
@media only screen and (min-width: 740px) {
  .article-social {
    margin-left: 67.6767676768%;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
}

.article-social h3 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  .article-social h3 {
    display: block;
    margin-bottom: 5px;
  }
}
.article-social ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  .article-social ul {
    margin-left: 0;
  }
}
.article-social .addthis_sharing_toolbox {
  clear: none !important;
}
.article-social .addthis_sharing_toolbox .at-icon-wrapper {
  margin-bottom: 0 !important;
}
.article-social .addthis_sharing_toolbox .at-share-btn {
  border-radius: 4px !important;
}
.article-subTitle {
  clear: both;
  color: #005984;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 20px;
}

.article-content {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 740px) {
  .article-content {
    float: left;
    width: 62.6262626263%;
  }
}
@media only screen and (min-width: 900px) {
  .article-content {
    width: 56.5656565657%;
  }
}
@media only screen and (min-width: 740px) {
  .article-aside {
    margin-left: 67.6767676768%;
  }
}
.article-aside section {
  margin-bottom: 30px;
}


.region-content .section-header-title,
.socialRegion .section-header-title {
  line-height: 40px;
  display: none;
}
