@charset "UTF-8";
#noscript,
.noscript {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f33;
  color: #f33;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.is-touch .mouse,
body.is-mouse .touch {
  display: none;
}

#header-image {
  color: #fff;
  font-style: italic;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
#header-image span {
  margin: auto;
  text-align: center;
  width: 100%;
  display: block;
}

.headerOverlay {
  width: 100%;
  height: 460px;
  background: rgba(0, 0, 128, 0.75);
  position: relative;
}

#content {
  padding: 1px 0;
  line-height: 22px;
}
#content .headerOne {
  font-size: 24px;
  color: #003770;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 20px;
  display: block;
}
#content .content a {
  text-decoration: underline;
}
#content .menu-submenu-container {
  margin-left: -40px;
}
#content #menu-submenu > li {
  padding: 7px 0;
}
#content #menu-submenu > li:after {
  content: "";
  display: block;
  border-bottom: 1px solid #D5D5D5;
  width: 220px;
  position: relative;
  left: -10px;
  top: 7px;
}
#content #menu-submenu > li:last-child:after {
  border-bottom: none;
}
#content #menu-submenu .menu-item-has-children:hover > :first-child {
  color: #003770;
}
#content #menu-submenu .menu-item-has-children:hover > :first-child:after {
  padding-left: 8px;
  content: "";
  font-family: FontAwesome;
}
#content #menu-submenu li:hover > .sub-menu {
  display: block;
}
#content #menu-submenu .sub-menu {
  display: none;
  margin-top: 0;
  padding-left: 5px;
}
#content #menu-submenu li {
  padding: 5px;
}
#content #menu-submenu .current_page_item.menu-item-has-children > a, #content #menu-submenu .current_page_ancestor > a {
  color: #008B42;
}
#content #menu-submenu .current_page_item.menu-item-has-children > a:after, #content #menu-submenu .current_page_ancestor > a:after {
  padding-left: 8px;
  content: "";
  font-family: FontAwesome;
}
#content #menu-submenu .current_page_item.menu-item-has-children > .sub-menu, #content #menu-submenu .current_page_ancestor > .sub-menu {
  display: block;
}
#content #menu-submenu .current_page_item > a {
  color: #003770;
}
#content #menu-submenu .current_page_item:after {
  content: "";
}
#content .content-type {
  background-color: #008B42;
  border-radius: 50%;
  margin-bottom: 20px;
  height: 55px;
  width: 55px;
  position: relative;
  left: calc(50% - 28px);
}
#content .content-icon {
  position: absolute;
  color: white;
  font-size: 23px;
  left: 18px;
  top: 16px;
}
#content .wsp-pages-list ul {
  margin: 0 !important;
}
#content .wsp-pages-list ul li {
  margin-left: -15px !important;
}

footer {
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
}
footer .urls {
  text-align: left;
}
footer .besite {
  text-align: right;
}

.desktop {
  display: none;
}

.clearfix-m:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis-m {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.strechitems-m {
  display: flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: strech;
}

.row-m {
  margin-left: -20px;
  margin-right: -20px;
}
.row-m:after {
  content: "";
  display: block;
  clear: both;
}
.row-m [class*=col-] {
  padding: 0 20px;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
}
.row-m [class*=col-].row-m {
  padding: 0;
}

.col-m-12 {
  width: 100%;
}

.col-m-11 {
  width: 91.66%;
}

.col-m-10 {
  width: 83.33%;
}

.col-m-9 {
  width: 75%;
}

.col-m-8 {
  width: 66.66%;
}

.col-m-7 {
  width: 58.33%;
}

.col-m-6 {
  width: 50%;
}

.col-m-5 {
  width: 41.66%;
}

.col-m-4 {
  width: 33.33%;
}

.col-m-3 {
  width: 25%;
}

.col-m-2 {
  width: 16.66%;
}

.col-m-1 {
  width: 8.33%;
}

h1 {
  text-transform: uppercase;
}

body,
#page {
  min-width: 320px;
}

#page {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.boxed-m {
  width: 100%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/*
	Header
*/
a[href="#menu"] {
  padding-top: 45px !important;
  float: right;
  display: block;
  width: 28px;
  height: 20px;
  padding: 4px;
}
a[href="#menu"]:before, a[href="#menu"]:after {
  content: "";
  display: block;
}
a[href="#menu"]:before {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  height: 4px;
  margin-bottom: 4px;
}
a[href="#menu"]:after {
  height: 4px;
  background: #333;
}

#menu:not(.mm-menu) {
  display: none;
}

#header-menu {
  height: 60px;
  width: 100%;
  margin: auto;
}
#header-menu .header-logo img {
  padding-top: 15px;
  width: 45%;
}

#header-image {
  margin-top: 60px;
  height: 150px;
}
#header-image .headerOverlay {
  height: 150px !important;
}
#header-image .header-text {
  padding-top: 30px;
  height: 150px;
  text-align: center;
  width: 90%;
  padding-left: 5%;
}
#header-image .title {
  font-size: 18pt;
}
#header-image .description {
  padding-top: 5px;
  font-size: 15pt;
}

/*
	Content
*/
#content {
  background-color: rgba(204, 204, 204, 0.75);
}
#content article {
  background-color: white;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  margin-bottom: 40px;
}
#content .content {
  margin-top: 40px;
}
#content .content-type {
  margin-top: -38px;
}
#content .respontent-table-scroll table {
  height: auto !important;
}

footer {
  padding: 15px 40px 10px 40px;
}

/*# sourceMappingURL=layout-mobile.css.map */
