.accordion .accordion-title {
	font-size: 14px;
	color: #000;
    }
    .accordion .accordion-title a.active {
	color: #fff;
	background-color: #646a68;
	cursor: default;
	border-color: #e3e3e3;
	border-color: #646a68;
	border-top: 0px;
    }
    
    *, ::after, ::before {
	box-sizing: border-box;
	border-radius: 2px;
    }

    ::selection {
	background: #646a68;
	color: #fff;
	text-shadow: none;
    }
    #tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover {
	border-bottom: 3px solid #646a68;
    }
    #tabs .tabs li {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	line-height: 25px;
	padding: 10px 10px;
	color: #363636;
	overflow: hidden;
	background: transparent;
	margin-bottom: 0px;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
    }

    #tabs .tabs {
	position: relative;
	margin: 0;
    }

    #tabs .tabcontent {
	overflow: hidden;
    }

    .tabcontent {
	margin-bottom: 20px;
	margin-top: 20px;
    }
    ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
    }

    li {
	display: list-item;
	text-align: -webkit-match-parent;
    }

    .text-center {
	text-align: center !important;
    }
    #tabs .tabs {
	position: relative;
	margin: 0;
    }

    .section-title {
	margin-bottom: 60px;
	text-align: center;
    }

    .section-title span {
	margin-bottom: 10px;
	display: block;
    }

    .section-title h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
    }

    .section-title .separator {
	position: relative;
	margin-top: 10px;
	display: inline-block;
    }

    .section-title .separator:before {
	content: '';
	display: block;
	margin: auto;
	left: 50%;
	height: 1px;
	width: 50px;
	bottom: -15px;
	background: #646a68;
	margin-bottom: 6px;
    }

    .section-title .separator:after {
	width: 100px;
	display: block;
	margin: auto;
	content: "";
	height: 1px;
	background: #646a68;
	bottom: 0px;
	left: 50%;
	transition: width .8s ease, background-color .8s ease;
	-webkit-transition: width .8s ease, background-color .8s ease;
	-o-transition: width .8s ease, background-color .8s ease;
	-ms-transition: width .8s ease, background-color .8s ease;
	-moz-transition: width .8s ease, background-color .8s ease;
    }

    .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    }

    .accordion .accordion-title a {
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	margin-top: 20px;
	border: 1px solid #e3e3e3;
	display: block;
	position: relative;
	color: #363636;
	text-decoration: none;
	padding: 11px 60px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

    .privacy-policy a {
	color: #646a68;
    }

    a:not(class='sign-in'), button, input {
	outline: medium none !important;
	color: #646a68;
    }

    .accordion .accordion-title {
	font-size: 14px;
	color: #000;
    }

    .accordion .accordion-title a.active:after, .accordion .accordion-title a.active:hover:after {
	content: "\f077";
	color: #fff;
    }

    .accordion .accordion-title a:after {
	content: "\f078";
	width: 20px;
	height: 20px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: 20px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #626262;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

    .accordion-content {
	padding: 25px;
	border: 1px solid #e3e3e3;
    }