@charset "UTF-8";
/*typography*/
h1, h2, h3, h4, h5, h6, p, ul, ol {
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

@font-face {
  font-family: 'fontello';
  src: url("fontello.eot?57750486");
  src: url("fontello.eot?57750486#iefix") format("embedded-opentype"), url("fontello.woff2?57750486") format("woff2"), url("fontello.woff?57750486") format("woff"), url("fontello.ttf?57750486") format("truetype"), url("fontello.svg?57750486#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Utility classes */
/* power function */
.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-auto {
  margin-top: auto !important; }

.mt-1 {
  margin-top: 1.5rem !important; }

.mb-1 {
  margin-bottom: 1.5rem !important; }
  @media print {
    .mb-1 {
      margin-bottom: 0; } }

.mt-2 {
  margin-top: 2.25rem !important; }

.mb-2 {
  margin-bottom: 2.25rem !important; }
  @media print {
    .mb-2 {
      margin-bottom: 0; } }

.mt-3 {
  margin-top: 3.375rem !important; }

.mb-3 {
  margin-bottom: 3.375rem !important; }
  @media print {
    .mb-3 {
      margin-bottom: 0; } }

.mt-4 {
  margin-top: 5.0625rem !important; }

.mb-4 {
  margin-bottom: 3.54375rem !important; }
  @media print {
    .mb-4 {
      margin-bottom: 0; } }

.mt-5 {
  margin-top: 7.59375rem !important; }

.mb-5 {
  margin-bottom: 5.31563rem !important; }
  @media print {
    .mb-5 {
      margin-bottom: 0; } }

.mt-6 {
  margin-top: 11.39062rem !important; }

.mb-6 {
  margin-bottom: 7.97344rem !important; }
  @media print {
    .mb-6 {
      margin-bottom: 0; } }

.mt-7 {
  margin-top: 17.08594rem !important; }

.mb-7 {
  margin-bottom: 11.96016rem !important; }
  @media print {
    .mb-7 {
      margin-bottom: 0; } }

.pt-1 {
  padding-top: 1.5rem !important; }

.pb-1 {
  padding-bottom: 1.5rem !important; }

.pl-1 {
  padding-left: 1.5%; }

.pr-1 {
  padding-right: 1.5%; }

.pt-2 {
  padding-top: 2.25rem !important; }

.pb-2 {
  padding-bottom: 2.25rem !important; }

.pl-2 {
  padding-left: 2.25%; }

.pr-2 {
  padding-right: 2.25%; }

.pt-3 {
  padding-top: 3.375rem !important; }

.pb-3 {
  padding-bottom: 3.375rem !important; }

.pl-3 {
  padding-left: 3.375%; }

.pr-3 {
  padding-right: 3.375%; }

.pt-4 {
  padding-top: 5.0625rem !important; }

.pb-4 {
  padding-bottom: 5.0625rem !important; }

.pl-4 {
  padding-left: 5.0625%; }

.pr-4 {
  padding-right: 5.0625%; }

.pt-5 {
  padding-top: 7.59375rem !important; }

.pb-5 {
  padding-bottom: 7.59375rem !important; }

.pl-5 {
  padding-left: 7.59375%; }

.pr-5 {
  padding-right: 7.59375%; }

.pt-6 {
  padding-top: 11.39062rem !important; }

.pb-6 {
  padding-bottom: 11.39062rem !important; }

.pl-6 {
  padding-left: 11.39062%; }

.pr-6 {
  padding-right: 11.39062%; }

.pt-7 {
  padding-top: 17.08594rem !important; }

.pb-7 {
  padding-bottom: 17.08594rem !important; }

.pl-7 {
  padding-left: 17.08594%; }

.pr-7 {
  padding-right: 17.08594%; }

.nowrap {
  white-space: nowrap; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?57750486#fontello') format('svg');
  }
}
*/
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-angle-right:after {
  content: '\f105'; }

/* '' */
/* selection highlights */
::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
  /* #ff0000 */ }

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
  /* #ff0000 */ }

img::-moz-selection {
  background-color: transparent;
  -moz-box-shadow: none; }

img::selection {
  background-color: transparent;
  box-shadow: none; }

header, footer, div, nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  word-wrap: break-word; }

.button {
  color: #fff;
  padding: 0 2em;
  height: 3.5em;
  line-height: 3.5em;
  font-size: 15px;
  text-decoration: none;
  background-color: #002A6B;
  border: none;
  border-bottom: solid 2px #003657;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  box-sizing: border-box; }
  .button:hover {
    background-color: #0048b8;
    text-decoration: none; }
  .button a {
    color: #fff; }
  .button:hover a {
    text-decoration: none; }

body, p {
  font-family: Avenir, arial, helvetica, sans-serif;
  line-height: 1.6em;
  font-size: 16px;
  color: #262626; }

p.small-text {
  font-size: 90%; }

h1, h2, h3 {
  font-family: "Avenir", arial, helvetica, sans-serif; }

*, ul, li, p, h1, h2, h3, h4, ol, form, input, button,
img, dl, dt, dd, a, select {
  margin: 0px;
  padding: 0px; }

body {
  margin: 0px auto;
  padding: 0px;
  background: #fff; }

img {
  border: none;
  max-width: 100%; }

ul, li, ol {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #1B58B8; }

a:hover {
  text-decoration: underline; }

.left-col p a, .left-col li a, .contact .right-col p a, .contact .right-col li a {
  text-decoration: underline; }

a.pdf {
  background: url(../images/pdf-icon.png) no-repeat left center;
  padding-left: 24px;
  display: block;
  height: 16px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.block {
  display: block; }

.none {
  display: none; }

sup {
  vertical-align: top;
  font-size: 70%; }

input[type="text"], input[type="email"], select, textarea {
  border: solid 1px #b3b3b3;
  max-width: 350px;
  width: 100%;
  height: 44px; }

form#contact {
  position: relative; }

.brochure-form {
  margin: 0 auto; }

.left-col ul#interests {
  margin-left: 0; }

.left-col .customer {
  margin-left: 0; }
  .left-col .customer li {
    margin-bottom: 1em;
    list-style: none; }

input#submit {
  margin: 0px auto;
  color: #fff;
  padding: 0 2em;
  height: 3.5em;
  line-height: 3.5em;
  font-size: 15px;
  text-decoration: none;
  background-color: #002A6B;
  border: none;
  border-bottom: solid 2px #003657;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in; }
  input#submit:hover {
    background-color: #0048b8;
    text-decoration: none; }
  input#submit a {
    color: #fff; }
  input#submit:hover a {
    text-decoration: none; }
  input#submit:hover {
    cursor: pointer; }

label {
  display: block;
  padding: 0 0 4px 0; }

div.row {
  position: relative;
  left: -24px;
  overflow: hidden;
  width: 888px; }

div.column {
  float: left;
  margin-left: 24px; }

.block {
  dislpay: block; }

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto; }

/* layout */
body:not(.home):not(.wide-width) .main-content > .container {
  padding: 2em; }
  @media (min-width: 1300px) {
    body:not(.home):not(.wide-width) .main-content > .container {
      padding: 4em; } }

.main-content {
  padding-top: 2em; }

.left-col ul {
  margin-left: 1em; }

.left-col li {
  padding-bottom: 1em;
  list-style: disc; }

.container {
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media (min-width: 1200px) {
  .main-content .container {
    max-width: 1100px; } }

.main-content .container {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 2em; }

@media (max-width: 1023px) {
  body:not(.contact) .right-col {
    padding-bottom: 2em; } }

@media (min-width: 1024px) {
  .main-two-col {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
  .left-col {
    width: 62%; }
  .right-col {
    width: 35%; }
  .contact .main-two-col {
    flex-direction: row; }
  .contact .left-col {
    width: 30%; }
  .contact .right-col {
    width: 60%; }
  body:not(.contact) .right-col {
    padding: 2em;
    background-color: #f5f5f5; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .contact .left-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .contact .left-col dl {
      width: 48%; } }

@media (max-width: 849px) {
  footer .container {
    max-width: 500px; } }

.wrap {
  padding-left: 2em;
  padding-right: 2em; }
  @media screen and (min-width: 1300px) {
    .wrap {
      padding-left: 4em;
      padding-right: 4em; } }

/************************** HEADER *********************/
.header {
  padding: 0px;
  position: relative; }
  @media (max-width: 600px) {
    .header {
      padding-bottom: 40px; } }

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  clear: both; }
  .header__inner .logo {
    position: relative;
    padding: 20px 0; }
    .header__inner .logo span {
      position: absolute;
      left: -999em; }
    .header__inner .logo a {
      display: block;
      background: url(../images/mpl-logo_new.png) no-repeat 0;
      background-size: 100%;
      width: 195px;
      height: 67px; }
      @media (max-width: 500px) {
        .header__inner .logo a {
          width: 150px;
          height: 52px; } }

.header-contact {
  font-size: 16px; }
  @media (max-width: 767px) {
    .header-contact.header-contact-mobile {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      position: absolute;
      top: 100%;
      width: 100%;
      max-width: 340px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 768px) {
    .header-contact.header-contact span {
      display: block; }
      .header-contact.header-contact span:first-child {
        margin-bottom: .5em; } }

@media (max-width: 1299px) {
  .header-contact-desktop {
    display: none; } }

@media (min-width: 1299px) {
  .header-contact-mobile {
    display: none; } }

@media (max-width: 767px) {
  .header-contact__divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0 .5em; } }

@media (min-width: 768px) {
  .header-contact__divider {
    display: none; } }

.main-content > .container {
  overflow: hidden;
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px; }

.main-content {
  margin: 0px auto;
  position: relative;
  z-index: 0;
  text-align: left; }
  .main-content h1 {
    padding: 0 0 12px 0;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 18px 0;
    line-height: 1.1; }
    .main-content h1 > span {
      margin-left: 1em;
      display: block;
      font-size: 0.7em; }
  .main-content h2 {
    font-weight: normal;
    padding: 0 0 12px 0;
    font-size: 25px; }
  .main-content h3 {
    font-size: 15px; }
  .main-content p {
    padding-bottom: 12px; }
  .main-content div#right-col h2 {
    color: #000;
    padding: 0 0 6px 0; }
  .main-content div#right-col h3 {
    padding: 0 0 6px 0; }
  .main-content div#right-col p {
    /*padding:6px 0 6px 0;*/ }

.form {
  max-width: 352px; }

div.section {
  margin: 0 0 18px 0;
  border-bottom: dotted 1px #aaa;
  padding: 0 0 24px 0; }

body.home div#main-content {
  background: none;
  padding: 0px; }

.left-col {
  position: relative; }
  .left-col ul {
    padding: 0 0 12px 0; }

.right-col ul {
  padding: 0 0 12px 0; }
  .right-col ul li {
    background: url(../images/bullet.png) no-repeat 0px 5px;
    padding: 0 0 0 18px; }

.right-col div.submenu {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc; }
  .right-col div.submenu li {
    background: none;
    padding-left: 0px;
    margin-bottom: 1px; }
    .right-col div.submenu li a {
      padding: 5px 5px 5px 10px;
      display: block; }
      .right-col div.submenu li a.currentsubpage, .right-col div.submenu li a.currentsubpage:hover {
        background-color: #002A6B;
        cursor: default; }
      .right-col div.submenu li a:hover {
        background-color: #0048b8; }
      .right-col div.submenu li a.currentsubpage, .right-col div.submenu li a:hover {
        color: #fff;
        -moz-border-radius: 4px;
        /* Firefox */
        -webkit-border-radius: 4px;
        /* Safari, Chrome */
        border-radius: 4px;
        /* CSS3 */
        text-decoration: none; }

body.contact div#content .left-col {
  width: 316px; }

body.contact div#content .right-col {
  width: 476px; }

body.contact dt {
  padding: 0px; }

iframe {
  border: solid 1px #ccc; }

img#border {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px; }

dl {
  margin: 0 0 24px 0; }

dt {
  font-weight: bold;
  padding: 8px 0 0 0; }

.home-section {
  margin: 0 auto;
  width: 90%; }

.home-middle {
  overflow: hidden;
  width: 90%;
  margin: 36px auto; }
  @media (min-width: 1024px) {
    .home-middle {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

@media (min-width: 1024px) {
  .intro {
    width: 60%;
    padding: 0 24px 0 0;
    margin-right: 24px;
    border-right: solid 1px #ccc; } }

div#news {
  width: 432px;
  float: right;
  padding: 0 0 0 18px; }

/*6 blocks on Home page. Set all heights by changing div.pod-content height */
.home-bottom {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }
  .home-bottom .pod {
    width: 142px;
    position: relative; }
    @media (max-width: 500px) {
      .home-bottom .pod {
        margin-bottom: 2em; }
        .home-bottom .pod:nth-child(odd) {
          margin-right: 12px; } }
    @media (min-width: 501px) and (max-width: 1099px) {
      .home-bottom .pod {
        margin: 0 10px 1em; } }
    @media (min-width: 1200px) {
      .home-bottom .pod {
        margin-right: 12px; } }
    .home-bottom .pod img {
      display: block;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .home-bottom .pod span.title {
      font-size: 13px;
      font-weight: bold;
      color: #373737;
      display: block;
      width: 142px;
      font-family: "tahoma",arial, helvetica, sans-serif;
      border-bottom: solid 1px #a3a3a3;
      padding: 0 0 6px 0;
      margin: 0 0 9px 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .home-bottom .pod span.extra {
      display: none;
      background: url(../images/pod-hover.png) no-repeat right bottom;
      padding-bottom: 16px;
      width: 107px;
      position: absolute;
      left: 18px;
      top: -24px; }
      .home-bottom .pod span.extra span {
        display: block;
        background: url(../images/pod-hover.png) no-repeat left top;
        color: #fff;
        padding: 6px 12px 4px 12px; }
    .home-bottom .pod:hover a {
      text-decoration: none; }
      .home-bottom .pod:hover a span.title {
        color: #afafaf;
        border-color: #dadada;
        text-decoration: none; }
      .home-bottom .pod:hover a span.extra {
        display: block;
        text-decoration: none; }
      .home-bottom .pod:hover a img {
        opacity: .7; }
  .home-bottom div.last {
    margin-right: 0px; }

/************************************** FOOTER ***************************/
.footer-wrapper {
  border-top: solid 1px #666;
  margin-top: 2em;
  padding-top: 1px;
  position: relative; }

.footer {
  margin: 0px 0 0 0;
  padding: 2em 0;
  overflow: hidden;
  text-align: left;
  clear: both;
  background: #262626 url(../images/footer-bottom.png) repeat-x left bottom; }
  .footer .container {
    max-width: 1294px; }

.footer-content {
  padding: 18px 0 18px 0;
  margin: 0px auto;
  overflow: hidden; }

.footer span {
  line-height: 1.6em; }

.footer span,
.footer a {
  color: #999; }

.siteinfo {
  font-size: 12px;
  margin: 0px auto;
  padding: 2em;
  color: #6b6b6b;
  position: relative;
  max-width: 95%; }
  @media (min-width: 800px) {
    .siteinfo {
      max-width: 1294px; } }
  .siteinfo span.gorges {
    /*
		span{
      background:url(../images/gorges.png) no-repeat 0px 0px;
      display:block;
      width:112px;
      height:33px;
      position:absolute;
      left:0px;
      top:0px;
    }
    */ }
    @media (max-width: 799px) {
      .siteinfo span.gorges {
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 800px) {
      .siteinfo span.gorges {
        border-left: solid 1px #ccc;
        padding-left: 1em;
        margin-left: 1em; } }
    .siteinfo span.gorges a {
      position: relative;
      margin-left: .5em; }
      .siteinfo span.gorges a:hover span {
        background: url(../images/gorges.png) no-repeat 0px -34px; }
  @media (max-width: 799px) {
    .siteinfo {
      text-align: center; }
      .siteinfo span {
        display: block; } }
  @media (min-width: 800px) {
    .siteinfo {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .siteinfo > .copyright {
        min-width: 320px;
        text-align: right; } }

div#left-col div#form li {
  background: none;
  padding-left: 0px;
  margin-bottom: 10px; }
  div#left-col div#form li label {
    float: left;
    width: 140px; }

footer {
  /*
	.nav {
		display:flex;
		justify-content: space-between;

		@media (max-width: 850px) {
			flex-wrap:wrap;
			padding:0 1em;
			> li {
				width:50%;
				margin-bottom: 1em;
			}
		}

		@media (min-width: 1200px) {
			> li {padding:0 1em;}
		}
	}
	*/ }
  footer .nav {
    text-align: center; }
    footer .nav > li {
      margin-top: 1.5em; }
      footer .nav > li > a {
        font-size: 1.25em !important; }
    footer .nav li {
      padding: 0 1em; }
    @media (min-width: 850px) {
      footer .nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left; } }

.footer ul.nav li.current a {
  color: #999;
  cursor: pointer; }
  .footer ul.nav li.current a.currentsubpage {
    color: #fff;
    cursor: default; }

.footer ul.nav li.current > a {
  color: #fff;
  cursor: default; }
  .footer ul.nav li.current > a:hover {
    text-decoration: none; }

.footer ul.nav li a {
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in; }
  .footer ul.nav li a:hover {
    color: #fff;
    text-decoration: none; }

.footer ul.nav li li {
  margin: 0px; }
  .footer ul.nav li li a {
    font-size: 12px;
    padding: 3px 0;
    display: block; }

.certification-logos {
  display: block; }
  .certification-logos img {
    max-height: 58px;
    max-width: 112px; }
  @media (max-width: 799px) {
    .certification-logos {
      margin: 0 auto 1em auto;
      max-width: 250px; }
      .certification-logos img:nth-child(odd) {
        margin-right: 1em; } }
  @media (min-width: 800px) {
    .certification-logos img {
      margin-right: 10px; } }

body.testimonial .testimonial {
  position: relative;
  padding: 3em 3em 2em;
  margin-top: 1em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden; }
  body.testimonial .testimonial:before {
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #ccc;
    content: '';
    display: block; }
  body.testimonial .testimonial:before {
    left: 0;
    top: 0; }
  body.testimonial .testimonial:after {
    bottom: 0;
    right: 0;
    background: #aaa;
    background: -moz-linear-gradient(top, #ddd 0%, #aaa 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #aaa));
    /* webkit */
    background: -ms-linear-gradient(top, #ddd 0%, #aaa 100%);
    /* IE10+ */
    background: linear-gradient(top, #ddd, #aaa);
    /* W3C */
    background: linear-gradient(to bottom, #ddd 0%, #aaa 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 );
    /* IE6-9 fallback on horizontal gradient */
    /*filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr=#ddd, endColorstr=#aaa); */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='$top-color', EndColorStr='$bottom-color')";*/
    /*height: 1%;For IE7*/ }
  @media (min-width: 1024px) {
    body.testimonial .testimonial p {
      font-size: 18px; } }
  body.testimonial .testimonial:first-child {
    margin-top: 0; }

@media (max-width: 1023px) {
  .home .testimonial {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc; } }

.home .testimonial .author {
  font-style: italic; }

.testimonial__text {
  font-weight: bold; }

.testimonial__title {
  font-style: italic; }

body.profile .left-col img {
  display: block;
  width: 100%; }

body.profile #content p {
  font-size: 16px;
  line-height: 1.8em; }

/* FANCY LIST BULLETS C - using image  */
.fancy li {
  list-style: none;
  position: relative;
  margin-right: 30px;
  margin-bottom: 1em; }

.fancy li:before {
  position: absolute;
  display: block;
  content: '\2022';
  /* bullet point, for screen readers */
  text-indent: -999999px;
  /* hide bullet */
  left: -2em;
  /* left offset from text */
  width: 1.5em;
  height: 1.3em;
  /* clip image */
  background-size: 1.5em .9em;
  /* scale image */
  background-position: 0 .40em;
  /* clip offset */
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='a907323e-7c65-49c6-8a00-70671c2c6203' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 193.7 148.1' style='enable-background:new 0 0 193.7 148.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23002a6b;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.4,82.7c6-6.8,13.4-12.2,21.6-16.1c1.6-0.7,3.5-0.3,4.5,1.2c6.8,9.7,12.3,20,18.1,30.3l6.3,11.2 c0.8,1.5,2.6,2.1,4.2,1.7l0,0c0.6-0.2,1.2-0.6,1.7-1.1c25-28.3,49-57.6,72.2-87.3L146,2c0.6-0.7,1.3-1.2,2.2-1.3 c4.8-0.8,9.1,1.4,13.9,3.2c8.8,3.3,18.2,5.2,27.6,5.5c2,0.1,3.5,1.7,3.4,3.7c0,1-0.5,2-1.3,2.6c-47.2,39.5-93.4,83-131.3,131.6 c-0.8,1-12.6-1.1-13.1-1.6c-14.8-14.8-27.7-31.5-40.3-48.2c-2.5-3.3-4-7-6.2-10.5C0.2,85.6,0.4,83.9,1.4,82.7z'/%3E%3C/svg%3E%0A"); }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.button-outline {
  border: 2px solid #fff;
  background-color: transparent; }

.background-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 176px; }

.hero-banner {
  min-height: 276px;
  padding-top: 120px; }
  .hero-banner > div {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    display: flex;
    align-items: center;
    min-height: 4.5em;
    background-color: rgba(0, 42, 107, 0.8); }
  .hero-banner h1, .hero-banner h2 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0; }
  .hero-banner h2 {
    margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .hero-banner h1 {
      font-size: 24px; }
    .hero-banner h2 {
      font-size: 18px; } }

.splash {
  font-size: 1.2em;
  padding: 0 1%;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 600px) {
    .splash {
      padding: 0 8%; } }

.background-blue {
  background-color: #002A6B; }

.text-white {
  color: #fff !important; }

.align-items-center {
  align-items: center !important; }

.d-flex {
  display: flex; }

.flex-flow-column {
  flex-flow: column nowrap; }

.flex-center {
  display: flex !important;
  align-items: center; }

.service-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -2em; }
  .service-grid > * {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 0 1 calc( 33.33% - 4em);
    margin-left: 2em;
    margin-bottom: 2em;
    min-width: 250px;
    border: 1px solid #0052d1;
    border-radius: 10px;
    padding: 0.5em;
    transition: transform .2s ease-in;
    flex: 1;
    text-align: center; }
  .service-grid > a:hover {
    transform: scale(1.04);
    text-decoration: none; }
  .service-grid h3 {
    text-align: center;
    margin-bottom: 1.2em; }
  .service-grid img {
    display: block;
    margin: 0 auto 1em auto;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .service-grid button {
    cursor: pointer; }

.testing-section {
  padding: 30px 5vw;
  background: #00826C;
  background: -moz-linear-gradient(top, #002A6B 0%, #00826C 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002A6B), color-stop(100%, #00826C));
  /* webkit */
  background: -ms-linear-gradient(top, #002A6B 0%, #00826C 100%);
  /* IE10+ */
  background: linear-gradient(top, #002A6B, #00826C);
  /* W3C */
  background: linear-gradient(to bottom, #002A6B 0%, #00826C 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 );
  /* IE6-9 fallback on horizontal gradient */
  /*filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr=#002A6B, endColorstr=#00826C); */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='$top-color', EndColorStr='$bottom-color')";*/
  /*height: 1%;For IE7*/ }
  .testing-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 1.5em; }

.testing-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -2em; }
  .testing-grid > div {
    flex: 0 1 calc( 50% - 4em);
    margin-left: 2em;
    margin-bottom: 2em;
    min-width: 300px;
    background-color: #fff;
    box-shadow: 1px 1px 5px #333;
    border-radius: 10px;
    padding: 0.5em;
    transition: transform .2s ease-in; }
  .testing-grid > div:hover {
    transform: scale(1.04); }
  .testing-grid h3 {
    color: #0052d1; }

.two-col-container {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3em;
  align-items: stretch;
  justify-content: center; }
  .two-col-container > * {
    margin-left: 3em;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }

.column-justify-start > * {
  justify-content: start; }

@media screen and (min-width: 768px) {
  .col-8 {
    width: calc( calc( 8/12  * 100%) - 3em); }
  .col-7 {
    width: calc( calc( 7/12  * 100%) - 3em); }
  .col-6 {
    width: calc( calc( 6/12  * 100%) - 3em); }
  .col-5 {
    width: calc( calc( 5/12  * 100%) - 3em); }
  .col-4 {
    width: calc( calc( 4/12  * 100%) - 3em); } }

.shout-out {
  background-color: #0052d1;
  color: #fff;
  padding: 10px 5%;
  font-size: 1.2em; }

.testimonial2 {
  border: 1px solid #0052d1;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 1px 1px 5px #333;
  margin: 0 auto 2.3em auto;
  max-width: 800px; }

.testimonial-group > div:nth-child(2n) {
  background-color: #eee; }

/************************************************************************  BLOG *************************************/
.blog-list article .blog-image {
  flex: 1 1 100%;
  margin-bottom: 20px;
  text-align: center; }

.blog-list .blog-image img {
  max-width: 400px;
  width: 100%; }

.blog-list article .blog-content {
  flex: 1 1 100%;
  margin-bottom: 20px; }

.blog-list article footer {
  text-align: center; }

@media screen and (min-width: 768px) {
  .blog-list article {
    display: flex;
    justify-content: space-between; }
  .blog-list article .blog-image {
    flex: 1 1 30%;
    margin-bottom: 20px; }
  .blog-list article .blog-content {
    flex: 1 1 60%;
    margin-bottom: 20px;
    margin-left: 20px; } }

@media (max-width: 1299px) {
  .nav-button {
    text-indent: -9999px;
    display: block;
    background: none;
    cursor: pointer;
    border: 0 none;
    position: relative;
    z-index: 101;
    font-size: 0;
    line-height: 0;
    outline: none;
    width: 24px;
    height: 16px; }
    .nav-button span {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: absolute;
      width: 100%;
      left: 0;
      overflow: hidden; }
      .nav-button span:first-child {
        top: 0; }
    .nav-button span {
      display: block;
      background-color: #002A6B; }
      .nav-button span:last-child {
        margin: 0; }
    .nav-button span {
      height: 2px; }
      .nav-button span:nth-child(2) {
        top: 8px; }
      .nav-button span:nth-child(3) {
        top: 16px; }
  .menu-open .nav-button span {
    background-color: #fff; }
  .menu-open .nav-button span:nth-child(1) {
    top: 9px; }
  .menu-open .nav-button span:nth-child(2) {
    top: 9px; }
  .menu-open .nav-button span:nth-child(3) {
    top: 9px; }
  .menu-open .nav-button span:nth-child(1) {
    width: 0%;
    left: 50%; }
  .menu-open .nav-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-open .nav-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .menu--main li {
    list-style: none; }
  header .menu--main a {
    font-size: 24px;
    padding: 0px 25px;
    display: inline-block; }
    header .menu--main a:hover {
      text-decoration: none; }
  .menu-open {
    overflow: hidden; }
    .menu-open header .menu--main {
      transition: all .6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      pointer-events: auto; }
      .menu-open header .menu--main > ul > li > ul > li {
        display: block; }
    .menu-open.logged-in .menu--main > ul {
      top: 44px; }
  header .menu--main {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #002A6B;
    /*
	&:after {
		content: "call: 607 111-1111";
		display: block;
		bottom: 0;
		width:100%;
		padding:1em 20px;
		background-color: $green;
		@include horizontal-center;
		position: fixed;
		color: #fff;
		font-size:18px;
		text-align:center;
		@include transform(translate(-50%,300%));
		@include transition(all 1s);
		@include transition-delay(.75s);
		@media (min-width:768px) and (max-width: 1023px) {
			font-size:30px;
		}

	}*/ }
    header .menu--main > ul {
      display: table-cell;
      vertical-align: top;
      padding-top: 60px;
      background: #002A6B; }
    header .menu--main ul a:hover, header .menu--main ul li .active > a {
      background-color: #003e9e;
      color: #fff; }
    header .menu--main ul ul > li > a:hover {
      background: #003e9e; }
    header .menu--main ul li:hover ul {
      border-top: 0 none; }
    header .menu--main ul li ul {
      border-top: 0 none;
      padding: 0; }
      header .menu--main ul li ul a {
        border: 0 none;
        font-size: 12px;
        font-weight: normal; }
    header .menu--main ul li:first-child a {
      border-top: none; }
    header .menu--main ul li a, header .menu--main ul li .nolink {
      display: block;
      text-align: center;
      letter-spacing: 3px;
      padding: 10px 20px 6px 20px;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    header .menu--main ul li li a, header .menu--main ul li li .nolink {
      padding: 3px 40px; }
    header .menu--main a {
      color: #fff; } }

@media (min-width: 1300px) {
  .nav-button {
    display: none; }
  header {
    position: relative;
    z-index: 100; }
  header .menu--main {
    /**** SLICK DROPDOWN ***/ }
    header .menu--main > ul > li > a.is-active {
      color: #002A6B;
      cursor: default; }
    header .menu--main a {
      position: relative;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    header .menu--main a {
      color: #000;
      letter-spacing: .04em; }
    header .menu--main a, header .menu--main a:hover {
      cursor: pointer;
      text-decoration: none; }
    header .menu--main ul {
      background: none;
      max-height: auto;
      position: static;
      overflow: visible; }
      header .menu--main ul:before, header .menu--main ul:after {
        content: " ";
        display: table; }
      header .menu--main ul:after {
        clear: both; }
      header .menu--main ul {
        *zoom: 1; }
      header .menu--main ul a {
        font-size: 15px;
        border: none;
        padding: 0; }
        header .menu--main ul a .menu-item__inner {
          text-align: center;
          padding: 0px 18px; }
    header .menu--main > ul {
      position: static;
      width: auto;
      height: auto;
      display: flex; }
      header .menu--main > ul > li {
        display: inline-block; }
        header .menu--main > ul > li.current > a {
          color: #1B58B8;
          cursor: default; }
        header .menu--main > ul > li > a, header .menu--main > ul > li > span {
          display: inline-block;
          line-height: 1.4;
          padding: 10px; }
          header .menu--main > ul > li > a:hover, header .menu--main > ul > li > span:hover {
            color: #1B58B8; }
        header .menu--main > ul > li li a {
          color: #fff; }
        header .menu--main > ul > li:hover > a {
          background: none; }
    header .menu--main > ul > li > ul {
      position: absolute;
      left: 10px; }
      header .menu--main > ul > li > ul > li {
        -webkit-transition: max-height 800ms ease;
        -moz-transition: max-height 800ms ease;
        -ms-transition: max-height 800ms ease;
        -o-transition: max-height 800ms ease;
        transition: max-height 800ms ease;
        max-height: 0;
        overflow: hidden; }
        header .menu--main > ul > li > ul > li a {
          padding: .5em 1em;
          background-color: rgba(0, 47, 107, 0.85);
          display: block; }
          header .menu--main > ul > li > ul > li a:hover {
            background-color: rgba(27, 112, 244, 0.85); }
    header .menu--main ul > li {
      position: relative; }
      header .menu--main ul > li:hover > ul > li {
        max-height: 150px; } }

.menu--main ul ul a.currentsubpage, .menu--main ul ul a.currentsubpage:hover {
  background: #0052d1;
  cursor: default; }

@media print {
  .header-contact-mobile,
  .nav-button,
  header .menu--main,
  footer .nav {
    display: none !important; }
  .home-section h1 {
    margin-top: 100px; }
  .service-grid > div {
    max-width: 308px; }
  .home-middle {
    padding: 0 !important;
    margin: 0 auto !important; } }
