@font-face {
    font-family: 'ModenaRegularRegular';
    src: url('../fonts/Modena-Regular_gdi.eot');
    src: url('../fonts/Modena-Regular_gdi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Modena-Regular_gdi.woff') format('woff'),
         url('../fonts/Modena-Regular_gdi.ttf') format('truetype'),
         url('../fonts/Modena-Regular_gdi.svg#ModenaRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModenaRegularItalic';
    src: url('../fonts/Modena-Italic_gdi.eot');
    src: url('../fonts/Modena-Italic_gdi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Modena-Italic_gdi.woff') format('woff'),
         url('../fonts/Modena-Italic_gdi.ttf') format('truetype'),
         url('../fonts/Modena-Italic_gdi.svg#ModenaRegularItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModenaLightRegular';
    src: url('../fonts/Modena-Light_gdi.eot');
    src: url('../fonts/Modena-Light_gdi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Modena-Light_gdi.woff') format('woff'),
         url('../fonts/Modena-Light_gdi.ttf') format('truetype'),
         url('../fonts/Modena-Light_gdi.svg#ModenaLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModenaLightBold';
    src: url('../fonts/Modena-Medium_gdi.eot');
    src: url('../fonts/Modena-Medium_gdi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Modena-Medium_gdi.woff') format('woff'),
         url('../fonts/Modena-Medium_gdi.ttf') format('truetype'),
         url('../fonts/Modena-Medium_gdi.svg#ModenaLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModenaExtraBoldRegular';
    src: url('../fonts/Modena-ExtraBold_gdi.eot');
    src: url('../fonts/Modena-ExtraBold_gdi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Modena-ExtraBold_gdi.woff') format('woff'),
         url('../fonts/Modena-ExtraBold_gdi.ttf') format('truetype'),
         url('../fonts/Modena-ExtraBold_gdi.svg#ModenaExtraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModenaRegularBold';
    src: url('../fonts/Modena-Bold_gdi.eot');
    src: url('../fonts/Modena-Bold_gdi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Modena-Bold_gdi.woff') format('woff'),
         url('../fonts/Modena-Bold_gdi.ttf') format('truetype'),
         url('../fonts/Modena-Bold_gdi.svg#ModenaRegularBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ModenaRegularRegular', Arial, Helvetica, sans-serif;
}

strong, th {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

label {
    font-family: 'ModenaLightBold', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
label.c-input {
    font-family: 'ModenaRegularRegular', Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.form-control-label {
    padding: 0.4375rem 0.975rem;
}

a {
    color: #4caf50;
}
a:hover {
    color: #4caf50;
    text-decoration: underline;
}
a:focus, a:active  {
    color: #4caf50;
    text-decoration: none;
}
a:focus, a:active, button:focus, button:active  {
    outline: none !important;
}

input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

.c-input > input:focus ~ .c-indicator {
    box-shadow: none;
}
.c-indicator {
    background-color: #ccc;
}

.gm-style-cc {
    display: none!important;
}


.row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row-no-gutter::after {
    display: table;
    clear: both;
    content: "";
}

hr.arrow {
    margin: 2.25rem auto;
    border-color: #bdbdbd;
    overflow: visible;
}
hr.arrow::after {
    content: "";
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    margin: 0 auto;
    border: 1px solid #bdbdbd;
    background: #fff url(../img/chevron-down.svg) no-repeat center;
    background-size: 30px 30px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.chapo, .headline {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.btn {
    border-radius: 1px;
}

.btn-default, .btn-primary {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    background-color: #54ca35;
    color: #fff;
    border-color: transparent;
    transition: all 0.25s;
}
.btn-default:hover, .btn-primary:hover {
    background-color: #4caf50;
    color: #fff;
    border-color: transparent;
}
.btn-semi-transparent {
    background-color: rgba(255,255,255,0.25);
    color: #fff;
}
.btn-semi-transparent:hover {
    background-color: #54ca35;
    color: #fff;
}

.form-control {
    border-radius: 1px;
}
.form-control.bg-pointer {
    background: #fff url(../img/pointer2.svg) no-repeat right center;
    background-size: 24px 24px;
}
.form-group.required > label::after {
    content: " *";
}

.modal-ad .modal-header {
    padding: 2rem 2rem;
}

.modal-title {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

.popover {
    max-width: 288px;
}
.popover-title {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    background-color: #e3f2fd;
    padding: 0.75rem 0.875rem;
    text-align: center;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

h4, h5 {
    line-height: 1.2;
}

h6 {
    line-height: 1.5;
}

h6.bold {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
}

.bullet-square::before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #54ca35;
    margin-right: 0.5rem;
}

ul.list-square {
    list-style: none;
    padding-left: 0;
}
ul.list-square > li {
    padding-left: 1rem;
}
ul.list-square > li::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #4caf50;
    margin-left: -1rem;
    margin-right: 0.5rem;
}
ul.list-square.display-unit > li::before {
    background-color: #03a9f4;
}
ul.list-square.coldstore > li::before {
    background-color: #f57c00;
}

.text-vehicle {
    color: #4caf50;
}
.text-display-unit {
    color: #03a9f4;
}
.text-coldstore {
    color: #f57c00;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1.5rem;
}

.navbar-nav .nav-link {
    padding: 0;
    font-size: 0.875rem;
    color: #fff;
}

.navbar-nav .nav-link.envelope::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.5rem;
    background: url(../img/envelope.svg) no-repeat center center;
}
.navbar-nav .nav-link.cart::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.5rem;
    background: url(../img/cart.svg) no-repeat center center;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.25em;
  line-height: 0.9375em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width:0.9375em;
}
.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../flags/1x1/de.svg);
}
.flag-icon-be {
  background-image: url(../flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../flags/1x1/be.svg);
}
.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg);
}
.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg);
}
.flag-icon-it {
  background-image: url(../flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../flags/1x1/it.svg);
}
.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../flags/1x1/lu.svg);
}
.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../flags/1x1/ma.svg);
}
.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../flags/1x1/nl.svg);
}
.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../flags/1x1/pl.svg);
}
.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg);
}
.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}
.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../flags/1x1/ch.svg);
}
.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../flags/1x1/fr.svg);
}
.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../flags/1x1/cz.svg);
}
.flag-icon-at {
  background-image: url(../flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../flags/1x1/at.svg);
}
.flag-icon-za {
  background-image: url(../flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../flags/1x1/za.svg);
}
.flag-icon-hu {
    background-image: url(../flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
    background-image: url(../flags/1x1/hu.svg);
}
.flag-icon-ae {
    background-image: url(../flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
    background-image: url(../flags/1x1/ae.svg);
}

.menu-hamburger {
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: relative;
    width: 300px;
    padding: 1.5rem;
    background-color: #ccc;
    transition: all 0.25s;
}
.menu-hamburger.active {
    right: 0;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
.btn-hamburger-open {
    position: absolute;
    top: 3px;
    right: 1rem;
    z-index: 999;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url(../img/menu.svg) no-repeat center;
    background-size: 32px 32px;
}
.btn-hamburger-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url(../img/cross.svg) no-repeat center;
    background-size: 32px 32px;
}
.menu-hamburger-title {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
.menu-hamburger-block {
    margin: 1rem -1.5rem 0;
    padding: 1rem 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}
.menu-hamburger-dropdown {
    background: url(../img/arrow-nav.svg) no-repeat right center;
}
.nav-hamburger li {
    font-size: 0.875rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-hamburger li:last-child {
    border: none;
}
.menu-hamburger-link {
    display: block;
    color: #373A3C;
}
.menu-hamburger-link:hover {
    text-decoration: none;
}

.side-shortcut {
    position: fixed;
    display: relative;
    right: 0;
    top: 50%;
    z-index: 8888;
}
.side-shortcut-item {
    position: relative;
    display: block;
    background-color: #54ca35;
    width: 2.5rem;
    height: 5rem;
    margin-bottom: 1px;
    transition: all 0.25s;
}
.side-shortcut-item.map {
    background: #54ca35 url(../img/pointer.svg) no-repeat center;
}
.side-shortcut-item.headphone {
    background: #54ca35 url(../img/headphone.svg) no-repeat center;
}
.side-shortcut-item.shop {
    background: #54ca35 url(../img/basket.svg) no-repeat center;
}
.side-shortcut-item:first-child {
    border-top-left-radius: 0.25rem;
}
.side-shortcut-item:last-child {
    border-bottom-left-radius: 0.25rem;
    margin: 0;
}
.side-shortcut-item .side-shortcut-item-label {
    position: absolute;
    left: 2.5rem;
    top: 0;
    bottom: 0;
    width: 11rem;
    padding-left: 1rem;
    background-color: #54ca35;
    color: #fff;
    line-height: 5;
    margin-left: 1px;
}
.side-shortcut-item:hover {
    transform: translateX(-11rem);
    border-radius: 0.25rem 0 0 0.25rem;
    cursor: pointer;
}

.header {
    position: relative;
    background-color: #4caf50;
    background: #4caf50;
    background: -moz-linear-gradient(top,  #4caf50 0%, #54ca35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4caf50), color-stop(100%,#54ca35));
    background: -webkit-linear-gradient(top,  #4caf50 0%,#54ca35 100%);
    background: -o-linear-gradient(top,  #4caf50 0%,#54ca35 100%);
    background: -ms-linear-gradient(top,  #4caf50 0%,#54ca35 100%);
    background: linear-gradient(to bottom,  #4caf50 0%,#54ca35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#54ca35',GradientType=0 );
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0.75rem 0;
}
.header a:hover {
    text-decoration: none;
}
.header-content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
.header-logo {
    width: 22%;
}
.header-logo img {
    max-height: 120px;
}
.header-slogan {
    width: 54%;
}
.header-slogan h4 {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    margin: 1.5rem 0 0;
}
.header-phone {
    width: 24%;
}
.header-phone img {
    height: 1.5rem;
    margin-top: 1.5rem;
}

.footer {
    font-size: 0.8125rem;
    padding: 2rem 0;
    background-color: #333;
    color: #eeeeee;
}
.footer h6 {
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
.footer hr {
    border-top: 1px solid rgba(255, 255, 255, .25);
}
.footer-nav {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}
.footer-nav-divider {
    height: 1px;
    margin: 0.25rem 0px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2);
}
.footer-link {
    color: #bdbdbd;
}
.footer-link:hover {
    text-decoration: none;
}
.footer-link-title {
    color: #fff;
}
.footer-link-title:hover {
    text-decoration: none;
}
.footer-link-social {
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
    margin-right: 0.5rem;
}
.footer-link-social:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.woff2') format('woff2'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

.socicon {
    font-family: "socicon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-top {
    background-color: #263238;
}

.navbar {
    padding: 0.125rem 1rem;
}

.nav-products {
    background-color: #eceff1;
}
.nav-product-item.vehicle:hover, .nav-product-item.vehicle.active, .nav-product-item.vehicle.open {
    color: #fff;
    background: #4caf50;
}
.nav-product-item.display-unit:hover, .nav-product-item.display-unit.active, .nav-product-item.display-unit.open {
    color: #fff;
    background: #03a9f4;
}
.nav-product-item.coldstore:hover, .nav-product-item.coldstore.active, .nav-product-item.coldstore.open {
    color: #fff;
    background: #f57c00;
}
.nav-product-link {
    display: block;
    padding: 0.5rem 0;
    text-transform: uppercase;
    color: inherit;
}
.nav-product-link:hover, .nav-product-link:focus {
    color: #fff;
    text-decoration: none;
}
.nav-product-link::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 24px;
    margin-right: 1rem;
    vertical-align: text-bottom;
}
.vehicle .nav-product-link::before {
    background: url(../img/bg-vehicule.svg) no-repeat center;
    background-size: 36px 24px;
}
.display-unit .nav-product-link::before {
    background: url(../img/bg-display-unit.svg) no-repeat center;
    background-size: 36px 24px;
}
.coldstore .nav-product-link::before {
    background: url(../img/bg-coldstore.svg) no-repeat center;
    background-size: 36px 24px;
}
.nav-product-item.vehicle:hover .nav-product-link::before, .nav-product-item.vehicle.active .nav-product-link::before, .nav-product-item.vehicle.open .nav-product-link::before {
    background: url(../img/bg-vehicule-active.svg) no-repeat center;
}
.nav-product-item.display-unit:hover .nav-product-link::before, .nav-product-item.display-unit.active .nav-product-link::before, .nav-product-item.display-unit.open .nav-product-link::before {
    background: url(../img/bg-display-unit-active.svg) no-repeat center;
}
.nav-product-item.coldstore:hover .nav-product-link::before, .nav-product-item.coldstore.active .nav-product-link::before, .nav-product-item.coldstore.open .nav-product-link::before {
    background: url(../img/bg-coldstore-active.svg) no-repeat center;
}

.dropdown-header {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    color: #373A3C;
}
.dropdown-divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu-vehicle {
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(186, 234, 174, 0.95);
    right: 0;
    padding: 1rem 0;
}
.dropdown-menu-display-unit {
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(179, 229, 252, 0.95);
    right: 0;
}
.dropdown-menu-coldstore {
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 224, 178, 0.95);
    right: 0;
}
.dropdown-item-vehicle {
    font-family: 'ModenaLightBold', Arial, Helvetica, sans-serif;
    padding: 0.5rem 2rem;
}
.dropdown-menu-country, .dropdown-menu-language {
    font-size: 0.875rem;
}

.home-professional {
    background-color: #f4f4f4;
}

.home-products {
    position: relative;
    margin-top: -90px;
}

.home-bloc {
    padding: 2rem 0;
}

.nav-justified-three li {
    float: left;
    width: 33.3333%;
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0.5rem 0;
}
.nav-justified-three li.active {
    border-bottom: 5px solid #fff;
}
.nav-justified-three li.active .nav-target-link, .nav-target-link:hover {
    color: #fff;
}
.nav-target-link {
    display: inline-block;
    color: #373A3C;
}
.nav-target-link::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/arrow-nav.svg) no-repeat center;
    vertical-align: text-top;
    margin-right: 0.25rem;
}
.nav-justified-three li.active .nav-target-link::before {
    background: url(../img/arrow-nav-active.svg) no-repeat center;
}

.home-link {
    display: inline-block;
    color: #607d8b;
}
.home-link:hover {
    text-decoration: none;
}
.home-link-picto {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    background: url(../img/shadow-direct-link.png) no-repeat center bottom;
}
.home-link-title {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    text-transform: uppercase;
}

.direct-link {
    display: inline-block;
    color: #607d8b;
}
.direct-link:hover {
    text-decoration: none;
}
.direct-link-picto {
    display: inline-block;
    padding: 1.375rem;
    border-radius: 50%;
    border: 0.125rem solid #fff;
    background-color: #fff;
    margin-bottom: 1rem;
    transition: all 0.25s;
}
.direct-link-picto img {
    width: 48px;
    height: 48px;
}
.direct-link-title {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    text-transform: uppercase;
}
.direct-link:hover .direct-link-picto {
    border-color: #54ca35;
}

.page-links {
    padding: 2rem 0;
    background-color: #f4f4f4;
}
.page-links .picto {
    width: 96px;
    margin: 0 auto 1rem;
    background-color: #fff;
    border-radius: 50%;
}

.resource-link {
    display: block;
    font-family: "ModenaRegularItalic",Arial,Helvetica,sans-serif;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 1rem;
}
.resource-link::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    background: #eee url(../img/sheet.svg) no-repeat center;
}
.resource-link-inline {
    font-family: "ModenaRegularItalic",Arial,Helvetica,sans-serif;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: inherit;
}
.resource-link-inline::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    background: #eee url(../img/sheet.svg) no-repeat center;
}

.page-content {
    padding: 1rem 0 3rem;
    background-color: #fff;
}

.nav-share {
    float: right;
    list-style: none;
    margin-bottom: 1rem;
    }
    .nav-share li {
        float: left;
        padding-left: 7px;
        }
        .nav-share li a {
            display: block;
            width: 24px;
            height: 24px;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.15);
            border-radius: 50%;
            text-align: center;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
            }
            .nav-share li a.icon-twitter:hover {
                background: #2ca8d2;
            }
            .nav-share li a.icon-facebook:hover {
                background: #305891;
            }
            .nav-share li a.icon-pinterest:hover {
                background: #ca2128;
            }
            
.wizard {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.wizard-step {
    position: relative;
    width: 16%;
    text-align: center;
}
.wizard-step::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 24px;
    width: 100%;
    margin-top: -1px;
    border-top: 2px dotted #607d8b;
}
.wizard-step.is-active::before, .wizard-step.is-done::before {
    border-top: 2px solid #4caf50;
}
.wizard-step:first-child::before {
    display: none;
}
.wizard-step-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 8px;
    margin: 0 auto;
    border: 2px solid #607d8b;
    border-radius: 50%;
    background-color: #fff;
}
.wizard-step-icon img {
    display: block;
    width: 24px;
    height: 24px;
}
.wizard-step-number {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    margin: 0 auto 0.5rem;
    border: 2px solid #607d8b;
    border-radius: 50%;
    background-color: #fff;
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 2.5;
    color: #607d8b;
}
.wizard-step.is-active .wizard-step-number {
    background-color: #54ca35;
    border-color: transparent;
    color: #fff;
}
.wizard-step.is-done .wizard-step-number {
    background-color: #4caf50;
    border-color: transparent;
    color: #fff;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-lmanp9');
    src: url('../fonts/icomoon.eot?#iefix-lmanp9') format('embedded-opentype'),
         url('../fonts/icomoon.woff?-lmanp9') format('woff'),
         url('../fonts/icomoon.ttf?-lmanp9') format('truetype'),
         url('../fonts/icomoon.svg?-lmanp9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e601";
}
.icon-facebook:before {
    content: "\e602";
}
.icon-pinterest:before {
    content: "\e600";
}

@media (max-width: 33.9em) {
    html {
        font-size: 14px;
    }
    
    .nav-direct-links li {
        width: 50%;
    }
    
    .nav-justified-three li {
        font-size: 0.875rem;
    }
}

@media (max-width: 47.9em) {
    html {
        font-size: 15px;
    }
}