/* General */
.txt-green {
    color: #0d6c29;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

p {
    font-size: 18px;
    line-height: 150%;
}

p.terms, .terms {
    font-size: 14px;
}

a, a:link, a:visited, p a, p a:link, p a:visited  {
    color: #0d6c29;
}

.link-icon {
    width: 10px;
    height: 10px;
    margin: 0px 0 3px 5px;
}

@media (max-width: 768px) {
    p {
        font-size: 16px;
    }
}


.section {
    padding: 0px 0px;
}

.section.bg-green {    
    background-color: #f2f8f5;
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 3px solid #0d6c29;
    border-bottom: 3px solid #0d6c29;
}

.section-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-full .section__title, .section-full .section__subtitle {
    margin-left: 25px;
    margin-right: 25px;
}

.section__title {
    margin-bottom: 8px;
}

.section__title, .section__title h4 {
    font-size: 28px;
    line-height: 120%;
    font-weight: bold; 
}

.section__subtitle {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.section__subtitle, .section__subtitle h4 {
    font-size: 22px;
    line-height: 120%;
    font-weight: bold;
}

.section__subtitle:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 5px;
    height: calc(100% + 5px);
    background-color: #0d6c29;
}

@media (max-width: 768px) {
    #main_content_area .row {
        padding-top: 10px;
    }

    .section {
        padding: 15px 20px;
    }

    .section.bg-green {  
        padding-top: 25px;
        padding-bottom: 45px;
    }

    .section-full .section__title, .section-full .section__subtitle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .section__title, .section__title h4 {
        font-size: 23px;
    }

    .section__subtitle, .section__subtitle h4 {
        font-size: 20px;
    }
}

.col-container {
    display: table;
    table-layout: fixed;
    width: calc(100% + 14px);
    margin-left: -7px;
}

.col {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    margin-right: -6px;
    padding: 0 7px;
}

@media (max-width: 768px) {
    .col-container {
        display: block;
        table-layout: auto;
        width: 100%;
        margin-left: 0;
    }
    
    .col {
        display: block;
        width: 100%;
        height: initial !important;
        margin-right: 0;
        padding: 0;
    }
}
/* General */

/* Top KV Banner */
.main_banner_section {
    background-color: transparent;
}

.banner_img-holder {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.banner_img {
    position: absolute;
    right: 0;
    max-width: initial;
}

.banner_title h1 {
    font-size: 28px;
    line-height: 115%;
}

.banner_title h2 {
    font-size: 28px;
    line-height: 115%;
    font-weight: normal;
}

@media (max-width: 768px) {
    .main_banner_section, .banner_img-holder {
        height: 220px;
    }

    .banner_img {
        right: -70px;
        height: 220px;
    }

    .banner_title h1 {
        font-size: 23px;
    }
    
    .banner_title h2 {
        font-size: 20px;
    }
}
/* Top KV Banner */

/* Border Box */
.border-box {
    padding: 15px 30px;
    border: 1px solid #000000;
    border-radius: 3px;
    max-height: 100px;
    overflow-y: auto;
}

.border-box p {
    font-size: 14px;
    line-height: 140%;
}

@media (max-width: 768px) {
    .border-box {
        padding: 12px 15px;
    }
}
/* Border Box */

/* Paragraph */
.paragraph-container p {
    padding-bottom: 8px;
}

.paragraph-title, .paragraph-title h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
}

.paragraph-container__left, .paragraph-container__right {
    display: inline-block;
    vertical-align: top;
}

.paragraph-container__left {
    width: 265px;
    margin-right: -6px;
    padding-right: 15px;
}

.paragraph-container__right {
    width: calc(100% - 265px);
}

@media (max-width: 768px) {
    .paragraph-container__left, .paragraph-container__right {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
/* Paragraph */

/* Paragraph, Image + Text */
.img-txt-container__img, .img-txt-container__txt {
    display: inline-block;
    vertical-align: top;
}

.img-txt-container__img {
    width: 265px;
    margin-right: -6px;
}

.img-txt-container__img img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.img-txt-container__txt {
    width: calc(100% - 265px);
    padding-left: 15px;
}

@media (max-width: 768px) {
    .img-txt-container__img, .img-txt-container__txt {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
/* Paragraph, Image + Text */

/* Tabs */
.tabs {
    width: 100%;
    border: none;
}

[role="tablist"] {
    margin:  0  -0.1em  -0.1em 0;
    overflow: visible;
}

[role="tab"] {
    position: relative;
    margin: 0;
    padding: 10px 4% 8px;
    border: 1px solid #D9D9D9;
    border-bottom: none;
    border-radius: 0;
    overflow: visible;
    font-size: 16px;
	font-weight: bold;
	line-height:180%;
    background: #ededed;
    margin-right: -5px;
	width:50%;
}

[role="tab"]:hover::before,
[role="tab"]:focus::before,
[role="tab"][aria-selected="true"]::before {
    position: absolute;
    top: 0;
    right: -1px;
    left: -1px;
    border-radius: 0;
    border-top: 3px solid #0d6c29;
    content: '';
}

[role="tab"][aria-selected="true"] {
    border-radius: 0;
    background: hsl(220, 43%, 100%);
    outline: 0;
    color: #0d6c29;
}

[role="tab"][aria-selected="true"]:not(:focus):not(:hover)::before {
    border-top: 3px solid #0d6c29;
}

[role="tab"][aria-selected="true"]::after {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 0.3em;
    background: hsl(220, 43%, 100%);
    box-shadow: none;
    content: '';
}

[role="tab"]:hover,
[role="tab"]:focus,
[role="tab"]:active {
    outline: 0;
    border-radius: 0;
    color: inherit;
}

[role="tab"]:focus {
    color: #0d6c29;
    border-bottom: 1px solid #ffffff;
}

[role="tab"]:hover::before,
[role="tab"]:focus::before {
    border-color: #0d6c29;
}

[role="tabpanel"] {
    position: relative;
    z-index: 2;
    padding: 30px 18px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    box-shadow: 0;
    background: hsl(220, 43%, 100%);
}



[role="tabpanel"] p {
    margin: 0;
}

[role="tabpanel"] * + p {
    margin-top: 1em;
}

@media (max-width: 768px) {
    [role="tab"] {
        font-size: 14px;
        padding: 10px 8px 8px;
    }
    [role="tabpanel"] {
        padding: 20px 15px;
    }
}
/* Tabs */

/* Accordion */
.accordion {
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    
}

.accordion .accordion-header {
    margin: 0 0 8px;
    padding: 0;
    border-bottom: 1px solid #0d6c29;
}

.accordion.focus {
    border-color: #0d6c29;
}

.accordion-trigger {
    background: none;
    display: block;
    margin: 0;
    padding: 2px 0;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
}

.accordion-trigger:focus,
.accordion-trigger:hover {
    background: none;
}

.accordion *:first-child .accordion-trigger {
    border-radius: 5px 5px 0 0;
}

.accordion button::-moz-focus-inner {
    border: 0;
}
:last-child > .accordion-title {
    border-bottom-width: 2px;
}

.accordion-title {
    display: block;
    pointer-events: none;
    border:2px solid transparent;
    border-radius: 0;
    padding: 0 30px 0 0;
    outline: none;
    font-size: 18px;
    line-height: 140%;
    color: #0d6c29;
}

.accordion-title::before {
    display: none;
}

.accordion-trigger:focus .accordion-title {
    border:2px solid #0d6c29;
}

.accordion-icon {
    border: solid #0d6c29;
    border-width: 0 2px 2px 0;
    height: 11px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-75%) rotate(45deg);
    width: 11px;
}

.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
    border-color: #0d6c29;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
    transform: translateY(-28%) rotate(-135deg);
}

.accordion-panel {
    margin: 0;
    padding: 0 0 20px;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .accordion-title {
        font-size: 16px;
    }
}
/* Accordion */

/* Table */
.table-container table {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #979797;
}

.table-container table thead, .table-container table tbody, .table-container table tfoot, .table-container table tr, .table-container table th, .table-container table td {
    background-color: #ffffff;
    border: 1px solid #979797;
}

.table-container table tr, .table-container table th, .table-container table td {
    padding: 8px 12px;
    min-width: 160px;
}

.table-container table th {
    background-color: #f2f8f5;
    font-size: 18px;
}

.table-container table th h4, .table-container table th h5, .table-container table th h6 {
    margin-bottom: 0;
}
/* Table */

/* List Item, Icon + Text */
.list-item-container {
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 5px 25px;
}

.list-item {
    border-bottom: 1px solid #979797;
    padding: 20px 0;
}

.list-item-container .list-item:last-child {
    border-bottom: none;
}

.list-item__icon, .list-item__content {
    display: inline-block;
    vertical-align: top;
}

.list-item__icon {
    width: 145px;
    margin-right: -6px;
    text-align: center;
    padding-right: 15px;
}

.list-item__icon img {
    width: 45px;
    height: auto;
}

.list-item__content {
    width: calc(100% - 145px);
}

.list-item__head {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 768px) {
    .list-item-container {
        padding: 5px 15px;
    }

    .list-item__icon {
        width: 80px;
        padding-right: 10px;
    }

    .list-item__icon img {
        width: 40px;
    }

    .list-item__content {
        width: calc(100% - 80px);
    }

    .list-item__head {
        font-weight: bold;
        font-size: 16px;
    }
}
/* List Item, Icon + Text */

/* Card */
.card {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 15px;
}

.card-body {
    padding: 12px 15px 15px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
}

.card-image img {
    width: 100%;
    height: auto;
}

.card-body .terms {
    padding-top: 3px;
}

.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6 {
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .card-title {
        font-size: 16px;
    }

    .card-body {
        padding: 12px 12px 15px;
    }
}
/* Card */

/* Slider */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #0d6c29;
}

.swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: #0d6c29;
    font-weight: bold;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.swiper-button-next {
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 24px;
}

.swiper-button-prev {
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 24px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 25px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 25px;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 80%;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 8px;
    }
    
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 8px;
    }

    .swiper-button-next, .swiper-button-prev {
        background-size: 10px 16px;
    }
}
/* Slider */

/* Video Container */
.video-container {
    width: 100%;
    max-width: 100%;
}

.video-container .btn-container {
    padding-top: 5px;
}

.video-container .btn-container a {
    color: #0d6c29;
    text-decoration: underline;
}

.video-container .btn-container a .link-icon{ 
    margin-right: 5px;
}
/* Video Container */



.copy a {
    text-decoration: underline;
}

.border-paragraph{margin:20px 0px 35px 0px;border:#0C6C26 1px solid;padding:22.5px 30px}.border-paragraph .title{font-size:20px;line-height:32px;color:#0C6C26;font-weight:bold}.border-paragraph ul{margin-top:15px;margin-left:22.5px;list-style-image:url("icn_green_arrow.png");font-size:18px;line-height:30px;font-weight:bold}.border-paragraph ul li{padding-left:10px}


@media (max-width: 768px) {
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Footer */

