/*  C O M M O N   L O O K   A N D   F E E L   2 0 1 6  */
/*  Developed by the GIC (Matt Campbell Julianne Solum)  */
/*  Copyright 2016 State of Delaware  */
/* ############################################################################################## */

/*  G E N E R A L   S T Y L E S  */

html {
  /* Relative position required for #footer toggle to work and position properly. */
  position: relative;
  min-height: 100%;
  /* Fix in-page/anchor links: properly bring anchored link into view with scroll padding offset.  */
  scroll-padding-top: 80px;
}

body {
  /* RESOLVE FOOTER OVERLAPPING CONTENT *
 * Force footer to bottom.
 * Requires HTML markup structure (in all php template files):
 *  <header>
 *  <main>
 *  <footer>
 */
  margin: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;

  font-family: "Open Sans", sans-serif;
  /* Reset font-size to 16px to override bootstrap value of 10px,14px. */
  font-size: 16px;
  line-height: 1.5;
}

p,
ul,
ol {
  line-height: 1.78125;
  margin-bottom: 2.375em;
}

#main_content {
  padding-bottom: 2em;
  /*font-size increased to 19px*/
  /* font-size: 1.1875em; */
  /*line-height is 1.5x font size*/
  line-height: 1.78125;
}

.wave_text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container-nav {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 875px) {
  .container-nav {
    width: 875px;
  }
}

@media (min-width: 1100px) {
  .container-nav {
    width: 1100px;
  }
}

@media (min-width: 1300px) {
  .container-nav {
    width: 1300px;
  }
}

/* Mime Types */
a[href$=".pdf"].icon::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f1c1";
}

a[href$=".pdf"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

a[href$=".doc"]::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f1c2";
}

a[href$=".doc"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

a[href$=".docx"]::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f1c2";
}

a[href$=".docx"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

a[href$=".xls"]::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f1c3";
}

a[href$=".xls"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

a[href$=".ppt"]::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f1c4";
}

a[href$=".ppt"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

a[href^="mailto:"]::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f0e0";
}

a[href^="mailto:"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

a[href$=".zip"]::after {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f1c6";
}

a[href$=".zip"] .svg-inline--fa {
  margin-left: 0.25em;
  color: inherit;
  font-weight: 400;
}

/* END MIME TYPES */
/* ############################################################################################## */

/*  F O N T S,   S E C T I O N S   A N D   H E A D I N G S  */
h1,
h2,
h5,
h6 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

h3,
h4,
h5,
h6 {
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}

#main_content h1 {
  color: #333;
  font-size: 52px;
}

#main_content h1:first-of-type {
  margin-top: 0;
}

#main_content h2 {
  color: #444;
  font-size: 42px;
}

#main_content h3 {
  color: #444;
  font-size: 38px;
}

#main_content h4 {
  color: #585858;
  font-size: 32px;
}

#main_content h5 {
  color: #585858;
  font-size: 28px;
}

#main_content h6 {
  color: #585858;
  font-size: 22px;
  padding-bottom: 10px;
}

#main_content a,
#main_content a:link,
#main_content a:active,
#main_content a:visited {
  color: #333;
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 1px;
}

#main_content a:hover {
  color: #333;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

#main_content section {
  margin: 2em 0;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  list-style: none outside none !important;
  margin-bottom: 1.75em;
  margin-top: 2em;
  padding: 8px 15px;
}

.breadcrumb a,
.breadcrumb a:visited {
  color: #245194;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration-thickness: 3px;
}

.breadcrumb li,
.breadcrumb>li+li::before {
  color: #333;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border: 1px solid #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

hr.blue {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border: 1px solid #90c1da;
  margin-bottom: 20px;
  margin-top: 20px;
}

hr.white {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}

hr.light {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border: 1px solid #d3e6f0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.small {
  font-size: 12.5px;
}

.img_left {
  float: left;
  margin-right: 10px;
}

.img_right {
  margin-left: 10px;
}

.border_blue {
  border: 1px solid #90c1da;
}

/* ############################################################################################## */

/*  E M E R G E N C Y   N O T I F I C A T I O N   S Y S T E M  */

#ens {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 15px;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

#ens .fa-times {
  color: #a94442 !important;
  vertical-align: middle;
}

#ens .fa-times:hover {
  cursor: pointer;
}

#ens a {
  color: #245194;
  text-decoration: 1px underline;
}

#ens .close {
  opacity: 1;
}

#ens .ens-message,
#ens .ens-link {
  font-weight: bold;
}

#ens .ens-link {
  white-space: break-spaces;
}

#ens .ens-link:hover,
#ens .ens-link:focus {
  text-decoration-thickness: 3px;
}

/* ############################################################################################## */

/*  F I X E D   N A V I G A T I O N   B A R  */

.navbar-fixed-top {
  position: sticky;
}

.masthead-nav>li {
  display: inline-block;
  margin-top: -2px;
}

.masthead-nav-mobile {
  padding: 10px 0;
}

.masthead-nav-mobile>li {
  border-right: 1px solid #fff;
  line-height: 1px;
}

.masthead-nav-mobile>li:last-child {
  border-right: none;
}

.masthead-nav>li>a {
  padding: 10px 14spx 10px 12px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  border-bottom: 2px solid transparent;
}

.masthead-nav>li:first-child>a {
  padding-left: 0;
}

.masthead-nav>li:last-child>a {
  padding-right: 0;
}

.masthead-nav>li>a:hover,
.masthead-nav>li>a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.masthead-nav>.active>a,
.masthead-nav>.active>a:hover,
.masthead-nav>.active>a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0px;
    height: auto;
  }

  .navbar-default {
    background-color: #245194;
    border-top: 10px solid #245194;
    border-bottom: 1px solid #245194;
  }

  #navbar_delaware {
    position: absolute;
    margin: 13px 0 0 4px;
  }

  .delaware_d_logo {
    margin-left: 0px;
  }

  .delaware_text {
    margin-top: 5px;
    margin-left: 0px;
  }

  .navbar-header {
    padding-right: 0px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 0px;
  }

  .navbar-default {
    background-color: #245194;
    border-top: 10px solid #245194;
    border-bottom: 1px solid #245194;
  }

  #navbar_delaware {
    position: absolute;
    margin: 13px 0 0 4px;
  }

  .navbar-header {
    padding-right: 15px;
  }

  .masthead-nav-mobile {
    display: none;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-default {
    background-color: #245194;
    border-top: 10px solid #245194;
    border-bottom: 1px solid #245194;
  }

  #navbar_delaware {
    position: absolute;
    margin: 13px 0 0 4px;
  }

  .navbar-header {
    padding-right: 40px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-default {
    background-color: #245194;
    border-top: 10px solid #245194;
    border-bottom: 1px solid #245194;
  }

  #navbar_delaware {
    position: absolute;
    margin: 13px 0 0 4px;
  }

  .navbar-header {
    padding-right: 40px;
  }
}

/* ############################################################################################## */

/*  S O C I A L   M E D I A   B U T T O N S  */

.social {
  max-width: 500px;
  display: block;
}

.social_facebook {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: inline-block;
}

.social_facebook img {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.social_facebook img.top:hover {
  opacity: 0;
  height: 50px;
  width: 50px;
}

.social_twitter {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: inline-block;
}

.social_twitter img {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.social_twitter img.top:hover {
  opacity: 0;
  height: 50px;
  width: 50px;
}

.social_flickr {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: inline-block;
}

.social_flickr img {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.social_flickr img.top:hover {
  opacity: 0;
  height: 50px;
  width: 50px;
}

.social_youtube {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: inline-block;
}

.social_youtube img {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.social_youtube img.top:hover {
  opacity: 0;
  height: 50px;
  width: 50px;
}

.social_rss {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: inline-block;
}

.social_rss img {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.social_rss img.top:hover {
  opacity: 0;
  height: 50px;
  width: 50px;
}

/* ############################################################################################## */

/*  M A I N   F O O T E R  S E C T I O N  */

#footer {
  background-color: #2d3032;
  border-top: 10px solid #245194;
  border-bottom: 10px solid #245194;
  font-size: 15px;
  line-height: 1.5em;
  display: none;
  clear: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5000;
  color: #fff;
}

#footer h3 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#footer li {
  margin-bottom: 1em;
  list-style-type: none;
}

#footer hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border: 1px solid #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer_logo {
  float: left;
  margin-right: 5px;
  border: 0px;
  width: 50px;
  height: 50px;
}

.toggle-footer-btn {
  background-color: #245194;
  border: #000 0;
  display: block;
  font: normal normal 25px/40px Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  margin-top: -6px;
  margin-right: 20px;
  text-align: center;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;

  /* Negative indent footer by its height */
  margin: 0 auto -60px;

  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

#footer a,
#footer a:link,
#footer a:visited {
  text-decoration: 1px underline;
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer a:active {
  text-decoration: 3px solid;
}

#footer a:hover {
  text-decoration: 3px underline;
  color: #b7bbbe;
}

#footer li a:focus-within,
#footer li a:focus-visible,
#footer li a:focus {
  outline: none;
  text-decoration: 4px underline;
}

.decreaseFont,
.resetFont,
.increaseFont {
  color: #333 !important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#wrap>.container {
  padding: 60px 15px 0;
}

.container .credit {
  margin: 20px 0;
}

#footer>.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* ############################################################################################## */

/*  S E A R C H   B U T T O N   A N D   I N P U T   */

#sb-search {
  display: none;
  /* margin-top: -56px; */
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 874px) {
  .sb-search {
    margin-top: -56px;
    margin-right: 15px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 875px) {
  .sb-search {
    margin-top: 75px;
    margin-right: 0px;
  }
}

.sb-search {
  position: relative;
  width: 0%;
  min-width: 46px;
  height: 45px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 300000;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 45px;
  margin: 0;
  z-index: 10;
  padding: 0px 65px 0px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #000000;
}

.sb-search-input::-webkit-input-placeholder {
  color: #000000;
  padding-top: 5px;
}

.sb-search-input:-moz-placeholder {
  color: #000000;
}

.sb-search-input::-moz-placeholder {
  color: #000000;
}

.sb-search-input:-ms-input-placeholder {
  color: #000000;
}

.sb-icon-search,
.sb-search-submit {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #245194;
  z-index: 90;
  font-size: 30px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #fff;
  color: #245194;
  z-index: 5000;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/*  S E A R C H   M A I N   */

/* Xtra-Small Portrait devices */
.sb-search-main {
  position: relative;
  width: 0%;
  min-width: 45px;
  height: 45px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  margin-top: -45px;
  margin-right: 0px;
}

/* Small devices (tablets and up) */
@media (min-width: 768px) {
  .sb-search-main {
    margin-top: -53px;
    margin-right: 48px;
  }
}

.sb-search-main label {
  color: #fff;
}

.sb-search-main-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #245194;
  width: 100%;
  height: 45px;
  margin: 0;
  z-index: 10;
  font-family: inherit;
  font-size: 20px;
  color: #ffffff;
  padding: 20px 65px 20px 0;
}

@media (min-width: 768px) {
  .sb-search-main-input {
    padding: 20px 65px 20px 50px;
  }
}

.sb-search-main-input::-webkit-input-placeholder {
  color: #ffffff;
}

.sb-search-main-input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.sb-search-main-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.sb-search-main-input:-ms-input-placeholder {
  color: #ffffff;
}

.sb-search-main-input::placeholder {
  color: #ffffff;
}

.sb-icon-main-search .svg-inline--fa {
  vertical-align: 0;
}

.sb-icon-main-search,
.sb-search-main-submit {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.sb-search-main-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-main-search {
  background: none;
  border: none;
  color: #fff;
  z-index: 90;
  font-size: 30px;
  text-transform: none;
}

.sb-icon-main-search:focus {
  outline: 5px auto;
  outline-offset: -5px;
}

/* Open state */
.sb-search-main.sb-search-open,
.no-js .sb-search-main {
  width: 100%;
}

.sb-search-main.sb-search-open .sb-icon-main-search,
.no-js .sb-search-main .sb-icon-main-search {
  background: #245194;
  z-index: 5000;
}

.sb-search-main.sb-search-open .sb-search-main-submit,
.no-js .sb-search-main .sb-search-main-submit {
  z-index: 90;
}

/* Change the Chrome input autofill color ;) */
#sb-search-main input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #245194 inset;
  color: #ffffff !important;
}

#sb-search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -9999;
  color: #fff;
}

a.skip-main:focus,
a.skip-main:active {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  left: auto;
  top: -7px;
  overflow: auto;
  margin: 10px 30%;
  z-index: 9999;
}

/* ############################################################################################## */

/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF for GIC 2017  */
/*  Developed by the GIC (Matt Campbell, Ben Kaminski & Julianne Solum)  */
/* ############################################################################################## */

/*  G E N E R A L   S T Y L E S  */


/* For Name Anchors to offset the fixed header functionality */
.anchors {
  margin-top: -100px;
  /* Size of fixed header */
  padding-bottom: 100px;
  display: block;
}

.float-left {
  float: left;
  margin-right: 10px;
}

.indent {
  padding-left: 25px;
}

.nodot-ul {
  list-style-type: none;
}

.border-none {
  border: none;
}

.dataContainer {
  border: 2px solid #c2c2c2;
  border-radius: 15px;
}

.agency_map {
  border: 0px;
  width: 710px;
  height: 600px;
  margin: 0px;
}


/* ############################################################################################## */

/*  A G E N C Y   T O P   N A V   B A R   */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenuTop {
  width: auto;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  background: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3000;
}

#cssmenuTop.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  height: 60px;
}



@media (max-width: 874px) {
  #cssmenu {
    width: auto;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    background: #ffffff;
    z-index: 3000;
  }
}

@media (min-width: 875px) {
  #cssmenu {
    width: 750px;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    background: #ffffff;
    z-index: 3000;
  }
}

@media (min-width: 1100px) {
  #cssmenu {
    width: 970px;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    background: #ffffff;
    z-index: 3000;
  }
}

@media (min-width: 1300px) {
  #cssmenu {
    width: 1170px;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    background: #ffffff;
    z-index: 3000;
  }
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

.logo_fade {
  position: absolute;
  margin-left: -50px;
  margin-top: 50px;
  opacity: 0;
}

@media (max-width: 874px) {
  .delaware_fade {
    position: absolute;
    opacity: 0;
    margin-left: 70px;
    margin-top: -45px;
  }
}

@media (min-width: 875px) {
  .delaware_fade {
    margin-top: -100px;
    display: none;
  }
}

@media (max-width: 874px) {
  .menu_text {
    position: absolute;
    margin-left: 70px;
    margin-top: -52px;
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    color: #324a94;
  }
}

@media (min-width: 875px) {
  .menu_text {
    position: absolute;
    margin-left: 70px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: 700;
    color: #324a94;
  }
}

@media (min-width: 1100px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: 700;
    color: #324a94;
  }
}

@media (min-width: 1300px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: 700;
    color: #324a94;
  }
}

@media (max-width: 874px) {
  .nav_logo {
    width: 35px;
    height: 35px;
    margin-top: -8px;
    display: none;
  }
}

@media (min-width: 875px) {
  .nav_logo {
    width: 35px;
    height: 35px;
    margin-top: -8px;
    display: inherit;
  }
}

@media (min-width: 1100px) {
  .nav_logo {
    width: 35px;
    height: 35px;
    margin-top: -8px;
    display: inherit;
  }
}

@media (min-width: 1300px) {
  .nav_logo {
    width: 35px;
    height: 35px;
    margin-top: -8px;
    display: inherit;
  }
}

@media (max-width: 874px) {
  .nav_home {
    display: inherit;
  }
}

@media (min-width: 875px) {
  .nav_home {
    display: none;
  }
}

@media (min-width: 1100px) {
  .nav_home {
    display: none;
  }
}

@media (min-width: 1300px) {
  .nav_home {
    display: none;
  }
}

#menu-main-navigation {
  z-index: 999;
}

.affix #menu-main-navigation {
  position: absolute;
  margin-top: 100px;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #324a94;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
  float: left;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  padding: 20px 20px 13px 20px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  color: #324a94;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
  border-color: #7795be;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  border-top: 5px solid #fff;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  padding-top: 6px;
  background: #324a94;
}

#cssmenu ul ul li:last-child {
  padding-bottom: 10px;
}

#cssmenu ul li:hover>ul>li {
  height: 100%;
}

#cssmenu ul ul li a {
  padding: 10px 18px;
  width: 175px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  background: #324a94;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

/* Force sub-menu visibility on top-level menu item keyboard focus */
.dropdown-toggle:focus {
  outline: 5px auto;
}

#cssmenu li:focus-within>ul {
  left: auto;
}

#cssmenu ul li:focus-within>ul>li {
  height: 100%;
}

@media all and (max-width: 874px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    background: #fff;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }

  #cssmenu>ul>li>a {
    padding: 20px 20px 20px 20px;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 15px;
    color: #000000;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
  }

  #cssmenu>ul>li.has-sub>a::after,
  #cssmenu ul ul li.has-sub>a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    background: #ffffff;
    display: block;
    padding: 20px;
    color: #324a94;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    width: 60px;
  }

  #nav-icon-hamburger {
    width: 30px;
    height: 25px;
    margin-top: -20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #324a94;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon-hamburger span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon-hamburger span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon-hamburger span:nth-child(1),
  #nav-icon-hamburger span:nth-child(2) {
    top: 0px;
  }

  #nav-icon-hamburger span:nth-child(3),
  #nav-icon-hamburger span:nth-child(4) {
    top: 10px;
  }

  #nav-icon-hamburger span:nth-child(5),
  #nav-icon-hamburger span:nth-child(6) {
    top: 20px;
  }

  #nav-icon-hamburger.menu-opened span:nth-child(1),
  #nav-icon-hamburger.menu-opened span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon-hamburger.menu-opened span:nth-child(2),
  #nav-icon-hamburger.menu-opened span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon-hamburger.menu-opened span:nth-child(1) {
    left: 5px;
    top: 7px;
  }

  #nav-icon-hamburger.menu-opened span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }

  #nav-icon-hamburger.menu-opened span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #nav-icon-hamburger.menu-opened span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon-hamburger.menu-opened span:nth-child(5) {
    left: 5px;
    top: 12px;
  }

  #nav-icon-hamburger.menu-opened span:nth-child(6) {
    left: calc(50% - 5px);
    top: 12px;
  }

  /* OPERA ONLY */
  x:-o-prefocus,
  #nav-icon-hamburger.menu-opened span:nth-child(1) {
    left: 3px;
    top: 2px;
  }

  x:-o-prefocus,
  #nav-icon-hamburger.menu-opened span:nth-child(2) {
    left: calc(50% - 4px);
    top: 2px;
  }

  x:-o-prefocus,
  #nav-icon-hamburger.menu-opened span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  x:-o-prefocus,
  #nav-icon-hamburger.menu-opened span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  x:-o-prefocus,
  #nav-icon-hamburger.menu-opened span:nth-child(5) {
    left: 3px;
    top: 13px;
  }

  x:-o-prefocus,
  #nav-icon-hamburger.menu-opened span:nth-child(6) {
    left: calc(50% - 4px);
    top: 13px;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    /* border-left: 1px solid rgba(120, 120, 120, 0.15); */
    background-color: #ffffff;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    border-right: 0px;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    border-bottom: 1px solid rgba(120, 120, 120, 0.15);
    height: 55px;
    width: 55px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    height: 60px;
  }

  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
    opacity: 1;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
    opacity: 1;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #cssmenu .submenu-button.submenu-opened:after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* ######################################################### */

/* AGENCY FOOTER STYLES */

#agencyFooter {
  color: #fff;
  background-color: #696969;
  font-size: 1em;
  line-height: 1.5;
  /* WCAG success criteria: 1.5x font size */
  border-bottom: 10px solid #245194;
  padding: 2em 0;
}

#agencyFooter li {
  line-height: 1.5;
  /* WCAG success criteria: 1.5x font size */
  margin-bottom: 1.5em;
  /* WCAG success criteria: 2x font size */
  list-style-type: none;
}

#agencyFooter a,
#agencyFooter a:link,
#agencyFooter a:active,
#agencyFooter a:visited {
  color: #fff;
  text-decoration: 1px underline;
}

#agencyFooter a:hover {
  color: #eaeaea;
  text-decoration: 3px underline;
}

#agencyFooter li a:focus-within,
#agencyFooter li a:focus-visible,
#agencyFooter li a:focus {
  outline: none;
  text-decoration: 4px underline;
}

.agencyFooter_logo {
  margin-top: 20px;
  width: 60px;
  height: 60px;
  border: none;
  text-align: center;
}

/* ######################################################### */

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

  /* ============================= ELEMENTS ============================= */

  /* ============================= ID's ============================= */

  /* ============================= Classes ============================= */

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

  /* ============================= ELEMENTS ============================= */

  /* ============================= ID's ============================= */

  /* ============================= Classes ============================= */

  /* Large Devices, Wide Screens */
  @media only screen and (min-width: 1200px) {

    /* ============================= ELEMENTS ============================= */

    /* ============================= ID's ============================= */

    /* ============================= Classes ============================= */

  }

  /* ============================= CUSTOM MEDIA QUERIES ============================= */


  /* ============================= END CUSTOM MEDIA QUERIES ============================= */

}

/* Bootstrap overrides for accessibility. */
/* Override font weight & line-height */
.jumbotron p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1em;
}

/* Override color contrast */
.label-success {
  background-color: #477c41;
}

/*** Feedback button and form ***/
#feedback-button-area {
  position: relative;
  z-index: 7;
  padding: 48px;
  height: auto;
  margin-bottom: -20px;
}

#feedback {
  position: relative;
  z-index: 7;
  padding: 40px;
  height: auto;
  border-top: 10px solid #245194;
  margin-top: 0;
}

#feedback h2 {
  font-weight: 400;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
}

.btn-de-feedback {
  text-align: center;
  font-size: 1.875rem;
  color: #fff !important;
  background-color: #245194;
  background-image: none;
  border-color: #245194;
  border-radius: 0;
  width: 300px;
  padding: 30px;
  cursor: pointer;
}

.btn-de-feedback:hover {
  text-align: center;
  font-size: 1.875rem;
  color: #fff !important;
  background-color: #245194;
  background-image: none;
  border-color: #245194;
  border-radius: 0;
  width: 300px;
  padding: 30px;
  cursor: pointer;
}