@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .KJEWrapper .KJECommandButton > .caret, .KJEWrapper input.KJEMenuButton[type=button] > .caret,
  .dropup > .btn > .caret,
  .KJEWrapper .dropup > .KJECommandButton > .caret,
  .KJEWrapper .dropup > input.KJEMenuButton[type=button] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .category-tiles {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .category-tiles:before, .container:after, .category-tiles:after {
  content: " ";
  display: table;
}

.container:after, .category-tiles:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .category-tiles {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .category-tiles {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .category-tiles {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .card, .col-lg-4, .tile-third, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .card, .col-sm-6, .card, .col-md-6, .blog-card, .col-lg-6, .tile-half, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .tile-full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .card, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6, .card {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .card, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6, .card {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .card, .col-md-5, .col-md-6, .blog-card, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4, .card {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6, .blog-card {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .tile-third, .col-lg-5, .col-lg-6, .tile-half, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .tile-full {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4, .tile-third {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6, .tile-half {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12, .tile-full {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

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

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .KJEWrapper .KJECommandButton,
.KJEWrapper input.KJEMenuButton[type=button] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .KJEWrapper .KJECommandButton:focus,
.KJEWrapper input.KJEMenuButton[type=button]:focus, .btn.focus, .KJEWrapper .focus.KJECommandButton,
.KJEWrapper input.focus.KJEMenuButton[type=button], .btn:active:focus, .KJEWrapper .KJECommandButton:active:focus,
.KJEWrapper input.KJEMenuButton[type=button]:active:focus, .btn:active.focus, .KJEWrapper :active.focus.KJECommandButton,
.KJEWrapper input:active.focus.KJEMenuButton[type=button], .btn.active:focus, .KJEWrapper .active.KJECommandButton:focus,
.KJEWrapper input.active.KJEMenuButton[type=button]:focus, .btn.active.focus, .KJEWrapper .active.focus.KJECommandButton,
.KJEWrapper input.active.focus.KJEMenuButton[type=button] {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .KJEWrapper .KJECommandButton:hover,
.KJEWrapper input.KJEMenuButton[type=button]:hover, .btn:focus, .KJEWrapper .KJECommandButton:focus,
.KJEWrapper input.KJEMenuButton[type=button]:focus, .btn.focus, .KJEWrapper .focus.KJECommandButton,
.KJEWrapper input.focus.KJEMenuButton[type=button] {
  color: #333;
  text-decoration: none;
}

.btn:active, .KJEWrapper .KJECommandButton:active,
.KJEWrapper input.KJEMenuButton[type=button]:active, .btn.active, .KJEWrapper .active.KJECommandButton,
.KJEWrapper input.active.KJEMenuButton[type=button] {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .KJEWrapper .disabled.KJECommandButton,
.KJEWrapper input.disabled.KJEMenuButton[type=button], .btn[disabled], .KJEWrapper .KJECommandButton[disabled],
.KJEWrapper input.KJEMenuButton[disabled][type=button],
fieldset[disabled] .btn,
fieldset[disabled] .KJEWrapper .KJECommandButton,
.KJEWrapper fieldset[disabled] .KJECommandButton,
fieldset[disabled] .KJEWrapper input.KJEMenuButton[type=button],
.KJEWrapper fieldset[disabled] input.KJEMenuButton[type=button] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .KJEWrapper a.disabled.KJECommandButton,
fieldset[disabled] a.btn,
fieldset[disabled] .KJEWrapper a.KJECommandButton,
.KJEWrapper fieldset[disabled] a.KJECommandButton {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.aldenredbank.com/areas/advisorsites/assets/global/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.aldenredbank.com/areas/advisorsites/assets/global/slick-carousel/slick/fonts/slick.eot");
  src: url("https://www.aldenredbank.com/areas/advisorsites/assets/global/slick-carousel/slick/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://www.aldenredbank.com/areas/advisorsites/assets/global/slick-carousel/slick/fonts/slick.woff") format("woff"), url("https://www.aldenredbank.com/areas/advisorsites/assets/global/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("https://www.aldenredbank.com/areas/advisorsites/assets/global/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 *  Font Icons
 *
 *  Uncomment the font icon packages to add to your project
 *
 *  1. Bootstrap Glyphicons
 *  2. Fontawesome
 *  3. Custom Font Icons -  Create your own custom font icon set
 *
 *     a. Create svg icons: .svg
 *     b. Name icons: [unicodeValue]-[iconName].svg
 *     c. Save icons: src > assets > font-icons
 */
/*!
 *  Font Awesome 4.7.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("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/fontawesome-webfont.svg?v=4.7.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;
}

/* 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;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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-feed:before,
.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-pp: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-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless: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: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

@font-face {
  font-family: font-icons;
  src: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/font-icons.eot");
  src: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/font-icons.eot#iefix") format("embedded-opentype"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/font-icons.woff") format("woff"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/font-icons.ttf") format("truetype"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/font-icons.svg#font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "font-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-scrollerLine:before {
  content: "";
}

.icon-scrollerLine2:before {
  content: "";
}

.icon-scrollerMouse:before {
  content: "";
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf") format("truetype");
}

/*!
 *  Web Fonts
 *
 *  Make use the 'font-face' mixin when adding new fonts
 *  font-face($font-family, $file-path, $font-weight: normal, $font-style: normal)
*/
*,
*:after,
*:before {
  box-sizing: inherit;
}

figure {
  display: table;
  width: 100%;
}

.container .container, .category-tiles .container, .container .category-tiles, .category-tiles .category-tiles {
  width: 100%;
}

body,
html {
  height: 100%;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font: 400 16px/1.75 "Source Sans Pro";
}

body.nav-open {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5b5e5a;
  font-weight: 600;
}

p {
  margin: 0 0 20px;
  font: 400 16px/28px "Source Sans Pro";
  /*-webkit-font-smoothing: antialiased;*/
}

a {
  color: #841f24;
}

a:active,
a:focus,
a:hover {
  color: #a3aab3;
  text-decoration: none;
}

.rich-text {
  margin-bottom: 30px;
}

.rich-text p:last-of-type {
  margin-bottom: 0;
}

ol,
p {
  color: #5b5e5a;
}

.page-copy {
  margin-bottom: 30px;
}

.intro-copy {
  margin: 80px auto 30px;
}

hr.double {
  height: 2px;
  border-top: 1px solid #841f24;
  border-bottom: 1px solid #841f24;
}

blockquote {
  color: #ae9e89;
}

blockquote.with-quotes {
  border-left: 0;
  padding: 55px 50px 55px 80px;
  text-transform: uppercase;
  quotes: '“' '”' '‘' '’';
}

blockquote.with-quotes:after, blockquote.with-quotes:before {
  position: absolute;
  font-family: Georgia, serif;
  font-size: 54px;
}

blockquote.with-quotes:before {
  margin-left: -25px;
  content: open-quote;
}

blockquote.with-quotes:after {
  margin-top: 25px;
  margin-left: 5px;
  content: close-quote;
}

body {
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

.interior-content .col-md-10 img {
  max-width: 100%;
}

.interior-content .site-bd {
  position: relative;
  background: #f7f7f7 url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/interior-bg.png") center center repeat-y;
}

.border-container {
  margin: auto;
  border-left: 1px solid #dfe4e8;
  border-right: 1px solid #dfe4e8;
}

.border-container * {
  max-width: 100%;
}

.border-container .container, .border-container .category-tiles {
  padding: 0;
}

.border-container > .content-page {
  width: 80%;
  margin: auto;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .border-container > .content-page {
    width: 980px;
  }
}

.padded-container {
  padding-top: 70px;
}

.bg-white {
  background: #fff;
}

.about-content {
  background: #e2dbd7;
}

.about-content .quote {
  padding: 50px 0;
  background: transparent;
}

.about-main-image {
  margin-bottom: 70px;
}

.about-main-image > img {
  max-width: 100%;
}

.resource-banner {
  margin-bottom: 20px;
}

.resource-banner img {
  margin: 0;
  padding: 5px;
  border: solid 2px #dfe4e8;
}

.pagination {
  margin: 60px auto;
}

.pagination span {
  color: #b49060;
}

.pagination a {
  margin: 0 10px;
  color: #b49060;
  position: relative;
}

.pagination a.current {
  color: black;
}

.pagination a.current:after {
  content: '';
  left: -10px;
  top: -6px;
  position: absolute;
  border: 1px solid #eeecec;
  height: 30px;
  width: 30px;
  border-radius: 17px;
}

.resource-info,
.tag-cloud {
  clear: both;
  display: block;
  margin: 20px auto;
  list-style-type: none;
}

.resource-info h4,
.tag-cloud h4 {
  color: #a5a4a0;
  text-transform: uppercase;
}

.resource-info h4 i,
.tag-cloud h4 i {
  margin-right: 10px;
}

.resource-info ul,
.tag-cloud ul {
  padding-left: 0;
}

.resource-info li,
.resource-info li a,
.tag-cloud li,
.tag-cloud li a {
  color: #b49060;
}

.resource-info li,
.tag-cloud li {
  display: inline-block;
  padding-bottom: 20px;
}

.resource-info li:after,
.tag-cloud li:after {
  margin: 0 10px;
  content: '//';
  color: #a5a4a0;
}

.resource-info li:last-child:after,
.tag-cloud li:last-child:after {
  display: none;
}

.detail-container img {
  padding: 15px 40px 40px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.detail-container .resource-info {
  display: inline-block;
  margin: 0 auto 20px;
}

.detail-container .resource-info h3 {
  margin-top: 0;
}

.blog-detail-title-above__resource-banner {
  margin: 0 0 40px 0;
}

.tag-cloud {
  border-top: solid 1px #c6c6c6;
  padding-top: 10px;
  margin-top: 50px;
}

.disclosure {
  font: 400 13px/1.25 "Source Sans Pro";
  display: block;
  margin: 25px 0;
  font-style: italic;
}

.hide {
  display: none;
}

.block,
.show {
  display: block;
}

.no-padding {
  padding: 0;
}

a {
  color: #841f24;
}

a:hover {
  color: #000000;
}

.social-media a {
  margin-right: 10px;
}

.btn, .KJEWrapper .KJECommandButton,
.KJEWrapper input.KJEMenuButton[type=button] {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #b49060;
}

.btn:hover, .KJEWrapper .KJECommandButton:hover,
.KJEWrapper input.KJEMenuButton[type=button]:hover {
  border-color: #b49060;
  background-color: #b49060;
  color: #ffffff;
}

.btn.active, .KJEWrapper .active.KJECommandButton,
.KJEWrapper input.active.KJEMenuButton[type=button] {
  border-color: #000000;
  background-color: #000000;
}

.load-more {
  display: table;
  margin: auto;
  padding: 10px 25px;
  background: #f1f1f1;
  color: #dfe4e8;
  transition: background 0.5s, color 0.5s;
}

.load-more:hover {
  background: #efeded;
  color: #a5a4a0;
  text-decoration: none;
}

.nav-tabs li {
  color: #b49060;
}

.nav-tabs li:hover {
  background-color: #f3f3f3;
}

.nav-tabs li.active {
  background-color: #000000;
}

.l1 {
  margin-right: 5px;
}

.l2 {
  margin-bottom: 5px;
}

.l1,
.l2,
.l3,
.l4 {
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  z-index: 100;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes l1 {
  0% {
    height: 0;
    background: #841f24;
  }
  100% {
    height: 100%;
    background: #841f24;
  }
}

@keyframes l1 {
  0% {
    height: 0;
    background: #841f24;
  }
  100% {
    height: 100%;
    background: #841f24;
  }
}

@-webkit-keyframes l2 {
  0% {
    width: 0;
    background: #841f24;
  }
  100% {
    width: 100%;
    background: #841f24;
  }
}

@keyframes l2 {
  0% {
    width: 0;
    background: #841f24;
  }
  100% {
    width: 100%;
    background: #841f24;
  }
}

@-webkit-keyframes l3 {
  0% {
    height: 0;
    background: #841f24;
  }
  100% {
    height: 100%;
    background: #841f24;
  }
}

@keyframes l3 {
  0% {
    height: 0;
    background: #841f24;
  }
  100% {
    height: 100%;
    background: #841f24;
  }
}

@-webkit-keyframes l4 {
  0% {
    width: 0;
    background: #841f24;
  }
  100% {
    width: 100%;
    background: #841f24;
  }
}

@keyframes l4 {
  0% {
    width: 0;
    background: #841f24;
  }
  100% {
    width: 100%;
    background: #841f24;
  }
}

.animated {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[class*='animate-'],
[class*='fade-'] {
  opacity: 0;
}

[data-animation],
[data-staggered-animation] {
  visibility: hidden;
}

@-webkit-keyframes lineDraw {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes lineDraw {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.site {
  position: relative;
  bottom: 45px;
  min-height: 100%;
  /*-webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  /* translate3d for higher fps*/
  transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  background: #fff;
  border-bottom: 10px solid #dfe4e8;
  margin-bottom: 27px;
  z-index: 10;
}

.nav-open .site {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.site-hd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .site-hd {
    /* height: 200px;*/
  }
}

@media screen and (min-width: 992px) {
  .site-hd {
    /* height: 200px;*/
  }
  .horizontal-nav .site-hd {
    /* padding-top: 0;*/
    background: none;
  }
}

.site-hd header {
  /* border-top: 6px solid $gray-4;*/
  /* background: $white;*/
}

@media screen and (min-width: 992px) {
  .horizontal-nav .site-hd header {
    border: none;
    /* background: none;*/
  }
}

.site-bd {
  padding: 0 0 75px;
}

.site-bd:before, .site-bd:after {
  content: " ";
  display: table;
}

.site-bd:after {
  clear: both;
}

@media screen and (min-width: 992px) {
  .site-bd {
    padding: 0 0 50px;
  }
}

.site-bd > div:first-child:not(.banner):not(.banner-small) {
  padding-top: 200px;
}

@media screen and (min-width: 768px) {
  .site-bd > div:first-child:not(.banner):not(.banner-small) {
    padding-top: 130px;
  }
}

.site-bd {
  padding-bottom: 0;
}

.site-ft {
  /* border-top: 5px solid #fff;*/
}

.site-ft {
  position: relative;
  background-color: #fafafa;
  z-index: 10;
}

.footer-stripe {
  position: relative;
  background: #fff;
  border-top: 2px solid #efeded;
  border-bottom: 2px solid #efeded;
  margin-top: 60px;
  text-align: center;
}

.footer-stripe:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/footer-stripe-bg@1x.png") left center repeat-x;
}

.footer-stripe .logo-text-contain,
.footer-stripe .logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-stripe .logo-text {
  max-width: 100%;
  position: relative;
  padding: 15px;
  color: #686868;
  background: #fff;
  z-index: 10;
  font: 300 14px/20px "Source Sans Pro";
}

.footer-stripe .logo-text .group-name {
  display: none;
  text-transform: uppercase;
}

.footer-stripe img {
  position: relative;
  max-width: 100%;
}

footer {
  position: relative;
  padding: 50px 0;
}

footer a:hover {
  color: #9e252b;
}

footer aside {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}

footer aside:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #dfe4e8;
}

footer ul {
  color: #383c3e;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
  margin-bottom: 55px;
  list-style: none;
  font: 300 19px/26px "Source Sans Pro";
}

footer li {
  line-height: 1.5;
}

footer li a {
  color: #383c3e;
}

footer .phone-main {
  position: relative;
}

footer .phone-main i {
  content: '\f095';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
  font-family: 'FontAwesome';
  color: #dfe4e8;
}

footer .phone-main:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  max-width: 50%;
  background: #dfe4e8;
}

footer .phone-main a {
  position: relative;
  padding-right: 15px;
  background: #fafafa;
  color: #383c3e;
  font: 300 32px/26px "Source Sans Pro";
  z-index: 1;
}

footer .link-directions {
  position: relative;
  color: #383c3e;
}

footer .link-directions i {
  content: '\f041';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
  font-family: 'FontAwesome';
  color: #dfe4e8;
}

footer .social-media {
  text-align: center;
}

footer .disclaimer p {
  color: #5b5e5a;
  font: 300 12px/20px "Source Sans Pro";
}

footer .disclaimer a {
  color: #841f24;
}

@media screen and (min-width: 768px) {
  .logo-text-contain .group-name,
  .logo-text .group-name {
    display: block !important;
    text-align: left;
    padding: 8px 12px 8px 0;
    margin-right: 12px;
    border-right: 1px solid #c6c6c6;
  }
}

@media screen and (max-width: 768px) {
  .mobile-image {
    display: inline-block;
  }
  .desktop-image {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .mobile-image {
    display: none;
  }
  .desktop-image {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  footer:before {
    content: '';
    position: absolute;
    top: 60px;
    left: calc(50% - 1px);
    width: 2px;
    height: 260px;
    background: #eeecec;
  }
  footer ul {
    max-width: none;
  }
  footer .locations-list {
    padding: 0 5%;
  }
  footer .logo-text {
    padding: 15px 70px;
  }
  footer aside {
    margin-top: 0px;
    padding: 0 5% !important;
  }
  footer aside:before {
    content: none;
  }
}

.brokercheck-container {
  position: fixed;
  background: black;
  width: 100%;
  opacity: .8;
  bottom: 0px;
  z-index: 10000000;
  height: 27px;
}

.brokercheck-link {
  position: fixed;
  width: 100px;
  opacity: 1;
  bottom: 0px;
  right: 9px;
  z-index: 10000001;
}

.brokercheck-icon {
  height: 25px;
  width: auto;
  float: right;
  margin-right: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brokercheck-icon {
    /* IE10+ CSS styles go here */
    margin-right: 30px;
  }
}

header {
  position: relative;
  -webkit-transform: translate3d(0, 45px, 0);
          transform: translate3d(0, 45px, 0);
  background: #ffffff;
  overflow: hidden;
  z-index: 40;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  padding-top: 40px;
  margin-top: -40px;
}

header.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

header.animated .fadeIn.animated {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

header.anim-complete {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.nav-open header {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

header .header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 15px;
  text-decoration: none;
}

header .header-container > * {
  width: auto;
  margin: 10px auto 20px;
}

header .header-container .img-hd img {
  display: block;
  margin: auto;
}

header .header-container .logo-divider {
  position: relative;
  margin: 0 auto;
}

header .header-container .logo-divider:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  left: 50%;
  width: 250px;
  height: 1px;
  margin: 0;
  background: #686868;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .header-container .name-hd {
  text-align: center;
  text-transform: uppercase;
}

header .header-container h3 {
  position: relative;
  color: #686868;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 768px) {
  header {
    /* margin: 40px 0;*/
  }
  header .container, header .category-tiles {
    display: flex;
    flex-flow: row;
  }
  header .header-container {
    padding: 35px 0;
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    width: auto;
    margin: 0 auto;
    align-items: center;
  }
  header .header-container > * {
    position: relative;
    margin: 0;
  }
  header .header-container .name-hd {
    text-align: left;
  }
  header .header-container .img-hd {
    justify-content: center;
    vertical-align: middle;
  }
  header .header-container .logo-divider {
    padding: 0 20px;
    position: relative;
  }
  header .header-container .logo-divider:after {
    top: 50%;
    left: inherit;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 45px;
    margin-right: 20px;
    background: #686868;
  }
  header .header-container h3 {
    display: flex;
    flex: initial;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}

.jump-link, .client-access-jump-link {
  position: absolute;
  width: 0;
  height: 0;
  left: -10000px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 10px;
}

.jump-link:focus, .client-access-jump-link:focus {
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}

/* ------------------------------------------------*/
/* Nav Trigger*/
/* ------------------------------------------------*/
.nav-trigger {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 54px;
  height: 54px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 100;
}

.nav-trigger:hover .bar:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: width 0.5s, -webkit-transform 0.25s;
  transition: transform 0.25s, width 0.5s;
  transition: transform 0.25s, width 0.5s, -webkit-transform 0.25s;
}

.nav-trigger:hover .bar:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  transition: width 0.5s, -webkit-transform 0.25s;
  transition: transform 0.25s, width 0.5s;
  transition: transform 0.25s, width 0.5s, -webkit-transform 0.25s;
}

.nav-trigger .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: background 0.5s;
  transition-delay: 0.5s;
  background: #1d0708;
  z-index: 10;
}

.nav-trigger .bar:after, .nav-trigger .bar:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: inherit;
  content: "";
}

.nav-trigger .bar:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.nav-trigger .bar:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-trigger svg circle {
  transition: stroke-dashoffset 0.5s;
  fill: transparent;
  stroke: #ffffff;
  stroke-dasharray: 160;
  stroke-dashoffset: 160px;
}

/* ------------------------------------------------*/
/* Site Nav*/
/* ------------------------------------------------*/
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0s 0.7s;
  background: #841f24;
  visibility: hidden;
  z-index: 0;
}

/* fixes iOS 13.4.1 mobile menu not appearing issue (TFS: 847280) */
@media (max-width: 991px) {
  .navigation-contain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.navigation {
  display: block;
  padding: 100px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  color: #fff;
  font-size: 12px;
}

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

.navigation:after {
  clear: both;
}

.navigation li {
  position: relative;
}

.navigation li.has-children > a:after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 19px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/accordion-arrow@2x.png") center center no-repeat;
  background-size: 100%;
  content: "";
}

.navigation li.has-children.open > a:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.navigation a {
  display: block;
  position: relative;
  padding: 15px 0 10px;
  transition: color 0.25s;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.navigation a.active {
  color: #e1b563;
}

.navigation a:hover {
  transition: color 0.25s;
  color: white;
}

.navigation hr.double {
  width: 300px;
  margin: 20px 25px 20px 40px;
}

.navigation-list {
  width: 300px;
  margin: 0;
  list-style: none;
}

.navigation-list.animated {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* ------------------------------------------------*/
/* Subnavigation*/
/* ------------------------------------------------*/
.subnavigation {
  display: none;
  padding: 0;
  color: #ffffff;
  list-style: none;
}

.subnavigation a {
  width: 240px;
  padding: 15px 10px 10px;
  border-bottom: 1px solid #841f24;
  font-size: 1em;
}

.subnavigation li.has-children a:after {
  right: -20px;
}

.subnavigation .subnavigation {
  padding: 0 10px 10px;
}

.subnavigation .subnavigation a {
  border-bottom: none;
}

.subnavigation .has-children > a:after {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 19px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/accordion-arrow@2x.png") center center no-repeat;
  background-size: 100%;
  content: "";
}

.subnavigation.has-children.open > a {
  color: #fff;
}

.subnavigation.has-children.open > a:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.navigation-location > ul {
  color: #c6c6c6;
  font-size: 16px;
  list-style: none;
}

.navigation-location > ul a {
  color: #c6c6c6;
  font-size: 16px;
  display: inline;
}

/* ------------------------------------------------*/
/* Login*/
/* ------------------------------------------------*/
.login {
  padding: 10px;
}

.login-form input[type="password"],
.login-form input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 15px 10px 35px;
  border: none;
  color: #9e252b;
  line-height: 1.5;
}

.login-form input[type="text"] {
  background: #f1f1f1 url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/icon-user@2x.png") 8px center no-repeat;
  background-size: 15px;
}

.login-form input[type="password"] {
  background: #f1f1f1 url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/icon-lock@2x.png") 9px center no-repeat;
  background-size: 15px;
}

.login-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}

.remember-me {
  padding: 15px 10px 10px 0;
  border-bottom: 1px solid #841f24;
}

.remember-me label {
  font-weight: 400;
}

.remember-me [type="checkbox"] {
  position: relative;
  bottom: 2px;
  margin-right: 2px;
}

.login-links a {
  padding-left: 0;
  text-transform: none;
  border-bottom: none;
}

.login-links .help {
  padding-top: 0;
  overflow: hidden;
}

.login-links .help a {
  width: auto;
}

/* ------------------------------------------------*/
/* Nav Open*/
/* ------------------------------------------------*/
.nav-open {
  overflow: hidden;
  /* fixes hidden nav on iOS devices*/
}

.nav-open .navigation-list {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: none;
  animation: none;
}

.nav-open .site-nav {
  transition: visibility 0s 0s;
  overflow: auto;
  visibility: visible;
}

.nav-open .navigation {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.nav-open .navigation a.active {
  color: #e1b563 !important;
}

.nav-open .nav-trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav-open .nav-trigger .bar {
  transition: background 0.5s;
  background: #ffffff;
}

.nav-open .nav-trigger .bar:after, .nav-open .nav-trigger .bar:before {
  width: 50%;
  transition: width 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
}

.nav-open .nav-trigger .bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .nav-trigger .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .nav-trigger circle {
  transition: stroke-dashoffset 0.5s;
  transition-delay: 0.25s;
  stroke-dashoffset: 0px;
}

/* ------------------------------------------------*/
/* Helper links*/
/* links with href as first item in accordion*/
/* ------------------------------------------------*/
.horizontal-nav .subnavigation .ext-link {
  display: none;
}

.nav-open .navigation-list .ext-link {
  display: block;
}

/* ------------------------------------------------*/
/* Imports*/
/* ------------------------------------------------*/
@media screen and (min-width: 480px) {
  .navigation {
    padding: 100px 10%;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-nav.interior .navigation-list {
    background: #841f24;
  }
  .horizontal-nav.interior .navigation-list a.active {
    background: #f1f1f1;
  }
  .horizontal-nav .other-info {
    display: none;
  }
  .horizontal-nav .navigation-contain {
    position: relative;
    padding: 0;
    z-index: 20;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .horizontal-nav .nav-trigger {
    display: none;
  }
  .horizontal-nav .site-nav {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    transition: none;
    background: transparent;
    text-align: center;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    z-index: 100;
  }
  .horizontal-nav .navigation {
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: none;
  }
  .horizontal-nav .navigation a:hover {
    transition: none;
  }
  .horizontal-nav .navigation .col-md-6, .horizontal-nav .navigation .blog-card {
    width: 100%;
    float: none;
  }
  .horizontal-nav .navigation-list {
    display: inline-block;
    width: 100%;
    min-width: 260px;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 54%, rgba(0, 0, 0, 0.2) 100%);
    border-bottom: double #757b7a;
    line-height: 20px;
  }
  .horizontal-nav .navigation-list > li {
    display: inline-block;
    text-align: center;
  }
  .horizontal-nav .navigation-list > li > a {
    padding: 12px 12px 10px;
    color: #ffffff;
    font: 400 13px/15px "Source Sans Pro";
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .horizontal-nav .navigation-list > li > a:after {
    content: none;
  }
  .horizontal-nav .navigation-list > li:hover {
    background: #f1f1f1;
  }
  .horizontal-nav .navigation-list > li:hover > a {
    color: #9e252b;
  }
  .horizontal-nav .navigation-list li:hover > .subnavigation {
    height: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    visibility: visible;
    background: #efeded;
  }
  .horizontal-nav .navigation-list li:hover > .subnavigation > li:hover > a {
    color: #9e252b;
  }
  .horizontal-nav .navigation-list li:hover > .subnavigation.active {
    color: #9e252b;
  }
  .horizontal-nav .navigation-list > li:hover > .subnavigation {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .horizontal-nav .has-children.open .subnavigation {
    height: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    visibility: visible;
    padding: 10px;
  }
  .horizontal-nav .has-children:hover > .subnavigation {
    padding: 10px;
  }
  .horizontal-nav .subnavigation {
    display: block;
    position: absolute;
    left: 0;
    width: 260px;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    background: #e3e2e2;
    opacity: 0;
    visibility: hidden;
  }
  .horizontal-nav .subnavigation.right {
    right: 0;
    left: auto;
  }
  .horizontal-nav .subnavigation li {
    display: block;
    width: 100%;
  }
  .horizontal-nav .subnavigation li:last-child > a {
    border-bottom: none;
  }
  .horizontal-nav .subnavigation a {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: #5b5e5a;
    line-height: 1;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    padding: 17px 10px 11px;
  }
  .horizontal-nav .subnavigation a:hover {
    color: #9e252b;
  }
  .horizontal-nav .subnavigation .has-children.open .subnavigation {
    height: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    visibility: visible;
    padding: 10px;
  }
  .horizontal-nav .subnavigation .has-children > .subnavigation {
    top: 0;
    left: 100%;
    visibility: hidden;
  }
  .horizontal-nav .subnavigation .has-children > a:after {
    right: 2px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #841f24;
    border-right: 1px solid #841f24;
    -webkit-transform: translateY(-50%) rotate(0) rotateY(30deg) rotateZ(45deg);
    transform: translateY(-50%) rotate(0) rotateY(30deg) rotateZ(45deg);
  }
  .horizontal-nav .subnavigation .has-children:hover > a:after {
    border-color: #9e252b;
  }
  .horizontal-nav .navigation-location {
    display: none;
  }
  .horizontal-nav .login-form input[type='submit'] {
    background: #9e252b;
  }
  .horizontal-nav .login-form .remember-me {
    padding: 18px 10px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left;
    line-height: 1;
  }
  .horizontal-nav .login-form .remember-me label {
    font-size: 15px;
    font-weight: 300;
    color: #9e252b;
  }
  .horizontal-nav .login-form .remember-me input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: relative;
    bottom: 1px;
  }
  .horizontal-nav .login-links a {
    color: #9e252b;
  }
  .horizontal-nav .login-links .help {
    padding-top: 0;
  }
  .horizontal-nav .login-links .help a:first-child {
    border-right: none;
  }
  .horizontal-nav .mobile-only {
    display: none !important;
  }
  .navigation-list a.active {
    color: #9e252b !important;
  }
  .navigation {
    padding: 100px 15%;
  }
  .subnavigation .subnavigation li {
    border: none;
  }
}

@media screen and (min-width: 1200px) {
  .navigation {
    padding: 100px 20%;
  }
  .navigation-location {
    text-align: right;
  }
}

@media screen and (max-width: 1199px) {
  .horizontal-nav .subnavigation .ext-link {
    display: block;
  }
}

.banner {
  overflow: hidden;
  position: relative;
  height: 760px;
  background-color: #ffffff;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}

.banner.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.banner .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 8, 14, 0.68);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.banner-title {
  position: absolute;
  /*margin-top: 300px;*/
  -webkit-animation: fadeInOut 8s forwards;
          animation: fadeInOut 8s forwards;
  padding-left: 40px;
  padding-right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-title span {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.banner-title span:first-child {
  color: #ffffff;
  font: 400 38px/44px "Source Sans Pro";
}

.banner-title span:nth-child(2) {
  font: 300 34px/34px "Source Sans Pro";
}

.banner-title .bracket-left,
.banner-title .bracket-right {
  opacity: 0;
  position: absolute;
  top: -50%;
  width: 4px;
  height: 200%;
  background: #ebe9e9;
}

.banner-title .bracket-left.animated,
.banner-title .bracket-right.animated {
  -webkit-animation: bracketHeight 2s ease-in-out both;
          animation: bracketHeight 2s ease-in-out both;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.banner-title .bracket-left:before, .banner-title .bracket-left:after,
.banner-title .bracket-right:before,
.banner-title .bracket-right:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  background: #ebe9e9;
  -webkit-animation: bracketWidth 1.5s ease-in-out both;
          animation: bracketWidth 1.5s ease-in-out both;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.banner-title .bracket-left {
  left: 0;
}

.banner-title .bracket-left:before, .banner-title .bracket-left:after {
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.banner-title .bracket-left:before {
  top: 0;
}

.banner-title .bracket-left:after {
  bottom: 0;
}

.banner-title .bracket-right {
  right: 0;
}

.banner-title .bracket-right:before, .banner-title .bracket-right:after {
  right: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.banner-title .bracket-right:before {
  top: 0;
  right: 0;
}

.banner-title .bracket-right:after {
  bottom: 0;
  right: 0;
}

.banner-title h1 {
  position: relative;
}

.banner-content {
  position: relative;
  margin: 45px auto 0;
  max-width: 645px;
  color: #ffffff;
  z-index: 10;
  height: calc(100% - 45px);
}

.banner-content .banner-copy {
  position: absolute;
  padding-left: 40px;
  padding-right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-content .banner-copy p {
  max-width: 555px;
  margin: 0 auto;
  padding: 0 10px;
  color: #ffffff;
  text-align: center;
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.banner-content .banner-copy p:first-child {
  font: 300 27px/28px "Source Sans Pro";
}

.banner-content .banner-copy p:nth-child(3) {
  font: 400 15px/24px "Source Sans Pro";
}

.banner-content .banner-copy .separator {
  opacity: 0;
  display: block;
  width: 2px;
  height: 70px;
  margin: 20px auto;
  background: rgba(198, 196, 196, 0.3);
  -webkit-animation: bracketHeight 2s ease-in-out forwards;
          animation: bracketHeight 2s ease-in-out forwards;
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bracketHeight {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes bracketHeight {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes bracketWidth {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes bracketWidth {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  .banner-title {
    /*margin-top: 300px;*/
  }
  .banner-content .banner-copy {
    /*top: -240px;*/
  }
}

@media screen and (min-width: 768px) {
  .banner-content .banner-copy {
    /*top: -185px;*/
  }
  .banner-title {
    /*margin-top: 430px;*/
  }
  .banner-title.no-image {
    padding-top: 100px;
  }
}

@media screen and (max-width: 375px) {
  .bracket-left,
  .bracket-right {
    display: none;
  }
  .banner-content .banner-copy,
  .banner-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.banner-edit {
  padding-top: 50px;
}

.banner_small_wrapper {
  -webkit-animation-name: banner_small_wrapper;
  animation-name: banner_small_wrapper;
  height: 435px;
  background: transparent;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transition: all 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

@keyframes banner_small_wrapper {
  from {
    height: 600px;
  }
  to {
    height: 435px;
  }
}

@-webkit-keyframes banner_small_wrapper {
  from {
    height: 600px;
  }
  to {
    height: 435px;
  }
}

.banner_small_image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 600px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.banner_small_image div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  width: auto;
  min-height: 600px;
  height: auto;
}

.main-content-int-container {
  background: #fff;
  text-align: center;
  border-top: 15px solid #f7f7f7;
  border-bottom: 15px solid #fff;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  position: relative;
}

.main-content-int-container .headline h1 {
  background: #fff;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  padding: 50px 20px;
}

.main-content-int-container .headline h1 .head1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  line-height: 41px;
  font-weight: 400;
  color: #841f24;
  text-transform: uppercase;
  display: block;
}

.main-content-int-container .headline h1 .head2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 33px;
  line-height: 34px;
  font-weight: 300;
  color: #383c3e;
  text-transform: uppercase;
  display: block;
}

.main-content {
  background: transparent;
  padding-bottom: 70px;
}

.bio-tiles ul {
  padding: 0;
}

.bio-tiles li {
  list-style-type: none;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
}

.bio-tiles li a:hover {
  text-decoration: none;
}

.bio-tiles li:hover {
  cursor: pointer;
}

.bio-tiles li:hover .img-tile {
  box-shadow: 15px 20px 15px rgba(215, 220, 223, 0.6), 15px 15px 35px rgba(215, 220, 223, 0.98);
  transition: all 0.4s ease-in-out;
}

.bio-tiles li:hover .img-tile:after {
  opacity: 1;
  transition-delay: 0.2s;
  transition: all 0.6s ease-in-out;
}

.bio-tiles li:hover h4 {
  transition: all 0.4s ease-in-out;
}

.bio-tiles li .bio-tile {
  width: 206px;
  height: 240px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 20px auto;
}

.bio-tiles li .img-tile {
  position: relative;
  margin: 20px auto;
  width: 206px;
  height: 240px;
  box-shadow: 0 0 0 rgba(215, 220, 223, 0);
  transition: all 1s ease-in-out;
}

.bio-tiles li .img-tile + h4 {
  padding-top: 0;
}

.bio-tiles li .img-tile:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(132, 31, 36, 0.6);
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.2s;
}

.bio-tiles li .img-tile img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.bio-tiles li h4 {
  padding-top: 100px;
  margin-top: 30px;
  color: #841f24;
  font: 600 24px/1 "Source Sans Pro";
  transition: all 0.4s ease-in-out;
}

.bio-tiles li h4:after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  margin: 15px auto 10px;
  background: #cecece;
}

.bio-tiles li p {
  color: #77746e;
}

.bio-tiles li h4,
.bio-tiles li p {
  margin-bottom: 0;
}

.bio-tiles li .social-media a {
  color: #841f24;
  transition: all 0.4s ease-in-out;
}

.bio-tiles li .social-media a:hover {
  color: #841f24;
  text-decoration: none;
  cursor: pointer;
}

.bio-team-tile .container .team-info, .bio-team-tile .category-tiles .team-info {
  padding: 0 40px;
  line-height: 2;
}

.bio-team-tile .container .team-img, .bio-team-tile .category-tiles .team-img {
  margin-top: 70px;
}

.bio-team-tile .container .team-img img, .bio-team-tile .category-tiles .team-img img {
  margin-left: auto;
  margin-right: auto;
}

.bio-team-tile .container .team-img p, .bio-team-tile .category-tiles .team-img p {
  padding-top: 10px;
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic;
  text-align: center;
  color: #9e252b;
}

.bio-team-tile .container .team-img p span, .bio-team-tile .category-tiles .team-img p span {
  color: #5b5e5a;
}

.bio-detail {
  background: #e2dbd7;
  padding-top: 0 !important;
}

.bio-detail > .container, .bio-detail > .category-tiles {
  background: #ffffff;
}

.bio-detail > .container .col-md-8, .bio-detail > .category-tiles .col-md-8 {
  padding-right: 30px;
}

.bio-detail .bio-tiles li:hover {
  cursor: default;
}

.bio-detail .bio-tiles li:hover .img-tile {
  box-shadow: none;
  transition: none;
}

.bio-detail .bio-tiles li:hover h4 {
  color: #841f24;
}

.bio-detail .bio-tiles li .img-tile:after {
  left: 0;
  top: -10px;
  height: 260px;
  width: 216px;
  opacity: 1;
  background: none;
}

.bio-detail .bio-tiles .container, .bio-detail .bio-tiles .category-tiles {
  width: auto;
}

.bio-detail .bio-tiles + p {
  margin-top: 60px;
}

.bio-detail .quote {
  background: transparent;
}

.bio-detail .bio-nav {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}

body.sc-edit-mode div.bio-detail div.bio-tiles a.bio-tile img {
  z-index: 1000;
}

.bio-detail + .bio-nav {
  border-bottom: solid 20px #841f24;
  margin-bottom: 30px;
}

.bio-nav {
  overflow-y: auto;
  margin: 30px 0 0;
}

.bio-nav hr.double {
  margin-bottom: 0;
}

.bio-nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.bio-nav .next-bio,
.bio-nav .prev-bio {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #2f2820;
  font: 100 23px/1 "Roboto", sans-serif;
}

.bio-nav .next-bio span,
.bio-nav .prev-bio span {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-right: solid 1px #2f2820;
  border-top: solid 1px #2f2820;
  -webkit-transform: rotate(50deg) skewX(10deg);
  transform: rotate(50deg) skewX(10deg);
}

.bio-nav .next-bio {
  border-top: 1px solid #2f2820;
}

.bio-nav .prev-bio span {
  -webkit-transform: rotate(230deg) skewX(10deg);
  transform: rotate(230deg) skewX(10deg);
}

@media screen and (min-width: 768px) {
  .bio-nav .next-bio,
  .bio-nav .prev-bio {
    width: 50%;
    padding: 40px;
  }
  .bio-nav .prev-bio {
    text-align: right;
    border-right: 1px solid #2f2820;
  }
  .bio-nav .next-bio {
    text-align: left;
    border-top: none;
  }
}

@media screen and (min-width: 992px) {
  .bio-tiles ul.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .bio-tiles ul.row li {
    width: 100%;
  }
  .bio-team-tile .container, .bio-team-tile .category-tiles {
    border-bottom: solid 1px #dfe4e8;
  }
  .bio-nav .next-bio,
  .bio-nav .prev-bio {
    padding: 40px 160px;
  }
  .bio-nav .next-bio:hover,
  .bio-nav .prev-bio:hover {
    color: #2f2820;
  }
  .bio-nav .prev-bio span {
    margin-right: 20px;
    transition: margin-right 0.75s ease;
  }
  .bio-nav .prev-bio:hover span {
    margin-right: 40px;
  }
  .bio-nav .next-bio span {
    margin-left: 20px;
    transition: margin-left 0.75s ease;
  }
  .bio-nav .next-bio:hover span {
    margin-left: 40px;
  }
}

.team-tile {
  position: relative;
  padding: 60px 0 90px;
  background: #f1f1f1;
  text-align: center;
}

.team-tile > * {
  position: relative;
}

.team-tile:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.team-tile-heading {
  font-size: 37px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 55px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  margin-bottom: 15px;
  color: #841f24;
  text-transform: uppercase;
  font: 600 37px/40px "Source Sans Pro";
}

@media (max-width: 480px) {
  .team-tile-heading {
    font: 600 37px/40px "Source Sans Pro";
  }
}

.team-tile-heading em {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.team-tile-copy {
  color: #5b5e5a;
  margin-bottom: 40px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.team-tile-image {
  max-width: 100%;
  max-height: 500px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /*-webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;*/
  box-shadow: 0 14px 28px rgba(215, 220, 223, 0.6), 0 15px 15px rgba(215, 220, 223, 0.58);
}

@media screen and (min-width: 768px) {
  .team-tile-copy {
    width: 62%;
    margin: 0 auto 20px;
  }
}

.content-main {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.quote-line {
  width: 1px;
  margin: 10px auto 15px;
  height: 68px;
  display: block;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  background: #cecece;
}

.quote-tile-learn-more {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #5b5e5a;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-top: 30px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  font: 400 15px/18px "Source Sans Pro";
  transition: all 0.4s ease-in-out;
}

.quote-tile-learn-more:after {
  content: "";
  display: block;
  width: 36px;
  margin: 8px auto 0;
  border-bottom: 1px solid #cecece;
  transition: all 0.4s ease-in-out;
}

.team-content:hover .quote-tile-learn-more:after {
  width: 100px;
  transition: all 0.4s ease-in-out;
}

.team-content:hover .quote-tile-learn-more {
  letter-spacing: 3px;
  transition: all 0.4s ease-in-out;
}

/*
.quote-tile-learn-more:hover:after {
	width: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.quote-tile-learn-more:hover {
	letter-spacing: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .team-tile-heading {
    line-height: 30px;
  }
}

.niche-tiles {
  position: relative;
  background: #f7f7f7 center top repeat-x;
  background-image: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/niche-bg-burgundy.png");
  border-top: 1px solid transparent;
  padding-bottom: 85px;
}

.niche-tiles-container {
  position: relative;
  margin-top: 58px;
  background: #ffffff;
  z-index: 1;
}

.tile {
  height: 540px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.tile-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 8px 12px rgba(215, 220, 223, 0.5), 0 8px 7px rgba(215, 220, 223, 0.1);
  transition: box-shadow 1s;
}

.tile-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(132, 31, 36, 0.6);
  transition: all 0.6s ease-in-out;
  transition-delay: 0.2s;
}

.tile-image img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: block;
  margin: auto;
  min-width: 100%;
  transition: all 0.4s ease-in-out;
}

.tile-heading {
  color: #841f24;
  margin-top: 35px;
  text-transform: uppercase;
  font: 600 26px/24px "Source Sans Pro";
}

.tile-line {
  width: 1px;
  height: 36px;
  margin: 13px auto 15px;
  border: none;
}

.tile-line:before {
  content: '';
  display: block;
  margin: auto;
  width: 1px;
  height: 36px;
  background: #cecece;
  transition: height 0.7s ease-in-out;
}

.tile-copy {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  max-height: 0;
  margin-bottom: 0;
  color: #383c3e;
  font: 400 16px/20px "Source Sans Pro";
  transition: all 0.7s;
}

.tile .learn-more {
  font: 400 15px/20px "Source Sans Pro";
  color: #383c3e;
  text-transform: uppercase;
  transition: all 1s ease-in-out;
}

.tile .learn-more:after {
  content: '';
  display: block;
  width: 36px;
  margin: 8px auto 0;
  border-bottom: 1px solid #cecece;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 480px) {
  .tile {
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .niche-tiles-container {
    width: initial;
  }
}

@media screen and (min-width: 768px) {
  .niche-tiles-container {
    padding: 70px;
  }
  .tile:hover {
    cursor: pointer;
  }
  .tile:hover .tile-line:before {
    height: 18px;
    transition: height 0.4s ease-in-out;
  }
  .tile:hover .tile-copy {
    max-height: 75px;
    opacity: 1;
    transition: max-height 0.6s ease-in-out, opacity 0.8s ease-in-out;
    transition-delay: 0.25s;
  }
  .tile:hover .learn-more {
    letter-spacing: 3px;
    transition: all 0.8s ease-in-out;
  }
  .tile:hover .learn-more:after {
    width: 76px;
    transition: all 0.4s ease-in-out;
  }
  .tile:hover .tile-image {
    box-shadow: 15px 20px 15px rgba(215, 220, 223, 0.6), 15px 15px 35px rgba(215, 220, 223, 0.98);
    transition: all 0.4s ease-in-out;
  }
  .tile:hover .tile-image:after {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
    transition-delay: 0.2s;
  }
}

.quote-container {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  width: 100%;
}

.quote-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(132, 31, 36, 0.8) 0%, rgba(132, 31, 36, 0.8) 62%, rgba(132, 31, 36, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3d5c75', endColorstr='#cc183d5a', GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}

.quote-content {
  padding-top: 60px;
  padding-bottom: 34px;
  position: relative;
  margin: auto;
  float: none;
  border-left: none;
  z-index: 2;
  text-align: center;
}

.quote-content:before, .quote-content:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 100%;
  border-top: 4px solid #828282;
  border-bottom: 4px solid #828282;
}

.quote-content:before {
  left: -150px;
  border-left: 4px solid #828282;
}

.quote-content:after {
  right: -150px;
  border-right: 4px solid #828282;
}

.quote-content .quote-txt,
.quote-content .quote-auth {
  font-weight: 300;
  color: #ffffff;
}

.quote-content .quote-auth {
  font: 400 14px/1 "Source Sans Pro";
  text-transform: uppercase;
  letter-spacing: 5px;
}

.quote-content .quote-txt {
  margin-bottom: 0;
}

.quote-content .quote-txt > span {
  display: block;
}

.quote-content .quote-txt > span:first-child {
  margin-bottom: 5px;
  font: 600 30px/1 "Source Sans Pro";
  letter-spacing: 7px;
  text-transform: uppercase;
}

.quote-content .quote-txt > span:nth-child(2) {
  font: 300 28px/40px "Source Sans Pro";
}

.quote-content .quote-txt.has-author:after {
  position: relative;
  top: auto;
  left: auto;
  height: 60px;
  margin: 25px auto;
  content: '';
  display: block;
  width: 1px;
  background: rgba(198, 196, 196, 0.3);
}

.quote {
  position: relative;
  margin: auto;
  padding: 50px 0;
  float: none;
  border-left: none;
  z-index: 2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.quote:before, .quote:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid #828282;
  border-bottom: 4px solid #828282;
  -webkit-animation: brackets 2s ease-out forwards;
          animation: brackets 2s ease-out forwards;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.quote:before {
  left: -150px;
  border-left: 4px solid #828282;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.quote:after {
  right: -150px;
  border-right: 4px solid #828282;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.quote-text,
.quote-author {
  color: #f1f0f0;
  text-align: center;
  font-family: Helvetica;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-backface-visibility: hidden !important;
}

.quote-text {
  position: relative;
  margin-bottom: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.quote-text > span:first-child {
  display: block;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  font: 600 30px/29px "Source Sans Pro";
}

.quote-text > span:nth-child(2) {
  font-size: 28px;
  line-height: 40px;
  font: 300 30px/24px "Source Sans Pro";
  position: relative;
  z-index: 99999999;
}

.quote-text.animated:after {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0);
}

.quote-author {
  position: relative;
  padding-top: 130px;
  letter-spacing: 6px;
  font-weight: 300 !important;
  text-transform: uppercase;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  font: 400 16px/24px "Source Sans Pro";
}

.quote-author:before {
  content: '';
  display: block;
  position: absolute;
  top: 34px;
  left: 50%;
  height: 68px;
  width: 1px;
  margin: auto;
  background: rgba(198, 196, 196, 0.3);
}

.quote-bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-height: 100%;
}

.block-quote {
  margin-bottom: 30px;
}

.block-quote .quote-content {
  padding: 30px;
}

.block-quote .quote-content:before, .block-quote .quote-content:after {
  border-color: #ececec;
}

.block-quote .quote-content:before {
  left: -50px;
}

.block-quote .quote-content:after {
  display: none;
}

@media (min-width: 769px) {
  .block-quote .quote-content:after {
    display: block;
    right: -50px;
  }
}

.block-quote .quote-content .quote-txt > span {
  font: 300 24px/32px "Source Sans Pro";
  color: #3d3d3d;
  text-transform: none;
  letter-spacing: 0;
}

.block-quote .quote-content .quote-auth {
  color: #3d3d3d;
  font: 300 14px/30px "Source Sans Pro";
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.block-quote .quote-content .quote-auth:before {
  content: '';
  display: block;
  height: 37px;
  width: 1px;
  background: #cecece;
  margin: 15px auto;
}

.bio-det-quote {
  border: none;
  margin: 0;
}

.bio-det-quote .quote-text {
  margin: 0;
  color: #757b7a;
  font: 400 28px/34px "Source Sans Pro";
  font-style: italic;
}

.bio-det-quote .quote-author {
  margin: 20px 0;
  color: #757b7a;
  letter-spacing: 0;
  font-family: 'Source Sans Pro';
  font-weight: 400 !important;
}

.bio-det-quote .quote-author:before {
  content: none;
}

@media screen and (min-width: 480px) {
  .quote-bg-image {
    max-width: 250%;
  }
}

@-webkit-keyframes brackets {
  0% {
    width: 0;
    opacity: 0;
    height: 0;
  }
  50% {
    width: 0;
    opacity: 0.5;
    height: 100%;
  }
  100% {
    width: 50px;
    opacity: 1;
    height: 100%;
  }
}

@keyframes brackets {
  0% {
    width: 0;
    opacity: 0;
    height: 0;
  }
  50% {
    width: 0;
    opacity: 0.5;
    height: 100%;
  }
  100% {
    width: 50px;
    opacity: 1;
    height: 100%;
  }
}

.mouse-scroll {
  display: none;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .mouse-scroll {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: floating-arrow 2s ease-in-out infinite;
    animation: floating-arrow 2s ease-in-out infinite;
  }
  .mouse-scroll .mouse {
    margin: 0 auto;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(136deg) skewX(0deg);
    transform: rotate(136deg) skewX(0deg);
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    display: block;
  }
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.category-tiles-container {
  /*This is the modified hr that contains the opacity setting and transitions for the initial slide only*/
}

.category-tiles-container .slick-dots li button:before {
  content: '';
}

.category-tiles-container .category-slides {
  margin-bottom: 0;
}

.category-tiles-container .category-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 23px;
  border: 3px solid #ebe9e9;
}

.category-tiles-container .slick-arrow {
  display: none !important;
}

.category-tiles-container .slick-slide[data-slick-index="0"] hr {
  width: 2px;
  margin: 0px auto 0px;
  display: block;
  height: 35px;
  background: #8c8d8e;
  transition: all 0.4s ease-in-out;
  transition-delay: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: 0;
  opacity: 0;
}

.category-tiles-container .slick-slide {
  height: 485px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* hover over slide*/
}

.category-tiles-container .slick-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0.61) 42%, rgba(255, 255, 255, 0) 100%);
  /* Rebuilding the hr to create the basic hr here and let the one controlled by the data attribute be the altered one */
}

.category-tiles-container .slick-slide a:hover {
  text-decoration: none;
}

.category-tiles-container .slick-slide a hr {
  width: 2px;
  margin: 0px auto 0px;
  display: block;
  height: 35px;
  background: #8c8d8e;
}

.category-tiles-container .slick-slide a p {
  position: absolute;
  opacity: 0;
  top: 52px;
  left: 0;
  right: 0;
  width: 450px;
  margin: 0 auto;
  padding: 0 30px;
  color: #5b5e5a;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.6s ease-in-out;
  transition-delay: 0s;
}

.category-tiles-container .slick-slide:hover {
  cursor: pointer;
}

.category-tiles-container .faded {
  padding: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}

.category-tiles-container .faded:first-of-type {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  transition: all 0.6s ease-in-out;
  transition-delay: 0s;
}

.category-tiles-container .slick-dots {
  z-index: 30;
}

.category-tiles-container .slick-dots li button {
  width: 10px;
  height: 10px;
  display: block;
  background: none;
  border: 1px solid #841f24;
  border-radius: 10px;
  cursor: pointer;
}

.category-tiles-container .slick-dots .slick-active button {
  background: #841f24;
}

.category-tiles-container .slick-slide a .animated hr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  transition: all 0.7s ease-in-out 1.5s;
}

.category-tiles {
  position: relative;
  margin: 40px auto;
}

.category-tiles:after {
  content: '';
  opacity: 0;
  background-image: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/slide-shadow.png");
  height: 42px;
  width: 100%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  transition: opacity 1s ease 1s;
}

.animated .category-tiles:after {
  transition: opacity 2s ease 3s;
  opacity: 1;
}

.category-content {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 0px;
  height: 220px;
  background: rgba(241, 241, 241, 0.65);
  margin-top: 125px;
  left: 0;
  transition: all 0.6s ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 60;
}

.category-content:before {
  content: "";
  height: 220px;
  background: rgba(241, 241, 241, 0.65);
  width: 26px;
  position: absolute;
  top: 0;
  left: -26px;
}

.category-content:after {
  content: "";
  height: 220px;
  background: rgba(241, 241, 241, 0.65);
  width: 49px;
  position: absolute;
  top: 0;
  right: -49px;
}

.category-content h3 {
  font: 600 26px/29px "Source Sans Pro";
  color: #841f24;
  text-transform: uppercase;
  padding-top: 42px;
  position: relative;
  top: 0px;
  transition: all 0.8s ease-in-out;
  transition-delay: 0s;
  margin: 0;
}

.category-content h5 {
  font: 300 22px/26px "Source Sans Pro";
  color: #841f24;
  text-transform: uppercase;
  transition: all 0.8s ease-in-out;
  transition-delay: 0s;
  margin: 0 0 12px 0;
}

.category-content h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #9e252b;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.category-content h6:after {
  content: "";
  display: block;
  width: 36px;
  margin: 8px auto 0;
  border-bottom: 1px solid #8c8d8e;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}

@media screen and (min-width: 1025px) {
  .category-content {
    width: 400px;
    left: -26px;
  }
  .category-content:after {
    content: "";
    height: 220px;
    background: rgba(241, 241, 241, 0.65);
    width: 4px;
    position: absolute;
    top: 0;
    right: -6px;
  }
  .category-content .faded {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .category-slides > div:hover .category-content {
    width: 550px;
  }
  .category-slides > div:hover .category-content h3 {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    transition: all 0.4s ease-in-out;
  }
  .category-slides > div:hover .category-content h5 {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    transition: all 0.4s ease-in-out;
  }
  .category-slides > div:hover .category-content p {
    opacity: 1;
    top: 42px;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.2s;
  }
  .category-slides > div:hover .category-content h6 {
    letter-spacing: 3px;
  }
  .category-slides > div:hover .category-content h6:after {
    content: '';
    width: 100px;
  }
}

.accordion {
  margin: 10px 0 50px;
  padding: 0;
  list-style-type: none;
}

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

.accordion:after {
  clear: both;
}

.accordion-panel:first-child .accordion-content {
  display: block;
}

.accordion-panel h3 {
  position: relative;
  margin: 0;
  padding: 10px 10px 0px 20px;
  border-bottom: solid 2px #ccd4da;
  color: #841f24;
  cursor: pointer;
  font: 600 20px/30px "Source Sans Pro";
}

.accordion-panel h3:before {
  position: absolute;
  top: 62%;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #757575;
  content: '';
}

.accordion-panel h3 button {
  background: none;
  border: none;
  padding: 1px 0;
  width: 100%;
  text-align: left;
}

.accordion-panel.open h3 {
  color: #841f24;
  border-bottom: solid 2px #f6f7f8;
}

.accordion-panel.open h3:before {
  -webkit-transform: rotate(90deg) translate(-100%, -10%);
  transform: rotate(90deg) translate(-100%, -10%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.accordion-content {
  display: none;
  padding: 5px 0 30px;
  color: #5b5e5a;
  font: 400 16px/28px "Source Sans Pro";
}

.accordion-learn-more {
  color: #841f24;
  text-transform: uppercase;
}

.accordion-learn-more:hover {
  color: #a3aab3;
  text-decoration: none;
}

.tabs {
  position: relative;
  margin-bottom: 50px;
  overflow: visible !important;
  /* jQuery animate adds inline overflow: `hidden;*/
  font: 600 15px/1 "Source Sans Pro";
}

.tab-triggers {
  margin-bottom: 10px;
  /*box-shadow: inset 0 -1px 0 $trigger-border;*/
  border: 1px solid #f1f1f1;
  /* Candidate for new gray variable - theme 8 */
  padding-top: 7px;
}

.tab-triggers:before, .tab-triggers:after {
  content: " ";
  display: table;
}

.tab-triggers:after {
  clear: both;
}

.tab-triggers a {
  display: block;
  width: 100%;
  max-height: 45px;
  padding: 10px;
  color: #841f24;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-triggers a:hover {
  /*background-color: $trigger-hover-bg;
      box-shadow: inset 0 -1px 0 $trigger-border;*/
  color: #a3aab3;
  /* Candidate for new gray variable - theme 8 */
}

.tab-triggers a.active {
  /*background: $trigger-active-bg;*/
  box-shadow: inset 0 -3px 0 #841f24;
  color: #841f24;
}

.tab-triggers a.active:hover {
  /*box-shadow: none; Check on this: weird effect*/
}

.tab-content {
  position: absolute;
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  color: #5b5e5a;
  background-color: #f1f1f1;
  line-height: 1.4;
  padding: 15px 15px 0;
  /* display: none;*/
  visibility: hidden;
  -webkit-animation: hideTab 0.5s;
  animation: hideTab 0.5s;
}

.tab-content.active {
  /* display: block;*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-animation: showTab 0.5s;
  animation: showTab 0.5s;
}

.tab-content h1, .tab-content .h1, .tab-content h2, .tab-content .h2, .tab-content h3, .tab-content .h3 {
  margin-top: 5px;
}

.tt .tab-content {
  display: none;
  position: relative;
  padding: 15px 15px 1px;
}

.tt .tab-content.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .tab-triggers a {
    float: left;
    width: auto;
    min-width: 100px;
    max-width: 250px;
  }
}

@-webkit-keyframes showTab {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes showTab {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes hideTab {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hideTab {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

.rich-text {
  margin: auto;
  padding: 0 0 40px 0;
  font: 400 16px/28px "Source Sans Pro";
}

.rich-text a {
  color: #841f24;
}

.rich-text h2 {
  font-size: 25px;
}

.rich-text h3 {
  font-size: 21px;
}

.rich-text h4 {
  font-size: 19px;
}

.rich-text h5 {
  font-size: 18px;
}

.rich-text figure img {
  padding: 5px;
  border: 1px solid #d2d2d2;
}

.rich-text figure.center {
  margin: 0 auto;
}

.rich-text figure figcaption {
  padding: 10px;
  line-height: 1;
  text-align: center;
  color: #909090;
  background: #f8f8f8;
  font-style: italic;
}

.rich-text .limelight-player {
  aspect-ratio: 16 / 9;
}

.rich-text .ec-content-title {
  display: none;
}

.directions {
  margin: 40px 0 25px;
}

.directions-search {
  padding: 20px 30px;
  background: #f3f3f3;
}

.directions-search #directions-input {
  width: 75%;
  padding: 10px 15px;
}

.directions-search .submit-search {
  padding: 12px;
  float: right;
  border: none;
  background: #000;
  color: #ffffff;
}

.directions-search .submit-search i {
  text-align: center;
}

.directions-search .submit-search i:after {
  content: '';
}

.directions-map {
  padding: 50px 30px;
  background: #fafafa;
}

.directions-list {
  display: none;
  padding: 50px 30px;
  border-top: 4px solid #ffffff;
  background: #fafafa;
}

.directions-end,
.directions-start {
  padding: 20px 15px;
  background: #f3f3f3;
}

.directions-steps {
  display: block;
  padding: 30px 0 30px 30px;
}

.directions-steps > * {
  padding: 10px 10px 10px 25px;
}

.directions-steps > * > * {
  width: 60px;
  float: right;
  text-align: left;
}

#map {
  width: 100%;
  height: 600px;
}

.pac-item {
  padding: 10px 15px;
}

.adp-directions {
  width: 100%;
}

.adp-directions .adp-substep {
  padding: 20px 0;
  border: none;
}

.adp-directions .adp-substep:nth-child(2) {
  text-align: center;
}

.adp-placemark {
  border: none !important;
}

.adp-placemark td {
  padding: 15px;
}

.adp-placemark td + td {
  padding: 5px;
}

.adp-summary {
  padding-top: 30px;
}

.adp-legal {
  padding-top: 20px;
}

.static-map-replacement img {
  display: block;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .submit-search {
    padding: 12px 20px;
    float: right;
    border: none;
    background: #000000;
    color: #841f24;
  }
  .submit-search:after {
    content: 'Get Directions';
  }
  .submit-search i {
    margin-right: 5px;
  }
}

.contact-form {
  margin-bottom: 75px;
  padding: 35px 35px 0;
  float: none;
  background-color: #fafafa;
}

.contact-form .form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form .form-control:focus {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
}

.contact-form input {
  position: relative;
}

.contact-form input:focus, .contact-form input.valid, .contact-form input.input-validation-error {
  padding-top: 10px;
}

.contact-form input:focus + label, .contact-form input.valid + label, .contact-form input.input-validation-error + label {
  top: 12px;
  font-size: 12px;
}

.contact-form select {
  padding-top: 10px;
}

.contact-form select + label {
  display: none;
}

.contact-form select.has-value {
  padding-top: 10px;
}

.contact-form select.has-value + label {
  top: 12px;
  font-size: 12px;
  display: block;
}

.contact-form textarea.form-control {
  padding-top: 20px;
}

.contact-form textarea.form-control:focus, .contact-form textarea.form-control.valid, .contact-form textarea.form-control.input-validation-error {
  padding-top: 20px;
}

.contact-form textarea.form-control:focus + label, .contact-form textarea.form-control.valid + label, .contact-form textarea.form-control.input-validation-error + label {
  top: 12px;
  font-size: 12px;
}

.contact-form label {
  pointer-events: none;
  font: 300 16px/2 "Roboto", sans-serif;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 99;
  transition: all 250ms ease;
}

.contact-form label.comments-label {
  top: 30px;
}

.contact-form .form-inline span.field-validation-error {
  color: #fc8974;
}

.contact-form .form-inline .form-group {
  padding: 0;
  border: 1px solid #ffffff;
  outline: 1px solid #efeded;
}

.contact-form .form-inline .form-group.select-container {
  position: relative;
  border: 0;
}

.contact-form .form-inline .form-group.select-container:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #b49060 transparent transparent transparent;
  content: '';
  z-index: 2;
  pointer-events: none;
}

.contact-form .form-inline .form-group.select-container:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 38px;
  background-color: #f3f3f3;
  content: ' ';
  pointer-events: none;
}

.contact-form .form-inline .form-group textarea.form-control {
  height: auto;
}

.contact-form .form-inline .form-group .form-control {
  width: 100%;
  height: 60px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #000000;
  box-shadow: none;
  z-index: 1;
  box-sizing: border-box;
  font: 300 16px/2 "Roboto", sans-serif;
  -webkit-appearance: none;
}

.contact-form .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}

.contact-form .form-inline .form-group .form-control:focus {
  border: 0;
  border-color: #f3f3f3;
  outline-offset: 0;
  color: #000000;
}

.contact-form .form-inline .form-group .form-control:focus::-webkit-input-placeholder {
  color: #c6c6c6;
}

.contact-form .form-inline .form-group.has-error {
  outline: 0;
}

.contact-form .form-inline .form-group.has-error .form-control {
  border: solid 1px #fc8974;
}

.contact-form .form-inline .captcha {
  width: calc(100% + 70px);
  margin-top: 60px;
  margin-right: -35px;
  margin-left: -35px;
  padding: 20px 35px;
  background-color: #f3f3f3;
}

.contact-form .form-inline .captcha .g-recaptcha {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-bottom: 20px;
}

.contact-form .form-inline .captcha .form-group {
  border: 0;
  outline: 0;
}

.contact-form .form-inline .captcha .btn-contact {
  padding: 10px 20px;
  border-radius: 0;
  background: #841f24;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #841f24;
}

.contact-form .form-inline .captcha .btn-contact:hover, .contact-form .form-inline .captcha .btn-contact:focus {
  border: 1px solid white;
}

.contact-form .form-inline .captcha .btn-contact i {
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  .g-recaptcha {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

@media screen and (min-width: 768px) {
  .contact-form {
    float: left;
  }
  .contact-form .form-inline span.field-validation-error {
    position: absolute;
    bottom: -4px;
    left: 50px;
    width: auto;
    padding: 10px;
    background-color: #fc8974;
    color: #ffffff;
    z-index: 100;
  }
  .contact-form .form-inline span.field-validation-error:before {
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fc8974;
    border-left: 8px solid transparent;
    content: '';
  }
  .contact-form .form-inline .captcha {
    position: relative;
  }
  .contact-form .form-inline .form-group.has-error input {
    z-index: 10;
  }
  .contact-form .form-inline .form-group.has-error input:focus + span {
    display: none;
  }
  .contact-form .form-inline .form-group.has-error span.field-validation-error {
    bottom: -45px;
  }
  .contact-form .form-inline .form-group.col-sm-4 {
    width: 33%;
  }
  .contact-form .form-inline .form-group.col-sm-4 + .col-sm-4 + .col-sm-4 {
    width: 34%;
  }
  .contact-form .captcha .form-group {
    float: right;
  }
  .contact-form .captcha .g-recaptcha {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    float: left;
  }
}

.form-confirmation {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.static-map {
  margin-bottom: 40px;
}

.static-map .row > .col-md-6, .static-map .row > .blog-card {
  margin: 0 0 60px 0;
}

.static-map .row .location-img img {
  margin: 0 auto;
  padding-top: 20px;
}

.static-map .row .location-info {
  width: 180px;
  margin: 0 auto;
}

.static-map .row .location-info h5 {
  text-transform: uppercase;
  margin-top: 0;
}

.static-map .row .location-info > * {
  width: 180px;
  float: right;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .static-map .row .location-info {
    width: 50%;
    float: left;
    border-right: solid 1px transparent;
  }
  .static-map .row .location-img img {
    border-left: solid 1px #f3f3f3;
    padding-left: 10px;
    margin: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .static-map .row .location-info {
    display: inline-block;
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .static-map .row {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: solid 1px #a5a4a0;
  }
  .static-map .row > .col-md-6, .static-map .row > .blog-card {
    margin: 0;
  }
  .static-map .row:last-of-type {
    border-bottom: none;
  }
  .static-map .row .location-info {
    width: 180px;
    float: left;
  }
  .static-map .row .location-info p {
    margin: 0 0 10px;
  }
  .static-map .row .location-info > * {
    width: auto;
    float: none;
  }
}

.media-carousel-container,
.resources-carousel-container {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background: #f7f7f7;
}

.media-carousel-container h3,
.resources-carousel-container h3 {
  min-height: 84px;
  color: #ffffff;
  font: 600 20px/21px "Source Sans Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.media-carousel-container h6,
.resources-carousel-container h6 {
  color: #6f6666;
  font: 400 45px/15px "Source Sans Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 25px;
}

.media-carousel-container p,
.resources-carousel-container p {
  color: #b8b8b8;
  font: 400 15px/20px "Source Sans Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.media-carousel-container .media-carousel,
.resources-carousel-container .media-carousel {
  display: inline-block;
  width: 100%;
  height: 400px;
  float: right;
}

.media-carousel-container .media-carousel.resources-carousel,
.resources-carousel-container .media-carousel.resources-carousel {
  width: 100%;
}

.media-carousel-container .slick-slider .slick-arrow,
.resources-carousel-container .slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: auto;
  opacity: 1;
  border: 0;
  z-index: 100;
}

.media-carousel-container .slick-slider .slick-arrow.slick-next,
.resources-carousel-container .slick-slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: none;
          transform: none;
}

.media-carousel-container .slick-slider .slick-arrow.slick-prev,
.resources-carousel-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg) skew(0);
          transform: rotate(180deg) skew(0);
}

.media-carousel-container .slick-slider .slick-arrow:before,
.resources-carousel-container .slick-slider .slick-arrow:before {
  content: '';
}

.media-carousel-container .slick-slider .slick-arrow:after,
.resources-carousel-container .slick-slider .slick-arrow:after {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  content: '';
  -webkit-transform: translate(-65%, -50%) rotate(50deg) skew(15deg);
          transform: translate(-65%, -50%) rotate(50deg) skew(15deg);
}

.media-carousel-container .slick-slider .slick-slide,
.resources-carousel-container .slick-slider .slick-slide {
  box-sizing: content-box;
  position: relative;
  height: 352px;
  border-top: solid 2px #f3f3f3;
  border-right: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
  text-align: left;
  text-decoration: none;
  background: #841f24;
  background: white;
}

.media-carousel-container .slick-slider .slick-slide > a,
.resources-carousel-container .slick-slider .slick-slide > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.media-carousel-container .slick-slider .slick-slide > a:hover,
.resources-carousel-container .slick-slider .slick-slide > a:hover {
  text-decoration: none;
}

.media-carousel-container .slick-slider .slick-slide i,
.resources-carousel-container .slick-slider .slick-slide i {
  color: #8c8d8e;
  font-size: 42px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.media-carousel-container .slick-slider .slick-slide i:before,
.resources-carousel-container .slick-slider .slick-slide i:before {
  margin-top: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-carousel-container .slick-slider .slick-slide .slide-line,
.resources-carousel-container .slick-slider .slick-slide .slide-line {
  width: 1px;
  margin: 0 auto;
  height: 35px;
  display: block;
  background: #8c8d8e;
  transition: all 0.4s ease-in-out;
}

.media-carousel-container .slick-slider .slick-slide .slide-line.slick-box,
.resources-carousel-container .slick-slider .slick-slide .slide-line.slick-box {
  display: none;
}

.media-carousel-container .slick-slider .slick-slide .slick-learn-more,
.resources-carousel-container .slick-slider .slick-slide .slick-learn-more {
  text-align: center;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.media-carousel-container .slick-slider .slick-slide .slick-learn-more:after,
.resources-carousel-container .slick-slider .slick-slide .slick-learn-more:after {
  content: '';
  display: block;
  width: 37px;
  border-bottom: 1px solid #8c8d8e;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .media-carousel-container .slick-slider .slick-slide:hover,
  .resources-carousel-container .slick-slider .slick-slide:hover {
    transition: background 0.5s ease;
    z-index: 1000;
  }
  .media-carousel-container .slick-slider .slick-slide:hover h3,
  .resources-carousel-container .slick-slider .slick-slide:hover h3 {
    color: #841f24;
  }
  .media-carousel-container .slick-slider .slick-slide:hover i,
  .resources-carousel-container .slick-slider .slick-slide:hover i {
    color: #8c8d8e;
  }
  .media-carousel-container .slick-slider .slick-slide:hover p,
  .resources-carousel-container .slick-slider .slick-slide:hover p {
    color: #6c6d6e;
  }
  .media-carousel-container .slick-slider .slick-slide:hover .slide-line,
  .resources-carousel-container .slick-slider .slick-slide:hover .slide-line {
    background: #ebe9e9;
  }
  .media-carousel-container .slick-slider .slick-slide:hover .slide-learn-more:after,
  .resources-carousel-container .slick-slider .slick-slide:hover .slide-learn-more:after {
    border-color: #ebe9e9;
  }
}

.media-carousel-container .slick-list,
.resources-carousel-container .slick-list {
  overflow: visible;
}

@media screen and (min-width: 1025px) {
  .media-carousel-container .media-slides:hover.slick-slider .slick-arrow:after,
  .resources-carousel-container .media-slides:hover.slick-slider .slick-arrow:after {
    opacity: 1;
    transition: opacity 0.5s;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .media-carousel-container .media-slides.slick-slider .slick-arrow:after,
  .resources-carousel-container .media-slides.slick-slider .slick-arrow:after {
    opacity: 1;
  }
}

.section-resource-header {
  background: white;
  height: 60px;
  padding-bottom: 25px;
  box-sizing: content-box;
  margin-top: 10px;
}

.section-resource-header .latest-news {
  padding-top: 10px;
  text-align: center;
}

.section-resource-header .latest-news:before {
  content: '';
  display: block;
  height: 2px;
  border-bottom: 2px solid #efeded;
  top: 27px;
  position: relative;
  z-index: 5;
}

.section-resource-header .latest-news .title-wrapper {
  position: relative;
  z-index: 10;
  display: inline-block;
  white-space: nowrap;
  margin: 0 auto;
}

.section-resource-header .latest-news .title-wrapper h4 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px !important;
  line-height: 28px;
  font-weight: 600;
  color: #841f24;
  text-transform: uppercase;
  padding: 2px 25px 2px;
  width: 220px;
  margin: 0 auto;
  background: #fff;
  z-index: 10;
  position: relative;
  top: 9px;
}

@media screen and (max-width: 1025px) {
  .slick-slide > a:hover {
    color: #ffffff;
  }
}

@media screen and (min-width: 1025px) {
  .media-carousel-container .slick-slider .slick-arrow:after,
  .resources-carousel-container .slick-slider .slick-arrow:after {
    opacity: 0;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transition: opacity 0.5s;
  }
  .media-carousel-container .slick-slide:hover,
  .resources-carousel-container .slick-slide:hover {
    transition: background-color .5s ease;
    z-index: 1000;
  }
  .media-carousel-container .slick-slide:hover h3,
  .resources-carousel-container .slick-slide:hover h3 {
    color: #841f24;
  }
  .media-carousel-container .slick-slide:hover i,
  .resources-carousel-container .slick-slide:hover i {
    color: #8c8d8e;
  }
  .media-carousel-container .slick-slide:hover p,
  .resources-carousel-container .slick-slide:hover p {
    color: #6c6d6e;
  }
  .media-carousel-container .slick-slide:hover .slide-line,
  .resources-carousel-container .slick-slide:hover .slide-line {
    background: #ebe9e9;
  }
  .media-carousel-container .slick-slide:hover .slide-learn-more:after,
  .resources-carousel-container .slick-slide:hover .slide-learn-more:after {
    border-color: #ebe9e9;
  }
}

.ca-menu {
  position: relative;
  float: left;
  background: #841f24;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
  transition: all 300ms linear;
}

@media screen and (min-width: 1025px) {
  .ca-menu:hover {
    background: #fff;
    z-index: 999;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 15px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    border: 1px solid #eff0f1;
  }
  .ca-menu:hover > .slide-learn-more {
    color: #841f24;
    letter-spacing: 3px;
  }
  .ca-menu:hover > .slide-learn-more:after {
    width: 100px;
    transition: all 0.4s ease-in-out;
  }
  .ca-menu:hover:hover > .slide-count {
    color: #f5f4f4;
  }
  .ca-menu:hover:hover > .slide-count:after {
    background: #f5f4f4;
  }
}

.ca-menu .slide-count:after {
  content: '';
  height: 2px;
  background: #8c8d8e;
  display: block;
  position: relative;
  bottom: 7px;
  width: 75%;
  margin-left: 60px;
}

.resources-carousel-container .slick-slider .slick-arrow:after {
  border-color: #9e252b;
  transition: opacity 0.5s;
}

.resources-carousel-container .slick-slider .ca-menu {
  background: #ffffff;
}

.resources-carousel-container .slick-slider .ca-menu i {
  color: #8c8d8e;
}

.resources-carousel-container .slick-slider .ca-menu h3 {
  color: #841f24;
}

.resources-carousel-container .slick-slider .ca-menu p {
  color: #b8b8b8;
}

.resources-carousel-container .slick-slider .ca-menu .slide-learn-more:after,
.resources-carousel-container .slick-slider .ca-menu .slide-line {
  background: #ebe9e9;
  border-color: #ebe9e9;
}

.resources-carousel-container .slick-slider .ca-menu .slide-learn-more {
  color: #841f24;
}

.resources-carousel-container .slick-slider .ca-menu .slide-learn-more:after {
  border-color: #ebe9e9;
}

.resources-carousel-container .slick-slider .ca-menu .slide-count {
  color: #6f6666;
}

.resources-carousel-container .slick-slider .ca-menu .slide-count:after {
  background: #f5f4f4;
}

@media screen and (min-width: 1025px) {
  .resources-carousel-container .slick-slider .ca-menu:hover {
    background: #841f24;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover i {
    color: #8c8d8e;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover h3 {
    color: #ffffff;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover p {
    color: #6c6d6e;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover > .slide-count {
    color: #6c6d6e;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover > .slide-count:after {
    background: #8c8d8e;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover .slide-line {
    background: #8c8d8e;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover .slide-learn-more:after {
    border-color: #8c8d8e;
  }
  .resources-carousel-container .slick-slider .ca-menu:hover .slide-learn-more {
    color: #ffffff;
  }
}

.filter-dropdown-container {
  width: 80%;
  margin: 40px auto;
}

.filter-dropdown-container:before, .filter-dropdown-container:after {
  content: " ";
  display: table;
}

.filter-dropdown-container:after {
  clear: both;
}

.filter-dropdown-container a,
.filter-dropdown-container a:active,
.filter-dropdown-container a:hover {
  text-decoration: none;
  cursor: pointer;
}

.filter-dropdown-container .dropdown-filters {
  text-align: center;
  color: #ffffff;
  background: #555555;
  margin: 0;
  padding: 20px;
}

.filter-dropdown-container .dropdown-filters:hover {
  cursor: pointer;
}

.filter-dropdown-container .reset {
  text-align: center;
  margin: 10px auto;
  position: relative;
  width: 155px;
}

.filter-dropdown-container .reset button,
.filter-dropdown-container .reset button:hover {
  color: #5b5e5a;
  font-size: 12px;
  border: 0px;
  background-color: transparent;
}

.filter-dropdown-container .reset img {
  position: relative;
  left: -6px;
  top: -1px;
  width: 16px;
  height: 16px;
}

.filter-dropdown-container .reset i {
  position: relative;
  margin-right: 5px;
  color: #c6c6c6;
  font-size: 17px;
  vertical-align: middle;
}

.filter-dropdown-container .reset i:after {
  content: "\00d7";
  position: absolute;
  left: 3px;
  bottom: 1px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.filter-dropdown-container .filter-dropdown {
  background: #555555;
  padding: 10px;
  text-align: center;
  width: auto;
}

.filter-dropdown-container .filter-dropdown:before, .filter-dropdown-container .filter-dropdown:after {
  content: " ";
  display: table;
}

.filter-dropdown-container .filter-dropdown:after {
  clear: both;
}

.filter-dropdown-container .filter-dropdown li {
  margin: 10px 0;
  list-style-type: none;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.filter-dropdown-container .filter-dropdown li .close-filter,
.filter-dropdown-container .filter-dropdown li .fa-angle-down {
  font-size: 18px;
  color: #b49060;
}

.filter-dropdown-container .filter-dropdown li .open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-dropdown-container .filter-dropdown li .filter-header {
  position: relative;
  text-transform: uppercase;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter {
  display: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 13px;
  z-index: 30;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:after, .filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:before {
  content: '';
  border-top: solid 1px #b49060;
  text-align: center;
  position: absolute;
  left: 4px;
  top: 49%;
  width: 9px;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-dropdown-container .filter-dropdown li .filter-header > a {
  border: solid 2px #c6c6c6;
  z-index: 10;
  position: relative;
  display: block;
  padding: 9px 32px 9px 10px;
  color: #b49060;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a:first-child {
  background-color: #ffffff;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter .selected-value {
  display: inline-block;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter .fa-angle-down,
.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter .filter-title {
  display: none;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter + .close-filter {
  display: inline-block;
}

.filter-dropdown-container .filter-dropdown li .filter-header .selected-value {
  display: none;
  color: #1a120c;
}

.filter-dropdown-container .filter-dropdown li .filter-header i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-dropdown-container .filter-dropdown li .filter-header i.fa-angle-down {
  display: inline-block;
}

.filter-dropdown-container .filter-dropdown li .filter-body {
  width: 100%;
}

.filter-dropdown-container .filter-dropdown li .filter-body label {
  display: block;
  font-size: 12px;
  padding: 9px 32px 9px 10px;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
  color: #b49060;
  border: solid 2px #c6c6c6;
  background-color: #ffffff;
  margin-bottom: 0;
  border-top: 0;
  position: relative;
}

.filter-dropdown-container .filter-dropdown li .filter-body label.has-children a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
}

.filter-dropdown-container .filter-dropdown li .filter-body label:hover {
  color: #1a120c;
}

.filter-dropdown-container .filter-dropdown li .filter-body label > input {
  display: none;
}

.filter-dropdown-container .filter-dropdown li .filter-body label i {
  float: right;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children {
  border-bottom: solid 2px #c6c6c6;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children label {
  padding: 9px 32px 9px 10px;
  border-top: 0;
  border-bottom: 0;
  background-color: #f1f1f1;
  line-height: 1;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children label:first-child {
  padding-top: 15px;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children label:last-child {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .filter-dropdown-container .filter-dropdown {
    background-color: transparent;
    padding: 0;
  }
  .filter-dropdown-container .filter-dropdown li {
    min-width: 195px;
    width: auto;
    margin-right: 5px;
    position: relative;
  }
  .filter-dropdown-container .filter-dropdown li .filter-body {
    text-align: left;
    position: absolute;
    z-index: 100;
  }
}

@media screen and (min-width: 1200px) {
  .filter-dropdown-container {
    width: 100%;
  }
}

.search-term-wrapper {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 350px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.search-term-wrapper .search-term {
  padding: 15px 20px;
  max-width: 700px;
  width: calc(100% - 100px);
  margin: 0;
  border: solid 1px darkgrey;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .search-term-wrapper .search-term {
    padding: 10px 20px;
  }
}

.search-term-wrapper .search-term:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-term-wrapper .search-term:focus::-moz-placeholder {
  color: transparent;
}

.search-term-wrapper .search-term:focus:-ms-input-placeholder {
  color: transparent;
}

.search-term-wrapper .search-term:focus::-ms-input-placeholder {
  color: transparent;
}

.search-term-wrapper .search-term:focus::placeholder {
  color: transparent;
}

.search-term-wrapper .search-term-cta {
  background-color: #841f24;
  display: inline-block;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  height: 60px;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  min-width: 56px;
}

@media (min-width: 992px) {
  .search-term-wrapper .search-term-cta {
    height: 40px;
    min-width: 40px;
  }
}

.resource-no-results p {
  text-align: center;
}

.card {
  opacity: 0;
  margin-bottom: 30px;
}

.card.showing {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .card {
    width: 100%;
  }
}

.card-hd {
  margin-bottom: 10px;
  position: relative;
}

.card-hd > a {
  display: block;
}

.card-hd > img {
  min-width: 100%;
  max-width: 100%;
}

.card-hd:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.75s;
}

.card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 44px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.card-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #841f24;
  transition: width 0.5s ease-in;
}

.card-bd {
  position: relative;
  transition: background 0.5s;
}

.card-info {
  display: block;
  color: #841f24;
  font-size: 14px;
}

.card-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 22px;
}

.card-title > a {
  color: #5b5e5a;
  text-decoration: none;
}

.card-copy {
  margin-bottom: 0;
  padding-top: 25px;
}

.card-cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: letter-spacing 0.5s, opacity 0.5s, visibility 0.5s;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
}

.card-cta:before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 3px;
  transition: width 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #dfe4e8;
  content: '';
}

.card:hover .card-cta {
  transition: letter-spacing 0.5s, opacity 0.5s, visibility 0.5s;
  text-decoration: none;
  letter-spacing: 0.52em;
  opacity: 1;
  visibility: visible;
}

.card:hover .card-cta:before {
  width: 100px;
  transition: width 0.5s;
}

.card-ft {
  padding: 10px 0;
}

.card-content:hover .card-hd:before {
  background: rgba(0, 0, 0, 0.25);
}

.card-content:hover .card-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.75s, visibility 0.75s;
}

.card-content:hover .card-line {
  width: 100%;
  transition: width 0.5s ease-out;
}

/* Changes giving the resources cards an explicit height..return to this in favor of dynamic height */
.resource-card .card-content {
  border: 1px solid #dfe4e8;
  overflow: hidden;
  position: relative;
  height: 330px;
}

.resource-card .card-content:hover {
  background: #efeded;
  transition: background 0.5s;
}

.resource-card .card-content .card-hd {
  margin: 3px 3px 0;
}

.resource-card .card-content .card-bd {
  padding: 15px 15px 0;
}

.resource-card .card-content .card-bd .card-title {
  font-weight: 400;
}

.resource-card .card-content .card-cta-wrapper {
  padding: 10px 15px;
  background: #fafafa;
  position: absolute;
  bottom: 48px;
  width: 100%;
}

.resource-card .card-content .card-ft {
  padding: 10px 15px;
  background: #fafafa;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.resource-card .card-tag {
  margin-right: 10px;
}

.resource-card:hover .card-bd {
  background: #efeded;
  transition: background 0.5s;
}

.blog-card .card-content {
  background: #fafafa;
  height: auto;
}

.blog-card .card-hd {
  padding: 3px;
  border: 1px solid #dfe4e8;
  background: white;
}

.blog-card .card-bd,
.blog-card .card-ft {
  padding: 15px;
  background: white;
}

.blog-card .card-bd {
  margin: 15px 15px 0;
}

.blog-card .card-ft {
  margin: 0 15px 15px;
  padding-top: 25px;
}

.callout ul {
  padding: 0;
  list-style: none;
}

.callout ul li {
  min-width: 215px;
  width: 100%;
}

.callout .col-sm-6, .callout .card {
  margin-bottom: 100px;
}

.callout h5,
.callout h6,
.callout hr {
  text-align: center;
  transition: all 1s ease;
}

.callout hr {
  border-color: #c4a469;
  width: 100px;
  margin: 20px auto;
}

.callout h5,
.callout h6 {
  text-transform: uppercase;
  margin: 25px 0;
}

.callout h5 {
  font: 400 18px/1 "Old Standard TT", sans-serif;
  color: #841f24;
}

.callout h6 {
  font: 400 12px/1 "Montserrat", sans-serif;
  color: #67645f;
}

.callout a {
  display: block;
}

.callout a:hover {
  text-decoration: none;
  cursor: pointer;
}

.callout a:hover h5 {
  color: #c4a469;
}

.callout a:hover h6 {
  letter-spacing: 3px;
}

.callout a:hover hr {
  width: 200px;
  border-color: #841f24;
}

@media screen and (min-width: 768px) {
  .callout ul {
    display: flex;
    justify-content: space-between;
  }
}

.kaltura-player {
  padding: 0;
  margin-bottom: 20px;
}

.kaltura-player .dummy {
  /* aspect ratio of 16:9 = 56.25%*/
  margin-top: 56.25%;
}

.kaltura-player.kaltura-playlist .dummy {
  /* 176px is the height of the playlist underneath it*/
  margin-top: 112.11%;
  margin-top: calc(56.25% + 176px);
}

.blog-landing-content-wrapper {
  font-family: "raleway";
  display: flex;
  flex-direction: row;
  margin: 50px auto;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 735px) {
  .blog-landing-content-wrapper {
    flex-direction: column;
  }
}

.blog-landing-content-wrapper .blog-landing-content-container {
  flex: 9;
  order: 1;
  padding: 0 25px;
}

@media screen and (max-width: 735px) {
  .blog-landing-content-wrapper .blog-landing-content-container {
    order: 2;
  }
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-cta {
  border: 1px solid black;
  background: white;
  color: #b49060;
  padding: 5px 10px;
  transition: all 300ms ease;
  display: inline-block;
  margin-bottom: 75px;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-cta:hover {
  background: black;
  color: #b49060;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-banner-wrapper {
  max-height: 500px;
  overflow: hidden;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-banner-wrapper .blog-landing-banner {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #efeded;
  padding: 5px;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  padding: 10px 0;
  text-transform: uppercase;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-info-share-wrapper a {
  color: #b49060;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper p,
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper span,
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper ul,
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper ol {
  padding: 10px 0;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more-container {
  text-align: center;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  background: black;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  transition: all 400ms ease;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  background: white;
  color: black;
}

.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-banner-wrapper,
.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 25px);
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-banner-wrapper,
  .blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
    display: block;
    vertical-align: top;
    width: 100%;
  }
}

.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
    margin-left: 0;
  }
}

.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy .blog-landing-copy-wrapper {
  margin: 0 0 25px;
}

.blog-landing-vertical-filters-container {
  flex: 3;
  order: 2;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .blog-landing-vertical-filters-container {
    margin-bottom: 25px;
    order: 1;
    padding-left: 0;
  }
}

.internal-vertical-filter-heading {
  margin-left: 10px;
}

.internal-vertical-filter-list {
  margin-left: 15px;
}

.filter-list-heading,
.filter-list-links,
.internal-filter-list-heading,
.internal-filter-list-links {
  line-height: 1.5;
  position: relative;
}

.filter-list-links,
.internal-filter-list-links {
  display: none;
}

.filter-list-heading i,
.internal-filter-list-heading i {
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s;
  width: 16px;
}

.filter-list-headings {
  list-style: none;
}

.filter-list-headings a {
  color: #b49060;
}

.filter-list-heading .turn,
.internal-filter-list-heading .turn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

div.blog-landing-overall-copy:not(:nth-last-of-type(2)) {
  border-bottom: 1px solid #efeded;
  margin-bottom: 100px;
}

.filter-list-heading:first-of-type .filter-list-links {
  display: block;
}

.blog-landing-filter-reset-wrapper {
  padding-bottom: 15px;
  text-align: center;
}

.blog-landing-filter-reset-wrapper .blog-landing-filter-reset {
  color: #b49060;
}

.connected-advisor-container {
  color: white;
  border-top: 5px solid white;
}

.connected-advisor-container .slick-dots {
  bottom: 0px;
  padding-bottom: 35px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}

.connected-advisor-container .slick-dots li {
  margin: 0;
}

.connected-advisor-container .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.connected-advisor-container .slick-dots li button:before {
  color: white;
  opacity: 0.5;
  font-size: 14px;
}

.connected-advisor-container.slick-slider {
  margin-bottom: 0;
}

.connected-advisor-slide {
  background: #841f24;
  margin: 10px 0;
  position: relative;
}

.connected-advisor-content-wrapper {
  text-align: center;
}

.connected-advisor-cta {
  border: 1px solid white;
  padding: 10px 15px;
  min-width: 180px;
  font-size: 19px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  position: relative;
  transition: all 300ms ease;
  margin: 0;
  text-align: center;
}

.connected-advisor-cta-wrapper {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .connected-advisor-cta-wrapper {
    margin-bottom: 0;
    width: 25%;
    float: left;
    text-align: left;
  }
}

.connected-advisor-slide-link {
  display: block;
  text-align: center;
  padding: 50px 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .connected-advisor-slide-link {
    display: -webkit-flex;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.connected-advisor-slide-link::before {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  height: 7px;
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/quote-border-horizontal@2x.png") center center repeat;
  content: '';
  width: calc(100% - 30px);
  margin: 0 auto;
}

.connected-advisor-slide-link::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  height: 7px;
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/quote-border-horizontal@2x.png") center center repeat;
  content: '';
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .connected-advisor-slide-link:hover {
    color: black;
  }
  .connected-advisor-slide-link:hover .connected-advisor-cta {
    background: white;
    color: #841f24;
  }
}

.connected-advisor-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) {
  .connected-advisor-content-wrapper {
    width: 50%;
    float: left;
    margin-left: 25%;
  }
}

.connected-advisor-heading {
  color: white;
  font-size: 28px;
  line-height: 1.5;
  font-family: "Roboto", serif;
  margin: 0;
}

@media (min-width: 1200px) {
  .connected-advisor-heading {
    max-width: 650px;
    font-size: 30px;
  }
}

.connected-advisor-subheading-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .connected-advisor-subheading-wrapper {
    max-width: 700px;
    padding-bottom: 25px;
  }
}

.connected-advisor-subheading {
  color: white;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0;
  padding-bottom: 15px;
}

.KJEWrapper {
  background-color: #ffffff !important;
  line-height: 1.5;
}

.KJEWrapper #KJEAllContent {
  font: 300 15px/1.25 "Roboto", sans-serif;
}

.KJEWrapper #KJEAllContent ol, .KJEWrapper #KJEAllContent ul, .KJEWrapper #KJEAllContent p {
  color: #5b5e5a;
  font: 300 1em/1.5 "Roboto", sans-serif;
}

.KJEWrapper #KJEFixed {
  width: 100%;
}

.KJEWrapper #KJECommandButtons {
  width: 100%;
}

.KJEWrapper .KJECommandButton,
.KJEWrapper input.KJEMenuButton[type=button] {
  color: #841f24;
  border-radius: 0;
}

.KJEWrapper .KJECommandButton:hover,
.KJEWrapper input.KJEMenuButton[type=button]:hover {
  background: #841f24;
  color: #fff;
  border-color: #841f24;
}

.KJEWrapper input.KJEMenuInputItem {
  width: 100%;
  padding: 6px;
}

.KJEWrapper .KJECalculatorTable {
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.KJEWrapper .KJEInputContainer input.KJEInputModern,
.KJEWrapper div.KJEDropBoxDivModern {
  box-shadow: none;
  border-radius: 0;
  padding-left: 5px;
}

.KJEWrapper .KJEReportTableDiv {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.KJEWrapper .KJEDropper,
.KJEWrapper .KJEGraphDropper {
  padding: 10px;
}

.KJEWrapper .border-reset, .KJEWrapper .KJEGuiDefnPopup,
.KJEWrapper #KJEGuiDataPoint,
.KJEWrapper #KJEMenuWindow {
  border-color: black;
  border-radius: 0;
  box-shadow: none;
}

.KJEWrapper .border-reset:before, .KJEWrapper .KJEGuiDefnPopup:before,
.KJEWrapper #KJEGuiDataPoint:before,
.KJEWrapper #KJEMenuWindow:before {
  border-top-color: black;
  border-bottom-color: black;
}

.KJEWrapper .KJEMenu {
  background-color: white;
}

.KJEWrapper .KJEMenuHeader,
.KJEWrapper .KJEMenuGroupRow {
  background: none;
  border: none;
}

.KJEWrapper .KJEHelp button {
  margin-left: 10px;
  background: black;
}

.KJEWrapper .KJEHelp button:hover, .KJEWrapper .KJEHelp button:focus {
  color: #fff;
  outline: none;
  outline-offset: 0;
  border-radius: 20px;
}

.KJEWrapper .KJECloseButton {
  background: black;
}

.KJEWrapper #KJEDefinitionsDL p.KJEDefinition,
.KJEWrapper p.KJEDefinition {
  line-height: 1.5;
}

.KJEWrapper #KJEReport p.KJEFooter,
.KJEWrapper p.KJEFooter,
.KJEWrapper .KJEFooter {
  line-height: 1.5;
  font-weight: inherit;
  font-style: italic;
}

.KJEWrapper table.KJEReportTable .KJEHeading,
.KJEWrapper table.KJECalcTable .KJEHeading {
  color: #000;
}

.KJEDis {
  line-height: 1.5;
  font-weight: inherit;
  font-style: italic;
  font-size: 13px;
}

.KJEGraphContainer {
  width: 99% !important;
}

/* Social Media Share */
.social-media-share-wrapper {
  position: absolute;
  overflow: hidden;
  height: 150px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 450px) {
  .social-media-share-wrapper {
    margin-top: 0;
  }
}

.social-media-share-wrapper .social-media-share-link-wrapper .social-media-share-link,
.social-media-share-wrapper .social-media-share-link-wrapper .social-media-share {
  color: #b49060;
  transition: color 0.3s;
  background-color: transparent;
  border: 0px solid transparent;
}

.social-media-share-wrapper .social-media-share-link-wrapper .social-media-share-link.hover-color,
.social-media-share-wrapper .social-media-share-link-wrapper .social-media-share.hover-color {
  color: #b49060;
}

.social-media-share-wrapper .social-media-share-dropdown {
  opacity: 0;
}

.social-media-share-wrapper .social-media-share-dropdown a .context {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.social-media-share-wrapper .social-media-share-dropdown[aria-hidden="false"] {
  opacity: 1;
}

.social-media-share-wrapper .social-media-share-dropdown a {
  color: #b49060;
}

.social-media-share-wrapper .social-media-share-dropdown a:hover {
  color: white;
}

.social-media-share-wrapper:hover .social-media-share-dropdown {
  opacity: 1;
}

.social-media-share-wrapper span {
  opacity: 0;
  position: absolute;
  top: 25px;
  left: 20px;
  background-color: black;
  padding: 10px 12px;
  text-align: center;
  transition: opacity 0.3s;
}

.social-media-share-wrapper span:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

.social-media-share-wrapper span a {
  display: block;
  margin: 7px 0;
  color: #000000;
  transition: color 0.3s;
}

.social-media-share-wrapper span a:hover {
  color: #b49060;
  text-decoration: none;
}

/* End Social Media Share */
.simple-form {
  max-width: 1200px;
  margin: 0 auto;
}

.simple-form label {
  line-height: 1.5;
  font-weight: bold;
}

.simple-form .grecaptcha-badge {
  visibility: hidden;
  position: absolute;
}

.simple-form input[type="submit"] {
  border: 2px solid #3a9dd7;
  border-radius: 4px;
  background: #3a9dd7;
  color: white;
  min-width: 180px;
  padding: 10px;
}

.simple-form input:not([type="submit"]), .simple-form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid lightgray;
  min-height: 36px;
  margin-bottom: 25px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.simple-form input:not([type="submit"]).input-validation-error, .simple-form textarea.input-validation-error {
  margin-bottom: 0;
  border: 2px solid tomato;
}

.simple-form .field-validation-error {
  display: block;
  color: tomato;
}

.simple-form .g-recaptcha.checkbox {
  margin-bottom: 30px;
}

.simple-form .g-recaptcha ~ .recaptcha-error {
  margin-top: -25px;
  color: tomato;
}

.simple-form .radios {
  margin-bottom: 20px;
}

.simple-form .radio-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.simple-form .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
}

.simple-form .radio-label input:focus + .radio-button {
  border: 2px solid #3a9dd7;
}

.simple-form .radio-label input:checked + .radio-button:after {
  display: block;
}

.simple-form .radio-label .radio-button {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid gray;
  border-radius: 50%;
}

.simple-form .radio-label .radio-button:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: darkgray;
  font-weight: normal;
}

.simple-form input[type="checkbox"] {
  display: inline-block;
}

.simple-form .checkbox-list {
  margin-bottom: 25px;
}

.simple-form .checkbox-list .checkbox-label {
  margin-bottom: 15px;
}

.simple-form .checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.simple-form .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.simple-form .checkbox-label input:focus ~ .custom-checkbox {
  border: 2px solid #3a9dd7;
}

.simple-form .checkbox-label input:checked ~ .custom-checkbox {
  background: gray;
}

.simple-form .checkbox-label input:checked ~ .custom-checkbox:after {
  display: block;
}

.simple-form .checkbox-label .custom-checkbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid gray;
}

.simple-form .checkbox-label .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.simple-form .custom-select.input-validation-error ~ .select2-container .select2-selection--single {
  border-color: tomato;
}

.simple-form .select2-container--default {
  margin-bottom: 25px;
}

.simple-form .select2-container--default + .field-validation-error {
  margin-top: -25px;
}

.simple-form .select2-container--default .select2-selection--single {
  position: relative;
  border-radius: 0;
  border: 2px solid lightgray;
  height: auto;
  min-height: 36px;
  line-height: normal;
  padding: 2px 0;
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #3a9dd7;
  content: '\f078';
  font-family: "FontAwesome";
  position: relative;
  right: 0;
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.simple-form input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: white;
}

.simple-form .date-picker-container {
  position: relative;
}

.simple-form .simple-form-date-picker-not-mobile {
  color: transparent;
  background: transparent;
}

.simple-form .simple-form-custom-date-wrapper {
  position: relative;
}

.simple-form .simple-form-custom-date {
  display: inline-block;
  border-radius: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.simple-form .simple-form-custom-date + .fa-calendar {
  position: absolute;
  right: 25px;
  top: 0;
  width: 0;
  cursor: pointer;
  pointer-events: none;
}

.simple-form .simple-form-custom-date + .fa-calendar:before {
  color: #3a9dd7;
}

.select2-container--default .select2-results__option {
  min-height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3a9dd7;
}

.worthwhile-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.sc-edit-mode .accordion .accordion-panel .accordion-content {
  display: block;
}

.sc-edit-mode .nav-trigger {
  top: 200px;
}

.sc-edit-mode .banner {
  background: #fff;
}

.sc-edit-mode .banner-copy p span:first-child:first-letter {
  margin: 2px 4px 0 0;
  float: left;
  border-bottom: 1px solid #9e252b;
  font-size: 50px;
  line-height: 50px;
}

.sc-edit-mode .banner-image img {
  top: 0;
}

.sc-edit-mode .disclosure,
.sc-edit-mode .social-media-embed {
  min-height: 10px;
}

.sc-edit-mode .tabs {
  height: 100% !important;
}

.sc-edit-mode .tabs .tab-triggers a {
  pointer-events: none;
}

.sc-edit-mode .tabs .tab-content {
  position: relative;
  display: block;
  visibility: visible;
}

.sc-edit-mode .tile,
.sc-edit-mode .tile * {
  opacity: 1 !important;
  z-index: 1 !important;
}

.sc-edit-mode .tile-block-1:after {
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/tile-rollover-1.png") no-repeat top center;
  height: 167px;
  width: 727px;
  position: relative;
  left: 30px;
}

.sc-edit-mode .tile-block-2:after {
  background: url("https://www.aldenredbank.com/areas/advisorsites/assets/theme8/images/tile-rollover-2.png") no-repeat top center;
  height: 167px;
  width: 727px;
  position: relative;
  right: 30px;
}

.sc-edit-mode .tile-block-1 .tile-p1 {
  margin-top: 20px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.sc-edit-mode .tile-block-2 .tile-p2 {
  margin-top: 20px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.sc-edit-mode .tile-block-1 .cta1 {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.sc-edit-mode .tile-block-2 .cta2 {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sc-edit-mode .tile-block-1:after {
    left: 200px;
  }
  .sc-edit-mode .tile-block-2:after {
    right: 200px;
  }
}

@media screen and (max-width: 768px) {
  .sc-edit-mode .tile-block-1:after {
    left: 30px;
  }
  .sc-edit-mode .tile-block-2:after {
    right: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 736px) {
  .sc-edit-mode .tile-block-1:after {
    left: 0;
    background: rgba(106, 23, 33, 0.75);
    height: 127px;
  }
  .sc-edit-mode .tile-block-2:after {
    right: 0;
    background: rgba(106, 23, 33, 0.75);
    height: 127px;
  }
}