html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.innerWrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .innerWrapper {
    width: 100%;
  }
}
.form-group video {
  display: block;
}
header {
  background-color: black;
  color: white;
  min-height: 100px;
}
@media screen and (max-width: 1150px) {
  header #bannerContainer {
    padding: 20px;
    text-align: center;
  }
}
header .headerWrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  header .headerWrapper {
    width: 100%;
  }
}
header .headerWrapper img#logo {
  max-height: 135px;
}
@media screen and (max-width: 1150px) {
  header .headerWrapper img#logo {
    max-height: 100px;
  }
}
body {
  margin: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > .wrapper {
  flex: 1;
}
body .contentWrapper {
  background-color: white;
  color: black;
  min-height: 300px;
  padding: 20px;
}
body div.contentWrapper {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 1150px) {
  body div.contentWrapper {
    padding: 20px;
  }
}
form#lmgForm {
  clear: both;
}
#formPaginator {
  display: block;
  padding: 0;
  margin: 20px 0 0 0;
  clear: both;
}
#formPaginator li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 15px;
  background: #ccc;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: white;
  list-style-type: none;
}
#formPaginator li.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#formPaginator li a {
  color: white;
  cursor: default !important;
  text-decoration: none;
}
footer {
  background-color: black;
  color: white;
  min-height: 100px;
}
footer a {
  color: white;
}
footer a:hover {
  color: red;
}
footer .footerWrapper {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 1150px) {
  footer .footerWrapper {
    padding: 20px;
  }
}
footer .footerWrapper ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1150px) {
  footer .footerWrapper ul {
    text-align: center;
  }
}
footer .footerWrapper li {
  list-style: none;
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons {
  margin-top: 20px;
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul {
  text-align: left;
}
@media screen and (max-width: 1150px) {
  footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul {
    text-align: center;
  }
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul li {
  display: block;
  float: left;
  margin-right: 16px;
}
@media screen and (max-width: 1150px) {
  footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul li {
    display: inline-block;
    float: none;
    margin: 0 10px 0 10px;
  }
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul li a {
  height: 32px;
  width: 32px;
  background-size: contain;
  display: block;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul li a.social-fb {
  background-image: url("../images/social-fb-blue-100.png");
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul li a.social-ig {
  background-image: url("../images/social-ig-color-100.png");
}
footer .footerWrapper .footerWrapperContact .fieldSocialIcons ul li a:hover {
  opacity: 0.7;
}
footer .footerWrapper .footerWrapperContact .fieldAdvert {
  clear: both;
  margin-top: 20px;
  text-align: center;
}
