@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT.eot");
  src: url("../fonts/DINOT/DINOT.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT.woff2") format("woff2"), url("../fonts/DINOT/DINOT.woff") format("woff"), url("../fonts/DINOT/DINOT.ttf") format("truetype"), url("../fonts/DINOT/DINOT.svg#DIN OT") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Medium.eot");
  src: url("../fonts/DINOT/DINOT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Medium.woff") format("woff"), url("../fonts/DINOT/DINOT-Medium.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Medium.svg#DIN OT") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Bold.otf") format("opentype"), url("../fonts/DINOT/DINOT-Bold.woff") format("woff"), url("../fonts/DINOT/DINOT-Bold.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Bold.svg#DINOT-Medium") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Black.otf") format("opentype"), url("../fonts/DINOT/DINOT-Black.woff") format("woff"), url("../fonts/DINOT/DINOT-Black.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Black.svg#DINOT-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Light.otf") format("opentype"), url("../fonts/DINOT/DINOT-Light.woff") format("woff"), url("../fonts/DINOT/DINOT-Light.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Light.svg#DINOT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: #1a608b; /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }
  .top-bar {
    height: auto;
    padding: 0;
    background: #1a608b; /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "DINOT", sans-serif;
    color: white; /* menu item text color */
    font-size: 14px;
    background: #1a608b; /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #165176 !important; /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #1e6fa0 !important; /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff; /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded=true] > a {
    background: #18577e; /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded=true] > a .accordion-toggle i.fa {
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
  .map .map-filters {
    display: block;
    bottom: 20px;
  }
  .map .map-filters button {
    height: 40px;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    width: 250px;
    line-height: 40px;
  }
  .map .map-filters button svg {
    margin-right: 12px;
    max-height: 22px;
  }
  .map-behind-pass .password-form {
    max-width: 80%;
    margin-top: 95px;
    grid-template-columns: 60% 40%;
  }
  .map-behind-pass .password-form .submit {
    font-size: 18px;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }
  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 15px;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #1a608b;
    font-family: "DINOT", sans-serif;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    background: #1a608b;
    color: #e59f74;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 15px;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    background: #1a608b;
    color: #e59f74;
  }
  .top-bar .header-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: #e59f74;
    color: #1a608b;
  }
  .top-bar .submenu {
    border: none;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    background: #e59f74;
    color: #1a608b;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    background: #227eb6;
    color: white;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }
  /* Align Menu to the right
  	 .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
  	 .top-bar .header-menu { text-align: center; }
  	 .top-bar .header-menu > li{ float: none; display: inline-block; } */
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .text-section {
    background-attachment: fixed;
  }
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}