html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, nav, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, nav, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  line-height: 1.5;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.floatleft {
  float: left !important;
}

.floatright {
  float: right !important;
}

.alignleft {
  text-align: left !important;
}

.aligncenter {
  text-align: center !important;
}

.alignright {
  text-align: right !important;
}

.clearboth {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.split {
  width: 50%;
}

.bold {
  font-weight: bold;
}

header, nav, footer, #home, .full, .fwrap {
  width: 100%;
  margin: 0 auto;
}

#wrap {
  padding: 0 10px 40px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (min-width: 60.625em) {
  #wrap {
    width: 80.83333em;
  }
}

header {
  overflow: hidden;
}
@media all and (min-width: 45em) {
  header {
    height: 75px;
  }
}
header #logo {
  overflow: hidden;
  float: left;
  margin-top: 10px;
}
header #logo a {
  display: block;
  width: 315px;
  height: 20px;
  padding-top: 15px;
  background: transparent url("../images/icons.png") -270px -135px no-repeat;
  text-align: right;
  font-size: 1em;
  color: #000;
}
@media all and (min-width: 45em) {
  header #logo a {
    margin-top: 25px;
  }
}
header #search {
  display: none;
  height: 35px;
  padding-top: 10px;
  clear: both;
}
header #search ul {
  list-style: none;
  font-size: 1em;
}
header #search li {
  display: inline;
  margin: 2px;
  float: left;
  padding-left: 10px;
}
header #search li a {
  position: relative;
  text-decoration: none;
  color: #2d5e9c;
}
header #search form {
  position: relative;
}
header #search form label {
  display: none;
}
header #search form input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  font-size: 1em;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: #fff;
  color: #979797;
}
header #search form input:focus {
  outline: none;
}
@media all and (min-width: 45em) {
  header #search form input {
    margin-top: 15px;
  }
}
header #search input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 28px;
  height: 28px;
  padding: 8px;
  border: none;
  display: block;
  text-indent: 300%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background: transparent url("../images/icons.png") -75px -51px no-repeat;
}
@media all and (min-width: 45em) {
  header #search {
    display: block;
    float: right;
    clear: none;
    padding-top: 0;
    margin-top: 10px;
  }
  header #search form input {
    width: 245px;
  }
}
header #mobile {
  float: right;
  margin: 10px 10px 0;
}
@media all and (min-width: 45em) {
  header #mobile {
    display: none;
  }
}
header #menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
}
header #menu-toggle span, header #menu-toggle span:before, header #menu-toggle span:after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #2D5E9C;
}
header #menu-toggle span {
  top: 15px;
}
header #menu-toggle span:before {
  top: -10px;
}
header #menu-toggle span:after {
  top: 10px;
}
header #menu-toggle span, header #menu-toggle span:before, header #menu-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
header #menu-toggle.active span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
}
header #menu-toggle.active span:before, header #menu-toggle.active span:after {
  top: 0;
}
header #menu-toggle.active span:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header #mobile.open, header #search.open {
  display: block;
}
header #contact {
  display: block;
  clear: both;
  padding-top: 5px;
  font-size: 1.25em;
  text-align: center;
}
header #contact a {
  display: block;
  border: 2px solid #2D5E9C;
  background-color: #E9F1FC;
  margin-top: 9px;
}
header #contact a:hover, header #contact a:focus {
  color: #5789C9;
  border: 2px solid #5789C9;
}
@media all and (min-width: 45em) {
  header #contact {
    display: none;
  }
}

nav ul.menu {
  display: none;
  position: relative;
  list-style: none;
}
nav ul.menu li {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
nav ul.menu li > a, nav ul.menu li > a:visited {
  display: block;
  padding: 10px;
  color: white;
  background-color: #2D5E9C;
  border-top: 1px solid #739ED4;
  border-bottom: 1px solid #4F80C0;
}
nav ul.menu li > a:hover, nav ul.menu li > a:focus, nav ul.menu li.tab > a {
  background-color: #5789C9;
}
nav ul.menu li ul.sub-menu {
  display: none;
  background: #fff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebf1fa 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebf1fa 100%);
}
nav ul.menu li ul.sub-menu li a, nav ul.menu li ul.sub-menu li a:visited {
  padding: 10px;
  padding-left: 20px;
  color: #2D5E9C;
  background-color: transparent;
  border: none;
  font-size: 11px;
}
nav ul.menu li ul.sub-menu li a:hover, nav ul.menu li ul.sub-menu li a:focus {
  background: #ebf1fa;
  color: #000;
}
nav ul.menu li span {
  display: none;
}
@media all and (max-width: 44.9375em) {
  nav ul.menu li span {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
  }
  nav ul.menu li span:hover::after, nav ul.menu li span:focus::after {
    background-color: #005ea0;
  }
  nav ul.menu li span::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 94, 160, 0.3) url(../images/icons.png) no-repeat -151px -54px;
    border-radius: 20px;
  }
  nav ul.menu li.open span {
    background-position: -188px -54px;
  }
  nav ul.menu li.open ul a:hover, nav ul.menu li.open ul a:focus, nav ul.menu li.open ul li.current_page_item a {
    background: #e4f0ff;
    color: #000;
  }
  nav ul.menu li.open ul li::after {
    content: '';
    display: none;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 12px;
    left: 5px;
    background: url(../images/icons.png) no-repeat -120px -58px;
  }
  nav ul.menu li.open ul li:hover::after, nav ul.menu li.open ul li.current_page_item::after {
    display: block;
  }
}
@media all and (min-width: 45em) {
  nav ul.menu {
    display: block;
    height: 56px;
    text-align: center;
    border-radius: 3px;
    padding-left: 0;
    white-space: nowrap;
    background: url(../images/nav-bg2.png) no-repeat center bottom;
  }
  nav ul.menu li {
    background: url(../images/dots.png) no-repeat right bottom;
    height: 56px;
    width: auto;
    display: inline-block;
    padding: 0 5px 0 1px;
  }
  nav ul.menu li > a, nav ul.menu li > a:visited {
    padding: 0 10px;
    height: 49px;
    line-height: 49px;
    margin-top: 7px;
    color: #fff;
    border: none;
  }
  nav ul.menu li > a:hover, nav ul.menu li > a:focus, nav ul.menu li.tab > a {
    margin-top: 0;
    padding-top: 7px;
    background: #2D5E9C;
    background: -webkit-linear-gradient(top, #477cbf 0%, #2D5E9C 65%);
    background: linear-gradient(to bottom, #477cbf 0%, #2D5E9C 65%);
    border-radius: 3px 3px 0 0;
    box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.2);
  }
  nav ul.menu li ul.sub-menu {
    position: absolute;
    top: 56px;
    width: 190px;
    display: none;
    padding: 5px 0;
    background: #fff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebf1fa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebf1fa 100%);
    list-style: none;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 5;
  }
  nav ul.menu li ul.sub-menu li {
    display: block;
    line-height: 1;
    height: auto;
    padding: 0;
  }
  nav ul.menu li ul.sub-menu li a, nav ul.menu li ul.sub-menu li a:visited {
    color: #2D5E9C;
    line-height: 1;
    padding: 10px;
    margin: 0;
    height: auto;
    text-align: left;
  }
  nav ul.menu li ul.sub-menu li a:hover, nav ul.menu li ul.sub-menu li a:focus {
    background: #ebf1fa;
    color: #000;
    box-shadow: none;
  }
  nav ul.menu li:last-child {
    background-image: none;
  }
}
@media all and (min-width: 60.625em) {
  nav ul.menu li {
    padding: 0 10px 0 6px;
  }
  nav ul.menu li > a, nav ul.menu li > a:visited {
    padding: 0 15px;
  }
}

.wpcf7 {
  /* Fix ffor side by side unglness*/
}
.wpcf7 .split {
  width: 100%;
}
.wpcf7 .split .wpcf7-form-control-wrap {
  padding-right: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-captchar {
  box-sizing: border-box;
  height: 20px;
  width: 100%;
}
.wpcf7 .wpcf7-textarea {
  box-sizing: border-box;
  resize: none;
  width: 100%;
  height: 98px;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
}
@media all and (min-width: 30em) {
  .wpcf7 .split {
    width: 50%;
    float: left;
  }
  .wpcf7 .split .wpcf7-form-control-wrap {
    padding-right: 20px;
  }
}

/* response */
div.wpcf7-mail-sent-ok {
  border: none !important;
  padding: 0;
  font-weight: bold;
  float: right !important;
  margin-top: -60px !important;
  font-size: 14px !important;
  color: #66a523 !important;
  width: 50px;
  padding: 10px;
  height: 20px;
  background: url("../images/check.png") no-repeat center right;
  background-size: 20px;
}

div.wpcf7-validation-errors {
  display: none !important;
}

wpcf7-mail-sent-ok {
  float: right !important;
  margin-top: -50px !important;
  font-size: 12px !important;
  color: #66a523 !important;
}

div.wpcf7-validation-errors {
  border: none !important;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 0;
  font-weight: normal;
}

.white-popup div.wpcf7-validation-errors, .white-popup div.wpcf7-mail-sent-ok {
  padding: 0.2em 1em;
}

.sidebar .contactform .wpcf7-form {
  background: #ececec;
  padding: 20px;
  border-radius: 0 0 3px 3px;
}
.sidebar .contactform .wpcf7-form p {
  padding-bottom: 10px;
}
.sidebar .contactform .wpcf7-text, .sidebar .contactform .wpcf7-textarea, .sidebar .contactform .wpcf7-captchar {
  height: 35px;
  width: 100%;
  padding: 0 15px;
  border: #adadad 1px solid;
  border-radius: 6px;
  box-shadow: none;
}
.sidebar .contactform .wpcf7-textarea {
  height: 65px;
  padding-top: 10px;
}
.sidebar .wpcf7-select {
  width: 100%;
  padding: 10px 15px;
}

#content {
  position: relative;
  overflow: hidden;
}

#content, #home {
  margin-top: 15px;
  clear: both;
}

.breadcrumbs {
  display: inline-block;
  font-size: 12px;
  margin: 0 auto 20px auto;
}
.breadcrumbs a {
  font-weight: normal;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

h4, p {
  font-size: 12px;
}

h5 {
  font-size: 12px;
  color: #2d5e9c;
}

h6 {
  font-size: 10px;
}

p {
  padding-bottom: 25px;
}

strong {
  display: inline;
}

a {
  color: #2d5e9c;
}

#content > .main {
  box-sizing: border-box;
  width: 100%;
  clear: both;
}
#content > .main p + ul {
  margin-top: -15px;
}
#content > .main table {
  display: table;
  margin: 10px auto;
  width: 100%;
  max-width: 100%;
}
#content > .main tbody {
  display: table-row-group;
}
#content > .main tr {
  display: table-row;
}
#content > .main td {
  padding: 0 4px;
  display: table-cell;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 21.8125em) {
  #content > .main td {
    word-break: break-all;
  }
}
#content > .main h1 {
  color: #000;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 26px;
}
#content > .main h2 {
  font-size: 18px;
  padding-bottom: 4px;
  border-bottom: #000 1px dotted;
  margin-bottom: 10px;
}
#literature .content.main.bottom h2 {
	clear: both;
}
#content > .main h2 a {
  text-decoration: none;
}
#content > .main a {
  text-decoration: underline;
}
#content > .main ul, #content > .main ol {
  padding: 0 20px 10px 20px;
  margin: 0 20px;
}
#content > .main ul li, #content > .main ol li {
  list-style-type: disc;
  padding: 0 0 10px 0;
  line-height: 1.6;
}
#content > .main ol li {
  list-style-type: decimal;
}
#content > .main ol li ul li {
  list-style-type: circle;
}
#content > .main .featured {
  margin-bottom: 30px;
  padding-top: 195px;
  height: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
}
#content > .main .featured .overlay {
  background: rgba(11, 40, 101, 0.88);
}
#content > .main .featured .overlay p {
  color: #fff;
  padding: 30px 20px 20px;
}
@media all and (min-width: 33.75em) {
  #content > .main .featured {
    padding-top: 0;
    height: 195px;
    background-position: top left;
  }
  #content > .main .featured .overlay {
    width: 396px;
    height: 195px;
  }
  #content > .main .featured .overlay p {
    padding: 40px 20px 0 20px;
  }
}
#content > .main .date {
  padding-bottom: 0;
}
#content > .main .download {
  padding: 0px 20px 0 26px;
  margin: 0 0;
  display: block;
  background: url(../images/icons.png) no-repeat -367px -54px;
  height: 30px;
}
#content > .main .download li {
  list-style: none;
}
#content > .main ul.dl_list {
  margin: 0;
  padding: 0;
}
#content > .main table.compare th, #content > .main table.compare td {
  padding-top: 10px;
  border-bottom: #bebebe 1px dotted;
}
#content > .main table#registrationNumbers th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding: 0 15px;
  border-bottom: #000 1px dotted;
  width: 50%;
}
#content > .main table#registrationNumbers td {
  padding: 10px 15px;
  border-bottom: #bebebe 1px dotted;
}
#content > .main table.equipment {
  width: 100%;
  margin-bottom: 20px;
}
#content > .main table.equipment tr td {
  background: #e4f0ff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #fff 1px solid;
  width: 1px !important;
}
#content > .main table.equipment tr td.alignright {
  width: 30%;
}
#content > .main table.equipment tr:nth-child(odd) td {
  background: #c1d9f7;
}
#content > .main ul.newslist {
  margin: 0;
  padding: 0;
}
#content > .main ul.newslist li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
@media all and (min-width: 45em) {
  #content > .main {
    clear: none;
    width: auto;
    margin-left: 275px;
  }
  #content > .main table {
    width: 90%;
  }
  #content > .main td {
    padding: 0 15px;
    word-wrap: normal;
  }
}

a.linkButton, .wpcf7-submit {
  display: inline-block;
  background: #2d5e9c;
  background: -webkit-linear-gradient(top, #477cbf 0%, #2d5e9c 65%);
  background: linear-gradient(to bottom, #477cbf 0%, #2d5e9c 65%);
  border-radius: 3px 3px 0 0;
  padding: 12px 7px 11px 7px;
  color: #fff;
  min-width: 105px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}

#slider {
  position: relative;
  padding-left: 375px;
  height: 215px;
  margin-bottom: 25px;
  overflow: hidden;
  background-image: url("../images/slider.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#slider #window {
  position: relative;
  background: rgba(11, 40, 101, 0.7);
  height: 100%;
}
#slider li {
  width: 100%;
  height: 215px;
  float: left;
  list-style: none;
}
#slider .slide {
  box-sizing: border-box;
  padding: 15px 15px 0;
  height: 215px;
  color: #fff;
  line-height: 1.4;
}
#slider .slide h1 {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
#slider .slide h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
}
#slider .slide h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
}
#slider .dots {
  position: absolute;
  top: 15px;
  right: 15px;
}
#slider .dots li {
  background: #fff;
  list-style: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.3;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-left: 6px;
}
#slider .dots li:hover, #slider .dots li:focus, #slider .dots li.active {
  opacity: 1;
}
#slider .dots li:active {
  background: #1a3659;
  opacity: 1;
}
@media all and (min-width: 60.625em) {
  #slider .slide {
    padding: 30px 40px 0 30px;
  }
  #slider .dots {
    top: 30px;
    right: 30px;
  }
}
@media all and (max-width: 49.9375em) {
  #slider {
    padding-left: 0;
    padding-top: 22.63157%;
    height: auto;
    background-size: contain;
  }
  #slider #window {
    background: #0b2865;
  }
  #slider #window, #slider ul, #slider ul li, #slider .slide {
    height: auto !important;
  }
  #slider .slide h2 {
    padding-right: 48px;
  }
}
@media all and (max-width: 29.9375em) {
  #slider {
    padding-top: 40%;
    background-size: 253.3333%;
  }
}

.sidebar {
  position: relative;
  margin-bottom: 15px;
}
.sidebar h2 {
  box-sizing: border-box;
  background: #2d5e9c;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border-radius: 3px 3px 0 0;
}
.sidebar h2 a {
  color: #fff;
  text-decoration: underline;
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li {
  display: block;
  position: relative;
}
.sidebar ul li span {
  position: absolute;
  display: block;
  background: rgba(0, 94, 160, 0.3) url(../images/icons.png) no-repeat -151px -54px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  top: 16px;
  right: 16px;
  cursor: pointer;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar ul li span:hover, .sidebar ul li span:focus {
  background-color: #005ea0;
}
.sidebar ul li a, .sidebar ul li a:visited {
  display: block;
  background: #5789c9;
  padding: 15px 25px;
  border-top: #739ed4 1px solid;
  border-bottom: #4f80c0 1px solid;
  color: #fff;
}
.sidebar ul li a:focus, .sidebar ul li a:hover {
  background: #2d5e9c;
}
.sidebar ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}
.sidebar ul li ul li a, .sidebar ul li ul li a:visited {
  border-radius: 0;
  border: none;
  background: #e4f0ff;
  padding: 8px 25px;
  color: #2d5e9c;
}
.sidebar ul li.open span {
  background-position: -188px -54px;
}
.sidebar ul li.open ul a:hover, .sidebar ul li.open ul a:focus, .sidebar ul li.open ul li.current_page_item a {
  background: #e4f0ff;
  color: #000;
}
.sidebar ul li.open ul li::after {
  content: '';
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  left: 10px;
  background: url(../images/icons.png) no-repeat -120px -58px;
}
.sidebar ul li.open ul li:hover::after, .sidebar ul li.open ul li.current_page_item::after {
  display: block;
}
.sidebar .supplement {
  display: none;
  text-align: center;
}
.sidebar .contactform {
  display: none;
}
.sidebar.mobile .supplement {
  display: block;
}
.sidebar.mobile .contactform {
  display: block;
}
.sidebar .contact, .sidebar .maps {
  display: inline-block;
}
.sidebar .contact a, .sidebar .maps a {
  display: block;
  margin: 0 auto;
}
.sidebar .contact a {
  width: 250px;
  height: 70px;
  margin-top: 15px;
  background-image: url(../images/contact.png);
  background-repeat: no-repeat;
}
.sidebar .maps a {
  width: 250px;
  height: 78px;
  margin-top: 10px;
  background-image: url(../images/map-all.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar li.page-item-2344, .sidebar li.page-item-2349 {
  display: none;
}
@media all and (min-width: 45em) {
  .sidebar {
    width: 250px;
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    float: left;
  }
  .sidebar .supplement {
    display: block;
  }
  .sidebar .supplement .contact, .sidebar .supplement .maps {
    display: block;
  }
  .sidebar .contactform {
    display: block;
  }
  .sidebar.mobile {
    display: none;
  }
}
.sidebar .contactform {
  margin-top: 10px;
}
.sidebar .contact h2, .sidebar .contact_popup h2 {
  background: #da914c;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border-radius: 3px 3px 0 0;
}
.sidebar .contact_popup h2 {
  margin-top: 10px;
  border-radius: 3px 3px 3px 3px;
}
.sidebar .white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}
.sidebar .white-popup h2 {
  color: #fff;
  background: #da914c;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  font-size: 20px;
}
.sidebar .white-popup .wpcf7 fieldset {
  width: 200px;
  margin: 20px;
  float: left;
}
.sidebar .white-popup .wpcf7 input, .sidebar .white-popup .wpcf7 select {
  width: 180px;
  height: 35px;
  padding: 0 15px;
  border: #adadad 1px solid;
  border-radius: 6px;
  box-shadow: none;
}
.sidebar .white-popup .wpcf7 select {
  width: 100%;
}
.sidebar .white-popup .wpcf7 select[name="technology"] {
  margin-top: -16px;
}
.sidebar .white-popup .wpcf7 textarea {
  padding: 15px;
  border: #adadad 1px solid;
  border-radius: 6px;
  box-shadow: none;
}
.sidebar .white-popup .wpcf7 input[type="submit"] {
  width: 105px;
}

#mobile-sidenav {
  box-sizing: border-box;
  display: table;
  width: 100%;
  background: #5789c9;
  padding: 10px 25px;
  border-top: #739ed4 1px solid;
  border-radius: 0 0 3px 3px;
}
#mobile-sidenav button, #mobile-sidenav .select {
  display: table-cell;
  vertical-align: middle;
}
#mobile-sidenav .select {
  padding-right: 10px;
}
#mobile-sidenav select {
  width: 100%;
}
#mobile-sidenav button {
  width: 32px;
  background: #2d5e9c;
  background: -webkit-linear-gradient(top, #477cbf 0%, #2d5e9c 65%);
  background: linear-gradient(to bottom, #477cbf 0%, #2d5e9c 65%);
  border-radius: 3px 3px 0 0;
  padding: 6px 0 5px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}
@media all and (min-width: 45em) {
  #mobile-sidenav {
    display: none;
  }
}

@media all and (max-width: 44.9375em) {
  #sidenav {
    display: none;
  }
}

#home .modules {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}
#home .module {
  width: 100%;
  height: 255px;
  margin: 0;
  background: #f3f3f3;
  border-radius: 3px;
}
#home .module h1 {
  background: #2d5e9c;
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  font-size: 1.3333em;
  font-weight: normal;
  border-radius: 3px 3px 0 0;
}
#home .module.right h1 {
  background: #5789c9;
}
#home .module ul {
  display: block;
  margin-bottom: 15px;
  list-style: none;
  font-size: 12px;
}
#home .module li {
  display: block;
  padding: 2px 5px 8px 40px;
  position: relative;
}
#home .module .icon {
  display: block;
  width: 23px;
  height: 22px;
  background-color: transparent;
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 12px;
}
#home .module #iconOne {
  background-position: -296px -17px;
}
#home .module #iconTwo {
  background-position: -260px -17px;
}
#home .module #iconThree {
  background-position: -331px -17px;
}
#home .module #iconFour {
  background-position: -366px -16px;
}
#home .module #iconFive {
  background-position: -222px -17px;
}
#home .module #iconSix {
  background-position: -188px -17px;
}
#home .module #iconSeven {
  background-position: -116px -17px;
}
#home .module #iconEight {
  background-position: -152px -17px;
}
#home .module.left, #home .module.center {
  margin-bottom: 10px;
}
#home .module.left a, #home .module.center a {
  display: block;
  font-weight: bold;
}
#home .module.left h1 a, #home .module.center h1 a {
  font-weight: normal;
}
#home .module h1,
#home .module h1 a {
  color: #fff;
}
#home .module.right {
  background: #1a3659;
}
@media all and (min-width: 45em) {
  #home .module {
    width: 49.25%;
  }
  #home .module.left {
    float: left;
  }
  #home .module.center {
    float: right;
  }
  #home .module.right {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media all and (min-width: 60.625em) {
  #home .module.left, #home .module.center {
    margin-bottom: 0;
  }
  #home .module.left {
    width: 310px;
    float: left;
  }
  #home .module.center {
    width: 310px;
    float: left;
    margin-left: 10px;
  }
  #home .module.right {
    width: 310px;
    float: right;
    clear: none;
  }
}
#home .location-map {
  background: transparent url("../images/map.png") center center no-repeat;
  height: 211px;
}
#home .bottom {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding-left: 160px;
  clear: both;
  color: #fff;
  border-radius: 3px;
  background: #2d5e9c;
  box-shadow: inset 0 3px 9px 3px rgba(0, 0, 0, 0.5);
}
#home .bottom h1 {
  width: 160px;
  height: 50px;
  padding: 0 30px 0 25px;
  line-height: 50px;
  margin: 0;
  background: #1a3659;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  border-radius: 3px 0 0 3px;
}
#home .bottom h1 a {
  color: #fff;
}
@media all and (max-width: 44.9375em) {
  #home .bottom {
    height: auto;
    padding-left: 0;
  }
  #home .bottom h1 {
    width: auto;
    position: relative;
    border-radius: 3px 3px 0 0;
  }
}
#home .simply-scroll-container {
  position: relative;
}
#home .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#home .simply-scroll-list {
  height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#home .simply-scroll-list li {
  float: left;
  display: inline;
  margin: 0;
  padding-right: 30px;
  list-style: none;
  height: 50px;
  line-height: 50px;
}
#home .simply-scroll-list a,
#home .simply-scroll-list a:visited {
  color: #fff;
  text-decoration: none;
}
#home .simply-scroll-list a:hover,
#home .simply-scroll-list a:focus {
  text-decoration: underline;
}
#home .simply-scroll-list a span {
  color: #45b2ea;
  font-weight: bold;
}

.togglelist {
  margin-top: 20px;
  background: #ebebeb;
  border: 1px #ccc solid;
  overflow: hidden;
}
.togglelist a {
  display: inline-block;
  padding: 10px 10px 5px 10px;
  text-decoration: none;
  border-bottom: 1px #ccc solid;
  margin-bottom: -1px;
}
.togglelist a.current {
  background: #fff;
  border-bottom: 1px #fff solid;
}

#content .main ul.location-list {
  margin: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
  border: 1px #ccc solid;
  border-top: none;
  overflow: hidden;
}
#content .main ul.location-list li {
  margin: 0 0 0 1%;
  padding: 10px 3% 10px 3%;
  list-style: none;
  display: block;
  text-align: left;
  width: 26%;
  float: left;
  border-bottom: #ebebeb 1px dotted;
}
#content .main ul.location-list li:nth-child(3n+1) {
  clear: left;
}

.facility-map {
  position: relative;
  width: 100%;
  height: 390px;
  margin-bottom: 20px;
}

.pw_map_canvas {
  width: 100%;
  height: 195px;
  float: right;
}

.facility-info {
  position: absolute;
  top: 195px;
  left: 0;
  width: 100%;
  height: 195px;
  padding: 40px 30px 10px 30px;
  box-sizing: border-box;
  background: #2d5e9c;
  color: #fff;
}
.facility-info a, .facility-info a:visited {
  color: #e4f0ff;
}

.facility-contacts {
  float: left;
}

.facility-iso {
  float: right;
}

@media all and (min-width: 45em) {
  .facility-map {
    height: 195px;
  }

  .pw_map_canvas {
    width: 60%;
    height: 195px;
    float: right;
  }

  .facility-info {
    position: relative;
    top: 0;
    width: 40%;
    height: 195px;
    float: left;
    padding: 40px 30px 10px 30px;
  }
}
footer {
  background: #ebebeb url("../images/footer-shadow.png") top center no-repeat;
  width: 100%;
  clear: both;
  padding-top: 20px;
}
footer li {
  display: inline;
  white-space: nowrap;
}
footer li a {
  padding: 0.2em 1em;
}
footer .fwrap {
  height: 38px;
  text-align: center;
  background: transparent url("../images/icons.png") -270px -175px no-repeat;
  width: 125px;
}
footer .fwrap section {
  height: 15px;
}
footer .left {
  text-align: center;
  padding-bottom: 15px;
}
footer .center ul {
  padding-left: 40px;
  display: inline-block;
}
footer .right {
  text-align: center;
}
footer .right ul #socialMedia {
  list-style: none;
}
footer .right li {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
footer .right .social {
  display: inline-block;
}
footer .right a.social {
  width: 30px;
  height: 32px;
  background-image: url("../images/icons.png");
}
footer .right ul #facebook {
  background-position: -3px -12px;
}
footer .right ul #twitter {
  background-position: -39px -12px;
}
footer .right ul #youtube {
  background-position: -75px -12px;
}
@media all and (max-width: 29.9375em) {
  footer .right p span {
    display: block;
  }
  footer .right p span.bl {
    display: none;
  }
}
footer a {
  color: #000;
  font-weight: bold;
}

/*	FIREFOX STYLIZE SEARCH BOX	*/
@-moz-document url-prefix() {
  header #search input {
    width: 150px;
    border-radius: 10px;
    padding: 5px;
    -moz-box-sizing: padding-box;
    -moz-padding-end: 20px;
  }

  header #search span {
    left: 210px;
  }

  header + nav ul > li > ul {
    /*	TOP NAVIGATION	*/
    top: 115px;
  }

  .full nav ul ul > li:hover {
    /* 	LEFT NAVIGATION	*/
    /*	fixes left jump on scroll over	*/
    margin: 0;
  }

  .full nav ul ul > li:hover ul {
    margin: 0;
  }

  .full nav ul ul > li:hover {
    /*	fixes arrow on scroll over	*/
    position: relative;
  }

  .full nav ul ul > li:hover:before {
    position: absolute;
    top: 5px;
    left: 10px;
    content: '\2023';
    font-size: 18px;
    color: #FFF;
    float: left;
  }

  #home .right h1 {
    margin: 0;
  }

  #content {
    /*	FOOTER FIX	*/
    min-height: 375px;
  }
}
/*	SAFARI AND CHROME STYLIZE SEARCH BOX	*/
input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* Now your own custom styles */
  position: relative;
  width: 10px;
  height: 10px;
  padding-left: 15px;
  /* Will place small red box on the right of input (positioning carries over) */
}

#recaptcha_challenge_image, #recaptcha_image {
  width: 100% !important;
}

#sidenav .page-item-2365 {
  display: none;
}


/** NEW THANK YOU POPUP MODALS **/ 
#thank-you-popup {position: relative;  width: 70%; height: 100%; margin: 0 auto; padding: 5em; text-align: center; display: block; background: #fff; border-radius: 5px; box-shadow: 0 0 8px rgba(0,0,0,.8); }
#thank-you-popup h2 {color: #305f9a; font-size: 24px; }
#thank-you-popup p {padding: 1em 0 0; /*max-width: 200px;*/ margin: 0 auto;}
#thank-you-popup .mfp-close {color: #cacbcb;}




