/*** GENERAL ***/

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff
}

body #page {
    overflow-x: hidden;
}

.site {
    position: relative;
    width: 100%;
}

.site-content section.basic p {
    word-break: break-word;
}

.open-sans-font {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

.neue-font {
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-style: normal;
}

.post, .page {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-style: normal;
}

h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 54px;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

h3.content_title {
    text-align: center;
    color: #0A50A1;
}

h4.content_subtitle {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 24px;
}

ul, li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

/*a:focus {
    outline: none;
}*/

h2 a:visited {
    color: #0A50A1;
}

section {
    padding: 100px 0;
}

.content_description {
    color: #262626;
    max-width: 1000px;
    margin: auto;
}

.content_description p {
    margin-bottom: 30px;
}

.content_description p:last-of-type {
    margin-bottom: 0;
}

a.italic_link {
    display: block;
    margin-top: 0;
    font-size: 16px;
    color: #0A50A1;
    text-transform: uppercase;
    font-weight: 600;
}

a.italic_link.back {
    margin-top: 20px;
}

a.italic_link:hover {
    color: #16ADA6;
}

button:hover, button:focus {
    border-color: transparent;
}

/** BUTTON **/

.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
}

.su_button_circle {
    background-color: #3be8e069;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
}
.custom_contact_show {
    width: 100%;
}
.custom_contact_show .cs_img {
    width: 50%;
}
.custom_contact_show .address_details .short_description p {
    margin: 0;
    margin-top: 1rem;
    font-size: 20px;
}
.custom_contact_show .address_details p.tel a,
.custom_contact_show .address_details p.fax a {
    text-decoration: none;
}
.custom_contact_show .address_details p a {
    text-decoration: underline;
    color: #212529;
}
.custom_contact_show .address_details .short_description p a {
    text-decoration: underline;
}
.custom_contact_show .address_details {
    margin-top: 1rem;
}
.custom_contact_show .address_details p.e_email {
    margin-bottom: 0;
}
.custom_contact_show .address_details p {
    margin-left: 20px;
}
.custom_contact_show .address_details .address span br{
    display: none;
}
.custom_contact_show .address_details .pt_cs_size {
    font-size: 20px;
}
.custom_contact_show .address_details .pt_cs_size {
    font-size: 20px;
}
.custom_contact_show .address_details .map {
    width: 50%;
}
.custom_contact_show .address_details .pt_cs_size svg{
    margin-bottom: 2px;
}
.button_su_inner.chugai_btn, .button_su_inner.chugai_btn:visited, .button_su_inner.chugai_btn:focus {
    display: inline-block;
    background-color: #fff;
    color: #0A50A1;
    padding: 13px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    min-width: 232px;
    border-radius: 0;
    border: 0;
    transition: 400ms;
    text-decoration: none;
    z-index: 100000;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
}
.job_openings .button_su_inner.chugai_btn, .job_openings .button_su_inner.chugai_btn:visited, .job_openings .button_su_inner.chugai_btn:focus{
text-transform:none;
}
.button_su_inner.chugai_btn.blue, .button_su_inner.chugai_btn.blue:visited, .button_su_inner.chugai_btn.blue:focus {
    background-color: #0A50A1;
    color: #fff;
}

.button_su_inner.chugai_btn:hover {
    color: white;
    transition: 0.5s;
}

.button_text_container {
    position: relative;
    z-index: 10000;
}

.explode-circle {
    animation: explode 0.5s forwards;
}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #3be8e069;
    }
    100% {
        width: 500px;
        height: 500px;
        margin-left: -250px;
        margin-top: -250px;
        background-color: #16ADA6;
    }
}

@keyframes desplode {
    0% {
        width: 500px;
        height: 500px;
        margin-left: -250px;
        margin-top: -250px;
        background-color: #16ADA6;
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #3be8e069;
    }
}

/** COOKIE PERMISSION **/

.seopress-user-consent {
    background-color: #fff !important;
    z-index: 10000000 !important;
}

#seopress-user-consent-accept {
    display: inline-block !important;
    background-color: #0A50A1!important;
    color: #fff !important;
    padding: 13px 40px !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    width: auto !important;
    min-width: 200px !important;
    border-radius: 0 !important;
    border: 0 !important;
    transition: 400ms !important;
    text-decoration: none !important;
    z-index: 100000 !important;
    font-family: 'neue-haas-grotesk-display', sans-serif !important;
    font-weight: 700 !important;
}

.seopress-user-consent p {
    font-size: 14px !important;
    color: #0A50A1 !important;
    display: flex !important;
    align-items: center !important;
}

#seopress-user-consent-close {
    display: none;
}

/** COOKIE PERMISSION END **/

/** BUTTON END **/

.mobile_class {
    display: none;
}

/*** SEARCH FIELD ***/

.search-form {
    position: relative;
}

.search-form .search-field {
    background-color: #EFEFEF;
    border: none;
    border-radius: 0;
    padding: 3px 10px;
    width: 200px;
}

.search-form .search-submit:focus, .search-form .search-field:focus {
    outline: none;
}

.search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 4px;
    background-color: transparent;
    background: none;
    background-image: url('/wp-content/uploads/2020/03/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    color: transparent;
}

.search-form .search-field::placeholder {
    color: #EFEFEF;
}

.search-form .search-field::-webkit-input-placeholder {
    color: #EFEFEF;
}

.search-form .search-field::-moz-placeholder {
    color: #EFEFEF;
}

.search-form .search-field:-ms-input-placeholder {
    color: #EFEFEF;
}

.search-form .search-field:-moz-placeholder {
    color: #EFEFEF;
}

/*** SEARCH FIELD END ***/

/*** GENERAL END ***/

/*** HEADER ***/

.chugai_header {
    padding-top: 25px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.chugai_header .header_logo:focus {
    outline: none;
}

.chugai_header .top_sec {
    display: flex;
    justify-content: space-between;
}
.chugai_header .top_sec .header_logo{width:380px;}
.chugai_header .top_sec .contact_sitemap{
	padding-top:21px;
}
.chugai_header .top_sec .contact_sitemap a {
    font-size: 14px;
    color: #000;
}

.chugai_header .top_sec .contact_sitemap a, .chugai_footer .lower_sec .disclaimer_links a, .chugai_footer ul>li>a, .breadcrumb li a {
    position: relative;
}

.chugai_header .top_sec .contact_sitemap a:before, .chugai_footer .lower_sec .disclaimer_links a:before, .chugai_footer ul>li>a:before, .breadcrumb li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -7px;
    background: #0A50A1;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.chugai_header .top_sec .contact_sitemap a:hover:before, .chugai_footer .lower_sec .disclaimer_links a:hover:before, .chugai_footer ul>li:hover>a:before, .breadcrumb li:hover a:before {
    right: 0;
}

.chugai_header .btm_sec {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.chugai_header .chugai_container {
    width: auto;
}

ul.chugai_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

ul.chugai_menu>li {
    margin-right: 20px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /* overflow: hidden; */
}

ul.chugai_menu>li:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 15px;
    background: #0A50A1;
    height: 5px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

ul.chugai_menu>li:hover:before {
    right: 0;
}

ul.chugai_menu>li>a {
    color: #262626;
    padding: 0 5px;
    height: 50px;
    position: relative;
    z-index: 2;
    display: block;
}
ul.chugai_menu>li.menu-item-has-children:before {
    opacity: 0;
}
ul.chugai_menu>li.menu-item-has-children.active_hover:before {
    opacity: 1;
}

ul.chugai_menu ul.sub-menu {
    position: absolute;
    width: 220px;
    display: none;
    background-color: #fff;
    border: 1px solid #707070;
    top: 50px;
    margin: 0;
    padding: 10px 0;
}

ul.chugai_menu ul.sub-menu>.item_wrap {
    margin: 12px 20px;
    vertical-align: middle;
    position: relative;
}

ul.chugai_menu ul.sub-menu>.item_wrap>li {
    display: inline-block;
    position: relative;
}

ul.chugai_menu ul.sub-menu>.item_wrap>li:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -8px;
    background: #0A50A1;
    height: 5px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

ul.chugai_menu ul.sub-menu>.item_wrap>li:hover:before {
    right: 20%;
}

ul.chugai_menu ul.sub-menu>.item_wrap>li>a {
    color: #000;
}

ul.chugai_menu>.item_wrap>li.current-menu-item:before {
    right: 0;
}

img.to_top {
    z-index: 100000;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 50px;
    width: auto;
    cursor: pointer;
    display: none;
}

ol.breadcrumb {
    padding-left: 5px;
	display: flex !important;
}

section.single_post_antibody .content p>a {
    float: initial;
}
/*** HEADER END ***/

/*** LANDING BANNER ***/

section.landing_banner {
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.landing_banner.mobile_class {
    display: none;
}

.home section.landing_banner {
    height: 100vh;
}

section.landing_banner .text_sec {
    text-align: center;
    color: #fff;
    z-index: 1;
    margin: 0 15px;
    margin-top: 110px;
}

section.landing_banner .text_sec h1.title {
    margin-bottom: 10px;
}

section.landing_banner .text_sec .subtitle, section.landing_banner .text_sec .subtitle p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 900px;
    line-height: 38px;
}

.home section.landing_banner .text_sec .subtitle {
    font-size: 24px;
}

section.landing_banner .button_su {
    margin-top: 60px;
}

/*** LANDING BANNER END ***/

/*** HOMEPAGE ***/

section.text_images {
    background-color: #065464;
    padding: 100px 0 160px;
}

section.text_images.reverse {
    background-color: #fff;
}

section.text_images .container {
    display: flex;
    flex-wrap: wrap;
}

section.text_images.reverse .container {
    flex-direction: row-reverse;
}

section.text_images .text_sec {
    width: 50%;
    padding-right: 80px;
    color: #fff;
}

section.text_images.reverse .text_sec {
    text-align: right;
    padding-left: 80px;
    padding-right: 0;
    color: #0A50A1;
}

section.text_images .text_sec .description {
    margin-bottom: 70px;
}

section.text_images .text_sec .description h4 {
    font-weight: 700;
}

section.text_images.reverse .text_sec .description h3 {
    font-weight: 700;
}

section.text_images.reverse .text_sec .description p {
    color: #000;
}

section.text_images .imgs_sec {
    width: 50%;
    position: relative;
}

.imgs_sec .btm_img {
    float: left;
    overflow: hidden;
}

.imgs_sec>div>img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.imgs_sec>div:hover>img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.reverse .imgs_sec .btm_img {
    float: right;
}

.imgs_sec .top_img {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 300px;
    -webkit-box-shadow: 10px 6px 20px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 6px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 6px 20px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.reverse .imgs_sec .top_img {
    left: 0;
}

section.sub_banner {
    position: relative;
    padding: 0;
    width: 100%;
}

section.sub_banner img {
    width: 100%;
}

section.sub_banner.desktop_class {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

section.sub_banner.desktop_class .container {
    z-index: 1;
}

section.sub_banner.desktop_class .text_sec {
    max-width: 430px;
    margin-left: 50px;
    text-align: center;
}

section.sub_banner.desktop_class .text_sec h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px;
}

section.sub_banner.desktop_class .text_sec .button_su {
    margin-bottom: 0;
}

.mobile_banner {
    display: none;
}

section.news .container {
    display: flex;
}

section.news .text_sec {
    width: 46%;
    padding-right: 80px;
    color: #0A50A1;
}

section.news .text_sec .description {
    margin-bottom: 70px;
}

section.news .text_sec .description h3 {
    font-weight: 700;
}

section.news .text_sec .description p {
    color: #000;
}

section.news .newslist_sec {
    width: 54%;
    display: flex;
    flex-direction: column;
}

/* .newslist_sec .single_news {
    margin-bottom: 25px;
}

.newslist_sec .single_news:last-of-type {
    margin-bottom: 0;
}
*/

.newslist_sec .feed-item {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px !important;
}

.newslist_sec .feed-item:last-of-type {
    margin-bottom: 0;
}

.newslist_sec .feed-item>a {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
	line-height: initial;
}

.newslist_sec .feed-item .wprss-feed-meta span.feed-source {
    display: none;
}

.newslist_sec .feed-item .wprss-feed-meta span.feed-date {
    color: #0A50A1;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.ref_article .ref_content {
    width: 100%;
}

.ref_article .source {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 40px;
}

.ref_article .source a {
    margin-left: 5px;
}

section.top_footer {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.top_footer .overlay, section.mobile_top_footer .overlay {
    background-color: rgba(10, 80, 161, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.top_footer .text_sec {
    color: #fff;
    text-align: center;
    z-index: 1;
    margin: 0 15px;
}

section.top_footer .text_sec .description {
    max-width: 810px;
    margin: auto;
    margin-bottom: 25px;
}

/*** HOMEPAGE END ***/

/*** ABOUT ***/

section.landing_banner .overlay {
    background-color: rgba(10, 80, 161, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.company h3.title {
    text-align: center;
    color: #0A50A1;
    margin-bottom: 40px;
}

section.company .description p {
    margin-bottom: 30px;
    color: #262626;
}

section.company .description p:last-of-type {
    margin-bottom: 0;
}

section.company .details {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.details .single_detail {
    width: 50%;
    padding-right: 55px;
    margin-bottom: 30px;
}

.details .single_detail:nth-child(even) {
    padding-right: 0;
}

.details .single_detail h4.label {
    font-size: 30px;
    font-weight: 700;
}

.details .single_detail .description {
    font-size: 30px;
    margin-top: 30px;
}

section.ceo {
    background-color: #E9F6FF;
}

section.ceo h3.title {
    width: 60%;
    float: right;
    color: #0A50A1;
}

section.ceo .content_sec {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.content_sec .profile_sec {
    padding-right: 40px;
    width: 40%;
}

.content_sec .profile_sec .inner {
    position: relative;
    float: left;
    width: 100%;
}

.profile_sec .inner .block_label {
    position: absolute;
    bottom: 0;
    background-color: rgba(10, 80, 161, 0.7);
    padding: 40px 30px;
    color: #fff;
    width: 100%;
}

.profile_sec .inner .block_label h4.name {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.profile_sec .inner .block_label .position {
    margin-top: 10px;
}

.profile_sec .inner .block_label .position {
    margin-bottom: 0;
}

.content_sec .message_sec {
    width: 55%;
}

.content_sec .message_sec p {
    margin-bottom: 30px;
}

.content_sec .message_sec p:last-of-type {
    margin-bottom: 0;
}

section.sub_banner.about {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
}

section.sub_banner .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

section.sub_banner.about .text_sec {
    text-align: center;
    color: #fff;
    z-index: 1;
}

/*section.sub_banner.about .text_sec h3.title {
    letter-spacing: 22px;
}*/

section.sub_banner.about .text_sec .description {
    font-size: 20px !important;
    font-weight: 300;
    margin: 0 15px;
    /* max-width: 250px; */
}

.page-template-template-about section.top_footer .overlay {
    background-color: rgba(0, 0, 0, 0.20);
}

/*** TIMELINE ***/

section.timeline_sec {
    background-color: #EEF7FF;
}

section.timeline_sec h3.title {
    text-align: center;
    font-weight: 700;
    color: #0A50A1;
}

.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1000px;
    position: relative;
}

.timeline__content .text_sec {
    display: flex;
    margin-top: 30px;
}

.timeline__content-title {
    font-size: 32px;
    color: #0A50A1;
    width: 20%;
    text-align: center;
}

.timeline__content-desc {
    margin: 0;
    box-sizing: border-box;
    color: #000;
    font-weight: normal;
    line-height: 25px;
    width: 80%;
    padding-left: 15px;
}

.timeline:before {
    position: absolute;
    left: 49.5%;
    width: 7px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: #E2E2E2;
}
@media only screen and (max-width: 991px) {
	.search .search_page .search_tab .search-form{
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .timeline:before {
        left: 40px;
    }
}

@media only screen and (max-width: 505px) {
    .search .search_page .search_tab {
        width: 100%;
    }
}

.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 60px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}

.timeline-item .timeline__content {
    width: 100%;
}

.timeline-item:nth-child(odd) {
    margin-left: 20px;
}

.timeline-item:nth-child(even) {
    margin-right: 20px;
}

.timeline-item:before {
    content: "";
    letter-spacing: 3px;
    height: 50px;
    width: 100%;
    position: absolute;
    /* color: rgba(255, 255, 255, .5); */
    /* font-size: 13px; */
    border-left: 7px solid #0A50A1;
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 34px);
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
}

.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 39px);
    padding-left: 0;
    border-left: none;
    border-right: 7px solid #0054AD;
    padding-right: 15px;
}

.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

.timeline-item--active:before {
    top: 30%;
    transition: 0.3s all 0.2s;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }
    .timeline-item:before {
        left: 10px !important;
        padding: 0 !important;
        top: 50px;
        text-align: center !important;
        width: 60px;
        border: none !important;
    }
    .timeline-item:last-child {
        padding-bottom: 40px;
    }
}

.timeline__img {
    max-width: 100%;
    width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
}

.timeline-container {
    width: 100%;
    position: relative;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
}

.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.timeline-header__subtitle {
    color: rgba(255, 255, 255, .5);
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*** TIMELINE END ***/

section.chairman {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 640px;
    position: relative;
}

section.chairman .text_sec {
    position: absolute;
    bottom: 0;
    background-color: rgba(10, 80, 161, 0.78);
    color: #fff;
    padding: 40px 100px 50px;
}

section.chairman .text_sec h3.name {
    margin-bottom: 4px;
}

section.chairman .text_sec p.position {
    font-size: 24px;
    font-weight: 700;
    font-family: 'neue-haas-grotesk-display', sans-serif;
}

section.our_team h3.title {
    text-align: center;
    color: #0A50A1;
    margin-bottom: 40px;
}

section.our_team .divisions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.our_team .divisions .single_division {
    width: 48%;
}

section.our_team .divisions .single_division img {
    width: 100%;
}

section.our_team .divisions .single_division h4.label {
    margin: 50px 0 20px;
    font-weight: 700;
    font-size: 30px;
    color: #262626;
}

section.our_team .divisions .single_division p.description {
    margin-bottom: 60px;
}

section.our_people {
    background-color: #EEF7FF;
}

section.our_people .container {
    display: flex;
}

section.our_people .img_sec {
    /* display: flex; */
    flex-direction: column;
    width: 50%;
}

section.our_people .img_sec img {
    width: 100%;
}

section.our_people .text_sec {
    /* Hafiz Remove
    // display: flex;
    // flex-direction: column;
    // justify-content: center;
    width: 50%;
    // text-align: right; */
    padding-left: 50px;
}

section.our_people .text_sec h3.title {
    color: #0A50A1;
}

section.our_people .text_sec .description {
    color: #262626;
    max-width: 420px;
    margin-left: auto;
}

section.top_footer.about .text_sec .description, section.top_footer.about .text_sec .description p {
    font-size: 48px;
    line-height: 50px;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
}

section.top_footer.about .text_sec h3.title {
    font-size: 65px;
    /*letter-spacing: 18px;*/
}

/*** ABOUT END ***/

/*** RESEARCH DIVISION ***/

.image_in {
    text-align: center;
    margin: 50px 0;
}

section.research_units {
    background-color: #E9F6FF;
}

section.research_units h3.title {
    text-align: center;
    color: #0A50A1;
}

section.research_units .content_description:first-of-type {
    text-align: center;
}

section.research_units .content_description h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0061C0;
}

section.research_manager {
    background-color: #E9F6FF;
}

section.research_manager .content_description {
    text-align: center;
}

section.research_manager .staff_list {
    max-width: 820px;
    margin: auto;
    margin-top: 100px;
}

.staff_list .single_staff {
    cursor: pointer;
    padding:0;
    /*border:0;*/
}
.slick-arrow.slick-prev:focus,.slick-arrow.slick-next:focus{border:1px solid #666;}
.staff_list .single_staff .inner {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.staff_list .single_staff img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    transition: all 0.15s ease-in-out;
}

.staff_list .single_staff:hover img {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.staff_list .single_staff .block_label {
    bottom: 0;
    background-color: rgba(10, 80, 161, 0.7);
    padding: 20px 30px;
    width: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 5;
}

.staff_list .single_staff:hover .block_label {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.staff_list .single_staff .block_label h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.slick-slide img {
    width: 100%;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slick-prev:before, .slick-next:before {
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    display: inline-block;
    opacity: 1;
}

.slick-prev:before {
    background-image: url(/wp-content/uploads/2019/11/left_arrow.png);
}

.slick-next:before {
    background-image: url(/wp-content/uploads/2019/11/right_arrow.png);
}

section.technology_sec .content_description {
    text-align: center;
}

section.technology_sec .antibody_sec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.antibody_sec .single_antibody {
    width: calc(100%/3);
    padding: 0 10px;
    margin-top: 50px;
}

.antibody_sec .single_antibody:nth-child(1), .antibody_sec .single_antibody:nth-child(2), .antibody_sec .single_antibody:nth-child(3) {
    margin-top: 0;
}

.antibody_sec .single_antibody img {
    width: 100%;
}

.antibody_sec .single_antibody h4.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    min-height: 72px;
    margin-top: 30px;
}

.antibody_sec .single_antibody .excerpt {
    min-height: 120px;
    margin-bottom: 30px;
}

.modal-backdrop.show {
    opacity: 60%;
}

.rm_staff .modal-header, .img_modal .modal-header {
    border-bottom: 0;
}

.rm_staff.modal .modal-dialog {
    max-width: 900px;
}

.rm_staff .modal-body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 40px 60px;
}

.rm_staff .modal-body img {
    width: 40%;
    margin-top: 10px;
}

.rm_staff .modal-body .text_sec {
    width: 60%;
    padding-left: 30px;
}

.rm_staff .modal-body .text_sec .title {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0A50A1;
}

/*** RESEARCH DIVISION END ***/

/*** ADMIN DIVISION ***/

section.admin_head {
    background-color: #E9F6FF;
}

section.admin_head .content_sec {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

section.admin_head .profile_sec {
    width: 40%;
}

section.admin_head .text_sec {
    width: 60%;
}

section.admin_head .text_sec h3.name {
    font-weight: 700;
    color: #0A50A1;
    margin-bottom: 0;
}

section.admin_head .text_sec h4.position {
    font-weight: 700;
    color: #0A50A1;
}

section.admin_head .text_sec .quote {
    margin-top: 30px;
    max-width: 550px;
}

.text_sec .quote p {
    margin-bottom: 30px;
}

.text_sec .quote p:last-of-type {
    margin-bottom: 0;
}

section.admin_team .content_description {
    text-align: center;
}

section.admin_team .staff_list {
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
}

section.admin_team .staff_list .single_staff {
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/*** ADMIN DIVISION END ***/

/*** SUSTAINABILITY ***/

section.esg .content_description, section.ifs .content_description {
    text-align: center;
}

section.ifs {
    background-color: #E9F6FF;
}

section.ifs .csr_sec {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
}

section.ifs .csr_sec .single_csr {
    width: calc(100%/3);
    position: relative;
    overflow: hidden;
}

section.ifs .csr_sec .single_csr img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    transition: all 0.15s ease-in-out;
}

section.ifs .csr_sec .single_csr:hover img {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

section.ifs .csr_sec .single_csr h4.title {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    background-color: rgba(10, 80, 161, 0.7);
    padding: 0 20px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 5;
}

section.ifs .csr_sec .single_csr:hover h4.title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

/*** SUSTAINABILITY END ***/

/*** CSR SINGLE PAGE ***/

section.single_post_csr .content_title {
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 50px;
}

section.single_post_csr .content_body img.full_img, section.single_post_csr .content_body img.mobile_img {
    margin-bottom: 50px;
    width: 100%;
}

section.single_post_csr .content_body p {
    margin-bottom: 30px;
}

section.single_post_csr .content_body p:last-of-type {
    margin-bottom: 0;
}

section.more_posts {
    background-color: #E9F6FF;
}

section.more_posts .content_title {
    text-align: left;
}

section.more_posts .more_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
}

section.more_posts .single_mpost, section.more_posts .single_mpost_news {
    width: calc(100%/3);
    position: relative;
    overflow: hidden;
}

section.more_posts .single_mpost img, section.more_posts .single_mpost_news img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    transition: all 0.15s ease-in-out;
}

section.more_posts .single_mpost:hover img, section.more_posts .single_mpost_news:hover img {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

section.more_posts .more_sec .single_mpost h4.title {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    background-color: rgba(10, 80, 161, 0.7);
    padding: 0 20px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 5;
}

section.more_posts .more_sec .single_mpost:hover h4.title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

/*** CSR SINGLE PAGE END ***/

/*** SINGLE ANTIBODY ***/

section.single_post_antibody .container {
    display: flex;
}

section.single_post_antibody .img_left {
    width: 40%;
}

section.single_post_antibody .img_left img {
    width: 100%;
}

section.single_post_antibody .content {
    width: 60%;
    padding-left: 40px;
}

section.single_post_antibody .content a {
    float: right;
}

section.single_post_antibody .content a.back {
    float: left;
}

section.single_post_antibody .content h3.content_title {
    text-align: left;
    margin-top: -10px;
}

/*** SINGLE ANTIBODY END ***/

/*** NEWS ***/

.text_sec .date_block {
    background-color: rgba(10, 80, 161, 0.7);
    padding: 35px 0;
    margin-top: 20px;
}

.text_sec .date_block h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.text_sec .date_block h3:first-of-type {
	/* padding-bottom: 20px; */
}

section.company_events {
    background-color: #E9F6FF;
}

section.media {
    background-color: #fff;
}

section.company_events .ce_sec, section.media .media_sec {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
}

section.company_events .content_description, section.media .content_description {
    text-align: center;
}

section.company_events .ce_sec .single_ce, section.media .media_sec .single_media {
    width: calc(100%/3);
    position: relative;
    overflow: hidden;
}

section.company_events .ce_sec .single_ce img, section.media .media_sec .single_media img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    transition: all 0.15s ease-in-out;
}

section.company_events .ce_sec .single_ce:hover img/*, section.media .media_sec .single_media:hover img */ {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

section.company_events .ce_sec .single_ce .block, section.media .media_sec .single_media .block {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    background-color: rgba(10, 80, 161, 0.7);
    padding: 0 20px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 5;
}

section.company_events .ce_sec .single_ce:hover .block, section.media .media_sec .single_media:hover .block {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.ce_sec .single_ce .block h4.title, .media_sec .single_media .block h4.title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

.ce_sec .single_ce .block .date, .media_sec .single_media .block .date {
    margin-bottom: 0;
    font-size: 16px;
}

section.latest_news .ce_sec ul.wpra-item-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.ce_sec ul.wpra-item-list li {
    width: calc(100%/3);
    background-color: #0A50A1;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 24px;
}

.ce_sec ul.wpra-item-list li:hover {
    background-color: #16ADA6;
}

.ce_sec ul.wpra-item-list li, .ce_sec ul.wpra-item-list li>a {
    color: #fff;
    padding-bottom: 55px;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.ce_sec ul.wpra-item-list li .wprss-feed-meta {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
}

.ce_sec ul.wpra-item-list li .feed-source {
    display: none;
}

section.more_news {
    padding-top: 0;
}

.more_news ul.wpra-item-list {
    display: flex;
    flex-wrap: wrap;
}

.more_news h3.content_title {
    text-align: left;
}

.more_news .feed-item {
    display: flex;
    width: 50%;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-bottom: 30px !important;
}

.more_news .feed-item:nth-child(even) {
    padding-right: 40px;
}

.more_news .feed-item>a {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
}

.more_news .feed-item>a:hover, .newslist_sec .feed-item>a:hover {
    color: #16ADA6;
}

.more_news .feed-item .wprss-feed-meta span.feed-date {
    color: #0A50A1;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.more_news ul.wpra-item-list li:nth-child(1), .more_news ul.wpra-item-list li:nth-child(2), .more_news ul.wpra-item-list li:nth-child(3) {
    display: none;
}

.more_news ul.wpra-item-list li:nth-child(odd) {
    padding-right: 30px;
}

.more_news ul.wpra-item-list li .feed-source {
    display: none;
}

section.more_posts .single_mpost_news {
    width: calc(100%/3);
    position: relative;
}

section.more_posts .single_mpost_news img {
    width: 100%;
}

section.more_posts .single_mpost_news .block {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 110px;
    background-color: rgba(10, 80, 161, 0.7);
    padding: 15px 20px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 5;
}

section.more_posts .single_mpost_news:hover .block {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

section.more_posts .single_mpost_news .block h4.title {
    font-weight: 700;
    margin-bottom: 0;
}

section.more_posts .single_mpost_news .block .date {
    margin-bottom: 0;
}

section.news_post_content h3.content_title {
    text-align: left;
}

section.news_post_content .content_body img.full_img, section.news_post_content .content_body img.mobile_img {
    margin-bottom: 40px;
    width: 100%;
}

section.news_post_content .top_half {
    display: flex;
    flex-wrap: wrap;
}

section.news_post_content .top_half .main_video {
    width: auto;
}

section.news_post_content .top_half .main_content {
    width: 44%;
    padding-left: 40px;
}

section.news_post_content .btm_half {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

section.news_post_content .btm_half .single_img {
    width: calc(94%/3);
    border-color: transparent;
    border: none;
    background: transparent;
    color: transparent;
    padding: 0;
    margin-bottom: 30px;
}

section.news_post_content .btm_half .single_img img {
    width: 100%;
}

.more_sec .draggable {
    width:100%!important;
}

.page-template-template-news section.top_footer .overlay {
    background-color: rgba(10, 80, 161, 0.2);
}

.media_videos .inner {
    display: flex;
}
/*** NEWS END ***/

/*** MEDIA PAGE ***/
.img_modal .modal-dialog {
    max-width: 800px;
}

.img_modal .modal-body {
    max-width: 550px;
    margin: auto;
    padding-top: 0;
}

.img_modal .desc p {
    margin-top: 16px;
}

/*** MEDIA END ***/

/*** CAREER PAGE ***/

section.job_openings .content_description {
    text-align: center;
}

section.job_openings .career_sec {
    max-width: 670px;
    margin: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.job_openings .container:nth-child(2) {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

section.job_openings .career_sec .single_career {
    max-width: 320px;
    margin-top: 40px;
}

section.job_openings .career_sec .single_career:nth-child(1), section.job_openings .career_sec .single_career:nth-child(2) {
    margin-top: 0;
}

.career_sec .single_career .text_sec {
    padding: 30px 0;
}

.career_sec .single_career .text_sec h4.title {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.career_sec .single_career .text_sec .excerpt {
    margin: 20px 0 30px;
}

/*** CAREER PAGE END ***/

/*** SINGLE CAREER PAGE ***/

section.single_career_page .container {
    display: flex;
}

section.single_career_page .img_sec {
    width: 40%;
    padding-right: 40px;
}

section.single_career_page .img_sec img {
    width: 100%;
}

section.single_career_page .content_body {
    width: 60%;
}

section.single_career_page .content_body h3.content_title {
    text-align: left;
    margin-bottom: 5px;
}

section.single_career_page .content_body p.division {
    font-weight: 700;
    font-size: 24px;
}

section.single_career_page .content_body .job_description, section.single_career_page .content_body .requirements {
    margin-top: 45px;
}

section.single_career_page .content_body .subtitle {
    font-size: 20px;
    font-weight: 700;
}

section.single_career_page .content_body ul {
    padding-left: 9px;
}

section.single_career_page .content_body ul>li {
    font-size: 20px;
    position: relative;
    padding-left: 9px;
    margin-bottom: 10px;
}

section.single_career_page .content_body ul>li:before {
    content: "";
    background-color: #0A50A1;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    left: -10px;
    top: 12px;
}

section.single_career_page .content_body ul>li>strong {
    font-weight: 600;
}

section.single_career_page .content_body .not_avail {
    font-size: 24px;
    color: #0A50A1;
    font-style: italic;
    font-weight: 600;
    margin-top: 50px;
}

section.single_career_page .content_body a.italic_link,
section.single_career_page .content_body .button_su {
    margin-top: 50px;
}

section.single_career_page .content_body .button_su {
    margin: 40px 0;
}

section.single_career_page .content_body a.italic_link {
    font-size: 20px;
}

section.single_career_page .content_body .dept_sec .card-body.content {
    margin-left: 15px;
}

section.single_career_page .content_body .dept_sec .card-body.content h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

section.single_career_page .content_body .dept_sec .card .content p {
    font-size: 20px;
}

section.single_career_page .content_body .dept_sec .card {
    margin-bottom: 10px;
}

section.single_career_page .content_body .dept_sec .card-header h5 button {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

/*** SINGLE CAREER PAGE END ***/

/*** FAQ ***/

section.faq {
    background-color: #E9F6FF;
}

section.faq h3.content_title {
    text-align: left;
    font-size: 36px;
}

.faq_sec {
    margin-left: 0;
    padding-left: 0;
}

.faq_sec li.single_faq {
    margin-bottom: 50px;
    display: flex;
}

.faq_sec li.single_faq:last-of-type {
    margin-bottom: 0;
}

.faq_sec li.single_faq .inner {
    margin-left: 30px;
}

.faq_sec li.single_faq .question, .faq_sec li.single_faq .numbered {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #0A50A1;
}

.faq_sec li.single_faq .question {
    line-height: 30px;
    margin-bottom: 20px;
}

.faq_sec li.single_faq .answer p {
    margin-bottom: 0;
}

.faq_sec li.single_faq .answer a {
    color: #0A50A1;
    text-decoration: underline;
}

.faq_sec li.single_faq .answer ul {
    list-style: disc;
    margin-left: 20px;
}

/*** FAQ END ***/

/*** JOB APPLICATION FORM ***/

section.job_form {
    background-color: #E9F6FF;
}

section.job_form h1.title {
    color: #0057AA;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    

}
section.custom_title .title {
    color: #0057AA;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section.custom_title a {
    color: #0057AA;
    text-decoration: underline;
}
section.custom_title strong { 
    
    font-style: italic; 
}

section.job_form [role="form"].wpcf7 {
    margin-top: 50px;
}

.chugai_job_form input {
    padding: 0 15px;
    height: 50px;
    border-radius: 0;
}

.chugai_job_form .form-row {
    margin-bottom: 10px;
}

.chugai_job_form select {
    -webkit-appearance: none;
    padding: 0 15px;
    height: 50px;
    border-radius: 0;
    background-image: url(/wp-content/uploads/2019/12/dropdown_arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 90%;
}

.chugai_job_form select[name="job-position"] {
    background-position: 95%;
}

.chugai_job_form .wpcf7-file {
    padding: 0;
}

.chugai_job_form .form-group {
    margin-bottom: 0;
}

.chugai_job_form .form-row:nth-child(3) {
    margin-bottom: 0;
}

.chugai_job_form p.note {
    font-size: 13px;
}

.wpcf7 .recaptcha_line {
    font-size: 13px;
    padding: 0 5px;
}

.wpcf7 .chugai_job_form .recaptcha_line {
    padding: 0;
}

.wpcf7 .recaptcha_line>a, .wpcf7 .recaptcha_line>a:visited {
    color: #0A50A1;
}

[role="form"] [type="submit"] {
    display: inline-block;
    background-color: #0A50A1;
    color: #fff;
    padding: 13px 40px;
    font-size: 20px;
    text-transform: uppercase;
    width: auto;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    transition: 400ms;
    text-decoration: none;
    z-index: 100000;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
}

[role="form"] [type="submit"]:hover {
    background-color: #16ADA6;
}

span.wpcf7-form-control-wrap.attach-file {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 50px;
    border: solid 3px #0A50A1;
    background: transparent;
    color: #FFF;
    overflow: hidden;
}

input.wpcf7-form-control.wpcf7-file {
    position: absolute;
    width: 1500px;
    height: 1000px;
    right: 0;
    bottom: 0;
    outline: none !important;
}

/* Add button text */

/* .wpcf7-file:before {
    content: "Browse";
    width: 156px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0A50A1;
    font-size: 18px;
} */

span.wpcf7-form-control-wrap.attach-file:after, span.wpcf7-form-control-wrap.attach-file::after {
    content: "Browse";
    width: 100% !important;
    height: 46px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0061C0;
    font-size: 18px;
    background-color: #E9F6FF;
    pointer-events: none;
}

section.job_form .codedropz-upload-inner h3 {
    font-size: 25px;
    color: #0057AA;
}

section.job_form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #0A50A1;
}

/*** JOB APPLICATION FORM END ***/

/*** CONTACT US ***/

section.contact_content .container {
    display: flex;
}

section.contact_content .left_sec {
    width: 50%;
    padding-right: 60px;
}

.left_sec>.form-group {
    margin-bottom: 0;
}

.left_sec .form_desc {
    margin: 20px 0 24px;
}

.left_sec .form_desc {
    font-size: 18px;
}

.left_sec #select_enquiry {
    -webkit-appearance: none;
    padding: 0 15px;
    height: 50px;
    border-radius: 0;
    background-image: url(/wp-content/uploads/2019/12/dropdown_arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0A50A1;
}

.left_sec [role="form"] input {
    padding: 0 15px;
    height: 50px;
    border-radius: 0;
}

[role="form"] input:focus {
    outline: none;
    box-shadow: none;
}

.left_sec [role="form"] input[type="text"], .left_sec [role="form"] input[type="email"], .left_sec [role="form"] textarea[name="message"] {
    font-size: 14px;
}

.left_sec [role="form"] textarea {
    padding: 15px;
    border-radius: 0;
}

.left_sec [role="form"] .form-group.textarea {
    height: auto;
}

section.contact_content .right_sec {
    width: 45%;
    padding-left: 60px;
}

section.contact_content .right_sec img {
    width: 100%;
}

section.contact_content .right_sec .address_details {
    margin-top: 30px;
}

.right_sec .address_details .tel a, .right_sec .address_details .fax a {
    color: #262626;
}

.right_sec .address_details .tel {
    margin-bottom: 8px;
}

/** CONTACT CUSTOM SELECT **/

.custom-select {
    position: relative;
    background: url(/wp-content/uploads/2019/12/dropdown_arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 12px 15px;
    height: auto;
}

.custom-select select {
    display: none;
}

/* Style the arrow inside the select element: */

.select-items div {
    color: #ffffff;
    padding: 12px 15px;
    font-weight: 700;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.select-items div:last-of-type {
    border-bottom: none;
}

.select-selected {
    color: #0A50A1;
    font-weight: 700;
    text-transform: uppercase;
}

.select-items {
    position: absolute;
    background-color: #0A50A1;
    top: 100%;
    width: calc(100% + 2px);
    border: 1px solid #707070;
    left: -1px;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*** CONTACT US END ***/

/*** FORM VALIDATION STYLING ***/

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border-color: #f00;
    margin: 30px 0;
}

div.wpcf7-mail-sent-ok {
    margin: 30px 0;
}

/*** FORM VALIDATION STYLING END ***/

/*** 404 ERROR PAGE ***/

section.error-404 {
    padding: 150px 0;
    background-color: #E9F6FF;
    text-align: center;
}

section.error-404 h1.title {
    font-size: 120px;
    color: #0A50A1;
}

section.error-404 .subtitle {
    margin-bottom: 30px;
}

/*** 404 ERROR PAGE END ***/

/*** SEARCH PAGE ***/

.search .search_page {
    background-color: #E9F6FF;
}

.search .nav-links {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #585858;
}

/* .search .nav-links .prev,
.search .nav-links .next {
    display: none;
} */

.search .nav-links .prev {
    float: left;
}

.search .nav-links .next {
    float: right;
}

.search .nav-links .page-numbers {
    margin: 0 10px;
    color: #585858;
}

.search .nav-links .page-numbers.current {
    color: #0A50A1;
}

.search .pagination {
    margin-top: 50px;
}

.search section.content-area {
    padding: 0;
}

section.no-results {
    background-color: #E9F6FF;
}

.search .search_tab {
    display: inline-block;
    width: 52%;
}

.search .search_tab h4 {
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #0A50A1;
}

.search .search_tab [role="search"] {
    float: right;
}

.search .search_tab [role="search"] label {
    margin-bottom: 0;
}

.search_tab .search-form .search-field {
    padding: 9px;
    background-color: #fff;
    width: 250px;
}

.search_tab .search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: transparent;
    background: none;
    background-image: url('/wp-content/uploads/2020/03/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

section.search_page article .entry-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

section.search_page article .entry-title a {
    color: #0A50A1;
}

section.search_page ol {
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0A50A1;
    margin-left: 0;
    padding-left: 28px;
}

section.search_page .numbered {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #0A50A1;
}

section.search_page .search_single article {
    margin-left: 30px;
    margin-bottom: 20px;
}

.search_single article .entry-summary p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.search section.not-found .content {
    padding: 200px 0;
    text-align: center;
}

.search section.not-found .content h1.page-title {
    font-size: 48px;
    color: #0A50A1;
    font-weight: 700;
}

.search section.not-found .content .page-content>p {
    margin-bottom: 30px;
}

/*** SEARCH PAGE END ***/

/*** BASIC TEMPLATE ***/

section.basic {
    background-color: #E9F6FF;
}

section.basic h1 {
    font-size: 36px;
    color: #0A50A1;
    text-transform: capitalize;
}

section.basic p {
    margin: 20px 0 20px 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
}

section.basic h2 {
    margin-top: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0A50A1;
}

section.basic h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 20px 20px;
}

section.basic ol {
    margin-left: 20px;
}

section.basic ul {
    margin-left: 30px;
    padding-left: 20px;
}

section.basic ul>li:before {
    content: "";
    background-color: #0A50A1;
    display: inline-block;
    width: 8px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    left: -20px;
    top: 12px;
}

section.basic li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

section.basic li>a {
    color: #0A50A1;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
}

/*** BASIC TEMPLATE END ***/

/** BREADCRUMBS **/

.breadcrumb {
    background-color: #fff;
    padding-left: 0;
}

.breadcrumb-item {
    padding-right: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding-right: 0;
}

.breadcrumb-item a, .breadcrumb-item a:active, .breadcrumb-item a:focus, .breadcrumb-item a:visited {
    color: #000;
}

/** COOKIES **/

/*fix for GA cookie*/

.seopress-user-consent p {
    margin: 0 auto!important;
}

.seopress-user-consent p strong {
    font-weight: normal;
    float: left;
    font-size: 14px;
    text-align: left;
    padding-right: 30px;
}

.seopress-user-consent a {
    text-decoration: underline;
}

.seopress-user-consent a:visited {
    color: inherit;
}

.seopress-user-consent a:hover {
    color: #16ADA6;
}

.seopress-user-consent p button {
    float: none;
    margin: 10px auto 0;
}

.seopress-user-consent p button#seopress-user-consent-accept:hover {
    background-color: #16ADA6!important;
}

@media (min-width:576px) {
    .seopress-user-consent p {
        max-width: 540px;
    }
    .seopress-user-consent p strong {
        width: 100%;
    }
    .seopress-user-consent p button {}
}

@media (min-width:768px) {
    .seopress-user-consent p {
        max-width: 720px;
    }
    .seopress-user-consent p strong {
        width: 70%;
        font-size: 18px;
    }
    .seopress-user-consent p button {
        margin: 0;
        float: right;
    }
}

@media (min-width:992px) {
    .seopress-user-consent p {
        max-width: 960px;
    }
    .seopress-user-consent p strong {
        width: 70%;
    }
}

@media (min-width:1200px) {
    .seopress-user-consent p {
        max-width: 1140px;
    }
    .seopress-user-consent p strong {
        width: 80%;
    }
}

@media (max-width:600px) {
    .seopress-user-consent p {
        flex-direction: column;
    }
    .seopress-user-consent p strong {
        text-align: center;
        padding-right: 0;
    }
}

/** SEARCH X FIX **/

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*** HEXAGON STYLING ***/

.card {
    border: none;
    background: transparent;
}

button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 10px 0;
}

button.btn.btn-link>div>i:nth-child(1) {
    display: none !important;
}

button.btn.btn-link>div>i:nth-child(2) {
    display: inline-block !important;
}

button.btn.btn-link.collapsed>div>i:nth-child(1) {
    display: inline-block !important;
}

button.btn.btn-link.collapsed>div>i:nth-child(2) {
    display: none !important;
}

.card-header {
    border: none;
    padding: 0;
    background-color: transparent;
}

.card-header h5 button {
    font-weight: bold;
    color: #0061C0 !important;
}

.card-body {
    padding: 10px 0;
}

.card-body p {
    font-size: 14px;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

/*###
}
Bootstrap Stuff to make this pen work
###*/

/* Attention: this is a copy of some bootstrap vaiables, CSS and mixins -> not needed on production code if bootstrap is used */

/* Copied Bootstrap Mixins */

/* Copied Bootstrap CSS */

* {
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
}

/*###
Aditional Variables
###*/

/* -> Those lines have to be added to _variables.scss */

/* adjust the grid gutter vertically */

/* this depends on the value choosen for the gutter.
Unfortunatelly this has to be done by hand until the gutters look "right"*/

/* Breakpoints
You can set the same as the bootstrap grid ones but you can also have different ones*/

/* Z-index for links on hexagons*/

/* ###
Here comes the actual hexagon grid code
### */

/* It turned out that the SVG polygon I am using for the hexagon is not perfectly matching an equal sided hexagon. Its slightly distorted and therefore has a different aspect ratio. Please remove this variable override if you use perfect hexagons.*/

/* Calculate the hex gutters */

/*###
Call the mixins to generate the grid
###*/

/* Include for common css*/

/*== Grid CSS 1: Basic CSS that is independet of number of columns */

.hex-grid {
    overflow: hidden;
    margin: -8.8571428571px -8.8571428571px;
}

.hex-grid .hex-row {
    display: table;
    margin-top: -6.8571428571px;
}

.hex-grid .hex-col {
    float: left;
    position: relative;
    margin-top: -2px;
}

.hex-grid .hex-wrapper {
    position: absolute;
    top: 0;
    /* Offset position within the col-container */
    left: 16.6666666667%;
    right: 16.6666666667%;
    height: 0;
    padding: 0;
    padding-bottom: 59.0476190476%;
}

.hex-grid .hex-svg {
    /*padding: 8.8571428571px 10px;*/
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-1 .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid-xxs-1 .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-2 .hex-row {
        width: 128.5714285714%;
        margin-left: -14.2857142857%;
    }
    .hex-grid-xxs-2 .hex-col {
        width: 66.6666666667%;
        padding-bottom: 39.3650793651%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-2 .hex-row {
        padding-bottom: 25.306122449%;
    }
    .hex-grid-xxs-2 .hex-col {
        padding-bottom: 19.6825396825%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-2 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-2 .hex-col:nth-child(2n+2) {
        margin-left: 33.3333333333%;
    }
    .hex-grid-xxs-2 .hex-col:nth-child(2n+1) {
        margin-right: 33.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-3 .hex-row {
        width: 120%;
        margin-left: -10%;
    }
    .hex-grid-xxs-3 .hex-col {
        width: 50%;
        padding-bottom: 29.5238095238%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-3 .hex-row {
        padding-bottom: 17.7142857143%;
    }
    .hex-grid-xxs-3 .hex-col {
        padding-bottom: 14.7619047619%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-3 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-3 .hex-col:nth-child(3n+3) {
        margin-left: 25%;
    }
    .hex-grid-xxs-3 .hex-col:nth-child(3n+3) {
        margin-right: 25%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-4 .hex-row {
        width: 115.3846153846%;
        margin-left: -7.6923076923%;
    }
    .hex-grid-xxs-4 .hex-col {
        width: 40%;
        padding-bottom: 23.619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-4 .hex-row {
        padding-bottom: 13.6263736264%;
    }
    .hex-grid-xxs-4 .hex-col {
        padding-bottom: 11.8095238095%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-4 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-4 .hex-col:nth-child(4n+3) {
        margin-left: 20%;
    }
    .hex-grid-xxs-4 .hex-col:nth-child(4n+2) {
        margin-right: 20%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-5 .hex-row {
        width: 112.5%;
        margin-left: -6.25%;
    }
    .hex-grid-xxs-5 .hex-col {
        width: 33.3333333333%;
        padding-bottom: 19.6825396825%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-5 .hex-row {
        padding-bottom: 11.0714285714%;
    }
    .hex-grid-xxs-5 .hex-col {
        padding-bottom: 9.8412698413%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-5 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-5 .hex-col:nth-child(5n+4) {
        margin-left: 16.6666666667%;
    }
    .hex-grid-xxs-5 .hex-col:nth-child(5n+5) {
        margin-right: 16.6666666667%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-6 .hex-row {
        width: 110.5263157895%;
        margin-left: -5.2631578947%;
    }
    .hex-grid-xxs-6 .hex-col {
        width: 28.5714285714%;
        padding-bottom: 16.8707482993%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-6 .hex-row {
        padding-bottom: 9.3233082707%;
    }
    .hex-grid-xxs-6 .hex-col {
        padding-bottom: 8.4353741497%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-6 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-6 .hex-col:nth-child(6n+4) {
        margin-left: 14.2857142857%;
    }
    .hex-grid-xxs-6 .hex-col:nth-child(6n+3) {
        margin-right: 14.2857142857%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-7 .hex-row {
        width: 109.0909090909%;
        margin-left: -4.5454545455%;
    }
    .hex-grid-xxs-7 .hex-col {
        width: 25%;
        padding-bottom: 14.7619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-7 .hex-row {
        padding-bottom: 8.0519480519%;
    }
    .hex-grid-xxs-7 .hex-col {
        padding-bottom: 7.380952381%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-7 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-7 .hex-col:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    .hex-grid-xxs-7 .hex-col:nth-child(7n+7) {
        margin-right: 12.5%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-8 .hex-row {
        width: 108%;
        margin-left: -4%;
    }
    .hex-grid-xxs-8 .hex-col {
        width: 22.2222222222%;
        padding-bottom: 13.1216931217%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-8 .hex-row {
        padding-bottom: 7.0857142857%;
    }
    .hex-grid-xxs-8 .hex-col {
        padding-bottom: 6.5608465608%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-8 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-8 .hex-col:nth-child(8n+5) {
        margin-left: 11.1111111111%;
    }
    .hex-grid-xxs-8 .hex-col:nth-child(8n+4) {
        margin-right: 11.1111111111%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-9 .hex-row {
        width: 107.1428571429%;
        margin-left: -3.5714285714%;
    }
    .hex-grid-xxs-9 .hex-col {
        width: 20%;
        padding-bottom: 11.8095238095%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-9 .hex-row {
        padding-bottom: 6.3265306122%;
    }
    .hex-grid-xxs-9 .hex-col {
        padding-bottom: 5.9047619048%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-9 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-9 .hex-col:nth-child(9n+6) {
        margin-left: 10%;
    }
    .hex-grid-xxs-9 .hex-col:nth-child(9n+9) {
        margin-right: 10%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-10 .hex-row {
        width: 106.4516129032%;
        margin-left: -3.2258064516%;
    }
    .hex-grid-xxs-10 .hex-col {
        width: 18.1818181818%;
        padding-bottom: 10.7359307359%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-10 .hex-row {
        padding-bottom: 5.7142857143%;
    }
    .hex-grid-xxs-10 .hex-col {
        padding-bottom: 5.367965368%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-10 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-10 .hex-col:nth-child(10n+6) {
        margin-left: 9.0909090909%;
    }
    .hex-grid-xxs-10 .hex-col:nth-child(10n+5) {
        margin-right: 9.0909090909%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-11 .hex-row {
        width: 105.8823529412%;
        margin-left: -2.9411764706%;
    }
    .hex-grid-xxs-11 .hex-col {
        width: 16.6666666667%;
        padding-bottom: 9.8412698413%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-11 .hex-row {
        padding-bottom: 5.2100840336%;
    }
    .hex-grid-xxs-11 .hex-col {
        padding-bottom: 4.9206349206%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-11 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-11 .hex-col:nth-child(11n+7) {
        margin-left: 8.3333333333%;
    }
    .hex-grid-xxs-11 .hex-col:nth-child(11n+11) {
        margin-right: 8.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 0) {
    .hex-grid-xxs-12 .hex-row {
        width: 105.4054054054%;
        margin-left: -2.7027027027%;
    }
    .hex-grid-xxs-12 .hex-col {
        width: 15.3846153846%;
        padding-bottom: 9.0842490842%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 0) {
    .hex-grid-xxs-12 .hex-row {
        padding-bottom: 4.7876447876%;
    }
    .hex-grid-xxs-12 .hex-col {
        padding-bottom: 4.5421245421%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xxs-12 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xxs-12 .hex-col:nth-child(12n+7) {
        margin-left: 7.6923076923%;
    }
    .hex-grid-xxs-12 .hex-col:nth-child(12n+6) {
        margin-right: 7.6923076923%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-1 .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid-xs-1 .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-2 .hex-row {
        width: 128.5714285714%;
        margin-left: -14.2857142857%;
    }
    .hex-grid-xs-2 .hex-col {
        width: 66.6666666667%;
        padding-bottom: 39.3650793651%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-2 .hex-row {
        padding-bottom: 25.306122449%;
    }
    .hex-grid-xs-2 .hex-col {
        padding-bottom: 19.6825396825%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-2 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-2 .hex-col:nth-child(2n+2) {
        margin-left: 33.3333333333%;
    }
    .hex-grid-xs-2 .hex-col:nth-child(2n+1) {
        margin-right: 33.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-3 .hex-row {
        width: 120%;
        margin-left: -10%;
    }
    .hex-grid-xs-3 .hex-col {
        width: 50%;
        padding-bottom: 29.5238095238%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-3 .hex-row {
        padding-bottom: 17.7142857143%;
    }
    .hex-grid-xs-3 .hex-col {
        padding-bottom: 14.7619047619%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-3 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-3 .hex-col:nth-child(3n+3) {
        margin-left: 25%;
    }
    .hex-grid-xs-3 .hex-col:nth-child(3n+3) {
        margin-right: 25%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-4 .hex-row {
        width: 115.3846153846%;
        margin-left: -7.6923076923%;
    }
    .hex-grid-xs-4 .hex-col {
        width: 40%;
        padding-bottom: 23.619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-4 .hex-row {
        padding-bottom: 13.6263736264%;
    }
    .hex-grid-xs-4 .hex-col {
        padding-bottom: 11.8095238095%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-4 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-4 .hex-col:nth-child(4n+3) {
        margin-left: 20%;
    }
    .hex-grid-xs-4 .hex-col:nth-child(4n+2) {
        margin-right: 20%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-5 .hex-row {
        width: 112.5%;
        margin-left: -6.25%;
    }
    .hex-grid-xs-5 .hex-col {
        width: 33.3333333333%;
        padding-bottom: 19.6825396825%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-5 .hex-row {
        padding-bottom: 11.0714285714%;
    }
    .hex-grid-xs-5 .hex-col {
        padding-bottom: 9.8412698413%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-5 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-5 .hex-col:nth-child(5n+4) {
        margin-left: 16.6666666667%;
    }
    .hex-grid-xs-5 .hex-col:nth-child(5n+5) {
        margin-right: 16.6666666667%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-6 .hex-row {
        width: 110.5263157895%;
        margin-left: -5.2631578947%;
    }
    .hex-grid-xs-6 .hex-col {
        width: 28.5714285714%;
        padding-bottom: 16.8707482993%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-6 .hex-row {
        padding-bottom: 9.3233082707%;
    }
    .hex-grid-xs-6 .hex-col {
        padding-bottom: 8.4353741497%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-6 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-6 .hex-col:nth-child(6n+4) {
        margin-left: 14.2857142857%;
    }
    .hex-grid-xs-6 .hex-col:nth-child(6n+3) {
        margin-right: 14.2857142857%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-7 .hex-row {
        width: 109.0909090909%;
        margin-left: -4.5454545455%;
    }
    .hex-grid-xs-7 .hex-col {
        width: 25%;
        padding-bottom: 14.7619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-7 .hex-row {
        padding-bottom: 8.0519480519%;
    }
    .hex-grid-xs-7 .hex-col {
        padding-bottom: 7.380952381%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-7 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-7 .hex-col:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    .hex-grid-xs-7 .hex-col:nth-child(7n+7) {
        margin-right: 12.5%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-8 .hex-row {
        width: 108%;
        margin-left: -4%;
    }
    .hex-grid-xs-8 .hex-col {
        width: 22.2222222222%;
        padding-bottom: 13.1216931217%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-8 .hex-row {
        padding-bottom: 7.0857142857%;
    }
    .hex-grid-xs-8 .hex-col {
        padding-bottom: 6.5608465608%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-8 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-8 .hex-col:nth-child(8n+5) {
        margin-left: 11.1111111111%;
    }
    .hex-grid-xs-8 .hex-col:nth-child(8n+4) {
        margin-right: 11.1111111111%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-9 .hex-row {
        width: 107.1428571429%;
        margin-left: -3.5714285714%;
    }
    .hex-grid-xs-9 .hex-col {
        width: 20%;
        padding-bottom: 11.8095238095%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-9 .hex-row {
        padding-bottom: 6.3265306122%;
    }
    .hex-grid-xs-9 .hex-col {
        padding-bottom: 5.9047619048%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-9 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-9 .hex-col:nth-child(9n+6) {
        margin-left: 10%;
    }
    .hex-grid-xs-9 .hex-col:nth-child(9n+9) {
        margin-right: 10%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-10 .hex-row {
        width: 106.4516129032%;
        margin-left: -3.2258064516%;
    }
    .hex-grid-xs-10 .hex-col {
        width: 18.1818181818%;
        padding-bottom: 10.7359307359%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-10 .hex-row {
        padding-bottom: 5.7142857143%;
    }
    .hex-grid-xs-10 .hex-col {
        padding-bottom: 5.367965368%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-10 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-10 .hex-col:nth-child(10n+6) {
        margin-left: 9.0909090909%;
    }
    .hex-grid-xs-10 .hex-col:nth-child(10n+5) {
        margin-right: 9.0909090909%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-11 .hex-row {
        width: 105.8823529412%;
        margin-left: -2.9411764706%;
    }
    .hex-grid-xs-11 .hex-col {
        width: 16.6666666667%;
        padding-bottom: 9.8412698413%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-11 .hex-row {
        padding-bottom: 5.2100840336%;
    }
    .hex-grid-xs-11 .hex-col {
        padding-bottom: 4.9206349206%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-11 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-11 .hex-col:nth-child(11n+7) {
        margin-left: 8.3333333333%;
    }
    .hex-grid-xs-11 .hex-col:nth-child(11n+11) {
        margin-right: 8.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 350px) {
    .hex-grid-xs-12 .hex-row {
        width: 105.4054054054%;
        margin-left: -2.7027027027%;
    }
    .hex-grid-xs-12 .hex-col {
        width: 15.3846153846%;
        padding-bottom: 9.0842490842%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 350px) {
    .hex-grid-xs-12 .hex-row {
        padding-bottom: 4.7876447876%;
    }
    .hex-grid-xs-12 .hex-col {
        padding-bottom: 4.5421245421%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xs-12 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xs-12 .hex-col:nth-child(12n+7) {
        margin-left: 7.6923076923%;
    }
    .hex-grid-xs-12 .hex-col:nth-child(12n+6) {
        margin-right: 7.6923076923%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-1 .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid-sm-1 .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-2 .hex-row {
        width: 128.5714285714%;
        margin-left: -14.2857142857%;
    }
    .hex-grid-sm-2 .hex-col {
        width: 66.6666666667%;
        padding-bottom: 39.3650793651%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-2 .hex-row {
        padding-bottom: 25.306122449%;
    }
    .hex-grid-sm-2 .hex-col {
        padding-bottom: 19.6825396825%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-2 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-2 .hex-col:nth-child(2n+2) {
        margin-left: 33.3333333333%;
    }
    .hex-grid-sm-2 .hex-col:nth-child(2n+1) {
        margin-right: 33.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-3 .hex-row {
        width: 120%;
        margin-left: -10%;
    }
    .hex-grid-sm-3 .hex-col {
        width: 50%;
        padding-bottom: 29.5238095238%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-3 .hex-row {
        padding-bottom: 17.7142857143%;
    }
    .hex-grid-sm-3 .hex-col {
        padding-bottom: 14.7619047619%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-3 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-3 .hex-col:nth-child(3n+3) {
        margin-left: 25%;
    }
    .hex-grid-sm-3 .hex-col:nth-child(3n+3) {
        margin-right: 25%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-4 .hex-row {
        width: 115.3846153846%;
        margin-left: -7.6923076923%;
    }
    .hex-grid-sm-4 .hex-col {
        width: 40%;
        padding-bottom: 23.619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-4 .hex-row {
        padding-bottom: 13.6263736264%;
    }
    .hex-grid-sm-4 .hex-col {
        padding-bottom: 11.8095238095%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-4 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-4 .hex-col:nth-child(4n+3) {
        margin-left: 20%;
    }
    .hex-grid-sm-4 .hex-col:nth-child(4n+2) {
        margin-right: 20%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-5 .hex-row {
        width: 112.5%;
        margin-left: -6.25%;
    }
    .hex-grid-sm-5 .hex-col {
        width: 33.3333333333%;
        padding-bottom: 19.6825396825%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-5 .hex-row {
        padding-bottom: 11.0714285714%;
    }
    .hex-grid-sm-5 .hex-col {
        padding-bottom: 9.8412698413%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-5 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-5 .hex-col:nth-child(5n+4) {
        margin-left: 16.6666666667%;
    }
    .hex-grid-sm-5 .hex-col:nth-child(5n+5) {
        margin-right: 16.6666666667%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-6 .hex-row {
        width: 110.5263157895%;
        margin-left: -5.2631578947%;
    }
    .hex-grid-sm-6 .hex-col {
        width: 28.5714285714%;
        padding-bottom: 16.8707482993%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-6 .hex-row {
        padding-bottom: 9.3233082707%;
    }
    .hex-grid-sm-6 .hex-col {
        padding-bottom: 8.4353741497%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-6 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-6 .hex-col:nth-child(6n+4) {
        margin-left: 14.2857142857%;
    }
    .hex-grid-sm-6 .hex-col:nth-child(6n+3) {
        margin-right: 14.2857142857%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-7 .hex-row {
        width: 109.0909090909%;
        margin-left: -4.5454545455%;
    }
    .hex-grid-sm-7 .hex-col {
        width: 25%;
        padding-bottom: 14.7619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-7 .hex-row {
        padding-bottom: 8.0519480519%;
    }
    .hex-grid-sm-7 .hex-col {
        padding-bottom: 7.380952381%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-7 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-7 .hex-col:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    .hex-grid-sm-7 .hex-col:nth-child(7n+7) {
        margin-right: 12.5%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-8 .hex-row {
        width: 108%;
        margin-left: -4%;
    }
    .hex-grid-sm-8 .hex-col {
        width: 22.2222222222%;
        padding-bottom: 13.1216931217%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-8 .hex-row {
        padding-bottom: 7.0857142857%;
    }
    .hex-grid-sm-8 .hex-col {
        padding-bottom: 6.5608465608%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-8 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-8 .hex-col:nth-child(8n+5) {
        margin-left: 11.1111111111%;
    }
    .hex-grid-sm-8 .hex-col:nth-child(8n+4) {
        margin-right: 11.1111111111%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-9 .hex-row {
        width: 107.1428571429%;
        margin-left: -3.5714285714%;
    }
    .hex-grid-sm-9 .hex-col {
        width: 20%;
        padding-bottom: 11.8095238095%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-9 .hex-row {
        padding-bottom: 6.3265306122%;
    }
    .hex-grid-sm-9 .hex-col {
        padding-bottom: 5.9047619048%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-9 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-9 .hex-col:nth-child(9n+6) {
        margin-left: 10%;
    }
    .hex-grid-sm-9 .hex-col:nth-child(9n+9) {
        margin-right: 10%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-10 .hex-row {
        width: 106.4516129032%;
        margin-left: -3.2258064516%;
    }
    .hex-grid-sm-10 .hex-col {
        width: 18.1818181818%;
        padding-bottom: 10.7359307359%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-10 .hex-row {
        padding-bottom: 5.7142857143%;
    }
    .hex-grid-sm-10 .hex-col {
        padding-bottom: 5.367965368%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-10 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-10 .hex-col:nth-child(10n+6) {
        margin-left: 9.0909090909%;
    }
    .hex-grid-sm-10 .hex-col:nth-child(10n+5) {
        margin-right: 9.0909090909%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-11 .hex-row {
        width: 105.8823529412%;
        margin-left: -2.9411764706%;
    }
    .hex-grid-sm-11 .hex-col {
        width: 16.6666666667%;
        padding-bottom: 9.8412698413%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-11 .hex-row {
        padding-bottom: 5.2100840336%;
    }
    .hex-grid-sm-11 .hex-col {
        padding-bottom: 4.9206349206%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-11 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-11 .hex-col:nth-child(11n+7) {
        margin-left: 8.3333333333%;
    }
    .hex-grid-sm-11 .hex-col:nth-child(11n+11) {
        margin-right: 8.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 544px) {
    .hex-grid-sm-12 .hex-row {
        width: 105.4054054054%;
        margin-left: -2.7027027027%;
    }
    .hex-grid-sm-12 .hex-col {
        width: 15.3846153846%;
        padding-bottom: 9.0842490842%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 544px) {
    .hex-grid-sm-12 .hex-row {
        padding-bottom: 4.7876447876%;
    }
    .hex-grid-sm-12 .hex-col {
        padding-bottom: 4.5421245421%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-sm-12 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-sm-12 .hex-col:nth-child(12n+7) {
        margin-left: 7.6923076923%;
    }
    .hex-grid-sm-12 .hex-col:nth-child(12n+6) {
        margin-right: 7.6923076923%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-1 .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid-md-1 .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-2 .hex-row {
        width: 128.5714285714%;
        margin-left: -14.2857142857%;
    }
    .hex-grid-md-2 .hex-col {
        width: 66.6666666667%;
        padding-bottom: 39.3650793651%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-2 .hex-row {
        padding-bottom: 25.306122449%;
    }
    .hex-grid-md-2 .hex-col {
        padding-bottom: 19.6825396825%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-2 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-2 .hex-col:nth-child(2n+2) {
        margin-left: 33.3333333333%;
    }
    .hex-grid-md-2 .hex-col:nth-child(2n+1) {
        margin-right: 33.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-3 .hex-row {
        width: 120%;
        margin-left: -10%;
    }
    .hex-grid-md-3 .hex-col {
        width: 50%;
        padding-bottom: 29.5238095238%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-3 .hex-row {
        padding-bottom: 17.7142857143%;
    }
    .hex-grid-md-3 .hex-col {
        padding-bottom: 14.7619047619%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-3 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-3 .hex-col:nth-child(3n+3) {
        margin-left: 25%;
    }
    .hex-grid-md-3 .hex-col:nth-child(3n+3) {
        margin-right: 25%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-4 .hex-row {
        width: 115.3846153846%;
        margin-left: -7.6923076923%;
    }
    .hex-grid-md-4 .hex-col {
        width: 40%;
        padding-bottom: 23.619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-4 .hex-row {
        padding-bottom: 13.6263736264%;
    }
    .hex-grid-md-4 .hex-col {
        padding-bottom: 11.8095238095%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-4 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-4 .hex-col:nth-child(4n+3) {
        margin-left: 20%;
    }
    .hex-grid-md-4 .hex-col:nth-child(4n+2) {
        margin-right: 20%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-5 .hex-row {
        width: 112.5%;
        margin-left: -6.25%;
    }
    .hex-grid-md-5 .hex-col {
        width: 33.3333333333%;
        padding-bottom: 19.6825396825%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-5 .hex-row {
        padding-bottom: 11.0714285714%;
    }
    .hex-grid-md-5 .hex-col {
        padding-bottom: 9.8412698413%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-5 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-5 .hex-col:nth-child(5n+4) {
        margin-left: 16.6666666667%;
    }
    .hex-grid-md-5 .hex-col:nth-child(5n+5) {
        margin-right: 16.6666666667%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-6 .hex-row {
        width: 110.5263157895%;
        margin-left: -5.2631578947%;
    }
    .hex-grid-md-6 .hex-col {
        width: 28.5714285714%;
        padding-bottom: 16.8707482993%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-6 .hex-row {
        padding-bottom: 9.3233082707%;
    }
    .hex-grid-md-6 .hex-col {
        padding-bottom: 8.4353741497%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-6 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-6 .hex-col:nth-child(6n+4) {
        margin-left: 14.2857142857%;
    }
    .hex-grid-md-6 .hex-col:nth-child(6n+3) {
        margin-right: 14.2857142857%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-7 .hex-row {
        width: 109.0909090909%;
        margin-left: -4.5454545455%;
    }
    .hex-grid-md-7 .hex-col {
        width: 25%;
        padding-bottom: 14.7619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-7 .hex-row {
        padding-bottom: 8.0519480519%;
    }
    .hex-grid-md-7 .hex-col {
        padding-bottom: 7.380952381%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-7 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-7 .hex-col:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    .hex-grid-md-7 .hex-col:nth-child(7n+7) {
        margin-right: 12.5%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-8 .hex-row {
        width: 108%;
        margin-left: -4%;
    }
    .hex-grid-md-8 .hex-col {
        width: 22.2222222222%;
        padding-bottom: 13.1216931217%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-8 .hex-row {
        padding-bottom: 7.0857142857%;
    }
    .hex-grid-md-8 .hex-col {
        padding-bottom: 6.5608465608%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-8 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-8 .hex-col:nth-child(8n+5) {
        margin-left: 11.1111111111%;
    }
    .hex-grid-md-8 .hex-col:nth-child(8n+4) {
        margin-right: 11.1111111111%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-9 .hex-row {
        width: 107.1428571429%;
        margin-left: -3.5714285714%;
    }
    .hex-grid-md-9 .hex-col {
        width: 20%;
        padding-bottom: 11.8095238095%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-9 .hex-row {
        padding-bottom: 6.3265306122%;
    }
    .hex-grid-md-9 .hex-col {
        padding-bottom: 5.9047619048%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-9 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-9 .hex-col:nth-child(9n+6) {
        margin-left: 10%;
    }
    .hex-grid-md-9 .hex-col:nth-child(9n+9) {
        margin-right: 10%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-10 .hex-row {
        width: 106.4516129032%;
        margin-left: -3.2258064516%;
    }
    .hex-grid-md-10 .hex-col {
        width: 18.1818181818%;
        padding-bottom: 10.7359307359%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-10 .hex-row {
        padding-bottom: 5.7142857143%;
    }
    .hex-grid-md-10 .hex-col {
        padding-bottom: 5.367965368%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-10 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-10 .hex-col:nth-child(10n+6) {
        margin-left: 9.0909090909%;
    }
    .hex-grid-md-10 .hex-col:nth-child(10n+5) {
        margin-right: 9.0909090909%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-11 .hex-row {
        width: 105.8823529412%;
        margin-left: -2.9411764706%;
    }
    .hex-grid-md-11 .hex-col {
        width: 16.6666666667%;
        padding-bottom: 9.8412698413%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-11 .hex-row {
        padding-bottom: 5.2100840336%;
    }
    .hex-grid-md-11 .hex-col {
        padding-bottom: 4.9206349206%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-11 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-11 .hex-col:nth-child(11n+7) {
        margin-left: 8.3333333333%;
    }
    .hex-grid-md-11 .hex-col:nth-child(11n+11) {
        margin-right: 8.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 768px) {
    .hex-grid-md-12 .hex-row {
        width: 105.4054054054%;
        margin-left: -2.7027027027%;
    }
    .hex-grid-md-12 .hex-col {
        width: 15.3846153846%;
        padding-bottom: 9.0842490842%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 768px) {
    .hex-grid-md-12 .hex-row {
        padding-bottom: 4.7876447876%;
    }
    .hex-grid-md-12 .hex-col {
        padding-bottom: 4.5421245421%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-md-12 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-md-12 .hex-col:nth-child(12n+7) {
        margin-left: 7.6923076923%;
    }
    .hex-grid-md-12 .hex-col:nth-child(12n+6) {
        margin-right: 7.6923076923%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-1 .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid-lg-1 .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-2 .hex-row {
        width: 128.5714285714%;
        margin-left: -14.2857142857%;
    }
    .hex-grid-lg-2 .hex-col {
        width: 66.6666666667%;
        padding-bottom: 39.3650793651%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-2 .hex-row {
        padding-bottom: 25.306122449%;
    }
    .hex-grid-lg-2 .hex-col {
        padding-bottom: 19.6825396825%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-2 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-2 .hex-col:nth-child(2n+2) {
        margin-left: 33.3333333333%;
    }
    .hex-grid-lg-2 .hex-col:nth-child(2n+1) {
        margin-right: 33.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-3 .hex-row {
        width: 120%;
        margin-left: -10%;
    }
    .hex-grid-lg-3 .hex-col {
        width: 50%;
        padding-bottom: 29.5238095238%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-3 .hex-row {
        padding-bottom: 17.7142857143%;
    }
    .hex-grid-lg-3 .hex-col {
        padding-bottom: 14.7619047619%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-3 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-3 .hex-col:nth-child(3n+3) {
        margin-left: 25%;
    }
    .hex-grid-lg-3 .hex-col:nth-child(3n+3) {
        margin-right: 25%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-4 .hex-row {
        width: 115.3846153846%;
        margin-left: -7.6923076923%;
    }
    .hex-grid-lg-4 .hex-col {
        width: 40%;
        padding-bottom: 23.619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-4 .hex-row {
        padding-bottom: 13.6263736264%;
    }
    .hex-grid-lg-4 .hex-col {
        padding-bottom: 11.8095238095%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-4 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-4 .hex-col:nth-child(4n+3) {
        margin-left: 20%;
    }
    .hex-grid-lg-4 .hex-col:nth-child(4n+2) {
        margin-right: 20%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-5 .hex-row {
        width: 112.5%;
        margin-left: -6.25%;
    }
    .hex-grid-lg-5 .hex-col {
        width: 33.3333333333%;
        padding-bottom: 19.6825396825%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-5 .hex-row {
        padding-bottom: 11.0714285714%;
    }
    .hex-grid-lg-5 .hex-col {
        padding-bottom: 9.8412698413%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-5 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-5 .hex-col:nth-child(5n+4) {
        margin-left: 16.6666666667%;
    }
    .hex-grid-lg-5 .hex-col:nth-child(5n+5) {
        margin-right: 16.6666666667%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-6 .hex-row {
        width: 110.5263157895%;
        margin-left: -5.2631578947%;
    }
    .hex-grid-lg-6 .hex-col {
        width: 28.5714285714%;
        padding-bottom: 16.8707482993%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-6 .hex-row {
        padding-bottom: 9.3233082707%;
    }
    .hex-grid-lg-6 .hex-col {
        padding-bottom: 8.4353741497%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-6 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-6 .hex-col:nth-child(6n+4) {
        margin-left: 14.2857142857%;
    }
    .hex-grid-lg-6 .hex-col:nth-child(6n+3) {
        margin-right: 14.2857142857%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-7 .hex-row {
        width: 109.0909090909%;
        margin-left: -4.5454545455%;
    }
    .hex-grid-lg-7 .hex-col {
        width: 25%;
        padding-bottom: 14.7619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-7 .hex-row {
        padding-bottom: 8.0519480519%;
    }
    .hex-grid-lg-7 .hex-col {
        padding-bottom: 7.380952381%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-7 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-7 .hex-col:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    .hex-grid-lg-7 .hex-col:nth-child(7n+7) {
        margin-right: 12.5%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-8 .hex-row {
        width: 108%;
        margin-left: -4%;
    }
    .hex-grid-lg-8 .hex-col {
        width: 22.2222222222%;
        padding-bottom: 13.1216931217%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-8 .hex-row {
        padding-bottom: 7.0857142857%;
    }
    .hex-grid-lg-8 .hex-col {
        padding-bottom: 6.5608465608%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-8 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-8 .hex-col:nth-child(8n+5) {
        margin-left: 11.1111111111%;
    }
    .hex-grid-lg-8 .hex-col:nth-child(8n+4) {
        margin-right: 11.1111111111%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-9 .hex-row {
        width: 107.1428571429%;
        margin-left: -3.5714285714%;
    }
    .hex-grid-lg-9 .hex-col {
        width: 20%;
        padding-bottom: 11.8095238095%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-9 .hex-row {
        padding-bottom: 6.3265306122%;
    }
    .hex-grid-lg-9 .hex-col {
        padding-bottom: 5.9047619048%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-9 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-9 .hex-col:nth-child(9n+6) {
        margin-left: 10%;
    }
    .hex-grid-lg-9 .hex-col:nth-child(9n+9) {
        margin-right: 10%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-10 .hex-row {
        width: 106.4516129032%;
        margin-left: -3.2258064516%;
    }
    .hex-grid-lg-10 .hex-col {
        width: 18.1818181818%;
        padding-bottom: 10.7359307359%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-10 .hex-row {
        padding-bottom: 5.7142857143%;
    }
    .hex-grid-lg-10 .hex-col {
        padding-bottom: 5.367965368%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-10 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-10 .hex-col:nth-child(10n+6) {
        margin-left: 9.0909090909%;
    }
    .hex-grid-lg-10 .hex-col:nth-child(10n+5) {
        margin-right: 9.0909090909%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-11 .hex-row {
        width: 105.8823529412%;
        margin-left: -2.9411764706%;
    }
    .hex-grid-lg-11 .hex-col {
        width: 16.6666666667%;
        padding-bottom: 9.8412698413%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-11 .hex-row {
        padding-bottom: 5.2100840336%;
    }
    .hex-grid-lg-11 .hex-col {
        padding-bottom: 4.9206349206%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-11 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-11 .hex-col:nth-child(11n+7) {
        margin-left: 8.3333333333%;
    }
    .hex-grid-lg-11 .hex-col:nth-child(11n+11) {
        margin-right: 8.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 992px) {
    .hex-grid-lg-12 .hex-row {
        width: 105.4054054054%;
        margin-left: -2.7027027027%;
    }
    .hex-grid-lg-12 .hex-col {
        width: 15.3846153846%;
        padding-bottom: 9.0842490842%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 992px) {
    .hex-grid-lg-12 .hex-row {
        padding-bottom: 4.7876447876%;
    }
    .hex-grid-lg-12 .hex-col {
        padding-bottom: 4.5421245421%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-lg-12 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-lg-12 .hex-col:nth-child(12n+7) {
        margin-left: 7.6923076923%;
    }
    .hex-grid-lg-12 .hex-col:nth-child(12n+6) {
        margin-right: 7.6923076923%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-1 .hex-row {
        width: 150%;
        margin-left: -25%;
    }
    .hex-grid-xl-1 .hex-col {
        width: 100%;
        padding-bottom: 59.0476190476%;
    }
}

/*== Grid CSS 3: More than one colum case */

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-2 .hex-row {
        width: 128.5714285714%;
        margin-left: -14.2857142857%;
    }
    .hex-grid-xl-2 .hex-col {
        width: 66.6666666667%;
        padding-bottom: 39.3650793651%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-2 .hex-row {
        padding-bottom: 25.306122449%;
    }
    .hex-grid-xl-2 .hex-col {
        padding-bottom: 19.6825396825%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-2 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-2 .hex-col:nth-child(2n+2) {
        margin-left: 33.3333333333%;
    }
    .hex-grid-xl-2 .hex-col:nth-child(2n+1) {
        margin-right: 33.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-3 .hex-row {
        width: 120%;
        margin-left: -10%;
    }
    .hex-grid-xl-3 .hex-col {
        width: 50%;
        padding-bottom: 29.5238095238%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-3 .hex-row {
        padding-bottom: 17.7142857143%;
    }
    .hex-grid-xl-3 .hex-col {
        padding-bottom: 14.7619047619%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-3 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-3 .hex-col:nth-child(3n+3) {
        margin-left: 25%;
    }
    .hex-grid-xl-3 .hex-col:nth-child(3n+3) {
        margin-right: 25%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-4 .hex-row {
        width: 115.3846153846%;
        margin-left: -7.6923076923%;
    }
    .hex-grid-xl-4 .hex-col {
        width: 40%;
        padding-bottom: 23.619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-4 .hex-row {
        padding-bottom: 13.6263736264%;
    }
    .hex-grid-xl-4 .hex-col {
        padding-bottom: 11.8095238095%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-4 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-4 .hex-col:nth-child(4n+3) {
        margin-left: 20%;
    }
    .hex-grid-xl-4 .hex-col:nth-child(4n+2) {
        margin-right: 20%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-5 .hex-row {
        width: 112.5%;
        margin-left: -6.25%;
    }
    .hex-grid-xl-5 .hex-col {
        width: 33.3333333333%;
        padding-bottom: 19.6825396825%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-5 .hex-row {
        padding-bottom: 11.0714285714%;
    }
    .hex-grid-xl-5 .hex-col {
        padding-bottom: 9.8412698413%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-5 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-5 .hex-col:nth-child(5n+4) {
        margin-left: 16.6666666667%;
    }
    .hex-grid-xl-5 .hex-col:nth-child(5n+5) {
        margin-right: 16.6666666667%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-6 .hex-row {
        width: 110.5263157895%;
        margin-left: -5.2631578947%;
    }
    .hex-grid-xl-6 .hex-col {
        width: 28.5714285714%;
        padding-bottom: 16.8707482993%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-6 .hex-row {
        padding-bottom: 9.3233082707%;
    }
    .hex-grid-xl-6 .hex-col {
        padding-bottom: 8.4353741497%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-6 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-6 .hex-col:nth-child(6n+4) {
        margin-left: 14.2857142857%;
    }
    .hex-grid-xl-6 .hex-col:nth-child(6n+3) {
        margin-right: 14.2857142857%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-7 .hex-row {
        width: 109.0909090909%;
        margin-left: -4.5454545455%;
    }
    .hex-grid-xl-7 .hex-col {
        width: 25%;
        padding-bottom: 14.7619047619%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-7 .hex-row {
        padding-bottom: 8.0519480519%;
    }
    .hex-grid-xl-7 .hex-col {
        padding-bottom: 7.380952381%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-7 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-7 .hex-col:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    .hex-grid-xl-7 .hex-col:nth-child(7n+7) {
        margin-right: 12.5%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-8 .hex-row {
        width: 108%;
        margin-left: -4%;
    }
    .hex-grid-xl-8 .hex-col {
        width: 22.2222222222%;
        padding-bottom: 13.1216931217%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-8 .hex-row {
        padding-bottom: 7.0857142857%;
    }
    .hex-grid-xl-8 .hex-col {
        padding-bottom: 6.5608465608%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-8 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-8 .hex-col:nth-child(8n+5) {
        margin-left: 11.1111111111%;
    }
    .hex-grid-xl-8 .hex-col:nth-child(8n+4) {
        margin-right: 11.1111111111%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-9 .hex-row {
        width: 107.1428571429%;
        margin-left: -3.5714285714%;
    }
    .hex-grid-xl-9 .hex-col {
        width: 20%;
        padding-bottom: 11.8095238095%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-9 .hex-row {
        padding-bottom: 6.3265306122%;
    }
    .hex-grid-xl-9 .hex-col {
        padding-bottom: 5.9047619048%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-9 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-9 .hex-col:nth-child(9n+6) {
        margin-left: 10%;
    }
    .hex-grid-xl-9 .hex-col:nth-child(9n+9) {
        margin-right: 10%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-10 .hex-row {
        width: 106.4516129032%;
        margin-left: -3.2258064516%;
    }
    .hex-grid-xl-10 .hex-col {
        width: 18.1818181818%;
        padding-bottom: 10.7359307359%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-10 .hex-row {
        padding-bottom: 5.7142857143%;
    }
    .hex-grid-xl-10 .hex-col {
        padding-bottom: 5.367965368%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-10 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-10 .hex-col:nth-child(10n+6) {
        margin-left: 9.0909090909%;
    }
    .hex-grid-xl-10 .hex-col:nth-child(10n+5) {
        margin-right: 9.0909090909%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-11 .hex-row {
        width: 105.8823529412%;
        margin-left: -2.9411764706%;
    }
    .hex-grid-xl-11 .hex-col {
        width: 16.6666666667%;
        padding-bottom: 9.8412698413%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-11 .hex-row {
        padding-bottom: 5.2100840336%;
    }
    .hex-grid-xl-11 .hex-col {
        padding-bottom: 4.9206349206%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-11 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-11 .hex-col:nth-child(11n+7) {
        margin-left: 8.3333333333%;
    }
    .hex-grid-xl-11 .hex-col:nth-child(11n+11) {
        margin-right: 8.3333333333%;
    }
}

/* This allows us to initialize the mobile first case without col-* suffix  */

/*= Math that changes depending on the amount of cols */

/* calculation of the amount of hexagons on first and second row */

/* using modulo to find out if total amount is odd or even */

/* Calculate the position of the extra offset margins*/

/* Amount of grid dividers in one row. Each .hex-col is divided into 6 subcolumns */

/* calculation of the divider width
The divider with is used to find out the width of the .hex-row wrapper relative to the Bootstrap .container.
All dividers summed together are always > 100% because two dividers are in the invisible space on the left and right. e.g 120% in case of 12 dividers*/

/* .hex-col width within the .hex-row.
All col width within a row sum up to 100% because we change the reference system here. */

/*== Grid CSS 2: Mobile first and col 1 case*/

@media (min-width: 1200px) {
    .hex-grid-xl-12 .hex-row {
        width: 105.4054054054%;
        margin-left: -2.7027027027%;
    }
    .hex-grid-xl-12 .hex-col {
        width: 15.3846153846%;
        padding-bottom: 9.0842490842%;
    }
}

/*== Grid CSS 3: More than one colum case */

@media (min-width: 1200px) {
    .hex-grid-xl-12 .hex-row {
        padding-bottom: 4.7876447876%;
    }
    .hex-grid-xl-12 .hex-col {
        padding-bottom: 4.5421245421%;
        /* Extra offset margins (no margin if just one grid col)*/
        /* The first rule is dirty, but i need an stronger selector on each breakpoint */
    }
    .hex-grid-xl-12 .hex-col:nth-child(1n+1) {
        margin-left: 0;
        margin-right: 0;
    }
    .hex-grid-xl-12 .hex-col:nth-child(12n+7) {
        margin-left: 7.6923076923%;
    }
    .hex-grid-xl-12 .hex-col:nth-child(12n+6) {
        margin-right: 7.6923076923%;
    }
}

/*###
Debug colors
### */

/*###
Formatting the hexagons -> idependent of grid
### */

#hex-polygon-shared, #hex-mask-shared {
    position: absolute;
    left: -10000px;
    top: 0;
    width: 0;
    height: 0;
}

.hex-polygon-shared polygon.hex-polygon {
    fill: inherit;
    stroke: inherit;
}

.hex-svg use.hex-polygon {
    stroke: #001D3A;
    fill: #001D3A;
}

#hex-mask-shared use.hex-polygon {
    stroke: white;
    fill: white;
}

.hex-wrapper .hex-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hex-wrapper .hex-content {
    color: white;
    text-shadow: 1px 2px 3px #333;
    position: absolute;
    /* centring trick*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}

.hex-wrapper .hex-boxlink {
    display: inline-flex;
    top: 8.8571428571px;
    bottom: 8.8571428571px;
    left: 10px;
    right: 10px;
    border-radius: 100%;
    z-index: 10;
    background-image: url("about:blank");
}

.hex-wrapper {
    position: absolute;
}

.hex-wrapper .hex-bg {
    fill: #001D3A;
}

.tabcontent {
    display: none;
}

._boxlink a {
    color: yellow;
}

a svg.hex-svg>use.hex-polygon {
    display: inline-flex;
    stroke: #001D3A;
    fill: #001D3A;
}

a:hover svg.hex-svg>use.hex-polygon, a:active svg.hex-svg>use.hex-polygon, a.selected svg.hex-svg>use.hex-polygon {
    display: inline-flex;
    stroke: #0054AD !important;
    fill: #0054AD !important;
}

a.active svg.hex-svg>use.hex-polygon {
    display: inline-flex;
    stroke: #0054AD !important;
    fill: #0054AD !important;
}

#active svg.hex-svg>use.hex-polygon {
    display: inline-block;
    stroke: #0054AD !important;
    fill: #0054AD !important;
}

.content_description {
    color: #262626;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 10px;
    margin-top: 30px;
}

.content_description p {
    margin-bottom: 30px;
}

.content_description p:last-of-type {
    margin-bottom: 0;
}

.tabcontent h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0061C0 !important;
}

.tabcontent.active {
    display: inline;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .content_description {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .tabcontent h4 {
        font-size: 24px !important;
    }
    .content_description p {
        font-size: 16px !important;
    }
    body .custom_contact_show .cs_img {
        width: 100%;
    }
    body .custom_contact_show .address_details .pt_cs_size {
        font-size: 16px;
    }
    body .custom_contact_show .address_details .map {
        width: 100%;
    }
    body .custom_contact_show .address_details .short_description p {
        font-size: 16px;
    }
    body .custom_contact_show .address_details p {
        margin-left: 0;
    }
    .custom_contact_show .address_details .pt_cs_size svg {
        width: 20px;
        height: 20px;
    }

}

/*** HEXAGON STYLING END ***/

/*** FOOTER ***/

.chugai_footer .upper_sec {
    background-color: #F1F2F5;
    padding: 70px 0 150px;
}

.chugai_footer ul>li:first-of-type {
    font-size: 22px;
    font-weight: 700;
    color: #555555;
}

.chugai_footer ul>li {
    margin: 8px 0;
    text-transform: capitalize;
}

.chugai_footer ul>li:first-of-type {
    margin-top: 0;
}

.chugai_footer ul>li:last-of-type {
    margin-bottom: 0;
}

.chugai_footer ul>li>a {
    color: #555555;
}

.chugai_footer .btm_sec {
    display: flex;
    flex-direction: column;
}

.chugai_footer .lower_sec {
    background-color: #fff;
    padding: 40px 0;
    color: #555555;
}

/** Hafiz Remove
.chugai_footer .lower_sec .container {
    display: flex;
    flex-direction: column;
    align-items: center;
} **/

.chugai_footer .lower_sec .title {
    font-size: 13px;
    margin-bottom: 0;
}

.chugai_footer .lower_sec .socials {
    margin-top: 5px;
}

.chugai_footer .lower_sec .socials a {
    margin-right: 11px;
}

.chugai_footer .lower_sec .socials a:last-of-type {
    margin-right: 0;
}

.chugai_footer .lower_sec .socials a>img{
    height: 45px;
}

.chugai_footer .lower_sec .disclaimer {
    font-size: 13px;
    line-height: 19px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.chugai_footer .lower_sec .disclaimer_links {
    width: 80%;
    /*// Hafiz Remove
    // display: flex;
    // justify-content: space-evenly; */
    margin-top: 20px;
}

.chugai_footer .lower_sec .disclaimer_links a {
    color: #0A50A1;
}

.chugai_footer .lower_sec .copyright {
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
}

.chugai_footer .lower_sec .copyright a {
    color: #555555;
}

/*** FOOTER END ***/

/**** RESPONSIVE ****/

@media screen and (min-width: 2000px) {
    section.sub_banner.desktop_class {
        height: 750px;
    }
}

@media screen and (max-width: 1199px) {
    .profile_sec .inner .block_label {
        padding: 20px 30px;
    }
    section.sub_banner.desktop_class .text_sec {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .chugai_header .chugai_container {
        width: 50%;
    }
    .imgs_sec .top_img {
        right: 100px;
    }
    .reverse .imgs_sec .top_img {
        left: 100px;
        bottom: 20px;
    }
    section.ceo .container {
        display: flex;
        flex-direction: column;
    }
    section.ceo h3.title, .content_sec .profile_sec, .content_sec .message_sec {
        width: 100%;
    }
    section.ceo h3.title {
        text-align: center;
        margin-bottom: 40px;
    }
    .content_sec .profile_sec {
        margin-bottom: 50px;
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    section.admin_head .profile_sec, section.admin_head .text_sec {
        width: 100%;
    }
    section.admin_head .profile_sec {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    section.admin_head .profile_sec .text_sec {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    section.admin_head .desktop_class {
        display: none;
    }
    section.admin_head .mobile_class {
        display: inline-block;
    }
    section.admin_head .text_sec .quote {
        max-width: initial;
    }
    .rm_staff.modal .modal-dialog {
        max-width: 600px;
    }
    .rm_staff .modal-body {
        flex-direction: column;
        align-items: center;
    }
    .rm_staff .modal-body .text_sec {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .rm_staff .modal-body img {
        width: 60%;
    }
    .slick-prev {
        left: -40px;
    }
    .slick-next {
        right: -40px;
    }
    .profile_sec .inner .block_label {
        padding: 25px;
    }
    .content_sec .profile_sec .text_sec+.inner {
        text-align: center;
    }
    .content_sec .profile_sec .inner section.chairman .text_sec {
        padding: 40px;
    }
    section.single_post_antibody .container {
        flex-direction: column;
        align-items: center;
    }
    section.single_post_antibody .img_left {
        width: 60%;
    }
    section.single_post_antibody .content {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    section.single_career_page .container {
        flex-direction: column;
        align-items: center;
    }
    section.single_career_page .img_sec {
        width: 60%;
        padding-right: 0;
    }
    section.single_career_page .content_body {
        margin-top: 40px;
        width: 100%;
    }
    section.ifs .csr_sec .single_csr {
        width: calc(100%/2);
    }
    section.latest_news .ce_sec ul.wpra-item-list {
        flex-direction: column;
    }
    .ce_sec ul.wpra-item-list li {
        width: 100%;
        padding-bottom: 0;
    }
    .more_news ul.wpra-item-list {
        flex-direction: column;
    }
    .more_news .feed-item {
        width: 100%;
    }
    section.company_events .ce_sec, section.media .media_sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        margin-top: 50px;
    }
    section.company_events .ce_sec .single_ce, section.media .media_sec .single_media {
        width: calc(100%/2);
    }
    section.contact_content .left_sec {
        padding-right: 30px;
    }
    section.contact_content .right_sec {
        width: 50%;
        padding-left: 30px;
    }
    .media_videos .inner {
        display: block;
        max-width: 600px;
    }
    section.news_post_content .top_half {
        max-width: 600px;
        margin: auto;
    }
    section.news_post_content .top_half .main_video {
        width: 100%;
        text-align: center;
    }
    section.news_post_content .top_half .main_content {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    /*** FOOTER ***/
    .chugai_footer .footer-header {
        font-size: 25px;
    }
    .chugai_footer .lower_sec .disclaimer_links {
        text-align: center;
        width: 100%;
        flex-direction: column;
    }
    .chugai_footer .lower_sec .disclaimer_links a {
        margin-bottom: 20px;
    }
    .chugai_footer .lower_sec .disclaimer_links a:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    section.basic {
        padding: 50px 0 100px;
    }
    section.basic p {
        line-height: 21px;
        margin-left: 0;
    }
    .mobile_class {
        display: inline-block;
    }
    section.landing_banner.mobile_class {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .desktop_class {
        display: none !important;
    }
    .mobile_column {
        flex-direction: column;
    }
    h1, h2, h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    h3.content_title, .content_description {
        text-align: left;
    }
    #breadcrumbs-wrapper {
        display: none;
    }
    .button_su_inner.chugai_btn, .button_su_inner.chugai_btn:visited, .button_su_inner.chugai_btn:focus {
        font-size: 14px;
        min-width: 140px;
    }
    .mobile_chugai_header {
        display: block;
    }
    .mobile_chugai_header .container {
        display: flex;
        padding-top: 24px;
        padding-bottom: 24px;
        justify-content: space-between;
    }
    .mobile_chugai_header .container>a {
        display: inherit;
    }
	.mobile_chugai_header .header_logo{
		width:270px;
	}
    .mobile_chugai_header .right_sec {
        display: flex;
        align-items: center;
    }
    .mobile_chugai_header .right_sec .search {
        margin-right: 15px;
    }
    .mobile_chugai_header .slide_menu {
        width: 90%;
        max-width: 300px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: #0A50A1;
        pointer-events: auto;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        transform: translateX(100%);
        transition: transform .3s;
        will-change: transform;
        contain: paint;
        z-index: 99999;
    }
    .mobile_chugai_header .slide_menu.show {
        transform: translateX(0);
    }
    .mobile_chugai_header .slide_menu+.bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        background: #000;
        z-index: 9;
    }
    .mobile_chugai_header .slide_menu.show+.bg, .mobile_chugai_header .mobile_searchbar.show~.bg {
        visibility: visible;
        opacity: .6;
    }
    .mobile_chugai_header .slide_menu .close, .mobile_chugai_header .slide_menu .close:hover {
        opacity: 1;
        margin: 20px 20px 0 0;
        cursor: pointer;
    }
    .mobile_chugai_header .slide_menu .inner {
        margin-top: 70px;
        text-align: center;
    }
    .mobile_chugai_header .mobile_searchbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        transform: translateY(-100%);
        transition: transform .3s;
        z-index: 10;
    }
    .mobile_chugai_header .mobile_searchbar.show {
        transform: translateY(180%);
    }
    .mobile_searchbar .search-form .search-field {
        border: 1px solid #A3A3A3;
        background-color: #fff;
        width: 100%;
    }
    .mobile_chugai_header .mobile_searchbar label {
        width: 100%;
        padding: 17px 25px;
        margin-bottom: 0;
    }
    .mobile_chugai_header .mobile_searchbar .search-form .search-submit {
        right: 40px;
        top: 20px;
    }
    .mobile_chugai_header .mobile_searchbar .search-form .search-field::placeholder {
        color: #fff;
    }
    .mobile_chugai_header .mobile_searchbar .search-form .search-field::-webkit-input-placeholder {
        color: #fff;
    }
    .mobile_chugai_header .mobile_searchbar .search-form .search-field::-moz-placeholder {
        color: #fff;
    }
    .mobile_chugai_header .mobile_searchbar .search-form .search-field:-ms-input-placeholder {
        color: #fff;
    }
    .mobile_chugai_header .mobile_searchbar .search-form .search-field:-moz-placeholder {
        color: #fff;
    }
    .slide_menu .inner .button_mobile {
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        padding: 6px 25px;
        margin-bottom: 40px;
    }
    .slide_menu .mobile_chugai_menu {
        text-align: left;
    }
    .slide_menu .mobile_chugai_menu>li>a {
        padding: 14px 40px;
        border-top: 1px solid #fff;
        display: block;
        color: #fff;
        font-size: 14px;
    }
    .slide_menu .mobile_chugai_menu>li:last-of-type>a {
        border-bottom: 1px solid #fff;
    }
    .slide_menu .mobile_chugai_menu .sub-menu {
        background-color: #EFEFEF;
        display: none;
    }
    .slide_menu .mobile_chugai_menu .sub-menu.show {
        display: block;
    }
    .slide_menu .mobile_chugai_menu .sub-menu>li>a {
        display: block;
        padding: 14px 40px;
        color: #000;
        border-top: 1px solid #B2B2B2;
        border-bottom: 1px solid #B2B2B2;
        font-size: 14px;
    }
    .slide_menu .mobile_chugai_menu li.menu-item-has-children {
        position: relative;
    }
    .slide_menu .mobile_chugai_menu li.menu-item-has-children .sub-menu+.dropdown-icon {
        background-image: url(/wp-content/uploads/2019/12/plus_white.png);
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px;
        position: absolute;
        top: 10px;
        right: 30px;
    }
    .slide_menu .mobile_chugai_menu li.menu-item-has-children .sub-menu.show+.dropdown-icon {
        background-image: url(/wp-content/uploads/2019/12/minus_white.png);
    }
    section.news .text_sec {
        padding-bottom: 50px;
    }
    .newslist_sec .feed-item .wprss-feed-meta span.feed-date {
        font-size: 12px !important;
    }
    .newslist_sec .feed-item>a {
        font-size: 14px;
    }
    .home section.landing_banner, section.landing_banner {
        height: auto;
        min-height: 65vh;
    }
    .home section.landing_banner .text_sec .subtitle, section.landing_banner .text_sec .subtitle, section.landing_banner .text_sec .subtitle p {
        font-size: 18px;
        margin: 0 15px;
        line-height: 24px;
    }
    section.landing_banner .text_sec .subtitle p {
        margin: 0;
    }
    section.landing_banner+section.text_images {
        padding-top: 50px;
    }
    section, section.text_images {
        padding: 70px 0;
    }
    section.text_images .text_sec, section.text_images .imgs_sec, section.text_images.reverse .text_sec {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    section.text_images .text_sec {
        margin-bottom: 30px;
    }
    section.text_images .text_sec .description, section.news .text_sec .description {
        margin-bottom: 40px;
    }
    section.text_images .imgs_sec {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }
    section.text_images .imgs_sec .top_img {
        position: initial;
        width: 100%;
    }
    section.text_images .imgs_sec .btm_img img, section.text_images .imgs_sec .top_img img {
        width: 100%;
    }
    section.text_images h3.title {
        margin-bottom: 5px;
    }
    section.text_images .text_sec .description h4 {
        margin-bottom: 20px;
    }
    .desktop_banner {
        display: none;
    }
    .mobile_banner {
        display: inline-block;
    }
    section.sub_banner.about .text_sec h3.title {
        letter-spacing: normal;
    }
    section.sub_banner.about .text_sec .description {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }
    section.sub_banner .text_sec.mobile_class {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.sub_banner .text_sec.mobile_class .title {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #fff;
        margin-bottom: 50px;
    }
    section.sub_banner .mobile_class .chugai_btn_cont {
        position: relative;
        margin-bottom: 0;
    }
    section.news .text_sec, section.news .newslist_sec {
        width: 100%;
        padding-right: 0;
    }
    .newslist_sec .feed-item {
        margin-bottom: 40px !important;
    }
    .details .single_detail h4.label {
        font-size: 18px;
    }
    .details .single_detail {
        width: 100%;
        padding: 0;
    }
    .details .single_detail .description {
        margin-top: 10px;
    }
    section.mobile_top_footer {
        position: relative;
        padding: 0;
        width: 100%;
    }
    section.mobile_top_footer .mobile_banner {
        width: 100%;
    }
    section.mobile_top_footer .text_sec {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 0 15px;
    }
    section.mobile_top_footer .text_sec .description {
        margin-bottom: 20px;
    }
    .chugai_footer .upper_sec {
        padding: 0;
    }
    section.company h3.title {
        text-align: left;
    }
    section.ceo {
        padding: 70px 0 90px;
    }
    .profile_sec .inner .block_label h4.name {
        font-size: 20px;
        margin-bottom: 0;
    }
    .profile_sec .inner .block_label .position {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }
    section.chairman {
        background-image: none !important;
        height: auto;
        padding: 0;
    }
    section.chairman img.mobile_class {
        display: initial;
        width: 100%;
    }
    section.chairman .text_sec {
        position: initial;
        background-color: #0A50A1;
        padding: 30px 20px 60px;
    }
    section.chairman .text_sec p.position {
        font-size: 20px;
    }
    section.our_team h3.title {
        text-align: left;
    }
    section.our_team .divisions .single_division {
        width: 100%;
        margin-bottom: 50px;
    }
    section.our_team .divisions .single_division h4.label {
        font-size: 18px;
        margin-top: 30px;
    }
    a.italic_link {
        font-size: 18px;
    }
    section.our_team .divisions .single_division:last-of-type {
        margin-bottom: 0;
    }
    section.our_team .divisions .single_division p.description {
        margin-bottom: 30px;
    }
    section.our_people .container {
        flex-direction: column-reverse;
    }
    section.our_people .img_sec, section.our_people .text_sec {
        width: 100%;
    }
    section.our_people .description.mobile_class {
        text-align: right;
        margin-top: 40px;
    }
    section.our_people .text_sec h3.title {
        margin-bottom: 50px;
    }
    section.job_form h1.title {
        font-size: 32px;
    }
    section.top_footer {
        height: 400px;
    }
    section.top_footer.about .text_sec .description, section.top_footer.about .text_sec .description p {
        font-size: 32px;
        line-height: 38px;
    }
    section.top_footer.about .text_sec h3.title {
        font-size: 34px;
    }
    .timeline-item:first-child {
        padding-top: 0;
    }
    .timeline-item:nth-child(odd), .timeline-item:nth-child(even) {
        margin: 0;
    }
    .timeline:before {
        display: none;
    }
    .timeline-item {
        padding: 80px 30px;
    }
    section.research_units .content_description h4 {
        font-size: 20px;
    }
    section.oo_research .image_in.mobile_class {
        display: flex;
        justify-content: center;
    }
    section.research_manager .content_description {
        text-align: left;
    }
    section.research_manager .staff_list {
        margin-top: 50px;
        max-width: 400px;
    }
    section.technology_sec .content_description {
        text-align: left;
    }
    .content_description p {
        margin-bottom: 15px;
    }
    .antibody_sec .single_antibody {
        width: 100%;
        margin-bottom: 65px;
        margin-top: 0;
    }
    .antibody_sec .single_antibody:last-of-type {
        margin-bottom: 0;
    }
    .antibody_sec .single_antibody h4.title {
        font-size: 18px;
        min-height: 40px;
    }
    .antibody_sec .single_antibody .excerpt {
        min-height: initial;
        font-size: 16px;
    }
    .rm_staff .modal-body img {
        width: 100%;
    }
    section.oo_admin .image_in.mobile_class {
        display: flex;
        justify-content: center;
    }
    section.admin_team .content_description {
        text-align: left;
    }
    section.admin_team .staff_list, section.company_events .ce_sec, section.media .media_sec,
    section.ifs .csr_sec, section.more_posts .more_sec {
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 400px;
    }
    .staff_list .single_staff .block_label h4 {
        font-size: 20px;
    }
    section.single_post_antibody .img_left {
        width: 100%;
    }
    section.job_openings .content_description {
        text-align: left;
    }
    section.job_openings .career_sec {
        max-width: initial;
    }
    section.job_openings .career_sec .single_career, section.job_openings .career_sec .single_career img {
        width: 100%;
        max-width: initial;
    }
    section.job_openings .career_sec .single_career {
        margin-bottom: 40px;
    }
    section.job_openings .career_sec .single_career:last-of-type {
        margin-bottom: 0;
    }
    .career_sec .single_career .text_sec h4.title {
        font-size: 18px;
    }
    section.single_career_page .img_sec {
        width: 100%;
    }
    section.esg .content_description, section.ifs .content_description {
        text-align: left;
    }
    section.ifs {
        padding: 70px 0;
    }
    section.ifs .csr_sec .single_csr, section.ifs .csr_sec .single_csr img {
        width: 100%;
    }
    .text_sec .date_block h3 {
        font-size: 18px;
    }
    section.more_posts .more_sec {
        flex-direction: column;
        display: block;
    }
    section.more_posts .single_mpost, section.more_posts .single_mpost img {
        width: 100%;
    }
    section.company_events .ce_sec .single_ce, section.media .media_sec .single_media, section.company_events .ce_sec .single_ce img, section.media .media_sec .single_media img, section.more_posts .single_mpost_news, section.more_posts .single_mpost_news img {
        width: 100%;
    }
    section.contact_content .container {
        flex-direction: column;
    }
    section.contact_content .left_sec, section.contact_content .right_sec {
        width: 100%;
        padding: 0;
    }
    section.contact_content .right_sec img {
        max-width: 500px;
    }
    section.contact_content .left_sec {
        margin-bottom: 40px;
    }
    .chugai_job_form .form-group:not(.form_group.input_filename), .chugai_job_form .form-group:not(.form_group.input_file) {
        /* width: 100%;
        flex: initial;
        max-width: initial; */
    }
    .chugai_job_form .input_prefix {
        width: 30%;
    }
    .chugai_job_form .input_firstname {
        width: 70%;
    }
    .chugai_job_form .form-row {
        margin-bottom: 0;
    }
    .chugai_job_form .form-group {
        margin-bottom: 10px;
    }
    .chugai_job_form input, .chugai_job_form select {
        font-size: 12px;
    }
    .chugai_job_form input[type="submit"] {
        min-width: 160px;
        height: auto;
        padding: 15px 20px;
        font-size: 14px;
    }
    .wpcf7-file:before {
        font-size: 12px;
    }
    section.company_events .ce_sec .single_ce:hover img, section.media .media_sec .single_media:hover img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    section.company_events .ce_sec .single_ce .block, section.media .media_sec .single_media .block {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .ce_sec ul.wpra-item-list li, .ce_sec ul.wpra-item-list li>a {
        font-size: 20px;
    }
    .chugai_header .top_sec .contact_sitemap a:hover:before, .chugai_footer .lower_sec .disclaimer_links a:hover:before, .chugai_footer ul>li:hover>a:before, .breadcrumb li:hover a:before {
        right: 100%;
    }
    .profile_sec .inner .block_label {
        padding: 20px;
    }
    .timeline__content-title {
        font-size: 20px;
        line-height: 28px;
    }
    .rm_staff .modal-body {
        padding: 0 20px 30px;
    }
    .rm_staff .modal-body .text_sec .title {
        font-size: 32px;
    }
    .rm_staff .modal-body .text_sec .desc p {
        line-height: 18px;
    }
    section.research_units .content_description p {
        text-align: left;
        margin-bottom: 35px;
    }
    section.research_units .content_description:last-of-type p:last-of-type {
        margin-bottom: 0;
    }
    .text_sec .quote p {
        margin-bottom: 15px;
    }
    .text_sec .quote p:last-of-type {
        margin-bottom: 0;
    }
    section.ifs .csr_sec .single_csr h4.title {
        font-size: 20px;
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    .staff_list .single_staff .block_label, .staff_list .single_staff .block_label, section.more_posts .single_mpost_news .block, section.more_posts .more_sec .single_mpost h4.title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    .more_news .feed-item>a {
        font-size: 14px;
    }
    .more_news .feed-item .wprss-feed-meta span.feed-date {
        font-size: 12px !important;
    }
    .more_news .feed-item:nth-child(even) {
        padding-right: 0;
    }
    section.single_career_page .content_body p.division {
        font-size: 18px;
    }
    section.single_career_page .content_body .subtitle, section.single_career_page .content_body ul>li {
        font-size: 14px;
    }
    section.single_career_page .content_body ul>li:before {
        width: 6px;
        height: 6px;
        left: -7px;
        top: 9px;
    }
    section.faq {
        padding-bottom: 100px;
    }
    .faq_sec li.single_faq .question, .faq_sec li.single_faq .numbered {
        font-size: 18px;
    }
    /* section.ifs .csr_sec, section.more_posts .more_sec {
        padding: 0 40px;
    } */
    section.single_post_csr .content_title {
        margin-bottom: 30px;
    }
    section.ifs .csr_sec .single_csr:hover img, section.more_posts .single_mpost:hover img, section.more_posts .single_mpost_news:hover img, .staff_list .single_staff img, .staff_list .single_staff:hover img {
        transform: initial;
    }
    span.wpcf7-form-control-wrap.attach-file {
        width: 100%;
    }
    span.wpcf7-form-control-wrap.attach-file:after, span.wpcf7-form-control-wrap.attach-file::after {
        font-size: 13px !important;
    }
    .page-template-template-media section.more_posts .single_mpost {
        margin-bottom: 10px;
    }
    section.news_post_content .btm_half {
        flex-direction: column;
    }
    section.news_post_content .btm_half .single_img {
        width: 100%;
        margin-bottom: 20px;
    }

    section.news_post_content .btm_half .single_img:last-of-type {
        margin-bottom: 0;
    }

    section.job_form .codedropz-upload-inner h3 {
        font-size: 20px;
    }

    section.job_form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        font-size: 14px;
    }

    section.oo_research h3.content_title,
    section.oo_admin h3.content_title {
        max-width: 300px;
    }

    section.news_post_content .top_half {
        max-width: 400px;
    }

    .media_videos .inner {
        max-width: 400px;
        margin: 0 10px;
    }

    .main_video iframe {
        height: 250px;
    }
    /*** FOOTER ***/
    .mobile_footer {
        width: 100%;
    }
    .mobile_footer ul.menu {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile_footer ul.menu>li {
        width: 50%;
        margin: 0;
        text-align: center;
    }
    .mobile_footer ul.menu>li:nth-child(1), .mobile_footer ul.menu>li:nth-child(2) {
        border-top: 1px solid #B2B2B2;
        border-bottom: 1px solid #B2B2B2;
    }
    .mobile_footer ul.menu>li:nth-child(3), .mobile_footer ul.menu>li:nth-child(4),
    .mobile_footer ul.menu>li:nth-child(5), .mobile_footer ul.menu>li:nth-child(6) {
        border-bottom: 1px solid #B2B2B2;
    }
    .mobile_footer ul.menu>li:nth-child(1), .mobile_footer ul.menu>li:nth-child(3),
    .mobile_footer ul.menu>li:nth-child(5) {
        border-left: 1px solid #B2B2B2;
        border-right: 1px solid #B2B2B2;
    }
    .mobile_footer ul.menu>li:nth-child(2), .mobile_footer ul.menu>li:nth-child(4),
    .mobile_footer ul.menu>li:nth-child(6) {
        border-right: 1px solid #B2B2B2;
    }
    .mobile_footer ul>li>a {
        color: #555555;
        font-size: 16px;
        font-weight: 700;
        display: block;
        padding: 15px 0;
    }
    .chugai_footer .lower_sec {
        padding: 40px 0 80px;
    }
    .chugai_footer .lower_sec .disclaimer, .chugai_footer .lower_sec .copyright {
        font-size: 10px;
    }
    .chugai_footer .lower_sec .disclaimer_links a {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    section.research_manager .staff_list, section.admin_team .staff_list,
    section.company_events .ce_sec, section.media .media_sec,
    section.ifs .csr_sec, section.more_posts .more_sec,
    section.news_post_content .top_half {
        max-width: calc(100% - 75px);
    }
}

@media screen and (max-width: 400px) {
    .main_video iframe {
        height: 150px;
    }
}

@media screen and (max-width: 360px) {
    .mobile_chugai_header img.header_logo {
        max-width: 220px;
    }

    .ce_sec .single_ce .block h4.title, .media_sec .single_media .block h4.title {
        font-size: 18px;
    }

    .ce_sec .single_ce .block .date, .media_sec .single_media .block .date {
        font-size: 14px;
    }
}

section.sub_banner .overlay {
    top: 0;
    left: 0;
}

.staff_list .single_staff .block_label {
    z-index: 5;
}


@media (max-width: 768px) {
    section.error-404 h1.title {
        font-size: 80px;
    }

    section.basic ol {
        margin-left: 0;
        padding-left: 0;
        list-style-position: inside;
    }

    section.basic ol li {
        font-size: 14px;
        line-height: 21px;
    }

    section.basic h1 {
        font-size: 32px;
    }

    section.basic h2 {
        font-size: 18px;
    }

    section.basic h3 {
        margin-left: 0;      
    }
}