/* line 4, sass/master.scss */
body {
  background-color: #fff;
  background-image: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 13, sass/master.scss */
body,
p,
a,
ul li {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}

/* line 19, sass/master.scss */
p {
  line-height: 1.65em;
  margin: 5px 0px 20px;
}

/* line 23, sass/master.scss */
a {
  color: #f49600;
  font-weight: 400;
}

/* line 27, sass/master.scss */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: normal;
  margin: 8px 0px 4px 0px;
}

/* line 32, sass/master.scss */
h1 {
  font-size: 34px;
  color: #f49600;
  margin: 8px 0px 4px 0px;
  text-transform: uppercase;
}

/* line 38, sass/master.scss */
h2 {
  font-size: 21px;
  color: #f49600;
  line-height: 21px;
  text-transform: uppercase;
}

/* line 44, sass/master.scss */
h3 {
  font-size: 19px;
  color: #f49600;
}

/* line 48, sass/master.scss */
h4 {
  font-size: 19px;
  color: #f49600;
}

/* line 52, sass/master.scss */
h5 {
  font-size: 15px;
  color: #f49600;
}

/* line 56, sass/master.scss */
h6 {
  font-size: 13px;
  color: #f49600;
}

/* line 60, sass/master.scss */
h7 {
  font-size: 21px;
  color: #0d3579;
}

/* line 64, sass/master.scss */
h1#pageName {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.35em;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 4px 0 6px 0;
}

/* line 75, sass/master.scss */
h2, h2 a, h2 a:hover {
  text-decoration: none;
}

/* line 78, sass/master.scss */
#wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 86, sass/master.scss */
div.contentLayoutBox {
  background-color: #ffffff;
  margin: 0 auto 0;
  min-height: 400px;
  padding: 10px;
  width: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, sass/master.scss */
#content {
  -moz-border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 106, sass/master.scss */
body.sidebars-none #content {
  background: none repeat scroll 0 0 transparent;
  border: none;
  float: none;
  padding: 0;
  width: 940px;
  margin: auto;
}

/* line 114, sass/master.scss */
body.sidebars-left #content {
  width: 745px;
}

/* line 118, sass/master.scss */
p.date {
  margin: 0;
}

/***body main and sidebar width***/
/* line 125, sass/master.scss */
body.sidebars-right #content,
body.sidebars-wide-right #content {
  border: none;
  padding: 0;
  width: 620px;
}

/* line 133, sass/master.scss */
#sidebarRight,
body #contentLayoutBox #sidebarRight,
body.sidebars-left-wide-right #sidebarRight,
body.sidebars-wide-right #sidebarRight {
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 10px;
  width: 300px;
}

/* line 141, sass/master.scss */
#functionalNavigation,
.functionalNavigation {
  padding-right: 150px;
  padding-top: 12px;
}

/******************/
/* line 149, sass/master.scss */
div.layoutBlock img {
  margin: 0;
  /*bringing 3 column image margin to 0*/
}

/* line 153, sass/master.scss */
div.layoutBlockContainer {
  background-color: transparent;
  margin-top: 20px;
  overflow: visible;
}

/* line 159, sass/master.scss */
div.layoutBlockContainer div.layoutBlock h2 {
  /*display: none;*/
  color: #414242;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 45px;
}

/*****Button*****/
/* line 168, sass/master.scss */
.mainButton {
  background-color: #f49600;
  color: #000000;
  border: 1px solid #e18c04;
}

/* line 173, sass/master.scss */
.mainButton:hover {
  background-color: #0d3579;
  color: #fff;
  border: 1px solid #062a67;
}

/* line 179, sass/master.scss */
.applyButton {
  background-color: #f49600;
  color: #000000;
  /*border: 1px solid #e18c04;*/
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 54px;
}

/* line 187, sass/master.scss */
.applyButton:hover {
  background-color: #0d3579;
  color: #fff;
  /*border: 1px solid #062a67;*/
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 54px;
}

/****Press Release****/
/* line 197, sass/master.scss */
#rssLink {
  display: none;
}

/* line 200, sass/master.scss */
#pressReleaseFilter {
  display: none;
}

/* line 203, sass/master.scss */
#pressRelease {
  margin: 0;
  padding: 0;
}

/*RHC Content display*/
/* line 210, sass/master.scss */
.customNotice {
  background: none repeat scroll 0 0 #0088cc;
  padding: 10px;
  color: #FFFFFF;
}

/* line 217, sass/master.scss */
.panelHeading {
  background: #CCCCCC;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 10px;
}

/* line 226, sass/master.scss */
#content .panelHeading {
  color: #fff;
  border-radius: 7px 7px 0 0;
}

/* line 230, sass/master.scss */
.teaserList h3 {
  margin-bottom: 4px;
}

/*------------------------ 
    Right Hand Column styles
    ---------------------*/
/*RHC Content display*/
/* line 241, sass/master.scss */
.customNotice {
  background: none repeat scroll 0 0 #0088cc;
  padding: 10px;
  color: #FFFFFF;
}

/* line 246, sass/master.scss */
#sidebarRight .rightHandColumnPageDefaultHeading {
  border-bottom: 3px solid #EFEFEF;
}

/* line 250, sass/master.scss */
.contentPageSelection-rightHandColumnPageDefault .rightHandColumnPageDefaultHeading,
.contentPageSelection-rightHandColumnPageDefault .rightHandColumnPageDefaultHeading a {
  color: #e11f63;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
}

/***********************/
/* line 259, sass/master.scss */
.customBox {
  background: none repeat scroll 0 0 #7ac78d;
  color: #ffffff;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}

/* line 266, sass/master.scss */
.customBox a,
.customBox h2 {
  color: #ffffff;
}

/* line 269, sass/master.scss */
#sidebarRight .customBox .rightHandColumnPageDefaultHeading {
  border-bottom-color: #c62b86;
  margin: 0 10px;
  padding: 10px 0;
}

/* line 274, sass/master.scss */
.customBox div.unmanagedContent {
    /*	background-color: #FFFFFF;
	border: 1px solid #2c2c2c;
	border-radius: 5px;*/
  /*	padding: 10px;*/
}

/* line 280, sass/master.scss */
.customBox .unmanagedContent ul {
  padding: 0;
  text-align: center;
}

/* line 284, sass/master.scss */
.customBox .unmanagedContent ul li {
  padding-bottom: 5px;
}

/* line 287, sass/master.scss */
.searchResults h1#pageName {
  padding-left: 19px;
}

/**Opening Times**/
/* line 293, sass/master.scss */
.rightHandColumnPageDefault h3 {
  margin-bottom: 0;
}

/* line 297, sass/master.scss */
#trigger {
  /*background: url('../RXAU/RXAU_ECOMExpoMelbourne/css/table-header-background-30x24.jpg?v=1272393889735080795') no-repeat scroll left top #F6921E;*/
  display: none;
  background-color: #515c72;
  color: #FFFFFF;
  /* display: inline-block;*/
  font-size: 1.2em;
  font-weight: bold;
  height: 30px;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-indent: 5px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

/* line 314, sass/master.scss */
#target {
  /* background: #f7f7f7;*/
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 324, sass/master.scss */
#toTop {
  background: url('../RXAU/RXAU_ECOMExpoMelbourne/css/totop.png?v=1272393889735080795') no-repeat scroll 0 0 transparent;
  bottom: 40px;
  display: none;
  height: 42px;
  margin-right: -540px !important;
  overflow: hidden;
  position: fixed;
  right: 50%;
  width: 42px;
  z-index: 999;
}

/* line 336, sass/master.scss */
#toTop:hover {
  background-position: 0 bottom;
}

/* line 340, sass/master.scss */
#toTop:active,
#toTop:focus {
  outline: medium none;
}

/* line 351, sass/master.scss */
.headerFooterLinkList .login,
.headerFooterLinkList .signup {
  display: none;
}

/* line 357, sass/master.scss */
#viewProfileHeader h2,
#viewProfileDetails h2 {
  margin-left: 0;
}

/* line 360, sass/master.scss */
#viewProfileHeader .viewProfileIntroduction {
  line-height: 1.65em;
}

/* line 363, sass/master.scss */
#ctl00_centreContentPlaceHolder_divActions.actions {
  float: right;
  margin-top: -90px;
}

/* line 367, sass/master.scss */
.websiteSignUp-CreateAProfile-Step1 div.actions {
  left: 199px;
  position: relative;
}

/* line 372, sass/master.scss */
button.sendEmail {
  left: 189px;
  position: relative;
  top: -7px;
  width: 95px;
}

/* line 378, sass/master.scss */
#content .header {
  border: 0;
}

/* line 381, sass/master.scss */
#content a:visited {
  font-weight: normal;
}

/* line 386, sass/master.scss */
#content .header {
  border: 0;
}

/* line 389, sass/master.scss */
div.header div.details div.images img.logo {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
  position: static;
}

/* line 396, sass/master.scss */
.sidebars-left #content .header,
.sidebars-right #content .header {
  width: 635px;
}

/* line 399, sass/master.scss */
.sidebars-right .full {
  width: 640px;
}

/* line 403, sass/master.scss */
.sidebars-left #content .header .details,
.sidebars-right #content .header .details {
  width: 650px;
}

/************/
/* line 408, sass/master.scss */
.listLayout li.selected a {
  color: #8A8A8A;
  font-weight: bold;
  text-decoration: none;
}

/* line 413, sass/master.scss */
#content .exhibitor {
  border: 0;
}

/* line 416, sass/master.scss */
.list .sessionItemDetail .actions .favourite BUTTON {
  width: 155px;
}

/* line 420, sass/master.scss */
.documents li {
  width: 100%;
}

/* line 423, sass/master.scss */
#tabContent ul.itemList li h3 {
  margin-left: 0;
}

/* line 426, sass/master.scss */
.sendMessage .sendMessageActions {
  margin-left: 208px;
}

/**********/
/* line 430, sass/master.scss */
#content .panel {
  border: 0;
}

/* line 434, sass/master.scss */
.unmanagedContent ul {
  list-style-type: disc;
}

/* line 437, sass/master.scss */
.unmanagedContent ul li {
  line-height: 1.7em;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes transparent-to-opaque {
  /* line 444, sass/master.scss */
  0% {
    opacity: 0%;
    transform: scale(0.5, 0.5);
  }

  /* line 449, sass/master.scss */
  100% {
    opacity: 100%;
    transform: scale(1, 1);
  }
}

@keyframes transparent-to-opaque {
  /* line 457, sass/master.scss */
  0% {
    opacity: 0%;
    transform: scale(0.5, 0.5);
  }

  /* line 462, sass/master.scss */
  100% {
    opacity: 100%;
    transform: scale(1, 1);
  }
}

/* line 2, sass/_uab.scss */
.top-bar-wrapper {
  /*background-color: #f8f8f8*/
  display: none;
}

/* line 7, sass/_uab.scss */
#search .button {
  /*background-image: none;
  background-color: $brand-primary;
  padding: 5px 15px;*/
  display: none;
}

/* line 14, sass/_uab.scss */
.top-bar .toolbar-link {
  color: #f49600;
}

/* line 18, sass/_uab.scss */
.top-bar-wrapper a {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 26, sass/_uab.scss */
.top-bar li.toolbar-button-tasks {
  display: none;
}

/* line 30, sass/_uab.scss */
#header #search {
  display: none;
}

/* line 1, sass/_header.scss */
#header {
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 30px;
  padding: 0px;
  width: 100%;
}

/* line 10, sass/_header.scss */
#brand {
  background-color: transparent;
  height: 80px;
  width: 960px;
  margin: auto;
}

/* line 17, sass/_header.scss */
#header #search {
  display: none;
    /*background-color: #fff;
    border-radius: 9px 0 0 9px;
    height: 21px;
    left: calc( 50% + 274px);
    top: 9px;
    z-index: 101;
    width: 215px;
}
#header #search button {
    background: url('../RXAU/RXAU_LifeInstyle/images/buttons/search-button-32x32.png?v=1272393889735080795') no-repeat scroll 0 0 #ffffff;
    border: 0 none;
    display: block;
    float: right;
    height: 32px;
    margin: -6px 0 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}
#header .producedBy {
    height: 25px;
    right: 15px;
    top: 180px;
    z-index: 101;*/
}

/* line 44, sass/_header.scss */
#header .headerFooterLinkList li {
  background: url('../RXAU/RXAU_SalonMelbourne_v2/css/topbar-divider-transparent-2x11.gif?v=1272393889735080795') no-repeat scroll right center transparent;
}

/* line 47, sass/_header.scss */
#header .headerFooterLinkList li a {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
}

/* line 51, sass/_header.scss */
#header .headerFooterLinkList li a:hover {
  text-decoration: none;
}

/* line 55, sass/_header.scss */
#header .logo {
  /*right: 73%;*/
  position: absolute;
  /*top: 10%;*/
}

/*
#header .logobackground {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-top: 0;
}

#header .logobackground::after {
	background: #f0e2cb none repeat scroll 0 0;
	content: "";
	height: 65px;
	transform: skew(-35deg);
	width: 10000px;
	position: absolute;
	right: 70%;
}*/
/* line 77, sass/_header.scss */
#header .toptext ul {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 12px;
  color: #000;
  text-align: right;
  font-weight: 400;
  /*margin: 0 105px 0 0;
  padding-top: 8px;*/
  position: absolute;
  right: 0;
  /*top: 9px;*/
}

/* line 90, sass/_header.scss */
#header .toptext li {
  display: inline-block;
  margin: 0 20px;
}

/*#header #topbar {
    height: 35px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 60px;
    width: 900px;
    z-index: 100;
}*/
/* line 108, sass/_header.scss */
.headerFooterLinkList .login,
.headerFooterLinkList .signup {
  display: none;
}

/* line 111, sass/_header.scss */
#strapLine {
  color: #000;
  left: 585px;
  position: absolute;
  top: 65px;
}

/* line 117, sass/_header.scss */
#header #brand .jump-icon {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 100;
}

/* line 123, sass/_header.scss */
#brand .jump-icon img {
  float: right;
  height: 32px;
  margin: 2px 4px;
  overflow: hidden;
  width: 32px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

/* line 138, sass/_header.scss */
#header #brand .jump-icon img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* line 3, sass/_navigation.scss */
div.multiLevelNav #topNavigation,
#topNavigation.selectedHasChildren {
  margin-bottom: 0;
}

/* line 8, sass/_navigation.scss */
#topNavigation .level1 li a {
  border: none;
  padding: 7px 14px;
  text-decoration: none;
}

/* line 14, sass/_navigation.scss */
#topNavigation .level2 {
  margin: 0;
  overflow: hidden;
  /* width: 970px;*/
}

/* line 20, sass/_navigation.scss */
#topNavigation .level2 li a {
  border: none;
  padding: 7px 14px;
  text-decoration: none;
}

/* line 28, sass/_navigation.scss */
#topNavigation.no-js li:hover .level2,
#topNavigation li.hover .level2,
#topNavigation li.selected .level2 {
  height: 30px;
  /*width: 970px;*/
}

/* line 35, sass/_navigation.scss */
#topNavigation {
  background-color: #0d3579;
  border-bottom: 8px solid #f49600;
  margin: -8px 0 0;
  width: 100%;
  text-transform: uppercase;
}

/* line 45, sass/_navigation.scss */
#topNavigation ul.level1 {
  height: 50px;
  margin: auto;
  width: 970px;
}

/* line 50, sass/_navigation.scss */
#topNavigation ul li a {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}

/* line 54, sass/_navigation.scss */
#topNavigation > ul.level1 > li {
  border-left: none;
}

/* line 57, sass/_navigation.scss */
#topNavigation ul.level1 li a {
  color: #ffffff;
  padding: 15px 14px 14px 20px;
}

/* line 61, sass/_navigation.scss */
#topNavigation > ul.level1 > li > a {
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 69, sass/_navigation.scss */
#topNavigation ul.level1 li a:hover {
  /*text-decoration: underline;*/
}

/* line 72, sass/_navigation.scss */
#topNavigation > ul.level1 > li.selected > a {
  /*font-weight: 700;*/
}

/* line 76, sass/_navigation.scss */
#topNavigation ul.level1 li.selected a:hover {
  /*text-decoration: underline;*/
}

/* line 79, sass/_navigation.scss */
#topNavigation > ul.level1 > li > a:hover, #topNavigation > ul.level1 > li:hover > a, #topNavigation > ul.level1 > li.selected > a, #topNavigation > ul.level1 > li.hover > a {
  background-color: red;
  color: #ffffff;
  text-decoration: none;
}

/* line 84, sass/_navigation.scss */
#topNavigation > ul.level1 > li.first {
  margin: 0 10px;
}

/* line 91, sass/_navigation.scss */
#topNavigation .level1 > li > a {
  font-size: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 102, sass/_navigation.scss */
#topNavigation ul.level1 li.selected a:hover {
  text-decoration: none;
}

/* line 107, sass/_navigation.scss */
#topNavigation ul.level1 > li > a:hover,
#topNavigation ul.level1 > li:hover > a,
#topNavigation ul.level1 > li.hover > a {
  background-color: #f49600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 115, sass/_navigation.scss */
#topNavigation ul.level1 > li.selected > a {
  background-color: #f49600;
  color: #ffffff;
  text-decoration: none;
  /*padding: 15px 15px;*/
}

/* line 125, sass/_navigation.scss */
#topNavigation ul.level1 > li.first {
  margin: 0px 0px 0px0;
  background: none;
}

/* line 132, sass/_navigation.scss */
#topNavigation ul.level1 li#navTreeItem-Home a {
  background: url('../RXAU/RXAU_ECOMExpoMelbourne/css/icon-home-22x21.png?v=1272393889735080795') no-repeat scroll 50% center transparent;
  display: block;
  height: 50px;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 22px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

/* line 145, sass/_navigation.scss */
#topNavigation ul.level1 li {
  border: none;
}

/* line 153, sass/_navigation.scss */
#topNavigation ul.level2 li a {
  border-left: none;
}

/* line 161, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 {
  /*display:none;*/
}

/* line 166, sass/_navigation.scss */
#topNavigation ul.level1 li:hover ul.level2,
#topNavigation ul.level1 li.hover ul.level2 {
  display: block;
}

/* line 169, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 {
  background-color: #0d3579;
  left: auto;
  position: absolute;
  top: 50px;
  width: 200px;
  z-index: 300;
  line-height: 12px;
}

/* line 178, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li {
  float: none;
  margin: 0;
  z-index: 200;
}

/* line 183, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li.hasChildren {
  background: none;
}

/* line 186, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li a {
  display: block;
  color: #fff;
}

/* line 191, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li a:hover {
  color: #fff;
}

/* line 194, sass/_navigation.scss */
#topNavigation > ul.level1 > li > ul.level2 > li.selected > a {
  font-weight: bold;
}

/* line 203, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  margin-top: 8px;
}

/* line 209, sass/_navigation.scss */
#topNavigation ul.level1 li:hover ul.level2, #topNavigation ul.level1 li.hover ul.level2 {
  visibility: visible;
  opacity: 1;
}

/*#topNavigation ul.level1 li ul.level2 {
	background-color:#575656;
	border:none;
	left:auto;
	padding:0;
	position:absolute;
	top:50px;
	width:230px;
	z-index:300;
	-webkit-box-shadow:3px 3px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:3px 3px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow:3px 3px 2px 1px rgba(0, 0, 0, 0.2);	
}*/
/* line 226, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li {
  margin: 0;
  z-index: 200;
}

/* line 231, sass/_navigation.scss */
#topNavigation ul.level1 li.selected ul.level2 li a:hover, #topNavigation ul.level1 li.selected ul.level2 li:hover a, #topNavigation ul.level1 li.selected ul.level2 li.selected a, #topNavigation ul.level1 li.selected ul.level2 li.hover a, #topNavigation ul.level1 li.selected ul.level2 li a {
  background-color: transparent;
}

/* line 234, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li.hasChildren {
  background: none;
}

/* line 237, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li a {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
}

/* line 248, sass/_navigation.scss */
#topNavigation ul.level1 li ul.level2 li a:hover, #topNavigation ul.level1 li.selected ul.level2 li a:hover {
  background-color: #f49600;
  color: #fff;
  text-decoration: none;
}

/* line 254, sass/_navigation.scss */
#topNavigation > ul.level1 > li > ul.level2 > li.selected > a {
  color: #ffffff;
}

/**overriding default**/
/* line 262, sass/_navigation.scss */
#topNavigation.no-js li:hover .level2,
#topNavigation li.hover .level2,
#topNavigation li.selected .level2 {
  height: auto;
}

/* line 268, sass/_navigation.scss */
#topNavigation li.selected ul.level2 ul {
  display: block;
}

/* line 275, sass/_navigation.scss */
#topNavigation ul.level3 li a,
#topNavigation ul.level1 li.selected ul.level3 li a {
  color: #333333;
  font-size: 13px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  width: 150px;
  height: 50px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
}

/* line 289, sass/_navigation.scss */
#topNavigation > ul.level1 > li > ul.level2 > li > ul.level3 > li.selected > a {
  font-weight: bold;
}

/* line 292, sass/_navigation.scss */
#topNavigation > ul.level1 > li > ul.level2 > li > ul.level3 > li a:hover {
  /*text-decoration: underline;*/
}

/* line 303, sass/_navigation.scss */
#topNavigation .level3 {
  margin: 0 0 0 5px;
}

/* line 309, sass/_navigation.scss */
#topNavigation ul.level1 li#navTreeItem-Melbourne .level2,
#topNavigation ul.level1 li#navTreeItem-Sydney .level2,
#topNavigation ul.level1 li#navTreeItem-NewZealand .level2 {
  left: 0;
  width: 100%;
}

/* line 313, sass/_navigation.scss */
#topNavigation ul.level1 li#navTreeItem-FreeExpo ul.level2 {
  width: 450px;
}

/* line 318, sass/_navigation.scss */
#topNavigation ul.level1 li#navTreeItem-Melbourne ul.level2 li.hasChildren,
#topNavigation ul.level1 li#navTreeItem-Sydney ul.level2 li.hasChildren,
#topNavigation ul.level1 li#navTreeItem-NewZealand ul.level2 li.hasChildren {
  float: left;
  width: 150px;
}

/* line 324, sass/_navigation.scss */
#topNavigation ul.level1 li#navTreeItem-Melbourne ul.level2 li a,
#topNavigation ul.level1 li#navTreeItem-Sydney ul.level2 li a,
#topNavigation ul.level1 li#navTreeItem-NewZealand ul.level2 li a {
  padding: 0 5px;
}

/* line 330, sass/_navigation.scss */
#topNavigation > ul.level1 > li#navTreeItem-Melbourne > ul.level2 > li > a,
#topNavigation > ul.level1 > li#navTreeItem-Sydney > ul.level2 > li > a,
#topNavigation > ul.level1 > li#navTreeItem-NewZealand > ul.level2 > li > a {
  /* border-bottom: 1px dotted #000000;*/
  font-weight: 400;
  color: #333333;
  padding: 10px;
}

/* line 340, sass/_navigation.scss */
#topNavigation > ul.level1 > li#navTreeItem-Melbourne > ul.level2 > li > a:hover,
#topNavigation > ul.level1 > li#navTreeItem-Sydney > ul.level2 > li > a:hover,
#topNavigation > ul.level1 > li#navTreeItem-NewZealand > ul.level2 > li > a:hover {
  text-decoration: none;
}

/* line 343, sass/_navigation.scss */
#topNavigation ul.level1 ul {
  display: block;
}

/* line 352, sass/_navigation.scss */
.title-block {
  display: none;
  width: 100%;
  background-color: #0d3579 !important;
  padding: 25px 25px;
  color: #fff;
  position: relative;
}

/* line 361, sass/_navigation.scss */
.title-block h3 {
  font-size: 32px;
}

/* line 364, sass/_navigation.scss */
.title-block p {
  margin-bottom: 0;
}

/* line 368, sass/_navigation.scss */
.title-block h3, .title-block p {
  color: #fff;
}

/* line 372, sass/_navigation.scss */
.title-block .directory-buttons {
  position: absolute;
  right: 65px;
  top: 25px;
}

/* line 377, sass/_navigation.scss */
.title-block .directory-buttons a {
  background-color: transparent !important;
  color: #fff !important;
  float: left;
  /* margin-left: 20px;*/
  border: 1px solid #fff !important;
}

/* line 2, sass/_breadcrumb.scss */
#pageTopContainer {
  margin: 0 auto;
  width: 100%;
}

/* line 13, sass/_breadcrumb.scss */
#breadcrumb,
#breadcrumb a,
#breadcrumb li span,
#pageTools ul li a {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
}

/* line 17, sass/_breadcrumb.scss */
#breadcrumb a {
  padding-left: 0;
}

/* line 20, sass/_breadcrumb.scss */
#breadcrumb ol li {
  background-image: none;
  padding-right: 7px;
}

/* line 24, sass/_breadcrumb.scss */
#breadcrumb ol li:after {
  content: " \2044 ";
}

/* line 27, sass/_breadcrumb.scss */
#breadcrumb ol li:last-child:after {
  content: " ";
}

/* line 33, sass/_breadcrumb.scss */
#pageTools ul li {
  background: none;
}

/* line 37, sass/_breadcrumb.scss */
#pageTools ul li a {
  text-decoration: underline;
}

/* line 1, sass/_feature-slideshow.scss */
.theme-light.slider-wrapper {
  padding: 0;
}

/* line 5, sass/_feature-slideshow.scss */
.theme-light .nivo-controlNav {
  padding-left: 9px;
  height: 10px;
}

/* line 11, sass/_feature-slideshow.scss */
#proposition {
  margin: 0;
}

/* line 18, sass/_feature-slideshow.scss */
#proposition h2,
#proposition h2 p {
  font-size: 18px;
  line-height: 1.4em;
  color: #7ac78d;
}

/* line 23, sass/_feature-slideshow.scss */
#proposition img {
  /*	border:5px solid #e5e5e5;*/
}

/* line 4, sass/_teaser.scss */
.singleColumnTeaserList .unmanagedContent,
.singleColumnTeaserList .teaserColumn {
  width: 49%;
}

/* line 11, sass/_teaser.scss */
.unmanagedContent table {
  margin: 0px;
  width: 100%;
}

/* line 15, sass/_teaser.scss */
ul.teaserList {
  padding: 10px;
}

/* line 19, sass/_teaser.scss */
.teaserList li {
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 24, sass/_teaser.scss */
.teaserList li:hover {
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 32, sass/_teaser.scss */
.teaserList li:hover img {
  /*border: solid 2px #5d8397;*/
  /*opacity: 0.9;*/
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 42, sass/_teaser.scss */
.teaserColumn .teaserList li h3 {
  margin-top: 0;
  background: url('../RXAU/RXAU_ReedMiningEvents/images/expand-blue.png?v=1272393889735080795') no-repeat scroll 186px center;
}

/* line 48, sass/_teaser.scss */
.twoColumnTeaserList .teaserList li {
  width: 47%;
}

/* line 54, sass/_teaser.scss */
.singleColumnTeaserList .teaserList li,
.twoColumnTeaserList .teaserList li {
  border-radius: 15px;
  background-color: #f49600;
  margin-bottom: 25px;
}

/* line 60, sass/_teaser.scss */
.twoColumnTeaserList .teaserList li.odd {
  margin-right: 25px;
}

/* line 69, sass/_teaser.scss */
.teaserList li h3,
.teaserList li h3 a,
.teaserList li h3 a:visited {
  color: #283e60;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  padding-left: 15px;
}

/* line 77, sass/_teaser.scss */
.teaserList li h3 a:hover {
  background: #283e60 url('../RXAU/RXAU_ReedMiningEvents/images/expand-orange.png?v=1272393889735080795') no-repeat scroll 2px center;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 83, sass/_teaser.scss */
.teaserList .teaser img {
  border: 8px solid #ffffff;
  border-radius: 15px;
}

/* line 4, sass/_concertina.scss */
#content .concertinaList {
  list-style-type: none;
  width: 700px;
}

/* line 8, sass/_concertina.scss */
ul.concertinaList .concertinaHeading {
  background-image: url('../RXAU/RXAU_ReedMiningEvents/images/expand-orange.png?v=1272393889735080795');
  background-color: #F2F2F2;
  border: 1px solid #e8e8e8;
  color: #0d3579;
  font-weight: normal;
  padding-left: 25px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

/* line 20, sass/_concertina.scss */
ul.concertinaList .concertinaContent {
  border: 1px solid #e8e8e8;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* line 27, sass/_concertina.scss */
div.concertinaContent {
  margin: 0;
}

/* line 30, sass/_concertina.scss */
ul.concertinaList li {
  margin-bottom: 10px;
}

/* line 33, sass/_concertina.scss */
ul.concertinaList .concertinaHeading.open {
  background-image: url('../RXAU/RXAU_ReedMiningEvents/images/close-orange.png?v=1272393889735080795');
}

/* line 37, sass/_concertina.scss */
.concertina > .unmanagedContent, .customWideContent .layoutBlockContainer {
  margin: auto;
  text-align: center;
  width: 700px;
}

/* line 42, sass/_concertina.scss */
.concertina div.layoutBlock img {
  margin: 0;
  width: 45%;
}

/* line 46, sass/_concertina.scss */
.concertina div.layoutBlockContainer3Col div.layoutBlock {
  width: 33%;
}

/* line 49, sass/_concertina.scss */
.concertina div.layoutBlockContainer div.layoutBlock h2 {
  color: #414242;
  font-size: 24px;
  line-height: 45px;
  text-transform: lowercase;
}

/* line 55, sass/_concertina.scss */
.concertina div.layoutBlockContainer {
  background-color: transparent;
  margin-top: 20px;
  text-align: center;
}

/* line 3, sass/_footer.scss */
#footer {
  /*background: url('../RXAU/RXAU_ReedMiningEvents/images/lowerbarbg.png?v=1272393889735080795') no-repeat scroll left 0 #fff;*/
  background-color: #0d3579;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-top: 8px solid #f49600;
}

/* line 16, sass/_footer.scss */
#footer,
#footer li a,
#footer span.copyright {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  color: #fff;
}

/* line 25, sass/_footer.scss */
#footer span.copyright,
#footer .headerFooterLinkList, #footer.containsProducedBy .headerFooterLinkList,
#footer .producedBy {
  margin: 12px 0 0;
}

/* line 29, sass/_footer.scss */
#footer .headerFooterLinkList {
  border: none;
}

/* line 32, sass/_footer.scss */
.headerFooterLinkList li {
  background: none;
}

/* line 36, sass/_footer.scss */
#footer .headerFooterLinkList li a {
  background: none;
  color: #fff;
  margin-top: 10px;
}

/* line 41, sass/_footer.scss */
#footer .extendedContainer {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/* line 49, sass/_footer.scss */
.extendedContainer a {
  margin: 0 5px;
}

/* line 53, sass/_footer.scss */
.producedBy {
  margin-right: 10px;
  margin-top: 8px;
  padding-right: 496px;
  padding-top: 4px;
}

/* line 59, sass/_footer.scss */
.copyright {
  color: #ffffff;
  margin-top: 10px;
  padding-left: 430px;
}

/* line 65, sass/_footer.scss */
#footer.containsProducedBy .headerFooterLinkList {
  float: left;
  padding-left: 15px;
}

/* line 3, sass/_tables.scss */
td {
  vertical-align: top;
}

/*------------------------ 
    Table Grid Style
    ---------------------*/
/* line 11, sass/_tables.scss */
table.htmlEditor-data-grid {
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
}

/* line 16, sass/_tables.scss */
table.htmlEditor-data-grid th {
  background-color: #0d3579;
  -moz-border-radius: 5px 0 5px 0;
  border: 1px solid #0d3579;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  padding: 10px 0 0 0;
  /*text-indent: 8px;*/
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  text-align: center;
}

/* line 32, sass/_tables.scss */
table.htmlEditor-data-grid td {
  /*background-color: #f9f6f2;*/
  border-color: #0d3579;
  border-style: solid;
  /*border-width: 1px;*/
  font-size: 14px;
  /* padding: 8px;*/
  font-family: "Lato", sans-serif;
}

/*table.htmlEditor-data-grid tr {
    background-color: #f9f6f2;
}*/
/* line 46, sass/_tables.scss */
.testimonial {
  height: 700px;
  width: 300px;
  overflow: hidden;
}

/* line 52, sass/_tables.scss */
.eventpartner {
  height: 600px;
  width: 300px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

/* line 60, sass/_tables.scss */
.eventpartner a {
  color: #0d3579;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

/***add for exbitor profile page**/
/* line 3, sass/_profile-page.scss */
body.exhibitorProfile.sidebars-right .details {
  width: 395px;
}

/***/
/* line 13, sass/_profile-page.scss */
.jcarousel-item h3 a {
  font-weight: normal;
  font-size: 13px;
  /*color:#f58322; */
  /*theme color*/
}

/* line 20, sass/_profile-page.scss */
.exhibitor .details {
  margin-left: -5px;
}

/* line 23, sass/_profile-page.scss */
.exhibitor .details .content {
  margin-left: 0;
}

/* line 27, sass/_profile-page.scss */
.productProfile .exhibitor .details .images {
  left: auto;
  position: absolute;
  right: 0;
}

/* line 32, sass/_profile-page.scss */
h2.productName, .details h2.name {
  font-size: 18px;
  font-weight: normal;
}

/* line 38, sass/_profile-page.scss */
body.exhibitorProfile .details .content {
  margin-left: 0;
}

/* line 44, sass/_profile-page.scss */
body.exhibitorProfile ul#participatingIndividualsList div.image-and-actions > img.logo.small.alwaysDisplay {
  display: none;
}

/*body.exhibitorProfile ul#participatingIndividualsList .name 				{    margin-top: auto;}	*/
/* line 53, sass/_profile-page.scss */
.participatingCompany-media-object h2.exhibitorName,
h2.productName {
  font-family: "Archivo Narrow", sans-serif;
  line-height: 1.7em;
  margin: 0;
}

/* line 60, sass/_profile-page.scss */
ul.itemList li h3,
p.description {
  margin: 4px 0 10px 0;
}

/* line 69, sass/_profile-page.scss */
.productProfile #recommendTools.noindex {
  bottom: 0;
  position: absolute;
  left: 140px;
  padding-top: 20px;
  margin-top: 0;
}

/* line 77, sass/_profile-page.scss */
.productProfile .col3 .details .actions {
  bottom: 0;
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  top: auto;
  margin-bottom: 0;
}

/* line 86, sass/_profile-page.scss */
.productProfile .col3 .details .description p {
  padding-bottom: 10px;
}

/* line 94, sass/_profile-page.scss */
.productProfile .exhibitorDetail .description,
.productProfile .exhibitorDetail p.headline,
.productProfile .exhibitorDetail .exhibitorMore,
.productProfile .exhibitor .actions,
.productProfile #actionsocial {
  display: none;
}

/*Session Detail page*/
/* line 101, sass/_profile-page.scss */
#sessionDetails .title {
  font-size: 21px;
  font-weight: normal;
  line-height: 21px;
}

/* line 107, sass/_profile-page.scss */
div.viewer {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 114, sass/_profile-page.scss */
#sessionDetails .actions {
  width: 200px;
}

/**Speaker Detail page*/
/* line 120, sass/_profile-page.scss */
h2.participatingIndividualName {
  font-size: 21px;
  color: #283e60;
}

/* line 125, sass/_profile-page.scss */
.content .label {
  font-family: "Archivo Narrow", sans-serif;
  color: #333333;
}

/**Delegate / Contact detail page**/
/* line 133, sass/_profile-page.scss */
.delegateProfile .details .images {
  padding-right: 10px;
}

/*Tabs*/
/* line 139, sass/_profile-page.scss */
ul.tablinks li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 146, sass/_profile-page.scss */
ul.tablinks li a,
ul.tablinks li strong {
  color: #8A8A8A;
  font-size: 1em;
  text-decoration: none;
}

/* line 151, sass/_profile-page.scss */
ul.tablinks li.selected:hover a {
  color: #8A8A8A;
  text-decoration: none;
}

/**Section style*/
/* line 157, sass/_profile-page.scss */
.solidBox {
  font-size: 19px;
  background-color: #eee;
}

/***********************/
/* line 164, sass/_profile-page.scss */
#exhibitorBadge {
  position: relative;
  min-height: 280px;
}

/* line 168, sass/_profile-page.scss */
.exhibitorProfile .details .images {
  float: right;
  margin-right: -200px;
  margin-top: 10px;
  width: 180px;
}

/* line 174, sass/_profile-page.scss */
div.listItemDetail .logo {
  position: static;
}

/* line 177, sass/_profile-page.scss */
.exhibitorProfile .jcarousel-skin-nova-default li img {
  width: auto;
}

/* line 180, sass/_profile-page.scss */
.productProfile .exhibitor .actions {
  position: absolute;
  right: 20px;
  top: 180px;
}

/***********************/
/* line 187, sass/_profile-page.scss */
.social h3 {
  display: none;
  visibility: hidden;
}

/* line 193, sass/_profile-page.scss */
.social,
#actionsocial,
#actionsocial .social {
  float: none;
}

/***********************/
/* line 198, sass/_profile-page.scss */
.documents li {
  width: 100%;
}

/* line 201, sass/_profile-page.scss */
#tabContent ul.itemList li h3 {
  margin-left: 0;
}

/* line 205, sass/_profile-page.scss */
.sendMessage .sendMessageActions {
  margin-left: 208px;
}

/* line 214, sass/_profile-page.scss */
.attribute-Name-brand1 span.label,
.attribute-Name-brand2 span.label,
.attribute-Name-brand3 span.label,
.attribute-Name-brand4 span.label,
.attribute-Name-brand5 span.label {
  display: none;
}

/* line 221, sass/_profile-page.scss */
ul.itemList {
  border: none;
  margin-bottom: 10px;
}

/* line 4, sass/_search-listing.scss */
.searchResults #content .panel {
  border: 1px solid #EEE;
}

/* line 9, sass/_search-listing.scss */
#pressRelease {
  background-color: transparent;
  border: 0;
}

/* line 14, sass/_search-listing.scss */
#pressReleaseFilter {
  border: 0;
}

/* line 20, sass/_search-listing.scss */
#searchSort {
  margin-left: 0;
}

/* line 23, sass/_search-listing.scss */
.list .listItemDetail p.name {
  margin-left: 0;
}

/* line 26, sass/_search-listing.scss */
.list .genericDetail p {
  margin-left: 0;
}

/* line 29, sass/_search-listing.scss */
.resultsMessage {
  margin-left: 0;
}

/* line 33, sass/_search-listing.scss */
.pagination li.selected {
  border: none;
}

/* line 38, sass/_search-listing.scss */
.pagination li {
  border: none;
}

/* line 41, sass/_search-listing.scss */
.pagination li.selected a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/* line 47, sass/_search-listing.scss */
.panelHeading {
  background-image: none;
  color: #000;
}

/* line 59, sass/_search-listing.scss */
#savedSearches {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  margin: 0;
}

/* line 64, sass/_search-listing.scss */
#searchApplied li {
  border: 0;
}

/* line 67, sass/_search-listing.scss */
#searchApplied a.reset {
  background: url('common/images/facet-remove.png?v=1272393889735080795') no-repeat scroll right top transparent;
  top: 7px;
}

/* line 71, sass/_search-listing.scss */
#searchApplied a.remove {
  /*background: url('../RXAU/Common/images/icons/reset-search-16x46.gif?v=1272393889735080795') no-repeat scroll right top transparent;*/
}

/* line 74, sass/_search-listing.scss */
#searchSidebarLeft h3 {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #DDDDDD;
  color: #666;
  font-size: 14px;
  padding: 8px;
  text-indent: 1px;
}

/* line 82, sass/_search-listing.scss */
#searchApplied {
  background-color: transparent;
  border: 0 none;
}

/* line 86, sass/_search-listing.scss */
#facetNavigation h3 {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 7px 7px 0 0;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 8px 8px 8px;
  text-indent: 1px;
}

/* line 97, sass/_search-listing.scss */
#facetNavigation ul.values li {
  padding: 4px 0;
}

/* line 109, sass/_search-listing.scss */
ol#alphaList li a, ol#alphaList li span {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 5px;
  font-weight: normal;
}

/* line 115, sass/_search-listing.scss */
ol#alphaList li span {
  color: #ccc;
  text-decoration: none;
}

/* line 120, sass/_search-listing.scss */
ol#alphaList li a {
  border-radius: 5px;
  color: #666666;
  text-decoration: none;
}

/* line 126, sass/_search-listing.scss */
ol#alphaList li a:hover {
  background: none repeat scroll 0 0 #DADADA;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
}

/* line 134, sass/_search-listing.scss */
ol#alphaList li span.selected {
  background: none repeat scroll 0 0 #595959;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}

/* line 141, sass/_search-listing.scss */
#searchResults {
  background-color: #f7f7f7;
}

/* line 145, sass/_search-listing.scss */
.searchResults h1#pageName {
  padding-left: 19px;
}

/* line 149, sass/_search-listing.scss */
#searchResultsList.list li.resultItem {
  list-style-type: none;
  margin: 15px 0;
  background-color: #fff;
  border: none;
}

/* line 157, sass/_search-listing.scss */
#searchResultsList.list li.resultItem .highlight .highlightIndicator {
  /*text-transform: uppercase;*/
  display: none;
}

/* line 164, sass/_search-listing.scss */
.paging-options {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

/* line 169, sass/_search-listing.scss */
div.searchResults h1#pageName {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35em;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-top: -10px;
}

/* line 178, sass/_search-listing.scss */
#sidebarLeft {
  padding: 0 10px 10px 0;
  width: 185px;
}

/* line 182, sass/_search-listing.scss */
#facetNavigation ul {
  background: none repeat scroll 0 0 #F5F5F5;
  margin: 0;
}

/* line 186, sass/_search-listing.scss */
#facetNavigation ul.values {
  margin: 0 8px 10px;
}

/* line 189, sass/_search-listing.scss */
#facetNavigation #dimension-101 h4 {
  display: none;
}

/* line 197, sass/_search-listing.scss */
.list .exhibitorDetail h3.name,
.list .productDetail h3.name {
  margin-left: 117px;
  font-size: 12px;
}

/* line 202, sass/_search-listing.scss */
.list h3.name a {
  /*	 color:#5E5D5D;*/
  font-size: 15px;
  font-weight: normal;
}

/* line 208, sass/_search-listing.scss */
.list h3.name a:visited {
  color: #8e5700;
}

/* line 216, sass/_search-listing.scss */
.list .actions .language,
.language {
  display: none;
}

/* line 220, sass/_search-listing.scss */
#content .panelHeading {
  display: none;
}

/* line 223, sass/_search-listing.scss */
#searchSidebarLeft {
  border: 1px solid #DADADA;
  margin-bottom: 20px;
  margin-top: 12px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 231, sass/_search-listing.scss */
.searchFacetDimension h4 {
  display: none;
}

/* line 234, sass/_search-listing.scss */
#facetNavigation {
  background-color: #f7f7f7;
  border: 1px solid #DADADA;
  padding-top: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 242, sass/_search-listing.scss */
#facetNavigation h3 {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 0;
}

/* line 246, sass/_search-listing.scss */
#facetNavigation h4 {
  margin-left: 8px;
}

/* line 249, sass/_search-listing.scss */
#facetNavigation div.dimensionContainer h4 {
  display: block;
  font-size: 14px;
}

/* line 253, sass/_search-listing.scss */
#facetNavigation ul {
  background-color: transparent;
}

/* line 256, sass/_search-listing.scss */
#facetNavigation ul.values li {
  border-bottom: 1px solid #DDDDDD;
  line-height: 32px;
}

/* line 260, sass/_search-listing.scss */
#facetNavigation ul.values li.hasChildren {
  background: url('../RXAU/RXAU_ReedGiftFairs_V2/images/icons/btn-plus-sign-11x11.gif?v=1272393889735080795') 0 14px no-repeat;
}

/* line 265, sass/_search-listing.scss */
#facetNavigation ul.values li a.name,
#facetNavigation ul.values li span.name,
#facetNavigation ul.values li span.name label {
  color: #666666;
  font-size: 11px;
  /*padding-left: 18px;*/
  text-decoration: none;
}

/* line 271, sass/_search-listing.scss */
#facetNavigation ul.values li a:hover {
  text-decoration: underline;
}

/* line 274, sass/_search-listing.scss */
#facetNavigation ul.values ul > li {
  line-height: 23px;
}

/* line 277, sass/_search-listing.scss */
#facetNavigation ul.values li.selected {
  background: none;
  font-weight: bold;
}

/* line 282, sass/_search-listing.scss */
#facetNavigation ul.values ul > li,
#facetNavigation ul.values ul li.last {
  border: none;
  background-image: none;
  padding-left: 4px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px dotted #ccc;
}

/* line 290, sass/_search-listing.scss */
#facetNavigation ul.values ul > li a.name {
  font-size: 11px;
}

/* line 293, sass/_search-listing.scss */
#facetNavigation ul.values li span.count {
  color: #0088CC;
  font-weight: bold;
  float: right;
  font-size: 11px;
}

/* line 299, sass/_search-listing.scss */
#facetNavigation ul.values li a.icon img {
  margin-right: -14px;
}

/*
.list .listItemDetail {
    padding: 25px 0;
}*/
/* line 307, sass/_search-listing.scss */
.searchResults .listItemDetail {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 311, sass/_search-listing.scss */
.searchResults .listItemDetail:hover {
  /*background-color: #f7f7f7;*/
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 322, sass/_search-listing.scss */
#searchResultsList li.resultItem .highlight {
  background-color: #eef9f7;
  border: 1px solid #b1e2da;
  padding: 5px;
}

/* line 329, sass/_search-listing.scss */
.searchResults .list .listItemDetail a.logo img {
  border: 1px solid #E5E5E5;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
}

/* line 338, sass/_search-listing.scss */
.searchResults #content .panel {
  border: 0;
}

/* line 341, sass/_search-listing.scss */
#searchResultsList li.resultItem p.meta {
  margin-top: 0;
  padding: 0;
}

/* line 352, sass/_search-listing.scss */
#searchSort dd.selected, .listLayout li.selected {
  border: none;
}

/* line 356, sass/_search-listing.scss */
#searchSort dd, .listLayout li {
  border: none;
}

/* line 361, sass/_search-listing.scss */
#searchSort dd.selected a, .listLayout li.selected a {
  color: #0088CC;
}

/* line 373, sass/_search-listing.scss */
.searchAppliedBreadcrumb {
  background-color: #f7f7f7;
  border-radius: 5px 5px 5px 5px;
  padding: 9px;
}

/* line 381, sass/_search-listing.scss */
.listLayout li {
  display: inline-block;
}

/* line 384, sass/_search-listing.scss */
.listLayout li a {
  padding: 0;
}

/* line 387, sass/_search-listing.scss */
.listLayout label {
  display: none;
}

/* line 391, sass/_search-listing.scss */
li.toList,
li.toFloorPlanner {
  margin: 0;
  padding: 0;
}

/* line 395, sass/_search-listing.scss */
li.toGrid {
  margin: 0 -4px;
  padding: 0;
}

/* line 399, sass/_search-listing.scss */
.toList a {
  display: block;
  width: 36px;
  height: 29px;
  background: url('../RXAU/Common/css/list-view-36x58.png?v=1272393889735080795') top;
  text-indent: -99999px;
}

/* line 406, sass/_search-listing.scss */
.toList.selected a {
  display: block;
  width: 36px;
  height: 29px;
  background: url('../RXAU/Common/css/list-view-36x58.png?v=1272393889735080795') bottom;
  text-indent: -99999px;
}

/* line 413, sass/_search-listing.scss */
.toGrid a {
  display: block;
  width: 36px;
  height: 29px;
  background: url('../RXAU/Common/css/grid-view-36x58.png?v=1272393889735080795') top;
  text-indent: -99999px;
}

/* line 420, sass/_search-listing.scss */
.toGrid.selected a {
  display: block;
  width: 36px;
  height: 29px;
  background: url('../RXAU/Common/css/grid-view-36x58.png?v=1272393889735080795') bottom;
  text-indent: -99999px;
}

/* line 427, sass/_search-listing.scss */
.toFloorPlanner a {
  display: block;
  width: 36px;
  height: 29px;
  background: url('../RXAU/Common/css/floorplan-view-36x58.png?v=1272393889735080795') top;
  text-indent: -99999px;
}

/* line 434, sass/_search-listing.scss */
.toFloorPlanner.selected a {
  display: block;
  width: 36px;
  height: 29px;
  background: url('../RXAU/Common/css/floorplan-view-36x58.png?v=1272393889735080795') bottom;
  text-indent: -99999px;
}

/* line 443, sass/_search-listing.scss */
.toList.selected a:hover,
.toGrid.selected a:hover,
.toFloorPlanner.selected a:hover {
  opacity: 0.6;
}

/* line 448, sass/_search-listing.scss */
#sponsoredSearchResultsList li.resultItem .highlight {
  /*Added by SS*/
  /*background-color: #fbe6ea;*/
  border: 1px solid #f58322;
  background: url('../RXAU/RXAU_ReedGiftFairs_V2/css/premium-ribbon-38x109.png?v=1272393889735080795') no-repeat 670px 0 #fbe6ea;
}

/* line 455, sass/_search-listing.scss */
#sponsoredSearchResultsList .list .exhibitorDetail .actions {
  right: 40px;
}

/* line 459, sass/_search-listing.scss */
#sponsoredSearchResultsList .list .exhibitorDetail .attribute-container,
.list .exhibitorDetail .headline {
  margin-right: 45px;
}

/* line 462, sass/_search-listing.scss */
#sponsoredSearchResultsList > h3 {
  display: none;
}

/* line 465, sass/_search-listing.scss */
#sponsoredSearchResultsList .list h3.name a {
  color: #e03f5f;
  font-size: 15px;
}

/* line 472, sass/_search-listing.scss */
.list .exhibitorDetail .product-carousel {
  margin-bottom: 0;
}

/* line 476, sass/_search-listing.scss */
.list li.resultItem .product-carousel {
  width: 515px;
}

/* line 486, sass/_search-listing.scss */
.participatingCompany-badge,
#productsSection,
#AJAXDelegates,
#participatingIndividualsSection,
.tabbedContent {
  margin: 10px 0;
}

/*------------------------ 
    Form Control
    ---------------------*/
/* line 5, sass/_forms.scss */
.button {
  border-radius: 3px;
}

/* line 8, sass/_forms.scss */
.actions a {
  text-decoration: none;
}

/* line 11, sass/_forms.scss */
#search .button {
  border: 0;
}

/* line 14, sass/_forms.scss */
div.inputForm {
  background: none;
}

/* line 17, sass/_forms.scss */
div.inputForm table tbody tr td {
  -moz-border-radius: 0;
  background: none;
  border: none;
}

/* line 23, sass/_forms.scss */
div.inputForm ol li.formSection,
div.inputForm ol.attributeContainerDisplay li {
  -moz-border-radius: 0;
  background: none;
  border: none;
  border-radius: 0;
}

/* line 32, sass/_forms.scss */
div.inputForm input[type="text"],
div.inputForm input[type="password"],
div.inputForm textarea,
div.inputForm select {
  -moz-border-radius: 0;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 3px;
  margin-left: -17px;
}

/* line 42, sass/_forms.scss */
div.inputForm input:not([type=submit]):focus,
form textarea:focus,
div.inputForm textarea:focus {
  background: #FFFFFF;
}

/* line 45, sass/_forms.scss */
div.inputForm input {
  border: 1px solid #CCCCCC;
  margin-right: 3px;
  padding: 3px;
}

/* line 50, sass/_forms.scss */
div.inputForm legend {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  padding-left: 0;
}

/* line 55, sass/_forms.scss */
div.inputForm fieldset:last-of-type {
  padding-left: 5px;
}

/*------------------------ 
    Homepage specifics
    ---------------------*/
/* line 6, sass/_homepage-specifics.scss */
.homePage #sidebarRight {
  display: none;
  visibility: hidden;
  width: 0;
}

/* line 12, sass/_homepage-specifics.scss */
body.sidebars-right.homePage #content,
.homePage.sidebars-wide-right #content {
  padding: 0;
  width: 100%;
  float: none;
  margin: auto;
}

/* line 19, sass/_homepage-specifics.scss */
.homePage div.contentLayoutBox {
  padding: 0;
  width: 100%;
}

/* line 24, sass/_homepage-specifics.scss */
.homepage #proposition {
  text-align: center;
}

/* line 28, sass/_homepage-specifics.scss */
.homePage #proposition h2 {
  margin: 0;
}

/* line 31, sass/_homepage-specifics.scss */
.homePage #proposition img {
  border: none;
}

/*= SLIDES STYLING
--------------------------------------------------------*/
/* line 40, sass/_homepage-specifics.scss */
#slide1, .slide2 {
  width: 100%;
}

/* line 41, sass/_homepage-specifics.scss */
#slide1 {
  background: url('../RXAU/RXAU_OnlineRetailer/images/2016/slideshow/or16-wallpaper-1920x1244.jpg?v=1272393889735080795') 50% 0 no-repeat fixed;
  color: #fff;
  height: 50px;
  margin: 0;
  padding: 170px 0 170px 0;
  background-size: cover;
}

/* line 50, sass/_homepage-specifics.scss */
.slide2 {
  background: url('../RXAU/RXAU_OnlineRetailer/css/bg-custom-1920x1200.jpg?v=1272393889735080795') 50% 0 no-repeat fixed;
  color: #fff;
  height: 100px;
  margin: 0;
  padding: 75px 0 250px 0;
  background-size: cover;
}

/* line 58, sass/_homepage-specifics.scss */
.slide2 p {
  color: #fff;
}

/* line 62, sass/_homepage-specifics.scss */
.slide2 h3 {
  font-size: 2em;
  line-height: 2em;
  color: #fff;
  text-transform: uppercase;
}

/* line 70, sass/_homepage-specifics.scss */
.content {
  /*background-color: rgba(0,0,0,0.3);*/
  margin: 0 auto;
  /* width: 960px; */
}

/* line 85, sass/_homepage-specifics.scss */
.homePage ul.teaserList {
  padding: 40px 0 0;
}

/* line 90, sass/_homepage-specifics.scss */
.homePage .teaserList li {
  padding: 0;
}

/* line 98, sass/_homepage-specifics.scss */
.homePage .singleColumnTeaserList,
.homePage .hubPageList,
.homePage #ctlChildPageList {
  padding: 0 0 10px;
  margin: auto;
  width: 100%;
  margin-top: -10px;
  z-index: 5;
  position: relative;
}

/* line 106, sass/_homepage-specifics.scss */
.homePage .teaserList .teaser img {
  margin: 0 10px 0 0;
}

/* line 111, sass/_homepage-specifics.scss */
.homePage .teaserColumn .teaserList li h3 {
  padding-top: calc(5%);
}

/* line 116, sass/_homepage-specifics.scss */
.teaserList li h3 {
  font-size: 20px;
}

/* line 122, sass/_homepage-specifics.scss */
.homePage #ctlChildPageList > li:nth-child(1) {
  /*width: 960px;
  margin: auto;*/
}

/* line 126, sass/_homepage-specifics.scss */
.homePage #ctlChildPageList > li.myContent {
  background-color: #283e60;
}

/* line 130, sass/_homepage-specifics.scss */
.customNarrowContent {
  width: 960px;
  margin: auto;
}

/* line 135, sass/_homepage-specifics.scss */
.customWideContent {
  background-color: #fff;
}

/* line 141, sass/_homepage-specifics.scss */
.customWideContent > .unmanagedContent,
.customWideContent .layoutBlockContainer {
  width: 960px;
  margin: auto;
  text-align: center;
}

/* line 147, sass/_homepage-specifics.scss */
.customWideContent .unmanagedContent h3 {
  font-size: 2em;
  line-height: 2em;
  /* color:#fff;*/
  text-transform: uppercase;
}

/* line 154, sass/_homepage-specifics.scss */
.customWideContent .unmanagedContent p,
.customWideContent .unmanagedContent h3 {
  /*color: #fff;*/
}

/* line 160, sass/_homepage-specifics.scss */
#content .sectionDark {
  border: 0;
  margin-top: -5px;
  background-color: #454545;
}

/* line 170, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock {
  background-color: #f7f7f7;
  margin: 10px 8px 20px;
  overflow: hidden;
  padding: 30px 6px 30px;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  Border-radius: 15px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/*
.homePage .layoutBlockContainer3Col .layoutBlock-1{ animation-delay: 0.2s;}
.homePage .layoutBlockContainer3Col .layoutBlock-2{ animation-delay: 0.4s;}
.homePage .layoutBlockContainer3Col .layoutBlock-3{ animation-delay: 0.6s;}
*/
/***For Home page middle body content to have padding on its side***/
/*.homePage li.childPageList.layoutBlocks  .layoutBlockContainer .unmanagedContent p{ */
/* line 195, sass/_homepage-specifics.scss */
.homePage li.childPageList.layoutBlocks .unmanagedContent p {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 200, sass/_homepage-specifics.scss */
.homePage li.childPageList.layoutBlocks .layoutBlockContainer3Col .unmanagedContent p {
  min-height: 50px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 207, sass/_homepage-specifics.scss */
.homePage li.childPageList.layoutBlocks h2 {
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/***Overriding the above style for 3 blocks to not have padding***/
/* line 217, sass/_homepage-specifics.scss */
.homePage li.childPageList.layoutBlocks .layoutBlockContainer3Col .unmanagedContent p {
  margin: 0;
}

/* line 221, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock:hover {
  background-color: #283e60;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 228, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock:hover h2,
.homePage .layoutBlockContainer3Col .layoutBlock:hover p {
  color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 234, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock:hover a.more {
  color: #283e60;
  background-color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 247, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock a img {
  width: 184px;
  height: auto;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 255, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock a img:hover {
  -webkit-filter: sepia(60%);
}

/* line 262, sass/_homepage-specifics.scss */
.homePage .layoutBlockContainer3Col .layoutBlock:hover img {
  -webkit-transform: rotateY(360deg) scale(0.8);
  -ms-transform: rotateY(360deg) scale(0.8);
  transform: rotateY(360deg) scale(0.8);
}

/**
Homepage specific ends
**/
/*This is to style the featured news items on the homepage*/
/* line 276, sass/_homepage-specifics.scss */
div.layoutBlock .more {
  float: none;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 280, sass/_homepage-specifics.scss */
div.layoutBlock a.more:link {
  background-color: #283e60;
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #FFFFFF;
  /*display: block;*/
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px auto 0;
}

/* line 293, sass/_homepage-specifics.scss */
div.layoutBlock a.more:hover {
  color: #FFFFFF;
  background-color: #00a9fb;
  animation-name: swing;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 303, sass/_homepage-specifics.scss */
div.layoutBlock a.more:visited {
  background-color: #283e60;
  color: #FFFFFF;
}

/* line 312, sass/_homepage-specifics.scss */
a.moreButton {
  color: #606363;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px auto 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 329, sass/_homepage-specifics.scss */
a.moreButton:hover {
  color: #606363;
  background-color: #fff;
  animation-name: swing;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 346, sass/_homepage-specifics.scss */
.list .genericDetail .name,
.list .genericDetail p {
  margin: 3px 0 0 118px;
}

/* line 349, sass/_homepage-specifics.scss */
#searchResultsList li.resultItem p.meta {
  margin-left: 10px;
}

/* line 352, sass/_homepage-specifics.scss */
#secondfooter {
  background-color: #ffffff;
  color: #000000;
  font-size: 24px;
  height: 50px;
  padding: 10px 0 0 20px;
}

/*Homepage style for hubpage type*/
/* line 365, sass/_homepage-specifics.scss */
.homePage #pageTopContainer,
.homePage #content h1#pageName {
  display: none;
}

/* line 370, sass/_homepage-specifics.scss */
.homePage.sidebars-none #content {
  padding: 0;
  width: 100%;
}

/*Horizonal Bar*/
/* line 380, sass/_homepage-specifics.scss */
hr.style-eight {
  padding: 0;
  border: none;
  border-top: medium double #e7e7e7;
  color: #e7e7e7;
  text-align: center;
  margin: 20px 0;
}

/* line 388, sass/_homepage-specifics.scss */
hr.style-eight:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

/*Premium Exhibitor slider*/
/* line 401, sass/_homepage-specifics.scss */
.blockPremium {
  background: url('../RXAU/RXAU_OnlineRetailer/css/bg-bubble-right-265x445.png?v=1272393889735080795') right center no-repeat #7cc8b7;
}

/* line 406, sass/_homepage-specifics.scss */
.blockPremium .rssRow {
  /*background-color: #7cc8b7;*/
}

/* line 411, sass/_homepage-specifics.scss */
.blockPremium img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 416, sass/_homepage-specifics.scss */
.blockPremium .rssRow:hover img {
  /*margin: 5px;
  border: 5px solid #49af98;*/
  transform: scale(1.075);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 424, sass/_homepage-specifics.scss */
.blockPremium .rssMedia {
  /*float:left;*/
  background-color: #fff;
  border-radius: 50%;
  padding: 25px;
  margin: 10px;
}

/* line 433, sass/_homepage-specifics.scss */
.blockPremium p,
.blockPremium h4, .blockPremium h4 a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  /*text-align: left;*/
}

/* line 439, sass/_homepage-specifics.scss */
.blockPremium h4, .blockPremium h4 a {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 447, sass/_homepage-specifics.scss */
.blockPremium .rssRow:hover h4 a {
  background-color: #fff;
  color: #7cc8b7;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 4px;
}

/* line 456, sass/_homepage-specifics.scss */
.blockPremium h3 {
  color: #fff;
  /*text-align: center;*/
}

/***/
/* line 463, sass/_homepage-specifics.scss */
.blockTeaser {
  width: 100%;
  padding-top: 35px;
  background-image: url('../RXAU/RXAU_OnlineRetailer/css/bg-left-270x800.png?v=1272393889735080795'), url('../RXAU/RXAU_OnlineRetailer/css/bg-right-270x800.png?v=1272393889735080795');
  background-position: left center, right 40%;
  background-repeat: no-repeat, no-repeat;
}

/* line 470, sass/_homepage-specifics.scss */
.blockTeaser .unmanagedContent {
  margin: auto;
  width: 960px;
}

/***/
/* line 476, sass/_homepage-specifics.scss */
.block3Column {
  /* background-image: url('../RXAU/RXAU_OnlineRetailer/css/bg-bubble-left-265x445.png?v=1272393889735080795');*/
  background-position: left center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------ 
    EVENT PLANNER STYLE : START
    --------------------------------------------------------------------------------*/
/** ATTENDEE PROFILE **/
/* line 6, sass/_mep.scss */
body.delegateProfile.sidebars-right .details {
  width: 630px;
}

/** EDIT ATTENDEE PROFILE **/
/* line 12, sass/_mep.scss */
body.editDelegateProfile .mlContainer ul.mlLanguageSelector,
body.editDelegateProfile .mlContainer h2.multilingualHeader {
  display: none;
}

/* line 15, sass/_mep.scss */
body.editDelegateProfile .tabbedContent .tabContent {
  border: 0;
}

/** ATTENDEE LISTING **/
/* line 21, sass/_mep.scss */
.attendeeListing .listItemDetail .name {
  margin-left: 117px;
}

/*Custom selector attendeeListing*/
/* line 28, sass/_mep.scss */
body.searchResults.attendeeListing #searchResultsList li.resultItem p.meta,
body.searchResults.attendeeListing #searchResultsList li.resultItem p.summary {
  display: none;
}

/**My Account**/
/* line 33, sass/_mep.scss */
.websiteSignUp-EditYourProfile #content > div.inputForm > fieldset:nth-child(7) > ol > li > ol > li:nth-child(1) {
  display: none;
}

/* line 36, sass/_mep.scss */
.websiteSignUp-ViewProfile div.layoutBlockContainer3Col div.layoutBlock {
  border: 1px solid #eee;
  /*  background-color:#f7f7f7;*/
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 7px;
  padding: 5px 5px;
  width: 30%;
}

/* line 47, sass/_mep.scss */
body.websiteSignUp-ViewProfile div.layoutBlockContainer3Col div.layoutBlock p,
body.editDelegateProfile p {
  font-size: 12px;
}

/* line 54, sass/_mep.scss */
body.websiteSignUp-ViewProfile h2,
body.editDelegateProfile h2,
#editParticipatingIndividualProfile h1,
body.websiteSignUp-ViewProfile h2 a,
body.websiteSignUp-ViewProfile h2 a:hover {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

/*body.websiteSignUp-ViewProfile div.layoutBlockContainer3Col div.layoutBlock a.more,
.recommendations__morelink {
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 0;
}*/
/* line 73, sass/_mep.scss */
.selectorHeader,
.eventEditionSelector.collapsed .selectorHeader,
.eventEditionSelector.collapsed .selectorHeader:hover,
.selectorHeader .dropdDownIndicator,
.eventEditionSelector.collapsed .selectorHeader .dropdDownIndicator,
.eventEditionSelector.collapsed .selectorHeader:hover .dropdDownIndicator,
.selectorOptions .eventEditionList li,
.selectorOptions .eventEditionList li a {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 79, sass/_mep.scss */
.singleEventEditionSelectorLabel .name,
.singleEventEditionSelectorLabel .date,
.eventEditionSelectorLabel {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 83, sass/_mep.scss */
.selectorHeader .col.right {
  background-color: #e7f5fb;
  border: 1px solid #d5ecfc;
  border-radius: 5px;
  color: #0674c3;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 10px;
  text-transform: none;
  white-space: nowrap;
}

/* line 96, sass/_mep.scss */
.mod-content-alt,
.mod-content-alt:hover {
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

/*------------------------ 
    Event selector drop down style
    ---------------------*/
/* line 104, sass/_mep.scss */
.selectorHeader .col.right {
  padding: 0 10px;
}

/*------------------------ 
    Hide LHC irrelevant filter: Ensure the number is correct in the bracket
    ---------------------*/
/* line 113, sass/_mep.scss */
body.attendeeListing #facetNavigation > ul > li:nth-child(1),
body.attendeeListing #facetNavigation > ul > li:nth-child(2),
body.attendeeListing #facetNavigation > ul > li:nth-child(3) {
  display: none;
}

/*------------------------ 
    Recommended item spacing fix
    ---------------------*/
/* line 120, sass/_mep.scss */
.grid .recommended-item .listItemDetail {
  width: 119px;
  min-height: 213px;
}

/*------------------------ 
    Edit Account detail page
    ---------------------*/
/* line 128, sass/_mep.scss */
body.websiteSignUp-EditYourProfile div.inputForm p {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 10px;
  font-size: 12px;
}

/* line 135, sass/_mep.scss */
body.websiteSignUp-EditYourProfile div.inputForm ol,
body.editDelegateProfile div.inputForm ol {
  background-color: #f7f7f7;
  margin: 0;
  padding: 10px;
}

/*------------------------ 
    RHC hover over effect
    ---------------------*/
/* line 144, sass/_mep.scss */
.myhover {
  opacity: 1.0;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
}

/* line 150, sass/_mep.scss */
.myhover:hover {
  opacity: 0.6;
  transition: opacity 0.65s ease-in-out;
  -moz-transition: opacity 0.65s ease-in-out;
  -webkit-transition: opacity 0.65s ease-in-out;
}

/*------------------------ 
    Spacing around RHC Recommendation header
    ---------------------*/
/* line 160, sass/_mep.scss */
div.contentPageSelection-recommendations h2 {
  margin-top: 20px;
}

/*------------------------ 
    Padding below event selector on Calendar page
    ---------------------*/
/* line 167, sass/_mep.scss */
#appointmentCalendarPrinterFriendlyLink {
  margin-top: 10px;
}

/*------------------------ 
    Event Planner Misc.
    ---------------------*/
/* line 176, sass/_mep.scss */
div.viewProfileIntroduction,
p.viewProfileSectionIntro,
p.viewProfileSectionIntro a {
  font-size: 12px;
  background-color: #F8F8F8;
  padding: 5px;
  margin-top: 5px;
}

/* line 182, sass/_mep.scss */
div #viewProfileHeader h2 {
  margin-left: 10px;
}

/* line 186, sass/_mep.scss */
.attendeeSearchResults.sidebars-left .list .participatingIndividualDetail p.summary,
.attendeeSearchResults #searchResultsList li.resultItem p.meta {
  display: none;
}

/*------------------------ 
    Ticket Box
    ---------------------*/
/* line 194, sass/_mep.scss */
.ticketBox {
  background: url('../RXAU/RXAU_SalonMelbourne_v2/css/ticket-tranparent.png?v=1272393889735080795') no-repeat scroll 10px 0 #0d3579;
  color: #ffffff;
  padding: 10px 0 10px 10px;
  margin-bottom: 0px;
}

/* line 200, sass/_mep.scss */
.ticketBox a, .ticketBox h2 {
  color: #ffffff;
}

/*------------------------ 
    Moving event selector behind the drop down menu
    ---------------------*/
/* line 208, sass/_mep.scss */
.eventEditionSelector {
  z-index: 99;
}

/* line 211, sass/_mep.scss */
ul.tablinks li.selected {
  z-index: 98;
}

/*------------------------------------------------------------------------------------ 
    EVENT PLANNER : END
    --------------------------------------------------------------------------------*/
/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 9, sass/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, sass/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, sass/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 29, sass/_animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  /* line 35, sass/_animate.scss */
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 42, sass/_animate.scss */
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  /* line 49, sass/_animate.scss */
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  /* line 56, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  /* line 63, sass/_animate.scss */
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 70, sass/_animate.scss */
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  /* line 77, sass/_animate.scss */
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  /* line 84, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 90, sass/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  /* line 98, sass/_animate.scss */
  from, 50%, to {
    opacity: 1;
  }

  /* line 102, sass/_animate.scss */
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  /* line 108, sass/_animate.scss */
  from, 50%, to {
    opacity: 1;
  }

  /* line 112, sass/_animate.scss */
  25%, 75% {
    opacity: 0;
  }
}

/* line 117, sass/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  /* line 125, sass/_animate.scss */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 130, sass/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  /* line 135, sass/_animate.scss */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  /* line 142, sass/_animate.scss */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 147, sass/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  /* line 152, sass/_animate.scss */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 158, sass/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  /* line 164, sass/_animate.scss */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 169, sass/_animate.scss */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 174, sass/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 179, sass/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 184, sass/_animate.scss */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 189, sass/_animate.scss */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 194, sass/_animate.scss */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  /* line 201, sass/_animate.scss */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 206, sass/_animate.scss */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 211, sass/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 216, sass/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 221, sass/_animate.scss */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 226, sass/_animate.scss */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 231, sass/_animate.scss */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 237, sass/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  /* line 243, sass/_animate.scss */
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 248, sass/_animate.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 253, sass/_animate.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  /* line 260, sass/_animate.scss */
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 265, sass/_animate.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 270, sass/_animate.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 276, sass/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  /* line 282, sass/_animate.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 287, sass/_animate.scss */
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  /* line 292, sass/_animate.scss */
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  /* line 297, sass/_animate.scss */
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  /* line 302, sass/_animate.scss */
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  /* line 307, sass/_animate.scss */
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  /* line 314, sass/_animate.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 319, sass/_animate.scss */
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  /* line 324, sass/_animate.scss */
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  /* line 329, sass/_animate.scss */
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  /* line 334, sass/_animate.scss */
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  /* line 339, sass/_animate.scss */
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 345, sass/_animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  /* line 353, sass/_animate.scss */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  /* line 358, sass/_animate.scss */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  /* line 363, sass/_animate.scss */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  /* line 368, sass/_animate.scss */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  /* line 373, sass/_animate.scss */
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  /* line 380, sass/_animate.scss */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  /* line 385, sass/_animate.scss */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  /* line 390, sass/_animate.scss */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  /* line 395, sass/_animate.scss */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  /* line 400, sass/_animate.scss */
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 406, sass/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  /* line 414, sass/_animate.scss */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 419, sass/_animate.scss */
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  /* line 424, sass/_animate.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  /* line 429, sass/_animate.scss */
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  /* line 434, sass/_animate.scss */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  /* line 441, sass/_animate.scss */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 446, sass/_animate.scss */
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  /* line 451, sass/_animate.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  /* line 456, sass/_animate.scss */
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  /* line 461, sass/_animate.scss */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 467, sass/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  /* line 475, sass/_animate.scss */
  from {
    -webkit-transform: none;
    transform: none;
  }

  /* line 480, sass/_animate.scss */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  /* line 485, sass/_animate.scss */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  /* line 490, sass/_animate.scss */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  /* line 495, sass/_animate.scss */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  /* line 500, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  /* line 505, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  /* line 512, sass/_animate.scss */
  from {
    -webkit-transform: none;
    transform: none;
  }

  /* line 517, sass/_animate.scss */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  /* line 522, sass/_animate.scss */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  /* line 527, sass/_animate.scss */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  /* line 532, sass/_animate.scss */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  /* line 537, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  /* line 542, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 548, sass/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  /* line 554, sass/_animate.scss */
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  /* line 559, sass/_animate.scss */
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  /* line 564, sass/_animate.scss */
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  /* line 569, sass/_animate.scss */
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  /* line 574, sass/_animate.scss */
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  /* line 579, sass/_animate.scss */
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  /* line 584, sass/_animate.scss */
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  /* line 589, sass/_animate.scss */
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  /* line 596, sass/_animate.scss */
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  /* line 601, sass/_animate.scss */
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  /* line 606, sass/_animate.scss */
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  /* line 611, sass/_animate.scss */
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  /* line 616, sass/_animate.scss */
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  /* line 621, sass/_animate.scss */
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  /* line 626, sass/_animate.scss */
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  /* line 631, sass/_animate.scss */
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

/* line 637, sass/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  /* line 645, sass/_animate.scss */
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 650, sass/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 656, sass/_animate.scss */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 661, sass/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 666, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  /* line 672, sass/_animate.scss */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  /* line 677, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  /* line 685, sass/_animate.scss */
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 690, sass/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 696, sass/_animate.scss */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 701, sass/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 706, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  /* line 712, sass/_animate.scss */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  /* line 717, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 724, sass/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  /* line 730, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 735, sass/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  /* line 741, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  /* line 747, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 752, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  /* line 757, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  /* line 764, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 769, sass/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  /* line 775, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  /* line 781, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 786, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  /* line 791, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 797, sass/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  /* line 803, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 808, sass/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  /* line 814, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  /* line 820, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 825, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  /* line 830, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  /* line 837, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 842, sass/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  /* line 848, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  /* line 854, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 859, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  /* line 864, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 870, sass/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  /* line 876, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 881, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  /* line 887, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  /* line 893, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  /* line 898, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  /* line 903, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  /* line 910, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 915, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  /* line 921, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  /* line 927, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  /* line 932, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  /* line 937, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 943, sass/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  /* line 949, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 954, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  /* line 960, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 966, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 971, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  /* line 976, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  /* line 983, sass/_animate.scss */
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 988, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  /* line 994, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 1000, sass/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 1005, sass/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  /* line 1010, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1016, sass/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  /* line 1022, sass/_animate.scss */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 1027, sass/_animate.scss */
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 1033, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  /* line 1041, sass/_animate.scss */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 1046, sass/_animate.scss */
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 1052, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1059, sass/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  /* line 1065, sass/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 1070, sass/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 1076, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  /* line 1084, sass/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 1089, sass/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 1095, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1102, sass/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  /* line 1108, sass/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  /* line 1114, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  /* line 1122, sass/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  /* line 1128, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1135, sass/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  /* line 1141, sass/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  /* line 1147, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  /* line 1155, sass/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  /* line 1161, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1168, sass/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  /* line 1174, sass/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 1179, sass/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  /* line 1185, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  /* line 1193, sass/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 1198, sass/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  /* line 1204, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1211, sass/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  /* line 1217, sass/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 1221, sass/_animate.scss */
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1227, sass/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 1231, sass/_animate.scss */
  to {
    opacity: 1;
  }
}

/* line 1236, sass/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  /* line 1242, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 1248, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  /* line 1256, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 1262, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1269, sass/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  /* line 1275, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  /* line 1281, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  /* line 1289, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  /* line 1295, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1302, sass/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  /* line 1308, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 1314, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  /* line 1322, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 1328, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1335, sass/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  /* line 1341, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  /* line 1347, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  /* line 1355, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  /* line 1361, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1368, sass/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  /* line 1374, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 1380, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  /* line 1388, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 1394, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1401, sass/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  /* line 1407, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  /* line 1413, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  /* line 1421, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  /* line 1427, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1434, sass/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  /* line 1440, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  /* line 1446, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  /* line 1454, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  /* line 1460, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1467, sass/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  /* line 1473, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  /* line 1479, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  /* line 1487, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  /* line 1493, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1500, sass/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  /* line 1506, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1510, sass/_animate.scss */
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 1516, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1520, sass/_animate.scss */
  to {
    opacity: 0;
  }
}

/* line 1525, sass/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  /* line 1531, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1535, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  /* line 1543, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1547, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1554, sass/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  /* line 1560, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1564, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  /* line 1572, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1576, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1583, sass/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  /* line 1589, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1593, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  /* line 1601, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1605, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1612, sass/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 1618, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1622, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  /* line 1630, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1634, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1641, sass/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  /* line 1647, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1651, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  /* line 1659, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1663, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1670, sass/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  /* line 1676, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1680, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  /* line 1688, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1692, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1699, sass/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  /* line 1705, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1709, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  /* line 1717, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1721, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1728, sass/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  /* line 1734, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1738, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  /* line 1746, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 1750, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1757, sass/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  /* line 1763, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1770, sass/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1777, sass/_animate.scss */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1784, sass/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1791, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  /* line 1800, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1807, sass/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1814, sass/_animate.scss */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1821, sass/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1828, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1836, sass/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  /* line 1844, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1852, sass/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1859, sass/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  /* line 1865, sass/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  /* line 1870, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  /* line 1877, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1885, sass/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1892, sass/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  /* line 1898, sass/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  /* line 1903, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1909, sass/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  /* line 1917, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1925, sass/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1932, sass/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  /* line 1938, sass/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  /* line 1943, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  /* line 1950, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1958, sass/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1965, sass/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  /* line 1971, sass/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  /* line 1976, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1982, sass/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  /* line 1990, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 1995, sass/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  /* line 2001, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  /* line 2009, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 2014, sass/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  /* line 2020, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2027, sass/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  /* line 2035, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 2040, sass/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  /* line 2046, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  /* line 2054, sass/_animate.scss */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 2059, sass/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  /* line 2065, sass/_animate.scss */
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2072, sass/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  /* line 2080, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  /* line 2086, sass/_animate.scss */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  /* line 2092, sass/_animate.scss */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  /* line 2098, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  /* line 2106, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  /* line 2112, sass/_animate.scss */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  /* line 2118, sass/_animate.scss */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  /* line 2124, sass/_animate.scss */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2131, sass/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  /* line 2139, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 2143, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  /* line 2151, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 2155, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2162, sass/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  /* line 2170, sass/_animate.scss */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  /* line 2178, sass/_animate.scss */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  /* line 2188, sass/_animate.scss */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  /* line 2196, sass/_animate.scss */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2205, sass/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  /* line 2211, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  /* line 2219, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  /* line 2229, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  /* line 2237, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2246, sass/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  /* line 2252, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2260, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 2270, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2278, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2287, sass/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  /* line 2293, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2301, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 2311, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2319, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2328, sass/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  /* line 2334, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  /* line 2342, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 2352, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  /* line 2360, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2369, sass/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  /* line 2375, sass/_animate.scss */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  /* line 2381, sass/_animate.scss */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  /* line 2391, sass/_animate.scss */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  /* line 2397, sass/_animate.scss */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2406, sass/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 2412, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2418, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  /* line 2428, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2434, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2443, sass/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  /* line 2449, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2455, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 2465, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2471, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2480, sass/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 2486, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2492, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 2502, sass/_animate.scss */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2508, sass/_animate.scss */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2517, sass/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  /* line 2523, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2529, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 2539, sass/_animate.scss */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2545, sass/_animate.scss */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2554, sass/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  /* line 2560, sass/_animate.scss */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2567, sass/_animate.scss */
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2576, sass/_animate.scss */
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  /* line 2586, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  /* line 2594, sass/_animate.scss */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2601, sass/_animate.scss */
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2610, sass/_animate.scss */
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  /* line 2620, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2627, sass/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  /* line 2635, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  /* line 2641, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  /* line 2649, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  /* line 2655, sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2662, sass/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  /* line 2670, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 2674, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  /* line 2682, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 2686, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2693, sass/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  /* line 2699, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2705, sass/_animate.scss */
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  /* line 2711, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2717, sass/_animate.scss */
  50% {
    opacity: 1;
  }
}

/* line 2722, sass/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  /* line 2728, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2736, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  /* line 2746, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2754, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2763, sass/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  /* line 2769, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2777, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  /* line 2787, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2795, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2804, sass/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  /* line 2810, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2818, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  /* line 2828, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2836, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2845, sass/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  /* line 2851, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2859, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  /* line 2869, sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2877, sass/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2886, sass/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  /* line 2892, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 2896, sass/_animate.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2902, sass/_animate.scss */
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  /* line 2908, sass/_animate.scss */
  from {
    opacity: 1;
  }

  /* line 2912, sass/_animate.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2918, sass/_animate.scss */
  to {
    opacity: 0;
  }
}

/* line 2923, sass/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  /* line 2929, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2937, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  /* line 2949, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2957, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2968, sass/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  /* line 2974, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 2980, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  /* line 2990, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 2996, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 3005, sass/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  /* line 3011, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 3017, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  /* line 3027, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 3033, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 3042, sass/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  /* line 3048, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 3056, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  /* line 3068, sass/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 3076, sass/_animate.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3087, sass/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  /* line 3093, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  /* line 3099, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  /* line 3106, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  /* line 3112, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3118, sass/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  /* line 3124, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* line 3130, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  /* line 3137, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* line 3143, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3149, sass/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  /* line 3155, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  /* line 3161, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  /* line 3168, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  /* line 3174, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3180, sass/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  /* line 3186, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  /* line 3192, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  /* line 3199, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  /* line 3205, sass/_animate.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3211, sass/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  /* line 3217, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3222, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  /* line 3230, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3235, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3242, sass/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  /* line 3248, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3253, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  /* line 3261, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3266, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3273, sass/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  /* line 3279, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3284, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  /* line 3292, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3297, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3304, sass/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  /* line 3310, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3315, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  /* line 3323, sass/_animate.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 3328, sass/_animate.scss */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3335, sass/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/************************************************************************************
MEDIA QUERIES ....Responsive code starts here
*************************************************************************************/
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* line 43, sass/_responsive.scss */
div.onMobile,
.onMobile {
  display: none;
}

/* for 960px or less */
@media screen and (min-device-width: 320px) and (max-width: 1024px) {
  /* line 49, sass/_responsive.scss */
  .hideOnMobile {
    display: none;
  }

  /* line 52, sass/_responsive.scss */
  div.onMobile {
    display: none;
  }

  /* line 57, sass/_responsive.scss */
  div.onMobile .mobLogo {
    padding: 10px;
    /*width: 75px;*/
    text-align: center;
  }

  /* line 62, sass/_responsive.scss */
  div.onMobile .mobLogo img {
    width: 150px;
  }

  /* line 65, sass/_responsive.scss */
  div.onMobile .mobDate {
    background-color: #f7f7f7;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
    color: #333;
    font-size: 11px;
    padding: 5px 8px;
    text-align: center;
  }

  /* line 74, sass/_responsive.scss */
  div.onMobile > div.mobDate > a {
    color: #fff;
    font-size: 11px;
  }

  /* line 79, sass/_responsive.scss */
  a.mobCta {
    background-color: #989482;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: auto;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }

  /*a.mobCta{
      background-color: #d53630;
      padding: 5px 10px;
      border-radius: 5px;
      color: #fff;
      text-decoration: none;
  
      margin: auto;
      clear: both;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      }*/
  /* line 110, sass/_responsive.scss */
  div#wrapper, .centered-page, div#cookieComplianceMessage, div#cookieComplianceMessageAction,
  #cookieComplianceMessage p {
    margin: auto;
    width: 100%;
  }

  /* line 114, sass/_responsive.scss */
  #cookieComplianceMessageAction #btnCloseComplianceMessage {
    background-color: #d53630;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
  }

  /* line 123, sass/_responsive.scss */
  #brand .jump-icon {
    position: absolute;
    right: calc(5% + 0px);
    top: 5px;
    z-index: 9999;
  }

  /*Fix for the issue where Responsive menu was getting overridden*/
  /* line 133, sass/_responsive.scss */
  .top-bar-wrapper {
    position: static;
  }

  /* line 137, sass/_responsive.scss */
  #header, div.contentLayoutBox {
    margin: auto;
    width: 100%;
  }

  /* line 141, sass/_responsive.scss */
  body.homePage #content {
    width: 100%;
  }

  /* line 149, sass/_responsive.scss */
  #sidebarRight,
  body div#contentLayoutBox #sidebarRight,
  body.sidebars-left-wide-right #sidebarRight,
  body.sidebars-wide-right #sidebarRight {
    float: none;
    width: 100%;
    padding: 10px 0;
  }

  /* line 154, sass/_responsive.scss */
  body.homePage .layoutBlockContainer3Col, body.homePage div.layoutBlockContainer3Col div.layoutBlock, #footer .extendedContainer {
    background-image: none;
  }

  /* line 157, sass/_responsive.scss */
  body.homePage ul.homePageList, body.homePage ul.homePageList li.layoutBlocks, body.homePage ul.homePageList li.layoutBlocks div.unmanagedContent {
    width: 100%;
  }

  /*------------------------ 
      Home page Layout block 
      ---------------------*/
  /* line 164, sass/_responsive.scss */
  body.homePage div.layoutBlockContainer3Col div.layoutBlock {
    float: none;
    height: auto;
    margin: 0;
    margin-bottom: 0px;
    overflow: hidden;
    width: auto;
  }

  /* line 172, sass/_responsive.scss */
  body.homePage .layoutBlockContainer3Col .layoutBlock-1, body.homePage .layoutBlockContainer3Col .layoutBlock-2, body.homePage .layoutBlockContainer3Col .layoutBlock-3 {
    margin: 0;
  }

  /* line 175, sass/_responsive.scss */
  div.layoutBlock img {
    border-bottom: medium none;
    float: left;
    padding-right: 10px;
    width: 20%;
  }

  /* line 181, sass/_responsive.scss */
  body.homePage div.layoutBlockContainer3Col div.layoutBlock {
    min-height: inherit;
  }

  /* line 185, sass/_responsive.scss */
  body.homePage div.layoutBlock .more {
    float: left;
    margin-top: 3px;
  }

  /*------------------------ 
      Hub page
      ---------------------*/
  /* line 196, sass/_responsive.scss */
  body.sidebars-right #content, body.sidebars-wide-right #content {
    width: 95%;
  }

  /* line 199, sass/_responsive.scss */
  body.homePage.sidebars-right #content, body.homePage.sidebars-wide-right #content {
    width: 100%;
  }

  /* line 202, sass/_responsive.scss */
  body.sidebars-right #proposition, body.sidebars-wide-right #proposition {
    width: 100%;
  }

  /* line 205, sass/_responsive.scss */
  body.sidebars-right #proposition img, body.sidebars-wide-right #proposition img {
    width: 100%;
  }

  /* line 208, sass/_responsive.scss */
  .singleColumnTeaserList .unmanagedContent, .singleColumnTeaserList .teaserColumn {
    width: 100%;
  }

  /*------------------------ 
     Gift Specific code
      ---------------------*/
  /* line 217, sass/_responsive.scss */
  #footer .extendedContainer a {
    display: list-item;
  }

  /* line 220, sass/_responsive.scss */
  .footerBlockContainer .footerBlock {
    float: left;
  }

  /* line 223, sass/_responsive.scss */
  #topNavigation, .fixed #topNavigation {
    /*display:none !important*/
  }

  /* line 226, sass/_responsive.scss */
  #topNavigation {
    font-size: 12px;
    width: 960px;
  }

  /* line 230, sass/_responsive.scss */
  #topNavigation ul.level1 > li {
    /*padding:0 5px*/
  }

  /*------------------------ 
      Footer
      ---------------------*/
  /* line 236, sass/_responsive.scss */
  #footer {
    width: 100%;
  }

  /*------------------------ 
      Footer Extended Container Category Blocks
      ---------------------*/
  /* line 244, sass/_responsive.scss */
  #footer div.extendedContainer.horizontal div.footerBlockContainer {
    height: auto;
    display: block;
  }

  /* line 248, sass/_responsive.scss */
  #footer div.extendedContainer.horizontal div.footerTeaserContainer {
    height: 227px;
    width: 100%;
  }

  /* line 252, sass/_responsive.scss */
  #footer div.extendedContainer.horizontal div.footerTeaserContainer ul {
    padding: 0 10px;
    position: relative;
  }

  /* line 256, sass/_responsive.scss */
  #footer div.extendedContainer.horizontal .footerTeaserContainer ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
  }

  /* line 261, sass/_responsive.scss */
  #footer div.extendedContainer.horizontal .footerTeaserContainer ul li img {
    width: 100%;
  }

  /*------------------------ 
      Searh listing page with LHC
      ---------------------*/
  /* line 268, sass/_responsive.scss */
  .searchResults #sidebarLeft,
  #searchResultsList div.products {
    display: none;
  }

  /* line 274, sass/_responsive.scss */
  .list .exhibitorDetail .attribute-container,
  .list .exhibitorDetail .headline,
  .list .itemDetail .descriptionContainer,
  .list .sessionItemDetail .contributors {
    margin: 0px;
  }

  /* line 278, sass/_responsive.scss */
  body.sidebars-left #content {
    width: 100%;
  }

  /* line 281, sass/_responsive.scss */
  .list .exhibitorDetail .name {
    margin-right: 108px;
  }

  /* line 284, sass/_responsive.scss */
  .searchResults .list .listItemDetail .logo img {
    float: right;
  }

  /* line 290, sass/_responsive.scss */
  .searchResults.sidebars-left .list .exhibitorDetail h3.name,
  .searchResults.sidebars-left .list .productDetail h3.name,
  .searchResults.sidebars-left .list .sessionItemDetail h3.name,
  .searchResults.sidebars-left .list .participatingIndividualDetail h3.name {
    margin-left: 0;
  }

  /* line 293, sass/_responsive.scss */
  .list .exhibitorDetail .standDetails {
    margin: 0;
  }

  /*------------------------ 
      RESPONSIVE NAVIGATION
      ---------------------*/
  /* line 302, sass/_responsive.scss */
  a.meanmenu-reveal, #voviciButton {
    display: none;
  }

  /* line 305, sass/_responsive.scss */
  .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background-color: #3c3c3b;
    min-height: 42px;
    z-index: 9999;
  }

  /* line 313, sass/_responsive.scss */
  .mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    text-indent: -9999px;
    display: block;
    font-weight: 700;
  }

  /* line 327, sass/_responsive.scss */
  .mean-container a.meanmenu-reveal span {
    display: block;
    background-color: #FFF;
    height: 3px;
    margin-top: 3px;
  }

  /* line 333, sass/_responsive.scss */
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 42px;
    border-bottom: 1px solid #24002c;
  }

  /* line 339, sass/_responsive.scss */
  .mean-container .mean-nav ul {
    width: 100%;
  }

  /* line 342, sass/_responsive.scss */
  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }

  /* line 347, sass/_responsive.scss */
  .mean-container .mean-nav ul li a {
    display: block;
    background-color: #3c3c3b;
    float: left;
    width: 90%;
    padding: 1em 5%;
    text-align: left;
    color: #ffffff;
    border-bottom: 1px solid #0c171d;
    text-transform: uppercase;
    text-decoration: none;
  }

  /* line 359, sass/_responsive.scss */
  .mean-container .mean-nav ul li.selected > a {
    font-weight: 700;
    background-color: #575656;
    border-bottom: 1px solid #333;
    color: white;
  }

  /* line 365, sass/_responsive.scss */
  .mean-container .mean-nav ul li li a {
    width: 80%;
    background-color: #575656;
    padding: 1em 10%;
    border-bottom: 1px solid #333;
    visibility: visible;
    color: white;
  }

  /* line 373, sass/_responsive.scss */
  .mean-container .mean-nav ul li > li.selected a {
    font-weight: bold;
  }

  /* line 376, sass/_responsive.scss */
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    background-color: #d53630;
    font-weight: 700;
    color: white;
  }

  /* line 382, sass/_responsive.scss */
  .mean-container .mean-nav ul li a.mean-expand {
    width: 24px;
    height: 24px;
    border: 0;
    padding: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    border-left: 1px solid #24002c;
  }

  /* line 395, sass/_responsive.scss */
  .mean-container .mean-nav ul li.selected a.mean-expand {
    border-left: 1px solid #575656;
  }

  /* line 398, sass/_responsive.scss */
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  /* line 405, sass/_responsive.scss */
  .mean-nav .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /*------------------------ 
  RESPONSIVE TABLES
  ---------------------*/
  /* line 414, sass/_responsive.scss */
  .unmanagedContent table.responsive {
    width: 95%;
  }

  /* Force table to not be like tables anymore */
  /* line 424, sass/_responsive.scss */
  table.responsive,
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 429, sass/_responsive.scss */
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 435, sass/_responsive.scss */
  table.responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  /* line 443, sass/_responsive.scss */
  table.responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*------------------------ 
  RESPONSIVE XForms
  ---------------------*/
  /* line 461, sass/_responsive.scss */
  .form #content div.unmanagedContent,
  div.inputForm {
    padding: 0;
    margin: 0;
  }

  /* line 465, sass/_responsive.scss */
  #id_matrix table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* line 471, sass/_responsive.scss */
  #id_matrix table,
  #id_matrix tr,
  #id_matrix td {
    border: none;
  }

  /* line 474, sass/_responsive.scss */
  #id_matrix td {
    display: block;
    font-weight: bold;
    color: #646464;
    padding: 0;
    margin: 0;
  }

  /* line 482, sass/_responsive.scss */
  .form div.inputForm td > input,
  .form div.inputForm td > textarea {
    padding: 10px;
    margin: 5px 0 10px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 490, sass/_responsive.scss */
  #id_matrix fieldset input {
    margin-left: 10px;
  }

  /*Validation message*/
  /* line 495, sass/_responsive.scss */
  span.xformvalidator {
    margin-left: 0;
  }

  /*------------------------ 
  Subscription Form
  ---------------------*/
  /* line 502, sass/_responsive.scss */
  .rhc-subscription {
    text-align: center;
  }

  /*******/
}
@media only screen and (max-width: 850px) {
  /* line 511, sass/_responsive.scss */
  #brand {
    background: none;
    height: auto;
    min-height: initial;
  }

  /* line 516, sass/_responsive.scss */
  #brand .logo {
    display: none;
  }

  /*Mobile specific logo & event dates*/
  /* line 520, sass/_responsive.scss */
  div.onMobile {
    display: block;
    width: 100%;
  }

  /* line 524, sass/_responsive.scss */
  div.onMobile .mobLogo {
    /*float:left;
    width: 50%;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;*/
  }

  /* line 532, sass/_responsive.scss */
  div.onMobile .mobLogo img {
    width: 30%;
    margin: 15px 0 0px;
  }

  /* line 536, sass/_responsive.scss */
  div.onMobile .mobDate {
    font-size: 0.8em;
    color: #ffffff;
    /*padding: 10px 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 544, sass/_responsive.scss */
  div.onMobile .mobDate ul {
    display: inline;
  }

  /* line 547, sass/_responsive.scss */
  div.onMobile .mobDate a {
    font-size: 1em;
  }

  /***/
  /* line 552, sass/_responsive.scss */
  #brand .jump-icon {
    top: calc(100% - 44px);
  }

  /* line 556, sass/_responsive.scss */
  #topNavigation {
    width: 960px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 563, sass/_responsive.scss */
  div.top-bar-wrapper, div#pageTools, div.jump-icon {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 571, sass/_responsive.scss */
  body.homePage div.layoutBlock img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  /* line 576, sass/_responsive.scss */
  #footer .extendedContainer {
    background-image: none;
  }

  /* line 579, sass/_responsive.scss */
  div.top-bar-wrapper {
    display: none;
  }

  /* line 582, sass/_responsive.scss */
  div.layoutBlock img {
    float: left;
    padding-right: 10px;
    width: 100%;
  }

  /* line 587, sass/_responsive.scss */
  #footer div.extendedContainer.horizontal div.footerTeaserContainer ul {
    padding: 0;
  }

  /*iframe,*/
  /* line 591, sass/_responsive.scss */
  #jcornerSmall, #jcornerBig, .jump-icon {
    display: none;
  }

  /* line 594, sass/_responsive.scss */
  iframe {
    width: 298px !important;
  }

  /**Alpha filter**/
  /* line 598, sass/_responsive.scss */
  ol#alphaList li a, ol#alphaList li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  /*Exhibitor Profile page*/
  /* line 604, sass/_responsive.scss */
  .sidepanel-b {
    float: none;
  }

  /* line 607, sass/_responsive.scss */
  .media-object .media {
    float: left;
  }

  /* line 610, sass/_responsive.scss */
  .participatingCompany-media-object .bd {
    float: left;
  }

  /**/
}
@media only screen and (max-width: 320px) {
  /* line 624, sass/_responsive.scss */
  div#cookieComplianceMessage, div#cookieComplianceMessageAction, #cookieComplianceMessage p {
    margin: auto;
    width: 100%;
  }

  /*#footer .extendedContainer {background-image: none;}
  	#footer div.extendedContainer.horizontal .footerTeaserContainer ul li{		width:50%;}
  	#footer div.extendedContainer.horizontal .footerTeaserContainer ul li img{		width:85%;}*/
  /* line 632, sass/_responsive.scss */
  div.layoutBlock img {
    float: left;
    padding-right: 10px;
    width: 100%;
  }

  /* line 637, sass/_responsive.scss */
  .teaserList {
    padding: 0;
  }

  /***
  	2 column teaser list
  	***/
  /* line 643, sass/_responsive.scss */
  .twoColumnTeaserList .teaserList li {
    width: 100%;
  }

  /*.twoColumnTeaserList .teaserList .teaser img{
  		height: auto;
  		width: 80%;
  	}
  	*/
  /***/
}
@media screen and (min-device-width: 321px) and (max-width: 480px) {
  /***
  	2 column teaser list
  	***/
  /* line 663, sass/_responsive.scss */
  .twoColumnTeaserList .teaserList .teaser img {
    height: auto;
    width: 80%;
  }

  /***/
}
/*Screensize less than 390px*/
@media only screen and (max-width: 390px) {
  /* line 677, sass/_responsive.scss */
  #cookieComplianceMessage,
  #cookieComplianceMessageAction,
  #cookieComplianceMessage p {
    margin: auto;
    width: 100%;
  }

  /*.top-bar-wrapper, */
  /* line 683, sass/_responsive.scss */
  #pageTools {
    display: none;
  }

  /* line 686, sass/_responsive.scss */
  div.layoutBlock img {
    float: left;
    padding-right: 10px;
    width: 100%;
  }

  /* line 695, sass/_responsive.scss */
  div.inputForm input[type=text],
  div.inputForm input[type=password],
  div.inputForm input[type=url],
  div.inputForm input[type=email],
  input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border: 1px solid #bbb;
  }

  /* line 706, sass/_responsive.scss */
  div.inputForm input[type=checkbox] {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #bbb;
  }

  /* line 714, sass/_responsive.scss */
  div.inputForm button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 2.5em;
    color: #333;
    font-weight: bold;
    height: 2.5em;
    width: 80%;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #bebebe));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #bebebe 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #bebebe 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #bebebe 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #bebebe 100%);
    border: 1px solid #bbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  /* line 738, sass/_responsive.scss */
  body.websiteSignUp-LoginForm div.actions,
  body.websiteSignUp-LoginForm .forgotPassword {
    /*margin-left:0;*/
  }
}

