@charset "utf-8";
/* CSS Document */
/*Header icon box*/
.header-image [class^="ico"]{height: 40px;margin-bottom: 12px;}
.header-image h1{color:#FFF;}
.header-image p.txt-header{color: #FFF;font-size: 1.5rem;}
.header-image a{text-decoration: none; font-weight: bold;color: #ccc;}
.header-image a:hover{color: #fff;}
.header-image img{filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(99%) contrast(94%);}
.header-image .boxi {padding: 60px 30px;position: relative;overflow: hidden;background: #00896E;box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);transition: all 0.3s ease-in-out;border-radius: 8px;z-index: 1;height: 100%;width: 100%;text-align: center;}
.header-image .boxi:hover {background: #009786;}
/*.header-image {width: 100%; position: relative;background-image: url(/sites/default/files/images/home/parallax1.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}*/
.header-image {width: 100%; position: relative;background-position: center;background-repeat: no-repeat;background-size: cover;}
.header-image .mask-header-image{background:#00896ee6;padding: 60px 0 0 0;}
#header-image-surveys .mask-header-image{background:#EF7911;padding: 60px 0 0 0;}
a.btn-primary.btn-dark.black.invert{border-color: #00896E!important;background-color:#00896E!important;color:#fff!important;}
a.btn-primary.btn-dark.black.invert:hover{border-color: #EF7911!important;background-color:#EF7911!important }
.header-image .box-content {padding-bottom: 60px;}
.box-content{position: relative;}
.header-image:before {content: "";position: absolute;bottom: 0;top: 0;left: 0;right: 0;}
.header-image .container{width: 100%;padding-right: calc(1.5rem * .5);padding-left: calc(1.5rem * .5);margin-right: auto;margin-left: auto;}
.header-image,
.header-image .container,
.mask-header-image{height: 70vh}