/* ---- Promotions Layouts ---- */

.promotions .single-promo-outer {
    padding: 10px;
}

/* 1 Column */
.promotions-one-column .promotions {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: auto;
}
.promotions-one-column .promotions .single-promo-outer {
    margin: 10px auto;
}

/* 2 Column */
.promotions-two-column .promotions-1,
.promotions-two-column .promotions-2 {
    vertical-align: middle;
}
.promotions-two-column .promotions-1 .secondary-tools-heading,
.promotions-two-column .promotions-1 .view-all {
    text-align: center;
}

/* 3 Column */

.promotions-three-column .promotions-1,
.promotions-three-column .promotions-2,
.promotions-three-column .promotions-3 {
    vertical-align: middle;
}
.promotions-three-column .promotions.slick-slider {
    margin-top: 35px; /* Offset height of dots */
}

/* Inline */
.promotions-one-column.promotions-inline .promotions {
    max-width: 100%;
}
.promotions-inline .promotions .single-promo-outer {
    display: inline-block;
    vertical-align: middle;
    margin: auto -3px;
}
.promotions-inline--three .promotions .single-promo-outer {
    width: 33.33%;
}
.promotions-inline--two .promotions .single-promo-outer {
    width: 50%;
}
.slick-inline-dots .promotions-secondary .view-all {
	text-align: left;
    line-height: 20px;
}
.promotions-one-column.promotions-desktop-slider.slick-inline-dots .promotions-secondary {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

/* Two Column */
@media all and (max-width: 1025px) {
    .promotions-two-column .promotions-1,
    .promotions-two-column .promotions-2 {
        display: block;
        margin: auto;
        width: 100%;
    }
}

/* Three Column */
@media all and (max-width: 1025px) {
    .promotions-three-column .promotions-1, 
    .promotions-three-column .promotions-2, 
    .promotions-three-column .promotions-3 {
        display: block;
        margin: auto;
        width: 100%;
    }
    .promotions-three-column .promotions.slick-slider {
        margin-top: 0; 
    }
}



/* ----------------------------------
----------------------------------
----------------------------------
----------------------------------
---------------------------------- */
/* Slick dots */

.promotions .slick-dots {
	margin: 0 0 10px;
	text-align: center;
}

.slick-inline-dots .promotions .slick-dots {
	margin: 0;
	position: absolute;
	right: 0;
}
.slick-inline-dots .promotions .slick-dots li {
    line-height: 1;
}
.promotions .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.promotions .slick-dots li button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 1px;
	line-height: 1px;
	background-color: #68d7ff;
	border: 0 none;
	color: transparent;
	transition: 0.2s;
}
.promotions .slick-dots li.slick-active button,
.promotions .slick-dots li button:hover,
.promotions .slick-dots li button:active {
	background-color: #222;
}
/* ---- Promotions Inner Content ---- */
.promotions .single-promo-outer a:link, 
.promotions .single-promo-outer a:visited {
    color: #fff;
    background: rgb(0,0,0,1); /* Old browsers */
}
.promotions .single-promo-outer a {
    display: block;
    position: relative;
    min-height: 144px;
    line-height: 135px;
    padding: 5px;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002400+0,b4ddb4+100 */
  /*  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGRkYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,36,0,1) 0%, rgba(180,221,180,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,36,0,1) 0%,rgba(180,221,180,1) 100%); 
    background: linear-gradient(to bottom, rgba(0,36,0,1) 0%,rgba(180,221,180,1) 100%);  */
    transition: 0.2s;
}
.promotions .single-promo-outer a:hover,
.promotions .single-promo-outer a:active {
    background: #68d7ff;
}
.promotions .single-promo-outer .vertical-align {
    display: inline-block;
    line-height: 1.15;
    vertical-align: middle;
    padding: 20px 15px;
}
.promotions .single-promo-outer .title,
.promotions .single-promo-outer .teaser {
    display: block;
    font-weight: bold;
    line-height: 1.15;
    position: relative;
    z-index: 10;
}
.promotions .single-promo-outer .title {
    font-size: 30px;
}
.promotions .single-promo-outer .teaser {
    font-size: 19px;
    margin-top: 5px;
}
.promotions .single-promo-outer a:hover,
.promotions .single-promo-outer a:active {
/*    background-color: #222;
     border: 3px dashed #68d7ff;
*/    color: #fff;
}
/* Border (In separate div to avoid styling conflicts with background gradients and/or images */
.promotions .single-promo-outer .promo-border {
    position: relative;
    display: block;
    height: 100%;
}
.promotions .single-promo-outer .promo-border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px dashed #ebebeb;
    border-radius: 6px;
}

/* ---- WIKI CSS ---- */

#main-content .content-spacer {
    padding: 120px 10px;
}
.promotions-one-column .view-all,
.promotions-three-column .view-all {
    text-align: center;
}
.secondary-tools span.secondary-tools-heading {
    margin-bottom: 10px;
    font-size: 3em;
    line-height: 1.15;
    font-weight: bold;
}

.divider {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 80px auto 40px;
    text-align: center;
}
.divider h3 {
    margin: 0;
}