/***
Byte Boilerplate, with parts from Foundation and other sources, noted inline below
Version 2 - 2017-08-14 by MD, SP & the Byte Studios Team
***/


/* styles from simple-grid */
html, body { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; background-color: #f3f3f3; }
html * { -webkit-box-sizing: inherit; box-sizing: inherit; }
html *:before, html *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

.white-content-wrapper {
    width: 100%;
    max-width: 1441px;
    margin: 0 auto;
    background: #ffffff;
}

/*start rows and flexing grid*/
.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; padding: 0; }
.row > * { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.row > *.no-cell-padding { padding: 0; }
.row > hr { margin: .5rem; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 0; margin-top: -.5px; margin-bottom: -.5px; border-style: solid; }
.row > hr.vertical { margin: .5rem; -ms-flex-preferred-size: 0; flex-basis: 0; height: auto; border-width: 0 1px 0 0; max-width: 0; margin-left: -.5px; margin-right: -.5px; }
.row > hr.touching.vertical { margin-top: 0 !important; margin-bottom: 0 !important; }
/* .row { margin: 0 calc( -1 * .5rem); } */
/* .row > *, .row > .row { margin: .5rem; } */
/* .row > .row.row-padding { padding: .5rem; }
.row .no-row-padding { margin: calc( -1 * (.5rem + 0.5em)); } */
/*start row without padding*/
.row > .large-1 { -ms-flex-preferred-size: calc(  8.33333% - ( .5rem * 2)); flex-basis: calc(  8.33333% - ( .5rem * 2));}
.row > .large-2 { -ms-flex-preferred-size: calc(  16.66667% - ( .5rem * 2)); flex-basis: calc(  16.66667% - ( .5rem * 2));}
.row > .large-3 { -ms-flex-preferred-size: calc(  25% - ( .5rem * 2)); flex-basis: calc(  25% - ( .5rem * 2));}
.row > .large-4 { -ms-flex-preferred-size: calc(  33.33333% - ( .5rem * 2)); flex-basis: calc(  33.33333% - ( .5rem * 2));}
.row > .large-5 { -ms-flex-preferred-size: calc(  41.66667% - ( .5rem * 2)); flex-basis: calc(  41.66667% - ( .5rem * 2));}
.row > .large-6 { -ms-flex-preferred-size: calc(  50% - ( .5rem * 2)); flex-basis: calc(  50% - ( .5rem * 2));}
.row > .large-7 { -ms-flex-preferred-size: calc(  58.33333% - ( .5rem * 2)); flex-basis: calc(  58.33333% - ( .5rem * 2));}
.row > .large-8 { -ms-flex-preferred-size: calc(  66.66667% - ( .5rem * 2)); flex-basis: calc(  66.66667% - ( .5rem * 2));}
.row > .large-9 { -ms-flex-preferred-size: calc(  75% - ( .5rem * 2)); flex-basis: calc(  75% - ( .5rem * 2));}
.row > .large-10 { -ms-flex-preferred-size: calc(  83.33333% - ( .5rem * 2)); flex-basis: calc(  83.33333% - ( .5rem * 2));}
.row > .large-11 { -ms-flex-preferred-size: calc(  91.66667% - ( .5rem * 2)); flex-basis: calc(  91.66667% - ( .5rem * 2));}
.row > .large-12 { -ms-flex-preferred-size: calc(  100% - ( .5rem * 2)); flex-basis: calc(  100% - ( .5rem * 2));}

/*start row with small gutter*/
.row.small-gutter { margin: 0 calc( -1 * .125rem); }
.row.small-gutter > hr { margin: .125rem; margin-top: -.5px; margin-bottom: -.5px; }
.row.small-gutter > hr.vertical { margin: .125rem; margin-left: -.5px; margin-right: -.5px; }
.row.small-gutter > *, .row.small-gutter > .row { margin: .125rem; }
.row.small-gutter > .row:not(.no-row-padding) { padding: gValue; }
.row.small-gutter .no-row-padding { margin: calc( -1 * (.125rem + 0.5em)); }
.row.small-gutter > .large-1 { -ms-flex-preferred-size: calc( 8.33333% - ( .125rem * 2)); flex-basis: calc( 8.33333% - ( .125rem * 2)); max-width: calc( 8.33333% - ( .125rem * 2)); }
.row.small-gutter > .large-2 { -ms-flex-preferred-size: calc( 16.66667% - ( .125rem * 2)); flex-basis: calc( 16.66667% - ( .125rem * 2)); max-width: calc( 16.66667% - ( .125rem * 2)); }
.row.small-gutter > .large-3 { -ms-flex-preferred-size: calc( 25% - ( .125rem * 2)); flex-basis: calc( 25% - ( .125rem * 2)); max-width: calc( 25% - ( .125rem * 2)); }
.row.small-gutter > .large-4 { -ms-flex-preferred-size: calc( 33.33333% - ( .125rem * 2)); flex-basis: calc( 33.33333% - ( .125rem * 2)); max-width: calc( 33.33333% - ( .125rem * 2)); }
.row.small-gutter > .large-5 { -ms-flex-preferred-size: calc( 41.66667% - ( .125rem * 2)); flex-basis: calc( 41.66667% - ( .125rem * 2)); max-width: calc( 41.66667% - ( .125rem * 2)); }
.row.small-gutter > .large-6 { -ms-flex-preferred-size: calc( 50% - ( .125rem * 2)); flex-basis: calc( 50% - ( .125rem * 2)); max-width: calc( 50% - ( .125rem * 2)); }
.row.small-gutter > .large-7 { -ms-flex-preferred-size: calc( 58.33333% - ( .125rem * 2)); flex-basis: calc( 58.33333% - ( .125rem * 2)); max-width: calc( 58.33333% - ( .125rem * 2)); }
.row.small-gutter > .large-8 { -ms-flex-preferred-size: calc( 66.66667% - ( .125rem * 2)); flex-basis: calc( 66.66667% - ( .125rem * 2)); max-width: calc( 66.66667% - ( .125rem * 2)); }
.row.small-gutter > .large-9 { -ms-flex-preferred-size: calc( 75% - ( .125rem * 2)); flex-basis: calc( 75% - ( .125rem * 2)); max-width: calc( 75% - ( .125rem * 2)); }
.row.small-gutter > .large-10 { -ms-flex-preferred-size: calc( 83.33333% - ( .125rem * 2)); flex-basis: calc( 83.33333% - ( .125rem * 2)); max-width: calc( 83.33333% - ( .125rem * 2)); }
.row.small-gutter > .large-11 { -ms-flex-preferred-size: calc( 91.66667% - ( .125rem * 2)); flex-basis: calc( 91.66667% - ( .125rem * 2)); max-width: calc( 91.66667% - ( .125rem * 2)); }
.row.small-gutter > .large-12 { -ms-flex-preferred-size: calc( 100% - ( .125rem * 2)); flex-basis: calc( 100% - ( .125rem * 2)); max-width: calc( 100% - ( .125rem * 2)); }
.row.small-gutter > .large-1.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 8.33333% + ( 0.5em * 2)); flex-basis: calc( 8.33333% + ( 0.5em * 2)); max-width: calc( 8.33333% + ( 0.5em * 2)); }
.row.small-gutter > .large-2.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 16.66667% + ( 0.5em * 2)); flex-basis: calc( 16.66667% + ( 0.5em * 2)); max-width: calc( 16.66667% + ( 0.5em * 2)); }
.row.small-gutter > .large-3.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 25% + ( 0.5em * 2)); flex-basis: calc( 25% + ( 0.5em * 2)); max-width: calc( 25% + ( 0.5em * 2)); }
.row.small-gutter > .large-4.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 33.33333% + ( 0.5em * 2)); flex-basis: calc( 33.33333% + ( 0.5em * 2)); max-width: calc( 33.33333% + ( 0.5em * 2)); }
.row.small-gutter > .large-5.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 41.66667% + ( 0.5em * 2)); flex-basis: calc( 41.66667% + ( 0.5em * 2)); max-width: calc( 41.66667% + ( 0.5em * 2)); }
.row.small-gutter > .large-6.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 50% + ( 0.5em * 2)); flex-basis: calc( 50% + ( 0.5em * 2)); max-width: calc( 50% + ( 0.5em * 2)); }
.row.small-gutter > .large-7.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 58.33333% + ( 0.5em * 2)); flex-basis: calc( 58.33333% + ( 0.5em * 2)); max-width: calc( 58.33333% + ( 0.5em * 2)); }
.row.small-gutter > .large-8.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 66.66667% + ( 0.5em * 2)); flex-basis: calc( 66.66667% + ( 0.5em * 2)); max-width: calc( 66.66667% + ( 0.5em * 2)); }
.row.small-gutter > .large-9.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 75% + ( 0.5em * 2)); flex-basis: calc( 75% + ( 0.5em * 2)); max-width: calc( 75% + ( 0.5em * 2)); }
.row.small-gutter > .large-10.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 83.33333% + ( 0.5em * 2)); flex-basis: calc( 83.33333% + ( 0.5em * 2)); max-width: calc( 83.33333% + ( 0.5em * 2)); }
.row.small-gutter > .large-11.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 91.66667% + ( 0.5em * 2)); flex-basis: calc( 91.66667% + ( 0.5em * 2)); max-width: calc( 91.66667% + ( 0.5em * 2)); }
.row.small-gutter > .large-12.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 100% + ( 0.5em * 2)); flex-basis: calc( 100% + ( 0.5em * 2)); max-width: calc( 100% + ( 0.5em * 2)); }
.row.small-gutter > .offset-large-0 { margin-left: calc((( 0 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-1 { margin-left: calc((( 1 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-2 { margin-left: calc((( 2 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-3 { margin-left: calc((( 3 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-4 { margin-left: calc((( 4 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-5 { margin-left: calc((( 5 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-6 { margin-left: calc((( 6 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-7 { margin-left: calc((( 7 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-8 { margin-left: calc((( 8 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-9 { margin-left: calc((( 9 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-10 { margin-left: calc((( 10 / 12 )*100%) + .125rem) !important; }
.row.small-gutter > .offset-large-11 { margin-left: calc((( 11 / 12 )*100%) + .125rem) !important; }
/*start row with large gutter*/
.row.large-gutter { margin: 0 calc( -1 * 1.5rem); }
.row.large-gutter > hr { margin: 1.5rem; margin-top: -.5px; margin-bottom: -.5px; }
.row.large-gutter > hr.vertical { margin: 1.5rem; margin-left: -.5px; margin-right: -.5px; }
.row.large-gutter > *, .row.large-gutter > .row { margin: 1.5rem; }
.row.large-gutter > .row:not(.no-row-padding) { padding: gValue; }
.row.large-gutter .no-row-padding { margin: calc( -1 * (1.5rem + 0.5em)); }
.row.large-gutter > .large-1 { -ms-flex-preferred-size: calc( 8.33333% - ( 1.5rem * 2)); flex-basis: calc( 8.33333% - ( 1.5rem * 2)); max-width: calc( 8.33333% - ( 1.5rem * 2)); }
.row.large-gutter > .large-2 { -ms-flex-preferred-size: calc( 16.66667% - ( 1.5rem * 2)); flex-basis: calc( 16.66667% - ( 1.5rem * 2)); max-width: calc( 16.66667% - ( 1.5rem * 2)); }
.row.large-gutter > .large-3 { -ms-flex-preferred-size: calc( 25% - ( 1.5rem * 2)); flex-basis: calc( 25% - ( 1.5rem * 2)); max-width: calc( 25% - ( 1.5rem * 2)); }
.row.large-gutter > .large-4 { -ms-flex-preferred-size: calc( 33.33333% - ( 1.5rem * 2)); flex-basis: calc( 33.33333% - ( 1.5rem * 2)); max-width: calc( 33.33333% - ( 1.5rem * 2)); }
.row.large-gutter > .large-5 { -ms-flex-preferred-size: calc( 41.66667% - ( 1.5rem * 2)); flex-basis: calc( 41.66667% - ( 1.5rem * 2)); max-width: calc( 41.66667% - ( 1.5rem * 2)); }
.row.large-gutter > .large-6 { -ms-flex-preferred-size: calc( 50% - ( 1.5rem * 2)); flex-basis: calc( 50% - ( 1.5rem * 2)); max-width: calc( 50% - ( 1.5rem * 2)); }
.row.large-gutter > .large-7 { -ms-flex-preferred-size: calc( 58.33333% - ( 1.5rem * 2)); flex-basis: calc( 58.33333% - ( 1.5rem * 2)); max-width: calc( 58.33333% - ( 1.5rem * 2)); }
.row.large-gutter > .large-8 { -ms-flex-preferred-size: calc( 66.66667% - ( 1.5rem * 2)); flex-basis: calc( 66.66667% - ( 1.5rem * 2)); max-width: calc( 66.66667% - ( 1.5rem * 2)); }
.row.large-gutter > .large-9 { -ms-flex-preferred-size: calc( 75% - ( 1.5rem * 2)); flex-basis: calc( 75% - ( 1.5rem * 2)); max-width: calc( 75% - ( 1.5rem * 2)); }
.row.large-gutter > .large-10 { -ms-flex-preferred-size: calc( 83.33333% - ( 1.5rem * 2)); flex-basis: calc( 83.33333% - ( 1.5rem * 2)); max-width: calc( 83.33333% - ( 1.5rem * 2)); }
.row.large-gutter > .large-11 { -ms-flex-preferred-size: calc( 91.66667% - ( 1.5rem * 2)); flex-basis: calc( 91.66667% - ( 1.5rem * 2)); max-width: calc( 91.66667% - ( 1.5rem * 2)); }
.row.large-gutter > .large-12 { -ms-flex-preferred-size: calc( 100% - ( 1.5rem * 2)); flex-basis: calc( 100% - ( 1.5rem * 2)); max-width: calc( 100% - ( 1.5rem * 2)); }
.row.large-gutter > .large-1.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 8.33333% + ( 0.5em * 2)); flex-basis: calc( 8.33333% + ( 0.5em * 2)); max-width: calc( 8.33333% + ( 0.5em * 2)); }
.row.large-gutter > .large-2.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 16.66667% + ( 0.5em * 2)); flex-basis: calc( 16.66667% + ( 0.5em * 2)); max-width: calc( 16.66667% + ( 0.5em * 2)); }
.row.large-gutter > .large-3.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 25% + ( 0.5em * 2)); flex-basis: calc( 25% + ( 0.5em * 2)); max-width: calc( 25% + ( 0.5em * 2)); }
.row.large-gutter > .large-4.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 33.33333% + ( 0.5em * 2)); flex-basis: calc( 33.33333% + ( 0.5em * 2)); max-width: calc( 33.33333% + ( 0.5em * 2)); }
.row.large-gutter > .large-5.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 41.66667% + ( 0.5em * 2)); flex-basis: calc( 41.66667% + ( 0.5em * 2)); max-width: calc( 41.66667% + ( 0.5em * 2)); }
.row.large-gutter > .large-6.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 50% + ( 0.5em * 2)); flex-basis: calc( 50% + ( 0.5em * 2)); max-width: calc( 50% + ( 0.5em * 2)); }
.row.large-gutter > .large-7.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 58.33333% + ( 0.5em * 2)); flex-basis: calc( 58.33333% + ( 0.5em * 2)); max-width: calc( 58.33333% + ( 0.5em * 2)); }
.row.large-gutter > .large-8.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 66.66667% + ( 0.5em * 2)); flex-basis: calc( 66.66667% + ( 0.5em * 2)); max-width: calc( 66.66667% + ( 0.5em * 2)); }
.row.large-gutter > .large-9.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 75% + ( 0.5em * 2)); flex-basis: calc( 75% + ( 0.5em * 2)); max-width: calc( 75% + ( 0.5em * 2)); }
.row.large-gutter > .large-10.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 83.33333% + ( 0.5em * 2)); flex-basis: calc( 83.33333% + ( 0.5em * 2)); max-width: calc( 83.33333% + ( 0.5em * 2)); }
.row.large-gutter > .large-11.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 91.66667% + ( 0.5em * 2)); flex-basis: calc( 91.66667% + ( 0.5em * 2)); max-width: calc( 91.66667% + ( 0.5em * 2)); }
.row.large-gutter > .large-12.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 100% + ( 0.5em * 2)); flex-basis: calc( 100% + ( 0.5em * 2)); max-width: calc( 100% + ( 0.5em * 2)); }
.row.large-gutter > .offset-large-0 { margin-left: calc((( 0 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-1 { margin-left: calc((( 1 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-2 { margin-left: calc((( 2 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-3 { margin-left: calc((( 3 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-4 { margin-left: calc((( 4 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-5 { margin-left: calc((( 5 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-6 { margin-left: calc((( 6 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-7 { margin-left: calc((( 7 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-8 { margin-left: calc((( 8 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-9 { margin-left: calc((( 9 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-10 { margin-left: calc((( 10 / 12 )*100%) + 1.5rem) !important; }
.row.large-gutter > .offset-large-11 { margin-left: calc((( 11 / 12 )*100%) + 1.5rem) !important; }

.container { 
    padding: 30px 30px 40px 30px; 
    margin: 0 auto; 
    max-width: 1440px; 
    width: 100%; 
    background-color: #ffffff;
}

/* start header menu */
/****** Add Header Logo CSS Here *******/
.site-logo img {
    width: 100%;
    max-width: 345px;
}

.full-width-section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}


/****** Add Utility Nav Here *******/
#utility-nav ul {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#utility-nav ul li{
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding: 0 12px;
}

#utility-nav ul li.social {
	padding-left: 10px;
	padding-right: 0;
}

#utility-nav ul li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #C1201B;
	font-weight: bold;
}

#utility-nav ul li a.active {
    color: #841310;
}

#utility-nav ul li a:hover{
	color: #921814;
}

/* start utility nav search */
.utility-nav-search {
	max-width: 210px;
	width: 100%;
    border: 1px solid #979797;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	color: #979797;
	margin-right: 15px;
	padding: 1px 5px;
    font-size: 13px;
    float: right;
}

#utility-nav-mobile{
    display: none;
}

#main-nav>ul#utility-nav-mobile{
    display: none;
}

#main-nav>ul.social-icons-mobile {
    display: none;
}

.mobile-wave-bottom{
    display: none;
}

.mobile-quick-links {
    display: none;
}

/****** Add Header Main Nav Here *******/
#main-nav>ul {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.full-menu-link, .full-menu-link .fa.fa-bars, .full-menu-link .fa.fa-close{
    display: none;
}

#main-nav>ul>li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding-left: 19.5px;
}

#main-nav ul li a {
    font-family: 'Josefin Sans', sans-serif;
    color: #666666;
	font-weight: bold;
	font-size: 14px;
	position: relative;
    z-index: 100;
}

#main-nav ul li a.active, #main-nav ul li.child-is-active > a{
    color: #7C6A96;
}

#main-nav>ul>li>a {
	text-transform: uppercase;
}

#main-nav ul li ul, #main-nav ul li ul li ul {
	margin: 0;
    padding: 0;
    list-style: none;
	opacity: 0;
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

#main-nav>ul>li:hover>a {
    color: #5b447c;
    /* border-bottom: 1px solid #5b447c; */
}

#main-nav>ul>li>ul {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    height: 330px;
    width: 330px;
    z-index: 60;
    border-radius: 100%;
    margin-left: -94px;
    margin-top: -35px;
    padding: 45px 20px 40px 95px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.48);
    background-image: url(/assets/images/circle-bkg-pattern.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-position-x: -250px;
}

#main-nav>ul>li>ul>li>ul>li{
	padding-left: 10px;
}

#main-nav>ul>li>ul>li a{
	color: #5b447c;
}

#main-nav>ul>li>ul>li:hover>a, #main-nav>ul>li>ul>li>ul>li:hover>a{
	color: #666666;
}

#main-nav>ul>li:hover>ul, #main-nav>ul>li:hover>ul>li>ul {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

#main-nav>ul>li>ul>li>ul>li>a {
    font-weight: normal;
    color: #7F7192;
}

/* start arrows show hide navigation */
a.down {
    display: none;
}

/* start promo circle for nav */
.nav-promo-circle {
    width: 250px;
    height: 250px;
    position: absolute;
    margin-left: -265px;
    margin-top: 60px;
    z-index: 70;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: -4px 0px 10px -5px rgba(0,0,0,0.42);
	box-shadow: -4px 0px 10px -5px rgba(0,0,0,0.42);
    padding-left: 123px;
    background-image: url(/assets/images/circle-bkg-pattern.png);
    background-repeat: no-repeat;
    background-position: right center;
	background-position-x: 90px;
	padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	opacity: 0;
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* IE 9 */
 -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
	transform: rotate(-10deg);
	-webkit-transform: scale(0) rotate(-15deg);
	        transform: scale(0) rotate(-15deg);
}

#main-nav>ul>li:hover .nav-promo-circle{
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
}

#main-nav>ul>li>ul.small-circle-nav {
    width: 195px!important;
    height: 195px!important;
    margin-left: -40px;
    padding-left: 40px;
}
.nav-promo-circle.small-circle-nav{
    margin-left: -255px;
	margin-top: -50px;
	z-index: 55;
    margin-left: -225px;
    margin-top: 10px;
}

#main-nav>ul>li>ul.medium-circle-nav {
    width: 275px!important;
    height: 275px!important;
    margin-left: -65px;
    padding-left: 65px;
}

#main-nav>ul>li>ul.largest-circle-nav {
    width: 375px!important;
    height: 375px!important;
    margin-left: -114px;
    padding-left: 114px;
}

#main-nav>ul>li:last-of-type>ul{
	    margin-left: -90px;
}

#main-nav>ul>li:last-of-type:hover .nav-promo-circle{
	margin-left: -300px;
}

/* start full pic bkg box */
.nav-promo-circle.filled-bkg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* start nav events box */
.nav-events-container {
    text-align: center;
    padding: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.nav-events-container .small-purple-header{
    font-size: 16px;
}

.event-info-box .small-purple-header.event-title{
    font-size: 14px;
    line-height: 14px;
}


.single-event-box {
    margin-bottom: 5px;
    display: table;
}

.date-box {
    float: left;
    width: 25%;
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    display: table;
}

.date-top-bkg {
    background-color: #B8B8B7;
    padding: 2px 5px 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    width: 100%;
    margin-bottom: 3px;
}

.date-top-bkg h3 {
    font-size: 9px;
}

.date-box h3 {
    display: block;
    margin: 0;
}

.date-number {
    font-size: 22px;
    margin: 0;
    line-height: 17px;
}

.event-info-box {
    text-align: left;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 75%;
}

.small-purple-header.event-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px 0;
}

/* start header bottom wave */
.header-bottom-wave {
    height: 47px;
    background-image: url('/assets/images/white_wave_bottom.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 50;
    position: relative;
    background-position-y: -7px;
    background-position-x: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -25px auto 0 auto;
    max-width: 1440px;
}

/****** Add Body Wrapper Here *******/
.body-wrapper {
  margin: 0 auto;
}

.full-width-section{
	width: 100%;
	margin: 0 auto;
}

/* start index campaigns */
.campaign-container {
    height: 440px;
    background-color: #7B02A5;
    position: relative;
    margin-top: -46px;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
}

/* .campaign-container{
	height: 440px;
	background-color: #7B02A5;
	position: relative;
	margin-top: -60px;
	-webkit-clip-path: url(#cloudClip);
	clip-path: url(#cloudClip);
	width: 100%;
} */

.campaign-image {
    height: 440px;
    float: left;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    -webkit-transition: left .35s ease-out;
    transition: left .35s ease-out;
    -webkit-box-shadow: -5px 1px 5px -1px rgba(0,0,0,0.35);
    box-shadow: -5px 1px 5px -1px rgba(0,0,0,0.35);
}

.campaign-image:nth-of-type(1){
    z-index: 6;
    left: 0;
    background: #e0db93;
}

.campaign-image:nth-of-type(2){
    z-index: 7;
    left: 65%;
    background: #D7D175;
}

.moved-left:nth-of-type(2){
    left: 7%;
}

.campaign-image:nth-of-type(3){
    z-index: 8;
    left: 72%;
    background: #C4C672;
}

.moved-left:nth-of-type(3){
    left: 14%;
}

.campaign-image:nth-of-type(4){
    left: 79%;
    z-index: 9;
    background: #B1B971;
}

.moved-left:nth-of-type(4){
    left: 21%;
}

.campaign-image:nth-of-type(5){
    z-index: 10;
    left: 86%;
    background: #AEAB69;
}

.moved-left:nth-of-type(5){
    left: 28%;
}

.campaign-image:nth-of-type(6){
    z-index: 11;
    left: 93%;
    background: #949656;
}

.moved-left:nth-of-type(6){
    left: 35%;
}


.campaign-image-link {
    display: block;
    width: 100%;
    height: 480px;
}

.campaign-image img {
    /* width: 85%; */
    width: initial;
    height: 100%;
    margin: 0 auto;
    opacity: .25;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.campaign-image.remove-overlay img{
    opacity: 1;
}

.campaign-image:hover img{
    opacity: 1;
}

/* start campaign text container */
.campaign-text-container {
    width: 100px;
    position: absolute;
    height: 440px;
    width: 25%;
    background-image: url('/assets/images/campaign_wave_bkg.png');
    background-repeat: no-repeat;
    padding: 45px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: right top;
    background-size: 100% 100%;
    left: -440px;
    top: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    opacity: 0;
}

.campaign-text-container.show-text {
    left: 0;
    opacity: 1;
}

.series-logo img {
    width: 100px;
    height: initial;
}

.campaign-text-container .bucket-button-purple{
    display: block;
    text-align: center;
    max-width: 150px;
    text-transform: uppercase;
}

/* keep this incase we use svgs */
.svg-clip {
	width: 0;
	height: 0;
}

/* start index campaigns */
.events-container-bkg {
    background-image: url('/assets/images/white_wave_top.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
	margin-top: -38px;
	width: 100%;
    display: table;
    z-index: 15;
}
.events-content-container-bkg{
    background-image: url('/assets/images/dots-bkg-thick.png');
    background-size: 100%;
	background-repeat: no-repeat;
	margin: 20px 0 40px 0;
	max-width: 100vw;
	overflow: hidden;
}

.events-content-container{
	width: 100%;
	padding: 60px 0 60px 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.mobile-only-events-button{
    display: none;
}

.menu-categories {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 15px;
	max-width: 290px;
}

.cat-list ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.cat-list li {
	background-color: #7C6A96;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 4px;
    position: relative;
    padding: 5px 10px;
}

.cat-list li a{
	/* UPCOMING: */
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.77);
	letter-spacing: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.cat-list li:hover:after, .cat-list li.active:after {
    content: '';
    height: 0px;
    width: 0;
    position: relative;
    top: 0;
    /* z-index: 100; */
    position: absolute;
    right: -24px;
    border-left: 6px solid rgb(124, 105, 150);
    border-right: 6px solid rgba(162, 97, 97, 0);
    border-top: 13px solid rgba(255, 255, 255, 0);
    border-bottom: 13px solid rgba(255, 0, 0, 0);
    right: -12px;
}

.cat-list li:hover a, .cat-list li.active a {
	color: #ffffff;
}

.events-content-slider-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	display: block;
	overflow: hidden;
    /* display: none; */
    /* padding-left: 20px; */
    margin-left: 20px;
}

.events-content-slider-box.show-all-events{
    display: block;
    margin-left: 20px;
}

.events-images {
    height: 280px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /* transform: translateX(-280px); */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.single-event {
    /* padding-left: 20px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
    min-height: 280px;
    padding-right: 20px;
    min-width: 225px;
}

.event-logo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0 0 30px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.event-bkg-img {
    background-size: cover!important;
    background-color: #958f55;
	height: 100%;
	min-height: 200px;
    background-repeat: no-repeat!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.event-information {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.event-date-time h3 {
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	margin: 0;
}
.event-date-time h3 strong {
    font-size: 17px;
}
/* .event-date-time .tiny-all-caps-gray {
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -2px 0 0 0;
} */

/* start events slider area */

.events-slider-bar {
    height: 11.5px;
    border-top: 1px solid #5B447C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    position: relative;
}

.slider-handle {
    width: 16%;
    height: 8px;
    background: #5B447C;
    margin-top: -5px;
    position: absolute;
    left: 0;
}

.mcs-horizontal-example{
    width: 100%;
    overflow-x: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
  }
  
  .mcs-horizontal-example .mCSB_container{ display: -webkit-box; display: -ms-flexbox; display: flex;
  }
  
  .mcs-horizontal-example .item{ -ms-flex-negative: 0; flex-shrink: 0;
  }


/* start school classes */
.art-classes-container {
    display: table;
    width: 100%;
}

.art-classes-wave-top {
    width: 100%;
    height: 82px;
    background-image: url('/assets/images/white_wave_top_flipped.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 50;
    position: relative;
    margin-top: -40px;
    background-position-y: -4px;
}

.art-classes-content {
    margin-top: -30px;
}

.art-classes-title {
    position: relative;
}

.art-content-container{
	height: 280px;
}

.art-menu li {
    background-color: #C1201B;
}

.art-menu.cat-list li:hover:after {
    border-left: 7px solid rgb(193, 32, 27);
    border-right: 7px solid rgba(162, 97, 97, 0);
    border-top: 12px solid rgba(255, 255, 255, 0);
    border-bottom: 12px solid rgba(255, 0, 0, 0);
    right: -14px;
}

.art-menu li.school-active a:after {
	content: '';
    height: 0px;
    width: 0;
    top: 0;
    z-index: 100;
    position: absolute;
    right: -24px;
    border-left: 7px solid rgb(193, 32, 27);
    border-right: 7px solid rgba(162, 97, 97, 0);
    border-top: 12px solid rgba(255, 255, 255, 0);
    border-bottom: 12px solid rgba(255, 0, 0, 0);
    right: -14px;
}

.art-menu a.school-active {
    color: white;
}



.art-text-img-content{
	margin-top: -90px;
}

.art-text-content {
	margin-top: 90px;
	margin-left: 15px;
	opacity: 0;
	position: absolute;
	transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	top: 50px;
}

.art-text-content.show{
	opacity: 1;
	position: relative;
	top: 0;
	transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.art-text-content .tiny-italics-dark-gray{
	margin-top: 8px;
}

.art-image-content {
    overflow: hidden;
    max-height: 390px;
    background-size: auto 630px;
    background-repeat: no-repeat;
    background-position-y: -80px;
}

.art-image-content img {
    height: 690px;
	margin-top: -50px;
}

.circle-logo-graphic {
	margin-top: 30px;
}

.circle-logo-graphic img {
	width: 186px;
	height: 186px;
}

/* start weddings */
.weddings-wave-top {
    width: 100%;
    height: 181px;
    background-image: url(/assets/images/thick_bottom_wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 50;
    position: relative;
    margin-top: -40px;
    background-position-y: -4px;
}

.weddings-main-content {
    margin-top: -90px;
    height: 100%;
    max-height: 570px;
    overflow: hidden;
}

.wedding-photo-left {
    position: relative;
}

.wedding-photo-left img {
	width: 100%;
	max-height: 570px;
}

.wedding-photo-piece-right {
    position: absolute;
    bottom: -4px;
    right: -12%;
    width: 12%;
}

.wedding-photo-piece-right img {
    width: 100%;
}

.wedding-content-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.wedding-content-right-top {
    background: #5b447c;
    background: -webkit-gradient(linear, left top, left bottom, from(#5b447c),to(#46325b));
    background: linear-gradient(to bottom, #5b447c 0%,#46325b 100%);
    -webkit-box-flex: 1.25;
        -ms-flex: 1.25;
            flex: 1.25;
}

.wedding-text-button-box {
    position: relative;
}

.wedding-text-container {
    position: absolute;
    top: 18%;
    padding: 0 20px 20px 20px;
}

.wedding-text-container .large-thick-white-title{
	font-size: 32px;
}

.wedding-wave-photo {
    text-align: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.wedding-content-right-bottom {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: -5px;
}

/* start home horizontal buckets */
.horizontal-buckets-container {
    background-image: url('/assets/images/dots-bkg-thick.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.horizontal-buckets-wave-top {
    width: 100%;
    height: 125px;
    background-image: url('/assets/images/thin_bottom_wave.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 50;
    position: relative;
    margin-top: -35px;
    background-position-y: -4px;
}

.horizontal-buckets-main-content {
    padding: 0 100px 100px 100px;
}

.single-horizontal-bucket {
    padding: 0 35px 35px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 33%;
}

.bucket-content-centered {
	text-align: center;
}

.bucket-content-centered img {
    width: 224px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
	margin-bottom: -13px;
}

.single-horizontal-bucket .float-img img {
    margin-left: 15px;
}

.gold-gradient-box, .gold-gradient-box.gray {
    padding: 10px 10px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    margin-bottom: -14px;
    margin-top: 10px;
    width: 100%;
    background: #b1b469;
    background: -webkit-gradient(linear, left top, left bottom, from(#b1b469),to(#9f9a5f));
    background: linear-gradient(to bottom, #b1b469 0%,#9f9a5f 100%);
}

.gold-gradient-box.gray {
    background: #E3E3E3;
}

.gold-gradient-box:first-of-type, .gold-gradient-box.gray:first-of-type{
	margin-top: 0;
}



/* start logo ticker */
.logo-ticker-container {
    height: 200px;
}

.ticker-title {
    text-align: center;
    margin-bottom: 20px;
}

/***** search page  ******/ 
.onsite-search-input {
    border: none;
}
.onsite-search-input:focus {
    outline: none;
}
#full-search-results {
    padding-bottom: 2px;
}
#full-search-results a {
    font-family: 'Josefin Sans', sans-serif;
    color: #7C6A96;
    cursor: pointer;
}
#full-search-results a:hover {
    color: #666666;
}

#search-results-container{
    position: absolute;
left: 0;
top: 40px;
}
#search-results{
width: 364px;
position: absolute;
/*
top: 46px;
left: 145px;
*/
background: rgba(254,254,254,1);
border: 1px solid #444;
z-index: 999;
padding: 12px;
line-height: normal;
text-transform: none;
letter-spacing: normal;
display: none;
max-height: 600px;
overflow: scroll;
}
#search-results .result {
padding-left: 30px;
margin-bottom: 15px;
font-family: 'Josefin Sans', sans-serif;
font-size: 11px;
color: #000;
background-position: top 5px left;
background-repeat: no-repeat;
position: relative;
}
#search-results .result i {
/* padding-right: 5px; */
position: absolute;
left: 5px;
top: 5px;
}
#search-results a, #main-nav li.research #search-results a {
font-family: 'Josefin Sans', sans-serif;
font-size: 15px;
color: #000;
display: block;
font-weight: bold;
}
.result #meta-info {
text-transform: uppercase;
}
#search-results .tag {
text-transform: uppercase;

font-weight: bold;

padding: 2px 4px;
color: #000;
margin-bottom: 10px;
display: inline-block;
font-size: 11px;
font-family: 'Josefin Sans', sans-serif;
}

.search-col-left{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
width: 50%;
padding-right:15px;
float: left;
margin-top: 15px;
}
.search-col-right{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
width: 50%;
padding-left:15px;
float: left;
margin-top: 15px;
}

.results-container{
margin-bottom: 20px;
background: white;
border: 1px solid #e8e8e8;
padding: 0px 20px;
}
.results-container .result{
padding: 10px 0px;
border: none;
/* border-bottom: 1px solid #909090; */
background: none;
overflow: auto;
border-bottom: none;
margin-bottom: 5px!important;
}
.results-container .result-head{
border-bottom: 1px solid #e8e8e8!important;
padding: 10px 0px 7px;
}
.result-title{
margin-bottom: 5px;
font-size: 16px;
}
.result-body{
font-size: 14px;
}
.result-aside{
float: left;
margin-right:15px;
min-width: 40px;
/*  min-height: 42px; */
}
.result-aside img{
max-width: 45px;
max-height: 63px;
}
.result-right-container{
display: table;
}
.search-more {
text-align: center;
cursor: pointer;
border-top: 1px solid #E3E3E3;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0px;
padding: 10px;
font-family: 'Josefin Sans', sans-serif;
}
#full-search-results{
text-align: center;
}
@media (max-width: 750px) {
.search-results-count{
    display: none;  
}
.search-col-left{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right:0px;
    float: left;
    margin-top: 15px;
}
.search-col-right{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left:0px;
    float: left;
    margin-top: 15px;
}

}
/* ==========================================================================
END SEARCH PATTERN styles
========================================================================== */


/* start footer */
footer {

}

.newsletter-signup-top img {
    margin-bottom: -4px;
    width: 100%;
}

.newsletter-signup-bottom{
	position: relative;
}
.newsletter-signup-bottom img {
    width: 100%;
}

.newsletter-signup-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 14px 12%;
}

#sign_up_form {
    position: relative;
    z-index: 2;
}

.form-click-off {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 1;
    display: none;
}

.email-icon {
    text-align: right;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.email-icon img {
    width: 40px;
}

.newsletter-signup-text h2{
    font-size: 19px;
    color: #ffffff;
	line-height: 22px;
	margin-top: 7px;
}

.emailinput {
    display: inline-block;
    background: #ffffff;
    padding: 6px;
    width: 70%;
    border-radius: 5px;
}

.email-submit-container {
    padding: 13px 10px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 340px;
    margin-top: -14px;
    border-radius: 8px 8px 0 0;
}

.email-submit-container.entered {
	background: #830101;
}

.email-submit-container input#email {
    width: 210px;
    height: 30px;
    border-radius: 5px;
	border: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.email-submit-container .submit-button {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    background: #830101;
    padding: 6px 22px;
    margin-left: 10px;
    border-radius: 3px;
    border: 0;
    height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.email-submit-container .submit-button.entered {
	border: 1px solid #ffffff;
}

.personalize-options {
	background: #830101;
    width: 340px;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	border-radius: 0 0 8px 8px;
	position: relative;
	z-index: 50;
	display: none;
}

.personalize-options.entered{
	display: block;
}

.fancy {
	line-height: 0.5;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.fancy span {
	display: inline-block;
	position: relative;  
}
.fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid white;
	top: 0;
	width: 600px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}

.personalize-options input#full_name {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
}

.personalize-options label{
	display: block;
}


.emailinput p {
	font-style: italic;
	font-size: 12px;
	color: #ABA3A3;
	margin-bottom: 0;
}

.message-box {
    width: 340px;
    /* left: 50%; */
    position: absolute;
    background: #ffffff;
    margin-top: 0;
    height: 80px;
    padding: 10px;
    border: 1px dashed #a82624;
	text-align: center;
	opacity: 0;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
}

.display-message + .message-box {
	opacity: 1;
    margin-top: -54px;
    z-index: 10;
}

.message-box p {
    color: #a82624;
    font-style: italic;
}



/* start maps footer container */
.map-and-directions-container {
    background-image: url('/assets/images/map-bkg.jpg');
    min-height: 150px;
    height: 100%;
    background-repeat: no-repeat;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 100% auto;
}

.schauer-logo-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 170px;
}

.schauer-logo-map img {
    width: 220px;
}

.directions-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.directions-right .purple-arrow-button {
    text-transform: capitalize;
}

.directions-right .purple-arrow-button:after {
    display: none;
}

.directions-right .directions-button {
    margin-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* start footer navigation sitemap area */
.site-map-nav-container{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 271px;
}

.footer-address-mobile{
    display: none;
}
.footer-nav-and-logos-left {
    background-image: url('/assets/images/footer-bkg-left.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-position: top right;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.footer-nav-and-logos-left.large-10{
	-ms-flex-preferred-size: calc( 80.33333% - ( .5rem * 2));
	    flex-basis: calc( 80.33333% - ( .5rem * 2));
}

.footer-quick-links-right {
    background-image: url('/assets/images/footer-bkg-right.jpg');
    background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px 20px 0 0;	
	text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.footer-contact-and-logos.large-2 {
    -ms-flex-preferred-size: calc( 19.66667% - ( .5rem * 2));
        flex-basis: calc( 19.66667% - ( .5rem * 2));
    margin-top: 0px;
    margin-bottom: -20px;
}

.footer-nav>ul, .footer-nav>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-nav>ul>li {
    padding-right: 28px;
}

.footer-nav>ul>li>a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #F2F2E7;
	letter-spacing: 0;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.footer-nav>ul>li>ul>li>a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #F2F2E7;
	letter-spacing: 0;
	font-weight: 600;
}

.footer-nav>ul>li>a:hover, .footer-nav>ul>li>ul>li>a:hover {
	color: #ffffff;
}

.contant-and-copywright h3{
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 20px;
}

.contant-and-copywright h3{
	float: left;
}

/* start partner logos */

.logo-ticker-container {
    margin: 0 auto;
    max-width: 900px;
}

.partner-logos-footer {
    margin-top: -25px;
}

/****** Carousel CSS Auto-embed - site specific area *******/

/* Slick more site defined additions -- change if necessary below */

/* End Slick more site defined additions -- change if necessary below */
.schauer-logo-carousel .slick-dots li button:before {
    color: black;
}
.schauer-logo-carousel .slick-dots li.slick-active button:before {
    color: black;
}

/* Carousel content styling, including any Slick changes to dots, arrows, etc. */
/* Carousel content styling, including any Slick changes to dots, arrows, etc. */
.schauer-parent-logo-carousel {
    position: relative;
    height: 125px;
    width: 100%;
}
.schauer-logo-carousel {
    width: 100%;
    height: 125px;
    position: absolute;
    top:0;
    left: 0;
}
.schauer-parent-logo-carousel .slick-dots {
    bottom: -25px;
}
/* .schauer-parent-logo-carousel .slick-track {
    height: ;
} */
.schauer-logo-carousel-pane {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.schauer-logo-carousel-pane .byte-carousel-text h3 {
    color: white;
    font-size: 28px;
    font-family: "Montserrat", sans-serif
}
.schauer-logo-carousel-pane .byte-carousel-text {
    position: absolute;
    width: 40%;
    right: 25px;
    bottom: 75px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: white;
}
.schauer-logo-carousel-pane .byte-carousel-link {
    display: block;
    width: 225px;
    text-decoration: none;
    padding: 10px;
    background-color: #091933;
    color: white;
}

.schauer-parent-logo-carousel.is-hidden-fade {
    opacity: 0;
}
.schauer-parent-logo-carousel.is-visible-fade {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
}

.schauer-logo-carousel-pane img {
    width: 230px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* End Carousel content styling, including any Slick changes to dots, arrows, etc. */
/****** End Carousel CSS Auto-embed - site specific area *******/

/****** Carousel CSS Auto-embed - Base Styles *******/

/* Slick Base Carousel -- http://kenwheeler.github.io/slick/ -- do not change below */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}

.schauer-logo-carousel .slick-prev, .schauer-logo-carousel .slick-next {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
    top: 30px;
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}
.slick-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 38px;
    color: #D0D0D0;
}
[dir='rtl'] .slick-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 38px;
    color: #D0D0D0;
}

.slick-next {
    right: 0;
    top: 30px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 38px;
    color: #D0D0D0;
}
[dir='rtl'] .slick-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 38px;
    color: #D0D0D0;
}

/* Dots */
.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'arial', sans-serif;
    font-size: 48px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
}
/* End Slick Base Carousel -- do not change above */

/****** End Carousel CSS Auto-embed - Base Styles *******/




.partner-logos-footer img {
	margin-right: 30px;
	width: 100%;
	height: 100%;
}

.partner-logos-footer img:nth-of-type(1) {
	max-width: 100px;
	max-height: 60px;
}
.partner-logos-footer img:nth-of-type(2) {
	max-width: 130px;
	max-height: 60px;
}
.partner-logos-footer img:nth-of-type(3) {
    max-width: 144px;
    max-height: 50px;
}

/* start quick links nav */
.footer-quick-links-right img {
    width: 160px;
}

.footer-quick-links-nav>ul, .footer-quick-links-nav>ul>li>ul, .footer-social-links-nav>ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.footer-quick-links-nav {
    padding: 30px 0;
}

.footer-quick-links-nav>ul>li>a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #F2F2E7;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.footer-social-links-nav>ul>li>a {
    font-size: 16px;
    color: #F2F2E7;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.footer-social-links-nav ul {
	float: right;
	margin-right: -13px;
}

.footer-social-links-nav>ul>li {
    float: left;
    padding-left: 15px;
}

.byte-link {
    display: block;
    clear: both;
    margin-top: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #E9E5ED;
	font-weight: 600;
}

.footer-quick-links-right a:hover{
	color: #ffffff;
}



/* start internal pages content */

/* start page header */
.page-header-image {
    height: 370px;
    position: relative;
    margin-top: -45px;
    background-size: cover;
	background-position: center 25%;
    background-repeat: no-repeat;
    width: 100%;
}

.empty_header_gap {
    padding: 0 30px 0 60px!important;
    height: 30px;
    max-width: 290px;
}

.page-header-image .page-header-text {
    position: relative;
    top: 250px;
    max-height: 100px;
}

.page-header-text {
    position: relative;
    top: 27px;
}

.page-header-text .large-shadowed-white-title{
	margin-bottom: 0;
}

.page-header-text .sub-white-title{
	margin-top: 0;
}

/* start page banner */
.page-header-banner{
	height: 120px;
	position: relative;
    margin-top: -46px;
	background: #40305c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#40305c),to(#5b447c));
	background: linear-gradient(to bottom, #40305c 0%,#5b447c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* .page-header-banner .page-header-text {
    position: absolute;
    top: 27px;
} */

.page-header-banner .large-shadowed-white-title{
	font-size: 30px;
	line-height: 32px;
}

/* start inside page container content */
.inside-pg-wave-top {
    background-image: url('/assets/images/white_wave_top_int.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -38px;
    width: 100%;
    display: table;
    height: 70px;
}

.inside-content-bkg {
	width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('/assets/images/dots-bkgd-opacity.png');
    background-color: rgb(255, 255, 255);
}

/* start inside page left nav */
.left-side-nav {
    /* padding: 0 30px 0 60px!important; */
    padding: 0 30px 0 35px!important;
}

.inside-content-bkg .cat-list > ul > li {
	background-color: rgba(255, 0, 0, 0);
	padding: 0;
	height: initial;
}

.inside-content-bkg .cat-list > ul > li > a {
    color: #6E598B;
    height: 24px;
    padding: 2px 8px 0 8px;
    background-color: #E3E3E3;
    width: 100%;
    display: table;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 22px;
}

.inside-content-bkg .cat-list > ul > li:hover:after{
	border-left: 7px solid #E3E3E3;
	right: -12px;
}

.left-side-nav ul li a.active:after {
	content: '';
    height: 0px;
    width: 0;
    top: 0;
    z-index: 100;
    position: absolute;
	border-left: 7px solid #E3E3E3;
	border-right: 7px solid rgba(162, 97, 97, 0);
	border-top: 12px solid rgba(255, 255, 255, 0);
	border-bottom: 12px solid rgba(255, 0, 0, 0);
	right: -12px;
}

.left-side-nav ul > li > ul> li > a.active:after {
	display: none;
}

.left-side-nav ul li a.active{
    color: #C1201B;
}

.left-side-nav ul li ul {
	margin-left: 10px;
	display: none;
}

.left-side-nav ul li a.active ~ ul, .left-side-nav ul li.child-is-active ul {
    display: block;
}

.left-side-nav ul li.opened ul {
	display: block;
}

.inside-content-bkg .cat-list > ul > li > ul > li {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.77);
	height: initial;
}

.inside-content-bkg .cat-list > ul > li > ul > li > a {
    display: block;
    color: rgba(255, 255, 255, 0.77);
    padding: 7px 8px 5px 8px;
    height: auto;
    background-color: #7C6A96;
}

.inside-content-bkg .cat-list > ul > li > ul > li > a.active{
	color: #ffffff;
	background-color: #ADA1BE;
}

.inside-content-bkg .cat-list > ul > li > ul > li:hover a{
	color: #ffffff;
	background-color: #ADA1BE;
}

.inside-content-bkg .cat-list > ul > li > ul > li:hover:after{
	border-left: 7px solid #ADA1BE;
}

/* start right side area */
.right-side-area-holder {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.inside-page-text-content {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* start inside text content */
.inside-page-text-content .date-text-header {
    margin-bottom: 10px;
}


/* start weddings page special callouts */
.special-text-callout {
    height: 375px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -40px;
    z-index: 100;
    position: relative;
}

.special-image-text-container {
    height: 100%;
}

.special-image-left-outer {
    max-height: 470px;
    position: relative;
}

.special-image-left-outer img {
    position: absolute;
    width: 100%;
    max-width: 270px;
    max-height: 420px;
    left: 0;
    top: -60px;
}

.special-text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.special-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 45px 45px 45px 10px;
}

/* start forms page form settings */
/****** Common Forms CSS Auto-embed - site specific area *******/
.field-row {
	margin: 10px 8px 0 0;
}
.field-container {
    margin: 10px 0 0 0;
    float: left;
    width: 50%;
    width: 44%;
    margin-right: 3%;
}
.field-container label {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0;
    font-size: 12px;
    vertical-align: top;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #8E7EA4;
	font-weight: 500;
	line-height: 14px;
    margin-bottom: 5px;
}

.field-container label:first-of-type{
	font-weight: bold;
	color: #5B447C;
}
.field-container input {
    width: 100%;
    height: 24px;
    display: block;
    font-size: 16px;
    color: #484067;
    border-color: #e3e3e3;
}

#field_other_checked {
    margin-left: 50%;
    margin-top: -10px;
}


.field-container input.checkbox {
    width: 12px;
    border: none;
}
.field-container .checkbox-label {
    width: auto;
    display: inline-block;
}
.field-container input[type="checkbox"] {       
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
}
.field-container input[type="radio"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: .25em;
}
.field-container input[type="file"] {
    border: none;
    background-color: transparent;
    line-height: normal;
}
fieldset {
    padding: 0;
    border: none;
    margin: 0 auto 36px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}
fieldset legend {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	color: #5B447C;
	margin-bottom: -10px;
}

fieldset select, fieldset input {
    width: 100%;
    margin: 0;
    border: 1px solid #aaa;
    padding: 2px 3px;
    font-size: 16px;
    height: 36px;
    color: #888;
    border-color: #a69371;
    border-radius: 0;
    font-style: italic;
}
fieldset select option[disabled] {
    color: #9189b2;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.submitbutton {
	background-color: #ccc;
	border: 1px solid gray;
	padding: 4px 20px;
    font-size: 16px;
    font-weight: 700;
	z-index: 10;
}
input[type="submit"]:disabled,
input[type="submit"]:hover:disabled {
	background-color: #777;
	cursor: progress;
}
.g-recaptcha {		
    display: inline-block;
    vertical-align: top;
    margin-right: -66px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: "Adelle", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #e3e3e3;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: "Adelle", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #e3e3e3;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: "Adelle", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #e3e3e3;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: "Adelle", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #e3e3e3;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}
:placeholder-shown {
    font-family: "Adelle", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #e3e3e3;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}

#field_caterer_list {
    width: 100%;
}

#field_caterer_list p {
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    color: #5B447C;
    margin-top: -20px;
}

/****** End Common Forms CSS Auto-embed - site specific area *******/



/* start bottom page children buckets */
.page-bottom-child-buckets {
    margin-top: 10px;
}

.individual-child-buttom-bucket {
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* max-width: 30%; */
    max-width: 200px;
    margin-bottom: 10px;
    flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0;
}

.purple-title-top {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background-color: #5B447C;
}

.wave_photo {
    height: 160px;
    position: relative;
    background-repeat: no-repeat;
    background-size: initial 100%;
}

.wave-bottom-graphic {
    position: absolute;
	bottom: -4px;
	width: 100%;
}

.wave-bottom-graphic img {
    width: 100%;
}

/* start bottom horizontal quote bucket */
.horizontal_page_bucket {
    margin: 0 auto;
    margin-top: 20px;
}

.horizontal_page_bucket .blockquote-red {
    margin: 0 auto;
    width: 80%;
}

/* start inside right buckets */
.inside-page-right-buckets {
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bucket-container {
	margin-bottom: 30px;
	text-align: center;
	clear: both;
}

/* start bucket with full images */
.bucket-container img {
    width: 100%;
	height: auto;
	margin-bottom: -15px;
}

/* start bucket with just text or side image */
.bucket-container h1.small-purple-header {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 0;
}

.bucket-container h3.small-purple-header{
	font-weight: bold;
}

.bucket-container img.normal-buck-img {
    margin: 10px 0 20px 0;
}

.float-text {
    float: left;
    width: 60%;
    text-align: left;
}

.float-img {
    float: left;
    width: 40%;
    position: relative;
}

.float-img img {
    width: 60px;
    margin-top: -17px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    position: absolute;
    margin-left: -30px;
}

.button-left {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.bucket-container.lightened .small-purple-italics {
	font-weight: 500;
	font-style: italic;
}

/* start bucket with framed border */
.framed {
    border: 1px solid #979797;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto 30px auto;
    background: #ffffff;
}

.framed .regular-italic-purple {
    margin: 15px 0px;
}

.bucket-call-to-action {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    background-color: #F5F5F5;
    padding: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(179,179,179,1);
	box-shadow: 0px 0px 13px -2px rgba(179,179,179,1);
	margin-top: -70px;
	margin-bottom: 35px;
}

.bucket-container.framed.call-to-action{
    padding-bottom: 50px;
}

/* start just images bucket */
.just-images img {
    margin: 10px auto;
    width: auto;
    max-width: 200px;
}

/* start events only bucket */
.events-only-bucket {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 10px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    max-height: 160px;
}

.events-buckets-right {
    /* padding-right: 0px; */
}

.bucket-dates-and-text {
    display: table;
}

.events-only-bucket .date-box {
    text-align: center;
}

.event-details-box {
    float: left;
    width: 75%;
    display: table;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.events-only-bucket .date-top-bkg {
    background-color: #A1211B;
    padding: 5px 5px 0 5px;
}
.events-only-bucket .date-box{
	border: 1px solid #000000;
	background: #E8E8E8;
	width: 30%;
	border-radius: 5px;
}

.events-only-bucket .event-details-box{
	width: 70%;
}

.events-only-bucket .date-box h3{
	color: #ffffff;
    font-size: 15px;
}

.events-only-bucket .date-box .date-month, .events-only-bucket .date-box .date-number {
    color: #000000;
}

.events-only-bucket .date-box .date-number {
	font-size: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#field_beverage_service {
    width: 100%;
}

/* start internal events page */
.event-date-box {
    max-width: 70px;
    text-align: center;
    background: #E8E8E8;
    border-radius: 5px;
	border: 1px solid black;
	margin-right: 10px;
}

.event-date-box .date-top-bkg {
    background-color: #c1201b;
    border-radius: 2px 2px 0 0;
}

.event-date-box .date-top-bkg h3 {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
}

.event-date-box .date-month{
	margin: 0;
	font-size: 20px;
}

.event-date-box .date-number {
    font-size: 42px;
    line-height: 35px;
}

.event-title-text h2 {
    font-style: normal;
    font-size: 31px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 0;
}

.event-title-text h3 {
    font-size: 20px;
    margin-left: 0;
}

.main-event-body {
    margin-top: 20px;
}

.main-event-body img {
    /* max-width: 35%; */
}

.main-event-body a {
    font-family: 'Josefin Sans', sans-serif;
    /* font-size: 11px; 
    line-height: 12px; */
    font-weight: bold;
	text-decoration: none;
	color: #5B447C;
}

.main-event-body .content-area-purple-button {
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
}

.main-event-body {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    font-family: 'Muli', sans-serif;
    color: #010101;
    margin-bottom: 5px;
}

.inside-page-text-content a:hover{
    color: #787878;
}

/* start calendar view page items */
.events-campaign-and-buckets {
    margin-bottom: 30px;
}
/* start calendar carousel */
/****** Carousel CSS Auto-embed - site specific area *******/

/* Carousel content styling, including any Slick changes to dots, arrows, etc. */
.cal-parent-carousel {
	position: relative;
	height: 275px;
    width: 100%;
}
.cal-carousel {
    width: 100%;
	height: 275px;
	position: absolute;
	top:0;
	left: 0;
}
.cal-carousel .slick-track {
    height: 275px;
}
.cal-carousel-pane {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.cal-carousel-pane .byte-carousel-text h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 22px;
    font-family: "Montserrat", sans-serif
}
.cal-carousel-pane .byte-carousel-text {
    position: absolute;
    width: 40%;
    right: 25px;
    top: 75px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: white;
}
.cal-carousel-pane .byte-carousel-link {
    display: block;
    width: 225px;
    text-decoration: none;
    padding: 10px;
    background-color: #091933;
    color: white;
}
.cal-carousel .slick-dots {
    bottom: 15px;
}
.cal-carousel .slick-dots li button:before {
    color: white;
}
.cal-carousel .slick-dots li.slick-active button:before {
    color: white;
}
.cal-carousel-pane-link {
    position: absolute;
    bottom: 20px;
    right: 20px;

    text-decoration: none;
    color: yellow;
    text-transform: uppercase;
}

.cal-parent-carousel.is-hidden-fade {
    opacity: 0;
}
.cal-parent-carousel.is-visible-fade {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
}

.cal-carousel-2 {
    display: none;
}

.cal-parent-carousel .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center 25%;
}

.cal-parent-carousel .event-information{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
}

.cal-parent-carousel .slick-next{
    right: -15px;
    top: 130px;
}

.cal-parent-carousel .slick-prev{
    left: -15px;
    top: 130px;
}

.cal-parent-carousel .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #787878;
    background: white;
    opacity: .7;
    -webkit-box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.55);
}

.cal-parent-carousel .slick-next:before, .cal-parent-carousel .slick-prev:before {
    font-size: 32px;
    color: #787878;
}


/* End Carousel content styling, including any Slick changes to dots, arrows, etc. */

/****** End Carousel CSS Auto-embed - site specific area *******/

/* start calendar right buckets */
.events-campaign-and-buckets .cal-events-buckets {
    padding-left: 40px;
    padding-top: 80px;
}


/* start events calendar */
/********** ADDED CALENDAR JS FROM PATTERNS= ALIE. SRRRY *********/
/*-------CALENDAR START---------- */

/* Calendar header */
.calendar-header {
    border-bottom: solid 1px #d6d6d6;
    line-height: 36px;
}

.calendar-title {
    text-align: right;
}

th.calendar-day-head {
    background: #C1201B;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 2px 0 2px;
}

.calendar-header h2 {
    margin: 5px 5px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #787878;
    letter-spacing: 0;
    font-weight: normal;
}
.calendar-header a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 28px;
}
.calendar-header a .fa {
    display: inline-block;
    vertical-align: baseline;
    font-size: 25px;
    padding: 0 5px 0 5px;
}

.cal-icon.active, .list-icon.active {
    opacity: 1;
    color: #8B8B8B;
}
.event-day-toggle {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}
.event-day-toggle:hover {
    color: #333;
}
.list-view .event-day-toggle {
    display: none !important;
}

.filter_views{
    float: right;
    margin: 0 10px 20px 0;
    width: 100%;
}

.calview {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.calview h3{
    max-width: 150px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #787878;
    letter-spacing: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 5px;
}

.calview a{
    max-width: 40px;
}


/* Drop down where the types are displayed */
ul#filter {
    display: inline-block;
    list-style: none;
    float: right;
    padding-left: 5px; 
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 5px;
}
ul#filter li {
    display: block;
    position: relative;
    z-index: 2;
    background: white;
    width: 150px;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 0;
}
ul#filter li.first-li {
    border: 1px solid #d9d9d9;
}
ul#filter li.first-filter-select a#mainSelector::after {
   content: "\f107";
   font-family: 'FontAwesome';
   padding-left: 5px;

}
/*DROP DOWN ARROW FOR SELECT BOX */
a#filter-select {
    float: right;
    margin-top: -15px;  /* style to design */
}

.filter-list {
    list-style: none;
    padding-left: 0px;
}
.filter-list li {
    display: inline-block;
}
.filter-list li a {
    text-transform: capitalize;
}
li.first-li ul {
    display: none;
    position: absolute;
    margin-top: 5px;
}
ul#filter li ul li {
  display: inline-block;
}
ul#filter li ul.hover-show {
    display: block; 
    position: absolute;
    margin-top: 5px;
    z-index: 1;    
}
ul#filter li a#mainSelector {
    padding-left: 10px;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Neuton', serif;
    display: block;
    padding-right: 20px;
}
ul#filter ul li a {
    color: #3c3c3c;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
ul#filter ul li a:hover{
    color: #838383;
}
ul#filter li ul {
    margin: -1px;
    padding: 0px;
    border: 1px solid #d9d9d9;
    border-top: 0px solid white;
    width: 100%;
}
ul#filter li ul li  {
    display: block;
    width: 93%;
    padding: 5px 0px 5px 10px;
    text-decoration: none;
    /* white-space: nowrap; */
    color: #fff;
    font-size: 12px;
    margin-left: 0px;
    position: relative;
    z-index: 2;
    float: left;
}
i#filter-select{
    position: absolute;
    left: 135px;
    top: 7px;
    font-size: 12px!important;
    color: black;
}
p.filter-text {
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
}
/* End drop down where the types are displayed */
/* Check Box Filter CSS */
.first-type-filter, .second-type-filter {
    list-style: none;
    padding-left: 0;
    float: left;
    margin-right: 30px;
    max-width: 25%;
}
.event-type-filter li {
    display: block;
}
.event-type-filter li label {
    color: #000;
    font-family: 'halisr', sans-serif;
}

/* start checkbox stylings */
.events-filter .small-purple-header{
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

/*** custom checkboxes ***/
input[type=checkbox] {
    position: relative;
}
/* to hide the checkbox itself */
label>input[type=checkbox]:before {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content:"\f096";
    letter-spacing: 10px;
    color: #6E598B;
    font-style: normal;
}
/* space between checkbox and label */
label>input[type=checkbox]:checked:before {
    font-family: FontAwesome;
    display: inline-block;
    content:"\f046";
    letter-spacing: 5px;
    color: #6E598B;
}

.events-filter label.check-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #6E598B;
    letter-spacing: 0;
    text-transform: uppercase;
}

.not_here {
    opacity: 0.77;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #6E598B;
    letter-spacing: 0;
}
/* allow space for check mark */

/* table view */
table#calendar {
    width: 100%;
    border-spacing: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
}
table#calendar td {
    height: 175px;
    width: 100px;
    padding: 5px;
}
table#calendar .calendar-day-blank, .calendar-day-np {
    background: #F8F8F8;
}
table#calendar .contain.closed, table#calendar td:hover.has-events .contain.closed {
    opacity: 0.5;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; 
}
table#calendar td .contain.open {
    position: absolute;
    z-index: 5;
    height: auto;
    min-height: 115px;
    -webkit-box-shadow: 0px 0px 5px #888;
            box-shadow: 0px 0px 5px #888; 
}
table#calendar td.has-events {
    background: #E7E7E7;
    margin-bottom: 10px; 
}
table#calendar td.curtain {
    opacity: .5; 
}
table#calendar td.star {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    height: auto;
    opacity: 2;
    width: 125px;
    -webkit-box-shadow: 0px 0px 5px #888;
            box-shadow: 0px 0px 5px #888;
}
table#calendar td:hover.has-events .contain, .contain.active {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #888;
            box-shadow: 0px 0px 5px #888; 
}
#calendar a.close {
    display: none; 
}
td .contain img.close {
    float: right; 
}
.contain.open .hide {
    display: block; 
}
.to
/* calendar days head */
th.calendar-day-head {
    height: 25px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-family: 'halisr';
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 20px;
    position: relative;
}
/* calendar days */
td.calendar-day {
    background: #E7E7E7;
}
table#calendar td.calendar-day.hide {
    display: none;
}
td.calendar-day .event_item_date {
    border: .5px solid #8E8E8E;
    width: 33px;
    height: 31px;
    margin-bottom: 0px;
    border-radius: 50%;
    text-align: center;
}
td.calendar-day .event_item_date p {
    color: #ccc;
    font-family: 'halisr', sans-serif;
}

td.calendar-day .event_item_date .day-of-week {
    font-size: 12px;
    font-family: 'halisr', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 2px #fff;
    display: block;
}
td.calendar-day .event_item_date .month {
    display: none;
}
td.calendar-day .event_item_date .day {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    color: #000000;
    margin-bottom: 0;
    margin-top: 5px;
}
td.calendar-day .event_item {
    color: #ccc;
    font-family: 'halisr', sans-serif;
    padding: 5px 0;
}
td.calendar-day .event_item span.time-show {
    color: #000000;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
}
td.calendar-day .event_item a.event-link {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
}
td.calendar-day .event_item a.event-link:hover {
    color: #8E8E8E;
}
td.calendar-day .event_item a.event-link.tri:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: relative;
    float: left;
    margin-left: -14px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow:.5px -.5px 3px 0px #888;
    box-shadow: .5px -.5px 3px 0px #888;
}
table#calendar tr.calendar-row td.calendar-day.has-events:first-child 
 .event_item a.event-link.tri:before {
    display: none;
 }

table#calendar tr.calendar-row td.calendar-day.has-events:first-child 
 .event_item a.event-link.tri:after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: relative;
    float: right;
    margin-right: -15px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow: -.5px .5px 3px 0px #888;
    box-shadow: -.5px .5px 3px 0px #888;
}

.individual-sign-up a {
    color: #74a328;
    font-family: 'Neuton', serif;
}

.individual-sign-up a:hover {
    color: #567424;
}
.event_item.show-event {
    display:block;
}
.list-view .event_item.hidden-div.show-event, .event-item.hidden-div {
	display: block;
}
.event_items_on_date .event_item, .event_item {
	display:none;
}
.event_items_on_date .event_item.show-event, .event_item.show-event {
	display:block;
}

/*-------END CALENDAR TABLE VIEW---------- */
/*EVENT DETAIL POPUP:*/

.event-details, .list-view .show-preview, .list-view .show-preview img, .list-view .detail-date-header, .list-view .event-details-content, .show-preview .event-details-desc , .show-preview .event-details-loc {
    display: none;
}
.event-details.show-preview {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: auto;
    width: 200px;
    padding: 5px;
    margin: 0px 10px;
    -webkit-box-shadow: 0px 0px 3px #888;
            box-shadow: 0px 0px 3px #888; 
    z-index: 1;
    background-color: #fff;
}
.list-view .show-preview img, .event-details img {
    display: block;
}
.detail-date-header {
    background-color: #75aa1f;
    width: 100%;
    color: #fff;
    padding: .25em 0;
    text-align: center;
    margin-bottom: 5px;
}
.detail-date-header h4 {
    margin: 0 auto;
    text-shadow: 0px 1px 3px #000000;
}
.preview-box-description, .show-preview .preview-link  {
    margin: .5em auto;
    font-size: 12px;
}
.show-preview .preview-link {
    text-transform: uppercase;
    display: inline;
    padding: 10px;
    background-color: #75aa1f;
    color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px #888;
            box-shadow: 0px 1px 1px 0px #888;
}
.close-preview-icon {
    float: right;
    margin-right: 7px;
}
.img-desc {
    position: relative;
}
/*for the left most dates on the calendar*/ 
table#calendar tr.calendar-row td.calendar-day.has-events:first-child 
 .event-details.show-preview {
    left: 100%;
    padding:5px 5px 5px 7px;
}

/*end of pop up detail*/
/* list view */
#calendar.list-view {
    border-spacing: 0 !important;
}

.calview a {
    color: #E7E7E7;
}
.list-view .calendar-row-head {
    display: none;
}
.list-view .event-details {
    display: block;
    clear: both;
}
.list-view .event-spacer {
    display: block;
    clear: both;
}
.list-view .event-spacer:last-child {
    display: none;
}
.list-view td.calendar-day {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100% !important;
    height: auto !important;
}

.list-view td.calendar-day .event_item_date {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #fff;
    border: 1px solid #000000;
}
.list-view td.calendar-day .event_item_date p {
    color: #C1201A;
    text-align: center;
}

.list-view td.calendar-day .event_item_date .day-of-week {
    display: none;
}
.list-view td.calendar-day .event_item_date .month {
    padding-top: 5px;
    display: block;
}
.list-view td.calendar-day .event_item_date .day {
    font-size: 30px;
    line-height: 34px;
}

.list-view td.calendar-day .event_item {
    display: none;
}
.list-view td.calendar-day .event_item.show-event {
    display: table-row;
    width: 100%;
}
.list-view td.calendar-day .event_item a {
    font-size: 25px;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
    color: #000000;
    margin-top: 7px;
    float: left;
}
.list-view td.calendar-day .event_item span.time-show {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    float: left;
    margin: 13px 20px 0 20px;
}

.list-view td.calendar-day .event-details p {
    font-family: 'halisr', serif;
    color: #888;
}
.list-view td.calendar-day .event-details a {
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
}
.list-view td.calendar-day-np {
    display: none;
}
.list-view td.calendar-day-blank {
    display: none;
}
.list-view td.calendar-day:not(.has-events) {
    display: none;
}
/*DONT DO THESE ON LIST VIEW!!!*/
.event-details, .list-view .show-preview,
.list-view .show-preview img, 
.list-view .detail-date-header, .list-view .event-details-content, 
.show-preview .event-details-desc , .show-preview .event-details-loc,
.list-view a.tri:before, .list-view a.tri:after  {
    display: none;
}
.list-view td.calendar-day .event_item a:hover {
    color: #8E8E8E;
}

/* start individual events page */

/* start internal events page */
.main-event-body img {
    /* max-width: 30%; */
}

.events-only-bucket h2{
    font-size: 22px;
}

.featured-event-img{
    max-width: 100%;
}

/******** END OF CALENDAR PATTERNS *****
/* start gallery upcoming page */
.gallery-container {
    margin-bottom: 50px;
    width: 100%;
    max-width: 560px;
 }
 @media screen and (min-width: 1290px) {
    .gallery-container {
        max-width: 630px;
    }
 }    
 .gallery-container h2 {
     margin: .25em 0;
 }
.gallery {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
    position: relative;
	margin: 0 auto; 
}
.full-gallery-image.slick-initialized {
	width: 300px;
}
.nav-thumbnail {
    margin: 10px 7px;
    height: 105px !important;
    min-width: 50px !important;
}
.gallery .slick-initialized {
    overflow: hidden;
}
.gallery .slick-slider {
    height: 100%;
    position: relative; 
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
}
.gallery .slick-slider.thumb-slider {
    overflow: visible;
}
.image-slider.slick-slider .slick-track, .image-slider.slick-slider .slick-list {
    display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;
}
.image-slider .slick-slide {
    position: relative;
    width:300px;
    height: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 28px;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumb-slider {
    padding: 0 20px;
}
.thumb-list {
    width: 100%;
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gallery .slick-next, 
.gallery .slick-prev {
    background: transparent;
    box-shadow: none; 
    border-radius: 0;
    width: 20px;
    height: 0px;
    top: 35px;
    opacity: 1;
    color: #6E598B;
}
.gallery .slick-slider.thumb-slider .slick-next {
   right: 0;
}
.gallery .slick-slider.thumb-slider .slick-prev {
    left: -8px;
 }
.gallery .slick-prev:before,
.gallery .slick-next:before {
    font-size: 40px;
    color: #6E598B;
}
/* end gallery upcoming events page */
/* start events right buckets */
.events-buckets-right .bucket-container .small-purple-header{
	font-size: 16px;
}

.events-only-bucket h2{
	font-size: 16px;
}

/* start rent our space page */
.floorplan-container{
    margin-bottom: 80px;
    position: relative;
}
#three-dee-explorer{
    width: 100%;
    height: 35vh;
    position: relative;
}
#three-dee-explorer .spinner {
    width: 80px;
    height: 80px;
    margin: 100px auto;
    background-color: #333;
    position: absolute;
    top: -20px;
    left: 304px;
  
    border-radius: 100%;  
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
  }
  
  @-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }
  
  @keyframes sk-scaleout {
    0% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
  }

/* start left nav */
.floorplan-nav {
    position: absolute;
    top: 0;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.floorplan-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.floorplan-nav ul li {
    background-color: #e3e3e3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 4px;
    position: relative;
}

.floorplan-nav ul li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
    height: 24px;
    padding: 2px 8px 0 8px;
    /* width: 100%; */
    /* display: table; */
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 22px;
    color: #7c6a96;
}

.floorplan-nav ul li.active a, .floorplan-nav ul li:hover a, .floorplan-nav ul li.default a {
    color: #C1201B;
}

.floorplan-nav ul li:hover:after, .floorplan-nav ul li.active:after, .floorplan-nav ul li.default:after  {
    content: '';
    height: 0px;
    width: 0;
    top: 0;
    z-index: 100;
    position: absolute;
    border-left: 7px solid #E3E3E3;
    border-right: 7px solid rgba(162, 97, 97, 0);
    border-top: 12px solid rgba(255, 255, 255, 0);
    border-bottom: 12px solid rgba(255, 0, 0, 0);
    right: -14px;
}

/* start floorplan text content */
.floorplan-description-text, .floorplan-description-cols {
    margin-top: 30px;
}

.floorplan-description-text{
	min-width: 100%;
}

.floorplan-description-text h2, .floorplan-description-cols h2, .photo-gallery-section h2{
	margin-left: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.floorplan-description-text .paragraph-small-spaced, .floorplan-description-cols .paragraph-small-spaced {
    color: #6E598B;
    font-size: 11px;
}

.floorplan-description-cols .paragraph-small-spaced{
	font-style: italic;
	font-weight: lighter;
    line-height: 20px;
}

.desc-col {
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 3%;
    margin-bottom: 10px;
}

/* start bottom content */
.floorplan-bottom-content{
	display: none;
}

.floorplan-bottom-content.filtered, .floorplan-bottom-content.default{
	display: block;
}

/* start school time matinee page */
.school-time-individual {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px 30px 0;
    max-width: 50%;
}

.school-time-individual .small-purple-header {
    font-size: 18px;
    line-height: 22px;
    margin-left: 0;
}

.school-time-individual h2 {
    margin-left: 0;
    font-size: 20px;
}

.school-time-individual .time-separator:last-of-type{
    display: none;
}

/* start photo gallery section */
.photo-gallery-section {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
@media screen and (max-width: 600px) {
    .photo-gallery-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

.photo-gallery-section img {
	width: 100%;
	height: auto;
}

.appointment-button {
    margin: 0 auto;
    text-align: center;
    display: block;
}

/* start in the gallery page */

.gallery-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 50px;
}

.gallery-container img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.gallery-container h3{
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

/* start classes pages classes listings */
h2.no-ital {
    font-style: normal;
}

.event-desc u {
    text-decoration: none;
    font-weight: bold;
}

.event-desc b {
    font-weight: normal;
}

.event-desc {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    font-family: 'Muli', sans-serif;
    color: #010101;
    font-weight: normal;
}

.each-event-listing {
    vertical-align: top;
    margin-bottom: 50px;
    /* border-bottom: 1px solid #E3E3E3; */
    padding-bottom: 50px;
    width: 50%;
    display:inline-block;
    padding-right: 5%;
    box-sizing: border-box;
}

.each-event-listing h1.hidden, .main-event-body h1.hidden, .event-img {
    visibility: visible;
    width: 100%;
    max-width: 300px;
    max-height: 400px;
    overflow: hidden;
}

.each-event-listing h1.hidden img, .main-event-body h1.hidden img, .event-img img{
    width: 250px;
    margin-top: 20px;
}

/****** Add Specific Site, Page CSS Content, Tools Here *******/

/*** BytePattern - alert tab overlay ***/
.alerts-container {
	position: absolute;
    margin: 0 auto;
    top: 32px;
	transform: translateY(-100%);
    transition: .25s;
    width: 100%;
    z-index: 1000;
}
.alerts-container.hidden {
    display: none;
}
body.open-alerts .alerts-container {
    top: 0;
    transform: translateY(0);
}

.alerts-open-area {
    background-color: #F5F5F5;
    border-bottom: 1px solid #513962;
    padding-top: 1em;
}
.alert-open-detail {
    width: calc(100% - 3em);
    margin: 0;
    transform: translateX(120%);
    transition: .25s;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .alerts-container {
        transform: translateY(-100%);
    }
    .alerts-open-area {
        transform: translateY(0%);
    }
    .art-image-content {
        margin-left: -400px;
    }


}
@media screen and (max-width: 500px) {
    .alerts-container {
        transform: translateY(-100%);
    }
    .alerts-open-area {
        transform: translateY(0%);
    }
}

.alert-open-detail {
    width: calc(100% - 3em);
    margin: 0;
    transform: translateX(120%);
    transition: .25s;
    text-align: center;
}
.alert-open-detail p {
    font-size: 18px;
}
.alert-open-detail.active {
    opacity: 1;
    transform: translateX(0);
}
.alert-open-detail.active ~ .alert-detail {
    transform: translateX(-120%);
}

.alerts-over {
    position: relative;
    width: 300px;
    height: 32px;
    margin: 0 auto;
    background-color: #513962;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.alert-over-wrapper {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateX(100%);
    transition: .25s;
    cursor: pointer;
}
.alert-over-wrapper.active {
    transform: translateX(0);
    opacity: 1;
}
.alert-over-wrapper.active ~ .alert-over-wrapper {
    transform: translateX(-100%);
}
.alert-over {
    font-size: 14px;
    margin-top:7px;
    color: #fff;
}

a.alerts-container-close {
    font-size: 12px;
    position: absolute;
    top: 30%;
    right: .5em;
    transform: translateY(-50%);
    height: auto;
    color: #513962;
    border: none;
    border-radius: 0;
    z-index: 100;
}
a.alerts-container-close:hover {
    cursor: pointer;
}
.alerts-container-close .fa-times.fa-stack-1x {
    line-height: 1.8em;
}
/*** End BytePattern - alert tab overlay ***/



/****** Add WYSIWYG / Body Content CSS Here *******/
/* start h1 */
h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	color: #787878;
	line-height: 36px;
	font-weight: 300;
	margin: 10px 0;
}

.large-thick-white-title{
	font-family: 'Josefin Sans', sans-serif;
    margin: 10px 0;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
	line-height: 36px;
	font-weight: 500;
}

.large-shadowed-white-title{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 34px;
    text-shadow: 0 0 3px #000000;
}

.large-black-title{
	font-family:'Muli', sans-serif;
	font-size: 20px;
	/* font-style: italic; */
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
}

/* start h2 */
h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    color: #C1201A;
    line-height: 22px;
    /* margin: 0 0 5px 5px; */
    font-style: italic;
}
.title-sm-gray{
	color: #D6D2D0;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
    text-shadow: 1px 1px 4px #000000;

}

.title-sm-dark-gray{
	color: #4D4D4D;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 0 5px;
    font-style: normal;
    text-transform: uppercase;
}

.small-purple-header{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #584278;
	font-weight: normal;
	font-style: normal;
}

.large-purple-header{
    font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
    color: #584278;
	font-weight: normal;
	font-style: normal;
}

.sub-white-title{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
	text-shadow: 0 0 3px #000000;
	font-style: normal;
	margin-left: 0;
}

/* start h3 */
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	color: #4D4D4D;
	margin: 0 0 0 5px;
}


.tiny-italics-gray {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    color: #D6D2D0;
	text-transform: uppercase;
    font-weight: 300;
    margin-left: 0;
    text-shadow: 1px 1px 2px #000000;

}

.footer-contact {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    color: #FFF;
    font-weight: 300;
    margin-left: 0;
}

.tiny-italics-dark-gray {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    color: #4D4D4D;
	text-transform: uppercase;
	font-weight: bold;
}

.tiny-all-caps-gray {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
	color: #D6D2D0;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	line-height: 17px;
    text-shadow: 1px 1px 2px #000000;
}

.small-white-italic{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #F2F2E7;
    letter-spacing: 0;
    font-weight: 600;
}

.small-white-italic a{
    color: #F2F2E7;
}

.tiniest-purple-text {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #4C396A;
    letter-spacing: 0;
    line-height: 14px;
    margin: 0;
}

.small-purple-light-italic{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	color: #4C396A;
	letter-spacing: 0;
	line-height: 17px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.tiny-disclaimer{
	font-family: 'Muli', sans-serif;
    font-size: 10px;
    color: #010101;
    letter-spacing: 0;
    line-height: 14px;
	margin: 0;
	font-weight: normal;
}

.normal-white-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.large-black-header {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #787878;
    font-weight: 300;
    font-style: normal;
}

/* start p */
p {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	font-family:'Muli', sans-serif;
	color: #010101;
	margin-bottom: 10px;
}

bs_editable p, bs_editable .paragraph-large{
	margin-bottom: 20px;
}

.paragraph-large{
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	font-family:'Muli', sans-serif;
	color: #010101;
	margin-bottom: 10px;
}

.largest-paragraph{
	font-size: 17px;
    line-height: 23px;
    color: #010101;
    margin: 0;
    font-family: 'Muli', sans-serif;
}

.paragraph-small-spaced{
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	font-family:'Muli', sans-serif;
	color: #010101;
	margin-bottom: 5px;
}

.small-purple-italics{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    color: #37465B;
	line-height: 13px;
	font-weight: bold;
}

.small-gray-italics{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 16px;
}

bs_editable .small-gray-italics{
	margin-top:	0;
	margin-bottom: 5px;
}

.large-italics{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #0C0C0C;
    font-style: italic;
    line-height: 24px;
}

.regular-italic-purple{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #584278;
	letter-spacing: 0;
	font-style: italic;
	font-weight: normal;
}

.red-paragraph {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #AF433E;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
}

/* start links */
a {
	color: #7C6A96;
    text-decoration: none;
}


a:hover {
	color: #e6e5e5;
	transition: color .25s;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
}

bs_editable a{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #5B447C;
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
}

bs_editable a:hover{
	color: #7D6B97;
}

/* start list styles */
bs_editable ul{
	margin: 20px 0;
	padding: 0 0 0 30px;
}

bs_editable ol {
	padding: 0 0 0 30px;
}

bs_editable li{
	font-family: 'Muli', sans-serif;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
	padding-left: 5px;
	color: #010101;
}

bs_editable ul ul{
    margin: 0;
    list-style-type: initial;
}

bs_editabl ol ol {
    margin: 0;
}

bs_editable li li {
    margin: 0;
    padding: 0;
}

/* start buttons */
.gray-rect-button {
    background-color: #A2A2A2;
    padding: 8px 20px 6px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
	line-height: 12px;
	font-style: italic;
}

.gray-rect-button:hover {
    color: #e0dfdf;
}

.light-gray-rect-button {
    padding: 8px 15px 5px 15px;
    background: #E5E5E5;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.22);
            box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.22);
}
.light-gray-rect-button:hover{
    color: #5c457b;
}

.gray-rect-button-dark {
    background-color:#2A1F39;
    padding: 8px 20px 6px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
	line-height: 12px;
	font-style: italic;
}
.purple-arrow-button, .red-arrow-button, .purple-arrow-button.gray{
	display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #7c6a96;
    padding: 5px 12px;
    text-transform: uppercase;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.red-arrow-button, .purple-arrow-button.gray{
	background-color: #C1201B;
}

.purple-arrow-button:after, .red-arrow-button:after, .purple-arrow-button.gray:after {
    content: '';
    height: 0px;
    width: 0;
    top: 0;
    z-index: 100;
    position: absolute;
    right: -24px;
    border-left: 7px solid #7C6A96;
    border-right: 7px solid rgba(162, 97, 97, 0);
    border-top: 11px solid rgba(255, 255, 255, 0);
    border-bottom: 11px solid rgba(255, 0, 0, 0);
    right: -14px;
}

.red-arrow-button:after, .purple-arrow-button.gray, .purple-arrow-button.gray:after{
	border-left: 7px solid #C1201B;
}

.content-area-purple-button{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #5B447C;
    padding: 10px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
}

.content-area-red-button{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
    background-color: #C1201B;
}

.content-area-purple-button:hover, .content-area-red-button:hover{
	color: #f1efef;
}

.bucket-button-purple, .bucket-button-red, .bucket-button-purple.bucket-button-red {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
    background-color: #5B447C;
    padding: 13px 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    display: block;
}

.bucket-button-red, .bucket-button-purple.bucket-button-red {
	background-color: #C1201B;
}

.submit-button {
    font-family: JosefinSans-SemiBold;
    font-size: 9px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 11px;
    text-transform: uppercase;
    display: inline-block;
    background: #830101;
    padding: 8px 12px;
    margin-left: 10px;
    border-radius: 3px;
}

/*text styling and alignments*/
.lowercase{text-transform: capitalize;}
.no-bullet { margin: 0; padding: 0; list-style: none; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.content-container{
	width: 100%;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.blockquote, .blockquote-red {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #6E6E6E;
    font-size: 17px;
    font-style: italic;
    padding: 10px 0;
    line-height: 28px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin: 30px 20px 30px 30px;
}

.blockquote-red {
	color: #C1201B;
}

/* start image stylings */
.img_right_25 {
    float: right;
    width: 25%;
    margin: 0 0 2em 2em;
    clear: right;
}
.img_right_50 {
    float: right;
    width: 50%;
    margin: 0 0 2em 2em;
    clear: right;
}
.img_left_25 {
    float: left;
    width: 25%;
    margin: 0 2em 2em 0;
    clear: left;
}
.img_left_50 {
    float: left;
    width: 50%;
    margin: 0 2em 2em 0;
    clear: left;
}
.img_full_width {
    width: 100%;
    float: none;
    margin: .5em auto 1em;
}

.bordered_img_right_25 {
    float: right;
    width: 25%;
    margin: 0 0 2em 2em;
	clear: right;
	border: 2px solid #979797;
}
.bordered_img_right_50 {
    float: right;
    width: 50%;
    margin: 0 0 2em 2em;
	clear: right;
	border: 2px solid #979797;
}
.bordered_img_left_25 {
    float: left;
    width: 25%;
    margin: 0 2em 2em 0;
	clear: left;
	border: 2px solid #979797;
}
.bordered_img_left_50 {
    float: left;
    width: 50%;
    margin: 0 2em 2em 0;
	clear: left;
	border: 2px solid #979797;
}
.bordered_img_full_width {
    width: 100%;
    float: none;
	margin: .5em auto 1em;
	border: 2px solid #979797;
}

td .img_full_width{
	margin-bottom: 0;
}

.image-caption{
	font-size: 13px;
	line-height: 17px;
	font-family:'Muli', sans-serif;
	color: #010101;
	margin-bottom: 10px;
    font-style: italic;
    text-align: center;
}


.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}

/*responsive video CSS*/
.embeddedContent {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48.75%;
    padding-top: 25px;
    margin: 0 auto 1em;
}
.embeddedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

bs_editable table{
    width: 100%!important;
    max-width: 500px!important;
}


/* Medium Tablet Sizes (max-width of 940px)*/
@media screen and (max-width: 940px) {
    .site-logo img {
        max-width: 190px!important;
    }

    /* start navigation */
    #utility-nav ul li.social {
        display: none;
    }

    nav#main-nav {
        width: 100%;
        padding: 40px 0 0 0;
        position: absolute;
        left: 0;
        margin-top: 52px;
        z-index: 52;
    }

    nav#main-nav.open { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(177,180,105,1)),color-stop(92%, rgba(159,154,95,1)),color-stop(94%, rgba(255,255,255,0)));
        background: linear-gradient(to bottom, rgba(177,180,105,1) 0%,rgba(159,154,95,1) 92%,rgba(255,255,255,0) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    #main-nav ul {
        margin-top: 12px;
        width: 100%;
        position: relative;
    }

    #main-nav ul {
        margin-top: -6px!important;
    }

    #main-nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #main-nav>ul>li {
        padding-left: 0;
        padding-right: 10px;
        border-bottom: 1px solid #ffffff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    #main-nav>ul>li:last-of-type {
        border-bottom: 0;
        padding-bottom: 5px;
    }


    #main-nav ul li a {
        font-family: 'Josefin Sans', sans-serif;
        color: #fffefe;
        font-weight: bold;
        font-size: 15px;
        position: relative;
        z-index: 100;
        padding: 8px 0 8px 31px;
        display: block;
        float: left;
        width: 80%;
    }

    #main-nav>ul>li:hover>a {
        color: #ffffff;
    }

    .primaray {
        display: none;
    }

    .full-menu-link a{
        display: block;
        background: #ABAB66;
        padding: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 15px;
        color: #ffffff;
        margin: 0 0 5px 0;
        line-height: 17px;
        max-width: 120px;
    }

    .full-menu-link .fa.fa-close{
        display: none;
    }

    .full-menu-link{
        display: block;
        max-width: 108px;
    }

    .full-menu-link .fa.fa-bars, .full-menu-link .fa.fa-close.show{
        display: inline-block;
    }


    .primary-ul.open .primaray {
        display: block;
    }

    #utility-nav ul li a {
        font-size: 14px;
        color: #666666;
    }

    #utility-nav ul li a:hover {
        color: #050808;
    }

    .utility-nav-search {
        max-width: 150px;
    }

    #main-nav>ul#utility-nav-mobile>li:last-of-type{
        border-bottom: 1px solid #ffffff;
    }

    /* start subnavigation */    
    #main-nav>ul>li:hover>ul, #main-nav>ul>li:hover>ul>li>ul {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        display: none;
    }

    ul.secondary-ul.utility-children-children-open {
        opacity: 1!important;
        -webkit-transform: scale(1)!important;
                transform: scale(1)!important;
        display: block!important;
    }

    #main-nav>ul>li:hover .nav-promo-circle {
        opacity: 0;
        -webkit-transform: scale(0) rotate(0deg);
                transform: scale(0) rotate(0deg);
        display: none;
    }

    #main-nav>ul>li.children-open ul, #main-nav>ul>li.children-open>ul>li>ul {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        display: block;
    }

    #main-nav>ul>li>ul {
        position: relative;
        background-color: transparent;
        height: auto;
        width: 100%;
        z-index: 60;
        border-radius: 0;
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        box-shadow: none;
        -webkit-transform: scale(0);
                transform: scale(0);
        display: none;
    }

    #main-nav>ul>li>ul.medium-circle-nav {
        width: 100%!important;
        height: auto!important;
        margin-left: 0;
        padding-left: 0;
    }

    #main-nav>ul>li>ul.small-circle-nav{
        width: 100%!important;
        height: auto!important;
        margin-left: 0;
        padding-left: 0;
    }

    #main-nav>ul>li>ul.largest-circle-nav {
        width: 100%!important;
        height: auto!important;
        margin-left: 0;
        padding-left: 0;
    }

    #main-nav>ul>li:last-of-type>ul {
        margin-left: 0;
    }

    #main-nav>ul>li>ul>li a {
        color: #ffffff;
        font-weight: 600;
    }

    #main-nav>ul>li>ul>li:hover>a, #main-nav>ul>li>ul>li>ul>li:hover>a {
        color: #FFFFFF;
    }

    /* li.secondary {
        width: 50%;
        float: left;
    } */

    /* start tertiary */

    #main-nav>ul>li.children-open>ul>li>ul {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        display: none;
    }

    #main-nav>ul>li.children-open>ul>li.children-children-open>ul{
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        display: block;
    }

    #main-nav>ul>li>ul>li>ul>li {
        padding-left: 20px;
    }

    #main-nav>ul>li>ul>li>ul>li>a {
        font-weight: 300;
        color: #ffffff;
    }

    #main-nav ul li a.active, #main-nav ul li.child-is-active > a {
        color: #ffffff;
    }

    i.second-i.fa.switch-icon-second.fa-caret-up {
        /* display: none; */
    }

    /* start mobile utility */

    #main-nav>ul#utility-nav-mobile {
        display: none;
    }

    #utility-nav-mobile{
        display: none;
        background: #5F487D;
    }

    #main-nav>ul#utility-nav-mobile.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
    }

    ul.social-icons-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .utility-nav-search.mobile {
        display: block;
        max-width: 180px;
        background: #ffffff;
    }

    .utility-nav-search {
        display: none;
    }

    li.social.nav-icons-fa {
        max-width: 25px;
    }

    /* start arrows show hide navigation */

    li.secondary {
        width: 100%;
        padding-right: 20px;
        clear: both;
    }

    a.down {
        text-align: right;
        margin: 0 20px 0 0;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
        display: block;
        float: right!important;
        width: 20px!important;
    }

    .secondary a.down{
        margin:  0 20px 0 0;
        width: 20px!important;
    }

    .mobile-wave-bottom {
        display: none;
    }

    .main-nav.open .mobile-wave-bottom {
        display: block;
        margin: -2px auto 0 auto;
        text-align: center;
    }

    .mobile-wave-bottom img {
        width: 100%;
        margin: 0 auto;
    }

    /* start wave header bkg img */
    .header-bottom-wave {
        height: 47px;
        background-position-y: -1px;
        margin: -41px auto 0 auto;
        z-index: 120;
    }

    /* start inside page left side nav items */
    .left-side-nav ul li a.active:after {
        z-index: 50;
    }

    /* start homepage school of arts */
    .art-image-content {
        margin-left: -400px;
    }

    .inside-page-text-content.large-8.medium-8.small-12 {
        flex-basis: 100%;
    }

}

/* Small Desktop Sizes (max-width of 1040px)*/
@media screen and (max-width: 1040px) {

    /* start footer email sign up */
    .newsletter-signup-text h2 {
        font-size: 15px;
    }

    .art-image-content {
        margin-left: -400px;
    }
}



/* Medium Tablet Sizes (max-width of 1000px)*/
@media screen and (max-width: 1000px) {
    
    /* start campaigns */
    .campaign-container{
        height: 350px;
    }

    .campaign-text-container {
        height: 340px;
        padding: 20px 30px;
        width: 35%;
    }

    .campaign-text-container .large-thick-white-title{
        font-size: 30px;
        line-height: 34px;
    }

    .campaign-text-container .title-sm-gray{
        font-size: 18px;
        line-height: 22px;
    }

    .campaign-text-container .bucket-button-purple {
        max-width: 140px;
        font-size: 14px;
    }

    /* start index items */
    /* start school of arts */
    .art-image-content {
        background: transparent;
    }

    .circle-logo-graphic img {
        width: 130px;
        height: 130px;
    }

    .art-image-content {
        background-image: none!important;
    }

    /* start weddings main content */
    .weddings-main-content {
        margin-top: -110px;
    }

    .wedding-text-container .large-thick-white-title {
        font-size: 22px;
        line-height: 24px;
        margin: 5px 0;
    }

    .wedding-text-container {
        padding: 0 17px 20px 17px;
    }

    .gray-rect-button-dark {
        font-size: 10px;
    }

    /* start horizontal buckets */
    .horizontal-buckets-wave-top{
        margin-top: -25px;
    }

    .horizontal-buckets-main-content {
        padding: 0 30px 100px 30px;
    }

    .single-horizontal-bucket {
        padding: 0px 10px 35px 10px;
    }

    .bucket-content-centered img {
        width: 190px;
    }

    .small-purple-header {
        font-size: 16px;
    }

    /* start footer partner logos */
    .partner-logos-footer img:nth-of-type(1) {
        max-width: 45px;
        max-height: 60px;
    }
    .partner-logos-footer img:nth-of-type(2) {
        max-width: 65px;
        max-height: 50px;
    }
    .partner-logos-footer img:nth-of-type(3) {
        max-width: 90px;
        max-height: 43px;
    }

    /* start email signup */
    .newsletter-signup-text h2 {
        font-size: 11px;
        line-height: 14px;
    }

    .email-icon {
        margin-top: 4px;
    }

    .email-icon img {
        width: 20px;
    }

    .email-submit-container input#email {
        height: 20px;
    }

    .newsletter-signup-text {
        padding: 8px 12%;
    }

    .email-submit-container {
        padding: 10px 10px 10px 10px;
        margin-top: -8px;
    }

    .email-submit-container .submit-button {
        font-size: 10px;
        padding: 6px 18px;
        height: 24px;
    }

    /* start footer map */

    .map-and-directions-container {
        min-height: 100px;
    }

    .schauer-logo-map {
        display: none;
    }

    .directions-right .small-gray-italics {
        display: none;
    }

    .directions-right {
        position: absolute;
        right: 25%;
        margin-top: 40px;
    }

    /* start footer links */

    .footer-address-mobile{
        display: block;
    }

    .footer-nav ul ul {
        display: none;
    }

    .site-map-nav-container {
        display: block;
	min-height: 327px;
        width: 100%;
        margin: 0!important;
	background-color: #5b447a;
    }

    .footer-nav-and-logos-left {
        display: block;
        float: left;
        width: 70%;
        min-height: 270px;
    }

    .footer-address-mobile {
        display: block;
        float: left;
        width: 25%;
        padding: 20px 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    nav.footer-nav {
        display: block;
        float: left;
        width: 75%;
        padding: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .footer-nav>ul {
        float: left;
        width: 50%;
    }

    .footer-contact-and-logos.large-2 {
        display: block;
        clear: both;
    }

    .contant-and-copywright {
        float: left;
        display: none;
    }

    .partner-logos-footer {
        display: block;
        float: left;
        margin-top: 20px;
    }

    .footer-quick-links-right {
        display: block;
        float: left;
        width: 30%;
        min-height: 270px;
    }

    .footer-nav>ul>li>a {
        font-size: 13px;
        margin-bottom: 17px;
        text-transform: uppercase;
    }

    .footer-address-mobile .tiny-italics-gray{
        color: #ffffff;
        line-height: 16px;
    }

    .footer-quick-links-nav {
        padding: 30px 0 20px 0;
    }

    .byte-link {
        margin-top: 40px;
    }

    /* start inside page content*/
    .left-side-nav ul{
        /* display: none; */
    }

    .inside-page-text-content {
        padding-left: 40px;
    }

    .wave_photo {
        height: 100px;
    }

    .wave-bottom-graphic {
        bottom: -6px;
    }

    /* start right buckets */

    .inside-page-right-buckets {
        margin-top: 50px;
        padding-left: 40px;
    }

    .bucket-container, .bucket-call-to-action {
        padding-bottom: 50px;
        width: 38%;
        float: left;
        margin: 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .single-horizontal-bucket .bucket-container{
        width: 100%;
        margin: 0;
    }
    
}


/* Medium and up (max width of 1024px)*/
@media screen and (max-width: 1100px) {
	/*start rows and flexing grid*/
	/* .row { margin: 0 calc( -1 * .5rem); } */
	/* .row > *, .row > .row { margin: .5rem; } */
	/* .row > .row:not(.no-row-padding) { padding: .5rem; } */
	/* .row .no-row-padding { margin: calc( -1 * (.5rem + 0.5em)); } */
	/*start row without padding*/
	.row > .medium-1{ -ms-flex-preferred-size: calc(  8.33333% - ( .5rem * 2)); flex-basis: calc(  8.33333% - ( .5rem * 2));}
	.row > .medium-2{ -ms-flex-preferred-size: calc(  16.66667% - ( .5rem * 2)); flex-basis: calc(  16.66667% - ( .5rem * 2));}
	.row > .medium-3{ -ms-flex-preferred-size: calc(  25% - ( .5rem * 2)); flex-basis: calc(  25% - ( .5rem * 2));}
	.row > .medium-4{ -ms-flex-preferred-size: calc(  33.33333% - ( .5rem * 2)); flex-basis: calc(  33.33333% - ( .5rem * 2));}
	.row > .medium-5{ -ms-flex-preferred-size: calc(  41.66667% - ( .5rem * 2)); flex-basis: calc(  41.66667% - ( .5rem * 2));}
	.row > .medium-6{ -ms-flex-preferred-size: calc(  50% - ( .5rem * 2)); flex-basis: calc(  50% - ( .5rem * 2));}
	.row > .medium-7{ -ms-flex-preferred-size: calc(  58.33333% - ( .5rem * 2)); flex-basis: calc(  58.33333% - ( .5rem * 2));}
	.row > .medium-8{ -ms-flex-preferred-size: calc(  66.66667% - ( .5rem * 2)); flex-basis: calc(  66.66667% - ( .5rem * 2));}
	.row > .medium-9{ -ms-flex-preferred-size: calc(  75% - ( .5rem * 2)); flex-basis: calc(  75% - ( .5rem * 2));}
	.row > .medium-10{ -ms-flex-preferred-size: calc(  83.33333% - ( .5rem * 2)); flex-basis: calc(  83.33333% - ( .5rem * 2));}
	.row > .medium-11{ -ms-flex-preferred-size: calc(  91.66667% - ( .5rem * 2)); flex-basis: calc(  91.66667% - ( .5rem * 2));}
	.row > .medium-12{ -ms-flex-preferred-size: calc(  100% - ( .5rem * 2)); flex-basis: calc(  100% - ( .5rem * 2));}
		
	/*start row with small gutter*/
	.row.small-gutter { margin: 0 calc( -1 * .125rem); }
	.row.small-gutter > hr { margin: .125rem; margin-top: -.5px; margin-bottom: -.5px; }
	.row.small-gutter > hr.vertical { margin: .125rem; margin-left: -.5px; margin-right: -.5px; }
	.row.small-gutter > *, .row.small-gutter > .row { margin: .125rem; }
	.row.small-gutter > .row:not(.no-row-padding) { padding: gValue; }
	.row.small-gutter .no-row-padding { margin: calc( -1 * (.125rem + 0.5em)); }
	.row.small-gutter > .medium-1 { -ms-flex-preferred-size: calc( 8.33333% - ( .125rem * 2)); flex-basis: calc( 8.33333% - ( .125rem * 2)); max-width: calc( 8.33333% - ( .125rem * 2)); }
	.row.small-gutter > .medium-2 { -ms-flex-preferred-size: calc( 16.66667% - ( .125rem * 2)); flex-basis: calc( 16.66667% - ( .125rem * 2)); max-width: calc( 16.66667% - ( .125rem * 2)); }
	.row.small-gutter > .medium-3 { -ms-flex-preferred-size: calc( 25% - ( .125rem * 2)); flex-basis: calc( 25% - ( .125rem * 2)); max-width: calc( 25% - ( .125rem * 2)); }
	.row.small-gutter > .medium-4 { -ms-flex-preferred-size: calc( 33.33333% - ( .125rem * 2)); flex-basis: calc( 33.33333% - ( .125rem * 2)); max-width: calc( 33.33333% - ( .125rem * 2)); }
	.row.small-gutter > .medium-5 { -ms-flex-preferred-size: calc( 41.66667% - ( .125rem * 2)); flex-basis: calc( 41.66667% - ( .125rem * 2)); max-width: calc( 41.66667% - ( .125rem * 2)); }
	.row.small-gutter > .medium-6 { -ms-flex-preferred-size: calc( 50% - ( .125rem * 2)); flex-basis: calc( 50% - ( .125rem * 2)); max-width: calc( 50% - ( .125rem * 2)); }
	.row.small-gutter > .medium-7 { -ms-flex-preferred-size: calc( 58.33333% - ( .125rem * 2)); flex-basis: calc( 58.33333% - ( .125rem * 2)); max-width: calc( 58.33333% - ( .125rem * 2)); }
	.row.small-gutter > .medium-8 { -ms-flex-preferred-size: calc( 66.66667% - ( .125rem * 2)); flex-basis: calc( 66.66667% - ( .125rem * 2)); max-width: calc( 66.66667% - ( .125rem * 2)); }
	.row.small-gutter > .medium-9 { -ms-flex-preferred-size: calc( 75% - ( .125rem * 2)); flex-basis: calc( 75% - ( .125rem * 2)); max-width: calc( 75% - ( .125rem * 2)); }
	.row.small-gutter > .medium-10 { -ms-flex-preferred-size: calc( 83.33333% - ( .125rem * 2)); flex-basis: calc( 83.33333% - ( .125rem * 2)); max-width: calc( 83.33333% - ( .125rem * 2)); }
	.row.small-gutter > .medium-11 { -ms-flex-preferred-size: calc( 91.66667% - ( .125rem * 2)); flex-basis: calc( 91.66667% - ( .125rem * 2)); max-width: calc( 91.66667% - ( .125rem * 2)); }
	.row.small-gutter > .medium-12 { -ms-flex-preferred-size: calc( 100% - ( .125rem * 2)); flex-basis: calc( 100% - ( .125rem * 2)); max-width: calc( 100% - ( .125rem * 2)); }
	.row.small-gutter > .medium-1.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 8.33333% + ( 0.5em * 2)); flex-basis: calc( 8.33333% + ( 0.5em * 2)); max-width: calc( 8.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-2.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 16.66667% + ( 0.5em * 2)); flex-basis: calc( 16.66667% + ( 0.5em * 2)); max-width: calc( 16.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-3.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 25% + ( 0.5em * 2)); flex-basis: calc( 25% + ( 0.5em * 2)); max-width: calc( 25% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-4.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 33.33333% + ( 0.5em * 2)); flex-basis: calc( 33.33333% + ( 0.5em * 2)); max-width: calc( 33.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-5.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 41.66667% + ( 0.5em * 2)); flex-basis: calc( 41.66667% + ( 0.5em * 2)); max-width: calc( 41.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-6.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 50% + ( 0.5em * 2)); flex-basis: calc( 50% + ( 0.5em * 2)); max-width: calc( 50% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-7.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 58.33333% + ( 0.5em * 2)); flex-basis: calc( 58.33333% + ( 0.5em * 2)); max-width: calc( 58.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-8.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 66.66667% + ( 0.5em * 2)); flex-basis: calc( 66.66667% + ( 0.5em * 2)); max-width: calc( 66.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-9.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 75% + ( 0.5em * 2)); flex-basis: calc( 75% + ( 0.5em * 2)); max-width: calc( 75% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-10.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 83.33333% + ( 0.5em * 2)); flex-basis: calc( 83.33333% + ( 0.5em * 2)); max-width: calc( 83.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-11.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 91.66667% + ( 0.5em * 2)); flex-basis: calc( 91.66667% + ( 0.5em * 2)); max-width: calc( 91.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .medium-12.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 100% + ( 0.5em * 2)); flex-basis: calc( 100% + ( 0.5em * 2)); max-width: calc( 100% + ( 0.5em * 2)); }
	.row.small-gutter > .offset-medium-0 { margin-left: calc((( 0 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-1 { margin-left: calc((( 1 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-2 { margin-left: calc((( 2 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-3 { margin-left: calc((( 3 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-4 { margin-left: calc((( 4 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-5 { margin-left: calc((( 5 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-6 { margin-left: calc((( 6 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-7 { margin-left: calc((( 7 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-8 { margin-left: calc((( 8 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-9 { margin-left: calc((( 9 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-10 { margin-left: calc((( 10 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-medium-11 { margin-left: calc((( 11 / 12 )*100%) + .125rem) !important; }
	/*start row with large gutter*/
	.row.large-gutter { margin: 0 calc( -1 * 1.5rem); }
	.row.large-gutter > hr { margin: 1.5rem; margin-top: -.5px; margin-bottom: -.5px; }
	.row.large-gutter > hr.vertical { margin: 1.5rem; margin-left: -.5px; margin-right: -.5px; }
	.row.large-gutter > *, .row.large-gutter > .row { margin: 1.5rem; }
	.row.large-gutter > .row:not(.no-row-padding) { padding: gValue; }
	.row.large-gutter .no-row-padding { margin: calc( -1 * (1.5rem + 0.5em)); }
	.row.large-gutter > .medium-1 { -ms-flex-preferred-size: calc( 8.33333% - ( 1.5rem * 2)); flex-basis: calc( 8.33333% - ( 1.5rem * 2)); max-width: calc( 8.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-2 { -ms-flex-preferred-size: calc( 16.66667% - ( 1.5rem * 2)); flex-basis: calc( 16.66667% - ( 1.5rem * 2)); max-width: calc( 16.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-3 { -ms-flex-preferred-size: calc( 25% - ( 1.5rem * 2)); flex-basis: calc( 25% - ( 1.5rem * 2)); max-width: calc( 25% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-4 { -ms-flex-preferred-size: calc( 33.33333% - ( 1.5rem * 2)); flex-basis: calc( 33.33333% - ( 1.5rem * 2)); max-width: calc( 33.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-5 { -ms-flex-preferred-size: calc( 41.66667% - ( 1.5rem * 2)); flex-basis: calc( 41.66667% - ( 1.5rem * 2)); max-width: calc( 41.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-6 { -ms-flex-preferred-size: calc( 50% - ( 1.5rem * 2)); flex-basis: calc( 50% - ( 1.5rem * 2)); max-width: calc( 50% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-7 { -ms-flex-preferred-size: calc( 58.33333% - ( 1.5rem * 2)); flex-basis: calc( 58.33333% - ( 1.5rem * 2)); max-width: calc( 58.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-8 { -ms-flex-preferred-size: calc( 66.66667% - ( 1.5rem * 2)); flex-basis: calc( 66.66667% - ( 1.5rem * 2)); max-width: calc( 66.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-9 { -ms-flex-preferred-size: calc( 75% - ( 1.5rem * 2)); flex-basis: calc( 75% - ( 1.5rem * 2)); max-width: calc( 75% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-10 { -ms-flex-preferred-size: calc( 83.33333% - ( 1.5rem * 2)); flex-basis: calc( 83.33333% - ( 1.5rem * 2)); max-width: calc( 83.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-11 { -ms-flex-preferred-size: calc( 91.66667% - ( 1.5rem * 2)); flex-basis: calc( 91.66667% - ( 1.5rem * 2)); max-width: calc( 91.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-12 { -ms-flex-preferred-size: calc( 100% - ( 1.5rem * 2)); flex-basis: calc( 100% - ( 1.5rem * 2)); max-width: calc( 100% - ( 1.5rem * 2)); }
	.row.large-gutter > .medium-1.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 8.33333% + ( 0.5em * 2)); flex-basis: calc( 8.33333% + ( 0.5em * 2)); max-width: calc( 8.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-2.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 16.66667% + ( 0.5em * 2)); flex-basis: calc( 16.66667% + ( 0.5em * 2)); max-width: calc( 16.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-3.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 25% + ( 0.5em * 2)); flex-basis: calc( 25% + ( 0.5em * 2)); max-width: calc( 25% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-4.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 33.33333% + ( 0.5em * 2)); flex-basis: calc( 33.33333% + ( 0.5em * 2)); max-width: calc( 33.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-5.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 41.66667% + ( 0.5em * 2)); flex-basis: calc( 41.66667% + ( 0.5em * 2)); max-width: calc( 41.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-6.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 50% + ( 0.5em * 2)); flex-basis: calc( 50% + ( 0.5em * 2)); max-width: calc( 50% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-7.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 58.33333% + ( 0.5em * 2)); flex-basis: calc( 58.33333% + ( 0.5em * 2)); max-width: calc( 58.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-8.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 66.66667% + ( 0.5em * 2)); flex-basis: calc( 66.66667% + ( 0.5em * 2)); max-width: calc( 66.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-9.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 75% + ( 0.5em * 2)); flex-basis: calc( 75% + ( 0.5em * 2)); max-width: calc( 75% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-10.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 83.33333% + ( 0.5em * 2)); flex-basis: calc( 83.33333% + ( 0.5em * 2)); max-width: calc( 83.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-11.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 91.66667% + ( 0.5em * 2)); flex-basis: calc( 91.66667% + ( 0.5em * 2)); max-width: calc( 91.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .medium-12.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 100% + ( 0.5em * 2)); flex-basis: calc( 100% + ( 0.5em * 2)); max-width: calc( 100% + ( 0.5em * 2)); }
	.row.large-gutter > .offset-medium-0 { margin-left: calc((( 0 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-1 { margin-left: calc((( 1 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-2 { margin-left: calc((( 2 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-3 { margin-left: calc((( 3 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-4 { margin-left: calc((( 4 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-5 { margin-left: calc((( 5 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-6 { margin-left: calc((( 6 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-7 { margin-left: calc((( 7 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-8 { margin-left: calc((( 8 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-9 { margin-left: calc((( 9 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-10 { margin-left: calc((( 10 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-medium-11 { margin-left: calc((( 11 / 12 )*100%) + 1.5rem) !important; } 

	/* start header */
	.site-logo img {
		width: 100%;
		max-width: 220px;
	}

	

	/* start main nav */
	#main-nav ul {
		margin-top: 12px;
    }
    
    /* start campaigns */
    .campaign-text-container .large-thick-white-title {
        font-size: 26px;
        line-height: 30px;
    }

	/* start events */
	.menu-categories.medium-1{
		-ms-flex-preferred-size: calc( 8.33333% - ( 20px));
		    flex-basis: calc( 8.33333% - ( 20px));
	}

	.menu-categories {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding-right: 3px;
	}

	.cat-list li {
		padding: 3px 8px;
		height: 24px;
	}

	.cat-list li a {
		font-size: 12px;
	}

	.events-content-slider-box.medium-11{
		-ms-flex-preferred-size: calc( 83.66667% - ( 20px));
		    flex-basis: calc( 83.66667% - ( 20px));
	}


	.events-images.medium-11 {
		-ms-flex-preferred-size: calc( 87.66667% - ( .5rem * 2));
		    flex-basis: calc( 87.66667% - ( .5rem * 2));
	}

	/* start events */
	.events-images {
		height: 190px;
	}

	.single-event {
        max-height: 220px;
        min-height: 200px;
        display: none;
        width: 222px;
    }

	.single-event.filtered, .show-all-events .single-event{
		display: block;
	}

	.cat-list li:hover:after, .cat-list li.active:after  {
		border-left: 7px solid #7C6A96;
		border-right: 7px solid rgba(162, 97, 97, 0);
		border-top: 12px solid rgba(255, 255, 255, 0);
		border-bottom: 12px solid rgba(255, 0, 0, 0);
		right: -14px;
	}


	.single-event .tiny-all-caps-gray {
		font-size: 13px;
	}

	.single-event .title-sm-gray {
		font-size: 16px;
		line-height: 16px;
    }
    
    /* start events calendar page */
    .right-side-area-holder {
        flex-basis: calc( 75% - ( .5rem * 2))!important;
    }

    /* buckets fix */
    .inside-page-text-content.large-8.medium-8.small-12 {
        flex-basis: 100%!important;
    }

    /* hide school of arts graphics */
    .art-image-content.large-7.medium-3.row {
        display: none;
    }
    
}

/* Small only (max-width of 940px)*/
@media screen and (max-width: 940px) {

    /* start home school of the arts */
    .art-image-content {
        margin-left: -200px;
    }
    /* start internal pages */
    .left-side-nav ul {
        display: none;
    }

    /* start page header title alignment */
    .page-header-banner .empty_header_gap, .page-header-image .empty_header_gap{
        display: none;
    }

    .page-header-banner .large-shadowed-white-title, .page-header-image .large-shadowed-white-title {
        padding-left: 30px;
    }

    /* start events calendar */
    .right-side-area-holder{
        flex-basis: 100%!important;
    }

    .cal-events-buckets .bucket-container, .cal-events-buckets .bucket-call-to-action {
        width: 100%;
    }

    /* start page bottom buckets */
    .individual-child-buttom-bucket{
        max-width: 150px;
    }

     /* start footer news signup */
     .newsletter-signup-text h2 {
        font-size: 10px;
    }
}

/* Small only (max-width of 740px)*/
@media screen and (max-width: 740px) {
    /* start campaigns */
    .campaign-image-link img{
        height: 350px;
    }

    .campaign-text-container .large-thick-white-title {
        font-size: 24px;
        line-height: 26px;
    }

    /* start footer email signup */
    .newsletter-signup-text {
        padding: 8px 3%;
    }

    /* start  footer nav */
    nav.footer-nav{
        display: none;
    }

    .footer-nav-and-logos-left {
        width: 40%;
    }

    .footer-quick-links-right {
        width: 60%;
    }

    .footer-address-mobile {
        width: 100%;
    }
}

/* Small only (max-width of 740px)*/
@media screen and (max-width: 600px) {

    .full-width-section {
        margin-top: -44px;
    }


    /* start calendar page */
    .bucket-container, .bucket-call-to-action {
        width: 100%;
        float: none;
        margin: 5% auto 5% auto;
    }

    .events-campaign-and-buckets .cal-events-buckets {
        padding-left: 0px;
    }

    .calendar-header h2 {
        font-size: 14px;
    }

    .first-type-filter, .second-type-filter {
        float: none;
        flex: none;
        max-width: 100%;
    }

    td.calendar-day .event_item_date .day {
        font-size: 38px;
        margin-top: 18px;
    }

    .list-view td.calendar-day .event_item_date p {
        margin-top: 4px;
    }

    td.calendar-day .event_item span.time-show {
        font-family: 'Josefin Sans', sans-serif;
    }

    .calview {
        display: none;
    }

    .calendar-performances {
        max-width: 45%;
    }

    .calendar-title {
        max-width: 55%;
    }

    .calendar-header a .fa {
        padding: 0 0px 0 0px;
    }
}

/* Small only (max-width of 639px)*/
@media screen and (max-width: 639px) {

	/*start rows and flexing grid*/
	.row { margin: 0 calc( -1 * .5rem); }
	/* .row > *, .row > .row { margin: .5rem; } */
	.row > .row:not(.no-row-padding) { padding: .5rem; }
	.row .no-row-padding { margin: calc( -1 * (.5rem + 0.5em)); }
	/*start row with padding*/
	.row > .small-1 { -ms-flex-preferred-size: calc(  8.33333% - ( .5rem * 2)); flex-basis: calc(  8.33333% - ( .5rem * 2));}
	.row > .small-2 { -ms-flex-preferred-size: calc(  16.66667% - ( .5rem * 2)); flex-basis: calc(  16.66667% - ( .5rem * 2));}
	.row > .small-3g { -ms-flex-preferred-size: calc(  25% - ( .5rem * 2)); flex-basis: calc(  25% - ( .5rem * 2));}
	.row > .small-4 { -ms-flex-preferred-size: calc(  33.33333% - ( .5rem * 2)); flex-basis: calc(  33.33333% - ( .5rem * 2));}
	.row > .small-5 { -ms-flex-preferred-size: calc(  41.66667% - ( .5rem * 2)); flex-basis: calc(  41.66667% - ( .5rem * 2));}
	.row > .small-6 { -ms-flex-preferred-size: calc(  50% - ( .5rem * 2)); flex-basis: calc(  50% - ( .5rem * 2));}
	.row > .small-7 { -ms-flex-preferred-size: calc(  58.33333% - ( .5rem * 2)); flex-basis: calc(  58.33333% - ( .5rem * 2));}
	.row > .small-8 { -ms-flex-preferred-size: calc(  66.66667% - ( .5rem * 2)); flex-basis: calc(  66.66667% - ( .5rem * 2));}
	.row > .small-9 { -ms-flex-preferred-size: calc(  75% - ( .5rem * 2)); flex-basis: calc(  75% - ( .5rem * 2));}
	.row > .small-10 { -ms-flex-preferred-size: calc(  83.33333% - ( .5rem * 2)); flex-basis: calc(  83.33333% - ( .5rem * 2));}
	.row > .small-11 { -ms-flex-preferred-size: calc(  91.66667% - ( .5rem * 2)); flex-basis: calc(  91.66667% - ( .5rem * 2));}
	.row > .small-12 { -ms-flex-preferred-size: calc(  100% - ( .5rem * 2)); flex-basis: calc(  100% - ( .5rem * 2));}
	/*start row with small gutter*/
	.row.small-gutter { margin: 0 calc( -1 * .125rem); }
	.row.small-gutter > hr { margin: .125rem; margin-top: -.5px; margin-bottom: -.5px; }
	.row.small-gutter > hr.vertical { margin: .125rem; margin-left: -.5px; margin-right: -.5px; }
	.row.small-gutter > *, .row.small-gutter > .row { margin: .125rem; }
	.row.small-gutter > .row:not(.no-row-padding) { padding: gValue; }
	.row.small-gutter .no-row-padding { margin: calc( -1 * (.125rem + 0.5em)); }
	.row.small-gutter > .small-1 { -ms-flex-preferred-size: calc( 8.33333% - ( .125rem * 2)); flex-basis: calc( 8.33333% - ( .125rem * 2)); max-width: calc( 8.33333% - ( .125rem * 2)); }
	.row.small-gutter > .small-2 { -ms-flex-preferred-size: calc( 16.66667% - ( .125rem * 2)); flex-basis: calc( 16.66667% - ( .125rem * 2)); max-width: calc( 16.66667% - ( .125rem * 2)); }
	.row.small-gutter > .small-3 { -ms-flex-preferred-size: calc( 25% - ( .125rem * 2)); flex-basis: calc( 25% - ( .125rem * 2)); max-width: calc( 25% - ( .125rem * 2)); }
	.row.small-gutter > .small-4 { -ms-flex-preferred-size: calc( 33.33333% - ( .125rem * 2)); flex-basis: calc( 33.33333% - ( .125rem * 2)); max-width: calc( 33.33333% - ( .125rem * 2)); }
	.row.small-gutter > .small-5 { -ms-flex-preferred-size: calc( 41.66667% - ( .125rem * 2)); flex-basis: calc( 41.66667% - ( .125rem * 2)); max-width: calc( 41.66667% - ( .125rem * 2)); }
	.row.small-gutter > .small-6 { -ms-flex-preferred-size: calc( 50% - ( .125rem * 2)); flex-basis: calc( 50% - ( .125rem * 2)); max-width: calc( 50% - ( .125rem * 2)); }
	.row.small-gutter > .small-7 { -ms-flex-preferred-size: calc( 58.33333% - ( .125rem * 2)); flex-basis: calc( 58.33333% - ( .125rem * 2)); max-width: calc( 58.33333% - ( .125rem * 2)); }
	.row.small-gutter > .small-8 { -ms-flex-preferred-size: calc( 66.66667% - ( .125rem * 2)); flex-basis: calc( 66.66667% - ( .125rem * 2)); max-width: calc( 66.66667% - ( .125rem * 2)); }
	.row.small-gutter > .small-9 { -ms-flex-preferred-size: calc( 75% - ( .125rem * 2)); flex-basis: calc( 75% - ( .125rem * 2)); max-width: calc( 75% - ( .125rem * 2)); }
	.row.small-gutter > .small-10 { -ms-flex-preferred-size: calc( 83.33333% - ( .125rem * 2)); flex-basis: calc( 83.33333% - ( .125rem * 2)); max-width: calc( 83.33333% - ( .125rem * 2)); }
	.row.small-gutter > .small-11 { -ms-flex-preferred-size: calc( 91.66667% - ( .125rem * 2)); flex-basis: calc( 91.66667% - ( .125rem * 2)); max-width: calc( 91.66667% - ( .125rem * 2)); }
	.row.small-gutter > .small-12 { -ms-flex-preferred-size: calc( 100% - ( .125rem * 2)); flex-basis: calc( 100% - ( .125rem * 2)); max-width: calc( 100% - ( .125rem * 2)); }
	.row.small-gutter > .small-1.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 8.33333% + ( 0.5em * 2)); flex-basis: calc( 8.33333% + ( 0.5em * 2)); max-width: calc( 8.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .small-2.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 16.66667% + ( 0.5em * 2)); flex-basis: calc( 16.66667% + ( 0.5em * 2)); max-width: calc( 16.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .small-3.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 25% + ( 0.5em * 2)); flex-basis: calc( 25% + ( 0.5em * 2)); max-width: calc( 25% + ( 0.5em * 2)); }
	.row.small-gutter > .small-4.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 33.33333% + ( 0.5em * 2)); flex-basis: calc( 33.33333% + ( 0.5em * 2)); max-width: calc( 33.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .small-5.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 41.66667% + ( 0.5em * 2)); flex-basis: calc( 41.66667% + ( 0.5em * 2)); max-width: calc( 41.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .small-6.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 50% + ( 0.5em * 2)); flex-basis: calc( 50% + ( 0.5em * 2)); max-width: calc( 50% + ( 0.5em * 2)); }
	.row.small-gutter > .small-7.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 58.33333% + ( 0.5em * 2)); flex-basis: calc( 58.33333% + ( 0.5em * 2)); max-width: calc( 58.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .small-8.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 66.66667% + ( 0.5em * 2)); flex-basis: calc( 66.66667% + ( 0.5em * 2)); max-width: calc( 66.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .small-9.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 75% + ( 0.5em * 2)); flex-basis: calc( 75% + ( 0.5em * 2)); max-width: calc( 75% + ( 0.5em * 2)); }
	.row.small-gutter > .small-10.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 83.33333% + ( 0.5em * 2)); flex-basis: calc( 83.33333% + ( 0.5em * 2)); max-width: calc( 83.33333% + ( 0.5em * 2)); }
	.row.small-gutter > .small-11.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 91.66667% + ( 0.5em * 2)); flex-basis: calc( 91.66667% + ( 0.5em * 2)); max-width: calc( 91.66667% + ( 0.5em * 2)); }
	.row.small-gutter > .small-12.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 100% + ( 0.5em * 2)); flex-basis: calc( 100% + ( 0.5em * 2)); max-width: calc( 100% + ( 0.5em * 2)); }
	.row.small-gutter > .offset-small-0 { margin-left: calc((( 0 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-1 { margin-left: calc((( 1 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-2 { margin-left: calc((( 2 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-3 { margin-left: calc((( 3 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-4 { margin-left: calc((( 4 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-5 { margin-left: calc((( 5 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-6 { margin-left: calc((( 6 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-7 { margin-left: calc((( 7 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-8 { margin-left: calc((( 8 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-9 { margin-left: calc((( 9 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-10 { margin-left: calc((( 10 / 12 )*100%) + .125rem) !important; }
	.row.small-gutter > .offset-small-11 { margin-left: calc((( 11 / 12 )*100%) + .125rem) !important; }
	/*start row with large gutter*/
	.row.large-gutter { margin: 0 calc( -1 * 1.5rem); }
	.row.large-gutter > hr { margin: 1.5rem; margin-top: -.5px; margin-bottom: -.5px; }
	.row.large-gutter > hr.vertical { margin: 1.5rem; margin-left: -.5px; margin-right: -.5px; }
	.row.large-gutter > *, .row.large-gutter > .row { margin: 1.5rem; }
	.row.large-gutter > .row:not(.no-row-padding) { padding: gValue; }
	.row.large-gutter .no-row-padding { margin: calc( -1 * (1.5rem + 0.5em)); }
	.row.large-gutter > .small-1 { -ms-flex-preferred-size: calc( 8.33333% - ( 1.5rem * 2)); flex-basis: calc( 8.33333% - ( 1.5rem * 2)); max-width: calc( 8.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-2 { -ms-flex-preferred-size: calc( 16.66667% - ( 1.5rem * 2)); flex-basis: calc( 16.66667% - ( 1.5rem * 2)); max-width: calc( 16.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-3 { -ms-flex-preferred-size: calc( 25% - ( 1.5rem * 2)); flex-basis: calc( 25% - ( 1.5rem * 2)); max-width: calc( 25% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-4 { -ms-flex-preferred-size: calc( 33.33333% - ( 1.5rem * 2)); flex-basis: calc( 33.33333% - ( 1.5rem * 2)); max-width: calc( 33.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-5 { -ms-flex-preferred-size: calc( 41.66667% - ( 1.5rem * 2)); flex-basis: calc( 41.66667% - ( 1.5rem * 2)); max-width: calc( 41.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-6 { -ms-flex-preferred-size: calc( 50% - ( 1.5rem * 2)); flex-basis: calc( 50% - ( 1.5rem * 2)); max-width: calc( 50% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-7 { -ms-flex-preferred-size: calc( 58.33333% - ( 1.5rem * 2)); flex-basis: calc( 58.33333% - ( 1.5rem * 2)); max-width: calc( 58.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-8 { -ms-flex-preferred-size: calc( 66.66667% - ( 1.5rem * 2)); flex-basis: calc( 66.66667% - ( 1.5rem * 2)); max-width: calc( 66.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-9 { -ms-flex-preferred-size: calc( 75% - ( 1.5rem * 2)); flex-basis: calc( 75% - ( 1.5rem * 2)); max-width: calc( 75% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-10 { -ms-flex-preferred-size: calc( 83.33333% - ( 1.5rem * 2)); flex-basis: calc( 83.33333% - ( 1.5rem * 2)); max-width: calc( 83.33333% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-11 { -ms-flex-preferred-size: calc( 91.66667% - ( 1.5rem * 2)); flex-basis: calc( 91.66667% - ( 1.5rem * 2)); max-width: calc( 91.66667% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-12 { -ms-flex-preferred-size: calc( 100% - ( 1.5rem * 2)); flex-basis: calc( 100% - ( 1.5rem * 2)); max-width: calc( 100% - ( 1.5rem * 2)); }
	.row.large-gutter > .small-1.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 8.33333% + ( 0.5em * 2)); flex-basis: calc( 8.33333% + ( 0.5em * 2)); max-width: calc( 8.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .small-2.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 16.66667% + ( 0.5em * 2)); flex-basis: calc( 16.66667% + ( 0.5em * 2)); max-width: calc( 16.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .small-3.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 25% + ( 0.5em * 2)); flex-basis: calc( 25% + ( 0.5em * 2)); max-width: calc( 25% + ( 0.5em * 2)); }
	.row.large-gutter > .small-4.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 33.33333% + ( 0.5em * 2)); flex-basis: calc( 33.33333% + ( 0.5em * 2)); max-width: calc( 33.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .small-5.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 41.66667% + ( 0.5em * 2)); flex-basis: calc( 41.66667% + ( 0.5em * 2)); max-width: calc( 41.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .small-6.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 50% + ( 0.5em * 2)); flex-basis: calc( 50% + ( 0.5em * 2)); max-width: calc( 50% + ( 0.5em * 2)); }
	.row.large-gutter > .small-7.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 58.33333% + ( 0.5em * 2)); flex-basis: calc( 58.33333% + ( 0.5em * 2)); max-width: calc( 58.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .small-8.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 66.66667% + ( 0.5em * 2)); flex-basis: calc( 66.66667% + ( 0.5em * 2)); max-width: calc( 66.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .small-9.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 75% + ( 0.5em * 2)); flex-basis: calc( 75% + ( 0.5em * 2)); max-width: calc( 75% + ( 0.5em * 2)); }
	.row.large-gutter > .small-10.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 83.33333% + ( 0.5em * 2)); flex-basis: calc( 83.33333% + ( 0.5em * 2)); max-width: calc( 83.33333% + ( 0.5em * 2)); }
	.row.large-gutter > .small-11.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 91.66667% + ( 0.5em * 2)); flex-basis: calc( 91.66667% + ( 0.5em * 2)); max-width: calc( 91.66667% + ( 0.5em * 2)); }
	.row.large-gutter > .small-12.no-row-padding { margin: calc(( -1 * (0.5em))); -ms-flex-preferred-size: calc( 100% + ( 0.5em * 2)); flex-basis: calc( 100% + ( 0.5em * 2)); max-width: calc( 100% + ( 0.5em * 2)); }
	.row.large-gutter > .offset-small-0 { margin-left: calc((( 0 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-1 { margin-left: calc((( 1 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-2 { margin-left: calc((( 2 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-3 { margin-left: calc((( 3 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-4 { margin-left: calc((( 4 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-5 { margin-left: calc((( 5 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-6 { margin-left: calc((( 6 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-7 { margin-left: calc((( 7 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-8 { margin-left: calc((( 8 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-9 { margin-left: calc((( 9 / 12 )*100%) + 1.5rem) !important; }
	.row.large-gutter > .offset-small-10 { margin-left: calc((( 10 / 12 )*100%) + 1.5rem) !important; }
    .row.large-gutter > .offset-small-11 { margin-left: calc((( 11 / 12 )*100%) + 1.5rem) !important; } 
    
    /* start main nav */
    .row > .small-7 {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    }

   .row > .small-5 {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    }

    #utility-nav ul li a {
        font-size: 12px;
    }

	.site-map-nav-container {
	        display: block;
	        min-height: 271px;
	}

    /* start home events */
    .events-content-container-bkg {
        background-size: 190%;
    }

    /* start home school of the arts */
    .art-text-content {
        margin-top: 0px;
        margin-left: 0;
    }

    .art-image-content {
        overflow: initial;
    }

    .circle-logo-graphic {
        margin-top: -80px;
        margin-left: -50px;
        z-index: 100;
    }

    .art-classes-title {
        width: 50%;
    }

    .art-classes-wave-top {
        height: 50px;
    }

    .art-content-container {
        height: auto;
        padding-bottom: 50px;
    }

    .art-classes-title h1 {
        font-size: 30px;
        line-height: 32px;
    }

    /* start home weddings */
    .weddings-main-content {
        min-height: 450px;
        margin-top: -160px;
    }

    .wedding-photo-left {
        display: none;
    }

    .wedding-content-right-top {
        padding: 0rem .5rem;
    }

    /* start home horizontal buckets */
    .horizontal-buckets-container {
        background-size: 190%;
    }

    .horizontal-buckets-main-content .single-horizontal-bucket {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }

    .single-horizontal-bucket {
        max-width: 100%;
    }

    /* start home sponsors */
    .schauer-logo-carousel-pane img {
        width: 200px;
    }

    /* start events calendar styles */
    #calendar {
        border-spacing: 0 !important;
    }
    .cal-icon {
        display: none;
    }
    .calendar-row-head {
        display: none;
    }
    .event-details {
        display: block;
        clear: both;
    }
    .event-spacer {
        display: block;
        clear: both;
    }
    .event-spacer:last-child {
        display: none;
    }
    td.calendar-day .event_item a.event-link.tri:before {
        content: none;
    }
    td.calendar-day {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        width: 100% !important;
        height: auto !important;
    }

    td.calendar-day .event_item_date {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        color: black;
        text-shadow: 1px 1px 2px #fff;
        border: 1px solid #aaa;
    }
    td.calendar-day .event_item_date p {
        color: black;
        text-align: center;
    }

    td.calendar-day .event_item_date .day-of-week {
        display: none;
    }
    td.calendar-day .event_item_date .month {
        padding-top: 5px;
        display: block;
    }
    td.calendar-day .event_item_date .day {
    }


    td.calendar-day .event_item {
        display: table-row;
        width: 100%;
    }
    td.calendar-day .event_item a {
        font-size: 25px;
        text-decoration: none;
        line-height: 30px;
    }
    td.calendar-day .event_item span.time-show {
        color: #515151;
        font-size: 13px;
        font-weight: 400;
        font-family: 'halisr', serif;
        line-height: 10px;
    }

    td.calendar-day .event-details p {
        font-family: 'halisr', serif;
        color: #888;
    }
    td.calendar-day .event-details a {
        font-size: 12px;
        text-decoration: none;
        line-height: 12px;
    }
    td.calendar-day-np {
        display: none;
    }
    td.calendar-day-blank {
        display: none;
    }
    td.calendar-day:not(.has-events) {
        display: none;
    }
    .event-details, .list-view .show-preview, .list-view .show-preview img, .list-view .detail-date-header, 
    .list-view .event-details-content, .show-preview .event-details-desc , .show-preview .event-details-loc {
        display: none;
    }
    .event-day-toggle {
        display: none !important;
    }

	/****** Add Regular WYSIWYG Content for Small Here *******/
	.img_right_25, .img_left_25, .img_right_50, .img_left_50 {
		width: 100%;
		margin-bottom: 1em;
	}

	.img_left_25, .img_left_50, .img_right_25, .img_right_50, .img_full_width {
		width: 100%;
		float: none;
		margin: .5em auto 1em;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
    }
    

    /* start home weddings */
    .wedding-content-right {
        overflow: hidden;
        max-width: 100%;
        padding-right: 0!important;
    }

    .wedding-content-right-top {
        padding-right: 0!important;
    }

    .special-text-callout {
        background-size: auto 380px;
    }

    .special-text-right .large-purple-header {
        font-size: 18px;
        line-height: 26px;
    }

    table td {
        width: 100%;
        display: block;
    }

    /* start map and directions */
    .map-and-directions-container {
        background-size: 100% auto;
        background-position-x: -80px;
        background-position-y: -10px;
        width: 100%;
        padding: 0;
    }

    /* start footer links */
    .footer-quick-links-right img {
        width: 130px;
    }

    .footer-quick-links-nav {
        padding: 14px 0 20px 0;
    }

    .footer-quick-links-nav>ul>li>a {
        font-size: 16px;
    }

    .partner-logos-footer img {
        margin-right: 10px;
    }

    .footer-nav-and-logos-left {
        width: 60.25%;
        background-size: 280% 100%;
    }

    .footer-quick-links-right {
        width: 42%;
        float: right;
    }

    .partner-logos-footer {
        margin-top: 0px;
        margin-left: 20px;
    }

    .footer-address-mobile {
        padding: 20px 20px;
    }

    .footer-social-links-nav>ul>li {
        padding-left: 10px;
    }

    /* start page buckets */
    .bottom-children-page-buckets {
        display: block;
    }

    .individual-child-buttom-bucket {
        max-width: 100%;
        width: 60%;
    }

    .text-and-buckets-container {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: none;
        flex-wrap: wrap;
    }

    .inside-page-text-content {
        padding: 20px 0;
        box-sizing: border-box;
        display: block;
        flex: none;
        flex-wrap: wrap;
    }

    .page-bottom-child-buckets {
        margin-top: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .bottom-children-page-buckets {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: flex;
    }

    .individual-child-buttom-bucket {
        max-width: 170px;
        width: 60%;
        margin: 0 auto 10px auto;
    }

    .inside-page-text-content {
        padding: 20px;
        box-sizing: border-box;
    }

    /* room explorer */
    div#three-dee-explorer canvas {
        display: none;
    }
    /* current class listings */
    .each-event-listing {
        margin-bottom: 30px;
        /* border-bottom: 1px solid #E3E3E3; */
        padding-bottom: 50px;
        width: 100%;
    }

}

/* Small only (max-width of 570px)*/
@media screen and (max-width: 570px) {

    /* start page banner */
    .page-header-banner {
        width: 100%;
        margin: -46px 0 0 0;
    }
    

    .inside-pg-wave-top {
        height: 560px;
    }

    .page-header-image .page-header-text {
        top: 90px;
    }

    .page-header-banner .large-shadowed-white-title, .page-header-image .large-shadowed-white-title {
        padding-left: 13px;
    }

    .page-header-image {
        height: 190px;
        margin: 0 auto;
    }
    
    .inside-pg-wave-top {
        height: 38px;
        margin-top: -30px;
    }

    .header-bottom-wave{
        height: 40px;
    }

    .inside-page-text-content {
        padding-top: 0;
    }

    .full-width-section.internal-page-container {
        margin-top: -40px;
    }

    .individual-child-buttom-bucket {
        width: 50%;
        float: left;
    }

    .text-and-buckets-container {
        margin: 0;
        padding: 0;
    }

    .inside-page-text-content {
        padding: 0 0 0 20px;
    }

    /* start campaign */
    .campaign-text-container .large-thick-white-title {
        font-size: 20px;
        line-height: 23px;
    }

    /* start home events */
    .cat-list {
/*         display: none; */
		flex-basis: calc( 40% - ( 20px)) !important;
		margin-top: 10px;
    }
    .art-text-content.show {
	    margin-left: 10px;
    }

    .mobile-only-events-button {
        display: block;
        width: 40%;
        float: left;
        margin-top: 20px;
    }

    .events-slider-bar {
        display: none;
    }

    .events-content-container .section-title h1 {
        float: left;
        width: 60%;
    }

    .events-content.row {
        clear: both;
    } 

    .events-content-slider-box {
        display: block;
        overflow: hidden;
        margin-left: 0;
        min-height: 440px;
    }

    .events-images {
        height: 280px;
        display: block;
        float: left;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .single-event {
        display: none;
        width: 48%;
        float: left;
        margin-right: 2%;
        min-height: 221px;
        min-width: 125px;
    }

    .events-content-slider-box.show-all-events{
        margin-left: 0;
    }

    .event-bkg-img {
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    /* start footer news sign up */

    .signup-form {
        margin: 0 auto;
        text-align: center;
        flex: none;
    }

    .newsletter-signup-bottom {
        position: relative;
        background: #a82724;
        height: 75px;
    }

    .newsletter-signup-text {
        padding: 8px 3%;
    }

    .newsletter-signup-text h2 {
        font-size: 10px;
        line-height: 10px;
    }

    .signup-bkg {
        display: none;
    }

    .email-submit-container input#email {
        width: 150px;
    }

    .email-submit-container.entered {
        margin-top: -3px;
    }

    /* start map */
    .directions-right {
        right: 10%;
        margin-top: 10px;
    }

    .map-and-directions-container {
        background-size: 140% auto;
        background-position-x: -80px;
        background-position-y: -10px;
        min-height: 60px;
    }

    /* start right buckets */
    .inside-page-right-buckets{
        padding: 0;
    }

    table {
        max-width: 300px;
    }
    
}

/* Small only (max-width of 510px)*/
@media screen and (max-width: 500px) {
    
    /* start main nav */
    .container {
        padding: 20px 20px 40px 20px;
    }

    .site-logo img {
        width: 120px;
    }

    .full-menu-link a {
        width: 95px;
        max-width: initial;
        float: right;
    }

    .page-header-right {
        max-width: 80px;
    }

    nav#main-nav {
        padding: 17px 0 0 0;
        margin-top: 35px;
    }

    .utility-nav-search.mobile {
        width: 105%;
    }

    /* start utility nav */
    #utility-nav ul{
        display: none;
    }

    .full-menu-link a {
        padding: 5px 2px;
        font-size: 12px;
        margin: 0;
        max-width: 85px;
    }

    #main-nav ul {
        margin-top: 20px!important;
    }

    /* start mobile quick links */
    .mobile-quick-links {
        display: block;
        z-index: 100;
        position: relative;
        margin-top: -37px;
        padding-top: 25px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(177,180,105,1)),color-stop(92%, rgba(159,154,95,1)),color-stop(94%, rgba(255,255,255,0)));
        background: linear-gradient(to bottom, rgba(177,180,105,1) 0%,rgba(159,154,95,1) 92%,rgba(255,255,255,0) 94%);
    }

    .quick-link-wave-bottom img {
        width: 100%;
    }

    .welcome-text {
        padding: 0 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
    }

    .welcome-text .tiny-all-caps-gray{
        color: #ffffff;
    }

    .mobile-quick-nav ul {
        display: table;
        padding-left: 25px;
        width: 100%;
    }

    .mobile-quick-nav ul li {
        list-style: none;
        width: 45%;
        float: left;
        margin-bottom: 10px;
        margin-right: 5%;
    }

    .mobile-quick-nav ul li a {
        background: #7C6A96;
        padding: 7px 5px 5px 5px;
        margin-bottom: -2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #ffffff;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
    }  

    ul.social-icons-mobile.medium-6.small-5{
        width: 40%;
    }

    .main-nav.open .mobile-wave-bottom {
        margin: -3px auto 0 auto;
    }

    #main-nav ul li a{
        padding: 8px 0 8px 15px;
    }

    ul.social-icons-mobile {
        padding-left: 7px;
    }

    /* start mobile nav search */
    .utility-nav-search.mobile {
        max-width: 200px;
    }

    /* start campaign */
    .campaign-container {
        margin-top: -25px;
        height: 250px;
    }

    .campaign-image {
        height: 250px;
    }

    .campaign-image-link img {
        width: auto;
        height: 250px;
    }

    .campaign-text-container{
        padding: 37px 13px;
        height: 250px;
    }

    .campaign-text-container .large-thick-white-title {
        font-size: 16px;
        line-height: 18px;
    }

    .campaign-text-container .title-sm-gray {
        font-size: 12px;
        line-height: 12px;
    }

    .series-logo img {
        width: 55px;
    }

    .campaign-text-container .bucket-button-purple {
        max-width: 90px;
        font-size: 9px;
        padding: 5px;
    }

    /* start events */
    .events-container-bkg {
        margin-top: -28px;
    }

    /* start sponsors */
    .schauer-logo-carousel-pane img {
        width: 190px;
        margin: 0 auto;
        padding-left: 0;
    }
    .gallery-container img {
        max-width: 240px;
    }

}


/* Small only (max-width of 510px)*/
@media screen and (max-width: 400px) {

    /* start mobile menu */
    nav#main-nav {
        margin-top: 36px;
        padding: 18px 0 0 0;
    }

    /* start main nav */
    .utility-nav-search.mobile {
        float: left;
        margin-left: 27px;
        width: 100%;
    }

    /* start events */
    .main-nav.open .mobile-wave-bottom {
        margin: -5px auto 0 auto;
    }

    /* start weddings */
    .horizontal-buckets-wave-top {
        margin-top: -50px;
    }
}

/* Small only (max-width of 510px)*/
@media screen and (max-width: 350px) {
}

/* Large only (min-width of 1290px)*/
@media screen and (min-width: 1290px) {
	/* start utility nav */
	.utility-nav-search {
		padding: 2px 5px;
		font-size: 15px;
	}

	#main-nav>ul>li {
		padding-left: 20px;
	}

	/* start main navigation */
	#main-nav ul li a {
		font-size: 16px;
	}

	.nav-events-container .small-purple-header {
		font-size: 17px;
		line-height: 22px;
	}

	.event-info-box .small-purple-header {
		font-size: 15px;
	}

	.nav-promo-circle{
		width: 260px;
		height: 260px;
	}

	#main-nav>ul>li>ul {
		height: 340px;
		width: 340px;
		margin-left: -85px;
		margin-top: -41px;
	}

	#main-nav>ul>li>ul.medium-circle-nav {
		width: 295px!important;
		height: 295px!important;
		margin-left: -60px;
		padding-left: 62px;
	}

	#main-nav>ul>li>ul.largest-circle-nav {
		width: 390px!important;
		height: 392px!important;
		margin-left: -110px;
		padding-left: 110px;
	}

	#main-nav>ul>li>ul.small-circle-nav {
		width: 210px!important;
		height: 210px!important;
		margin-left: -34px;
		padding-left: 34px;
	}

	#main-nav>ul>li:last-of-type > ul {
		margin-left: -84px;
		padding-left: 44px;
	}

	/* start events */
	.cat-list li {
		padding: 10px 12px;
		height: 36px;
	}

	.cat-list li a {
		font-size: 14px;
	}

	.cat-list li:hover:after, .cat-list li.active:after {
		content: '';
		height: 0px;
		width: 0;
		border-left: 12px solid #7C6A96;
		border-right: 12px solid rgba(162, 97, 97, 0);
		border-top: 18px solid rgba(255, 255, 255, 0);
		border-bottom: 18px solid rgba(255, 0, 0, 0);
		position: relative;
		top: 0;
		z-index: 100;
		position: absolute;
		right: -24px;
	}

	.events-content-container-bkg {
		max-width:100vw;
		overflow: hidden;
	}

	.events-images {
		height: 300px;
	}

	.single-event {
        display: none;
		min-height: 280px;
		min-width: 313px;
	}
	.single-event.filtered {
        display: block;
    }        
	/* start art classes */
	.art-menu.cat-list li:hover:after {
		border-left: 12px solid rgb(193, 32, 27);
		border-right: 12px solid rgba(162, 97, 97, 0);
		border-top: 18px solid rgba(255, 255, 255, 0);
		border-bottom: 18px solid rgba(255, 0, 0, 0);
		right: -24px;
	}

	.art-menu li.school-active a:after {
		content: '';
		height: 0px;
		width: 0;
		border-left: 12px solid #7C6A96;
		border-right: 12px solid rgba(162, 97, 97, 0);
		border-top: 18px solid rgba(255, 255, 255, 0);
		border-bottom: 18px solid rgba(255, 0, 0, 0);
		top: 0;
		z-index: 100;
		position: absolute;
		border-left: 12px solid rgb(193, 32, 27);
		border-right: 12px solid rgba(162, 97, 97, 0);
		border-top: 18px solid rgba(255, 255, 255, 0);
		border-bottom: 18px solid rgba(255, 0, 0, 0);
		right: -24px;
	}

	.art-content-container {
		height: 320px;
	}

	.art-text-content h2{
		font-size: 24px;
		line-height: 24px;
	}

	.art-text-content .tiny-italics-dark-gray {
		margin-top: 16px;
		margin-bottom: 2px;
	}

	.art-text-content .title-sm-dark-gray {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 0 5px;
	}

	.art-image-content {
		max-height: 420px;
		background-size: auto 680px;
	}

	/* start weddings */
	.wedding-text-container {
		top: 30%;
	}

	.wedding-text-button-box .large-thick-white-title {
		margin: 10px 0;
		font-size: 40px;
		line-height: 40px;
		font-weight: 500;
	}
	

	/* start home horizontal buckets */
	.horizontal-buckets-wave-top{
		margin-top: -45px;
	}

	.single-horizontal-bucket {
		padding: 0 15px 35px 15px;
	}

	.bucket-content-centered img {
		width: 100%;
	}

	.gold-gradient-box, .gold-gradient-box.gray {
		padding: 15px 10px 30px 10px;
	}

	/* start footer signup */
	.email-icon img {
		width: 40px;
		margin-top: 3px;
	}

	.newsletter-signup-text {
		padding: 15px 12%;
	}

	.newsletter-signup-text h2 {
		font-size: 21px;
		line-height: 24px;
		margin-top: 10px;
	}

	.emailinput {
		padding: 12px;
	}

	.submit-button {
		font-size: 13px;
		line-height: 15px;
		padding: 14px 21px;
	}

	.emailinput p {
		font-size: 16px;
	}

	/* start map and locations section */
	.site-map-nav-container {
		min-height: 340px;
	}

	.footer-contact-and-logos.large-2 {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.schauer-logo-map img {
		width: 280px;
	}

	/* start footer contact and logos bottom */
	.footer-nav-and-logos-left {
		padding: 20px 35px 10px 120px;
	}

	.footer-nav>ul>li>a {
		font-size: 24px;
	}

	.footer-nav>ul>li>ul>li>a {
		font-size: 16px;
		line-height: 22px;
	}

	.contant-and-copywright h3 {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.contant-and-copywright h3:last-of-type {
		margin-bottom: 0;
	}

	.partner-logos-footer {
		margin-top: -75px;
	}

	.partner-logos-footer img:nth-of-type(1) {
		max-width: 90px;
		max-height: 80px;
	}

	.partner-logos-footer img:nth-of-type(2) {
		max-width: 135px;
		max-height: 75px;
	}

	.partner-logos-footer img:nth-of-type(3) {
		max-width: 175px;
		max-height: 65px;
	}

	.footer-quick-links-right {
		padding: 35px 70px 0 0;
	}

	.footer-quick-links-right img {
		width: 200px;
	}

	.footer-quick-links-nav>ul>li>a {
		font-size: 20px;
		line-height: 22px;
	}

	.footer-quick-links-nav {
		padding: 48px 0;
	}

	.byte-link {
		font-size: 15px;
	}

	/* start internal pages content */

	/* start page banners */
	.page-header-banner {
        height: 130px;
        max-width: 1440px;
        background-size: 100% auto;
        margin: -44px auto 0 auto;
    }

	.page-header-banner .page-header-text {
		top: 33px;
	}

	/* start left nav */
	.inside-content-bkg .cat-list ul li:hover:after{
		right: -18px;
	}

	.inside-content-bkg .cat-list > ul > li > a {
		padding: 8px 12px 4px 12px;
		height: 36px;
	}

	.inside-content-bkg .cat-list > ul > li > ul > li > a{
		padding: 10px 12px 6px 12px;
        min-height: 36px;
        height: auto;
	}

	.left-side-nav ul > li > a.active:after {
		border-left: 12px solid #E3E3E3;
		border-right: 12px solid rgba(162, 97, 97, 0);
		border-top: 18px solid rgba(255, 255, 255, 0);
		border-bottom: 18px solid rgba(255, 0, 0, 0);
		right: -23px;
	}

	/* start right buckets */
	.bucket-container .small-purple-header {
		font-size: 22px;
		line-height: 24px;
		font-weight: normal;
	}

	.bucket-container .purple-arrow-button, .bucket-container .purple-arrow-button.gray {
		font-size: 12px;
		padding: 5px 12px;
	}

	.bucket-container .purple-arrow-button:after, .bucket-container .purple-arrow-button.gray:after {
		border-left: 7px solid #7C6A96;
		border-right: 7px solid rgba(162, 97, 97, 0);
		border-top: 11px solid rgba(255, 255, 255, 0);
		border-bottom: 11px solid rgba(255, 0, 0, 0);
	}

	.bucket-container .purple-arrow-button.gray:after{
		border-left: 7px solid #C1201B;
	}

	/* start weddings special */
	.special-text-callout {
		height: 460px;
	}

	.special-image-left-outer img {
		max-width: 300px;
		max-height: 550px;
	}

	

	/* start rent our space page */
	/* .floorplan-nav ul li a {
		font-size: 14px;
		padding: 5px 8px 3px 8px;
		line-height: 22px;
	} */
	
	/* .floorplan-nav ul li:hover:after, .floorplan-nav ul li.active:after {
		border-left: 11px solid #E3E3E3;
		border-right: 11px solid rgba(162, 97, 97, 0);
		border-top: 15px solid rgba(255, 255, 255, 0);
		border-bottom: 15px solid rgba(255, 0, 0, 0);
		right: -21px;
	} */

	.floorplan-description-text h2, .floorplan-description-cols h2, .photo-gallery-section h2{
		margin-left: 0;
		margin-bottom: 0;
		font-size: 20px;
		line-height: 24px;
	}

	.floorplan-description-text .paragraph-small-spaced, .floorplan-description-cols .paragraph-small-spaced {
		color: #6E598B;
		font-size: 13px;	
	}

	.desc-col {
		max-width: 25%;
	}




	/* start font styles */
	.large-shadowed-white-title {
		font-size: 38px;
		line-height: 40px;
	}

	.sub-white-title {
		font-size: 35px;
		line-height: 37px;
	}
	
	.small-purple-header {
		font-size: 36px;
		line-height: 38px;
		font-weight: normal;
	}

	.small-purple-italics {
		font-size: 18px;
		line-height: 22px;
	}

	.small-gray-italics {
		font-size: 15px;
		line-height: 19px;
	}

	.normal-white-title {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 16px;
	}
	
	.large-purple-header {
		font-size: 32px;
		line-height: 38px;
	}

	/* start links and buttons*/
	.gray-rect-button {
		padding: 10px 20px 6px 20px;
		font-size: 16px;
	}

	.gray-rect-button-dark {
		padding: 10px 20px 6px 20px;
		font-size: 16px;
	}

	.purple-arrow-button {
		font-size: 16px;
		padding: 7px 15px 5px 15px;
	}

	.purple-arrow-button:after {
		border-top: 14px solid rgba(255, 255, 255, 0);
		border-bottom: 14px solid rgba(255, 0, 0, 0);
	}
}

/* Largest only (min-width of 1414px)*/
@media screen and (min-width: 1100px) {
    .single-event {
        min-width: 280px;
        display: none;
    }
	.single-event.filtered {
        display: block;
    }        

}
/* Largest only (min-width of 1414px)*/
@media screen and (min-width: 1414px) {
	/* start events */
	.events-content-container-bkg {
		max-width: 1440px;
		overflow: hidden;
	}

	.single-event {
		min-height: 280px;
        max-width: 20%;
        min-width: 300px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
	}
}




