/*  //////////////////////
   /////    Grid    /////
  ////////////////////// */

/*large grid*/
    .largeGridWrap {
        overflow: hidden;
    }
    .largeGrid {
        max-width: 100%;
        width: 100%;
        margin-left: 4%;
        /*overflow: hidden;*/
        position: relative;
        /*margin-bottom: 20%;*/
    }
        .largeGrid .line {
            margin: 5% 0 0 2%;
            width: 98%;
            max-width: 98%;
        }
        .largeGrid .line .col {
            width: 49%;
            display: inline-block;
        }
        .largeGrid .line .col .holder {}
        .largeGrid .line .col .wrapper div .contentWrapper {
            position: relative;
        }
		
        /*foundation overwite*/
        .largeGrid img {
            vertical-align: bottom !important;
        }
            /* STANDARD ODD ROW */
            .largeGrid .line .col .first {
                position: relative;
            }
            .largeGrid .line.odd {}
                .largeGrid .line.odd .col {}
                    .largeGrid .line.odd .col.hoz {
                        text-align: right;
                    }
                    .largeGrid .line.odd .col.ver {}
                    .largeGrid .line.odd .col.ver img {
                        margin-left: 11%;
                        margin-bottom: -25%;
                    }

            /* ALT ODD ROW */
            .largeGrid .line.odd.alt {}
                .largeGrid .line.odd.alt .col {}
                    .largeGrid .line.odd.alt .col.hoz {
                        text-align: left;
                    }
                    .largeGrid .line.odd.alt .col.hoz img {
                        margin-left: 8%;
                        width: 88%;
                    }
                    /*.largeGrid .line.odd.alt .col.ver {
						text-align: right;
                        margin-left: -10%;
                    }*/

            /* STANDARD EVEN ROW */
            .largeGrid .line.even {}
                .largeGrid .line.even.col {}
                    .largeGrid .line.even .col.ver {}
                    .largeGrid .line.even .col.ver img {
                        margin-left: 8%;
                    }
                    .largeGrid .line.even .col.hoz {
                        margin-left: -10%;
                    }
                    .largeGrid .line.even .col.hoz img {
                        width: 97% !important;
                        margin-left: 3%;
                    }

            /* ALT EVEN ROW */
            .largeGrid .line.even.alt {}
                .largeGrid .line.even.alt .col {}
                    .largeGrid .line.even.alt .col.ver {}
                    .largeGrid .line.even.alt .col.ver img {}
                    .largeGrid .line.even.alt .col.hoz {
                        text-align: right;
                        margin-left: -15%;
                    }
                    .largeGrid .line.even.alt .col.hoz img {
                        width: 85% !important;
                    }

    /* DEFAULT IMAGE TREATMENT */
    .hoz img {
        width: 77%;
        height: auto;
    }
    .ver img {
        width: 62%;
        height: auto;
    }
     /*exception for homepage grid*/
    .contentRender_name_plugins_nav_custom_primary_homepage_grid { margin-left: -80px;}
    .contentRender_name_plugins_nav_custom_primary_homepage_grid .smallGrid { margin-left: 80px;}
    .largeGrid.space {
        margin-bottom: 14%;
    }
/*large grid*/

/*small grid*/
    .smallGrid {
		position: relative;
        padding: 1%;
    }
        .smallGrid .col {
            margin: 2% 0;
        }
        .smallGrid .col.hoz {
            display: block;
            width: 100%;
            float: left;
        }
        .smallGrid .col.ver {
            display: inline-block;
            width: 48%;
        }
            .smallGrid .col img {
            }
            .smallGrid .col img.h {
                width: 100%;
                display: block;
            }
            .smallGrid .col img.v {
                width: 100%;
                display: inline-block;
            }
        .smallGrid .ver:nth-child(odd) {
            float: right;
            display: inline-block;
            /*width: 48%;*/
        }
        .smallGrid .ver:nth-child(even) {
            float: left;
            display: inline-block;
            /*width: 48%;*/
        }
    .smallGrid .contentOuter {
        display: none;
    }
/*small grid*/

/*overwites for grid arrow*/
.arrowWrapper {
    margin-bottom: 10px;
}
.laregeGrid .arrowWrapper .arrowLink {
    font-size: 16px !important;
    line-height: 16px !important;
}
.largeGrid  .arrowWrapper .animatedArrow {
    font-size: 20px !important;
    line-height: 19px !important;
    top: 0 !important;
    left: 5 !important;
}
    
.loadMoreWrap {
    position: relative;
    display: block;
    float:left;
    width: 100%;
    text-align: center;
}
.loadMoreWrap .loadMore {
    background: #c3b07c;
    max-width: 175px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    color: white;
    font-family: 'Futura LT W01 Medium Condensed';
    font-size: 18px;
    line-height: 50px;
    margin-top: 5%;
    margin-bottom: 5%;
    letter-spacing: 0.08em;
    cursor: pointer;
}
	.col a {
		display: inline;
		color: white;
		font-size: 0;
	}

/*text styles*/
@media only screen {
	.col {
		position: relative;
	}
	.col img {
		position: relative;
	}
	.col .content {
		position: absolute;
		height: 100%;
		width: 100%;
		bottom: 0;
	}
	.col .content .contentInner {
        position: absolute;
        bottom: 0;
        margin-left: 16px;
        max-width: 90%;
        width: 90%;
	}
    .col.hoz .content .head {
        max-width: 100%;
    }
    .col .content .eventBlock {
        margin-bottom: 14px;
        /*display: none;*/
    }
        .col .content .eventBlock .eventInfo {
            color: white;
            font-size: 16px;
            max-width: 95%;
        }
        .col .content .eventBlock .eventInfo.date {
            display: inline-block;
            font-family: 'Futura LT W01 Medium';
            margin-right: 10px;
        }
        .col .content .eventBlock .eventInfo.times {
            display: inline-block;
            font-family: 'Futura LT W01 Medium';   
        }
        .col .content .eventBlock .eventInfo.location {
            display: block;
            font-family: 'Futura LT W01 Medium';
            line-height: 14px;
        }
    .col .content .head {
        color: white;
        font-size: 27px;
        line-height: 23px;
        word-wrap: break-word;
        max-width: 90%;
    }
    .col.hoz .content .sub {
        max-width: 100%;
    }
    .col .content .sub, .col .content .sub p {
        text-transform: uppercase;
        text-align: left;
        color: white;
        margin-top: 10px;
        margin-bottom: 8px;
        letter-spacing: 0.06em;
        font-family: 'Futura LT W01 Medium Condensed';
        font-size: 14px;
        line-height: 15px;
        max-width: 85%;
    }
    .col .content .link {
        margin-bottom: 10%;
        color: white;
        margin-top: 3%;
    }
    .arrowWrapper .animatedArrow {
        color: white;
        font-family: 'Futura LT W01 Medium';
        font-size: 20px !important;
        line-height: 19px !important;      
    }
    .arrowWrapper .arrowLink {
        color: white;
        font-family: 'Futura LT W01 Medium';
        font-size: 14px !important;
        line-height: 15px !important;
        letter-spacing: 0.05em;  
    }
}
@media only screen and (min-width: 500px) {
    .col .content .contentInner {
        position: absolute;
        bottom: 11px;
        margin-left: 24px;
        max-width: 90%;   
    }
    .col .content .head {
        font-size: 33px;
        line-height: 32px;
        max-width: 95%;
    }
    .col.hoz .content .sub, .col.hoz .content .sub p {
        max-width: 100%;
    }
    .col .content .sub, .col .content .sub p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
        max-width: 80%;
    }
    .col .content .eventBlock .eventInfo {
        font-size: 16px !important;
        line-height: 8px !important;
    }
    .smallGrid .arrowWrapper .arrowLink {
        font-size: 16px !important;
        line-height: 16px !important;
    }
    .smallGrid .arrowWrapper .animatedArrow {
        font-size: 20px !important;
        line-height: 21px !important;
    }  
}       
@media only screen and (min-width: 800px) {
    .col .content .contentInner {
        position: absolute;
        bottom: 15px;
        margin-left: 30px;
        max-width: 90%;
        width: 90%;      
    }
    .col .content .head {
        font-size: 47px;
        line-height: 41px;
    }
    .col .content .sub, .col .content .sub p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .col .content .eventBlock .eventInfo {
        font-size: 16px !important;
        line-height: 16px !important;
    }    
    .smallGrid .arrowWrapper .arrowLink {
        font-size: 16px !important;
        line-height: 16px !important;
    }
    .smallGrid .arrowWrapper .animatedArrow {
        font-size: 24px !important;
        line-height: 19px !important;
    }
    .largeGrid .arrowWrapper .animatedArrow {
        font-size: 20px !important;
        line-height: 14px !important;
    }
}       
@media only screen and (min-width: 1200px) {
    .col .content .contentInner {
        bottom: 20px;
        margin-left: 35px;
        max-width: 90%;
        width: 90%;
    }
    .col .content .head {
        font-size: 50px;
        line-height: 47px;
    }
    .col .content .sub, .col .content .sub p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .col .content .eventBlock .eventInfo {
        font-size: 16px !important;
        line-height: 4px !important;
    }
    .arrowWrapper .arrowLink {
        font-size: 16px !important;
        line-height: 16px !important;
    }
    .largeGrid .arrowWrapper .animatedArrow {
        font-size: 29px !important;
        line-height: 16px !important;
    }  
}   
@media only screen and (min-width: 1600px) {
    .col .content .contentInner {
        bottom: 25px;
        margin-left: 40px;
        max-width: 90%;
        width: 90%;        
    }
    .col .content .head {
        font-size: 60px;
        line-height: 50px;
    }
    .col .content .sub, .col .content .sub p {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: 14px;
    }
    .col .content .eventBlock .eventInfo {
        font-size: 20px !important;
        line-height: 19px !important;
    }    
    .arrowWrapper .arrowLink {
        font-size: 20px !important;
        line-height: 19px !important;
    }
    .largeGrid .arrowWrapper .animatedArrow {
        font-size: 30px !important;
        line-height: 20px !important;
        margin-left: 5px;
    }    
}

/* arrow hover */
.col:hover a .arrowWrapper .arrowLink.moreArr  {
    color: #e2c27a;
}
.col:hover a .arrowWrapper .arrowLink.moreArr .animatedArrow {
    color: #e2c27a;
    left: 15px !important;
}
.col .content .link a:hover {
    color: white;
}


.largeGrid .col .content {
	display: block;
	left: 0;
}
/* hoz content */
.largeGrid .line.odd .col.hoz .content {
    left: 22%;
    text-align: left;
    width: 77%;
}
/*    .largeGrid .line .col.hoz .content .contentInner {
        margin-left: 9%;
    }*/
    .largeGrid .line.odd .col.hoz .content .contentInner .link {
        margin-bottom: 7%;
    }
.largeGrid .line.odd.alt .col.hoz .content {
    margin-left: 8%;
    width: 88%;
    left: 0;
}
.largeGrid .line.even .col.hoz .content {
    width: 97% !important;
    margin-left: 3%;
}
.largeGrid .line.even.alt .col.hoz .content {
    width: 85% !important;
    right: 1%;
	left: auto;
    text-align: left;
}

/*vert content*/
.largeGrid .line.odd .col.ver .content {
    margin-left: 11%;
    margin-bottom: -25%;
    width: 62%;
    height: 137%;
}
.largeGrid .line.odd.alt .col.ver .content {
    right: 0;
    text-align: left;
}
.largeGrid .line.even .col.ver .content {
    margin-left: 8%;
    width: 62%;
}

/*content container*/
    .contentOuter .headline {
        display: inline-block;
    }
    .contentOuter .subheadline {
        display: inline-block;
        margin-left: 10px;    
    }
    .contentOuter {
        position: absolute;
        text-transform: uppercase;
        font-size: 9px;
        white-space: nowrap;
    }
    .line.odd .col.hoz .contentOuter {
        top: 0;
        right: 100%;
        margin-right: 21px;
    }
    .line.odd .col.ver .contentOuter {
        top: 0;
        right: 0px;
        padding-top: 6px;
    }
    .line.even .col.hoz .contentOuter {
        right: -6px;
        top: 0%;
    }
    .line.even .col.ver .contentOuter {
        right: -5px;
        top: 0%;
    }
    .line.odd.alt .col.hoz .contentOuter {
        right: -26px;
        top: 0%;
    }
    .line.odd.alt .col.ver .contentOuter {
        right: 0;
        top: 0%;
    }
/*content container*/

/*filter styles*/
    #filters {
        /*display: table;*/
    }
    .filterBlock {
        /*margin-left: 5%;*/
        margin-bottom: 2%;
        /*display: table-cell;*/
        /*float: none !im;*/
    }
    .filterBlock:nth-of-type(1n) { 
        /*clear: none;*/
        /*margin-left: 0;*/
        /*margin-left: 5%;*/
     }
    .filterBlock:nth-of-type(3n+1) { 
        /*clear: both; */
        margin-left: 0%;
    }
        .filterBlock .section {
            text-transform: uppercase;
            color: black;
            margin-top: 15%;
            margin-bottom: 0%;
            font-size: 1.4rem;
            letter-spacing: 0;
        }
        .filterBlock .sectionLine {
            border-bottom: 3px solid black;
            width: 60px;
            margin-bottom: 12%;
            margin-top: 3%;
        }
            .filterBlock .section .item {}
                .filterBlock .section .item input {}
                .filterBlock .section .item label {}
    #filterSubmit {
        background: black;
        border: none;
        color: white;
        text-transform: uppercase;
        padding: 11px 48px 11px 48px;
        margin-bottom: 10px;
        font-family: 'Futura LT W01 Medium Condensed';
        letter-spacing: 0.08em;
        font-size: 22px;
    }
    #filterClear {
        text-align: center;
        text-transform: none;
        margin-bottom: 60px;
        font-family: 'Futura LT W01 Medium Condensed';
        letter-spacing: 0.08em;
        font-size: 22px;
        width: 150px;
        background: white;
        border: 1px solid black;
        color: black;
        margin-bottom: 50px;
        padding: 10px 23px;
        cursor: pointer;
        display: none; 
    }
    #filterClear:hover {
        background: black;
        color: white;
    }
    @media (hover:none) {
        #filterClear:hover {
            background: white;
        }        
    }
    
    @media only screen and (min-width: 640px) {
        #filterSubmit {
            margin: 0 0 60px 0;
        }
        #filterClear {
            margin: 0 10px 60px 0;
        }
    }    
    .filterBlock .item {
        margin-top: 10px;
        margin-left: 3px;
    }
    .box {
        position: relative;
        display: inline-block;
        position: relative;
        display: inline-block;
    }
    .box label {
        display: block;
        border-radius: 100px;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
		color: #4d4d4d;
        background-color: white;
        box-shadow: inset 0px 0px 0px rgba(0,0,0,0.5);
        border: 1px solid #9b9b9b;
        font-family: 'Lato';
		font-weight: bold;
    }
	.box input[type="checkbox"] + label {
		margin-left: 0;
	}
	.box [type="checkbox"]:not(:checked),
	.box [type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	.box [type="checkbox"]:not(:checked) + label,
	.box [type="checkbox"]:checked + label {
		position: relative;
		padding-left: 30px;
        background-color: white;
        border: 0;
		cursor: pointer;
	}
	.box [type="checkbox"]:checked + label {
		color: black;
	}
	.box [type="checkbox"]:not(:checked) + label:before,
	.box [type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
        width: 12px;
        height: 12px;
        border-radius: 100px;
	}
	.box [type="checkbox"]:not(:checked) + label:before {
        border: 1px solid #9b9b9b;
        background-color: white;
	}
	.box [type="checkbox"]:checked + label:before {
        border: none;
        background-color: #c3b07c;
	}
	.box [type="checkbox"]:checked:focus + label:before {
		background-color: #c3b07c;
		border: none;
	}

    label.outerLabel {
        display: inline-block;
        margin-left: 10px;
        font-family: 'Lato';
		font-weight: bold;
    }
    .item .dateSelectHolder {
        text-align: right;
        display: inline-block;
        margin-left: 30px;
        font-family: 'Lato';
        font-weight: bold;
        font-size: 0.875rem;
        color: #4d4d4d;
        cursor: pointer;
        display: block;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .item .dateInput {
        display: inline-block;
        margin-right: 15px;
    }
    .item .datepicker {
        display: inline-block !important;
        background-color: white !important;
        height: 30px;
        padding-right: 11px;
        font-family: 'Lato';
        font-weight: bold;
        font-size: 16px;
        color: #383838;
        cursor: pointer;
        line-height: 30px;
        margin-bottom: 6px;
        text-transform: uppercase;
        text-align: left;
        box-shadow: none;
        background-repeat: no-repeat !important;
        background-position: 5px 5px !important;
        background-size: 23px !important;
        text-indent: 25px;
    }
    @media only screen and (min-width: 640px) {
        .item .datepicker {
            height: 27px;
            font-size: 10px;
            line-height: 30px;
            background-size: 18px !important;
        }
    }
    .item .datepicker[name="startDate"] {
        background-image: url(/includes/public/assets/shared/dateStart.png);
        margin-top: 5px;
    }
    .item .datepicker[name="endDate"] {
        background-image: url(/includes/public/assets/shared/dateEnd.png);
    }   

/*filter styles*/

/*gradients*/
	.col .content:before {
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
    /*vertical*/
        .col.ver .content.black:before {
            background: -webkit-linear-gradient(37deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 50%);
            background:    -moz-linear-gradient(37deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 50%);
            background: 		linear-gradient(37deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 50%);
        }
        .col.ver .content.blue:before {
            background: -webkit-linear-gradient(37deg, rgba(30,87,153,1) 15%, rgba(125,185,232,0) 50%);
            background:    -moz-linear-gradient(37deg, rgba(30,87,153,1) 15%, rgba(125,185,232,0) 50%);
            background: 		linear-gradient(37deg, rgba(30,87,153,1) 15%, rgba(125,185,232,0) 50%);
        }
        .col.ver .content.purple:before {
            background: -webkit-linear-gradient(37deg, rgba(85,66,90,1) 15%, rgba(91,57,96,0) 50%);
            background:    -moz-linear-gradient(37deg, rgba(85,66,90,1) 15%, rgba(91,57,96,0) 50%);
            background: 		linear-gradient(37deg, rgba(85,66,90,1) 15%, rgba(91,57,96,0) 50%);
        }
        .col.ver .content.red:before {
            background: -webkit-linear-gradient(37deg, rgba(190,57,11,1) 15%, rgba(73,29,9,0) 50%); /* should this one be different? */
            background:    -moz-linear-gradient(37deg, rgba(190,57,11,1) 15%, rgba(233,73,9,0) 50%);
            background: 		linear-gradient(37deg, rgba(190,57,11,1) 15%, rgba(233,73,9,0) 50%);
        }
    /*vertical*/
    /*horizontal*/
        .col.hoz .content.black:before {
            background: -webkit-linear-gradient(20deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 55%);
            background:    -moz-linear-gradient(20deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 55%);
            background: 		linear-gradient(20deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 55%);
        }
        .col.hoz .content.blue:before {
            background: -webkit-linear-gradient(20deg, rgba(30,87,153,1) 15%, rgba(125,185,232,0) 55%);
            background:    -moz-linear-gradient(20deg, rgba(30,87,153,1) 15%, rgba(125,185,232,0) 55%);
            background: 		linear-gradient(20deg, rgba(30,87,153,1) 15%, rgba(125,185,232,0) 55%);
        }
        .col.hoz .content.purple:before {
            background: -webkit-linear-gradient(20deg, rgba(85,32,90,1) 15%, rgba(91,32,96,0) 55%);
            background:    -moz-linear-gradient(20deg, rgba(85,32,90,1) 15%, rgba(91,32,96,0) 55%);
            background: 		linear-gradient(20deg, rgba(85,32,90,1) 15%, rgba(91,32,96,0) 55%);
        }
        .col.hoz .content.red:before {
            background:  -webkit-linear-gradient(20deg, rgba(190,57,11,1) 15%, rgba(73,29,9,0) 55%); /* should this one be different? */
            background:    -moz-linear-gradient(20deg, rgba(190,57,11,1) 15%, rgba(233,73,9,0) 55%);
            background: 		linear-gradient(20deg, rgba(190,57,11,1) 15%, rgba(233,73,9,0) 55%);
        }
    /*horizontal*/
    /* phone - readability of ver tiles */
    @media only screen and (max-width: 500px) {
        .col.ver .content.black:before {
            background: -webkit-linear-gradient(65deg, rgba(0,0,0,0.50) 20%, rgba(0,0,0,0) 100%);
            background:    -moz-linear-gradient(65deg, rgba(0,0,0,0.50) 20%, rgba(0,0,0,0) 100%);        
            background:         linear-gradient(65deg, rgba(0,0,0,0.50) 20%, rgba(0,0,0,0) 100%);               
        }
        .col.hoz .content.black:before {
            background: -webkit-linear-gradient(10deg, rgba(0,0,0,0.50) 22%, rgba(0,0,0,0) 55%);
            background:    -moz-linear-gradient(10deg, rgba(0,0,0,0.50) 22%, rgba(0,0,0,0) 55%);        
            background:         linear-gradient(10deg, rgba(0,0,0,0.50) 22%, rgba(0,0,0,0) 55%);               
        }        
    }        
/*gradients*/

.buttonContainer {
    width: 16%;
    background: #0f0f0f;
    opacity: .85;
    margin: auto !important;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 23%;
    z-index: 9;
}
.ver .buttonContainer {
    width: 27%;
    height: 17%;
}
.playButton {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    border: 0 !important;
    background-color: transparent !important;
    outline: none;
}
.playButton svg {
    width: 75%;
    height: 100%;
    fill: #DDB965;
}

.noResults {
    max-width: 90%;
    margin: 10% auto;
    text-align: center;
    font-size: 16px;   
}
@media only screen and (min-width: 640px) {
    .noResults {
        font-size: 30px;
    }
}