/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, 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; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  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; }

/*Set site defaults*/
/* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  font-size: 12px; }

/*  apply a natural box layout model to all elements  */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Roboto';
  src: url("../Fonts/Roboto.eot");
  src: url("../Fonts/Roboto.woff2") format("woff2"), url("../Fonts/Roboto.woff") format("woff"), url("../Fonts/Roboto.ttf") format("truetype"), url("../Fonts/Roboto.svg#Roboto") format("svg"), url("../Fonts/Roboto.eot?#iefix") format("embedded-opentype");
  font-style: normal; }
@font-face {
  font-family: 'poppins-light';
  src: url("../fonts/poppins-light.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'poppins-regular';
  src: url("../../fonts/poppins-regular.ttf") format("truetype");
  font-style: normal; }
body {
  font-family: "poppins-regular", Helvetica, sans-serif;
  font-size: 1rem; }

.body {
  width: 100%;
  height: 100%; }

form {
  width: 100%;
  height: 100%; }

/*preload banner images to avoid flickering*/
body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../Images/home01.jpg") url("../Images/about_us.jpg") url("../Images/contact_us.jpg"); }

p {
  font-size: 0.9em;
  color: white;
  line-height: 1.5rem; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #0066b1;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: "poppins-regular", Helvetica, sans-serif;
  font-weight: bold; }

h2 {
  font-size: 1.5em;
  color: #0a2c4e;
  line-height: 1.5em; }

h3 {
  font-size: 1.25em;
  line-height: 1.5em; }

h4 {
  font-size: 1em;
  color: #366fae;
  line-height: 1.5em; }

h5 {
  font-size: 0.9em;
  line-height: 1.5em; }

/* Image */
figure img {
  width: 100%;
  height: 100%; }

.image {
  border-radius: 6px;
  border: 0;
  display: inline-block;
  position: relative; }

.image img {
  border-radius: 6px;
  display: block; }

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em; }

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em; }

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%; }

.image.fit img {
  display: block;
  width: 100%; }

/*Navigation and logo*/
.nav-bar {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  flex: 1;
  justify-content: space-between; }
  .nav-bar .logo {
    margin-left: 30px; }
  .nav-bar .main-menu {
    display: none; }
    .nav-bar .main-menu ul li {
      white-space: nowrap; }
  .nav-bar .mobile-menu {
    display: block;
    position: fixed;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none; }
    .nav-bar .mobile-menu input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      /* hide this */
      z-index: 2;
      /* and place it over the hamburger */
      -webkit-touch-callout: none; }
    .nav-bar .mobile-menu span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #cdcdcd;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .nav-bar .mobile-menu span:first-child {
      transform-origin: 0% 0%; }
    .nav-bar .mobile-menu span:nth-last-child(2) {
      transform-origin: 0% 100%; }
    .nav-bar .mobile-menu input:checked ~ span {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #fff; }
    .nav-bar .mobile-menu input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
    .nav-bar .mobile-menu input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px); }
    .nav-bar .mobile-menu ul {
      display: none;
      position: fixed;
      width: 300px;
      height: 110%;
      margin: -100px 0 0 -100px;
      padding: 60px 0 10px;
      background: #366fae;
      list-style-type: none;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .nav-bar .mobile-menu ul li {
        padding: 15px 10px;
        font-size: 0.9em;
        display: block;
        font-weight: 700; }
        .nav-bar .mobile-menu ul li a:hover {
          color: #fff; }
      .nav-bar .mobile-menu ul li:hover {
        background-color: #2161a7;
        color: #fff; }
    .nav-bar .mobile-menu input:checked ~ ul {
      display: block;
      transform: none; }

/*Header section*/
header {
  margin-top: 1.2rem; }
  header .banner {
    position: relative;
    height: 100%;
    margin-bottom: 15px; }
    header .banner figure {
      height: 100%;
      width: 100%; }
    header .banner img {
      background-size: cover;
      width: 100%;
      height: 100%; }
    header .banner p {
      position: absolute;
      top: 30%;
      left: 7%;
      color: white;
      font-family: "poppins-regular", Helvetica, sans-serif;
      font-size: 3.5vw;
      line-height: 3.3vw;
      font-weight: bold; }
    header .banner .home-font-size {
      font-size: 3.5vw;
      line-height: 3.3vw; }
  header .block-contact {
    margin: 0 auto;
    /*margin-bottom: 2rem;*/
    background-color: #2161A7;
    border-radius: 10px;
    padding: 20px 20px 20px 0px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-family: "poppins-regular", Helvetica, sans-serif;
    position: relative;
    margin-top: -80px; }
    header .block-contact p {
      color: white; }
    header .block-contact .link-cont a:hover {
      color: #242424;
      text-decoration: underline; }
    header .block-contact .column {
      color: white;
      padding-top: 1rem;
      padding-left: 20px; }
      header .block-contact .column .column-title {
        font-family: "poppins-regular", Helvetica, sans-serif;
        font-weight: bold; }
  header .cookie-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background-color: #fff;
    z-index: 999;
    box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
    width: 100%; }
    header .cookie-bar .cookie-bar-content {
      width: 90%;
      padding: 10px 0px;
      display: flex;
      justify-content: start;
      align-items: center;
      color: #fff;
      margin: auto; }
      header .cookie-bar .cookie-bar-content p {
        font-size: 0.8rem;
        line-height: 0.9rem;
        color: #242424; }
      header .cookie-bar .cookie-bar-content a {
        color: #366fae; }
      header .cookie-bar .cookie-bar-content .cookie-bar-button {
        padding: 10px 25px;
        background-color: #285ea3;
        text-align: center;
        margin-left: 25px;
        color: #fff;
        border-radius: 5px;
        cursor: default;
        font-size: 0.7rem;
        height: 30px;
        line-height: 50%; }
      header .cookie-bar .cookie-bar-content .cookie-bar-button:hover {
        cursor: pointer;
        background-color: #366fae; }

/*main section*/
main {
  background: #fff;
  color: #555f66;
  margin: 0 auto;
  max-width: 90%;
  font-family: "poppins-regular", Helvetica, sans-serif; }
  main strong, main b {
    font-weight: bold;
    color: #666f77; }
  main section.our-services {
    padding: 3rem 0 1rem 0; }
    main section.our-services .service-header {
      text-align: center; }
      main section.our-services .service-header h5 {
        font-weight: normal; }
    main section.our-services .services-table {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    main section.our-services .service-content {
      flex: 1;
      padding: 20px;
      color: white;
      border-radius: 5px;
      margin-bottom: 5px;
      min-width: 250px;
      -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75); }
      main section.our-services .service-content p {
        padding: 5px; }
    main section.our-services .alt-service {
      margin-top: 0px;
      margin-bottom: 5px; }
    main section.our-services .service-content:hover {
      box-shadow: rgba(0, 0, 0, 0.4); }
    main section.our-services .service-content h4 {
      text-align: center;
      margin: 1rem 0px; }
  main section.about-us-blocks {
    padding: 2rem 0 1rem 0; }
    main section.about-us-blocks p {
      color: #444444; }
    main section.about-us-blocks .block {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 20px;
      align-content: center; }
    main section.about-us-blocks .column {
      flex: 1;
      margin-right: 30px;
      min-width: 300px;
      max-width: 420px;
      -webkit-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.75);
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    main section.about-us-blocks .column > * {
      flex: 1;
      padding: 10px 5px; }
    main section.about-us-blocks .trans-space {
      min-height: 300px;
      opacity: 0; }
    main section.about-us-blocks .column:hover {
      cursor: pointer; }
    main section.about-us-blocks .img-about-us {
      position: relative; }
      main section.about-us-blocks .img-about-us img {
        content: url("../images/home_page_about_us.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 100%;
        padding: 0px; }
      main section.about-us-blocks .img-about-us .link-info {
        position: absolute;
        bottom: 0px; }
    main section.about-us-blocks .img-value-add {
      position: relative; }
      main section.about-us-blocks .img-value-add img {
        content: url("../images/deal.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 100%;
        padding: 0px; }
      main section.about-us-blocks .img-value-add .link-info {
        position: absolute;
        bottom: 0px; }
    main section.about-us-blocks .col-contents {
      background-color: #fff;
      margin-top: -100px;
      padding: 5px 10px; }
    main section.about-us-blocks .inner-block {
      display: flex;
      justify-content: start;
      align-items: start; }
  main section.about-us {
    margin-top: 20px; }
    main section.about-us h2 {
      color: #366fae;
      margin-bottom: 15px; }
    main section.about-us p {
      color: #bbb;
      text-align: justify; }
    main section.about-us .block {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      justify-content: space-between;
      font-family: "poppins-regular", Helvetica, sans-serif; }
    main section.about-us .column {
      flex: 1;
      margin-bottom: 20px; }
    main section.about-us .column:first-child {
      min-width: 300px; }
    main section.about-us .summary .summary-item {
      display: flex;
      background-color: #2161A7;
      border-radius: 20px;
      padding: 0.9em;
      margin-bottom: 10px;
      justify-content: space-between; }
      main section.about-us .summary .summary-item p {
        color: #fff;
        line-height: 1.5em;
        font-size: 0.9rem; }
      main section.about-us .summary .summary-item strong, main section.about-us .summary .summary-item b {
        color: #fff; }
      main section.about-us .summary .summary-item .number {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #667d9a;
        font-size: 1.5em;
        padding: 1em;
        color: #fff;
        max-width: 70px;
        max-height: 70px; }
      main section.about-us .summary .summary-item .summary-text {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        padding-left: 1em; }
    main section.about-us .summary .summary-item.alt {
      background-color: #1e3c71; }
  main section.organogram {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%; }
    main section.organogram h2 {
      color: #366fae;
      margin-bottom: 15px; }
    main section.organogram .header {
      max-width: 1000px; }
    main section.organogram .actions {
      max-width: 1000px;
      margin-top: 25px;
      margin-bottom: 25px; }
      main section.organogram .actions ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none; }
      main section.organogram .actions ul li {
        display: inline-block;
        clear: none;
        float: left;
        height: 34px;
        padding-right: 6px; }
    main section.organogram .org-group {
      max-width: 1000px; }
      main section.organogram .org-group .photo-container {
        margin-top: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap; }
        main section.organogram .org-group .photo-container figure {
          margin-right: 20px;
          width: 200px; }
  main section.download-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: stretch;
    margin-top: 30px; }
    main section.download-block .DownloadsBG1 {
      flex: 1 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      border: #fff 0px solid;
      border-radius: 5px;
      -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75); }
    main section.download-block .even {
      background-color: #C9C9C9;
      margin-top: 15px;
      margin-bottom: 10px; }
    main section.download-block .odd {
      background-color: #DBDBDB;
      margin-bottom: 20px; }
    main section.download-block .DownloadsDocs {
      margin-left: 15px;
      margin-right: 15px; }
      main section.download-block .DownloadsDocs p {
        margin-bottom: 0.7rem; }
    main section.download-block .DownloadsDocs p a {
      font-weight: normal;
      color: #0066b1;
      background-color: transparent;
      line-height: 0.1; }
      main section.download-block .DownloadsDocs p a p a:hover {
        text-decoration: underline; }
    main section.download-block li a {
      font-weight: 200;
      color: #fff; }
    main section.download-block .H1-Downloads {
      color: #6d6e70;
      font-size: 1.6em;
      padding-top: 10px;
      padding-left: 15px;
      padding-right: 15px;
      height: 40px; }
    main section.download-block .H2-Downloads {
      padding: 10px;
      color: #FFFFFF;
      background-color: #777777;
      margin-bottom: 10px; }
    main section.download-block .H3-Downloads {
      padding: 10px;
      color: #FFFFFF;
      background-color: #ADADAD;
      margin-bottom: 10px; }
    main section.download-block .download-pad {
      margin-bottom: 20px; }
    main section.download-block .panel {
      margin-bottom: 5px;
      color: #ffffff;
      background-color: #bcbdc0;
      border: 0px solid transparent;
      border-radius: 0px;
      -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0); }
      main section.download-block .panel ul {
        padding-left: 3em;
        font-size: 0.85em;
        line-height: 1.5em; }
    main section.download-block .panel-body {
      padding: 15px;
      font-weight: 100; }
    main section.download-block .panel-heading {
      padding: 10px 15px;
      border-bottom: 1px solid transparent;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    main section.download-block .panel-heading > .dropdown .dropdown-toggle {
      color: inherit;
      font-weight: 100;
      background-color: #bcbdc0; }
    main section.download-block .panel-title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 16px;
      color: inherit; }
    main section.download-block .panel-title > a,
    main section.download-block .panel-title > small,
    main section.download-block .panel-title > .small,
    main section.download-block .panel-title > small > a,
    main section.download-block .panel-title > .small > a {
      color: inherit; }
    main section.download-block .panel-footer {
      padding: 20px 15px;
      background-color: #f5f5f5;
      border-top: 0px solid transparent;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
    main section.download-block .a .panel {
      color: #ffffff; }
    main section.download-block .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    main section.download-block .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    main section.download-block .no-pad {
      padding: 0px !important; }
    main section.download-block .no-overflow {
      overflow-x: hidden;
      overflow-y: hidden; }
    main section.download-block .tk-bebas-neue {
      font-family: BebasNeueRegular, Impact, Haettenschweiler, "Arial Black", sans-serif; }
  main section.contact-us {
    margin-top: 60px; }
    main section.contact-us p {
      color: #444444; }
    main section.contact-us .block {
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      font-family: "poppins-regular", Helvetica, sans-serif;
      width: 100%;
      justify-content: stretch; }
      main section.contact-us .block .column {
        flex: 1 0 auto; }
        main section.contact-us .block .column .sales {
          text-align: justify;
          font-size: 0.9em;
          min-width: 300px;
          display: flex;
          flex-direction: column; }
          main section.contact-us .block .column .sales figure {
            display: inline-flex; }
            main section.contact-us .block .column .sales figure img {
              width: 100px;
              margin: 5px 10px; }
          main section.contact-us .block .column .sales p {
            padding-bottom: 15px;
            color: #0a2c4e;
            margin-top: auto; }
    main section.contact-us .contact-form {
      width: 100%;
      --background: white;
      --border: rgba(0, 0, 0, 0.125);
      --borderDark: rgba(0, 0, 0, 0.25);
      --borderDarker: rgba(0, 0, 0, 0.5);
      --bgColorH: 0;
      --bgColorS: 0%;
      --bgColorL: 98%;
      --fgColorH: 210;
      --fgColorS: 50%;
      --fgColorL: 38%;
      --shadeDark: 0.3;
      --shadeLight: 0.7;
      --shadeNormal: 0.5;
      --borderRadius: 0.125rem;
      --highlight: #306090;
      background: white;
      border: 1px solid var(--border);
      border-radius: var(--borderRadius);
      box-shadow: 0 1rem 1rem -0.75rem var(--border);
      display: flex;
      flex-direction: column;
      padding: 1rem;
      overflow: hidden; }
      main section.contact-us .contact-form .form-cols-2 {
        display: flex;
        justify-content: space-between;
        align-items: start;
        padding-bottom: 10px; }
        main section.contact-us .contact-form .form-cols-2 .col-label {
          flex: 1;
          max-width: 40%; }
        main section.contact-us .contact-form .form-cols-2 .col-input {
          flex: 1;
          max-width: 60%; }
        main section.contact-us .contact-form .form-cols-2 .send-btn {
          width: 100%; }
  main section.login {
    font-family: "poppins-regular", Helvetica, sans-serif;
    width: 100%;
    max-width: 660px;
    position: relative;
    font-size: 0.9em;
    color: #242424;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75); }
    main section.login .column {
      margin-bottom: 5px; }
    main section.login .login-header {
      display: flex;
      justify-items: start;
      width: 100%;
      height: 20%;
      margin-top: 10px;
      padding: 35px 10px 10px 10px;
      position: relative; }
      main section.login .login-header figure {
        max-width: 40%;
        max-height: 60%;
        margin: 10px; }
      main section.login .login-header .close-btn {
        width: 40px;
        height: 40px;
        position: relative;
        top: 5px;
        border: none;
        background-color: transparent;
        text-align: center; }
      main section.login .login-header .link-close {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 3em;
        color: #a9a9ac;
        text-align: center;
        line-height: 40px; }
      main section.login .login-header a.link-close:hover {
        background-color: #a9a9ac;
        color: #2161A7;
        text-decoration: none;
        border: 1px solid #a9a9ac;
        border-radius: 3px;
        text-align: center; }
    main section.login .login-body {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 90%;
      padding: 5% 5% 7% 5%;
      font-size: 0.9rem; }
      main section.login .login-body .button {
        width: 94%; }
      main section.login .login-body .login-textfield {
        width: 94%;
        height: 33px;
        border-radius: 5px;
        border: 1px solid; }
      main section.login .login-body p {
        padding-bottom: 15px;
        font-size: 0.9rem;
        color: #00559a;
        font-style: italic; }
      main section.login .login-body .pw-checkbox {
        vertical-align: bottom;
        position: relative;
        bottom: 1px; }
      main section.login .login-body .pw-label {
        display: inline; }
      main section.login .login-body .passwordinformation {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%; }
        main section.login .login-body .passwordinformation .column {
          margin-bottom: 5px; }
    main section.login .link {
      margin: 0 0 10px 0;
      padding: 0 0 0 0;
      font-size: 0.9em; }
    main section.login .link a {
      text-decoration: underline;
      color: #5a5555; }
    main section.login .link a:hover {
      color: #00559a;
      text-decoration: underline; }

ul.actions li {
  display: inline-block; }

/* Button */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #2161A7;
  border-radius: 6px;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.9em;
  height: 2.85rem;
  line-height: 2.85rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-indent: 0.25rem; }

.button:hover {
  background-color: #232d33; }

.button:active {
  background-color: #0f1315; }

.button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
  color: #666f77 !important; }

.button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075); }

.button.alt.active {
  background-color: rgba(144, 144, 144, 0.3);
  font-weight: bold; }

.button:disabled {
  background-color: #555f66 !important;
  box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
  color: #fff !important;
  cursor: default;
  opacity: 0.25; }

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important; }

.icon > .label {
  display: none; }

.icon.major {
  display: block;
  margin: 10px auto;
  color: #ffffff;
  background: #629DD1;
  width: 3em;
  height: 3em;
  font-size: 2em;
  text-align: center;
  line-height: 3em;
  border-radius: 100%;
  box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25); }

footer {
  padding-bottom: 0;
  background-color: #262626;
  font-family: "poppins-regular", Helvetica, sans-serif;
  border: 1px solid none; }
  footer .page-footer {
    margin: 0 auto;
    max-width: 90%;
    font-size: 0.9em; }
    footer .page-footer .block {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: start; }
    footer .page-footer .column {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 20px;
      flex: 1;
      min-width: 300px; }
      footer .page-footer .column .sales {
        display: flex;
        flex-wrap: wrap; }
        footer .page-footer .column .sales p {
          max-width: 400px;
          margin-bottom: 20px;
          padding-right: 2rem; }
    footer .page-footer .column:first-child {
      max-width: 300px;
      padding-right: 1rem; }

.div-footer-img {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  position: relative; }

/*Force an element not to collapse*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*downloads styles*/
.hidecontrol {
  display: none; }

.centered-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.field-icon {
  margin-left: -32px;
  position: relative; }

.field-icon-resetpassword {
  margin-right: 7%;
  margin-top: -25px;
  float: right; }

/*@media only screen and (min-width: 560px) {
    @import "medium";
}*/
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px; }

  .nav-bar .mobile-menu {
    display: none; }
  .nav-bar .main-menu {
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .nav-bar .main-menu li a {
      color: #366fae;
      padding: 15px 15px; }
    .nav-bar .main-menu li a:hover {
      background-color: #366fae;
      color: #fff; }
    .nav-bar .main-menu li {
      white-space: nowrap; }

  header .block-contact {
    margin-top: -120px; }

  main section.about-us .column:first-child {
    max-width: 40%; }
  main section.about-us .block p:first-of-type {
    padding-right: 50px; }
  main section.contact-us .block .column .sales {
    padding-left: 40px; } }
@media only screen and (min-width: 1060px) {
  html {
    font-size: 16px; }

  header {
    height: 60%; }
    header .block-contact {
      max-width: 1000px; }

  main section.our-services .alt-service {
    margin-top: 1rem;
    margin-bottom: -5px; }
  main section.contact-us {
    margin-top: 80px; }
  main section.retrieve-pw-block {
    width: 40%; } }
