/* cmsms stylesheet: _base_mixins.less modified: 06/19/19 16:33:26 */
.text-center {
  text-align: center;
}
/* cmsms stylesheet: _base_reset.less modified: 06/19/19 16:34:06 */
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.3;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Archivo', sans-serif;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
/* cmsms stylesheet: _base_variables.less modified: 06/19/19 16:36:28 */
/* cmsms stylesheet: _layout_buttons.less modified: 06/19/19 16:37:09 */
.btn {
  height: 50px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding: 11px 25px;
  border: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.13);
}
.btn.btn-primary {
  background-color: #009581;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #00c8ad;
}
.btn.btn-secondary {
  background-color: #00584c;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #008b78;
}
.btn.btn-black {
  background-color: #000000;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  background-color: #333333;
}
.btn.btn-default {
  background-color: #fff;
  color: #000000;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #000000;
  background-color: #e6e6e6;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
}
/* cmsms stylesheet: _layout_default.less modified: 06/19/19 16:37:56 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9f9f9;
}
section {
  padding: 90px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #00584c;
}
h1 {
  font-size: 47px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 18px;
}
p,
#page li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
  color: rgba(17, 17, 17, 0.8);
}
#page ul {
  list-style: initial;
  padding-left: 20px;
}
#page ul li {
  margin-bottom: 4px;
}
a {
  color: #46a7e0;
}
a:hover,
a:focus {
  color: #2390d0;
}
small {
  color: #595959;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  p {
    margin-bottom: 30px;
  }
}
/* cmsms stylesheet: _modules_footer.less modified: 06/19/19 17:20:15 */
footer {
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  background-color: #222;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover,
footer a:focus {
  color: rgba(255, 255, 255, 0.6);
}
footer .main {
  line-height: 1.8;
  padding: 50px 0;
}
footer .main h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18pxpx;
  margin-bottom: 15px;
}
footer .main h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
}
footer .main .block {
  display: block;
}
footer .main .links {
  display: block;
}
footer .main .author {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
footer .main .disclaimer {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  footer .main {
    font-size: 16px;
    text-align: center;
  }
  footer .main .row > div {
    margin-bottom: 20px;
  }
  footer .main .disclaimer {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding: 0;
  }
  footer .main h3 {
    font-size: 22px;
  }
  footer .main table {
    margin: 0 auto;
    text-align: left;
  }
}
/* cmsms stylesheet: _modules_header.less modified: 06/19/19 16:38:59 */
header {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  background-color: #253a37;
  padding: 0;
  z-index: 5;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.24);
}
header .top--nav {
  background-color: #ffffff;
  height: 74px;
}
header .top--nav .logo {
  display: inline-block;
  height: 62px;
  margin: 6px 0;
}
header .top--nav .logo img {
  height: 100%;
}
header .top--nav .call--action {
  float: right;
  margin-top: 17px;
}
header .top--nav .call--action a {
  display: table;
  height: 40px;
}
header .top--nav .call--action a .image {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  padding-right: 20px;
}
header .top--nav .call--action a .text {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header .top--nav .call--action a .text .muted {
  display: block;
  color: rgba(0, 0, 0, 0.46);
  font-size: 15px;
  font-family: 'Fira Sans', sans-serif;
}
header .top--nav .call--action a .text .number {
  display: block;
  color: rgba(0, 0, 0, 0.78);
  font-weight: bold;
  font-family: 'Archivo', sans-serif;
}
header .top--nav .call--action a:hover {
  text-decoration: none;
}
header .top--nav .mobile-triggers {
  display: none;
}
header .bottom--nav {
  background-color: #009581;
  height: 46px;
}
header .bottom--nav nav {
  top: 0;
  display: table;
}
header .bottom--nav nav ul {
  height: 46px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
header .bottom--nav nav ul li {
  display: inline-block;
  position: relative;
}
header .bottom--nav nav ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0px;
}
header .bottom--nav nav ul li a img {
  margin-left: 10px;
}
header .bottom--nav nav ul li a:hover,
header .bottom--nav nav ul li a:focus {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
header .bottom--nav nav ul li.active {
  height: 46px;
  padding: 14px 20px;
  background-color: rgba(0, 0, 0, 0.13);
}
header .bottom--nav nav ul li.active a {
  color: #ffffff;
}
header .bottom--nav nav ul li.active a:hover,
header .bottom--nav nav ul li.active a:focus {
  color: rgba(255, 255, 255, 0.8);
}
header .bottom--nav nav ul li:not(:last-child) {
  margin-right: 30px;
}
header .bottom--nav nav ul li.dropdown:hover .dropdown-menu {
  display: block;
}
header .bottom--nav nav ul li.dropdown:hover {
  padding-bottom: 28px;
}
header .bottom--nav nav ul li .dropdown-toggle::after {
  display: none;
}
header .bottom--nav nav ul li .dropdown-toggle:focus,
header .bottom--nav nav ul li .dropdown-toggle:active {
  outline: none;
}
header .bottom--nav nav ul li .dropdown-menu {
  background: #333;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  left: 0;
}
header .bottom--nav nav ul li .dropdown-menu a.dropdown-item {
  text-decoration: none;
  padding: 14px 26px;
  margin: 0;
  color: #fff;
  border-top: 1px solid #444;
  font-weight: 300;
  font-size: 18px;
}
header .bottom--nav nav ul li .dropdown-menu a.dropdown-item:first-child {
  border-top: none;
}
header .bottom--nav nav ul li .dropdown-menu a.dropdown-item:focus,
header .bottom--nav nav ul li .dropdown-menu a.dropdown-item:active,
header .bottom--nav nav ul li .dropdown-menu a.dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
header .bottom--nav nav ul li.show .dropdown-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  header {
    height: 50px;
  }
  header .top--nav {
    height: 50px;
  }
  header .top--nav .logo {
    height: 44px;
    margin: 3px 0;
  }
  header .top--nav .mobile-triggers {
    display: inline-block;
    padding: 0;
    float: right;
    text-align: center;
  }
  header .top--nav .mobile-triggers .btn-call {
    display: inline-block;
    width: 49px;
    height: 38px;
    box-shadow: 0 1px 0 0 #808080;
    background-color: #8c8c8c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 5px 5px 5px 0;
    right: 58px;
    position: absolute;
  }
  header .top--nav .mobile-triggers .btn-call img {
    height: 24px;
    margin-top: 8px;
  }
  header .top--nav .mobile-triggers .toggle-menu {
    right: 0;
    position: absolute;
    vertical-align: top;
    display: inline-block;
    height: 50px;
    width: 57px;
    background-color: #009581;
  }
  header .top--nav .mobile-triggers .toggle-menu img {
    height: 30px;
    margin-top: 10px;
  }
  header .top--nav .call--action {
    display: none;
  }
  header .bottom--nav {
    display: none;
  }
}
/* cmsms stylesheet: _modules_mobile-navigation.less modified: 06/19/19 16:39:32 */
#wrapper {
  z-index: 3;
  position: relative;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#wrapper.menu-is-open {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.menu-open header {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
}
#mobile-navigation {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#mobile-navigation .navigation {
  margin: 50px 0;
  list-style: none;
  padding: 0;
}
#mobile-navigation .sub-menu {
  padding: 0 10px 0 15px;
  display: none;
  list-style: none;
}
#mobile-navigation a {
  display: block;
  line-height: 2em;
  padding: 5px 16px 5px 32px;
  color: #aab5b7;
  text-decoration: none;
  font-size: 14px;
}
#mobile-navigation a:hover {
  color: #fff;
}
#mobile-navigation a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
#mobile-navigation .no-touch a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #mobile-navigation .cd-navigation {
    margin: 20px 0;
  }
}
#mobile-navigation.menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;
}
#mobile-navigation .item-has-children > a {
  position: relative;
}
#mobile-navigation .item-has-children a img {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin: 2px 8px;
  -webkit-transform-origin: 2px 8px;
  -moz-transform-origin: 2px 8px;
}
#mobile-navigation .item-has-children > a.submenu-open img {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#mobile-navigation .item-has-children .collapser {
  float: right;
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  text-align: center;
}
#mobile-navigation .item-has-children .collapser img {
  margin-top: -3px;
}
/* cmsms stylesheet: _modules_slider.less modified: 06/19/19 16:44:23 */
section#slider {
  height: 500px;
  margin-top: 120px;
  padding: 0;
  background-image: url('../img/cover-home-desktop.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section#slider .row > div {
  display: table;
}
section#slider .caption {
  display: table-cell;
  height: 500px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
section#slider .caption h3 {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.27);
  background-color: #dec802;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 8px 20px;
}
section#slider .caption h1 {
  color: #ffffff;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.41);
  font-size: 60px;
  line-height: normal;
  margin-top: 20px;
}
section#slider .caption p span {
  color: #009581;
}
section#slider .caption .btn {
  margin-top: 40px;
}
section#slider.small {
  height: 220px;
}
section#slider.small .caption {
  height: 220px;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 0;
}
section#slider.small .caption h1 {
  font-size: 47px;
  text-shadow: 0 3px 11px rgba(0, 0, 0, 0.14);
}
section#slider.small .caption ol.breadcrumbs {
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #dec802;
  display: inline-block;
  padding: 3px 20px;
}
section#slider.small .caption ol.breadcrumbs li {
  list-style: none;
  display: inline-block;
}
section#slider.small .caption ol.breadcrumbs li.separator {
  margin: 0 12px;
}
section#slider.small .caption ol.breadcrumbs li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
section#slider.project {
  height: 380px;
}
section#slider.project .container {
  display: table;
  width: 100%;
}
section#slider.project .caption {
  height: 380px;
  margin: 0 auto;
  text-align: center;
}
section#slider.project .caption h1 {
  margin: 0;
  font-size: 52px;
}
section#slider.project .caption p {
  font-size: 21px;
}
section#slider .owl-dots {
  margin-top: -35px;
  z-index: 4;
  position: relative;
}
section#slider .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border: solid 3px #ffffff;
  background-color: transparent;
}
section#slider .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
section#slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
section#slider .owl-nav .owl-prev,
section#slider .owl-nav .owl-next {
  position: absolute;
  border-radius: 0;
  width: 40px;
  height: 50px;
  background-color: #274a45;
  margin: 0;
  padding: 12px 0;
}
section#slider .owl-nav .owl-prev {
  left: 0;
}
section#slider .owl-nav .owl-next {
  right: 0;
}
@media only screen and (max-width: 992px) {
  section#slider {
    height: 450px;
  }
  section#slider .caption {
    height: 450px;
    vertical-align: bottom;
    padding-bottom: 50px;
  }
  section#slider .caption h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  section#slider .caption h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  section#slider.small {
    height: 140px;
  }
  section#slider.small .caption {
    height: 140px;
  }
  section#slider.small .caption h1 {
    font-size: 32px;
  }
  section#slider.project .caption h1 {
    font-size: 30px;
  }
  section#slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: solid 2px #ffffff;
    margin: 5px 4px;
  }
  section#slider .owl-nav {
    margin-top: -20px;
  }
  section#slider .owl-nav .owl-prev,
  section#slider .owl-nav .owl-next {
    width: 30px;
    height: 40px;
    padding: 10px 0;
  }
  section#slider .owl-nav .owl-prev img,
  section#slider .owl-nav .owl-next img {
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section#slider {
    height: 380px;
    margin-top: 50px;
  }
  section#slider .caption {
    height: 380px;
  }
}
/* cmsms stylesheet: _views_home.less modified: 09/07/20 14:56:21 */
section#intro .muted {
  color: #5a5a5a;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
section#intro .row .row {
  text-align: center;
}
section#intro img {
  max-width: 150px;
  max-height: 70px;
}
section#intro .owl-item {
  display: inline-block;
}
section#intro .slider {
  overflow: hidden;
}
section#intro .slider .disabled {
  display: none;
}
section#services {
  background-color: #f9f9f9;
  padding: 60px 0;
}
section#services .block {
  display: block;
  background-color: #ffffff;
  padding: 0;
  border-bottom: 3px solid #dec802;
  text-align: center;
  height: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
}
section#services .block .image {
  height: 140px;
  display: inline-block;
  padding-top: 30px;
}
section#services .block .link {
  text-decoration: underline;
}
section#services .block:hover,
section#services .block:focus {
  text-decoration: none;
}
section#about-us img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  section#intro .hide {
    display: none;
  }
  section#services .block {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.12);
  }
  section#services .block h4 {
    font-size: 19px;
  }
  section#services .block .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  section#services .block {
    margin-bottom: 10px;
    display: table;
    height: 90px;
    width: 100%;
    border-left: 3px solid #dec802;
    border-bottom: none;
    padding: 15px 35px;
    text-align: left;
  }
  section#services .block .image {
    display: table-cell;
    padding: 0;
    height: auto;
    vertical-align: middle;
    width: 100px;
  }
  section#services .block .image img {
    max-height: 50px;
  }
  section#services .block h4 {
    margin-top: 7px;
    margin-bottom: 5px;
  }
  section#about-us img {
    width: 100%;
    max-width: 220px;
    margin: 20px auto 20px;
    display: block;
  }
  section#about-us h2 {
    margin-top: 32px;
  }
}
/* cmsms stylesheet: _views_page.less modified: 06/19/19 17:18:41 */
section#page {
  font-size: 14px;
  padding: 0;
  background-color: #ffffff;
}
section#page h2 {
  color: #009581;
  font-size: 28px;
  margin-top: 0;
}
section#page h3 {
  color: #009581;
  font-size: 24px;
}
section#page .row-fluid {
  position: relative;
}
section#page .sidebar {
  padding: 0;
  position: absolute;
  height: 100%;
  top: 0;
  float: right;
  right: 0;
  padding: 90px 0;
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 0 0 22px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 0 0 22px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 22px 0 rgba(0, 0, 0, 0.11);
  padding-left: 65px;
}
section#page .content {
  padding: 90px 0;
  padding-right: 60px;
}
section#cta-contact {
  background-color: #009581;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
section#cta-contact .bg-image {
  background-image: url(../img/cta-background-figure.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}
section#cta-contact .bg-image img {
  margin-top: 22px;
}
section#cta-contact .padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
section#cta-contact .title {
  font-size: 25px;
  font-weight: bold;
  display: block;
  color: #fff;
  font-family: 'Archivo', sans-serif;
}
section#cta-contact .btn.btn-primary {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  background-color: #dec802;
  font-size: 16px;
  color: #000000;
  height: 45px;
  margin-top: 5px;
  font-family: 'Fira Sans', sans-serif;
}
@media only screen and (max-width: 1200px) {
  section#cta-contact {
    font-size: 14px;
  }
  section#cta-contact .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  section#page .content {
    padding: 40px 15px;
  }
  section#page .sidebar {
    position: relative;
    padding: 40px 0 15px;
  }
  section#page .sidebar .row {
    max-width: 720px;
    margin: 0 auto;
  }
  section#page .sidebar .row > div {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  section#page .content {
    padding: 40px 15px;
  }
  section#page .sidebar .row {
    max-width: 540px;
  }
  section#page .sidebar .row > div {
    padding: 0 15px;
  }
  section#cta-contact .container {
    max-width: 100%;
  }
  section#cta-contact .row {
    position: relative;
  }
  section#cta-contact .bg-image {
    position: absolute;
    left: 0;
    width: 120px;
    height: 100%;
    background-size: cover;
    background-position-x: right;
    text-align: left !important;
  }
  section#cta-contact .bg-image img {
    position: relative;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    margin-left: 15px;
  }
  section#cta-contact .title {
    margin-bottom: 10px;
  }
  section#cta-contact .padded {
    padding: 0;
    margin-top: 25px;
  }
  section#cta-contact .padded:last-child {
    margin-top: 0;
    margin-bottom: 25px;
  }
  section#cta-contact .btn.btn-primary {
    margin-top: 15px;
  }
}
/* cmsms stylesheet: _views_project.less modified: 06/19/19 16:41:12 */
#producten {
  overflow: auto;
}
#producten > a > .item {
  float: left;
  margin-right: 10px;
  max-width: 220px;
  min-height: 280px;
}
#producten > a > .item:hover h3 {
  color: #009581;
}
#producten > a > .item .imgcontainer {
  width: 220px;
  height: 188px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 188px;
}
#producten > a > .item .imgcontainer img {
  max-width: 166px;
  max-height: 164px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#producten > a > .item h3 {
  text-align: center;
  color: #111;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 0;
}
#producten > a > .item p {
  text-align: center;
  color: #555;
  font-size: 14px;
}
@media only screen and (max-width: 490px) {
  #producten {
    overflow: auto;
  }
  #producten > a > .item {
    margin-right: 10px;
    max-width: 180px;
    min-height: 280px;
  }
  #producten > a > .item .imgcontainer {
    width: 180px;
    height: 188px;
    line-height: 188px;
  }
  #producten > a > .item .imgcontainer img {
    max-width: 146px;
  }
}
@media only screen and (max-width: 410px) {
  #producten {
    overflow: auto;
  }
  #producten > a > .item {
    margin-right: 8px;
    max-width: 163px;
    min-height: 280px;
  }
  #producten > a > .item .imgcontainer {
    width: 163px;
    height: 188px;
    line-height: 188px;
  }
  #producten > a > .item .imgcontainer img {
    max-width: 129px;
  }
}
@media only screen and (max-width: 365px) {
  #producten {
    overflow: auto;
  }
  #producten > a > .item {
    float: none;
    margin-right: 0px;
    max-width: 98%;
    min-height: initial;
  }
  #producten > a > .item .imgcontainer {
    width: 98%;
    height: 168px;
    line-height: 168px;
  }
  #producten > a > .item .imgcontainer img {
    max-width: 80%;
  }
}
.product .return-link:first-of-type {
  margin-bottom: 20px;
  display: block;
}
.product .brochure:hover {
  text-decoration: none;
}
.product .brochure > div {
  padding: 16px 20px;
  background: #e6e6e6;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #222;
}
.product .brochure > div:hover {
  background: #eee;
}
.product .brochure > div .pdf-icon {
  height: 26px;
  margin-right: 14px;
}
