/* body background */

body 
 
.moduletable > h3 {
	text-transform: uppercase;
}

/* form */

.form-control {
	font-size: inherit;
	border-radius: 0;
}

.btn, a.btn, button.btn, a.readmore, p.readmore a.btn {
	background: var(--sparkycolor2);
	border: 0;
	color: #fff;
	height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s;
}

.btn:hover, a.btn:hover, button.btn:hover, a.readmore:hover, p.readmore a.btn:hover {
	background: #000;
	color: #fff;
}

.awesomplete {
	text-align: left;
}

/* logorow */

.logorow > 

.logorow .mp_user4 {
	text-align: right;
}

.logorow .input-group {
	justify-content: flex-end;
}

.logorow .input-group .form-control {
	border-color: #fff;
}

/* topmenurow */

.topmenurow > .sparky_container {
	background: var(--sparkycolor1);
}

.topmenurow > .sparky_container > .sparky_cell {
	padding-top: 0;
	padding-bottom: 0;
}

.logorow .mp_logo.sparky_cell {
	padding-top: 30px;
}

.logorow h3 {
	text-transform: none;
	padding-bottom: 5px;
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell {
	padding-left: 0;
	padding-right: 0;
}

.carouselrow .moduletable {
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0px 0px 10px #666;
}

.carouselrow .moduletable:last-child {
	margin-bottom: 0;
}

/* swipe carousel */

.hot_swipe_carousel_slides {
	padding: 15px;
}

.hot_swipe_carousel_slides h2 {
	font-weight: 700;
	padding-top: 0;
}

.hot_swipe_carousel_slides .contents p:last-child {
	margin-bottom: 0;
}

.flickity-page-dots .dot:not(.is-selected) {
    width: 15px !important;
    height: 15px !important;
    background: #000 !important;
 }

/* scroller */

.highlights_intro {
	background: var(--sparkycolor2);
	color: #fff;
	font-family: Cabin;
	text-align: center;
	text-transform: uppercase;
}

.carouselrow #highlights {
	background: #292929
}

/* advertrow */

.advertrow {
	display: flex;
	justify-content: center;
}

.advertrow > .sparky_container {
	display: flex;
	width: 1155px;
}

.advertrow > .sparky_container > .sparky_cell {
	background: #fff;
	box-shadow: 0px 0px 10px #666;
	margin: 0 7.5px;
}

.mp_advert1 h3 {
	color: var(--sparkycolor2);
}

.advertrow > .sparky_container > .sparky_cell::before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 1;
	width: 95px;
	height: 94px;
	margin-top: -21px;
  margin-left: 170px;
	background: url(../images/ribbon_orange.png) no-repeat;
}

.mp_advert2 h3 {
	color: #4a4a4a;
}

.mp_advert2 a.readmore {
	background: #4a4a4a;
}

.advertrow > .sparky_container > .mp_advert2::before {
	background: url(../images/ribbon_grey.png) no-repeat;
}

.mp_advert3 h3 {
	color: #3ab7e9;
}

.mp_advert3 a.readmore {
	background: #3ab7e9;
}

.advertrow > .sparky_container > .mp_advert3::before {
	background: url(../images/ribbon_blue.png) no-repeat;
}

.mp_advert4 h3 {
	color: #8fc400;
}

.mp_advert4 a.readmore {
	background: #8fc400;
}

.advertrow > .sparky_container > .mp_advert4::before {
	background: url(../images/ribbon_green.png) no-repeat;
}

.mp_advert2 a.readmore:hover,
.mp_advert3 a.readmore:hover,
.mp_advert4 a.readmore:hover {
	background: #000;
}

/* contentrow */

.contentrow {
	margin-top: 15px;
}

.contentrow > .sparky_container {
	background: #fff;
	box-shadow: 0px 0px 10px #666;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.sparky_container > .mp_right.sparky_cell {
	padding-bottom: 30px;
}

.mp_right h3 {
	padding-top: 30px;
}

.mp_right h3 span {
	color: var(--sparkycolor2);
}

.mp_right ul {
	display: block;
	margin: 0;
	list-style: none;
}

.mp_right ul li {
	border-bottom: 1px dotted #c0c0c0;
	padding: 7.5px 30px;
}

.mp_right ul li::before {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
  	font-weight: 900;
	font-size: 12px;
    line-height: 20px;
    color: #3ab7e9;
    margin: 0 -30px;
    position: absolute;
}

ul.pagination {
	margin-top: 30px;
	clear: both;
}

.page-link, .page-link:hover {
    color: var(--sparkycolor2);
}

dl.article-info {
	padding-left: 0;
  padding-right: 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

.pull-left.item-image {
    margin-bottom: 15px;
}

.blog-items .blog-item {
  	padding-bottom: 30px;
}

/* bottomrow */

.bottomrow {
	display: flex;
	justify-content: center;
}

.bottomrow > .sparky_container {
	display: flex;
	margin-top: 15px;
	width: 1155px;
}

.bottomrow > .sparky_container > .sparky_cell {
	background: #fff;
	box-shadow: 0px 0px 10px #666;
	margin: 0 7.5px;
}

.bottomrow h3 span {
	color: var(--sparkycolor2);
}

.bottomrow ul.arrow {
	margin: 0;
	column-gap: 2em;
}

.bottomrow ul.arrow li {
	border-bottom: 1px dotted #c0c0c0;
	padding: 7.5px 30px;
}

.bottomrow ul.arrow li::before {
	font-size: 12px;
  line-height: 20px;
  color: #3ab7e9;
}

.bottomrow h4 {
	color: #3ab7e9;
}

.bottomrow img {
  padding: 2px;
  border: 1px solid #39b7e9;
  margin-right: 15px;
  margin-bottom: 50px;
  float: left;
}

.bottomrow p.readmore a.btn {
	display: inline;
	border: 0;
	padding: 0;
	background: transparent;
	color: initial;
}

/* footerrow */

.footerrow > .sparky_container {
	background: #292929;
	box-shadow: 0px 0px 10px #666;
	margin-top: 10px;
}

.footerrow a {
	color: #999;
}

.footerrow a:hover {
	color: var(--sparkycolor2);
}

.footerrow i {
	font-size: 32px;
	color: #fff;
	margin: 0 7.5px;
}

.footerrow i:hover {
	color: var(--sparkycolor2);
}

.footerrow .mp_bottom4 {
	text-align: right;
}

.footerrow ul.menu > li:last-child {
	padding-right: 0;
}

/* contact */

.com-contact.contact dt {
    float: inline-start;
    clear: both;
    padding-top: 15px;
}

.com-contact.contact dd {
    padding-inline-start: 30px;
}

.com-contact.contact dt + dd {
    padding-top: 15px;
}

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
    }

    .com-contact.contact .page-header,
    .com-contact.contact h1 {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* responsive */

.nav-toggle {
	float: none;
}

@media (max-width: 1169px) {

	.advertrow > .sparky_container,
	.bottomrow > .sparky_container {
    width: 986px;
	}

	.advertrow > .sparky_container > .sparky_cell::before {
		margin-left: 128px;
	}

}

@media (max-width: 991px) {

	h1, h1 a {
		font-size: 40px;
	}

	.topmenurow nav:not(.opened) ul.menu {
		display: none;
	}

	.advertrow > .sparky_container,
	.bottomrow > .sparky_container {
    	width: 766px;
	}

	.advertrow > .sparky_container > .sparky_cell::before {
		margin-left: 73px;
	}

	.hot_swipe_carousel_slides .contents {
		top: 30px !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 24px !important;
	}
  
  	.two-cols {
      	column-count: 1;
  	}

}

@media (max-width: 767px) {

	.logorow, .logorow .mp_user4, .topmenurow, .footerrow, .footerrow .mp_bottom4, p.copyright, .footerrow ul.menu {
		text-align: center;
	}

	.logorow .input-group {
    justify-content: center;
	}

	.logorow .mp_logo.sparky_cell {
		padding: 15px 0 0;
	}

	.logorow .mp_user4.sparky_cell {
		padding: 0;
	}

	.hot_swipe_carousel_slides {
		padding: 0;
	}

	.advertrow, .bottomrow, .advertrow > .sparky_container, .bottomrow > .sparky_container {
		display: block;
		width: 100%;
	}

	.advertrow > .sparky_container > .sparky_cell,
	.bottomrow > .sparky_container > .sparky_cell {
		margin: 0 0 15px;
	}

	.advertrow img {
		width: 100%;
	}

	.advertrow > .sparky_container > .sparky_cell::before {
    margin-left: 0;
    right: 0px;
	}

}

@media (max-width: 600px) {

	.hot_swipe_carousel_slides .contents {
		width: calc(100% - 48px) !important;
		top: 10px !important;
		font-size: 12px !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 18px !important;
	}

	.flickity-page-dots {
		display: none;
	}

}
img.bordered {
  border: 1px solid #000000;
}
	