@charset "UTF-8";
@font-face {
  font-family: 'Conv_AvenirNextLTPro-Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.eot');
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_AvenirNextLTPro-Demi';
  src: url('../fonts/AvenirNextLTPro-Demi.eot');
  src: url('../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Demi.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-lightitalic-webfont.eot');
  src: url('../fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-lightitalic-webfont.woff') format('woff'), url('../fonts/proximanova-lightitalic-webfont.ttf') format('truetype'), url('../fonts/proximanova-lightitalic-webfont.svg#ProximaNovaLightItalic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-reg-webfont.eot');
  src: url('../fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-reg-webfont.woff') format('woff'), url('../fonts/proximanova-reg-webfont.ttf') format('truetype'), url('../fonts/proximanova-reg-webfont.svg#ProximaNovaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-regitalic-webfont.eot');
  src: url('../fonts/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regitalic-webfont.woff') format('woff'), url('../fonts/proximanova-regitalic-webfont.ttf') format('truetype'), url('../fonts/proximanova-regitalic-webfont.svg#ProximaNovaRegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-sbold-webfont.eot');
  src: url('../fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-sbold-webfont.woff') format('woff'), url('../fonts/proximanova-sbold-webfont.ttf') format('truetype'), url('../fonts/proximanova-sbold-webfont.svg#ProximaNovaSemibold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-sbolditalic-webfont.eot');
  src: url('../fonts/proximanova-sbolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-sbolditalic-webfont.woff') format('woff'), url('../fonts/proximanova-sbolditalic-webfont.ttf') format('truetype'), url('../fonts/proximanova-sbolditalic-webfont.svg#ProximaNovaSemiboldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima_nova_black-webfont.eot');
  src: url('../fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_black-webfont.woff') format('woff'), url('../fonts/proxima_nova_black-webfont.ttf') format('truetype'), url('../fonts/proxima_nova_black-webfont.svg#ProximaNovaBlack') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('proxima_nova_extrabold-webfont.eot');
  src: url('proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('proxima_nova_extrabold-webfont.woff') format('woff'), url('proxima_nova_extrabold-webfont.ttf') format('truetype'), url('proxima_nova_extrabold-webfont.svg#ProximaNovaExtrabold') format('svg');
  font-weight: 900;
  font-style: normal;
}
.emi-pos-top-right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.emi-pos-bot-right {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.emi-pos-top-left {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.emi-pos-bot-left {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.emi-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.emi-flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.emi-flex-justify-between {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.emi-flex-justify-end {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.emi-no-border-radius {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.emi-no-box-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0)";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0);
}
.emi-bg-flip {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Transition for Webkit browsers */
}
.no-grayscale {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
body,
html {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  height: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
}
body.emi-overflow-hidden,
html.emi-overflow-hidden {
  overflow: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
a {
  color: #333333;
  outline: none;
}
a:hover {
  text-decoration: underlineamp;
  color: #00aed9;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #333333;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fixed {
  position: fixed;
  z-index: 99;
  top: 0;
}
.emi-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.entry-content img {
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .entry-content img {
    margin: 0 0 35px 0;
  }
}
.alignleft,
img.alignleft {
  margin-right: 50px;
  margin-bottom: 50px;
  display: inline;
  float: left;
}
@media (max-width: 991px) {
  .alignleft,
  img.alignleft {
    margin-right: 35px;
    margin-bottom: 35px;
  }
}
.alignright,
img.alignright {
  margin-left: 50px;
  margin-bottom: 50px;
  display: inline;
  float: right;
}
@media (max-width: 991px) {
  .alignright,
  img.alignright {
    margin-right: 35px;
    margin-bottom: 35px;
  }
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .wp-caption {
    margin-bottom: 35px;
  }
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}
.emi-bg-blue {
  background: #00aed9;
}
.emi-bg-orange {
  background: #faa537;
}
.emi-bg-lilac {
  background: #cea7ce;
}
.emi-bg-teal {
  background: #5f88a1;
}
.emi-color-orange {
  color: #faa537;
}
.emi-color-blue {
  color: #00aed9;
}
.emi-color-teal {
  color: #5f88a1;
}
.emi-color-lilac {
  color: #cea7ce;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 12px;
  }
}
h3 {
  font-size: 12px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 10px;
  }
}
p {
  margin-bottom: 20px;
  font-family: georgia;
}
p a {
  color: #00aed9;
}
p.emi-headline-copy {
  font-size: 24px;
  font-family: 'Proxima Nova', sans-serif;
}
@media (max-width: 767px) {
  p.emi-headline-copy {
    font-size: 18px;
  }
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
form input.form-control {
  border-radius: 0;
  border: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
}
form .checkbox {
  margin: 0 !important;
  padding: 0;
}
form .checkbox label {
  margin: 0;
  padding: 0;
  text-transform: none;
  height: 30px;
  color: #333333;
}
@media (min-width: 992px) {
  form .checkbox label {
    line-height: 30px;
  }
}
form .checkbox .checker {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  form .checkbox .checker {
    width: 25px;
    height: 25px;
  }
}
form .checkbox .checker span {
  display: block;
  border: 1px solid #cccccc;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  form .checkbox .checker span {
    width: 25px;
    height: 25px;
  }
}
form .checkbox .checker span.checked {
  background: #ffffff url('img/emi-icon-tick.gif') no-repeat center;
  border: none;
}
@media (max-width: 991px) {
  form .checkbox .checker span.checked {
    background-size: 25px;
  }
}
form .checkbox .checker span input {
  background: #F00;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 991px) {
  form .checkbox .checker span input {
    width: 25px;
    height: 25px;
  }
}
body .btn {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0 35px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body .btn {
    height: 40px;
    line-height: 40px;
  }
}
body .btn.emi-btn-greybg-orange-text {
  background: #333333;
  color: #faa537;
  border: 1px solid #faa537;
}
body .btn.emi-btn-greybg-orange-text:hover {
  color: #333333;
  background: #faa537;
}
body .btn.emi-btn-orangebg-white-text {
  background: #faa537;
  color: #FFF;
}
body .btn.emi-btn-orangebg-white-text:hover {
  color: #faa537;
  background: #FFF;
  border: 1px solid #faa537;
}
body .btn.emi-btn-whitebg-orange-text {
  background: #FFF;
  color: #faa537;
  border: 1px solid #faa537;
}
body .btn.emi-btn-whitebg-orange-text:hover {
  color: #FFF;
  background: #faa537;
}
body .btn.emi-btn-transbg-white-text {
  background: none;
  color: #FFF;
  border: 1px solid #FFF;
}
body .btn.emi-btn-transbg-white-text:hover {
  color: #FFF;
  background: #00aed9;
}
.emi-filter-bar {
  position: relative;
}
.emi-filter-bar .emi-js-morph-button {
  width: auto;
  float: left;
  position: relative;
}
.emi-filter-bar .emi-js-morph-button button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button button {
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 10px;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content {
  background: #333333;
  color: #FFF;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content {
    padding: 0;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .emi-close-button,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .emi-close-button {
  display: block;
  cursor: pointer;
  height: 35px;
  width: 35px;
  position: fixed;
  right: 35px;
  top: 35px;
  text-indent: -99999px;
  background: url('img/emi-icon-close.png') no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .emi-close-button,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .emi-close-button {
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .emi-close-button:hover,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .emi-close-button:hover {
  background-position: bottom left;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .emi-filter-menu,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .emi-filter-menu {
  padding-top: 10px;
  margin-bottom: 15px;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .emi-filter-menu span.emi-label,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .emi-filter-menu span.emi-label {
  font-size: 18px;
  color: #faa537;
  text-transform: uppercase;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row {
  padding: 10px 0 30px ;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row {
    padding: 0;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row h3,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row h3 {
  border-top: 1px solid #faa537;
  display: block;
  padding-top: 20px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row h3,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row h3 {
    padding: 15px 0;
  }
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row h3 span,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row h3 span {
    display: block;
    position: absolute;
    right: -15px;
    top: 10px;
    width: 30px;
    height: 100%;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Proxima Nova', sans-serif;
    color: #faa537;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 {
  border-top: 1px solid #00aed9;
  padding-left: 0;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 {
    margin-right: 15px;
    margin-left: 15px;
    border-top: 1px solid #cccccc;
    padding-right: 0;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9:first-child,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9:first-child {
  border-top: none;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9 ul,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9 ul,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 ul {
    margin: 10px 0 0 0;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9 ul li,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 ul li {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 33%;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9 ul li,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 ul li {
    font-size: 14px;
    width: 48%;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9 ul li a,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 ul li a {
  color: #cccccc;
  text-decoration: none;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row .col-md-9 ul li a:hover,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row .col-md-9 ul li a:hover {
  text-decoration: underline;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul {
  margin: 0;
  padding: 20px 0 0 0;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul li,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul li {
  background: #777777;
  display: block;
  float: left;
  width: 32%;
  height: 150px;
  margin: 0 2% 2% 0;
  position: relative;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul li:hover,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul li:hover {
  background: #00aed9;
}
@media (max-width: 991px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul li,
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul li {
    height: 100px;
    width: 47.5%;
  }
}
@media (min-width: 992px) {
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul li:nth-child(3n+0),
  .emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul li a,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .row.emi-contributors-row ul li a:hover,
.emi-filter-bar .emi-js-morph-button.morph-button-fixed .morph-content .row.emi-contributors-row ul li a:hover {
  text-decoration: none;
}
.emi-blog-filters {
  width: 100%;
  height: 90px;
  padding-top: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  background: #FFF;
}
@media (max-width: 767px) {
  .emi-blog-filters {
    height: 80px;
    margin-bottom: 20px;
  }
}
.emi-blog-filters .emi-filter-tabs {
  padding: 0;
  margin: 15px 0 0 0;
}
.emi-blog-filters .emi-filter-tabs.fixed {
  left: 0;
}
@media (max-width: 767px) {
  .emi-blog-filters .emi-filter-tabs {
    margin-top: 10px;
  }
}
.emi-blog-filters .emi-filter-tabs li {
  padding: 0;
  margin: 0 15px 0 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .emi-blog-filters .emi-filter-tabs li {
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }
}
.emi-blog-filters .emi-filter-tabs li button {
  height: 100%;
  width: 100%;
  position: relative;
  background: none;
  border: none;
  outline: none;
}
.emi-blog-filters .emi-filter-tabs li button.emi-active-tab span {
  color: #333333;
}
.emi-blog-filters .emi-filter-tabs li button span {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  color: #cccccc;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.emi-blog-filters .emi-filter-tabs li button span:hover {
  color: #faa537;
}
.emi-blog-filters .emi-filter-tabs li:last-of-type {
  margin-right: 0;
}
.emi-pagination-menu {
  height: 20px;
  text-align: center;
}
.emi-pagination-menu ul.page-numbers {
  height: 20px;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
}
.emi-pagination-menu ul.page-numbers li {
  height: 20px;
  margin: 0;
  padding: 0;
  float: left;
}
.emi-pagination-menu ul.page-numbers li a {
  background: none;
  border: none;
  color: #00aed9;
  text-transform: uppercase;
  padding: 0 15px 0 0;
}
.emi-pagination-menu ul.page-numbers li span.current {
  color: #333333;
  padding-right: 15px;
}
.emi-pagination-menu ul.page-numbers li span.dots {
  padding-right: 15px;
}
@media (max-width: 991px) {
  body .ui-widget-content {
    display: none !important;
  }
}
body .ui-widget-content li.ui-menu-item {
  background: #f1f4f9;
  color: #333333;
  font-size: 18px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  list-style-image: none;
  border: none;
  overflow: hidden;
}
body .ui-widget-content li.ui-menu-item.ui-state-focus {
  background: #00aed9;
  color: #FFF;
}
.emi-sidebar {
  position: relative;
}
.emi-sidebar .emi-blog-widget {
  background: #f1f4f9;
  padding: 25px;
  margin-bottom: 25px;
}
.emi-sidebar .emi-blog-widget h3 {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .emi-sidebar .emi-blog-widget h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.emi-sidebar .emi-blog-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.emi-sidebar .emi-blog-widget ul li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.emi-sidebar .emi-blog-widget ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .emi-sidebar .emi-blog-widget ul li {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.emi-sidebar .emi-blog-widget ul li h4 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 767px) {
  .emi-sidebar .emi-blog-widget ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.emi-sidebar .emi-blog-widget ul li span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 767px) {
  .emi-sidebar .emi-blog-widget ul li span {
    font-size: 15px;
  }
}
.emi-sidebar .emi-blog-widget ul li span.emi-date-label {
  display: inline-block;
}
.emi-sidebar .emi-blog-widget ul li span a {
  color: #00aed9;
}
.emi-sidebar .emi-blog-widget ul li span a:hover {
  text-decoration: underline;
}
.emi-sidebar .emi-blog-widget.emi-widget-popular-posts.fixed {
  position: fixed;
  top: 120px;
}
@media (max-width: 991px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.fixed {
    position: relative;
    top: 0;
    z-index: 9;
  }
}
@media (min-width: 992px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.fixed {
    width: 293px;
  }
}
@media (min-width: 1200px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.fixed {
    width: 360px;
  }
}
.emi-sidebar .emi-blog-widget.emi-widget-popular-posts.bottom {
  position: absolute;
  bottom: 0;
}
.emi-sidebar .emi-blog-widget.emi-widget-popular-posts.menu-hidden {
  z-index: 9 !important;
}
.emi-main-feature.emi-webinar-feature,
.emi-main-feature.emi-white-papers-feature,
.emi-main-feature .emi-featured-posts {
  padding: 50px 0;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .emi-main-feature.emi-webinar-feature,
  .emi-main-feature.emi-white-papers-feature,
  .emi-main-feature .emi-featured-posts {
    min-height: 635px;
  }
}
@media (max-width: 767px) {
  .emi-main-feature.emi-webinar-feature,
  .emi-main-feature.emi-white-papers-feature,
  .emi-main-feature .emi-featured-posts {
    padding: 3%;
  }
}
.emi-main-feature.emi-webinar-feature a {
  color: #FFF;
}
.emi-main-feature.emi-white-papers-feature {
  background: #0072bc;
}
@media (max-width: 767px) {
  .emi-main-feature.emi-white-papers-feature {
    padding: 25px 0;
  }
}
.emi-main-feature.emi-white-papers-feature a {
  color: #FFF;
}
.emi-main-feature h4 {
  font-size: 24px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .emi-main-feature h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.emi-main-feature h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .emi-main-feature h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .emi-main-feature h2 {
    font-size: 48px;
  }
}
.emi-main-feature .emi-date-label {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .emi-main-feature .emi-date-label {
    margin-bottom: 30px;
  }
}
.emi-main-feature .emi-headline-copy {
  font-size: 24px;
}
@media (max-width: 767px) {
  .emi-main-feature .emi-headline-copy {
    font-size: 15px;
  }
}
.emi-main-feature .emi-headline-copy p {
  font-family: 'Proxima Nova', sans-serif;
}
.emi-content-master {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .emi-content-master {
    padding-bottom: 30px;
  }
}
.emi-content-master.emi-blog-page .emi-featured-posts {
  padding: 50px 0;
  color: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  .emi-content-master.emi-blog-page .emi-featured-posts {
    min-height: 635px;
  }
}
@media (max-width: 767px) {
  .emi-content-master.emi-blog-page .emi-featured-posts {
    padding: 25px 0;
    background: #00aed9;
  }
}
.emi-content-master.emi-blog-page .emi-featured-posts a {
  color: #FFF;
}
.emi-content-master.emi-blog-page .emi-featured-posts a:hover {
  color: #FFF;
  text-decoration: underline;
}
.emi-content-master.emi-blog-page .emi-featured-posts .emi-other-features .emi-feature-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .emi-content-master.emi-blog-page .emi-featured-posts .emi-other-features .emi-feature-item {
    margin-bottom: 25px;
  }
}
.emi-content-master.emi-blog-page .emi-featured-posts .emi-other-features .emi-feature-item h2 {
  text-transform: none;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .emi-content-master.emi-blog-page .emi-featured-posts .emi-other-features .emi-feature-item h2 {
    margin-bottom: 11px;
  }
}
.emi-content-master.emi-blog-page .emi-featured-posts .emi-other-features .emi-feature-item span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 767px) {
  .emi-content-master.emi-blog-page .emi-featured-posts .emi-other-features .emi-feature-item span {
    font-size: 15px;
  }
}
.emi-content-master.emi-blog-page .emi-subscription-bar {
  height: 120px;
  padding-top: 35px;
  background: #333333;
  color: #FFF;
  width: 100%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
}
.emi-content-master.emi-blog-page .emi-subscription-bar.emi-subs-bar-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar {
    height: 140px;
    padding-top: 20px;
  }
}
.emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form {
  height: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form {
    height: 90px;
  }
}
.emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form label {
  height: 50px;
  line-height: 50px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form label {
    display: block;
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
}
.emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .form-control {
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .form-control {
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .form-control {
    margin-left: 15px;
    width: 510px;
  }
}
@media (min-width: 1200px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .form-control {
    margin-left: 15px;
    width: 710px;
  }
}
.emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .form-control:focus {
  background: #333333;
  color: #FFF;
}
.emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .btn {
  float: right;
}
@media (max-width: 991px) {
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .btn.emi-btn-submit {
    height: 40px;
    line-height: 40px;
    background: url('img/emi-icon-submit-btn.gif') no-repeat 15px 0 #faa537;
    background-size: 40px 72px;
    color: #faa537;
    position: relative;
    font-size: 20px;
    border: 2px solid #faa537;
  }
  .emi-content-master.emi-blog-page .emi-subscription-bar .emi-subscription-form .btn.emi-btn-submit:before {
    display: block;
    width: 15px;
    height: 40px;
    background: #333333;
    content: "";
    position: absolute;
    left: -17px;
    top: -2px;
  }
}
.emi-content-master .emi-blog-feed .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.emi-content-master .emi-blog-feed .row .emi-left-column {
  overflow: hidden;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview {
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  width: 100%;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview.grid {
  width: 47.5%;
  margin-right: 5%;
  float: left;
  border-bottom: none;
  padding-bottom: 0;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview.grid:nth-child(2n+0) {
  margin-right: 0;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview.grid article,
.emi-content-master .emi-blog-feed .row .emi-article-preview.grid .emi-post-thumb {
  width: 100%;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview.grid .emi-post-thumb {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview.grid .emi-post-thumb {
    height: 100PX;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview .emi-post-thumb {
  width: 45%;
  height: 275px;
  margin: 0 5% 5% 0;
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 98;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview .emi-post-thumb img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.emi-content-master .emi-blog-feed .row .emi-article-preview .emi-post-thumb:hover img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview .emi-post-thumb {
    height: 150PX;
    width: 100%;
    margin: 0 0 5% 0;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article {
  position: relative;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview article {
    padding-bottom: 50px;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article h2 {
  font-size: 30px;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview article h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview article span {
    font-size: 15px;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article span.emi-date-label {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview article span.emi-date-label {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article span a {
  color: #00aed9;
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article span a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview article .emi-sharing-widget {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview article p {
    margin-bottom: 25px;
  }
}
.emi-content-master.emi-blog-page .emi-archive-header {
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .emi-content-master.emi-blog-page .emi-archive-header {
    min-height: 110px;
    padding: 45px 0;
  }
}
.emi-content-master.emi-blog-page .emi-archive-header .container {
  position: relative;
  z-index: 999;
}
.emi-content-master.emi-blog-page .emi-archive-header h1 {
  color: #FFF;
}
.emi-content-master.emi-blog-page .emi-archive-header h1 span.emi-search-string {
  font-weight: 300;
  font-family: 'Proxima Nova', sans-serif;
}
.emi-content-master.emi-blog-page .emi-archive-header h1 a {
  color: #FFF;
}
.emi-content-master.emi-blog-page .emi-archive-header h1 a:hover {
  text-decoration: underline;
}
.emi-content-master.emi-white-papers-page .emi-white-papers-feature {
  position: relative;
}
@media (max-width: 991px) {
  .emi-content-master.emi-white-papers-page .emi-white-papers-feature {
    padding-top: 0;
  }
}
.emi-content-master.emi-white-papers-page .emi-white-papers-feature .col-md-5 {
  height: 100%;
}
@media (min-width: 992px) {
  .emi-content-master.emi-white-papers-page .emi-white-papers-feature .col-md-5 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .emi-content-master.emi-white-papers-page .emi-white-papers-feature .col-md-5 {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .emi-content-master.emi-white-papers-page .emi-white-papers-feature .col-md-5 img {
    height: 100% !important;
    max-width: 100% !important;
  }
}
.emi-content-master.emi-white-papers-page .emi-blog-filters {
  margin-bottom: 0;
}
.emi-content-master.emi-white-papers-page .emi-white-papers-thumbs {
  width: 100%;
  background: #ecf4f8;
  border-bottom: 1px solid #cccccc;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-white-papers-page .emi-white-papers-thumbs {
    padding: 25px 0;
    margin-bottom: 25px;
  }
}
.emi-content-master.emi-white-papers-page .emi-white-papers-thumbs .emi-wp-thumb {
  float: left;
}
.emi-content-master.emi-webinar-recordings .emi-webinar-feature {
  position: relative;
}
@media (min-width: 992px) {
  .emi-content-master.emi-webinar-recordings .emi-other-features {
    margin-top: 50px;
  }
}
.emi-content-master.emi-webinar-recordings .emi-other-features article .emi-date-label {
  margin-bottom: 20px;
}
.emi-content-master.emi-single-page {
  padding-bottom: 0;
}
.emi-content-master.emi-single-page header {
  color: #FFF;
  position: relative;
}
.emi-content-master.emi-single-page header h1 {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page header h1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page header {
    padding: 25px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .emi-content-master.emi-single-page header {
    min-height: 500px;
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.emi-content-master.emi-single-page header span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page header span {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }
}
.emi-content-master.emi-single-page header span a {
  color: #FFF;
}
.emi-content-master.emi-single-page header span a:hover {
  color: #FFF;
}
.emi-content-master.emi-single-page header span.emi-date-label {
  text-transform: none;
}
.emi-content-master.emi-single-page .emi-sticky-social-bar {
  width: 40px;
  position: absolute;
  top: 0;
  margin-left: -90px;
}
.emi-content-master.emi-single-page .emi-sticky-social-bar.fixed {
  position: fixed !important;
  top: 30px;
}
.emi-content-master.emi-single-page .emi-sticky-social-bar .emi-social-icons a {
  width: 40px;
  height: 40px;
  margin: 0 0 10px 0;
}
.emi-content-master.emi-single-page .emi-single-content {
  overflow: hidden;
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h1 {
  margin-bottom: 35px;
  font-size: 36px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h1 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h2 {
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h4 {
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper h4 {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper p,
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Georgia';
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper p,
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul {
    font-size: 12px;
    line-height: 24px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul {
  list-style: none;
  margin: 0 0 20px 20px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul {
    margin: 0 0 10px 10px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul li {
  position: relative;
  text-indent: 30px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul li {
    text-indent: 20px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-content-wrapper ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #cccccc;
}
.emi-content-master.emi-single-page .emi-single-content .emi-comment-label {
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-comment-label {
    margin: 10px 0 0 0;
    font-size: 15px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-tag-wrapper {
  margin: 35px 0 50px 0;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #9a9a9a;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-tag-wrapper {
    margin: 20px 0 25px 0;
    font-size: 15px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-tag-wrapper a {
  color: #00aed9;
  font-family: 'Proxima Nova', sans-serif;
  text-transform: uppercase;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio {
  padding: 50px 0;
  border-top: 1px solid #5f88a1;
  border-bottom: 1px solid #5f88a1;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-author-bio {
    padding: 30px 0;
    margin-bottom: 25px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio h2 {
  margin-bottom: 10px;
  text-transform: none;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-author-bio h2 {
    margin-bottom: 5px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio p {
  margin-bottom: 30px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-author-bio p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul {
  margin: 0;
  padding: 0;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li {
  margin: 0 10px 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li {
    font-size: 16px;
  }
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li.emi-social-icon:before {
  background: url('img/emi-icon-social.png');
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  float: left;
  margin-right: 5px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li.emi-social-icon.emi-twitter-icon:before {
  background-position: -40px 0;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li.emi-social-icon.emi-twitter-icon:hover:before {
  background-position: -40px 20px;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li.emi-social-icon.emi-linkedin-icon:before {
  background-position: -20px 0;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li.emi-social-icon.emi-linkedin-icon:hover:before {
  background-position: -20px 20px;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li a {
  color: #00aed9;
  display: inline-block;
  padding: 0 10px 0 0;
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li:after {
  display: "inline-block";
  content: "|";
}
.emi-content-master.emi-single-page .emi-single-content .emi-author-bio ul li:last-of-type:after {
  content: "";
}
@media (max-width: 992px) {
  .emi-content-master.emi-single-page .emi-sidebar {
    margin-top: 35px;
  }
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget label {
  font-size: 24px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
  display: block;
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .form-control {
  width: 193px;
  float: left;
}
@media (min-width: 1200px) {
  .emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .form-control {
    width: 260px;
  }
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .form-control:focus {
  border-color: #faa537;
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .btn {
  width: 50px;
  height: 50px;
  padding: 0;
  float: left;
  background: #faa537;
  position: relative;
  font-size: 0;
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .btn:hover {
  color: #FFF;
  background: #FFF;
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .btn:hover:before {
  background-position: bottom left;
}
.emi-content-master.emi-single-page .emi-sidebar .emi-subscription-widget .btn:before {
  display: block;
  content: ">";
  position: absolute;
  z-index: 99;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  background: url('img/emi-icon-submit-btn.gif') no-repeat;
}
.emi-content-master.emi-single-page .emi-sidebar .emi-widget-popular-posts.fixed {
  top: 30px !important;
}
.emi-content-master.emi-single-page aside.emi-more-author-posts {
  background: #ebebeb;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .emi-content-master.emi-single-page aside.emi-more-author-posts {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page aside.emi-more-author-posts {
    padding: 25px 15px;
  }
}
.emi-content-master.emi-single-page aside.emi-more-author-posts h2 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap {
    display: flex;
  }
}
.emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link {
  background: #FFF;
  padding: 25px;
}
.emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link a {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link {
    margin-bottom: 15px;
    padding: 10px;
  }
  .emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link {
    width: 22%;
    margin-right: 4%;
  }
  .emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link:last-child {
    margin-right: 0;
  }
  .emi-content-master.emi-single-page aside.emi-more-author-posts .emi-author-posts-wrap .emi-author-post-link a {
    font-size: 24px;
  }
}
.emi-content-master.emi-single-page aside.emi-single-links {
  position: relative;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page aside.emi-single-links {
    min-height: 320px;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .emi-content-master.emi-single-page aside.emi-single-links {
    padding: 50px 0;
  }
}
.emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination {
  color: #FFF;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination .emi-single-link-wrap {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination .emi-single-link-wrap {
    padding: 140px 0;
  }
  .emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination .emi-single-link-wrap:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  .emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination .emi-single-link-wrap:last-child {
    padding-left: 50px;
  }
}
.emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination span {
  display: block;
  text-transform: uppercase;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination span {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination h1 a {
  color: #FFF;
  text-transform: none;
}
.emi-content-master.emi-single-page aside.emi-single-links .emi-single-pagination h1 a:hover {
  color: #FFF;
}
@media (max-width: 991px) {
  .emi-content-master.emi-404-page {
    background: url('img/mobile/404-bg.jpg') no-repeat;
    background-size: 100%, maintain;
    min-height: 320px;
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .emi-content-master.emi-404-page {
    background: url('img/404-bg.jpg') no-repeat;
    background-size: 100%, cover;
    min-height: 650px;
    padding-top: 50px;
  }
}
.emi-content-master.emi-404-page .emi-404-content h1 {
  color: #FFF;
}
@media (max-width: 991px) {
  .emi-content-master.emi-404-page .emi-404-content h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .emi-content-master.emi-404-page .emi-404-content h1 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.emi-content-master.emi-404-page .emi-404-content p {
  color: #FFF;
}
body.emi-subs-preference header.emi-header-master {
  display: none;
}
body.emi-subs-preference footer.emi-footer-master {
  display: none;
}
@media (max-width: 991px) {
  body.emi-subs-preference .emi-subs-management {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.emi-subs-preference .emi-subs-management {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
body.emi-subs-preference .emi-subs-management .emi-close-button {
  display: block;
  cursor: pointer;
  height: 35px;
  width: 35px;
  position: fixed;
  z-index: 99;
  right: 35px;
  top: 35px;
  text-indent: -99999px;
  background: url('img/emi-icon-close.png') no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  body.emi-subs-preference .emi-subs-management .emi-close-button {
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
body.emi-subs-preference .emi-subs-management hr {
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
  border-bottom: none;
  border-top: 1px solid #cccccc;
  height: 1px;
}
@media (max-width: 991px) {
  body.emi-subs-preference .emi-subs-management hr {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
body.emi-subs-preference .emi-subs-management .emi-thanks-message p {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991px) {
  body.emi-subs-preference .emi-subs-management .emi-thanks-message {
    font-size: 14px;
  }
}
body.emi-subs-preference .emi-subs-management .emi-subs-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 991px) {
  body.emi-subs-preference .emi-subs-management .emi-subs-label {
    font-size: 14px;
  }
}
body.emi-subs-preference .emi-subs-management .emi-cat-wrapper {
  width: 50%;
  height: 50px;
  float: left;
  position: relative;
  padding-left: 45px;
}
body.emi-subs-preference .emi-subs-management .emi-cat-wrapper label,
body.emi-subs-preference .emi-subs-management .emi-cat-wrapper .checker > span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
body.emi-subs-preference .emi-subs-management .emi-cat-wrapper:hover .checker span {
  background: #faa537;
}
body.emi-subs-preference .emi-subs-management .emi-cat-wrapper:hover label {
  color: #faa537;
}
body.emi-subs-preference .emi-subs-management .emi-cat-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  body.emi-subs-preference .emi-subs-management .emi-cat-wrapper {
    padding-left: 30px;
  }
}
header.emi-header-master {
  height: 150px;
  padding-top: 35px;
  position: relative;
}
header.emi-header-master .emi-main-logo {
  display: block;
  background-size: contain;
  margin: 0 20px 0 0;
  width: 209px;
  height: 30px;
  background: url('img/emi-logo.jpg');
}
header.emi-header-master h2 {
  display: inline-block;
  color: #faa537;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 30px;
}
header.emi-header-master h2 a {
  color: #faa537;
}
header.emi-header-master h2 a:hover {
  text-decoration: none;
}
header.emi-header-master h2:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #ebebeb;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}
header.emi-header-master .emi-header-menu {
  height: 55px;
  margin-top: 27px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
header.emi-header-master .emi-header-menu .emi-search-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  margin-top: -1px;
  border-top: 1px solid #00aed9;
  border-bottom: 1px solid #00aed9;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header.emi-header-master .emi-header-menu .emi-search-form .container {
  position: relative;
}
header.emi-header-master .emi-header-menu .emi-search-form .form-control {
  border: none;
  outline: none;
  height: 53px;
  line-height: 35px;
  position: relative;
  width: 100%;
  display: block;
  font-size: 18px;
  font-family: 'Proxima Nova', sans-serif;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header.emi-header-master .emi-header-menu .emi-search-form .form-control.ui-autocomplete-loading {
  background: url('img/ajax-loader.gif') no-repeat 0 18px;
  text-indent: 20px;
}
header.emi-header-master .emi-header-menu .emi-search-form .emi-search-helper {
  position: absolute;
  left: 30px;
  top: 0;
  height: 55px;
  line-height: 55px;
  display: block;
  text-transform: uppercase;
  color: #d1d3d4;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
header.emi-header-master .emi-header-menu ul {
  margin: 0;
  padding: 0;
}
header.emi-header-master .emi-header-menu ul li {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}
header.emi-header-master .emi-header-menu ul li.current-menu-item a,
header.emi-header-master .emi-header-menu ul li.current-page-item a {
  color: #faa537;
  border-bottom: 5px solid #faa537;
  text-decoration: none;
}
header.emi-header-master .emi-header-menu ul li a {
  color: #333333;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  display: block;
  width: auto;
  height: 53px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header.emi-header-master .emi-header-menu ul li a:hover {
  color: #faa537;
  border-bottom: 5px solid #faa537;
  text-decoration: none;
}
header.emi-header-master .emi-header-menu ul.emi-social-icons li {
  margin: 17.5px 0 0 15px;
}
header.emi-header-master .emi-header-menu ul.emi-social-icons li .glyphicon {
  color: #00aed9;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header.emi-header-master .emi-header-menu ul.emi-social-icons li.emi-search-icon:hover .glyphicon,
header.emi-header-master .emi-header-menu ul.emi-social-icons li.emi-search-icon.active .glyphicon {
  color: #faa537;
}
header.emi-header-master ul.emi-social-icons li {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  float: left;
}
header.emi-header-master ul.emi-social-icons li a {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-indent: -9999px;
  background: url('img/emi-icon-social.png') no-repeat;
}
header.emi-header-master ul.emi-social-icons li a:hover {
  border-bottom: none;
}
header.emi-header-master ul.emi-social-icons li a.rss {
  background-position: 0 0;
}
header.emi-header-master ul.emi-social-icons li a.rss:hover {
  background-position: 0 -20px;
}
header.emi-header-master ul.emi-social-icons li a.linkedin {
  background-position: -20px 0;
}
header.emi-header-master ul.emi-social-icons li a.linkedin:hover {
  background-position: -20px -20px;
}
header.emi-header-master ul.emi-social-icons li a.twitter {
  background-position: -40px 0;
}
header.emi-header-master ul.emi-social-icons li a.twitter:hover {
  background-position: -40px -20px;
}
header.emi-header-master ul.emi-social-icons li a.facebook {
  background-position: -60px 0;
}
header.emi-header-master ul.emi-social-icons li a.facebook:hover {
  background-position: -60px -20px;
}
@media (max-width: 991px) {
  header.emi-header-master {
    border-top: 2px solid #faa537;
    height: 50px;
    padding-top: 15px;
  }
  header.emi-header-master .emi-main-logo {
    display: block;
    background-size: contain;
    margin: 0 12px 0 0;
    width: 106px;
    height: 15px;
    background: url('img/mobile/emi-logo.jpg');
  }
  header.emi-header-master h2 {
    display: inline-block;
    padding: 0 0 0 12px;
    font-size: 18px;
  }
  header.emi-header-master h2:before {
    width: 1px;
    height: 20px;
    top: -3px;
  }
  header.emi-header-master .emi-js-morph-button > button {
    display: block;
    background-size: contain;
    background: url('img/mobile/emi-icon-menu.png');
    width: 20px;
    height: 15px;
    text-indent: -9999px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  header.emi-header-master .morph-button-fixed,
  header.emi-header-master .morph-button-fixed .morph-content {
    background: #333333;
    color: #FFF;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu {
    padding: 15px 40px;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu .emi-menu-actions,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu .emi-menu-actions {
    margin-bottom: 15px;
    font-size: 18px;
    color: #faa537;
    text-transform: uppercase;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu .emi-menu-actions .emi-close-button,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu .emi-menu-actions .emi-close-button {
    display: block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 30px;
    top: 15px;
    text-indent: -99999px;
    background: url('img/emi-icon-close.png') no-repeat;
    background-size: 100%;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu form,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu form {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu form .form-control,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu form .form-control {
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border: 1px solid #00aed9;
    background: none;
    position: relative;
    padding-right: 50px;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu form button,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu form button {
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    background: none;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu form button .glyphicon,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu form button .glyphicon {
    color: #00aed9;
    font-size: 18px;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu ul,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu ul {
    list-style: none;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu ul li,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu ul li {
    height: 40px;
    line-height: 40px;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu ul li a,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu ul li a {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: block;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu ul.emi-social-icons,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu ul.emi-social-icons {
    position: absolute;
    bottom: 15px;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu ul.emi-social-icons li,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu ul.emi-social-icons li {
    height: 20px;
    margin-right: 10px;
  }
  header.emi-header-master .morph-button-fixed .emi-mobi-menu ul.emi-social-icons li a,
  header.emi-header-master .morph-button-fixed .morph-content .emi-mobi-menu ul.emi-social-icons li a {
    height: 20px;
  }
}
footer.emi-footer-master {
  background: #454545;
  color: #FFF;
  padding: 0;
  font-family: 'Proxima Nova', sans-serif;
}
footer.emi-footer-master .emi-bottom-contact-row {
  background: #333333;
  padding: 50px 0;
}
@media (min-width: 768px) {
  footer.emi-footer-master .emi-bottom-contact-row .col-md-4 {
    width: 20%;
  }
}
footer.emi-footer-master .emi-bottom-contact-row .emi-footer-links {
  padding-bottom: 35px;
  font-size: 13px;
}
@media (max-width: 767px) {
  footer.emi-footer-master .emi-bottom-contact-row .emi-footer-links {
    margin: 0;
    font-size: 11px;
  }
}
footer.emi-footer-master .emi-bottom-contact-row h4 {
  padding: 0 15px 11px 0;
  font-size: 13px;
  color: #d1d3d4;
}
footer.emi-footer-master .emi-bottom-contact-row ul {
  list-style: none;
}
footer.emi-footer-master .emi-bottom-contact-row ul li {
  padding-right: 15px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  footer.emi-footer-master .emi-bottom-contact-row ul li {
    margin: 3px 0;
  }
}
footer.emi-footer-master .emi-bottom-contact-row ul li a {
  color: #d1d3d4;
}
footer.emi-footer-master .emi-bottom-contact-row ul li a:hover {
  text-decoration: underline;
}
footer.emi-footer-master .emi-bottom-contact-row .emi-copyright {
  font-size: 14px;
  display: inline;
  color: #d1d3d4;
}
@media (max-width: 767px) {
  footer.emi-footer-master .emi-bottom-contact-row .emi-copyright {
    font-size: 11px;
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  footer.emi-footer-master .emi-bottom-contact-row .emi-copyright .emi-copyright-links {
    display: block;
    margin-left: 15px;
  }
}
footer.emi-footer-master .emi-bottom-contact-row .emi-copyright a {
  color: #d1d3d4;
  text-decoration: underline;
  margin-right: 11px;
}
footer.emi-footer-master .emi-bottom-contact-row .emi-copyright a:hover {
  text-decoration: none;
}
.morph-content {
  pointer-events: none;
}
.morph-button.open .morph-content {
  pointer-events: auto;
}
.morph-button-fixed,
.morph-button-fixed .morph-content {
  width: 20px;
  height: 15px;
}
.morph-button-fixed > button {
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
  background: #F00;
}
.morph-button-fixed.open > button {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.morph-button-fixed .morph-content {
  position: fixed;
  z-index: 900;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}
.morph-button-fixed.open .morph-content {
  opacity: 1;
}
.morph-button-fixed .morph-content > div {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
  transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}
.morph-button-fixed.open .morph-content > div {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.morph-button-fixed.active > button {
  z-index: 2000;
}
.morph-button-fixed.active .morph-content {
  z-index: 1900;
}
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}
.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}
.morph-button.morph-button-overlay {
  margin: 50px auto;
}
.morph-button-overlay .morph-content {
  overflow: scroll;
  background: #e85657;
}
.morph-button-overlay.open .morph-content {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  min-height: 100%;
}
.morph-button-modal::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.morph-button-modal.open::before {
  opacity: 1;
  pointer-events: auto;
}
.morph-button-modal.active::before {
  z-index: 1800;
}
.morph-button-modal .morph-content {
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}
.morph-button-modal.open .morph-content {
  top: 50% !important;
  left: 50% !important;
  margin: -210px 0 0 -300px;
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}
.morph-button.morph-button-modal-1 {
  float: left;
}
.morph-button-modal-2 > button,
.morph-button-modal-2 .morph-content {
  border: none;
  outline: none;
}
.morph-button-modal-2.open .morph-content {
  width: 100%;
  min-height: 100%;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  overflow-y: scroll !important;
}
.morph-button-modal-2.open .morph-content > div {
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.morph-button .morph-content,
.morph-button.open .morph-content {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.noscroll {
  overflow: hidden;
}
.morph-button-overlay.scroll .morph-content {
  overflow-y: scroll;
}
.morph-button-sidebar.scroll .morph-content {
  overflow: auto;
}
.no-js .morph-button > button {
  display: none;
}
.no-js .morph-button {
  margin: 10px 0;
  float: none;
}
.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
}
.no-js .morph-button .morph-content .icon-close {
  display: none;
}
.no-js .morph-button-sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  background: #e85657;
  overflow: auto;
}
.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.emi-content-master .ssbp-wrap {
  clear: both;
  width: 100%;
  /*height: 30px;*/
  /*margin-bottom: 30px;*/
}
@media (max-width: 991px) {
  .emi-content-master .ssbp-wrap {
    margin-bottom: 15px;
  }
}
.emi-content-master .ssbp-wrap a {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
.emi-content-master .ssbp-wrap a.ssbp-twitter img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (max-width: 991px) {
  .emi-content-master .ssbp-wrap a {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
}
.emi-content-master .ssbp-wrap a img {
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Transition for Webkit browsers */
  transition: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.emi-content-master .ssbp-wrap a img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/*!
 * 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
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    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);
  }
  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 {
  0% {
    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);
  }
  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);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    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);
  }
  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 {
  0% {
    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);
  }
  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);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    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);
  }
  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 {
  0% {
    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);
  }
  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);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    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);
  }
  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 {
  0% {
    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);
  }
  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);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  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);
  }
  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 {
  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);
  }
  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);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  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);
  }
  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 {
  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);
  }
  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;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  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);
  }
  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 {
  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);
  }
  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;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  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);
  }
  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 {
  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);
  }
  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);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.no-top-border {
  border-top: 0 !important;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.emi-author-bio:last-child {
  border-bottom: 1px solid #5f88a1 !important;
  margin-bottom: 50px !important;
}
/*.emi-content-master.emi-single-page .emi-sidebar .emi-widget-popular-posts.fixed {
	-moz-transition: all 1s ease-in-out !important;
	-o-transition: all 1s ease-in-out !important;
	-ms-transition: all 1s ease-in-out !important;



	-webkit-transform: translate(0,1em) !important;
	-moz-transform: translate(0,1em) !important;
	-o-transform: translate(0,1em) !important;
	-ms-transform: translate(0,1em) !important;
}*/
/* Changes */
@media (min-width: 992px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general {
    width: 293px;
  }
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general.top {
    bottom: auto;
  }
  .emi-sidebar {
    position: static;
  }
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general {
    right: 8%;
  }
}
@media (min-width: 1200px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general {
    width: 360px;
  }
}
@media (min-width: 1400px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general {
    right: 11%;
  }
}
@media (min-width: 1600px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general {
    right: 14%;
  }
}
@media (min-width: 1800px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts.scripts-general {
    right: 18%;
  }
}
.emi-widget-popular-posts {
  -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;
}
.emi-widget-popular-posts.article {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 768px) {
  .emi-content-master .emi-blog-feed .row .emi-article-preview .emi-post-thumb {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .author-date-wrap {
    width: 50%;
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-date-wrap {
    width: 100%;
    float: left;
  }
}
.emi-content-master .emi-blog-feed .row .emi-article-preview article span.emi-date-label {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts {
    width: 293px;
  }
}
@media (min-width: 1200px) {
  .emi-sidebar .emi-blog-widget.emi-widget-popular-posts {
    width: 360px;
  }
}

.ssbp--state-hidden .ssbp-container {
  transform: none;
}