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, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, 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;
}

table, tbody, tfoot, tr, th, td, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, 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;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  color: black;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5em;
}

body, button, input, select, label, textarea {
  font-family: "Source Sans Pro", sans-serif;
}

.site {
  width: 1330px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1330px / 90 * 100)) {
  .site {
    width: 90%;
    margin: 0 5%;
  }
}
.site .small {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 999px) {
  .site .small {
    width: 100%;
  }
}

main {
  text-align: left;
}

@media screen and (max-width: 750px) {
  main {
    margin-top: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.green, .red, .blue, .bluedark, .menthe, .purple, .orange, .hub {
  color: white;
}

.green {
  background: #2A8553;
}
.green .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2A8553;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.green .btn:hover {
  background: #2A8553;
  border-color: white;
  color: white;
}
.green .btn.reverse {
  border-color: #2A8553;
}
.green .btn.reverse:hover {
  background: #2A8553;
  color: white;
}

.hub {
  background: #00b2a9;
}
.hub .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #00b2a9;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.hub .btn:hover {
  background: #00b2a9;
  border-color: white;
  color: white;
}
.hub .btn.reverse {
  border-color: #00b2a9;
}
.hub .btn.reverse:hover {
  background: #00b2a9;
  color: white;
}

.red {
  background: #DB1945;
}
.red .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #DB1945;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.red .btn:hover {
  background: #DB1945;
  border-color: white;
  color: white;
}
.red .btn.reverse {
  border-color: #DB1945;
}
.red .btn.reverse:hover {
  background: #DB1945;
  color: white;
}

.blue {
  background: #2379BA;
}
.blue .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2379BA;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.blue .btn:hover {
  background: #2379BA;
  border-color: white;
  color: white;
}
.blue .btn.reverse {
  border-color: #2379BA;
}
.blue .btn.reverse:hover {
  background: #2379BA;
  color: white;
}

.bluedark {
  background: #013869;
}
.bluedark .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #013869;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.bluedark .btn:hover {
  background: #013869;
  border-color: white;
  color: white;
}
.bluedark .btn.reverse {
  border-color: #013869;
}
.bluedark .btn.reverse:hover {
  background: #013869;
  color: white;
}

.menthe {
  background: #1B8283;
}
.menthe .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #1B8283;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.menthe .btn:hover {
  background: #1B8283;
  border-color: white;
  color: white;
}
.menthe .btn.reverse {
  border-color: #1B8283;
}
.menthe .btn.reverse:hover {
  background: #1B8283;
  color: white;
}

.purple {
  background: #7F559A;
}
.purple .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #7F559A;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.purple .btn:hover {
  background: #7F559A;
  border-color: white;
  color: white;
}
.purple .btn.reverse {
  border-color: #7F559A;
}
.purple .btn.reverse:hover {
  background: #7F559A;
  color: white;
}

.orange {
  background: #D64200;
}
.orange .btn {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #D64200;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
}
.orange .btn:hover {
  background: #D64200;
  border-color: white;
  color: white;
}
.orange .btn.reverse {
  border-color: #D64200;
}
.orange .btn.reverse:hover {
  background: #D64200;
  color: white;
}

.mainShortcut {
  background: #013869;
  color: white;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  width: 0;
}
.mainShortcut:focus {
  height: auto;
  padding: 1em 3%;
  width: 94%;
}
.mainShortcut:hover, .mainShortcut:focus {
  background: #62BA95;
}

header {
  background: white;
  margin: 0 auto;
  max-width: 1605px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1685px) {
  header {
    margin: 0 40px;
    width: calc(100% - (40px * 2));
  }
}
@media screen and (max-width: 999px) {
  header {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  header {
    position: relative;
    top: 0;
  }
}
header .logo {
  float: left;
  display: inline-block;
  margin: 2px 0 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
header .logo img {
  height: 62px;
}
@media screen and (max-width: 1080px) {
  header .logo img {
    height: auto;
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  header .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  header .logo {
    float: none;
    margin: 0.75em auto;
  }
}

.sticky header .logo {
  display: inline-block;
  opacity: 1;
}

form {
  margin-top: calc($spacebig / 2);
}
form input[type=text], form input[type=tel], form input[type=email], form textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0 none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #013869;
  padding: 40px;
}
form .gform_button {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #2A8553;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
  background: #2A8553;
  color: white;
  font-size: 1.5rem;
  margin-top: 0;
}
form .gform_button:hover {
  background: #2A8553;
  border-color: white;
  color: white;
}
form .gform_button.reverse {
  border-color: #2A8553;
}
form .gform_button.reverse:hover {
  background: #2A8553;
  color: white;
}
form .gform_button:hover {
  background: #DB1945;
  color: white;
  cursor: pointer;
}
form .gfield_consent_label {
  font-size: 1.6rem;
}

footer {
  background: #013869;
  padding-top: 45px;
}
footer h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  padding-bottom: calc($spacebig / 2);
}
footer h2:after {
  height: 5px;
}
footer .site:first-child {
  padding: calc($spacebig * 2) 0;
}
footer .flex {
  color: white;
  column-gap: 40px;
}
footer .flex .logos, footer .flex .social-network, footer .flex .contact {
  width: calc(100% / 3);
}
@media screen and (max-width: 880px) {
  footer .flex {
    flex-wrap: wrap;
  }
  footer .flex .logos, footer .flex .social-network, footer .flex .contact {
    width: 100%;
  }
}
footer .flex .logos {
  text-align: center;
}
footer .flex .logos .logoGo {
  display: block;
  margin: 40px 0;
}
footer .flex .logos .logoGo img {
  width: 130px;
}
footer .flex .social-network ul {
  list-style: none;
  margin: 0 0 40px;
}
footer .flex .social-network ul:after {
  content: "";
  clear: both;
  display: block;
}
footer .flex .social-network ul li {
  float: left;
  margin-right: calc($spacebig / 2);
}
footer .flex .social-network ul a {
  background: no-repeat center center;
  background-size: 50% auto;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 50px;
  margin: 1px;
  text-align: center;
  text-indent: -9999px;
  width: 50px;
}
footer .flex .social-network ul a.twitter {
  background-image: url("../img/icons/twitter.svg");
}
footer .flex .social-network ul a.facebook {
  background-image: url("../img/icons/facebook.svg");
}
footer .flex .social-network ul a.linkedin {
  background-image: url("../img/icons/linkedin.svg");
}
footer .flex .social-network ul a:hover {
  border-width: 3px;
  margin: 0;
}
footer .flex .contact a {
  color: white;
}
footer .partners {
  background: white;
}
footer .partners .site:first-child {
  padding: calc($spacebig / 2) 0;
}
footer .copy {
  background: white;
  border-top: 1px solid #013869;
  padding: calc($spacebig / 2) 0;
  text-align: center;
}
footer .copy p {
  margin: 0;
}
footer .sign {
  color: white;
  font-size: 1.4rem;
  padding: calc($spacebig / 6) 0;
  text-align: center;
}
footer .sign p {
  margin-top: 0;
}
footer .sign a {
  color: white;
}
footer .sign a:hover {
  color: #1B8283;
}
footer .menu li {
  border-left: 1px solid #013869;
  display: inline-block;
  padding: 0 calc($spacebig / 2);
}
footer .menu li:first-child {
  border-left: 0;
}
footer .menu li a:hover {
  color: #1B8283;
}

.langNL .menu {
  display: block;
  list-style: none;
  margin: 0;
}
.langNL .menu li {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.langNL .menu li a, .langNL .menu li span {
  display: inline-block;
}
.langNL .menu li a {
  font-size: 1rem;
  line-height: 1rem;
}
.langNL .menu li span {
  background: white;
  color: #013869;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: underline;
}
.langNL .menu li a:hover {
  color: #013869;
}
.langNL .menu li a:hover span {
  text-decoration: none;
}
.langNL .menu li.wpml-ls-current-language span {
  background: #013869;
  color: white;
  text-decoration: none;
}

.partners {
  align-items: center;
  column-gap: 40px;
  justify-content: center;
  text-align: center;
}
.partners li {
  width: calc((100% - (40px * 4))/ 5);
}
.partners li img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .partners li {
    width: calc((100% - (40px * 1))/ 2);
  }
}

#wpadminbar {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px;
}

h1, h2 {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  padding-bottom: calc(40px / 4 * 3);
  position: relative;
}
h1:after, h2:after {
  background: white;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 95px;
}
h1 span, h2 span {
  font-weight: 300;
}
@media screen and (max-width: 880px) {
  h1, h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
}

h2 {
  font-weight: 300;
  font-size: 5rem;
  line-height: 6rem;
}
h2 strong {
  font-weight: 700;
}

h3 {
  color: #013869;
  font-size: 3rem;
}

h4 {
  color: #013869;
  font-size: 2.4rem;
}

h5 {
  color: #62BA95;
  font-size: 2rem;
  font-weight: 400;
}

h6 {
  color: #013869;
  font-size: 1.6rem;
}

article h1 {
  font-size: 4.3rem;
  line-height: 4.4rem;
  text-transform: inherit;
}
article h2 {
  color: #013869;
  font-size: 3rem;
  line-height: 3.8rem;
  margin: 80px 0 10px;
}

p {
  margin-top: 20px;
}

ul, ol {
  margin: 0.5em 0 1em 2em;
}

ul, ol {
  margin-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: #013869;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
a:hover {
  color: #62BA95;
  text-decoration: none;
}

.wp-block-embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper, .wp-block-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.clearfix:before {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
}

.clear {
  clear: both;
}

code, pre {
  overflow-x: hidden;
  width: 100%;
}

.wp-block-gallery {
  margin-top: 40px;
  padding: 0 0 80px 0 !important;
}

.wp-block-image {
  margin-top: 10px;
}

figure.wp-block-image {
  margin-top: 10px;
  padding: 0 !important;
}

.wp-block-table {
  margin: 2em auto;
}
.wp-block-table table td {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding: 0.5em;
}
.wp-block-table figcaption {
  font-style: italic;
  font-size: 0.9em;
  margin: 1em 0;
}

.has-large-font-size {
  line-height: 1.5em;
}

.wp-block-image img {
  height: auto !important;
}

.wp-block-quote {
  border-left: 5px solid #013869;
  color: #013869;
  font-style: italic;
  margin: 2em auto;
  padding: 1em 0 1em 5%;
  width: 80%;
}
.wp-block-quote cite {
  color: black;
  font-size: 0.8em;
}

.wp-block-pullquote {
  border: 2px solid #013869;
  border-left: 0 none;
  border-right: 0 none;
  color: #013869;
  margin: 3em auto;
  padding: 2em 3%;
  width: 74%;
}
.wp-block-pullquote p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.wp-block-video {
  text-align: center;
  margin: 2em 0;
  width: 100%;
}
.wp-block-video video {
  max-width: 100%;
}

.wp-block-buttons {
  display: inline-block;
  flex-direction: inherit;
  flex-wrap: inherit;
  text-align: center;
  margin-top: 40px;
}
.wp-block-buttons .wp-block-button {
  margin: 0;
}

.wp-block-button__link {
  background-color: #013869 !important;
  margin: 0;
}
.wp-block-button__link:hover {
  background-color: #1B8283 !important;
}

.wp-block-cover {
  margin: 1em 0;
  /* 
  DUPLIC BLOCK WITH ALL COLORS DEFINE IN FUNCTIONS.PHP

  &.has-violet-background-color{
  background: $violet;
  color: white;
  }

  &.has-greylight-background-color{
  	background: $greylight;
  	.wp-block-cover__inner-container{
  		color: $color-primary !important;
  	}
  } */
}

.wp-block-columns {
  display: flex;
}

.wp-block-column {
  flex: 1;
  margin-left: 1em;
}
.wp-block-column:first-child {
  margin-left: 0;
}
@media (max-width: 764px) {
  .wp-block-column {
    margin-left: 0 !important;
  }
}

/* 
DUPLIC BLOCK WITH ALL COLORS DEFINE IN FUNCTIONS.PHP


.has-violet-background-color{
	background: $color-primary;
	color: white;
}
*/
@media (max-width: 764px) {
  .wp-block-columns.has-2-columns,
.wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-2-columns .wp-block-column:first-child,
.has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }

  .wp-block-column {
    margin-left: 0;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
.satelliteHeader {
  background: white;
  border-bottom: 1px solid #95959B;
  justify-content: space-between;
}
.satelliteHeader .ico {
  border-right: 1px solid #95959B;
  display: inline-block;
  padding: calc($space / 2);
  text-decoration: none;
}
.satelliteHeader .ico img {
  height: calc(10px * 1.5);
}
.satelliteHeader .ico:hover {
  background: #013869;
}
.satelliteHeader .title {
  margin: 0 10px;
}
.satelliteHeader .title img {
  height: calc(10px * 1.5);
}
.satelliteHeader .langNL .menu li span {
  padding: 14px;
}

.shiftBanner {
  background: url("../img/graphic/sme-spot.png") no-repeat 130% top;
  background-size: auto 90%;
  padding: 60px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .shiftBanner {
    background-position: 180% top;
  }
}
@media screen and (max-width: 1200px) {
  .shiftBanner {
    background-position: 180% top;
    background-size: auto 70%;
  }
}
@media screen and (max-width: 999px) {
  .shiftBanner {
    background-position: right top;
    background-size: auto 35%;
  }
}
@media screen and (max-width: 700px) {
  .shiftBanner {
    background: none;
  }
}
.shiftBanner h1 {
  background: url("../img/logo/sme.svg") no-repeat center center;
  background-size: 100% auto;
  padding-top: calc(26% / 3);
  position: relative;
  width: calc( 100% / 3);
}
.shiftBanner h1 span {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.shiftBanner h1:after {
  display: none;
}
@media screen and (max-width: 700px) {
  .shiftBanner h1 {
    padding-top: 26%;
    width: 100%;
  }
}
.shiftBanner h2 {
  color: #F3992D;
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 650px;
  padding-bottom: 0;
  text-transform: inherit;
  width: 70%;
}
.shiftBanner h2:after {
  display: none;
}
@media screen and (max-width: 999px) {
  .shiftBanner h2 {
    max-width: inherit;
    width: 100%;
  }
}

header {
  background: #013869;
  margin: 0 !important;
  max-width: inherit !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 1685px) {
  header {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  header {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  header {
    position: relative;
    top: inherit;
  }
}

.shiftMenu {
  background: white;
  text-align: right;
}

header {
  padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
  header {
    padding-bottom: 1px;
  }
}
header a, header button {
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 999px) {
  header nav {
    float: inherit;
    text-align: center;
  }
}
header .mainNav .menu {
  margin: 0;
}
header .mainNav .menu li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
header .mainNav .menu li a, header .mainNav .menu li button {
  background: none;
  border: 0 none;
  border-bottom: 3px solid transparent;
  color: #013869;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 20px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
header .mainNav .menu li a:hover, header .mainNav .menu li button:hover {
  border-bottom-color: #013869;
  color: #DB1945;
  cursor: pointer;
}
header .mainNav .menu li button {
  padding-bottom: calc((10px * 2) + 2px);
}
header .mainNav .menu li button:focus {
  outline: none;
}
header .mainNav .menu li ul {
  background: white no-repeat 3em top;
  background-size: auto 0.5em;
  display: none;
  left: -1em;
  margin: 0;
  padding-top: 0.5em;
  position: absolute;
  top: 60px;
  width: 350px;
  z-index: 105;
}
header .mainNav .menu li ul li {
  border-bottom: 1px solid #013869;
  text-align: left;
  width: 100%;
}
header .mainNav .menu li ul li a, header .mainNav .menu li ul li button {
  border-bottom: 3px solid white;
  color: #013869;
  display: block;
  font-weight: 300;
  padding: 0.75em 1.5em;
  text-transform: inherit;
}
header .mainNav .menu li ul li a:hover, header .mainNav .menu li ul li button:hover {
  border-bottom-color: #013869;
  color: #DB1945;
}
@media screen and (max-width: 999px) {
  header .mainNav .menu li ul {
    display: block;
    position: relative;
    top: 0;
  }
}
header .mainNav .menu li.red, header .mainNav .menu li.blue, header .mainNav .menu li.purple, header .mainNav .menu li.green, header .mainNav .menu li.menthe {
  background: white;
}
header .mainNav .menu li.current_page_item a, header .mainNav .menu li.current_page_item button, header .mainNav .menu li.current-menu-item a, header .mainNav .menu li.current-menu-item button {
  border-bottom-color: #DB1945;
  color: #013869;
  font-weight: bold;
}
header .mainNav .menu li.current_page_item a:hover, header .mainNav .menu li.current_page_item button:hover, header .mainNav .menu li.current-menu-item a:hover, header .mainNav .menu li.current-menu-item button:hover {
  color: #013869;
  cursor: pointer;
}
header .mainNav .menu li.current_page_item.red a, header .mainNav .menu li.current-menu-item.red a {
  border-bottom-color: #DB1945;
}
header .mainNav .menu li.current_page_item.blue a, header .mainNav .menu li.current-menu-item.blue a {
  border-bottom-color: #2379BA;
}
header .mainNav .menu li.current_page_item.purple a, header .mainNav .menu li.current-menu-item.purple a {
  border-bottom-color: #7F559A;
}
header .mainNav .menu li.current_page_item.green a, header .mainNav .menu li.current-menu-item.green a {
  border-bottom-color: #2A8553;
}
header .mainNav .menu li.current_page_item.menthe a, header .mainNav .menu li.current-menu-item.menthe a {
  border-bottom-color: #1B8283;
}
header .mainNav .menu li.current-menu-parent button, header .mainNav .menu li.current-menu-item button {
  border-top: 3px solid #62BA95;
  color: #013869;
}
header .mainNav .menu li.current-menu-parent button:hover, header .mainNav .menu li.current-menu-item button:hover {
  background: inherit;
  color: #62BA95;
  cursor: pointer;
}

.shift h2 {
  color: #013869;
  margin-top: 2rem;
}
.shift h2:after {
  background: #013869;
}
