/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.reachcontent-tabs li{
    float: left;
    margin: 0;
    z-index: 2;
    width: 20%;
    text-align: center;
    border-right: 1px solid white;
}
.reachcontent-tabs li.active,
.reachcontent-tabs li:hover
{
    background: #efefef;
}
.reachcontent-tabs li a {
    display: block;
    padding: 33px 0 34px;
    font: bold 15px/18px "Roboto Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    color: #353940;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reachcontent-content {
    margin-bottom: 2rem;
		position: relative;
}

.reachcontent-content .row{
    display: none;
}
.reachcontent-content .row.active {
    display: block;
}

.reachcontent-content .slick-arrow{
	top: 40%;
}
.reachcontent-content .slick-arrow.slick-next {
	right: -35px;
}

.reachcontent-content .slick-arrow.slick-prev {
	left: -35px;
}


@media (max-width: 767px) {

    .reachcontent-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .reachcontent-tabs li {
        width: 33.3%;
        margin: 0.5rem 0;
    }
    .reachcontent-tabs li a{

        overflow-wrap: break-word;
        font-size:12px;
    }

    .reachcontent-content .slick-arrow.slick-next ,
    .reachcontent-content .slick-arrow.slick-prev {
        width: 35px;
        height: 35px;
    }
    .slick-arrow.slick-next:after,
    .slick-arrow.slick-prev:after {
        line-height: 35px;

    }


    .reachcontent-content .slick-arrow.slick-prev {
        left: -13px;
    }

    .reachcontent-content .slick-arrow.slick-next {
        right: -13px;
    }

    .reachcontent-content .col-md-6 {
        padding: 0 40px;
    }
}
