@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.main-accordion {
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	padding-right: 0px;
}
.row-body {
	margin-bottom: 10px;
}
.card {
	border: 1px solid #ffb808;
}
.card-header {
	background-color: #ffb808;
}
.tt-accordion {
	border: 1px solid rgba(255,184,8,1.00);
}

.tt-accordion-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
.tt-accordion-subtitle {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffb808;
	line-height: 1em;
}
.tt-small-icon {
	width: auto;
	height: 14px;
	margin-right: 4px;
	margin-bottom: 2px;
}

/* UPDATE BTN */
.btn-grad {
	background-image: linear-gradient(to right, #84ccca 0%, #84e86d  51%, #84ccca  100%);
}
.btn-grad {
	width: 300px;
	height: 34px;
	margin-top: 44px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background-size: 200% auto;
	color: #000000;
	box-shadow: 0 0 20px #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000000;
	display: block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.btn-grad:hover {
	background-position: right center;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}
/* UPDATE BTN */

/* BTN ACCORDION */
.btn-grad:focus, .btn-grad:active, .btn-small-one:focus, .btn-small-one:active, .btn-small-two:focus, .btn-small-two:active, .btn-unsub-custom:active, .btn-unsub-custom:focus {
    outline: none;
    box-shadow: none;
}
@media(min-width: 280px) {
	.btn-small-one {
	width: 100%;
	height: auto;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 4px;
	padding-right: 20px;
	outline: none;
    box-shadow: none;
	}
	
	.btn-unsub-custom {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    outline: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 2px solid #000000;
    font-weight: bold;
    line-height: 1em;
    }
	
	.btn-small-two {
	-moz-border-radius: 0%;
	-webkit-border-radius: 0%;
	border-radius: 0%;
	width: 20%;
	height: auto;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	outline: none;
    box-shadow: none;
}
}

@media(min-width: 768px) {
	.btn-small-two {
	width: 70%;
	height: auto;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-right: 20px;
}
}
.line {
	width: 100%;
    float: right;
    height: 2px;
    background-color: #000000;
    margin-top: 4px;
    margin-bottom: 2px;
}
/* BTN ACCORDION */



