/* load web fonts */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
body { font-family: 'Hind', sans-serif; color: #4a4a4a; }


/* header - upper */
.navbar-light .navbar-nav .nav-link.active, .subnavbar .nav-link.active { color: #c0d725 !important; }
.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }
@media (max-width: 767px) {
	.header-upper-wrapper .navbar .navbar-nav .nav-item { text-align: right; }
	.header-upper-wrapper .navbar .navbar-nav .nav-item .nav-link { font-size: 16px; font-weight: bold; text-transform: uppercase; }
}
@media (min-width: 768px) {
	.header-upper-wrapper .navbar { padding-top: 25px; padding-bottom: 45px; }
	.header-upper-wrapper .navbar .navbar-nav .nav-item { border-right: 1px solid; }
	.header-upper-wrapper .navbar .navbar-nav .nav-item:last-child { border-right: none; }
	.header-upper-wrapper .navbar .navbar-nav .nav-item .nav-link { padding: 0 0.7rem; font-size: 20px; line-height: 20px; font-weight: bold; text-transform: uppercase; }
	.header-upper-wrapper .navbar .navbar-nav .nav-item:last-child .nav-link { padding-right: 0; }
}


/* header - lower */
.header-lower-wrapper .menu-text-top { font-size: 34px; line-height: 34px; font-weight: bold; text-transform: uppercase; }
.header-lower-wrapper .menu-text-top.submenu-inactive { margin-top: 20px; margin-bottom: 30px; }
.header-lower-wrapper .subnavbar { margin-bottom: 0; padding-top: 10px; padding-bottom: 20px; padding-left: 0; font-size: 0; }
.header-lower-wrapper .subnavbar li { display: inline-block; padding-top: 4px; padding-bottom: 4px; font-size: 16px; line-height: 16px; font-weight: bold; text-transform: uppercase; }
.header-lower-wrapper .subnavbar li .nav-link { padding: 0 10px; border-right: 1px solid #4a4a4a; color: inherit; }
.header-lower-wrapper .subnavbar li:first-of-type .nav-link { padding-left: 0; }
.header-lower-wrapper .subnavbar li:last-of-type .nav-link { padding-right: 0; border-right: none; }
@media (max-width: 767px) {
	.header-lower-wrapper .subnavbar li { display: block; padding: 0; }
	.header-lower-wrapper .subnavbar li .nav-link { padding: 0; border-right: none; line-height: 30px; }
}
@media (min-width: 768px) {
	.header-lower-wrapper .menu-text-top { margin-top: -4px; }
	.header-lower-wrapper .menu-text-top.submenu-inactive { margin-top: 20px; margin-bottom: 30px; }
}


/* footer wrapper */
footer .footer-wrapper { padding-top: 50px; padding-bottom: 35px; position: relative; }
footer .footer-wrapper a.footer-logo img { margin-bottom: 30px; }
footer .footer-wrapper ul.footer-social-icons { margin-bottom: 0; padding-left: 16px; list-style-type: none; }
footer .footer-wrapper ul.footer-social-icons li { display: inline-block; margin-left: -35px; }
footer .footer-wrapper ul.footer-social-icons li:first-child; { margin-left: 0; }
footer .footer-wrapper ul.footer-social-icons li a { color: #ffffff; }
footer .footer-wrapper ul.footer-social-icons .icon-background { color: #757575; }
footer .footer-wrapper ul.footer-social-icons li a i { font-size: 24px; }
footer .footer-wrapper ul.footer-social-icons li i.fa-circle { margin-top: 12px; font-size: 40px; }
.table.footer-info { color: #4a4a4a; }
.table.footer-info thead { font-size: 34px; font-weight: bold; text-transform: uppercase; }
.table.footer-info thead tr { border-bottom: 2px solid #cecbcb; }
.table.footer-info thead td { padding: 0.5rem 1.0rem 0; }
.table.footer-info tbody { font-size: 16px; font-weight: bold; }
.table.footer-info tbody td { padding: 0.3rem 1.0rem  }
.table.footer-info tbody tr:first-of-type td { padding-top: 18px; }
.table.footer-info tbody a.footer-info-email { color: inherit; text-decoration: inherit; }
@media (max-width: 767px) {
	footer .footer-wrapper .container .row .col-lg-6:last-of-type { position: relative; padding-top: 25px; }
	.table.footer-info thead td:first-of-type { padding-left: 0; padding-right: 5px; }
	.table.footer-info thead td:last-of-type { padding-right: 0; padding-left: 5px; }
	.table.footer-info tbody td:first-of-type { padding-left: 0; padding-right: 5px; }
	.table.footer-info tbody td:last-of-type { padding-right: 0; padding-left: 5px; }
}


/* colors */
.color-bg-yellow { background-color: #c3d600; }
.color-bg-blue { background-color: #0071ce; }
.color-bg-orange { background-color: #d57f00; }
.color-bg-gray { background-color: #54565b; }
.connect-title-green { color: #bfd42f !important; }
.connect-title-blue { color: #0072ce !important; }
.connect-title-orange { color: #cf7f00 !important; }
.connect-title-white { color: #ffffff !important; }
.connect-email-black { color: #000000 !important; }
.connect-email-white { color: #ffffff !important; }
.text-color-green { color: #8aeb2a !important; }


/* main content wrapper */
.main-content-wrapper { background-color: #eee9e9; font-size: 24px; line-height: 42px; }
.main-content-wrapper a { color: #0071ce; font-weight: bold; text-decoration: none; }
.text-justify { text-align: justify; }
.header-style-a { margin-bottom: 20px; padding-bottom: 10px; font-size: 34px; font-weight: bold; text-transform: uppercase; color: #54565b; border-bottom: 3px solid #cecbcb; }
@media (min-width: 768px) {
	.text-justify-md { text-align: justify; }
}
@media (min-width: 992px) {
	.text-justify-lg { text-align: justify; }
}
.card {
  border: 0;
  border-radius: 0;
}
.card-img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img-overlay {
  border-radius: 0;
}


/* main content background colors */
.content-row { background-color: #eee9e9; }
.content-bg-light { background-color: #eee9e9; }
.content-bg-white { background-color: #ffffff; }


/* main content - text */
.content-type-text { padding: 100px 0; }
.content-type-text a { color: inherit; font-weight: normal; text-decoration: underline; }


/* main content - news */
.content-type-news { padding: 100px 0 50px; }
.content-type-news .news-article-wrapper { margin-bottom: 10px; }
.content-type-news .news-article-wrapper:last-of-type { margin-bottom: 0; }
.content-type-news .news-article-wrapper .news-article-date { font-size: 12px; font-weight: bold; line-height: 16px; }
.content-type-news .news-article-wrapper .news-article-title { font-size: 18px; font-weight: bold; line-height: 24px; }


/* main content - connect style a */
.content-type-connect-a {  }
.content-type-connect-a .connect-image-wrapper { min-height: 374px; background-repeat: none; background-size: cover; }
.content-type-connect-a .connect-image-wrapper .connect-video-button img { margin-bottom: 35px; }
.content-type-connect-a .connect-detail-wrapper { background-color: #000000; }
.content-type-connect-a .connect-detail-wrapper .connect-detail { width: 100%; }
.content-type-connect-a .connect-detail-wrapper .connect-detail p { margin-bottom: 0; color: #ffffff; text-align: center; }
.content-type-connect-a .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; font-weight: bold; line-height: 40px; }
.content-type-connect-a .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
.content-type-connect-a .connect-detail-wrapper .connect-detail p.connect-email a { font-weight: normal; color: #ffffff; }
@media (max-width: 767px) {
	.content-type-connect-a .connect-detail-wrapper { padding-top: 40px; padding-bottom: 40px; }
}
@media (min-width: 768px) {
	.content-type-connect-a .connect-image-wrapper { border-right: 5px solid #ffffff; }
	.content-type-connect-a .connect-detail-wrapper { border-left: 5px solid #ffffff; }
}
@media (min-width: 1400px) {
	.content-type-connect-a .connect-image-wrapper .connect-video-button img { margin-left: 65%; }
}


/* main content - connect style b */
.content-type-connect-b {  }
.content-type-connect-b .connect-detail-wrapper { width: 100%; background-color: #000000; }
.content-type-connect-b .connect-detail-wrapper .connect-detail { width: 100%; }
.content-type-connect-b .connect-detail-wrapper .connect-detail p { margin-bottom: 0; color: #ffffff; text-align: center; }
.content-type-connect-b .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; font-weight: bold; line-height: 40px; }
.content-type-connect-b .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
.content-type-connect-b .connect-detail-wrapper .connect-detail p.connect-email a { font-weight: normal; color: #ffffff; }
@media (max-width: 767px) {
	.content-type-connect-b .connect-detail-wrapper { padding-top: 40px; padding-bottom: 40px; }
}


/* main content - connect style c */
.content-type-connect-c {  }
.content-type-connect-c .col-connect-c {  }
.content-type-connect-c .col-connect-c .connect-detail-wrapper { width: 100%; background-size: cover; background-position: center left; min-height: 468px; }
.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail { width: 100%; }
.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p { margin-bottom: 0; color: #bfd42f; text-align: right; }
.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; font-weight: bold; line-height: 40px; }
.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-email a { font-weight: normal; color: #000000; }
@media (max-width: 767px) {
	.content-type-connect-c .col-connect-c .connect-detail-wrapper { background-position: center center; min-height: 350px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p { text-align: center; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-title { text-shadow: 1px 2px 5px #000000; }
}
@media (min-width: 768px) {
	.content-type-connect-c .col-connect-c .connect-detail-wrapper { background-position: center center; min-height: 350px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail { padding-top: 75px; padding-right: 50px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; line-height: 40px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
}
@media (min-width: 992px) {
	.content-type-connect-c .col-connect-c .connect-detail-wrapper { background-position: center left; min-height: 468px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail { padding-top: 100px; padding-right: 50px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; line-height: 40px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
}
@media (min-width: 1200px) {
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail { padding-top: 100px; padding-right: 50px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-title { font-size: 52px; line-height: 58px; }
	.content-type-connect-c .col-connect-c .connect-detail-wrapper .connect-detail p.connect-email { font-size: 40px; line-height: 48px; }
}


/* main content - connect style d */
.content-type-connect-d {  }
.content-type-connect-d .col-connect-d {  }
.content-type-connect-d .col-connect-d .connect-detail-wrapper { width: 100%; background-size: cover; background-position: center right; min-height: 468px; }
.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail { width: 100%; }
.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p { margin-bottom: 0; color: #0072ce; text-align: left; }
.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; font-weight: bold; line-height: 40px; }
.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-email a { font-weight: normal; color: #ffffff; }
@media (max-width: 767px) {
	.content-type-connect-d .col-connect-d .connect-detail-wrapper { background-position: center center; min-height: 350px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p { text-align: center; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-title { text-shadow: 1px 1px 1px #000000; }
}
@media (min-width: 768px) {
	.content-type-connect-d .col-connect-d .connect-detail-wrapper { background-position: center center; min-height: 350px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail { padding-top: 0; padding-left: 50px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; line-height: 40px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
}
@media (min-width: 992px) {
	.content-type-connect-d .col-connect-d .connect-detail-wrapper { background-position: center right; min-height: 468px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail { padding-top: 0; padding-left: 50px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-title { font-size: 34px; line-height: 40px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-email { font-size: 24px; line-height: 30px; }
}
@media (min-width: 1200px) {
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail { padding-top: 0; padding-left: 50px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-title { font-size: 52px; line-height: 58px; }
	.content-type-connect-d .col-connect-d .connect-detail-wrapper .connect-detail p.connect-email { font-size: 40px; line-height: 48px; }
}


/* main content - hero card, template */
.hero-card .card .card-img-overlay { padding: 0; }
.hero-card .card .card-img-overlay:hover { background-color: rgba(0, 0, 0, 0.5); }
.hero-card .card .card-img-overlay:hover .color-bg-yellow { background-color: #a8b617; }
.hero-card .card .card-img-overlay:hover .color-bg-blue { background-color: #1267ae; }
.hero-card .card .card-img-overlay:hover .color-bg-orange { background-color: #b4710f; }
.hero-card .card .card-img-overlay:hover .color-bg-gray { background-color: #444547; }
.hero-card .card .card-img-overlay .card-body { padding: 0; }
.hero-card .card .card-img-overlay .card-body .hero-title { min-height: 90px; margin-bottom: 60px; font-size: 28px; line-height: 30px; text-transform: uppercase; }
.hero-card .card .card-img-overlay .card-body .hero-title p { width: 100%; margin-bottom: 0; text-align: center; }
.hero-card .card .card-img-overlay .card-body .hero-title a { color: #ffffff; font-weight: normal; }
.hero-card .card-img { object-fit: cover; max-height: 635px; }
@media (max-width: 767px) {
	.hero-card .card-img { height: 300px; }
}
@media (min-width: 768px) {
	.hero-card .col-md-3 { margin-top: 0; }
	.hero-card .card .card-img-overlay .card-body .hero-title { margin-bottom: 30px; font-size: 22px; line-height: 28px; }
}
@media (min-width: 992px) {
	.hero-card .card .card-img-overlay .card-body .hero-title { margin-bottom: 60px; font-size: 28px; line-height: 30px; }	
}
/* main content - hero card, mobile template */
.hero-card-mobile .hero-image { margin-bottom: 15px; }
.hero-card-mobile .hero-title-wrapper { display: block; margin-bottom: 10px; color: #ffffff; font-weight: normal; }
.hero-card-mobile .hero-title-wrapper:last-of-type { margin-bottom: 0; }
.hero-card-mobile .hero-title { height: 75px; font-size: 28px; line-height: 30px; text-transform: uppercase; }
.hero-card-mobile .hero-title p { width: 100%; margin-bottom: 0; text-align: center; }


/* main content - hero card, marketing */
.hero-card-marketing .card .card-img-overlay:hover { background-color: transparent; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper-green { background-color: #bfd42f; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper-blue { background-color: #0072ce; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper-orange { background-color: #cf7f00; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper-gray { background-color: #605e5e; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 15px; padding-right: 15px; color: #ffffff; font-size: 30px; font-weight: bold; line-height: 42px; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 26px; line-height: 26px; }
.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 19px; line-height: 22px; }
@media (min-width: 768px) {
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text { width: 100%; padding-left: 10px; padding-right: 10px; font-size: 16px; font-weight: normal; line-height: 22px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 16px; line-height: 16px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 14px; line-height: 16px; }
}
@media (min-width: 992px) {
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 10px; padding-right: 10px; font-size: 24px; font-weight: normal; line-height: 30px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 20px; line-height: 20px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 18px; line-height: 20px; }
}
@media (min-width: 1200px) {
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 15px; padding-right: 15px; font-size: 28px; font-weight: bold; line-height: 36px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 24px; line-height: 24px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 18px; line-height: 22px; }
}
@media (min-width: 1400px) {
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 25px; padding-right: 25px; font-size: 30px; font-weight: bold; line-height: 42px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 26px; line-height: 26px; }
	.hero-card-marketing .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 19px; line-height: 22px; }
}
/* main content - hero card, mobile marketing */
.hero-card-mobile-marketing .hero-text { padding: 25px 15px; color: #ffffff; font-size: 24px; font-weight: bold; line-height: 30px; }
.hero-card-mobile-marketing .hero-text-green { background-color: #bfd42f; }
.hero-card-mobile-marketing .hero-text-blue { background-color: #0072ce; }
.hero-card-mobile-marketing .hero-text-orange { background-color: #cf7f00; }
.hero-card-mobile-marketing .hero-text-white { background-color: #ffffff; }
.hero-card-mobile-marketing .hero-text-gray { background-color: #605e5e; }
.hero-card-mobile-marketing .hero-text .hero-text-author { font-size: 20px; line-height: 24px; }
.hero-card-mobile-marketing .hero-text .hero-text-author .hero-text-author-title { font-size: 18px; line-height: 20px; }


/* main content - hero card, photo video */
.hero-card-photo-video .card .card-img-overlay:hover { background-color: transparent; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper-green { background-color: #bfd42f; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper-blue { background-color: #0072ce; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper-orange { background-color: #cf7f00; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper-gray { background-color: #605e5e; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 15px; padding-right: 15px; color: #ffffff; font-size: 30px; font-weight: bold; line-height: 42px; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 26px; line-height: 26px; }
.hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 19px; line-height: 22px; }
@media (min-width: 768px) {
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text { width: 100%; padding-left: 10px; padding-right: 10px; font-size: 15px; font-weight: bold; line-height: 20px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 16px; line-height: 16px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 14px; line-height: 16px; }
}
@media (min-width: 992px) {
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 10px; padding-right: 10px; font-size: 22px; font-weight: normal; line-height: 28px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 20px; line-height: 20px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 18px; line-height: 20px; }
}
@media (min-width: 1200px) {
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 15px; padding-right: 15px; font-size: 26px; font-weight: bold; line-height: 34px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 24px; line-height: 24px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 18px; line-height: 22px; }
}
@media (min-width: 1400px) {
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text { padding-left: 25px; padding-right: 25px; font-size: 28px; font-weight: bold; line-height: 40px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author { font-size: 26px; line-height: 26px; }
  .hero-card-photo-video .card .card-img-overlay.hero-text-wrapper .hero-text .hero-text-author .hero-text-author-title { font-size: 19px; line-height: 22px; }
}
/* main content - hero card, mobile marketing */
.hero-card-mobile-photo-video .hero-text { padding: 25px 15px; color: #ffffff; font-size: 24px; font-weight: bold; line-height: 30px; }
.hero-card-mobile-photo-video .hero-text-green { background-color: #bfd42f; }
.hero-card-mobile-photo-video .hero-text-blue { background-color: #0072ce; }
.hero-card-mobile-photo-video .hero-text-orange { background-color: #cf7f00; }
.hero-card-mobile-photo-video .hero-text-white { background-color: #ffffff; }
.hero-card-mobile-photo-video .hero-text-gray { background-color: #605e5e; }
.hero-card-mobile-photo-video .hero-text .hero-text-author { font-size: 20px; line-height: 24px; }
.hero-card-mobile-photo-video .hero-text .hero-text-author .hero-text-author-title { font-size: 18px; line-height: 20px; }


/* main content - hero card, marketing (company values - about us page) */
.hero-text-wrapper .hero-text-title { font-size: 32px; line-height: 32px; font-weight: bold; text-transform: uppercase; }
.hero-text-wrapper .hero-text-subtitle { font-size: 20px; line-height: 30px; font-weight: normal; }
@media (min-width: 768px) {
	.hero-text-wrapper .hero-text-title { margin-top: 60px; font-size: 32px; line-height: 32px; }
	.hero-text-wrapper .hero-text-subtitle { font-size: 20px; line-height: 30px; }
}
@media (min-width: 992px) {
	.hero-text-wrapper .hero-text-title { margin-top: 80px; font-size: 40px; line-height: 48px; }
	.hero-text-wrapper .hero-text-subtitle { font-size: 28px; line-height: 40px; }
}
@media (min-width: 1200px) {
	.hero-text-wrapper .hero-text-title { margin-top: 100px; font-size: 45px; line-height: 50px; }
	.hero-text-wrapper .hero-text-subtitle { max-width: 215px; margin-left: auto; margin-right: auto; font-size: 28px; line-height: 50px; }
}
@media (min-width: 1400px) {
	.hero-text-wrapper .hero-text-title { margin-top: 115px; font-size: 45px; line-height: 50px; }
	.hero-text-wrapper .hero-text-subtitle { font-size: 28px; line-height: 56px; }
}


/* content type - photo & video - experience jr */
.content-type-experience { padding-bottom: 25px; }
.content-type-experience .experience-header h3 { margin-bottom: 15px; font-size: 34px; line-height: 40px; font-weight: bold; text-transform: uppercase; color: #54565b; }
.content-type-experience .experience-image { margin-bottom: 50px; text-align: center;}
.content-type-experience .experience-image a { font-size: 20px; line-height: 30px;}
.content-type-experience .experience-text { margin-bottom: 50px; }
.content-type-experience .experience-text strong { color: #0071ce; }
.content-type-experience .experience-text .experience-text-info-link { font-size: 18px; font-weight: 24px; font-weight: bold; }
.content-type-experience .experience-text .experience-text-info-link a { color: inherit; text-decoration: underline; }
.content-type-experience .experience-text .experience-text-caption { font-size: 16px; line-height: 22px; }
@media (max-width: 767px) {
  .content-type-experience .experience-image { margin-bottom: 25px; }
}


/* content type - making a case */
.content-type-making { padding-bottom: 25px; }
.content-type-making .making-header h3 { margin-bottom: 15px; font-size: 34px; line-height: 40px; font-weight: bold; text-transform: uppercase; color: #54565b; }
.content-type-making .making-image { margin-bottom: 50px; }
.content-type-making .making-image a { font-size: 20px; line-height: 30px; }
.content-type-making .making-text { margin-bottom: 50px; }
.content-type-making .making-text strong { color: #0071ce; }
.content-type-making .making-text .making-text-info-link { font-size: 18px; font-weight: 24px; font-weight: bold; }
.content-type-making .making-text .making-text-info-link a { color: inherit; text-decoration: underline; }
.content-type-making .making-text .making-text-caption { font-size: 16px; line-height: 22px; }
@media (max-width: 767px) {
	.content-type-making .making-image { margin-bottom: 25px; }
}

/* content type - brands */
.content-type-brands { margin-bottom: 100px; }
.content-type-brands p { margin-bottom: 0; }
.content-type-brands p.text-brands-upper { margin-top: 50px; font-size: 24px; line-height: 30px; font-weight: bold; color: #494949; text-transform: uppercase; }
.content-type-brands p.text-brands-lower { margin-bottom: 35px; font-size: 48px; line-height: 60px; font-weight: bold; color: #c2d720; text-transform: uppercase; }
@media (min-width: 768px) {
	.content-type-brands p.text-brands-upper { font-size: 30px; line-height: 36px; }
	.content-type-brands p.text-brands-lower { font-size: 70px; line-height: 80px; }
}


/* content type - contact form */
.content-type-form { padding-bottom: 100px; }
.content-type-form .form-floating>label { font-size: 16px; line-height: 1.1; color: #999999; }
.content-type-form .form-floating>textarea { height: 100px; }
.content-type-form button.btn { width: 100%; font-weight: normal; text-transform: uppercase; /*background-color: transparent; color: inherit; border-color: #c2d720;*/ }
.content-type-form .alert { font-size: 18px; line-height: 24px; }
h1.contect-header { font-size: 48px; line-height: 1.1; font-weight: bold; color: #c2d720; text-transform: uppercase; }
@media (min-width: 1200px) {
	h1.contect-header { font-size: 60px; }
}


/* content type - people (tabs) */
.content-type-people { padding-top: 50px; padding-bottom: 50px; }
.content-type-people .nav-tabs { margin-bottom: 15px; border-bottom: none; }
.content-type-people .nav-tabs .nav-item { width: 50%; }
.content-type-people .nav-tabs .nav-item .nav-link {
	margin-left: auto; margin-right: auto;
	font-size: 34px; font-weight: bold; text-transform: uppercase; line-height: 1.1; color: #c6c6c6;
	border-top:  none; border-left: none; border-right: none; border-bottom: 5px solid transparent;
}
.content-type-people .nav-tabs .nav-item .nav-link.active { background-color: inherit; border-color: transparent transparent #d7df23; color: #555555; }


/* content type - people (boxes) */
.content-type-people .tab-content a.people-wrapper { display: block; position: relative; color: inherit; font-size: 18px; font-weight: normal; line-height: 1.1; text-transform: uppercase; cursor: pointer; }
.content-type-people .tab-content a.people-wrapper .slide-caption { width: 100%; height: 75px; padding: 15px 10px; background-color: #d7df23; }
.content-type-people .tab-content a.people-wrapper .slide-caption p { margin-bottom: 0; }
.content-type-people .tab-content a.people-wrapper .slide-caption p.caption-name { margin-bottom: 5px; font-weight: bold; }
.content-type-people .tab-content a.people-wrapper .slide-caption p.caption-title {  }
.content-type-people .tab-content a.people-wrapper-team .slide-caption { min-height: 75px; }
.content-type-people .tab-content a.people-wrapper-team .slide-caption .caption-body { margin-top: 10px; }
@media (max-width: 575px) {
	.content-type-people .tab-content a.people-wrapper-team { max-width: 376px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
	.content-type-people .tab-content a.people-wrapper-team .slide-caption { height: inherit; max-width: 376px; }
}
@media (min-width: 576px) {
	.content-type-people .tab-content a.people-wrapper { height: 254px; overflow: hidden; font-size: 16px; }
	.content-type-people .tab-content a.people-wrapper img { position: absolute; top: 0; transition: top 0.5s; }
	.content-type-people .tab-content a.people-wrapper .slide-caption { position: absolute; bottom: -75px; transition: bottom 0.5s; }
	.content-type-people .tab-content a.people-wrapper:hover img { top: -75px; }
	.content-type-people .tab-content a.people-wrapper:hover .slide-caption { bottom: 0; }
	.content-type-people .tab-content a.people-wrapper-team .slide-caption .caption-body { display: none; text-transform: initial; }
}
@media (min-width: 768px) {
	.content-type-people .tab-content a.people-wrapper { height: 344px; overflow: hidden; font-size: 15px; }
	.content-type-people .tab-content a.people-wrapper-team { height: 232px; }
}
@media (min-width: 992px) {
	.content-type-people .tab-content a.people-wrapper { height: 464px; font-size: 17px; }
	.content-type-people .tab-content a.people-wrapper-team { height: 312px; }
}
@media (min-width: 1200px) {
	.content-type-people .tab-content a.people-wrapper { height: 364px; font-size: 17px; }
	.content-type-people .tab-content a.people-wrapper-team { height: 277px; }
}
@media (min-width: 1400px) {
	.content-type-people .tab-content a.people-wrapper { height: 424px; font-size: 17px; }
	.content-type-people .tab-content a.people-wrapper-team { height: 322px; }
}
.slide-caption-focus { height: 100% !important; bottom: initial !important; z-index: 999; }
.slide-caption-focus .caption-body { display: inherit !important; }


/* modal styles (leadership) */
.modal-wrapper-lead .modal-header { padding-top: 13px;  padding-bottom: 13px;}
.modal-wrapper-lead .modal-header h5.modal-title { width: 100%; margin-top: 3px; margin-right: 15px; padding-right: 25px; border-right: 2px solid #808080; text-align: right; font-size: 30px; line-height: 30px; }
.modal-wrapper-lead .modal-header h5.modal-title i { color: #808080; cursor: pointer; }
.modal-wrapper-lead .modal-header h5.modal-title i:first-of-type { margin-right: 50px; }
.modal-wrapper-lead .modal-header h5.modal-title i:hover { color: #000000; }
.modal-wrapper-lead .modal-lead-image { margin-bottom: 25px; }
.modal-wrapper-lead .modal-lead-name { margin-bottom: 0; font-size: 36px; line-height: 1.1; font-weight: bold; text-align: center; text-transform: uppercase; color: #d7df23; }
.modal-wrapper-lead .modal-lead-title { font-size: 24px; line-height: 1.1; text-align: center; }
.modal-wrapper-lead .modal-lead-body { font-size: 18px; line-height: 30px; text-align: center; }
.modal-wrapper-lead .modal-lead-social { font-size: 36px; }
@media (min-width: 1200px) {
	.modal-wrapper-lead .modal-lead-name { font-size: 48px; }
	.modal-wrapper-lead .modal-lead-title { font-size: 30px; }
}

/*cookies styles mobius*/
#cookieConsent {
	position: fixed;
	bottom: -200px;
	background-color: #f8f8f8;
	padding: 20px;
	width: 100%;
	text-align: center;
	z-index: 100;
	transition:all 2s;
}
#cookieConsent.show{
	bottom: 0;
	transition:all 2s;
}

#cookieConsentContent {
	display: inline-block;
	margin: 0 auto;
}

#cookieConsent button {
	background-color: #c0d725;
	color: white;
	border: none;
	padding: 14px 40px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 10px;
	border-radius: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

#cookieConsent .bottom-string {
	font-size: 13px;
}

#cookieConsentContent span {
	width: 65%;
	display: block;
	float: left;
	text-align: left;
}
@media (max-width: 639px) {
	#cookieConsentContent span {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
	}
	#cookieConsent button {
		margin-top: 25px;
	}
}