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

.promotions {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-promo-outer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
}

/* OPTION: 3 Promos Inline */
.max-33 {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
@media all and (min-width: 571px) and (max-width: 650px) {
	.max-33 {
		width: 100%;
	}
}

/* OPTION: 2 Promos Inline */
.max-50 {
   width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
/* OPTION: 2-3 Promos Block */
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
/*.flex-column .single-promo-outer {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
}*/

/* --- 2 Column --- */
.promotions-two-column .secondary-tools,
.promotions-three-column .secondary-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;   
    -webkit-box-align: center;   
        -ms-flex-align: center;   
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100px; /* Vertical align bug fix for ie11 */
}
.promotions-two-column .promotions-title {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
}
.promotions-two-column .promotions-wrap {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    overflow: hidden;
}

/* --- 3 Column --- */
.promotions-three-column .promotions-title,
.promotions-three-column .promotions-link {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px; /* Min width before areas start to wrap */
}
.promotions-three-column .promotions-wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    overflow: hidden;
}
.promotions-three-column .promotions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.promotions-three-column .single-promo-outer {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px; /* Min width before promos start to wrap */
}
@media all and (min-width: 801px) {
    .promotions-three-column.promotions-desktop-slider .promotions .slick-list {
        margin-top: 25px; /* Offset height of dots to force visual vertical align */
    }
    .promotions-three-column.promotions-desktop-slider .promotions .slick-dots {
        margin: 0;
    }
}

@media all and (max-width: 800px) {
    .promotions-secondary .secondary-tools {
        display: block;
    }
}

/* OPTION: Slick Carousel */
.promotions-desktop-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.promotions-desktop-slider .slick-track .slick-slide {
    height: auto;
}

@media all and (max-width: 570px) {
    .promotions-mobile-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .promotions-mobile-slider .slick-track .slick-slide {
        height: auto;
    }
}

/* OPTION: Slick Dots Inline */
.slick-inline-dots .promotions-secondary .view-all {
	text-align: left;
    line-height: 20px;
}


/* ----------------------------------
----------------------------------
----------------------------------
----------------------------------
---------------------------------- */

/* ---- Slick Dots ---- */

.promotions .slick-dots {
	margin: 0 0 10px;
	text-align: center;
}
.slick-inline-dots .promotions .slick-dots {
	margin: 0;
	position: absolute;
	right: 0;
    bottom: -20px; /* custom height */
}
.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;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	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: rgba(0,0,0,1); /* Old browsers */
}
.promotions .single-promo-outer a {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
    background: rgba(0,0,0,1); /* Old browsers */
    /* 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%);  */
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.promotions .single-promo-outer a:hover,
.promotions .single-promo-outer a:active {
    background: #68d7ff;
}

.promotions .single-promo-outer .vertical-align {
    padding: 20px 15px;
    display: block;
    max-width: 100%; /* For ie10 */
}

.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: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    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 ---- */


#promo-test-3,
#promo-test-4,
#promo-test-5 {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.promotions-secondary .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;
}
#main-content .content-spacer {
    padding: 120px 10px;
}