@font-face {
  font-family: gilroy;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Gilroy-Light.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/Gilroy-LightItalic.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Gilroy-Regular.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/Gilroy-RegularItalic.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Gilroy-Medium.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Gilroy-MediumItalic.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Gilroy-Black.ttf) format("truetype")
}

@font-face {
  font-family: gilroy;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Gilroy-BlackItalic.ttf) format("truetype")
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}


html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'gilroy', sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

ol, ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

a { 
  color: #2DD254;
  color: #333;
}

a:hover { color: #222; }

img {
  max-width: 100%;
  height: auto;
}

p { 
  margin-bottom: 20px;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

body.bm-hueman-side #content h2,
body.bm-hueman-side #content .h2 {
  font-size: 40px;
}

body.bm-hueman-side #content h3,
body.bm-hueman-side #content .h3 {
  font-size: 30px;
}

body.bm-hueman-side #content h4,
body.bm-hueman-side #content .h4 {
  font-size: 20px;
}

strong { font-weight: bold }

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

a.button {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  background-color: #F02500;
  text-decoration: none;
  border-radius: 0;
}
a.button:hover { background-color: #ca0000; }


.bg-light {
  color: #000;
  background-color: #fff;
}

.bg-dark {
  color: #fff;
  background-color: #999;
}

.bg-dark a.button {
  color: #2cacdd;
  background-color: rgba(255,255,255,0.9);
}
.bg-dark a.button:hover { background-color: rgba(255,255,255,1); }

.bg-black { background-color: #000; }
.bg-white { background-color: #fff; }
.bg-gray { background-color: #f6f6f6; }
.bg-blue { background-color: #242850; }

.mw-600 { max-width: 600px; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-40 { margin-bottom: 40px; }

.pb-0 { padding-bottom: 0; }


.row .column {
  margin-bottom: 60px;
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .row {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.flex-vertical-center {
    align-items: center;
  }
  .row.row-reverse-desktop {
    flex-direction: row-reverse;
  }
  .row .column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-one-half {
    width: 50%;
  }
  .column-one-third {
    width: 33.333%;
  }
  .column-two-thirds {
    width: 66.666%;
  }
  .column-two-fifths {
    width: 40%;
  }
  .column-three-fifths {
    width: 60%;
  }

}


#top-bar {
  display: none;
  height: 42px;
  background-color: #009ffd;
}

#header {
  text-align: center;
  background-color: #fff;
}

#header .inner-wrap {
  padding: 25px 40px 20px 40px;
}

#header #logo {
  max-width: 145px;
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
  color: #fff;
  text-align: left;
  background-color: #242850;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .inner-wrap {
  position: relative;
  padding: 80px 40px;
  width: 100%;
  z-index: 2;
}

#hero h1 {
  margin: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
}

#content {
  min-height: calc(100% - 390px);
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#content .inner-wrap h2:first-child { margin-top: 0; }

body.bm-hueman-side #content h2 span {
  color: #fca311;
}

/*
body.bm-hueman-side #content h2:after {
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100px;
  height: 3px;
  background: #0096d6;
}
*/

#content .inner-wrap {
  padding: 80px 40px;
}

#content .inner-wrap .boxed {
  padding: 30px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
}


.bg-skew { 
  position: relative;
  background-color: transparent;
}

.bg-skew.bg-blue:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #f2f0ee;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  z-index: -1;
}

.bg-skew.bg-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242850;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  z-index: -2;
}


@media (min-width: 980px) {
  section#section-intro.edge-photo {
    position: relative;
  }

  section#section-intro.edge-photo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/marquee-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 979px) {

}


#footer {
  height: 100px;
  background-color: #242850;
/*  background-image: url(../images/background-primary.jpg);*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
