@charset "UTF-8";
/* Main Theme Stylesheet */
/**
 * @license
 * MyFonts Webfont Build ID 2961125, 2015-01-27T20:01:08-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ToledoSerial-Bold by SoftMaker
 * URL: http://www.myfonts.com/fonts/softmaker/toledo-serial/bold/
 * Copyright: Copyright (c) 2012 by SoftMaker Software GmbH and its licensors. All rights reserved.
 * Licensed pageviews: Unlimited
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2961125
 * 
 * © 2015 MyFonts Inc
*/
/*  
@font-face {font-family: 'ToledoSerial';font-weight: bold;font-style: normal;src: url('webfonts/2D2EE5_0_0.eot');src: url('webfonts/2D2EE5_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D2EE5_0_0.woff2') format('woff2'),url('webfonts/2D2EE5_0_0.woff') format('woff'),url('webfonts/2D2EE5_0_0.ttf') format('truetype'),url('webfonts/2D2EE5_0_0.svg#wf') format('svg');}
*/
@font-face {
  font-family: 'ToledoSerial-Bold';
  src: url('webfonts/2D9384_0_0.eot');
  src: url('webfonts/2D9384_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2D9384_0_0.woff2') format('woff2'), url('webfonts/2D9384_0_0.woff') format('woff'), url('webfonts/2D9384_0_0.ttf') format('truetype'), url('webfonts/2D9384_0_0.svg#wf') format('svg');
}
/* Mixins */
.toledo {
  font-family: 'ToledoSerial' serif;
  font-weight: bold;
  font-style: normal;
}
.crimson {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
}
.crimson .semi-bold {
  font-weight: 600;
}
.crimson .bold {
  font-weight: 700;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
/*!
 * Fluidable Grid System 1.1.3
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 24.11.2014
 */
/*
	
	Config

*/
/*
 	
	Mobile and up
 
*/
.col-group {
  zoom: 1;
}
.col-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.col-group [class*="col-"] {
  padding-left: 18px;
  padding-right: 18px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-group .col-group {
  padding: 0;
}
.col-group [class*="push-"],
.col-group [class*="pull-"] {
  position: relative;
}
.col-mb-12 {
  width: 100%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-11 {
  width: 91.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-10 {
  width: 83.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-9 {
  width: 75%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-8 {
  width: 66.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-7 {
  width: 58.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-6 {
  width: 50%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-5 {
  width: 41.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-3 {
  width: 25%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-1 {
  width: 8.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
/*
 	
	Tablet and up
 
*/
@media (min-width: 768px) {
  .container {
    max-width: 696px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .col-12 {
    width: 100%;
    float: left;
  }
  .col-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-9 {
    width: 75%;
    float: left;
  }
  .col-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-6 {
    width: 50%;
    float: left;
  }
  .col-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-3 {
    width: 25%;
    float: left;
  }
  .col-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-group {
    margin-right: 9px;
    margin-left: 9px;
    zoom: 1;
  }
  .col-group:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
  }
}
/*
 	
	Desktop and up
 
*/
@media (min-width: 1024px) {
  .container {
    max-width: 952px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .col-dt-12 {
    width: 100%;
    float: left;
  }
  .col-dt-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-dt-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-dt-9 {
    width: 75%;
    float: left;
  }
  .col-dt-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-dt-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-dt-6 {
    width: 50%;
    float: left;
  }
  .col-dt-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-dt-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-dt-3 {
    width: 25%;
    float: left;
  }
  .col-dt-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-dt-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-dt-offset-12 {
    margin-left: 100%;
  }
  .col-dt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-dt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-dt-offset-9 {
    margin-left: 75%;
  }
  .col-dt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-dt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-dt-offset-6 {
    margin-left: 50%;
  }
  .col-dt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-dt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-dt-offset-3 {
    margin-left: 25%;
  }
  .col-dt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-dt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-12 {
    right: 100%;
  }
  .col-dt-pull-11 {
    right: 91.66666667%;
  }
  .col-dt-pull-10 {
    right: 83.33333333%;
  }
  .col-dt-pull-9 {
    right: 75%;
  }
  .col-dt-pull-8 {
    right: 66.66666667%;
  }
  .col-dt-pull-7 {
    right: 58.33333333%;
  }
  .col-dt-pull-6 {
    right: 50%;
  }
  .col-dt-pull-5 {
    right: 41.66666667%;
  }
  .col-dt-pull-4 {
    right: 33.33333333%;
  }
  .col-dt-pull-3 {
    right: 25%;
  }
  .col-dt-pull-2 {
    right: 16.66666667%;
  }
  .col-dt-pull-1 {
    right: 8.33333333%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-12 {
    left: 100%;
  }
  .col-dt-push-11 {
    left: 91.66666667%;
  }
  .col-dt-push-10 {
    left: 83.33333333%;
  }
  .col-dt-push-9 {
    left: 75%;
  }
  .col-dt-push-8 {
    left: 66.66666667%;
  }
  .col-dt-push-7 {
    left: 58.33333333%;
  }
  .col-dt-push-6 {
    left: 50%;
  }
  .col-dt-push-5 {
    left: 41.66666667%;
  }
  .col-dt-push-4 {
    left: 33.33333333%;
  }
  .col-dt-push-3 {
    left: 25%;
  }
  .col-dt-push-2 {
    left: 16.66666667%;
  }
  .col-dt-push-1 {
    left: 8.33333333%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
}
/*
 	
	Large desktop and up
 
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1128px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .col-ld-12 {
    width: 100%;
    float: left;
  }
  .col-ld-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-ld-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-ld-9 {
    width: 75%;
    float: left;
  }
  .col-ld-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-ld-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-ld-6 {
    width: 50%;
    float: left;
  }
  .col-ld-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-ld-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-ld-3 {
    width: 25%;
    float: left;
  }
  .col-ld-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-ld-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-ld-offset-12 {
    margin-left: 100%;
  }
  .col-ld-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ld-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ld-offset-9 {
    margin-left: 75%;
  }
  .col-ld-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ld-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ld-offset-6 {
    margin-left: 50%;
  }
  .col-ld-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ld-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ld-offset-3 {
    margin-left: 25%;
  }
  .col-ld-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ld-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-12 {
    right: 100%;
  }
  .col-ld-pull-11 {
    right: 91.66666667%;
  }
  .col-ld-pull-10 {
    right: 83.33333333%;
  }
  .col-ld-pull-9 {
    right: 75%;
  }
  .col-ld-pull-8 {
    right: 66.66666667%;
  }
  .col-ld-pull-7 {
    right: 58.33333333%;
  }
  .col-ld-pull-6 {
    right: 50%;
  }
  .col-ld-pull-5 {
    right: 41.66666667%;
  }
  .col-ld-pull-4 {
    right: 33.33333333%;
  }
  .col-ld-pull-3 {
    right: 25%;
  }
  .col-ld-pull-2 {
    right: 16.66666667%;
  }
  .col-ld-pull-1 {
    right: 8.33333333%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-12 {
    left: 100%;
  }
  .col-ld-push-11 {
    left: 91.66666667%;
  }
  .col-ld-push-10 {
    left: 83.33333333%;
  }
  .col-ld-push-9 {
    left: 75%;
  }
  .col-ld-push-8 {
    left: 66.66666667%;
  }
  .col-ld-push-7 {
    left: 58.33333333%;
  }
  .col-ld-push-6 {
    left: 50%;
  }
  .col-ld-push-5 {
    left: 41.66666667%;
  }
  .col-ld-push-4 {
    left: 33.33333333%;
  }
  .col-ld-push-3 {
    left: 25%;
  }
  .col-ld-push-2 {
    left: 16.66666667%;
  }
  .col-ld-push-1 {
    left: 8.33333333%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
}
/*

	Fixed aspect ratio columns

*/
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  left: 18px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
/*
 	
	Other
 
*/
.center-block {
  margin: 0 auto;
}
.clear {
  zoom: 1;
}
.clear:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.toledo {
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
}
.crimson {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
}
.crimson .semi-bold {
  font-weight: 600;
}
.crimson .bold {
  font-weight: 700;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.small-caps {
  font-variant: small-caps;
}
img.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 579px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1023px) {
  .hide-tablet {
    display: none;
  }
}
@media only screen and (min-width: 580px) and (max-width: 768px) {
  .hide-tabletportrait {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #308d58;
}
h1.section-title {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  color: #383838;
}
h1.section-title .semi-bold {
  font-weight: 600;
}
h1.section-title .bold {
  font-weight: 700;
}
h1.section-title .semi-bold {
  font-weight: 600;
}
h1.section-title .bold {
  font-weight: 700;
}
h4.home-button {
  margin: 0;
  margin-left: 8px;
  padding: 0;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cacaca;
}
h4.home-button .semi-bold {
  font-weight: 600;
}
h4.home-button .bold {
  font-weight: 700;
}
h4.home-button .semi-bold {
  font-weight: 600;
}
h4.home-button .bold {
  font-weight: 700;
}
h4.home-button:hover {
  color: #383838;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.no-margin.top {
  margin-top: 0;
}
.no-margin.bottom {
  margin-bottom: 0;
}
.no-margin.left {
  margin-left: 0;
}
.no-margin.right {
  margin-right: 0;
}
.margin.top {
  margin-top: 60px;
}
.margin.bottom {
  margin-bottom: 60px;
}
.margin.left {
  margin-left: 60px;
}
.margin.right {
  margin-right: 60px;
}
.padding.top {
  padding-top: 60px;
}
.padding.bottom {
  padding-bottom: 60px;
}
.padding.left {
  padding-left: 60px;
}
.padding.right {
  padding-right: 60px;
}
.absolute.right {
  position: absolute;
  right: 0;
}
.table-container {
  display: table;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
div.social-cta-container {
  height: 60px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
div.social-cta-container p.social-cta {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  letter-spacing: 2px;
}
div.social-cta-container p.social-cta a.social-link {
  padding: 20px;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 579px) {
  div.social-cta-container p.social-cta a.social-link {
    padding: 8px;
  }
}
div.social-cta-container p.social-cta a.social-link img {
  max-height: 20px;
  max-width: 20px;
}
div.social-cta-container p.social-cta a.social-link:hover img {
  opacity: 0.75;
}
div#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  width: 60%;
  max-width: 400px;
  background: white;
  overflow: scroll;
}
div#mobile-nav ul.menu {
  list-style: none;
  margin-left: -20px;
  margin-top: 10px;
}
div#mobile-nav ul.menu li {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 200%;
}
div#mobile-nav ul.menu li .semi-bold {
  font-weight: 600;
}
div#mobile-nav ul.menu li .bold {
  font-weight: 700;
}
div#mobile-nav ul.menu li .semi-bold {
  font-weight: 600;
}
div#mobile-nav ul.menu li .bold {
  font-weight: 700;
}
div#mobile-nav ul.menu li.current-menu-item {
  color: #308d58;
}
div#mobile-nav ul.menu li ul.sub-menu {
  margin-left: -20px;
  list-style: none;
}
div#mobile-nav ul.menu li ul.sub-menu > li {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
div#mobile-nav-wrapper {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}
div#social-sharing-options {
  margin-top: 78px;
}
div#social-sharing-options div.social-share {
  width: auto;
  height: 16px;
  margin-bottom: 38px;
  padding-left: 26px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383838;
  vertical-align: middle;
  line-height: 18px;
  font-size: 12px;
}
div#social-sharing-options div.social-share.facebook {
  background: url('../img/ic_facebook.png') no-repeat center left;
  background-size: 9px 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  div#social-sharing-options div.social-share.facebook {
    background: url('../img/ic_facebook@2x.png') no-repeat center left;
    background-size: 9px 16px;
  }
}
div#social-sharing-options div.social-share.twitter {
  background: url('../img/ic_twitter.png') no-repeat center left;
  background-size: 16px 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  div#social-sharing-options div.social-share.twitter {
    background: url('../img/ic_twitter@2x.png') no-repeat center left;
    background-size: 16px 13px;
  }
}
div#social-sharing-options div.social-share.pinterest {
  background: url('../img/ic_pinterest.png') no-repeat center left;
  background-size: 16px 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  div#social-sharing-options div.social-share.pinterest {
    background: url('../img/ic_pinterest@2x.png') no-repeat center left;
    background-size: 16px 16px;
  }
}
@media only screen and (max-width: 579px) {
  div#social-sharing-options {
    display: none;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1023px) {
  div#social-sharing-options {
    display: none;
  }
}
header.site-header {
  position: relative;
  width: 100%;
  height: 200px;
  background: #ffffff;
  z-index: 10000;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);
}
header.site-header div.site-preheader {
  width: 100%;
  height: 26px;
  background: #e6e6e6;
  text-align: right;
}
header.site-header div.site-preheader img#channel-logo {
  height: 26px;
  padding: 0;
  margin: 0;
  opacity: 0.75;
}
header.site-header div.search-toggle {
  position: absolute;
  right: 0;
  top: 52px;
  height: auto;
  width: auto;
  text-align: right;
}
header.site-header div.search-toggle input[type="submit"] {
  text-indent: -999em;
  /* Hide the text, works in most modern browsers */
  font-size: 0px;
  /* works well in IE7. still a black line (basically the text) in IE6. */
  width: 24px;
  height: 24px;
  background-image: none;
  background: url('../img/ic_searchglass.png') no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
header.site-header div.search-toggle input[type="submit"]:hover {
  opacity: .75;
}
header.site-header div.search-toggle input[type="text"],
header.site-header div.search-toggle input[type="search"] {
  display: none;
  position: relative;
  right: 0px;
  margin-right: 10px;
  top: 5px;
  text-indent: 5px;
}
header.site-header div.search-toggle input[type="text"]:focus,
header.site-header div.search-toggle input[type="search"]:focus {
  outline: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  header.site-header div.search-toggle input[type="submit"] {
    background: url('../img/ic_searchglass@2x.png') no-repeat;
    background-size: contain;
  }
}
header.site-header div.social-icons-header {
  position: absolute;
  left: 0;
  top: 56px;
}
header.site-header div.social-icons-header a.social-link {
  width: auto;
}
header.site-header div.social-icons-header a.social-link:hover img {
  opacity: 0.75;
}
header.site-header div.social-icons-header a.social-link img {
  margin-right: 10px;
}
header.site-header div.site-branding {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 579px) {
  header.site-header div.site-branding {
    opacity: 1 !important;
    transition: all 0.4s ease;
    margin-top: 42px;
  }
  header.site-header.sticky div.site-branding {
    margin-top: -26px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}
header.site-header.sticky {
  height: 85px;
}
header.site-header.sticky div.site-branding {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
header.site-header nav.main-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 60px;
  padding: 0;
}
header.site-header nav.main-navigation div {
  display: table;
  position: relative;
  margin: auto;
  height: auto;
}
header.site-header nav.main-navigation div ul.menu {
  position: relative;
  margin: auto;
  padding: 0;
  height: 60px;
  width: auto;
  display: table-cell;
  display: inline-block;
}
header.site-header nav.main-navigation div ul.menu:before,
header.site-header nav.main-navigation div ul.menu:after {
  content: " ";
  display: table;
}
header.site-header nav.main-navigation div ul.menu:after {
  clear: both;
}
header.site-header nav.main-navigation div ul.menu > li {
  position: relative;
  float: left;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  padding-top: 2px;
  font-size: 15px;
  letter-spacing: 1px;
}
header.site-header nav.main-navigation div ul.menu > li .semi-bold {
  font-weight: 600;
}
header.site-header nav.main-navigation div ul.menu > li .bold {
  font-weight: 700;
}
header.site-header nav.main-navigation div ul.menu > li .semi-bold {
  font-weight: 600;
}
header.site-header nav.main-navigation div ul.menu > li .bold {
  font-weight: 700;
}
header.site-header nav.main-navigation div ul.menu > li:not(:first-child) {
  margin-left: 26px;
}
@media only screen and (min-width: 580px) and (max-width: 1023px) {
  header.site-header nav.main-navigation div ul.menu > li:not(:first-child) {
    font-size: 14px;
    margin-left: 16px;
  }
}
header.site-header nav.main-navigation div ul.menu > li ul.sub-menu {
  position: absolute;
  margin: auto;
  padding: 20px;
  height: auto;
  width: auto;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  margin-left: -20px;
  top: 60px;
}
header.site-header nav.main-navigation div ul.menu > li ul.sub-menu > li {
  height: auto;
  width: auto;
  margin-bottom: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #383838;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
header.site-header nav.main-navigation div ul.menu > li ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
header.site-header nav.main-navigation div ul.menu > li:hover ul.sub-menu {
  display: inherit;
}
@media only screen and (max-width: 579px) {
  nav#site-navigation {
    display: none;
  }
  button.menu-toggle {
    display: inherit;
    border: none;
    border-radius: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAiCAYAAADvVd+PAAAAzklEQVRoQ+2YMQ7CUAxDU4qYENfqxgUQGwNIXTgKLBVsiBMWpgpacBBl4ArPX3J3O3ZUp4iIo7ATpgLpDSLbFPo8gOTHQQ8pwIs09n+uFkCKtMIC6oI2HVAJa+AeeIrzNQVAPwuAHr/I2wF2AFwBRwBugM8S3AsboYSJ0YvvKQXohBmM/Ei3cxlyHXYEov4uQdpJLNvg2f8B0O3/o20H2AFwBRwBuAF8EcoILIUVtA1eUoC7MIdG4eY26DYYkZeRCTQCfUbgIGyBSzDbYPMG6vggc1XchEYAAAAASUVORK5CYII=") no-repeat;
    background-size: contain;
    height: 17px;
    width: 28px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    text-shadow: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    margin-top: 7px;
    left: 20px;
  }
  button.menu-toggle:focus {
    outline: none;
  }
}
@media only screen and (min-width: 580px) and (max-width: 768px) {
  nav#site-navigation {
    display: none;
  }
  button.menu-toggle {
    display: inherit;
    border: none;
    border-radius: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAiCAYAAADvVd+PAAAAzklEQVRoQ+2YMQ7CUAxDU4qYENfqxgUQGwNIXTgKLBVsiBMWpgpacBBl4ArPX3J3O3ZUp4iIo7ATpgLpDSLbFPo8gOTHQQ8pwIs09n+uFkCKtMIC6oI2HVAJa+AeeIrzNQVAPwuAHr/I2wF2AFwBRwBugM8S3AsboYSJ0YvvKQXohBmM/Ei3cxlyHXYEov4uQdpJLNvg2f8B0O3/o20H2AFwBRwBuAF8EcoILIUVtA1eUoC7MIdG4eY26DYYkZeRCTQCfUbgIGyBSzDbYPMG6vggc1XchEYAAAAASUVORK5CYII=") no-repeat;
    background-size: contain;
    height: 17px;
    width: 28px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    text-shadow: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    margin-top: 7px;
    left: 20px;
  }
  button.menu-toggle:focus {
    outline: none;
  }
}
hr.square {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  background: #202020;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.single {
  height: 1pt;
  background: #cacaca;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: none;
}
hr.single.no-bottom {
  margin-bottom: 0;
}
hr.double {
  height: 8pt;
  background: yellow;
  background: transparent;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: none;
  border-top: 1pt solid #cacaca;
  border-bottom: 1pt solid #cacaca;
}
hr.vertical {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  height: 130px;
  width: 1px;
  background: #cacaca;
  border: none;
  margin: 0;
  padding: 0;
}
hr.vertical.absolute {
  position: absolute;
}
hr.vertical.absolute.right {
  right: -20px;
  height: 100%;
}
hr.vertical.absolute.zero {
  right: 0;
}
div.site-content {
  max-width: 1024px;
  margin: auto;
  position: relative;
  z-index: 1000;
}
div.site-content div.two-column-text {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 36px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 36px;
  /* Firefox */
  column-gap: 36px;
}
div.site-content article {
  margin-top: 52px;
}
div.site-content article.index {
  margin-top: 36px;
}
div.site-content article.featured {
  margin-top: 32px;
}
div.site-content article header.entry-header {
  text-align: center;
  color: #383838;
}
div.site-content article header.entry-header p.entry-category {
  padding: 0;
  margin-bottom: 0.75em;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
div.site-content article header.entry-header p.entry-category .semi-bold {
  font-weight: 600;
}
div.site-content article header.entry-header p.entry-category .bold {
  font-weight: 700;
}
div.site-content article header.entry-header p.entry-category .semi-bold {
  font-weight: 600;
}
div.site-content article header.entry-header p.entry-category .bold {
  font-weight: 700;
}
div.site-content article header.entry-header h1.entry-title {
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 32pt;
  line-height: 42pt;
}
div.site-content article header.entry-header h1.entry-title.secondary {
  font-size: 16pt;
  line-height: 20pt;
  padding-bottom: 10px;
}
div.site-content article header.entry-header.author {
  text-align: left;
}
div.site-content article header.entry-header.author p.entry-category {
  margin-top: 0;
  margin-bottom: 20px;
}
div.site-content article header.entry-header.author h1.entry-title {
  margin: 0 !important;
  padding: 0 !important;
}
div.site-content article header.entry-header p.entry-subtitle {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  letter-spacing: 2px;
}
div.site-content article header.entry-header p.entry-subtitle .semi-bold {
  font-weight: 600;
}
div.site-content article header.entry-header p.entry-subtitle .bold {
  font-weight: 700;
}
div.site-content article header.entry-header p.entry-subtitle .semi-bold {
  font-weight: 600;
}
div.site-content article header.entry-header p.entry-subtitle .bold {
  font-weight: 700;
}
div.site-content article header.entry-header div.entry-meta p {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
div.site-content article header.entry-header div.entry-meta p .semi-bold {
  font-weight: 600;
}
div.site-content article header.entry-header div.entry-meta p .bold {
  font-weight: 700;
}
div.site-content article header.entry-header div.entry-meta p .semi-bold {
  font-weight: 600;
}
div.site-content article header.entry-header div.entry-meta p .bold {
  font-weight: 700;
}
div.site-content article p.entry-byline {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 2px;
}
div.site-content article p.entry-byline .semi-bold {
  font-weight: 600;
}
div.site-content article p.entry-byline .bold {
  font-weight: 700;
}
div.site-content article p.entry-byline .semi-bold {
  font-weight: 600;
}
div.site-content article p.entry-byline .bold {
  font-weight: 700;
}
div.site-content article div.entry-content {
  margin-top: 52px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  line-height: 180%;
  font-size: 17px;
}
div.site-content article div.entry-content .semi-bold {
  font-weight: 600;
}
div.site-content article div.entry-content .bold {
  font-weight: 700;
}
div.site-content article div.entry-content .semi-bold {
  font-weight: 600;
}
div.site-content article div.entry-content .bold {
  font-weight: 700;
}
div.site-content article div.entry-content.author {
  margin-top: 0;
}
div.site-content article div.entry-content p a:link {
  color: #308d58;
}
div.site-content article div.entry-content p a:visited {
  color: #308d58;
}
div.site-content article div.entry-content p a:hover {
  color: #cacaca;
}
div.site-content article div.entry-content p a:active {
  color: #308d58;
}
div.site-content article div.entry-content p.social-link {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* required for Opera */
  -ms-text-overflow: ellipsis;
  /* required for IE8, allegedly */
  -moz-binding: url('ellipsis.xml#ellipsis');
  /* for Firefox; details here */
}
div.site-content article div.entry-content p.social-link a {
  color: #308d58;
}
div.site-content article div.entry-content ul,
div.site-content article div.entry-content ol {
  margin-left: 10px;
}
div.site-content article div.entry-content.excerpt {
  padding: 0 10px;
  margin-top: 0px;
  text-align: center;
  height: 80px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* required for Opera */
  -ms-text-overflow: ellipsis;
  /* required for IE8, allegedly */
  -moz-binding: url('ellipsis.xml#ellipsis');
  /* for Firefox; details here */
}
div.site-content article div.entry-content.excerpt.extended {
  height: 100px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
div.site-content article div.entry-content figure.wp-caption {
  margin: 0;
  position: relative;
  padding: 20px 0px 20px 0px;
  height: auto;
  display: inline;
}
div.site-content article div.entry-content figure.wp-caption.alignright {
  float: right;
}
div.site-content article div.entry-content figure.wp-caption:before {
  content: "";
  padding: 0;
  margin: 0;
}
div.site-content article div.entry-content figure.wp-caption:after {
  content: "";
  margin: 0;
  padding: 0;
}
div.site-content article div.entry-content figure.wp-caption figcaption {
  border-bottom: 1pt solid #cacaca;
  text-align: left;
  font-size: 10px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  padding-left: 10px;
  color: #383838;
}
div.site-content article div.entry-content figure.wp-caption figcaption .semi-bold {
  font-weight: 600;
}
div.site-content article div.entry-content figure.wp-caption figcaption .bold {
  font-weight: 700;
}
div.site-content article div.entry-content figure.wp-caption figcaption .semi-bold {
  font-weight: 600;
}
div.site-content article div.entry-content figure.wp-caption figcaption .bold {
  font-weight: 700;
}
div.site-content article div.entry-content figure.wp-caption figcaption span.copyright {
  float: right;
  padding-left: 20px;
  line-height: 28px;
  vertical-align: middle;
  border-left: 1pt solid #cacaca;
  padding-right: 10px;
}
div.site-content article div.entry-content blockquote {
  margin: 0;
  position: relative;
  padding: 20px 0px 20px 0px;
  float: right;
  height: auto;
  font-size: 28px;
  line-height: 150%;
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
}
div.site-content article div.entry-content blockquote:before,
div.site-content article div.entry-content blockquote:after {
  content: " ";
  display: table;
}
div.site-content article div.entry-content blockquote:after {
  clear: both;
}
div.site-content article div.entry-content blockquote:before {
  content: "";
  padding: 0;
  margin: 0;
}
div.site-content article div.entry-content blockquote:after {
  content: "";
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 579px) {
  div.site-content article div.entry-content blockquote {
    font-size: 21px;
    margin: 0;
    padding: 20px;
  }
  div.site-content article div.entry-content figure.wp-caption.featured {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1139px) {
  div.site-content article div.entry-content blockquote {
    margin: 0;
    margin-right: -40%;
    width: 80%;
    padding: 20px 0px 20px 38px;
  }
  div.site-content article div.entry-content figure.wp-caption.featured {
    margin: 0;
    margin-right: -40%;
    width: 80%;
    padding: 20px 0px 20px 38px;
  }
  div.site-content article div.entry-content figure.wp-caption.fullwidth {
    margin: 0;
    margin-right: -40%;
    width: 140%;
    padding: 20px 0 20px 0;
  }
}
@media only screen and (min-width: 1140px) {
  div.site-content article div.entry-content blockquote {
    margin: 0;
    margin-right: -40%;
    width: 80%;
    min-width: 400px;
    padding: 20px 0px 20px 38px;
  }
  div.site-content article div.entry-content figure.wp-caption.featured {
    margin: 0;
    margin-right: -40%;
    width: 80%;
    padding: 20px 0px 20px 38px;
  }
  div.site-content article div.entry-content figure.wp-caption.fullwidth {
    margin: 0;
    margin-right: -40%;
    width: 140%;
    padding: 20px 0 20px 0;
  }
}
div.site-content article div.entry-content span.firstcharacter {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 90px;
  vertical-align: top;
  line-height: 75px;
  padding-right: 26px;
  margin-top: 15px;
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
}
div.site-content article div.entry-content span.firstcharacter:before,
div.site-content article div.entry-content span.firstcharacter:after {
  content: " ";
  display: table;
}
div.site-content article div.entry-content span.firstcharacter:after {
  clear: both;
}
form#newsletter-cta {
  position: relative;
  margin-left: 38px;
  margin-right: 109px;
  margin-top: 10px;
  height: 38px;
}
@media only screen and (max-width: 579px) {
  form#newsletter-cta {
    padding-top: 20px;
    margin: auto;
    width: 284px;
  }
}
form#newsletter-cta input#email-input {
  position: absolute;
  height: 38px;
  line-height: 28px;
  font-size: 16px;
  padding: 0;
  padding-left: 10px;
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 0;
  right: 109px;
  left: 0;
  width: 100%;
  background: #ebebeb;
  color: #383838;
}
@media only screen and (max-width: 579px) {
  form#newsletter-cta input#email-input {
    left: 0;
    width: 175px;
    width: auto;
  }
}
form#newsletter-cta input#email-input:focus {
  outline: none;
}
form#newsletter-cta button#email-submit {
  right: -109px;
  position: absolute;
  width: 109px;
  height: 39px;
  padding: 0;
  margin: 0;
  background: url('../img/btn_enter_normal.png') no-repeat;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 579px) {
  form#newsletter-cta button#email-submit {
    position: absolute;
    right: 0;
  }
}
form#newsletter-cta button#email-submit:hover {
  background: url('../img/btn_enter_hover.png') no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  form#newsletter-cta button#email-submit {
    background: url('../img/btn_enter_normal@2x.png') no-repeat;
    background-size: cover;
  }
  form#newsletter-cta button#email-submit:hover {
    background: url('../img/btn_enter_hover@2x.png') no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 579px) {
  form {
    margin-left: 0;
    margin-top: 38px;
  }
}
article.index {
  display: table;
  position: relative;
}
article.index hr.vertical {
  height: auto;
  top: 0;
  bottom: 0;
}
article.index:last-child hr.hide-last {
  display: none;
}
article.index div.article-index-content {
  margin-top: 38px;
}
@media only screen and (max-width: 579px) {
  article.index {
    margin-top: 0;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1023px) {
  article.index {
    margin-top: 0;
  }
}
article.index header.entry-header {
  text-align: center;
  color: #383838;
  margin-top: -10px;
}
article.index header.entry-header.secondary {
  margin-top: 10px;
}
article.index header.entry-header p.entry-category {
  padding: 0;
  margin-bottom: 0.75em;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
article.index header.entry-header p.entry-category .semi-bold {
  font-weight: 600;
}
article.index header.entry-header p.entry-category .bold {
  font-weight: 700;
}
article.index header.entry-header p.entry-category .semi-bold {
  font-weight: 600;
}
article.index header.entry-header p.entry-category .bold {
  font-weight: 700;
}
article.index header.entry-header h1.entry-title {
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 32pt;
  line-height: 42pt;
}
article.index header.entry-header h1.entry-title.secondary {
  font-size: 16pt;
}
article.index header.entry-header p.entry-subtitle {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
article.index header.entry-header p.entry-subtitle .semi-bold {
  font-weight: 600;
}
article.index header.entry-header p.entry-subtitle .bold {
  font-weight: 700;
}
article.index header.entry-header p.entry-subtitle .semi-bold {
  font-weight: 600;
}
article.index header.entry-header p.entry-subtitle .bold {
  font-weight: 700;
}
article.index header.entry-header div.entry-meta p {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
article.index header.entry-header div.entry-meta p .semi-bold {
  font-weight: 600;
}
article.index header.entry-header div.entry-meta p .bold {
  font-weight: 700;
}
article.index header.entry-header div.entry-meta p .semi-bold {
  font-weight: 600;
}
article.index header.entry-header div.entry-meta p .bold {
  font-weight: 700;
}
article.index header.entry-header div.entry-excerpt {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 180%;
}
article.index header.entry-header div.entry-excerpt .semi-bold {
  font-weight: 600;
}
article.index header.entry-header div.entry-excerpt .bold {
  font-weight: 700;
}
article.index header.entry-header div.entry-excerpt .semi-bold {
  font-weight: 600;
}
article.index header.entry-header div.entry-excerpt .bold {
  font-weight: 700;
}
p.index-header {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #383838;
  text-transform: uppercase;
  line-height: 12px;
  vertical-align: top;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 2px;
}
p.index-header .semi-bold {
  font-weight: 600;
}
p.index-header .bold {
  font-weight: 700;
}
p.index-header .semi-bold {
  font-weight: 600;
}
p.index-header .bold {
  font-weight: 700;
}
div#index-primary,
div#primary {
  margin-bottom: 72px;
}
article.index-item {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
article.index-item hr {
  margin: 0;
  padding: 0;
  clear: both;
}
article.index-item div.index-item-meta {
  padding: 0;
  padding-right: 9px;
  text-align: right;
}
article.index-item div.index-item-meta p.entry-date {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #308d58;
  text-transform: uppercase;
  line-height: 12px;
  vertical-align: top;
}
article.index-item div.index-item-meta p.entry-category {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #383838;
  text-transform: uppercase;
  line-height: 12px;
  vertical-align: top;
  margin-top: 10px;
  letter-spacing: 2px;
}
article.index-item div.index-item-meta p.entry-category .semi-bold {
  font-weight: 600;
}
article.index-item div.index-item-meta p.entry-category .bold {
  font-weight: 700;
}
article.index-item div.index-item-meta p.entry-category .semi-bold {
  font-weight: 600;
}
article.index-item div.index-item-meta p.entry-category .bold {
  font-weight: 700;
}
article.index-item img.index-item-thumb {
  height: 200px;
  width: 200px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 26px;
  background: #cacaca;
  outline: none;
}
article.index-item img.index-item-thumb:hover {
  outline: none;
}
article.index-item div.entry-meta p {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
article.index-item div.entry-meta p .semi-bold {
  font-weight: 600;
}
article.index-item div.entry-meta p .bold {
  font-weight: 700;
}
article.index-item div.entry-meta p .semi-bold {
  font-weight: 600;
}
article.index-item div.entry-meta p .bold {
  font-weight: 700;
}
article.index-item div.index-item-content {
  float: left;
  width: auto;
  height: auto;
  margin-left: 240px;
  margin-top: -230px;
}
article.index-item div.index-item-content h1.entry-title {
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 32px;
}
article.index-item div.index-item-content h1.entry-title.secondary {
  font-size: 16pt;
  line-height: 20pt;
  padding-bottom: 10px;
}
article.index-item div.index-item-content p.index-byline {
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 2px;
}
article.index-item div.index-item-content div.entry-excerpt {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 180%;
}
article.index-item div.index-item-content div.entry-excerpt .semi-bold {
  font-weight: 600;
}
article.index-item div.index-item-content div.entry-excerpt .bold {
  font-weight: 700;
}
article.index-item div.index-item-content div.entry-excerpt .semi-bold {
  font-weight: 600;
}
article.index-item div.index-item-content div.entry-excerpt .bold {
  font-weight: 700;
}
@media only screen and (max-width: 579px) {
  article.index-item {
    position: relative;
  }
  article.index-item div.index-item-meta {
    margin-bottom: 20px;
  }
  article.index-item div.index-item-meta p.entry-category {
    text-align: center !important;
  }
  article.index-item div.index-item-meta p.entry-date {
    text-align: center !important;
  }
  article.index-item img.index-item-thumb {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-bottom: 20px;
  }
  article.index-item div.index-item-content {
    float: none;
    margin: auto;
  }
  article.index-item div.index-item-content h1 {
    text-align: center;
  }
  article.index-item div.index-item-content div.entry-meta {
    text-align: center;
  }
}
div#infinite-footer {
  display: none !important;
}
div.related-header {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  vertical-align: middle;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: -20px;
}
div.related-header .semi-bold {
  font-weight: 600;
}
div.related-header .bold {
  font-weight: 700;
}
div.related-header .semi-bold {
  font-weight: 600;
}
div.related-header .bold {
  font-weight: 700;
}
footer {
  display: block;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 579px) {
  footer img.footer-logo {
    max-width: 60%;
  }
}
footer div.col-group {
  max-width: 1024px;
  margin: auto;
  position: relative;
  padding-top: 52px;
  z-index: 1000;
}
footer p.footer-entry {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 13px;
}
footer p.footer-entry .semi-bold {
  font-weight: 600;
}
footer p.footer-entry .bold {
  font-weight: 700;
}
footer p.footer-entry .semi-bold {
  font-weight: 600;
}
footer p.footer-entry .bold {
  font-weight: 700;
}
footer hr.vertical {
  position: relative;
  height: 130px;
  width: 1px;
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
}
footer form {
  position: relative;
  margin-left: 38px;
  margin-right: 109px;
  margin-top: 10px;
  height: 38px;
}
footer form input#email-input {
  position: absolute;
  height: 38px;
  line-height: 28px;
  font-size: 16px;
  padding: 0;
  padding-left: 10px;
  vertical-align: middle;
  color: #383838;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 0;
  right: 109px;
  left: 0;
  width: 100%;
}
footer form input#email-input:focus {
  outline: none;
}
footer form button#email-submit {
  right: -109px;
  position: absolute;
  width: 109px;
  height: 39px;
  padding: 0;
  margin: 0;
  background: url('../img/btn_enter_normal.png') no-repeat;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
footer form button#email-submit:hover {
  background: url('../img/btn_enter_hover.png') no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  footer form button#email-submit {
    background: url('../img/btn_enter_normal@2x.png') no-repeat;
    background-size: cover;
  }
  footer form button#email-submit:hover {
    background: url('../img/btn_enter_hover@2x.png') no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 579px) {
  footer form {
    margin-left: 0;
    margin-top: 38px;
  }
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 20px;
}
footer nav ul li {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 13px;
  vertical-align: top;
  margin-bottom: 10px;
  width: 50%;
}
footer nav ul li .semi-bold {
  font-weight: 600;
}
footer nav ul li .bold {
  font-weight: 700;
}
footer nav ul li .semi-bold {
  font-weight: 600;
}
footer nav ul li .bold {
  font-weight: 700;
}
footer nav ul li:nth-child(1) {
  float: left;
}
footer nav ul li:nth-child(2) {
  float: right;
}
footer nav ul li:nth-child(3) {
  float: left;
}
footer nav ul li:nth-child(4) {
  float: right;
}
footer nav ul li:nth-child(5) {
  float: left;
}
footer nav ul li:nth-child(6) {
  float: right;
}
footer nav ul li:nth-child(7) {
  float: left;
}
footer nav ul li:nth-child(8) {
  float: right;
}
footer nav ul li:nth-child(9) {
  float: left;
}
footer nav ul li:nth-child(10) {
  float: right;
}
footer div#footer-bottom-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background: #202020;
  z-index: 1000;
}
footer div#footer-bottom-nav div.col-group {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
footer div#footer-bottom-nav div.social-cta-container {
  height: 40px;
  margin: 0;
  padding: 0;
}
footer div#footer-bottom-nav div.social-cta-container p {
  line-height: 40px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  color: white;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  margin-left: 30px;
}
footer div#footer-bottom-nav div.social-cta-container p .semi-bold {
  font-weight: 600;
}
footer div#footer-bottom-nav div.social-cta-container p .bold {
  font-weight: 700;
}
footer div#footer-bottom-nav div.social-cta-container p .semi-bold {
  font-weight: 600;
}
footer div#footer-bottom-nav div.social-cta-container p .bold {
  font-weight: 700;
}
footer div#footer-bottom-nav div.social-cta-container a.social-link {
  padding: 8px;
  font-size: 12px;
  position: relative;
}
footer div#footer-bottom-nav div.social-cta-container a.social-link img {
  position: relative;
  top: 4px;
}
footer div#footer-bottom-nav ul {
  list-style: none;
  color: white;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  height: 40px;
  margin: 0;
  margin-left: 60px;
  padding: 0;
}
footer div#footer-bottom-nav ul .semi-bold {
  font-weight: 600;
}
footer div#footer-bottom-nav ul .bold {
  font-weight: 700;
}
footer div#footer-bottom-nav ul .semi-bold {
  font-weight: 600;
}
footer div#footer-bottom-nav ul .bold {
  font-weight: 700;
}
footer div#footer-bottom-nav ul li {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  float: left;
  font-size: 12px;
  margin-right: 20px;
}
div.people-item {
  width: 20%;
  padding-left: 18px;
  padding-right: 18px;
  float: left;
  margin-bottom: 38px;
}
div.people-item img {
  -webkit-border-radius: 86px;
  -moz-border-radius: 86px;
  border-radius: 86px;
  margin: 2%;
}
div.people-item p.name {
  padding: 0;
  margin: 0;
  font-family: 'ToledoSerial' serif;
  font-family: 'ToledoSerial-Bold', 'Crimson Text', serif;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  text-align: center;
}
div.people-item p.title {
  padding: 0;
  margin: 0;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
div.people-item p.title .semi-bold {
  font-weight: 600;
}
div.people-item p.title .bold {
  font-weight: 700;
}
div.people-item p.title .semi-bold {
  font-weight: 600;
}
div.people-item p.title .bold {
  font-weight: 700;
}
@media only screen and (max-width: 579px) {
  div.people-item {
    width: 45%;
    margin: 0;
    padding: 0;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
body.about div.col-group {
  max-width: 1024px;
  margin: auto;
}
body.about div.about-section {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 38px;
  padding-bottom: 38px;
}
body.about div.about-section.full-block-dark {
  background: #383838;
}
body.about div.about-section.full-block-dark a {
  color: #73a18b;
}
body.about div.about-section.full-block-gray {
  background: #f3f3f3;
}
body.about div.about-section.full-block-white {
  background: white;
}
body.about div.about-section p {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  color: #383838;
  margin-top: 0;
  line-height: 180%;
}
body.about div.about-section p .semi-bold {
  font-weight: 600;
}
body.about div.about-section p .bold {
  font-weight: 700;
}
body.about div.about-section p .semi-bold {
  font-weight: 600;
}
body.about div.about-section p .bold {
  font-weight: 700;
}
body.about div.about-section p.white {
  color: white;
}
body.about div.about-section p.two-column-text {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 36px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 36px;
  /* Firefox */
  column-gap: 36px;
}
body.about div.about-section p.italic {
  font-style: italic;
}
body.about div.about-section p.about-section-title {
  font-size: 20px;
  font-weight: 200;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #383838;
}
body.about div.about-section p.about-section-title .semi-bold {
  font-weight: 600;
}
body.about div.about-section p.about-section-title .bold {
  font-weight: 700;
}
body.about div.about-section p.about-section-title .semi-bold {
  font-weight: 600;
}
body.about div.about-section p.about-section-title .bold {
  font-weight: 700;
}
body.about div.about-section p.about-section-title.white {
  color: white;
}
body.about div.about-section p.department-title {
  font-size: 16px;
}
