html body {
  margin-top: 0;
  padding-top: 0 !important;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html body .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
html body h1,
html body h2,
html body h3,
html body h4 {
  font-weight: 300;
}
html body h1 {
  font-size: 2.3em;
  color: #173640;
}
html body h2 {
  font-size: 1.8em;
  color: #226377;
}
html body h3 {
  font-size: 1.5em;
  color: #747674;
}
html body h4 {
  font-size: 1.3em;
  color: #363636;
}
html body a {
  color: #065fcb;
  text-decoration: underline;
}
html body li {
  line-height: 2.7rem;
  padding-bottom: 8px;
}
html body .red-text {
  color: #c10000 !important;
}
html body header {
  overflow: hidden;
  margin: 0;
  position: relative;
  background: #173640;
  padding-top: 20px;
  padding-bottom: 20px;
}
html body header .header-image {
  display: none;
}
html body header a.skip-link {
  background-color: #f9dc4a;
  color: #000;
  border: solid 2px #000;
  padding: 10px;
}
html body header .logo-container {
  max-width: 1260px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  position: relative;
}
html body header .logo-container .region-header .navbar-brand {
  display: none;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header .logo {
    float: none !important;
  }
}
html body header .logo-container .region-header .logo img {
  width: 150px;
}
@media screen and (max-width: 425px) {
  html body header .logo-container .region-header .logo img {
    max-width: 80%;
  }
}
html body header .logo-container .region-header .search-block-form {
  float: right;
  clear: right;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header .search-block-form {
    float: none;
    text-align: center;
  }
}
html body header .logo-container .region-header .search-block-form form {
  float: right;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header .search-block-form form {
    float: none;
  }
}
html body header .logo-container .region-header .search-block-form form input {
  width: 250px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header .search-block-form form input {
    width: 200px;
  }
}
html body header .logo-container .region-header .search-block-form h2.block-title {
  display: none;
}
html body header .logo-container .region-header .search-block-form .btn {
  background: transparent;
  border-color: transparent;
  padding: 6px 7px;
  margin-right: 0;
}
html body header .logo-container .region-header .search-block-form .btn .glyphicon-search:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.4em;
  color: #fff;
}
html body header .logo-container .region-header .search-block-form .btn .glyphicon-search:before:hover,
html body header .logo-container .region-header .search-block-form .btn .glyphicon-search:before:active,
html body header .logo-container .region-header .search-block-form .btn .glyphicon-search:before:focus {
  color: red !important;
}
html body header .logo-container .region-header .search-block-form .form-control {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  border-bottom: 1pt solid #fff;
}
html body header .logo-container .region-header .search-block-form .form-control::placeholder {
  color: #fff;
}
html body header .logo-container .region-header .search-block-form .form-control:-ms-input-placeholder {
  color: #fff;
}
html body header .logo-container .region-header .search-block-form .form-control::-ms-input-placeholder {
  color: #fff;
}
html body header .logo-container .region-header #block-socialmediaheader {
  float: right;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header #block-socialmediaheader {
    display: none;
  }
}
html body header .logo-container .region-header #block-socialmediaheader .field--name-body {
  display: inline-flex;
  float: right;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header #block-socialmediaheader .field--name-body {
    float: none;
  }
}
html body header .logo-container .region-header #block-socialmediaheader .field--name-body .field--type-image {
  margin-left: 7px;
  margin-right: 7px;
}
html body .main-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 20px auto;
}
html body .main-container .row {
  display: flex;
  flex-wrap: wrap;
  /*a {
          border-bottom: 1px dotted;

          &:hover {
            border-bottom: none;
            text-decoration: none;
          }
        }*/
}
@media screen and (max-width: 991px) {
  html body .main-container .row section {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content-top ol.breadcrumb li a {
  border-bottom: none;
}
html body .main-container .row section .region-content {
  margin-bottom: 20px;
}
html body .main-container .row section .region-content .content {
  /** Basic page book navigation **/
  /***** Captions *****/
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content {
    display: flex;
    flex-wrap: wrap;
  }
}
html body .main-container .row section .region-content .content nav > ul.book-nav {
  list-style-type: none;
  display: inline-flex;
  padding-left: 0;
}
html body .main-container .row section .region-content .content nav > ul.book-nav li:nth-of-type(2) {
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  html body .main-container .row section .region-content .content nav > ul.book-nav {
    display: block;
  }
  html body .main-container .row section .region-content .content nav > ul.book-nav li:nth-of-type(2) {
    margin: 0;
  }
}
html body .main-container .row section .region-content .content figcaption {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.2;
  padding-top: 5px;
}
html body .main-container .row section .region-content .content .align-left {
  margin-right: 10px;
}
html body .main-container .row section .region-content .content .align-center {
  width: 100%;
  margin: auto;
}
html body .main-container .row section .region-content .content .align-center .field--name-field-media-image {
  float: none;
  margin: 0;
}
html body .main-container .row section .region-content .content .align-center .field--name-field-media-image .field--item > img {
  margin-left: auto;
  margin-right: auto;
}
html body .main-container .row section .region-content .content .align-right {
  margin-left: 10px;
}
html body .main-container .row section .region-content .content [data-entity-embed-display-settings="max_220x220"] + figcaption {
  max-width: 220px;
}
html body .main-container .row section .region-content .content [data-entity-embed-display-settings="max_325x325"] + figcaption {
  max-width: 325px;
}
html body .main-container .row section .region-content .content [data-entity-embed-display-settings="max_650x650"] + figcaption {
  max-width: 650px;
}
html body .main-container .row section .region-content .content [data-entity-embed-display-settings="max_1300x1300"] + figcaption {
  max-width: 1300px;
}
html body .main-container .row section .region-content .content [data-entity-embed-display-settings="ie_full_size"] + figcaption {
  max-width: 915px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content aside {
    order: 2;
    float: none;
    clear: both;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section {
  width: 30%;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section {
    order: 2;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
    margin: 0;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout {
  background: #f8fbfc;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout .field--name-field-body {
  margin-bottom: 5px;
  padding: 0 10px 10px 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
  font-size: 1.3em;
  color: #fff;
  background: #2d6c80;
  padding: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout ul li {
  line-height: 2.7rem;
  padding-bottom: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout .block-field-blockparagraphcalloutfield-body {
  padding-left: 15px;
  padding-right: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
  width: 30%;
  float: right;
  clear: right;
  margin-left: 10px;
  background: #f8fbfc;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
    width: 100%;
    float: none;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
  font-size: 1.3em;
  background: #2d6c80;
  padding: 10px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label {
  padding-left: 15px;
  display: inline;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label:after {
  content: ": ";
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--item {
  display: inline;
}
html body .main-container .row section .region-content .content .field--name-body h2 {
  color: #226377;
  border-bottom: 2px solid #337D94;
  background: #e7f0f06b;
  margin-top: 26px;
  padding: 5px 0 5px 5px;
  font-weight: 400;
  display: flex;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-body {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .frameContainer {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
html body .main-container .row section .region-content .content .frameContainer div {
  width: 100%;
  position: relative;
  overflow: hidden;
}
html body .main-container .row section .region-content .content .fc16x9 div {
  padding-top: 56.25%;
}
html body .main-container .row section .region-content .content .fc8x5 div {
  padding-top: 62.5%;
}
html body .main-container .row section .region-content .content .fc3x2 div {
  padding-top: 66.66%;
}
html body .main-container .row section .region-content .content .fc4x3 div {
  padding-top: 75%;
}
html body .main-container .row section .region-content .content .fc1x1 div {
  padding-top: 100%;
}
html body .main-container .row section .region-content .content .frameContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
html body .main-container .row section .region-content form h3 {
  color: #3c3c3c;
}
html body .main-container .row section .region-content form .help-block {
  color: #000;
}
html body .main-container .row section .region-content form .align-center {
  width: 100%;
  margin: auto;
}
html body .main-container .row section .region-content form .align-center .field--name-field-media-image {
  float: none;
  margin: 0;
}
html body .main-container .row section .region-content form .align-center .field--name-field-media-image .field--item > img {
  margin-left: auto;
  margin-right: auto;
}
html body .wrapper-content-bottom {
  background: #b8d2da;
  margin-top: 20px;
}
html body .wrapper-content-bottom .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .wrapper-content-bottom .container #block-footer1,
html body .wrapper-content-bottom .container #block-footer2,
html body .wrapper-content-bottom .container #block-footer3 {
  background: #2d748a;
  background: -moz-linear-gradient(left, #2d748a 0%, #275c6d 100%);
  background: -webkit-linear-gradient(left, #2d748a 0%, #275c6d 100%);
  background: linear-gradient(to right, #2d748a 0%, #275c6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d748a', endColorstr='#275c6d', GradientType=1);
}
html body .wrapper-content-bottom .container #block-footer1:hover,
html body .wrapper-content-bottom .container #block-footer2:hover,
html body .wrapper-content-bottom .container #block-footer3:hover {
  background: #337d94;
}
html body .wrapper-content-bottom .container .contextual-region .contextual ul li a {
  color: #333;
}
html body .wrapper-content-bottom .container .block {
  text-align: center;
}
html body .wrapper-content-bottom .container .block .field--name-body {
  padding: 30px 20px;
}
html body .wrapper-content-bottom .container .block .field--name-body img {
  margin: auto;
}
html body .wrapper-content-bottom .container .block .field--name-body a {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  text-decoration: none;
}
html body .wrapper-content-bottom .container .block .field--name-body a:hover {
  color: #fbf9b0;
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  html body .wrapper-content-bottom .container .block {
    margin-bottom: 20px;
  }
  html body .wrapper-content-bottom .container .block:last-of-type {
    margin-bottom: 0px;
  }
}
html body .footer {
  background: #173640;
  padding: 30px 0;
  margin-top: 20px;
}
html body .footer .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .footer .container #block-copyright {
  border-right: none;
}
html body .footer .container #block-copyright .field--name-body {
  /*ul {
              list-style: none;
              text-align: center;
              padding-left: 0;

              li {
                text-align: center;
                display: inline;
                color: #fff;
                border-right: 1px solid #fff;
                padding-bottom: 0;
                padding-right: 7px;
                margin-right: 4px;
                font-size: 1.7rem;

                &:last-of-type {
                  border-right: none;
                }

                a {
                  color: #fbf9b0;

                  &:hover {
                    color: #fff;
                    border-bottom: none;
                  }
                }
              }
            }*/
}
html body .footer .container #block-copyright .field--name-body p {
  color: #fff;
  padding-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
}
html body .footer .container #block-copyright .field--name-body p a {
  color: #fbf9b0;
}
html body .footer .container #block-copyright .field--name-body p a:hover {
  color: #fff;
  border-bottom: none;
}
html body .footer .container #block-socialmediafooter {
  text-align: center;
  margin-top: 15px;
}
html body .footer .container #block-socialmediafooter .field--name-body {
  display: inline-flex;
}
html body .footer .container #block-socialmediafooter .field--name-body .field--type-image {
  margin-left: 7px;
  margin-right: 7px;
}
html body.page-node-type-admin_policy .field--name-field-policy-body {
  margin-top: 10px;
}
html body.path-frontpage {
  /* Then style the iframe to fit in the container div with full height and width */
}
html body.path-frontpage section .page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
html body.path-frontpage .wrapper-content-top {
  margin-top: 30px;
}
html body.path-frontpage .wrapper-content-top .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body.path-frontpage .wrapper-content-top .container #block-homepageblock1 .field--name-body .row .col-first,
html body.path-frontpage .wrapper-content-top .container #block-homepageblock1 .field--name-body .row .col-second {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  html body.path-frontpage .wrapper-content-top .container #block-homepageblock1 .field--name-body .row {
    margin-left: 0;
    margin-right: 0;
  }
}
html body.path-frontpage .wrapper-content-middle {
  background: #747674;
  text-align: center;
  padding: 18px 0;
}
html body.path-frontpage .wrapper-content-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body.path-frontpage .wrapper-content-middle .container h2 {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 400;
  margin: 0;
}
html body.path-frontpage .wrapper-content-middle-second .field--name-body ul,
html body.path-frontpage .wrapper-content-middle-third .field--name-body ul {
  padding-left: 0;
}
html body.path-frontpage .wrapper-content-middle-second .field--name-body ul li,
html body.path-frontpage .wrapper-content-middle-third .field--name-body ul li {
  padding-bottom: 8px;
  list-style: none;
}
html body.path-frontpage .wrapper-content-middle-second .field--name-body ul li:before,
html body.path-frontpage .wrapper-content-middle-third .field--name-body ul li:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  color: #2d6c80;
  margin-right: 8px;
}
html body.path-frontpage .wrapper-content-middle-second {
  background: #eaeaea;
}
html body.path-frontpage .wrapper-content-middle-second .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body.path-frontpage .wrapper-content-middle-second .container .field--name-body {
  padding: 40px 0;
}
html body.path-frontpage .wrapper-content-middle-second .container #block-aboutimage1,
html body.path-frontpage .wrapper-content-middle-second .container #block-aboutimage2 {
  background: #d4d5d4;
}
html body.path-frontpage .wrapper-content-middle-second .container #block-aboutimage1 img,
html body.path-frontpage .wrapper-content-middle-second .container #block-aboutimage2 img {
  margin: auto;
}
html body.path-frontpage .wrapper-content-middle-second .container #block-aboutlinklist ul {
  padding: 0 25%;
}
@media screen and (max-width: 800px) {
  html body.path-frontpage .wrapper-content-middle-second .container #block-aboutlinklist ul {
    padding: 0;
    margin-left: 15px;
  }
}
html body.path-frontpage .wrapper-content-middle-third {
  margin-top: 20px;
}
html body.path-frontpage .wrapper-content-middle-third .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body.path-frontpage .wrapper-content-middle-third .container .block {
  margin-top: 20px;
  margin-bottom: 20px;
}
html body.path-frontpage .wrapper-content-middle-third .container #block-map {
  text-align: center;
}
html body.path-frontpage .wrapper-content-middle-third .container #block-map iframe {
  border: 2px solid #747674;
  width: 100%;
}
@media screen and (max-width: 425px) {
  html body.path-frontpage .wrapper-content-middle-third .container #block-map iframe {
    max-width: 100%;
  }
}
html body.path-frontpage .wrapper-content-middle-third .container #block-map p {
  color: #747674;
}
html body.path-frontpage .wrapper-content-middle-third .container h2 {
  margin-top: 0;
  color: #747674;
  font-weight: 400;
}
html body.path-frontpage .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
html body.path-frontpage .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
