/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   NAVIGATION TEST
   ========================================================================== */

nav.menu-item {
	float: left;
	width: 22em;
	margin-right: 10em;
	text-align: right;
}

/* 		TEXT  		*/

nav.menu-item li a {
	margin: 0;
	padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.1em;
}

nav.menu-item ol a {
	color: #535154;
	text-decoration: none;
	list-style-type: none;
}

nav.menu-item li a {
	color: #535154;
	list-style: none;
	text-decoration: none;
}

/* 		ol STYLE /  TRANSITION		*/

nav.menu-item ol {
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.75em;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height .7s ease;
  -moz-transition: height .7s ease;
  -o-transition: height .7s ease;
  -ms-transition: height .7s ease;
  transition: height .7s ease;
}

nav.menu-item ol li a {
  font-size: 1.3em;
  font-weight: 400;
}

/* ========== 	HOVER ========== */

/*		DROP HEIGHT		*/

nav.menu-item ul li:hover ol {
	height: 30px;
}

nav.menu-item ul li#creativearts:hover ol {
	height: 193px;
}

/* 		HOVER COLOR 	*/

nav.menu-item li a:hover {
    color: #000;
}

nav.menu-item ol li a:hover {
	color: #b72647;
}
 
nav.menu-item .active a {
	color: #cccdcf;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    margin: 0;
}

html {
    background: url(/images/global/background.jpg) no-repeat bottom center fixed;
    background-color: #fafafa;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20em;
}

html, body {
    height: 100%;
}

body {
    font-size: 62.5%;
}

a {
    color: #1c75bc;
    text-decoration: underline;
}

a:hover {
    color: #5c5355;
}

.pageContainer {
    min-height: 100%;
    /* equal to footer height for sticky footer */
    margin-bottom: -15em;
    padding-bottom: 10em;
    /*background-image: url(../images/global/background.png);
    background-position: center bottom;
    background-repeat: repeat-x;*/
    min-width: 98em;
}

.pageContainer:after {
    content: "";
    display: block;
}

.siteFooter, .pageContainer:after {
    height: 8.3333em;
}

h1,
h2,
h3 {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2em;
}

.homeHeader,
.newsHeader {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 0;
}

.newsHeader a {
    color: #000;
    text-decoration: none;
}

p {
    font-size: 1.6em;
}

.container {

}

/* ==========================================================================
   SITE HEADER
   ========================================================================== */

.siteHeader {
    width: 94.5em;
    margin: 2em auto 0;
}

.siteHeader .logo {
    float: left;
}

.siteHeader nav ul {
    margin: 0;
    padding: 0;
}

.siteHeader nav.topNav {
    text-transform: uppercase;
    width: 52.5em;
    float: right;
    margin: 1.5em 0;
}

.siteHeader nav.topNav li {
    float: right;
    margin-right: 3em;
}

.siteHeader nav.topNav li.last {
    margin-right: 0;
}

.siteHeader nav.topNav a {
    color: #b72647;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
}

.siteHeader nav.topNav a:hover {
    color: #5c5355;
}

.siteHeader nav.mainNav {
    margin: 3em 0 2em;
    border-top: 1px solid #d4d4d4;
}

.siteHeader nav.mainNav ul {
    width: 95em;
    margin: 0 auto;
}

.siteHeader nav.mainNav li {
    float: left;
    padding: 0;
    border-right: 1px solid #d4d4d4;
    width: 18.5em;
    text-align: center;
}

.siteHeader nav.mainNav li.last {
    border: none;
}

.siteHeader nav.mainNav a {
    font-family: 'Times New Roman', serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #550b23;
    text-decoration: none;
}

.siteHeader nav.mainNav a:hover {
    color: #b72647;
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */

.siteFooter {
    font-family: 'Times New Roman', serif;
    font-size: 1.8em;
    color: #73112e;
    text-align: center;
    position: relative;
    min-width: 54.44em;
}

.siteFooter .footerText {
    position: relative;
    bottom: -4.5em;
}

.contentContainer {
    max-width: 121.5em;
    min-width: 98em;
    margin: 0 auto;
    text-align: left;
}
.calendar{
padding-top: 100px;
}

/* ==========================================================================
   BANNER
   ========================================================================== */


.banners {
    -webkit-box-shadow: 0 0 6px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 0 6px 0 rgba(50, 50, 50, 0.75);
    -o-box-shadow:      0 0 6px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         0 0 6px 0 rgba(50, 50, 50, 0.75);
}

.banners img {
    width: 100%;
}

.banners.flexslider {
    -webkit-box-shadow: 0 0 6px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 0 6px 0 rgba(50, 50, 50, 0.75);
    -o-box-shadow:      0 0 6px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         0 0 6px 0 rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    -o-border-radius:      0;
    border-radius:         0;
    border: none;
}

/* flexslider customizations */
.banners .flex-control-paging li a {
    width: 14px;
    height: 14px;
    background: #dadbdc;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    -o-border-radius:      0;
    border-radius:         0;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    -o-box-shadow:      none;
    box-shadow:         none;
}

.banners .flex-control-paging li a.flex-active {
    background: #929396;
}

.mainContentContainer {
    margin: 5em auto 0;
    width: 95em;
}

.mainContent {
    width: 58.75em;
}

.imageButtons
{
    margin-bottom: 1.25em;
    text-align: center;
}

.imageButtons .imageButton {
    margin: 0 0.5em 1em;
}

.imageButtons > :first-child .imageButton {
    margin-left: 0;
    float: left;
}

.imageButtons > :last-child .imageButton {
    margin-right: 0;
    float: right;
}

.imageButtons2
{
    margin-bottom: 1.25em;
    text-align: center;
}

.imageButtons2 .imageButton {
    margin: 0 0.5em 1em;
}

.imageButtons3
{
    text-align: center;
}

.imageButtons3 .imageButton {
    margin: 0 .5em;
}

.register_button {
    background: none repeat scroll 0 0 #990000;
    border: medium none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-bottom: 26px;
    padding: 8px;
font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2em;
}


/* ==========================================================================
   NEWS AND EVENTS
   ========================================================================== */
   
   
.newsAndEvents,
.newsAndEventsMoreLinks {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    margin: 3.5em auto 0;
    width: 95em;
    text-align: center;
}

.newsAndEvents h2 {
    color: #68676a;
    font-size: 2em;
}

.newsAndEvents .news {
    float: left;
    width: 62.5em;
    text-align: left;
}

.newsAndEvents .news .content,
.newsAndEvents .news .photo
{
    float: left;
}

.newsAndEvents .news .photo {
    margin: 0;
    max-width: 30em;
}

.newsAndEvents .newsTitle {
    margin-top: 0;
    font-size: 1.2em;
}

.newsAndEvents .newsContent {
    font-size: 1.4em;
    margin-left: 23.25em;
}

.newsAndEvents .newsContent p {
    margin-top: 0.5em;
    font-size: 1em;
}

.newsAndEvents .events {
    float: right;
    width: 30em;
    text-align: left;
}

.newsAndEvents .event {
    margin-bottom: 1.5em;
}

.newsAndEvents .eventDate {
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    float: left;
    width: 3.7em;
    text-align: right;
}

.newsAndEvents .eventDetails {
    font-size: 1.4em;
    margin: 0.1em 0 0 0.4em;
    float: left;
}

.newsAndEvents .eventTime {
    font-weight: 700;
    color: #68676a;
}

.newsAndEventsMoreLinks {
    margin-top: 0;
}

.newsAndEventsMoreLinks .news,
.newsAndEventsMoreLinks .events {
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
}

.newsAndEventsMoreLinks .news {
    float: left;
    width: 43.92em;
}

.newsAndEventsMoreLinks .events {
    float: right;
    width: 21.43em;
}

.newsAndEventsMoreLinks a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #b72647;
    text-decoration: none;
}

.newsAndEventsMoreLinks a:hover {
    color: #5c5355;
}

.mainContent {
    margin-bottom: 5em;
    font-size: 1.6em;
}

.interiorContent {
    width: 37.5em;
    float: left;
}

.mainContent h2 {
    margin-top: 0;
    font-size: 1.75em;
    color: #933e42;
}

.interiorContent h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75em;
    color: #535154;
    margin-bottom: 0.1em;
}

.interiorContent h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3125em;
    color: #ac2243;
    margin-bottom: 0.1em;
    text-transform: uppercase;
}

.interiorContent h4.light {
    margin-top: 0.25em;
    font-weight: 300;
    text-transform: none;
}

.interiorContent h5 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3125em;
    color: #535154;
    margin-bottom: 0.1em;
}

.interiorContent p,
.interiorContent ul {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.3125em;
}

.interiorContent ul {
    list-style: none;
}

.interiorContent ul li:before {
    content: "-";
    position: relative;
    left:-5px;
}

.interiorContent ul.bullets li:before {
    content: "•";
    color: #ac2243;
}

.interiorContent ul.bulletsNo li:before {
    color: #ac2243;
    text-decoration: none;
}

.interiorContent ul li {
    text-indent:-5px;
    padding-bottom: 0.5em;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
   

/* OLD SIDEBAR

nav.sidebar {
    float: left;
    width: 22em;
    margin-right: 10em;
    text-align: right;
}

nav.sidebar ul {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.1em;
}

nav.sidebar a {
    color: #535154;
    text-decoration: none;
}



nav.sidebar a:hover {
    color: #000;
}

*/

nav.sidebar .active a {
    color: #cccdcf;
}

nav.sidebar li.active a {
	color: #cccdcf;
}

nav.sidebar {
    float: left;
    width: 24em;
    margin-right: 10em;
    text-align: right;
}

nav.sidebar li a {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.1em;
}

nav.sidebar ol a {
    color: #535154;
    text-decoration: none;
}

nav.sidebar li a {
	color: #535154;
	list-style: none;
	text-decoration: none;
}

/* 		ol STYLE /  TRANSITION		*/

nav.sidebar ol {
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height .7s ease;
  -moz-transition: height .7s ease;
  -o-transition: height .7s ease;
  -ms-transition: height .7s ease;
  transition: height .7s ease;
}

nav.sidebar ol li a {
  font-size: 1.3em;
  font-weight: 400;
}

/* ========== 	HOVER ========== */

/*		DROP HEIGHT		*/

nav.sidebar ul li:hover ol {
	height: 30px;
}

nav.sidebar ul li#creativearts:hover ol {
	height: 100px;
}

nav.sidebar ul li#online_education:hover ol {
	height: 90px;
}

/* 		HOVER COLOR 	*/

nav.sidebar li a:hover {
    color: #000;
}

nav.sidebar ol li a:hover {
	color: #b72647;
}
 


/* ==========================================================================
   Page Specific Styles
   ========================================================================== */

.flexslider {
    font-weight: normal;
    line-height: normal;
    font-family: sans-serif;
}

.memberships img {
    margin-right: 2.5em;
}

table {
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-size: 1.3125em;
    font-weight: 300;
}

table.feeSchedule {
    width: 18em;
    margin-top: 1em;
}

table.feeSchedule td,
table.feeSchedule th {
    text-align: center;
}

table.feeSchedule th {
    font-weight: 700;
    color: #ac2243;
    text-transform: uppercase;
}

.bioGroup {
	padding-bottom:10px;
}
img.bio {
	float:left;
	padding-right: 15px;
	height: 160px;
	width:100px;
	
}

h4.bioName {
    text-transform: none;
}

h4.bioName2 {
    text-transform: none;
	color: #525154;
}

.bioTitle {
    color: #525154;
}

.bioTitle2 {
    color: #ac2243;
}

.bioItalic {
    font-style:italic;
    color: #525154;
}

.bioItalics {
    margin: 0;
    font-style:italic;
}

.bioDepartment {
    margin: 0;
    text-transform: uppercase;
}

.bioList {
    margin: 0;
    padding-left: 1.5em;
}

.bioList2 {
    margin: 0;
}

ul.bioList li:before {
    content: "";
    position: relative;
    left: 0;
}

ul.bioList li {
    text-indent: 0;
    padding-bottom: 0;
}

.faculty8-img {
	float: left;
	clear: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 45px;
}

.faculty7-img {
	float: left;
	clear: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 70px;
}

.faculty6-img {
	float: left;
	clear: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 90px;
}

.faculty5-img {
	float: left;
	clear: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.faculty-img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 78px;
}

.faculty1-img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 55px;
}

.faculty2-img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 85px;
}

.faculty3-img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 100px;
}

.faculty4-img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 112px;
}

.faculty_creative-img {
	float: right;
	clear: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.block8 {
	width: 230px;
	height: auto;
	display:inline-block;
	vertical-align: top;
	padding-right: 5px;
	text-align: right;
}

.block8 h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	color: black;
}

.block7 {
	width: 170px;
	height: auto;
	display:inline-block;
	vertical-align: top;
}

.block7 h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: black;
}

.block6 {
	width: 230px;
	height: auto;
	display:inline-block;
	padding-right: 5px;
	vertical-align: top;
}

.block6 h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: black;
}

.block5a {
	width: 170px;
	height: auto;
	display:inline-block;
	padding-right: 20px;
	vertical-align: top;
	text-align: center;
}

.block5a h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: black;
}

.block5 {
	width: 100px;
	height: auto;
	display:inline-block;
	padding-right: 20px;
	vertical-align: top;
	text-align: center;
}

.block5 h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: black;
}

.block4 {
	width: 700px;
	height: auto;
	vertical-align: top;
	margin: 0 auto;
}

.block3 {
	width: 500px;
	height: auto;
	display:inline-block;
	padding-right: 1px;
	vertical-align: top;
}

.block2 {
	width: 150px;
	height: auto;
	display:inline-block;
	padding-right: 10px;
	vertical-align: top;
}

.block2 h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: black;
}

.block {
	width: 220px;
	height: auto;
	display:inline-block;
	padding-right: 10px;
	vertical-align: top;
}


.block h8 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: #ac2243;
}						

.block h7 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
	color: black;
}


.interiorContent p1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
}	


.interiorContent p2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}	
	
.wrapperapp {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
					
										
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.indent {
    margin-left: 1.5em;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/*==============Excess Stuff=================*/
.ca {
	padding-bottom:20px
}
.ca a{
	color: #933e42;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
}
.ca a:hover {
	color:#4e4a4a;
}

.sponsors img {
padding: 1000px;
}
.asteric {
	color:#ac2243;
}

/*==============Accordion================*/
* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.accordion {
    dl {
        border:1px solid #ddd;
         &:after {
            content: "";
            display:block;
            height:1em;
            width:100%;
            background-color:darken(#38cc70, 10%);
        }
    }
    dt {
        >a {
          text-align:center;

          font-weight:700; 
          padding:2em;
          display:block;
          text-decoration:none;
          color:#fff;
          -webkit-transition:background-color 0.5s ease-in-out;
          
        }
      }
    dd {
        background-color:#eee;
        font-size:1em;
        line-height:1.5em;
        >p {
          padding:1em 2em 1em 2em;
        }
    }
}
.accordion {
    position:relative;
    background-color:#eee;
}

.accordionTitle {
 background-color:#38cc70; 
  &:before {
   content: "+";

   font-size:1.5em;
   line-height:0.5em;
   float:left; 
   @include transition(transform 0.3s ease-in-out);
  }
  &:hover {
    background-color:darken(#38cc70, 10%);
  }
}
.accordionTitleActive {
   background-color:darken(#38cc70, 10%);
    &:before {
       -webkit-transform:rotate(-225deg);
      -moz-transform:rotate(-225deg);
      transform:rotate(-225deg);
    }
}
.accordionItem {
    height:auto;
    overflow:hidden; 
    //SHAME: magic number to allow the accordion to animate
    @media all {
        max-height:50em;
        @include transition(max-height 1s);
    }
    @media screen and (min-width:48em) {
         max-height:15em;
         @include transition(max-height 0.5s);
    }
    
   
}
.accordionItemCollapsed {
    max-height:0;
}
.animateIn {
     -webkit-animation-name: accordionIn;
     -webkit-animation-duration: 0.65s;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-direction: normal;
     -webkit-animation-timing-function: ease-in-out;
     -webkit-animation-fill-mode: both;
     -webkit-animation-delay: 0s;
     -moz-animation-name: normal;
     -moz-animation-duration: 0.65s;
     -moz-animation-iteration-count: 1;
     -moz-animation-direction: alternate;
     -moz-animation-timing-function: ease-in-out;
     -moz-animation-fill-mode: both;
     -moz-animation-delay: 0s;
     animation-name: accordionIn;
     animation-duration: 0.65s;
     animation-iteration-count: 1;
     animation-direction: normal;
     animation-timing-function: ease-in-out;
     animation-fill-mode: both;
     animation-delay: 0s;
    
}
.animateOut {
    -webkit-animation-name: accordionOut;
     -webkit-animation-duration: 0.75s;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: ease-in-out;
     -webkit-animation-fill-mode:  both;
     -webkit-animation-delay: 0s;
     -moz-animation-name: accordionOut;
     -moz-animation-duration: 0.75s;
     -moz-animation-iteration-count: 1;
     -moz-animation-direction: alternate;
     -moz-animation-timing-function: ease-in-out;
     -moz-animation-fill-mode:  both;
     -moz-animation-delay: 0s;
     animation-name: accordionOut;
     animation-duration: 0.75s;
     animation-iteration-count: 1;
     animation-direction: alternate;
     animation-timing-function: ease-in-out;
     animation-fill-mode: both;
     animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
         0% {
                opacity: 0;
                -webkit-transform:scale(0.8);
               
        }

       100% {
                opacity:1;
                -webkit-transform:scale(1);
       }
}

@-moz-keyframes accordionIn {
        0% {
                opacity: 0;
                -moz-transform:scale(0.8);
               
        }

       100% {
                opacity:1;
                -moz-transform:scale(1);
       }
}

@keyframes accordionIn {
        0% {
               opacity: 0;
               transform:scale(0.8);
        }

       100% {
                opacity:1;
                transform:scale(1);
       }
}
@-webkit-keyframes accordionOut {
         0% {
                opacity: 1;
                -webkit-transform:scale(1);
               
        }

       100% {
                opacity:0;
                -webkit-transform:scale(0.8);
       }
}

@-moz-keyframes accordionOut {
        0% {
                opacity: 1;
                -moz-transform:scale(1);
               
        }

       100% {
                opacity:0;
                -moz-transform:scale(0.8);
       }
}

@keyframes accordionOut {
        0% {
                opacity: 1;
                transform:scale(1);
               
        }

       100% {
                opacity:0;
                transform:scale(0.8);
       }
}
