/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

.swiper-pagination-bullet{
	border: 1px solid #ec6408;
	background: transparent;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #ec6408;
}

a{
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.dx-dropdowneditor-icon {
	background-color: transparent!important;
	font: 18px/18px DXIcons!important;
	color: white!important;
}

.dx-texteditor-container{
    background-color: #ec6408;
    color: white;
}

.dx-texteditor-input{
	font-size: 18px;
	color: white;
}

.dx-texteditor.dx-state-hover{
	background: transparent!important;
	border-color: transparent!important;
	background-color: transparent!important;
}

.dx-dropdownlist-popup-wrapper .dx-popup-content{
	padding: 0;
}

.dx-button-text{
	font-size: 18px;
}

.dx-list-item{
	background-color: #f59e40!important;
}

.dx-list-item-content{
	color: white;
}

.dx-overlay-content{
	/* transform: translate(0px, 52px)!important; */
}

.t-announce-pg{
	padding: 40px 0;
}

.paginationjs-pages ul{
	display: flex;
	flex-direction: row;
}

.paginationjs-pages ul li{
	padding: 0 15px;
}

.paginationjs-pages ul li.active a{
	color: #ec6408;
	font-weight: bold;
	font-size: 18px;
    font-family: 'Montserrat', sans-serif!important;
}

.paginationjs-pages ul li a{
	color: #ec6408;
	font-size: 18px;
    font-family: 'Montserrat', sans-serif!important;
}

.swiper-button-next, .swiper-button-prev{
	color: #f59e40;
}

.dx-placeholder{
	color: white!important;
}

.swiper-pagination-bullet{
	width: 16px;
	height: 16px;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 18px;
}

.swal2-popup {
    width: 100%;
    max-width: 995px;
	padding: 20px;
}

.t-column{
	flex-direction: column!important;
}

b{
	font-weight: 500;
}