@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,700,600,800,400);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  vertical-align: top;
  font-size: 12px; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@media only screen and (min-width: 800px) {
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .animatedfast {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .animatedmedium {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(360deg); }
    to {
      -webkit-transform: rotate(0deg); } }
  @-webkit-keyframes spin2 {
    from {
      -webkit-transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg); } }
  @-webkit-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;
    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); } }
  @keyframes shake {
    0%, 100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); } }
  .shake {
    -webkit-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); } }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px); }
    60% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px); } }
  .bounce {
    -webkit-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); } }
  @keyframes tada {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
              transform: scale(0.9) rotate(-3deg); }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
              transform: scale(1.1) rotate(3deg); }
    40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
              transform: scale(1.1) rotate(-3deg); }
    100% {
      -webkit-transform: scale(1) rotate(0);
              transform: scale(1) rotate(0); } }
  .tada {
    -webkit-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); } }
  @keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    40% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    60% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
    80% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
  .swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-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%); } }
  @keyframes wobble {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
    15% {
      -webkit-transform: translateX(-25%) rotate(-5deg);
              transform: translateX(-25%) rotate(-5deg); }
    30% {
      -webkit-transform: translateX(20%) rotate(3deg);
              transform: translateX(20%) rotate(3deg); }
    45% {
      -webkit-transform: translateX(-15%) rotate(-3deg);
              transform: translateX(-15%) rotate(-3deg); }
    60% {
      -webkit-transform: translateX(10%) rotate(2deg);
              transform: translateX(10%) rotate(2deg); }
    75% {
      -webkit-transform: translateX(-5%) rotate(-1deg);
              transform: translateX(-5%) rotate(-1deg); }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); } }
  .wobble {
    -webkit-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); } }
  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  .pulse {
    -webkit-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; } }
  @keyframes flip {
    0% {
      -webkit-transform: perspective(400px) rotateY(0);
              transform: perspective(400px) rotateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
              transform: perspective(400px) translateZ(150px) rotateY(170deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
              transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }
    80% {
      -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
              transform: perspective(400px) rotateY(360deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }
    100% {
      -webkit-transform: perspective(400px) scale(1);
              transform: perspective(400px) scale(1);
      -webkit-animation-timing-function: ease-in;
              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;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation-name: flip;
            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; } }
  @keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
              transform: perspective(400px) rotateX(90deg);
      opacity: 0; }
    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
              transform: perspective(400px) rotateX(-10deg); }
    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
              transform: perspective(400px) rotateX(10deg); }
    100% {
      -webkit-transform: perspective(400px) rotateX(0deg);
              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;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
            animation-name: flipInX; }
  @-webkit-keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      opacity: 1; }
    100% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0; } }
  @keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px) rotateX(0deg);
              transform: perspective(400px) rotateX(0deg);
      opacity: 1; }
    100% {
      -webkit-transform: perspective(400px) rotateX(90deg);
              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;
    -webkit-animation-name: flipOutX;
            animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
            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; } }
  @keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
              transform: perspective(400px) rotateY(90deg);
      opacity: 0; }
    40% {
      -webkit-transform: perspective(400px) rotateY(-10deg);
              transform: perspective(400px) rotateY(-10deg); }
    70% {
      -webkit-transform: perspective(400px) rotateY(10deg);
              transform: perspective(400px) rotateY(10deg); }
    100% {
      -webkit-transform: perspective(400px) rotateY(0deg);
              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;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
            animation-name: flipInY; }
  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      opacity: 1; }
    100% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0; } }
  @keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px) rotateY(0deg);
              transform: perspective(400px) rotateY(0deg);
      opacity: 1; }
    100% {
      -webkit-transform: perspective(400px) rotateY(90deg);
              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;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
            animation-name: flipOutY; }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }
  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
              transform: translateY(2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig; }
  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
              transform: translateY(-2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig; }
  @-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
              transform: translateX(-2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig; }
  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
              transform: translateX(2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig; }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes fadeOut {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-20px); } }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); } }
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(20px); } }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); } }
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-20px); } }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px); } }
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(20px); } }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px); } }
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }
  @-webkit-keyframes fadeOutUpBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px); } }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
              transform: translateY(-2000px); } }
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig; }
  @-webkit-keyframes fadeOutDownBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px); } }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
              transform: translateY(2000px); } }
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig; }
  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px); } }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
              transform: translateX(-2000px); } }
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig; }
  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px); } }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
              transform: translateX(2000px); } }
  .fadeOutRightBig {
    -webkit-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); } }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
              transform: scale(0.3); }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    70% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  .bounceIn {
    -webkit-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); } }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
              transform: translateY(2000px); }
    60% {
      opacity: 1;
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px); }
    80% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .bounceInUp {
    -webkit-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); } }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
              transform: translateY(-2000px); }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
    80% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .bounceInDown {
    -webkit-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); } }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
              transform: translateX(-2000px); }
    60% {
      opacity: 1;
      -webkit-transform: translateX(30px);
              transform: translateX(30px); }
    80% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  .bounceInLeft {
    -webkit-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); } }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
              transform: translateX(2000px); }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px); }
    80% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  .bounceInRight {
    -webkit-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); } }
  @keyframes bounceOut {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    25% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
              transform: scale(0.3); } }
  .bounceOut {
    -webkit-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); } }
  @keyframes bounceOutUp {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    20% {
      opacity: 1;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
              transform: translateY(-2000px); } }
  .bounceOutUp {
    -webkit-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); } }
  @keyframes bounceOutDown {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    20% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
              transform: translateY(2000px); } }
  .bounceOutDown {
    -webkit-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); } }
  @keyframes bounceOutLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    20% {
      opacity: 1;
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
              transform: translateX(-2000px); } }
  .bounceOutLeft {
    -webkit-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); } }
  @keyframes bounceOutRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    20% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
              transform: translateX(2000px); } }
  .bounceOutRight {
    -webkit-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; } }
  @keyframes rotateIn {
    0% {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(-200deg);
              transform: rotate(-200deg);
      opacity: 0; }
    100% {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; } }
  .rotateIn {
    -webkit-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; } }
  @keyframes rotateInUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0; }
    100% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; } }
  .rotateInUpLeft {
    -webkit-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; } }
  @keyframes rotateInDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      opacity: 0; }
    100% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; } }
  .rotateInDownLeft {
    -webkit-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; } }
  @keyframes rotateInUpRight {
    0% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      opacity: 0; }
    100% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; } }
  .rotateInUpRight {
    -webkit-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; } }
  @keyframes rotateInDownRight {
    0% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0; }
    100% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; } }
  .rotateInDownRight {
    -webkit-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; } }
  @keyframes rotateOut {
    0% {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; }
    100% {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(200deg);
              transform: rotate(200deg);
      opacity: 0; } }
  .rotateOut {
    -webkit-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; } }
  @keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; }
    100% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      opacity: 0; } }
  .rotateOutUpLeft {
    -webkit-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; } }
  @keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; }
    100% {
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0; } }
  .rotateOutDownLeft {
    -webkit-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; } }
  @keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; }
    100% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0; } }
  .rotateOutUpRight {
    -webkit-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; } }
  @keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; }
    100% {
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      opacity: 0; } }
  .rotateOutDownRight {
    -webkit-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; } }
  @keyframes hinge {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }
    20%, 60% {
      -webkit-transform: rotate(80deg);
              transform: rotate(80deg);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }
    40% {
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }
    80% {
      -webkit-transform: rotate(60deg) translateY(0);
              transform: rotate(60deg) translateY(0);
      opacity: 1;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }
    100% {
      -webkit-transform: translateY(700px);
              transform: translateY(700px);
      opacity: 0; } }
  .hinge {
    -webkit-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); } }
  @keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotate(-120deg);
              transform: translateX(-100%) rotate(-120deg); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
              transform: translateX(0px) rotate(0deg); } }
  .rollIn {
    -webkit-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); } }
  @keyframes rollOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
              transform: translateX(0px) rotate(0deg); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%) rotate(120deg);
              transform: translateX(100%) rotate(120deg); } }
  .rollOut {
    -webkit-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; } }
  @keyframes lightSpeedIn {
    0% {
      -webkit-transform: translateX(100%) skewX(-30deg);
              transform: translateX(100%) skewX(-30deg);
      opacity: 0; }
    60% {
      -webkit-transform: translateX(-20%) skewX(30deg);
              transform: translateX(-20%) skewX(30deg);
      opacity: 1; }
    80% {
      -webkit-transform: translateX(0%) skewX(-15deg);
              transform: translateX(0%) skewX(-15deg);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(0%) skewX(0deg);
              transform: translateX(0%) skewX(0deg);
      opacity: 1; } }
  .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  .animated.lightSpeedIn {
    -webkit-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; } }
  @keyframes lightSpeedOut {
    0% {
      -webkit-transform: translateX(0%) skewX(0deg);
              transform: translateX(0%) skewX(0deg);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(100%) skewX(-30deg);
              transform: translateX(100%) skewX(-30deg);
      opacity: 0; } }
  .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  .animated.lightSpeedOut {
    -webkit-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); } }
  @keyframes wiggle {
    0% {
      -webkit-transform: skewX(9deg);
              transform: skewX(9deg); }
    10% {
      -webkit-transform: skewX(-8deg);
              transform: skewX(-8deg); }
    20% {
      -webkit-transform: skewX(7deg);
              transform: skewX(7deg); }
    30% {
      -webkit-transform: skewX(-6deg);
              transform: skewX(-6deg); }
    40% {
      -webkit-transform: skewX(5deg);
              transform: skewX(5deg); }
    50% {
      -webkit-transform: skewX(-4deg);
              transform: skewX(-4deg); }
    60% {
      -webkit-transform: skewX(3deg);
              transform: skewX(3deg); }
    70% {
      -webkit-transform: skewX(-2deg);
              transform: skewX(-2deg); }
    80% {
      -webkit-transform: skewX(1deg);
              transform: skewX(1deg); }
    90% {
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg); }
    100% {
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg); } }
  .wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  .animated.wiggle {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.drop-shadow {
  position: relative; }
  .drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2; }

.lifted:before, .lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg); }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 4px; }

/** THEME
===================================*/
.bxslider .slide-text {
  position: absolute;
  text-align: left;
  top: .85em;
  left: 1.6em;
  display: inline-block; }
  .bxslider .slide-text h2 {
    color: #ED1C24;
    font-weight: 700;
    font-size: 2.6em;
    margin-bottom: 10px;
    line-height: 42.5px; }
    @media screen and (max-width: 600px) {
      .bxslider .slide-text h2 {
        font-size: 2em; } }
    @media screen and (max-width: 470px) {
      .bxslider .slide-text h2 {
        font-size: 1.5em; } }
  .bxslider .slide-text p {
    color: #ED1C24; }

.bxslider .button {
  background-color: #ED1C24;
  position: absolute;
  text-align: left;
  bottom: 4em;
  left: 1.6em;
  padding: 12px;
  font-size: 1em;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 700; }
  @media screen and (max-width: 470px) {
    .bxslider .button {
      display: none; } }
  .bxslider .button:hover {
    background-color: #003572; }

.bx-wrapper .bx-viewport {
  border-radius: 4px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0); }
  @media screen and (max-width: 1040px) {
    .bx-wrapper .bx-viewport {
      border-radius: 0; } }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: left;
  bottom: 8em;
  right: 2em;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  outline: 0;
  border-radius: 10px;
  border: 2px solid #003572; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #003572; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(0, 0, 0, 0.5);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 1em;
  padding: 10px;
  text-align: center; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

/*#cboxTopLeft{
        width:21px;
        height:21px;
        background:url(../images/cbox/controls.png) no-repeat -101px 0;
    }
    #cboxTopRight{
        width:21px;
        height:21px;
        background:url(../images/cbox/controls.png) no-repeat -130px 0;
    }
    #cboxBottomLeft{
        width:21px;
        height:21px;
        background:url(../images/cbox/controls.png) no-repeat -101px -29px;
    }
    #cboxBottomRight{
        width:21px;
        height:21px;
        background:url(../images/cbox/controls.png) no-repeat -130px -29px;
    }
    #cboxMiddleLeft{
        width:21px;
        background:url(../images/cbox/controls.png) left top repeat-y;
    }
    #cboxMiddleRight{
        width:21px;
        background:url(../images/cbox/controls.png) right top repeat-y;
    }
    #cboxTopCenter{
        height:21px;
        background:url(../images/cbox/border.png) 0 0 repeat-x;
    }
    #cboxBottomCenter{
        height:21px;
        background:url(../images/cbox/border.png) 0 -29px repeat-x;
    }*/
/*#cboxContent{background:#fff; overflow:hidden;}*/
.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(../images/cbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(../images/cbox/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/cbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/cbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

/*#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/cbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}*/
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

#header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
  padding: 0 20px; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1040px) {
    #header {
      padding: 0; } }
  #header .logo-container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 640px) {
      #header .logo-container {
        text-align: center; } }
    #header .logo-container .logo {
      height: auto;
      width: 308px;
      vertical-align: bottom;
      margin: 15px 0 0 0;
      float: left;
      max-width: 100%; }
      @media screen and (max-width: 770px) {
        #header .logo-container .logo {
          width: 250px; } }
      @media screen and (max-width: 640px) {
        #header .logo-container .logo {
          text-align: center;
          float: none; } }
      @media screen and (max-width: 400px) {
        #header .logo-container .logo {
          width: 200px; } }
    #header .logo-container .cta {
      margin: 50px 0 0 15px;
      float: right;
      position: relative; }
      @media screen and (max-width: 770px) {
        #header .logo-container .cta {
          margin: 35px 0 0 15px; } }
      #header .logo-container .cta .social-links {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        display: inline-block;
        text-align: right; }
        #header .logo-container .cta .social-links a img {
          border-radius: 50%; }
      #header .logo-container .cta .apply-text {
        text-transform: uppercase;
        text-align: right;
        margin-bottom: 0;
        font-weight: 700;
        color: #003572;
        font-size: 1.6em;
        line-height: 30px; }
      #header .logo-container .cta .phone {
        font-size: 3em;
        font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
        color: #ED1C24;
        font-weight: 800;
        line-height: 40px;
        text-align: right; }
        #header .logo-container .cta .phone a {
          color: #ED1C24; }
      #header .logo-container .cta .desc {
        text-align: right;
        color: #003572;
        line-height: 30px;
        margin: 0; }
        #header .logo-container .cta .desc strong {
          font-weight: 600; }
      @media screen and (max-width: 640px) {
        #header .logo-container .cta {
          float: none;
          margin: 10px 0; }
          #header .logo-container .cta .social-links {
            text-align: center; }
          #header .logo-container .cta .phone {
            text-align: center;
            font-size: 2.4em;
            font-weight: 800; }
          #header .logo-container .cta .desc {
            text-align: center; }
          #header .logo-container .cta .apply-text {
            text-align: center; } }

#mainmenu-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative; }
  #mainmenu-container::after {
    clear: both;
    content: "";
    display: table; }
  #mainmenu-container nav #mainmenu {
    background-color: #003572;
    background-image: linear-gradient(0deg,#003572, #003572 70%, #4D739D 70%, #4D739D 100%);
    font-size: 1em;
    list-style: none;
    *zoom: 1;
    padding: 0;
    margin: 0 auto;
    line-height: 30px;
    z-index: 9999;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    pointer-events: none; }
    #mainmenu-container nav #mainmenu:before {
      content: " ";
      display: table; }
    #mainmenu-container nav #mainmenu:after {
      content: " ";
      display: table;
      clear: both; }
    #mainmenu-container nav #mainmenu ul {
      list-style: none;
      width: 22em;
      padding: 0;
      margin: 0;
      z-index: 99999; }
    #mainmenu-container nav #mainmenu .first {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
      #mainmenu-container nav #mainmenu .first:hover {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px; }
        @media screen and (max-width: 900px) {
          #mainmenu-container nav #mainmenu .first:hover {
            border-radius: 0; } }
    #mainmenu-container nav #mainmenu .last {
      border-right: none; }
    #mainmenu-container nav #mainmenu > li {
      float: left; }
      #mainmenu-container nav #mainmenu > li > a {
        display: block; }
      #mainmenu-container nav #mainmenu > li.hover > ul {
        left: 0; }
    #mainmenu-container nav #mainmenu li {
      position: relative; }
      #mainmenu-container nav #mainmenu li a {
        color: #FFFFFF;
        background-color: #003572;
        background-image: linear-gradient(0deg,#003572, #003572 70%, #4D739D 70%, #4D739D 100%);
        padding: 5px 25px;
        display: inline-block;
        position: relative;
        border-right: 1px solid #FFFFFF; }
        @media screen and (max-width: 900px) {
          #mainmenu-container nav #mainmenu li a {
            border-right: 0; } }
        #mainmenu-container nav #mainmenu li a:hover {
          text-decoration: none;
          background-color: #ED1C24;
          background-image: linear-gradient(0deg,#ED1C24, #ED1C24 70%, #F26166 70%, #F26166 100%);
          border-radius: 0; }
        #mainmenu-container nav #mainmenu li a.active:hover {
          border-bottom-left-radius: 5px;
          border-top-left-radius: 5px; }
        #mainmenu-container nav #mainmenu li a > span {
          position: relative;
          font-family: Arial, sans-serif;
          font-weight: 600;
          font-size: 13px; }
      #mainmenu-container nav #mainmenu li .active {
        background-color: #ED1C24;
        background-image: linear-gradient(0deg,#ED1C24, #ED1C24 70%, #F26166 70%, #F26166 100%); }
    #mainmenu-container nav #mainmenu ul {
      position: absolute;
      left: -9999px; }
      #mainmenu-container nav #mainmenu ul li {
        display: block;
        position: relative;
        z-index: 100; }
        #mainmenu-container nav #mainmenu ul li a {
          background: #ED1C24;
          display: block;
          position: relative;
          z-index: 10; }
          #mainmenu-container nav #mainmenu ul li a:hover {
            background: #003572; }
        #mainmenu-container nav #mainmenu ul li .active {
          background: #003572; }
          #mainmenu-container nav #mainmenu ul li .active:hover {
            border-radius: 0; }

.toggleMenu {
  display: none;
  list-style: none;
  padding: 15px 30px;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  font-size: 1em;
  text-decoration: none;
  background-color: #003572;
  background-image: linear-gradient(0deg,#003572, #003572 70%, #4D739D 70%, #4D739D 100%);
  color: #FFFFFF !important; }

@media screen and (max-width: 1040px) {
  .toggleMenu {
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%; }
  #mainmenu {
    float: none;
    line-height: 40px !important;
    padding-right: 0 !important; }
    #mainmenu ul {
      display: block;
      width: 100% !important; }
      #mainmenu ul li:first-child {
        margin-top: 0; }
      #mainmenu ul li:last-child {
        margin-bottom: 0; }
      #mainmenu ul li a {
        padding: 5px 30px;
        background-color: #474e98; }
      #mainmenu ul li li a {
        background-color: #616161; }
    #mainmenu li {
      background-image: none !important; }
      #mainmenu li li .parent {
        background-image: url(../images/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%; }
        #mainmenu li li .parent:hover {
          background-image: url(../images/downArrow.png);
          background-repeat: no-repeat;
          background-position: 95% 50%; }
      #mainmenu li .active {
        background-image: none !important; }
      #mainmenu li a {
        background-image: none !important; }
        #mainmenu li a:hover {
          background-image: none !important; }
    #mainmenu > li {
      float: none !important; }
      #mainmenu > li > a {
        display: block !important; }
      #mainmenu > li > .parent {
        background-image: url(../images/downArrow.png) !important;
        background-repeat: no-repeat;
        background-position: 95% 50%; }
  #mainmenu-container nav #mainmenu > li.hover > ul {
    left: 0;
    position: static; }
  #mainmenu-container nav #mainmenu > li > a:nth-child(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  #mainmenu-container nav #mainmenu li a.active:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

.page-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto;
  margin-bottom: 10px; }
  .page-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1040px) {
    .page-container {
      margin-top: 0; } }
  .page-container .slider-section {
    margin-bottom: 40px; }
    .page-container .slider-section::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 1040px) {
      .page-container .slider-section {
        margin-bottom: 0; } }
  .page-container .left-section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-container .left-section:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1040px) {
      .page-container .left-section {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .page-container .left-section:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1040px) {
      .page-container .left-section .drop-shadow:before, .page-container .left-section .drop-shadow:after {
        box-shadow: none; } }
  .page-container .header-img {
    display: block;
    border-radius: 4px;
    width: 100%; }
    @media screen and (max-width: 1040px) {
      .page-container .header-img {
        border-radius: 0; } }
  .page-container .services-section {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    .page-container .services-section::after {
      clear: both;
      content: "";
      display: table; }
    .page-container .services-section::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1040px) {
      .page-container .services-section {
        padding: 0; } }
    .page-container .services-section .service-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      border-top: 1px solid #D1D2D4;
      border-bottom: 1px solid #D1D2D4; }
      .page-container .services-section .service-container:last-child {
        margin-right: 0; }
      .page-container .services-section .service-container:nth-child(3) {
        border-top: none; }
      .page-container .services-section .service-container:nth-child(n+4):nth-child(-n+6) {
        border-top: none; }
      .page-container .services-section .service-container:nth-child(even) {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .page-container .services-section .service-container {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          border-top: 0; }
          .page-container .services-section .service-container:last-child {
            margin-right: 0; } }
      .page-container .services-section .service-container img {
        float: left;
        padding: 8px 10px 17px 0px;
        width: 100px; }
      .page-container .services-section .service-container .service-description h3 {
        font-weight: 700;
        color: #ED1C24;
        line-height: 26px;
        margin-top: 10px;
        font-size: 1.4em;
        padding-top: 14px; }
        .page-container .services-section .service-container .service-description h3:hover {
          color: #f68e92; }
        .page-container .services-section .service-container .service-description h3.green {
          color: #28712A; }
      .page-container .services-section .service-container .service-description p {
        color: #003572;
        font-size: 0.9em;
        font-size: 1em; }
        @media screen and (max-width: 625px) {
          .page-container .services-section .service-container .service-description p {
            font-size: 1em; } }
        .page-container .services-section .service-container .service-description p.green {
          color: #28712A; }
      @media screen and (max-width: 1040px) {
        .page-container .services-section .service-container .service-description {
          padding: 0; } }

.form-container {
  background-color: #003572;
  border-radius: 7px;
  padding: 10px;
  width: 100% !important;
  max-width: 253px; }
  .form-container h3 {
    color: #FFFFFF;
    font-weight: 600;
    margin: 0px 0px 7px 10px;
    font-size: 1.75em; }
  .form-container .side-contact-form label {
    color: #FFFFFF;
    font-weight: 400; }
  .form-container .side-contact-form .checkbox-labels {
    display: inline;
    font-size: 0.8em; }
  .form-container .side-contact-form p {
    color: #FFFFFF;
    margin: 0px; }
  .form-container .side-contact-form .interested {
    margin-left: 15px;
    margin-top: 6px;
    font-size: 0.8em; }
  .form-container .side-contact-form textarea, .form-container .side-contact-form input[type="email"], .form-container .side-contact-form input[type="number"], .form-container .side-contact-form input[type="password"], .form-container .side-contact-form input[type="search"], .form-container .side-contact-form input[type="tel"], .form-container .side-contact-form input[type="text"], .form-container .side-contact-form input[type="url"], .form-container .side-contact-form input[type="color"], .form-container .side-contact-form input[type="date"], .form-container .side-contact-form input[type="datetime"], .form-container .side-contact-form input[type="datetime-local"], .form-container .side-contact-form input[type="month"], .form-container .side-contact-form input[type="time"], .form-container .side-contact-form input[type="week"], .form-container .side-contact-form select[multiple=multiple] {
    display: inline;
    border-radius: 0;
    height: 25px;
    margin-bottom: 4px;
    width: 90%;
    margin-left: 12px;
    font-size: 0.8em; }
  .form-container .side-contact-form input[type="checkbox"], .form-container .side-contact-form input[type="radio"] {
    margin: 0 0.375em 0 15px; }
  .form-container .side-contact-form button, .form-container .side-contact-form input[type="submit"] {
    background-color: #ED1C24;
    margin: 5px 0px 5px 15px;
    font-weight: 700;
    font-size: 1.2em;
    padding: 0.50em 1em; }
    .form-container .side-contact-form button:hover, .form-container .side-contact-form input[type="submit"]:hover {
      background-color: #af0e14; }
  .form-container .side-contact-form .placeholder {
    color: #D1D2D4;
    font-size: 0.8em; }

.contact-section {
  display: none; }
  .contact-section .horizontal-contact-form textarea, .contact-section .horizontal-contact-form input[type="email"], .contact-section .horizontal-contact-form input[type="number"], .contact-section .horizontal-contact-form input[type="password"], .contact-section .horizontal-contact-form input[type="search"], .contact-section .horizontal-contact-form input[type="tel"], .contact-section .horizontal-contact-form input[type="text"], .contact-section .horizontal-contact-form input[type="url"], .contact-section .horizontal-contact-form input[type="color"], .contact-section .horizontal-contact-form input[type="date"], .contact-section .horizontal-contact-form input[type="datetime"], .contact-section .horizontal-contact-form input[type="datetime-local"], .contact-section .horizontal-contact-form input[type="month"], .contact-section .horizontal-contact-form input[type="time"], .contact-section .horizontal-contact-form input[type="week"], .contact-section .horizontal-contact-form select[multiple=multiple] {
    display: inline;
    border-radius: 0;
    height: 40px;
    margin-bottom: 10px;
    font-size: 1em; }
  .contact-section .horizontal-contact-form input[type="checkbox"], .contact-section .horizontal-contact-form input[type="radio"] {
    margin: 0px 4px; }
  .contact-section .horizontal-contact-form button, .contact-section .horizontal-contact-form input[type="submit"] {
    background-color: #ED1C24;
    margin: 18px 0px 5px 0px;
    font-weight: 700;
    font-size: 1.3em;
    padding: 0.5em 1em; }
  .contact-section .horizontal-contact-form .placeholder {
    color: #D1D2D4;
    font-size: 1em; }
  .contact-section .horizontal-contact-form .checkbox-labels {
    display: inline;
    font-size: 0.8em;
    font-weight: 400; }
  @media screen and (max-width: 1040px) {
    .contact-section {
      width: 100%;
      background-color: #003572;
      display: block; }
      .contact-section .home-contact-small #clickme {
        padding: 15px 30px;
        color: #FFFFFF;
        cursor: pointer;
        background-image: url(../images/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-size: 1.6em;
        font-weight: 700; }
      .contact-section .home-contact-small #small-form-container {
        display: block;
        overflow: hidden;
        padding-bottom: 15px; }
        .contact-section .home-contact-small #small-form-container .horizontal-contact-form {
          color: #FFFFFF;
          padding: 0 30px; }
          .contact-section .home-contact-small #small-form-container .horizontal-contact-form .left-side {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 65.88078%; }
            .contact-section .home-contact-small #small-form-container .horizontal-contact-form .left-side:last-child {
              margin-right: 0; }
          .contact-section .home-contact-small #small-form-container .horizontal-contact-form .right-side {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%;
            margin-right: 0; }
            .contact-section .home-contact-small #small-form-container .horizontal-contact-form .right-side:last-child {
              margin-right: 0; } }
  @media screen and (max-width: 625px) {
    .contact-section {
      width: 100%;
      background-color: #003572;
      display: block; }
      .contact-section .home-contact-small #clickme {
        padding: 15px 30px;
        color: #FFFFFF;
        cursor: pointer;
        background-image: url(../images/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-size: 1.6em;
        font-weight: 700; }
      .contact-section .home-contact-small #small-form-container {
        display: none;
        overflow: hidden; }
        .contact-section .home-contact-small #small-form-container .horizontal-contact-form {
          color: #FFFFFF;
          padding: 0 30px; }
          .contact-section .home-contact-small #small-form-container .horizontal-contact-form .left-side {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .contact-section .home-contact-small #small-form-container .horizontal-contact-form .left-side:last-child {
              margin-right: 0; }
          .contact-section .home-contact-small #small-form-container .horizontal-contact-form .right-side {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .contact-section .home-contact-small #small-form-container .horizontal-contact-form .right-side:last-child {
              margin-right: 0; } }

.body-content {
  margin-top: 30px; }
  @media screen and (max-width: 1040px) {
    .body-content hr {
      width: 95%;
      margin: 1.5em auto; } }
  .body-content .container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .body-content .container::after {
      clear: both;
      content: "";
      display: table; }
    .body-content .container::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 1040px) {
      .body-content .container {
        padding: 0 30px; } }
    .body-content .container .col-1-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .body-content .container .col-1-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-1-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-1-2:last-child {
            margin-right: 0; } }
    .body-content .container .col-1-4 {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 42.6842%; }
      .body-content .container .col-1-4:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-1-4 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-1-4:last-child {
            margin-right: 0; } }
    .body-content .container .col-3-4 {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 54.14736%; }
      .body-content .container .col-3-4:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-3-4 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-3-4:last-child {
            margin-right: 0; } }
    .body-content .container .col-1-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .body-content .container .col-1-3:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-1-3 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-1-3:last-child {
            margin-right: 0; } }
    .body-content .container .col-2-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .body-content .container .col-2-3:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-2-3 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-2-3:last-child {
            margin-right: 0; } }
    .body-content .container .col-6-12 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .body-content .container .col-6-12:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-6-12 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-6-12:last-child {
            margin-right: 0; } }
    .body-content .container .col-3-12 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .body-content .container .col-3-12:last-child {
        margin-right: 0; }
      @media screen and (max-width: 625px) {
        .body-content .container .col-3-12 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .body-content .container .col-3-12:last-child {
            margin-right: 0; } }
    .body-content .container .green-deal-table {
      background-color: #28712A;
      padding: 15px 20px;
      border-radius: 4px; }
      .body-content .container .green-deal-table h3 {
        color: #FFFFFF; }
      .body-content .container .green-deal-table p {
        color: #FFFFFF; }
    .body-content .container h1 {
      color: #003572;
      font-weight: 700;
      font-size: 1.8em; }
      .body-content .container h1.green {
        color: #28712A; }
    .body-content .container h2 {
      color: #003572;
      font-weight: 700;
      font-size: 1.7em;
      margin: 10px 0 15px 0; }
      .body-content .container h2.green {
        color: #28712A; }
    .body-content .container h3 {
      color: #003572;
      font-weight: 700;
      font-size: 1.5em; }
      .body-content .container h3.green {
        color: #28712A;
        font-size: 1.3em; }
    .body-content .container h4 {
      color: #003572;
      font-weight: 700; }
      .body-content .container h4.green {
        color: #28712A; }
    .body-content .container h5 {
      color: #003572;
      font-weight: 700; }
      .body-content .container h5.green {
        color: #28712A; }
    .body-content .container p {
      font-size: 17px;
      color: #003572; }
      .body-content .container p.green {
        color: #28712A; }
    .body-content .container a {
      color: #28712A;
      font-weight: 700; }
      .body-content .container a:hover {
        color: #0d260e; }
    .body-content .container .which-text {
      font-weight: 700;
      text-align: center;
      font-size: 0.9em; }
    .body-content .container .boiler-header {
      font-size: 1.3em; }
    .body-content .container strong {
      font-weight: 700;
      color: #003572; }
      .body-content .container strong.green {
        color: #28712A; }
    .body-content .container ul {
      margin: 0;
      padding: 0 0 0 20px;
      list-style-type: disc; }
      .body-content .container ul li {
        color: #003572;
        font-size: 17px; }
    .body-content .container ol li {
      color: #003572; }
    .body-content .container table {
      color: #003572; }
    .body-content .container img {
      width: 100%;
      height: auto; }
    .body-content .container .boiler-tab-image {
      float: left;
      width: 25%;
      margin: 0 15px 0 0; }
    .body-content .container .slider-container .bx-wrapper .bx-viewport {
      border-radius: 0; }
      .body-content .container .slider-container .bx-wrapper .bx-viewport ul li img {
        border-radius: 0; }
    .body-content .container .screenshot {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: inline-block; }
      .body-content .container .screenshot img {
        max-width: 100%;
        height: auto;
        display: block; }
      .body-content .container .screenshot a {
        position: absolute;
        color: #FFF;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 2; }
      .body-content .container .screenshot .youtube-overlay {
        opacity: 0;
        position: absolute;
        color: #FFF;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        text-align: center;
        font-size: 50px;
        transition: opacity .5s ease-in-out;
        z-index: 1; }
        .body-content .container .screenshot .youtube-overlay i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 1 !important; }
      .body-content .container .screenshot:hover .youtube-overlay {
        opacity: 1; }
    .body-content .container .red {
      background-color: #ED1C24; }
    .body-content .container .blue {
      background-color: #003572; }
    .body-content .container .standout {
      padding: 10px;
      border-radius: 4px;
      color: #FFFFFF;
      text-align: center;
      font-weight: 600;
      font-size: .75em;
      width: 100%; }
      @media screen and (max-width: 1040px) {
        .body-content .container .standout {
          font-size: .8em; } }
    .body-content .container .service-container {
      margin-left: 25px;
      max-width: 286px; }
      @media screen and (max-width: 625px) {
        .body-content .container .service-container {
          margin-left: 10px;
          margin: 0 auto; } }
      .body-content .container .service-container a .service-cell img {
        float: left;
        padding: 0 10px 17px 0px;
        width: 110px; }
      .body-content .container .service-container a .service-cell .service-description h3 {
        font-weight: 700;
        color: #ED1C24;
        line-height: 26px;
        margin-top: 0px;
        font-size: 1.4em;
        padding-top: 10px; }
        .body-content .container .service-container a .service-cell .service-description h3:hover {
          color: #f68e92; }
        .body-content .container .service-container a .service-cell .service-description h3.nolink:hover {
          color: #ED1C24 !important; }
      .body-content .container .service-container a .service-cell .service-description p {
        color: #003572;
        padding: 0 0 0 0;
        font-size: 0.8em;
        font-weight: 400; }
      .body-content .container .service-container a .service-cell .green-deal h3 {
        font-weight: 700;
        color: #28712A;
        line-height: 26px;
        margin-top: 0px;
        font-size: 1.4em;
        padding-top: 10px; }
        .body-content .container .service-container a .service-cell .green-deal h3.nolink:hover {
          color: #28712A !important; }
      .body-content .container .service-container a .service-cell .green-deal p {
        color: #28712A;
        padding: 0 0 0 0;
        font-size: 0.8em; }

.finance-table {
  border: 0; }
  .finance-table th {
    background-color: #ED1C24;
    border-bottom: 0;
    padding: 0.75em 0.75em; }
    .finance-table th h3 {
      color: #FFFFFF !important;
      font-size: 2em !important;
      text-align: center; }
  .finance-table td {
    padding: 0.25em 0.5em;
    border: 2px solid #ED1C24;
    display: block; }
    .finance-table td p {
      color: #003572 !important;
      line-height: 1.4em;
      text-align: center; }

.finance-examples-table {
  margin: 0.5em 0 1em 0;
  min-width: 110px;
  color: #003572;
  border: 1px solid #ddd; }
  .finance-examples-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .finance-examples-table th {
    display: none; }
  .finance-examples-table td {
    display: block; }
    .finance-examples-table td:first-child {
      padding-top: .5em; }
    .finance-examples-table td:last-child {
      padding-bottom: .5em; }
    .finance-examples-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 19em;
      display: inline-block; }
      @media (min-width: 720px) {
        .finance-examples-table td:before {
          display: none; } }
  .finance-examples-table th, .finance-examples-table td {
    text-align: left;
    font-size: 16px; }
    @media (min-width: 720px) {
      .finance-examples-table th, .finance-examples-table td {
        display: table-cell;
        padding: .25em .5em;
        font-size: 10px; }
        .finance-examples-table th:first-child, .finance-examples-table td:first-child {
          padding-left: 0; }
        .finance-examples-table th:last-child, .finance-examples-table td:last-child {
          padding-right: 0; } }

.alternative-finance-table .alternative-finance-table-header {
  background-color: red;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0; }

.alternative-finance-table .alternative-finance-table-body {
  border: 2px solid red;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  color: #003572;
  font-size: 14px;
  padding: 10px; }

.boiler-table {
  margin: 10px 0 5px 0; }
  .boiler-table th {
    text-align: center;
    color: white;
    background-color: #003572;
    border: 1px solid #003572;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .boiler-table th strong {
      color: white !important; }
  .boiler-table td {
    border: 1px solid #003572;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

.footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  .footer .footer-logos {
    text-align: center;
    margin-bottom: 10px;
    position: relative; }
    .footer .footer-logos::after {
      clear: both;
      content: "";
      display: table; }
    .footer .footer-logos > img {
      width: 100%;
      padding: 10px 0px;
      display: block;
      max-width: 100%; }
    .footer .footer-logos a {
      display: block;
      position: absolute; }
      .footer .footer-logos a.snug-link {
        top: 0;
        left: 56%;
        width: 11%;
        height: 100%; }
  @media screen and (max-width: 1040px) {
    .footer .footer-bottom {
      padding: 0 20px; } }
  .footer .footer-bottom .sitemap {
    float: left; }
    .footer .footer-bottom .sitemap ul {
      text-align: left;
      color: #939597;
      font-size: 0.5em;
      float: left;
      padding: 0 20px 0 0; }
      .footer .footer-bottom .sitemap ul li a {
        color: #939597; }
        .footer .footer-bottom .sitemap ul li a:hover {
          color: #606264; }
  .footer .footer-bottom .company-text {
    float: right; }
    @media screen and (max-width: 625px) {
      .footer .footer-bottom .company-text {
        display: none; } }
    .footer .footer-bottom .company-text p {
      text-align: right;
      color: #939597;
      font-size: 0.5em; }

body {
  border-top: 5px solid #003572; }

.blue {
  color: #003572; }

.white {
  color: #FFFFFF !important; }

.centered {
  text-align: center; }

.hide-phone {
  display: none; }
  @media screen and (min-width: 500px) {
    .hide-phone {
      display: block; } }

.show-phone {
  display: block; }
  @media screen and (min-width: 500px) {
    .show-phone {
      display: none; } }
