/*************************************************
 * MISC
 *************************************************/

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-weight: 300;
    margin-top: 1.5em;
}

h1 {
    font-size: 35px;
    margin-bottom: 0.67em;
}

h2 {
    font-size: 26px;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 22px;
    margin-bottom: 0.4em;
}

.gm-anchor {
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
    margin-top: -16px;
}

button:focus {outline:0;}

/*************************************************

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*************************************************
 * FOOTER UGLY STYLES Todo Fix
 *************************************************/

.neos-alignment-center {
    text-align: center;
}

@media (max-width: 575px) {
    footer .neos-alignment-center, footer p, footer a, footer figure {
        text-align: left !important;
    }
}

/*************************************************
 * FONTAWESOME ICON BIG
 *************************************************/

.gm-fa-icon-big {
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #ee7203;
    margin-bottom: 15px;
    margin-top: 10px;
}

/*************************************************
 * LIST STYLE BULLETS (Fontawesome)
 *************************************************/

.gm-bullets {
    list-style: none;
    padding: 0;
}
.gm-bullets li {
    padding-left: 1.7em;
    margin-left: 1em;
}
.gm-bullets li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    margin-left: -1.7em; /* same as padding-left set on li */
    width: 1.7em; /* same as padding-left set on li */
}

/*************************************************
 * HEADER
 *************************************************/

.header-wrapper {
    height: 160px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.header-right {
    text-align: right;
    line-height: 160px;
    font-size: 25px;
    color: #747474;
    font-weight: 300;
    font-style: normal;
}
.header-left {
    line-height: 160px;
}
.header-left img {
    height: 54px;
    width: auto;
}

@media (max-width: 767px) {
    .header-wrapper {
        height: 130px;
    }
    .header-left, .header-right {
        line-height: 80px;
    }
    .header-left img {
        height: 54px;
        margin-top: 20px;
        width: auto;
    }
    .header-right {
        text-align: left;
        line-height: 40px;
        font-size: 20px;
    }
}

/*************************************************
 * MAIN MENU
 *************************************************/

.main-menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.main-menu a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-menu li a:hover, .main-menu li.active .nav-link {
    color: #ee7203;
}

.main-menu .dropdown-item, .main-menu .dropdown-item.active, .main-menu .dropdown-item:active {
    background-color: #fff;
}

.main-menu a.dropdown-item {
    color: #747474;
}

/*************************************************
 * LANGUAGE MENU
 *************************************************/

.language-menu ul {
    list-style-type: none;
}

/*************************************************
 * HERO IMAGE
 *************************************************/

.hero-image-wrapper {
    height: 150px;
}

.hero-image-content-wrapper {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 576px) { .hero-image-wrapper, .hero-image-content-wrapper { height: 200px; } }
@media (min-width: 768px) { .hero-image-wrapper, .hero-image-content-wrapper { height: 300px; } }
@media (min-width: 992px) { .hero-image-wrapper, .hero-image-content-wrapper { height: 400px; } }
@media (min-width: 1200px) { .hero-image-wrapper, .hero-image-content-wrapper { height: 500px; } }

.hero-image-wrapper .title {
    text-align: right;
}

.hero-image-wrapper .title-content {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: lighter;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding: 5px;
    margin-bottom: 3px;
}

@media (min-width: 576px) { .hero-image-wrapper .title-content { font-size: 30px; line-height: 42px; padding: 7px; margin-bottom: 7px; } }
@media (min-width: 768px) { .hero-image-wrapper .title-content { font-size: 40px; line-height: 52px; padding: 10px; margin-bottom: 10px; } }
@media (min-width: 992px) { .hero-image-wrapper .title-content { font-size: 50px; line-height: 62px; padding: 12px; margin-bottom: 12px; } }
@media (min-width: 1200px) { .hero-image-wrapper .title-content { font-size: 60px; line-height: 72px; padding: 15px; margin-bottom: 15px; } }

.hero-image-wrapper .subtitle {
    text-align: right;
}

.hero-image-wrapper .subtitle-content {
    display: inline-block;
    font-size: 20px;
    line-height: 27px;
    font-weight: lighter;
    background-color: rgba(255,140,0,0.4);
    color: #fff;
    padding: 5px;
    margin-top: 3px;
}

@media (min-width: 576px) { .hero-image-wrapper .subtitle-content { font-size: 20px; line-height: 27px; padding: 5px; margin-top: 7px; } }
@media (min-width: 768px) { .hero-image-wrapper .subtitle-content { font-size: 25px; line-height: 32px; padding: 7px; margin-top: 10px; } }
@media (min-width: 992px) { .hero-image-wrapper .subtitle-content { font-size: 30px; line-height: 37px; padding: 10px; margin-top: 12px; } }
@media (min-width: 1200px) { .hero-image-wrapper .subtitle-content { font-size: 35px; line-height: 42px; padding: 12px; margin-top: 15px; } }

.hero-image-wrapper {
    background-size: cover;
    background-position: center center;
}

.hero-image-wrapper img {
    display: none;
}

/*************************************************
 * MAIN CONTENT
 *************************************************/

.content-main {
    /*margin-top: 60px;*/
    padding-top: 10px;
    padding-bottom: 16px;
    color: #747474;
}

.content-main h1, .content-main h2, .content-main h3 {
    color: #333333;
}

.content-main a {
    color: #ee7203;
}

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

.content-main .row {
    margin-top: 50px;
}

/*************************************************
 * FOOTER
 *************************************************/

footer img {
    max-width: 180px;
    height: auto;
}

.footer-top {
    background-color: #363839;
    border-top: 12px solid #e9eaee;
    padding: 20px 0;
    color: #bebdbd;
}
.footer-top a {
    color: #bebdbd;
}
.footer-top a:hover {
    color: #ee7203;
}

.footer-bottom {
    text-align: center;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 45px;
    background-color: #282a2b;
    border-top: 1px solid #4b4c4d;
    color: #8C8989;
}
.footer-bottom a {
    color: #BFBFBF;
}
.footer-bottom a:hover {
    color: #ee7203;
}

/*************************************************
 * CUSTOM CE geomobile-imbatemplate-textwithheaderimage
 *************************************************/

.geomobile-imbatemplate-textwithheaderimage .image-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.geomobile-imbatemplate-textwithheaderimage .image-wrapper img {

    max-width: 50%;
    max-height: 120px;
    width: auto;
    height: auto;
}

.geomobile-imbatemplate-textwithheaderimage h1, .geomobile-imbatemplate-textwithheaderimage h2, .geomobile-imbatemplate-textwithheaderimage h3 {
    margin-top: 0;
}
