@charset "UTF-8";
/* Utilities */
/* Flex Styles 
ie @include flexCenter(column, red) */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.readeronly {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

footer .group_1of2 ul, footer ul.footer-nav, .event-details-content div.event-tags ul, .event-block-img .event-content .event-tags ul, .event-detail-img .event-content .event-tags ul,
.event-block .event-content .event-tags ul, .related-event .event-content .event-tags ul, .list-style-none, .list-fixed, .list-fluid, .list-inline, .sidebar_callout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Components (Anything that is reuseable) */
/*------buttons------*/
.btn {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  color: #00293c;
  line-height: 1;
  font-weight: normal;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0.25em 0 0;
  padding: 0.75em 1em;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #333;
  text-align: center;
}
.btn:hover {
  border-color: #333;
  background: #00293c;
  color: #fff;
  text-decoration: none;
}
.btn:active, .btn:focus {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.btn-default {
  background: transparent;
  border: 2px solid #00293c;
  color: #00293c;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background: #00293c;
  color: #fff;
}
.btn.btn-primary {
  background: #00293c;
  color: #fff;
  border-color: #000609;
  color: #fff;
  border-radius: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #001823;
}
.btn.btn-primary:active {
  background: #000d13;
}
.btn.btn-primary--gradient {
  background: #003a56;
  background: -webkit-linear-gradient(-90deg, #003a56, #00293c);
  background: linear(180deg, #003a56, #00293c);
  color: #fff;
}
.btn.btn-primary--gradient:hover, .btn.btn-primary--gradient:focus {
  background: #00293c;
  background: -webkit-linear-gradient(-90deg, #00293c, #000609);
  background: linear(180deg, #00293c, #000609);
}
.btn.btn-primary--gradient:active {
  background: #000609;
  background: -webkit-linear-gradient(-90deg, #000609, #00293c);
  background: linear(180deg, #000609, #00293c);
}
.btn.btn-primary--ghost {
  background: transparent;
  border: 2px solid #00293c;
  color: #00293c;
}
.btn.btn-primary--ghost:hover, .btn.btn-primary--ghost:focus {
  background: #fff;
  border-color: #00293c;
  color: #00293c;
}
.btn.btn-secondary {
  background: #1e656d;
  color: #fff;
  border-color: #134045;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #185259;
}
.btn.btn-secondary:active {
  background: #15474d;
}
.btn.btn-secondary--gradient {
  background: #247881;
  background: -webkit-linear-gradient(-90deg, #247881, #1e656d);
  background: linear(180deg, #247881, #1e656d);
  color: #fff;
}
.btn.btn-secondary--gradient:hover, .btn.btn-secondary--gradient:focus {
  background: #1e656d;
  background: -webkit-linear-gradient(-90deg, #1e656d, #134045);
  background: linear(180deg, #1e656d, #134045);
}
.btn.btn-secondary--gradient:active {
  background: #134045;
  background: -webkit-linear-gradient(-90deg, #134045, #1e656d);
  background: linear(180deg, #134045, #1e656d);
}
.btn.btn-secondary--ghost {
  background: transparent;
  border: 2px solid #1e656d;
  color: #1e656d;
}
.btn.btn-secondary--ghost:hover, .btn.btn-secondary--ghost:focus {
  background: #fff;
  border-color: #1e656d;
  color: #00293c;
}
.btn.btn-tertiary {
  background: #f62a00;
  color: #fff;
  border-color: #c32100;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
  background: #dd2600;
}
.btn.btn-tertiary:active {
  background: #cd2300;
}
.btn.btn-tertiary--gradient {
  background: #ff3911;
  background: -webkit-linear-gradient(-90deg, #ff3911, #f62a00);
  background: linear(180deg, #ff3911, #f62a00);
  color: #fff;
}
.btn.btn-tertiary--gradient:hover, .btn.btn-tertiary--gradient:focus {
  background: #f62a00;
  background: -webkit-linear-gradient(-90deg, #f62a00, #c32100);
  background: linear(180deg, #f62a00, #c32100);
}
.btn.btn-tertiary--gradient:active {
  background: #c32100;
  background: -webkit-linear-gradient(-90deg, #c32100, #f62a00);
  background: linear(180deg, #c32100, #f62a00);
}
.btn.btn-tertiary--ghost {
  background: transparent;
  border: 2px solid #f62a00;
  color: #f62a00;
}
.btn.btn-tertiary--ghost:hover, .btn.btn-tertiary--ghost:focus {
  background: #fff;
  border-color: #f62a00;
  color: #00293c;
}
.btn.btn-outline {
  background: #fff;
  color: #fff;
  border-color: #e6e6e6;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background: #f2f2f2;
}
.btn.btn-outline:active {
  background: #ebebeb;
}
.btn.btn-outline--gradient {
  background: white;
  background: -webkit-linear-gradient(-90deg, white, #fff);
  background: linear(180deg, white, #fff);
  color: #fff;
}
.btn.btn-outline--gradient:hover, .btn.btn-outline--gradient:focus {
  background: #fff;
  background: -webkit-linear-gradient(-90deg, #fff, #e6e6e6);
  background: linear(180deg, #fff, #e6e6e6);
}
.btn.btn-outline--gradient:active {
  background: #e6e6e6;
  background: -webkit-linear-gradient(-90deg, #e6e6e6, #fff);
  background: linear(180deg, #e6e6e6, #fff);
}
.btn.btn-outline--ghost {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-outline--ghost:hover, .btn.btn-outline--ghost:focus {
  background: #fff;
  border-color: #fff;
  color: #00293c;
}
.btn.btn-danger {
  background: #b94a48;
  color: #fff;
  border-color: #953b39;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background: #a74240;
}
.btn.btn-danger:active {
  background: #9c3e3c;
}
.btn.btn-danger--gradient {
  background: #c05c5a;
  background: -webkit-linear-gradient(-90deg, #c05c5a, #b94a48);
  background: linear(180deg, #c05c5a, #b94a48);
  color: #fff;
}
.btn.btn-danger--gradient:hover, .btn.btn-danger--gradient:focus {
  background: #b94a48;
  background: -webkit-linear-gradient(-90deg, #b94a48, #953b39);
  background: linear(180deg, #b94a48, #953b39);
}
.btn.btn-danger--gradient:active {
  background: #953b39;
  background: -webkit-linear-gradient(-90deg, #953b39, #b94a48);
  background: linear(180deg, #953b39, #b94a48);
}
.btn.btn-danger--ghost {
  background: transparent;
  border: 2px solid #b94a48;
  color: #b94a48;
}
.btn.btn-danger--ghost:hover, .btn.btn-danger--ghost:focus {
  background: #fff;
  border-color: #b94a48;
  color: #00293c;
}
.btn.btn-success {
  background: #5cb85c;
  color: #fff;
  border-color: #449d44;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background: #4cae4c;
}
.btn.btn-success:active {
  background: #47a447;
}
.btn.btn-success--gradient {
  background: #6ec06e;
  background: -webkit-linear-gradient(-90deg, #6ec06e, #5cb85c);
  background: linear(180deg, #6ec06e, #5cb85c);
  color: #fff;
}
.btn.btn-success--gradient:hover, .btn.btn-success--gradient:focus {
  background: #5cb85c;
  background: -webkit-linear-gradient(-90deg, #5cb85c, #449d44);
  background: linear(180deg, #5cb85c, #449d44);
}
.btn.btn-success--gradient:active {
  background: #449d44;
  background: -webkit-linear-gradient(-90deg, #449d44, #5cb85c);
  background: linear(180deg, #449d44, #5cb85c);
}
.btn.btn-success--ghost {
  background: transparent;
  border: 2px solid #5cb85c;
  color: #5cb85c;
}
.btn.btn-success--ghost:hover, .btn.btn-success--ghost:focus {
  background: #fff;
  border-color: #5cb85c;
  color: #00293c;
}
.btn--mini {
  font-size: 0.75rem;
  padding: 0.5em 0.75em;
}
.btn--small {
  font-size: 0.875rem;
}
.btn--large {
  font-size: 1.15rem;
}
.btn--xl {
  font-size: 1.25rem;
}
.btn.disabled {
  opacity: 0.7;
  cursor: default;
}
.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active {
  box-shadow: none;
}
.btn.block, .btn.btn-full {
  display: block;
  width: 100%;
}
.btn.radius-pill {
  border-radius: 50em;
}
.btn.radius-none {
  border-radius: 0;
}

/* Featured Rates Slider */
.featured-rates-slider .slick-slide p {
  margin-bottom: 0;
}
.featured-rates-slider .slick-slide p span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.featured-rates-slider .slick-slide .rate {
  display: block;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: normal;
  color: #1e656d;
}
.featured-rates-slider .slick-slide .apr {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

/* accordion */
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion input {
  display: none;
}
.accordion input:checked + label svg {
  transition: 0.3s transform ease-in-out;
  transform: rotate(180deg);
}
.accordion input:checked + label + .accordion_content {
  display: block;
}
.accordion input + label + .accordion_content {
  display: none;
}
.accordion label {
  display: flex;
  align-items: center;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0 0 0.25rem 0;
  width: 100%;
  text-decoration: none;
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: ease 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion label:hover {
  border: 1px solid #333333;
  background-color: #fff;
  color: #333333;
}
.accordion label:focus {
  border: 1px solid #333333;
  background-color: #fff;
  color: #333333;
}
.accordion label svg {
  margin-left: auto;
}

.accordion_content {
  padding: 0.75rem 0.75rem;
}
.accordion_content ul {
  list-style-type: initial;
}

/*------table structure (in editor template)------*/
table.table_data_stack {
  width: 100%;
  border-collapse: collapse;
}
table.table_data_stack caption {
  display: none;
}
table.table_data_stack thead {
  font-weight: 700;
}
table.table_data_stack thead tr {
  border-bottom: 2px solid #00293c;
}
table.table_data_stack thead tr:nth-child(odd) {
  background: #fff;
}
table.table_data_stack tr {
  text-align: left;
}
table.table_data_stack tr:nth-child(odd) {
  background: #fafafa;
}
table.table_data_stack tr th {
  padding: 1em;
}
table.table_data_stack tr td {
  padding: 1em;
}
table.table_data_stack tr td[data-value=APR], table.table_data_stack tr td[data-value=SIR] {
  font-weight: 700;
}
table.table_structure_4x {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  line-height: 1.3;
  display: block;
}
table.table_structure_4x tbody {
  display: block;
  width: 100%;
}
table.table_structure_4x tr {
  display: block;
  width: 100%;
}
table.table_structure_4x tr td {
  display: block;
  float: left;
  padding-bottom: 0.5em;
  margin-right: 2.5%;
}
table.table_structure_4x tr td:last-child {
  margin-right: 0;
}
table.table_structure_4x td td {
  display: table-cell;
  float: none;
  width: auto;
}
table.table_structure_4x td.clear {
  display: none;
  clear: both;
  width: 100%;
}
table.table_structure_3x {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  display: block;
}
table.table_structure_3x tbody {
  display: block;
  width: 100%;
}
table.table_structure_3x tr {
  display: block;
  width: 100%;
}
table.table_structure_3x tr td {
  display: block;
  float: left;
  padding-bottom: 0.5em;
  line-height: 1.4;
  margin-right: 2.5%;
}
table.table_structure_3x tr td:last-child {
  margin-right: 0;
}
table.table_structure_3x td td {
  display: table-cell;
  float: none;
  width: auto;
}
table.table_structure_2x {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  display: block;
}
table.table_structure_2x tbody {
  display: block;
  width: 100%;
}
table.table_structure_2x tr {
  display: block;
  width: 100%;
}
table.table_structure_2x tr td {
  display: block;
  float: left;
  padding-bottom: 0.5em;
  margin-right: 2.5%;
}
table.table_structure_2x tr td:last-child {
  margin-right: 0;
}
table.table_structure_2x td td {
  display: table-cell;
  float: none;
  width: auto;
}
table.table_data {
  border-collapse: collapse;
  overflow: auto;
  width: 100%;
}
table.table_data thead th {
  background: #eee;
  white-space: nowrap;
  font-weight: normal;
  color: #333;
  padding: 10px 10px;
  font-size: 15px;
}
table.table_data thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table.table_data thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
  border: 0;
}
table.table_list {
  border-collapse: collapse;
  overflow: auto;
  width: 100%;
}
table.table_list thead th {
  background: #eee;
  white-space: nowrap;
  font-weight: normal;
  color: #333;
  padding: 10px 10px;
  font-size: 15px;
}
table.table_list thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table.table_list thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
  border: 0;
}
table .table_data td {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
}
table .table_list td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
table .table_list td:last-child {
  border-right: 0;
}
table .table_list.table_stripe {
  border-top: 0;
}
table.table_stripe tbody tr:nth-child(even) {
  background: #f4f6f9;
  background: rgba(193, 195, 198, 0.1);
}
table.table_condensed th {
  padding: 0.25em 0.5em;
  font-size: 1rem;
}
table.table_condensed td {
  padding: 0.25em 0.5em;
  font-size: 0.875rem;
}

/************************
* Forms *
************************/
/*------Login------*/
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 0 1.5em 0;
  border: 0;
}

legend {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}

input {
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 0.75em;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea {
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 0.75em;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select {
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 0.75em;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.75em 2.5em 0.75em 0.75em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 1em) 60%;
  background-repeat: no-repeat;
}
select:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type=checkbox] {
  padding: 0;
}

input[type=radio] {
  padding: 0;
}

.help_text {
  display: block;
  font-size: 0.8em;
  padding-top: 0.25em;
}

.form_optional {
  font-size: 0.9em;
}

.required {
  font-weight: bold;
  color: #990000;
}
.required input {
  border: 2px solid #990000;
  background-color: #FAF2F2;
}
.required textarea {
  border: 2px solid #990000;
  background-color: #FAF2F2;
}
.required select {
  border: 2px solid #990000;
  background-color: #FAF2F2;
}

.form {
  margin-bottom: 1.5em;
}
.form fieldset input[type=text] {
  min-width: 100%;
}
.form fieldset input[type=email] {
  min-width: 100%;
}
.form fieldset input[type=password] {
  min-width: 100%;
}
.form fieldset input[type=tel] {
  min-width: 100%;
}
.form fieldset textarea {
  min-width: 100%;
}
.form fieldset select {
  min-width: 100%;
}
.form fieldset > div {
  padding: 0.5em 0;
}
.form fieldset > div > label {
  display: block;
}
.form fieldset > .form_check {
  margin-bottom: 1.5em;
}
.form fieldset > .form_check:last-child {
  margin-bottom: 0;
}
.form fieldset > .form_check input {
  float: left;
}
.form fieldset > .form_check label {
  margin-top: -1px;
  padding-left: 1.75em;
}
.form [disabled=disabled] {
  opacity: 0.6;
}

.form.form_horizontal fieldset > div {
  display: block;
}
.form.form_horizontal fieldset > div > label {
  float: left;
  text-align: right;
  width: 35%;
  margin-right: 5%;
}
.form.form_horizontal fieldset > div > .help_text {
  margin-left: 40%;
}
.form.form_horizontal fieldset > .form_check {
  margin-left: 40%;
}
.form.form_horizontal fieldset > .form_check label {
  float: none;
  text-align: left;
  width: inherit;
}
.form.form_horizontal fieldset > .form_check .help_text {
  margin-left: 0;
}

.app_hours label {
  display: block;
}
.app_hours div {
  float: left;
}

.form.login {
  clear: none;
}
.form.login fieldset input {
  width: 100%;
  max-width: none;
}
.form.login fieldset select {
  width: 100%;
  max-width: none;
}
.form.login fieldset > div {
  border-bottom: none;
}
.form.login fieldset > div > label {
  width: inherit;
  padding: 0;
  text-align: left;
}
.form.login fieldset input[type=submit] {
  width: inherit;
}

.label-small {
  font-size: 0.875rem;
}

/*------panels (often used to create different secions of content on the same page)------*/
.panel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.panel .img_blend {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.panel .img_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.panel.panel_image .panel_image_img {
  position: relative;
}
.panel.panel_image .panel_image_img > img {
  width: 100%;
}

.panel.panel_testimonial img {
  width: 75px;
  float: left;
  margin: 0 1em 1em 0;
  border-radius: 50%;
}

.panel.left .img_blend {
  opacity: 0.7;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  left: 0;
  width: 60%;
}
.panel.left .img_text {
  left: 0;
  padding: 0;
  width: 45%;
}

.panel.right .img_blend {
  opacity: 0.7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  right: 0;
  width: 60%;
}
.panel.right .img_text {
  right: 7%;
  width: 45%;
}

.panel.cover .img_blend {
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #000;
}

.panel.dark.left .img_blend {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 80%);
}

.panel.dark.right .img_blend {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 80%);
}

.panel.dark.cover .img_blend {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.panel.dark {
  color: #fff;
}
.panel.dark h4 {
  color: #fff;
}

/* Section Blocks with left or right image */
.sec-block-right img, .sec-block-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec-block-right .sec-block-content, .sec-block-left .sec-block-content {
  background: #00293c;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
}
.sec-block-right .sec-block-content p, .sec-block-left .sec-block-content p {
  text-align: left;
}
.sec-block-right .sec-block-content p.title_underline:after, .sec-block-left .sec-block-content p.title_underline:after {
  margin: 0.5em 0;
}
.sec-block-right.borders .group, .sec-block-left.borders .group {
  padding-bottom: 0.65em;
}
.sec-block-right .group > *, .sec-block-left .group > * {
  padding-left: 0;
  padding-right: 0;
}

.sec-block-left .group_3of5 {
  order: 1;
}
.sec-block-left .sec-block-content {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .sec-block-left .group_3of5 {
    order: 2;
  }
  .sec-block-left .sec-block-content {
    order: 1;
  }
  .sec-block-left.borders .group_3of5 {
    padding-left: 0.65em;
  }
}

@media only screen and (min-width: 768px) {
  .sec-block-right.borders .group_3of5 {
    padding-right: 0.65em;
  }
}

.sidebar_callout {
  border: 1px solid #8e8e8e;
  padding: 1.25em;
  margin: 1em 0;
}
.sidebar_callout ul li {
  padding: 0.25em 0;
}

.related-products .group_1of2 {
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  .related-products .group_1of2 {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .related-products .group_1of2 {
    display: flex;
    flex-direction: row;
  }
}
.related-products .group_1of2 .img-wrap {
  min-width: 250px;
}
.related-products .group_1of2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-products .group_1of2 .product-details {
  background: #00293c;
  color: #fff;
  padding: 2em;
}
.related-products .group_1of2 .product-details h3 {
  color: #fff;
}
.related-products .group_1of2 .product-details a {
  color: #fff;
}

.alert {
  padding: 0.5em 1em;
  color: #664E03;
  border: 1px solid #a3a3a3;
  background: #FFF3CD;
  font-size: 0.875em;
  margin: 0.25em 0 2em;
}
.alert p:last-child {
  margin: 0;
}
.alert.alert_success {
  color: #145222;
  border: 1px solid #c3e6cb;
  background: #d4edda;
}
.alert.alert_danger {
  color: #721c24;
  border: 1px solid #f5c6cb;
  background: #f8d7da;
}

/*.site_alert{z-index:4000; position:relative; top:0; left:0; padding:25px; background:#C00; color:#FFF; font-size:18px; font-weight:bold;}
.site_alert a{color:#F1C411;}*/
.overlay-mask {
  display: none;
}
.overlay-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3e3e3e;
  background-color: rgba(62, 62, 62, 0.75);
}
.overlay-mask:before {
  z-index: 9;
}

/* Base (Base styles and classes) */
/* Global Classes */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.float-none {
  float: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.hide,
.none {
  display: none;
}

.show,
.block {
  display: block;
}

.inline {
  display: inline-block;
}

.table {
  display: table;
}

.tablecell {
  display: table-cell;
}

.clearfloat {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .mobileonly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .largeonly {
    display: none;
  }
}

.comments {
  margin-top: 5em;
}

.item_image {
  margin-bottom: 0.5em;
}

.item_title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

.item_description {
  margin-bottom: 0.5em;
}

/*------Insets & Outsets ------*/
.inset {
  padding: 2rem;
}

.inset_right_large {
  padding-right: 4rem;
}

.inset_right {
  padding-right: 2rem;
}

.inset_right_small {
  padding-right: 0.5rem;
}

.inset_left_large {
  padding-left: 4rem;
}

.inset_left {
  padding-left: 2rem;
}

.inset_left_small {
  padding-left: 0.5rem;
}

.inset_top_large {
  padding-top: 4rem;
}

.inset_top {
  padding-top: 2rem;
}

.inset_top_small {
  padding-top: 0.5rem;
}

.inset_bottom_large {
  padding-bottom: 4rem;
}

.inset_bottom {
  padding-bottom: 2rem;
}

.inset_bottom_small {
  padding-bottom: 0.5rem;
}

.outset {
  margin: 2rem;
}

.outset_right_large {
  margin-right: 4rem;
}

.outset_right {
  margin-right: 2rem;
}

.outset_right_small {
  margin-right: 0.5rem;
}

.outset_left_large {
  margin-left: 4rem;
}

.outset_left {
  margin-left: 2rem;
}

.outset_left_small {
  margin-left: 0.5rem;
}

.outset_top_large {
  margin-top: 4rem;
}

.outset_top {
  margin-top: 2rem;
}

.outset_top_small {
  margin-top: 0.5rem;
}

.outset_bottom_large {
  margin-bottom: 4rem;
}

.outset_bottom {
  margin-bottom: 2rem;
}

.outset_bottom_small {
  margin-bottom: 0.5rem;
}

/*------Spinternet Defaults ------*/
.page_banner {
  margin-bottom: 1.5em;
}

.page_video {
  font-size: 0.875em;
  line-height: 1.666;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.page_video .fluid_video {
  margin-bottom: 0;
}

.page_video .last {
  margin-left: 1em;
}

.img_left {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 30%;
}
@media only screen and (min-width: 1024px) {
  .img_left {
    max-width: 100%;
  }
}

.img_right {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 30%;
}
@media only screen and (min-width: 1024px) {
  .img_right {
    max-width: 100%;
  }
}

.img_captioned.img_left {
  float: left;
  margin: 0 1em 1em 0;
}

.img_captioned.img_right {
  float: right;
  margin: 0 0 1em 1em;
}

.img_center {
  text-align: center;
}

.img_center .img_captioned {
  text-align: center;
}

.fluid_video {
  margin-bottom: 1.5em;
}

.fluid_map {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  margin-bottom: 1.5em;
}

.fluid_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fluid_map img {
  max-width: none;
} /*-- fixes max-width conflict in Google API maps --*/
/*------Locations------*/
.location_results {
  padding: 1em;
  border: 1px solid #CCC;
  font-size: 0.875em;
}

.location_results ol {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  width: 100%;
}

.location_results ol li {
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.location_results ol li div {
  float: left;
  width: 80%;
}

.location_results img {
  float: left;
  margin-right: 5%;
  max-width: 15%;
}

/*------video container ------*/
.video_link {
  display: block;
  margin-bottom: 1em;
}

.video_link .video_thumb {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
}

.video_link .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 0, 0, 0.8);
  font-size: 5em;
  line-height: 1;
}

.video_link:hover .video_play {
  color: rgba(255, 0, 0, 0.4);
}

/*------icons (added with selectors.js) ------*/
a[href$=pdf]:after {
  content: " (.pdf)";
}

a[href$=xls]:after {
  content: " (.xls)";
}

a[href$=csv]:after {
  content: " (.csv)";
}

a[href$=doc]:after {
  content: " (.doc)";
}

a[href$=docx]:after {
  content: " (.docx)";
}

a[href$=ppt]:after {
  content: " (.ppt)";
}

.pdf {
  background: url(/images/icon-pdf.gif) no-repeat 98% 50%;
  padding: 2px 2em 2px 0;
}

.excel {
  background: url(/images/icon-excel.gif) no-repeat 98% 50%;
  padding: 2px 2em 2px 0;
}

.word {
  background: url(/images/icon-word.gif) no-repeat 98% 50%;
  padding: 2px 2em 2px 0;
}

/*------text options------*/
.text_cooler {
  color: #0066CC;
}

.text_success {
  color: #009933;
}

.text_warmer {
  color: #f78d1d;
}

.text_danger, .ecom-error {
  color: #b94a48;
}

.text_smaller {
  font-size: 0.75em;
}

.text_small {
  font-size: 0.875em;
}

.text_large {
  font-size: 1.25em;
  line-height: 1.5;
}

.text_larger {
  font-size: 1.5em;
}

.text_largest {
  font-size: 1.75em;
}

.text_primary {
  color: royalblue;
}

.text_secondary {
  color: saddlebrown;
}

/*------Flags------*/
.flag {
  z-index: 1;
  min-width: 40px;
  max-width: 100%;
  background: #333;
  color: #fff;
  line-height: 1.2;
  padding: 0.5em;
  position: absolute;
  top: 15px;
  left: -7px;
  font-size: 0.875em;
}

.flag:after {
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-top: 10px solid #777;
  opacity: 0.3;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.flag.flag_success {
  background: #288232;
}

.flag.flag_success:after {
  border-top-color: #288232;
}

.flag.flag_danger {
  background: #b94a48;
}

.flag.flag_danger:after {
  border-top-color: #b94a48;
}

.flag.flag_cool {
  background: #06C;
}

.flag.flag_cool:after {
  border-top-color: #06C;
}

.flag.flag_warm {
  background: #f78d1d;
}

.flag.flag_warm:after {
  border-top-color: #f78d1d;
}

/* --- lists --- */
.list--horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.list--horizontal > li {
  width: auto;
  margin: 0 2rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

.list--horizontal > li:last-child {
  margin-right: 0;
}

.list--horizontal.last > li:first-child {
  margin-right: 0;
}

.list--horizontal.list--m--small > li {
  margin: 0 1rem 0 0;
}

.list--horizontal.list--m--xsmall > li {
  margin: 0 0.5rem 0 0;
}

.list--horizontal.list--m--none > li {
  margin: 0;
}

.list--horizontal.last > li {
  margin: 0 0 0 2rem;
}

.list--horizontal.list--m--small.last > li {
  margin: 0 0 0 1rem;
}

.list--horizontal.list--m--xsmall.last > li {
  margin: 0 0 0 0.5rem;
}

.list-inline li {
  display: inline-block;
}
.list-fluid {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .list-fluid {
    flex-wrap: nowrap;
  }
}
.list-fluid li {
  flex: 1 1 auto;
}
.list-fixed {
  display: flex;
  flex-wrap: nowrap;
}
.list-fixed li {
  flex: 1 1 0px;
}
.list-style-square {
  list-style-type: square;
}
.list-style-numbers {
  list-style-type: decimal;
}
.list-style-circle {
  list-style-type: circle;
}

/* --- Definition Lists --- */
.dl--horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}

.dl--horizontal__label {
  width: 30%;
  padding-right: 0.75rem;
  margin: 0;
}

.dl--horizontal__detail {
  width: 70%;
  margin: 0;
}

.no-flexbox .dl--horizontal__label {
  display: inline-block;
  padding-right: 0;
}

.no-flexbox .dl--horizontal__detail {
  display: inline-block;
  width: 68%;
}

/*------rows and grid views (e-commerce, typically generated dynamically)------*/
.list {
  clear: both;
  margin: 0 0 2em;
}

.list_row {
  padding: 0;
  padding-top: 1em;
}

.list_row > li {
  margin: 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
  float: left;
}

.list_row .inner {
  display: table-row;
  text-decoration: none;
}

.list_row .li-img {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.list_row .li-img img {
  display: block;
  width: 100%;
  height: auto;
}

.list_row .li-text {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 1.5em 1em 1.5em 0;
}

.list_row .li-summary {
  display: block;
  color: #333;
  margin-bottom: 0.25em;
  font-size: 1em;
}

.list_row .li-action {
  margin: 0;
  text-decoration: none;
}

span.posted_info {
  display: block;
  font-style: italic;
  color: #999;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.list_row .author {
  display: block;
  font-style: italic;
  color: #999;
}

.list_row > li.clear_even, .list_row > li.clear_third, .list_row > li.clear_fourth, .list_row > li.clear_fifth {
  width: 100%;
  display: none;
  margin: 0;
}

/*------typography,etc.------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  margin: 0;
  text-rendering: optimizeSpeed;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #00293c;
  background-color: #fff;
}

p {
  margin: 0 0 1.5em;
}

a {
  color: #00293c;
  text-decoration: underline;
  background-color: transparent;
  transition: all 0.2s ease-in;
}

a:hover {
  text-decoration: underline;
  color: #000609;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 3.5%;
}

content {
  padding: 3em 0;
}

ul, ol {
  padding: 0 0 0 1.25rem;
  margin: 0 0 1.5rem 0;
}

img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h1, h1 a, .h1 {
  font-size: 2.75rem;
  font-weight: 300;
}

h2, h2 a, .h2 {
  font-size: 2.25rem;
  font-weight: 300;
}

h3, h3 a, .h3 {
  font-size: 1.75rem;
  font-weight: 300;
}

h4, h4 a, .h4 {
  font-size: 1rem;
  font-weight: 700;
}

h5, h5 a, .h5 {
  font-size: 0.9rem;
  font-weight: 700;
}

h6, h6 a, .h6 {
  font-size: 0.75em;
  margin-bottom: 0;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  h1, h1 a, .h1 {
    font-size: 3.75rem;
    font-weight: 300;
  }
  h2, h2 a, .h2 {
    font-size: 2.75rem;
    font-weight: 300;
  }
  h3, h3 a, .h3 {
    font-size: 2rem;
    font-weight: 300;
  }
  h4, h4 a, .h4 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  h5, h5 a, .h5 {
    font-size: 1rem;
    font-weight: 700;
  }
  h6, h6 a, .h6 {
    font-size: 0.875em;
    margin-bottom: 0;
    font-weight: 700;
  }
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  font-size: 1em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

.h3bold {
  font-size: 1.375rem;
  font-weight: 700;
}

.checkmark li {
  list-style: none;
  padding-left: 36px;
  background: url("/images/check-circle-light.svg") left top no-repeat;
  background-size: 24px 24px;
  margin: 15px;
  text-align: left;
}
.checkmark li .checkmark li {
  background-size: 20px 20px;
}

p + div, p + fieldset {
  margin-top: 1.5em;
}

p + ul, p + ol {
  margin-top: -0.125em;
  margin-bottom: 1.5em;
}

p + h2, ul + h2, ol + h2, aside + h2, p + h3, ul + h3, ol + h3, aside + h3, p + h4, ul + h4, ol + h4, aside + h4, p + h5, ul + h5, ol + h5, aside + h5, p + h6, ul + h6, ol + h6, aside + h6 {
  margin-top: 1.25em;
}

.lead {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .lead {
    font-size: 1.625rem;
  }
}

p.title_underline {
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
p.title_underline:after {
  content: "";
  display: block;
  width: 100px;
  background: #f62a00;
  height: 6px;
  margin: 0.5em auto;
}

.link-style {
  margin: 1em 0;
  text-transform: uppercase;
}

hr {
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  border: 0;
  width: 100%;
  margin: 2rem 0;
  clear: both;
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

blockquote p {
  margin-bottom: 0.5em;
}

cite {
  display: block;
  font-size: 0.9em;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

iframe {
  margin: 0 auto 1.5em auto;
  display: block;
  width: 100%;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.085);
  padding: 0 3px;
}

pre code {
  display: block;
  background: #f4f6f9;
  font-family: Monaco, monospace;
  border: 1px solid #DDD;
  margin-bottom: 2.5em;
  overflow: auto;
  width: 100%;
  padding: 1em 1em;
  font-size: 1.25em;
}

pre {
  white-space: pre;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

aside, figure {
  background: #f4f6f9;
  padding: 0.75em;
  font-size: 0.75em;
  line-height: 1.333;
  margin: 0 0 1em 0;
}

aside img, figure img {
  margin: 0 0 1em;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

.mobile {
  display: none;
}

.visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.center {
  text-align: center;
}

.skip {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0.5em 0.5em;
}

.cookie_notice {
  width: 100%;
  padding: 0.75em 70px 0.75em 30px;
  background-color: #ddd;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  text-align: center;
}

.cookie_notice > span {
  margin-right: 0.5em;
}

.cookie_notice a:last-child {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.75em 1.25em;
}

article footer {
  border-top: 1px solid #CCC;
  font-size: 0.875em;
  padding: 1em 0;
  color: #888;
  margin-top: 3em;
}

article footer footer img {
  float: left;
  margin: 0 10px 0 0;
}

.well {
  display: block;
  padding: 1.5em 1.5em;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
}

.platform {
  display: block;
  padding: 1.5em 1.5em;
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
}

/* Pages (Custom page styles) */
/* Layout (All the Sass code handling the layout) */
.site_header {
  position: relative;
}
.site_header .logo {
  display: block;
  background-image: url("../images/logo-cnb.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 71.5px 51.5px;
  width: 71.5px;
  height: 51.5px;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .site_header .logo {
    background-size: 123px 83px;
    width: 123px;
    height: 83px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .site_header .logo {
    background-size: 143px 103px;
    width: 143px;
    height: 103px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.site_header .login_links {
  list-style: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.site_header .login_links li a {
  margin-left: 1em;
}
.site_header .btn {
  margin: 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .site_header .btn {
    font-size: 1rem;
  }
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero p {
  font-weight: 700;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .hero p {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero p {
    max-width: 75%;
  }
}
.hero .panel_img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .panel_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.hero .panel_img .img_text {
  width: 75%;
  position: relative;
  top: 25px;
  width: 100%;
  transform: none;
  color: #00293c;
  padding: 0 1em;
}
.hero .panel_img .img_text .btn.btn-outline--ghost {
  color: #00293c;
  border: 2px solid #00293c;
  margin-bottom: 1em;
}
.hero .panel_img .img_text .btn.btn-outline--ghost:hover, .hero .panel_img .img_text .btn.btn-outline--ghost:focus {
  background: #00293c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hero .panel_img .img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    color: #fff;
    padding: 0;
  }
  .hero .panel_img .img_text .btn.btn-outline--ghost {
    color: #fff;
    border: 2px solid #fff;
  }
  .hero .panel_img .img_text .btn.btn-outline--ghost:hover, .hero .panel_img .img_text .btn.btn-outline--ghost:focus {
    background: #fff;
    color: #00293c;
  }
}
@media only screen and (min-width: 1024px) {
  .hero .panel_img .img_text {
    width: 75%;
  }
}
.hero .panel_img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 768px) {
  .hero .panel_img img {
    height: 600px;
  }
}

.hero_interior {
  background: #1e656d;
  padding-top: 2.5em;
}
.hero_interior img {
  margin-bottom: -30px;
}
@media only screen and (min-width: 768px) {
  .hero_interior img {
    float: right;
  }
}
.hero_interior .img_text {
  width: 100%;
  position: relative;
  color: #fff;
}

.tasknav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.tasknav .item {
  flex-grow: 1;
  width: 100%;
  background: #ededed;
  color: #1e656d;
  border: 2px solid #fff;
  padding: 0;
  display: block;
  padding: 2em;
  text-decoration: none;
  transition: 1s ease;
}
.tasknav .item:hover {
  background: #e0e0e0;
}
.tasknav .item h3 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 500px) {
  .tasknav .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .tasknav .item {
    width: 25%;
  }
}

.tasknav_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .tasknav_cards {
    margin-top: -49px;
  }
}
.tasknav_cards > div {
  background: #ededed;
  margin: 1%;
  color: #1e656d;
  width: 100%;
}
.tasknav_cards > div a {
  display: block;
  padding: 1.75em;
  text-decoration: none;
  color: #1e656d;
  transition: 1s ease;
  height: 100%;
}
.tasknav_cards > div a:hover {
  background: #e0e0e0;
}
@media only screen and (min-width: 768px) {
  .tasknav_cards > div {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .tasknav_cards > div {
    width: 23%;
  }
}

.featured-news .news-item, .related-articles .news-item {
  margin: 1em 0;
}
.featured-news .news-item .news-content, .related-articles .news-item .news-content {
  background: #ededed;
  padding: 1em;
}
.featured-news .news-item .news-content p, .related-articles .news-item .news-content p {
  font-size: 1.5rem;
  line-height: 1.2;
}
.featured-news .news-item .news-content span, .related-articles .news-item .news-content span {
  text-decoration: underline;
}
.featured-news .news-item img, .related-articles .news-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.featured-news .news-item a:first-child, .related-articles .news-item a:first-child {
  text-decoration: none;
}

.news-block-img, .news-block {
  padding: 1.5em;
  margin-bottom: 1em;
}
.news-block-img img, .news-block img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .news-block-img img, .news-block img {
    margin-bottom: 0;
  }
}
.news-block-img .news-content, .news-block .news-content {
  font-size: 1.5rem;
  font-weight: bold;
}
.news-block-img .news-content .publish-date, .news-block .news-content .publish-date {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.news-block-img .news-content p, .news-block .news-content p {
  margin-bottom: 0.5em;
  line-height: normal;
}
.news-block-img .news-content a, .news-block .news-content a {
  font-size: 0.9rem;
}

.news-block-img {
  background: #00293c;
}
.news-block-img .news-content, .news-block-img .publish-date, .news-block-img a {
  color: #fff;
}

.news-block {
  background: #ededed;
}
.news-block .news-content, .news-block .publish-date, .news-block a {
  color: #00293c;
}

.news-block-detail {
  background: #1e656d;
  padding: 1.5em;
  margin-bottom: 1em;
}
.news-block-detail .news-content {
  color: #fff;
}
.news-block-detail .news-content .publish-date {
  display: block;
  margin-bottom: 0.5em;
}
.news-block-detail .news-content h1 {
  color: #fff;
  line-height: 1;
  font-weight: 300;
}

.event-detail .group .last {
  order: 2;
}
.event-detail .group .first {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .event-detail .group .last {
    order: 1;
  }
  .event-detail .group .first {
    order: -1;
  }
}

.event-block-img .group_1of2 {
  position: relative;
}
.event-block-img .group_1of2 .date-block {
  position: absolute;
  top: 0;
  left: auto;
}

.event-block .group_1of7 {
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .event-block .group_1of7 {
    flex-basis: 14.285%;
    max-width: 14.285%;
  }
}
.event-block .date-block {
  position: relative;
}

.event-block-img .date-block, .event-detail-img .date-block,
.event-block .date-block, .related-event .date-block {
  background: #ededed;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: #1e656d;
  width: 75px;
  height: 75px;
}
.event-block-img .date-block span, .event-detail-img .date-block span,
.event-block .date-block span, .related-event .date-block span {
  text-transform: uppercase;
  font-size: 1.125rem;
  display: block;
  color: #00293c;
  padding-top: 0.6em;
}
.event-block-img .event-content, .event-detail-img .event-content,
.event-block .event-content, .related-event .event-content {
  margin-top: 1em;
}
.event-block-img .event-content .event-tags ul li, .event-detail-img .event-content .event-tags ul li,
.event-block .event-content .event-tags ul li, .related-event .event-content .event-tags ul li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.event-block-img .event-content .event-tags ul li a, .event-detail-img .event-content .event-tags ul li a,
.event-block .event-content .event-tags ul li a, .related-event .event-content .event-tags ul li a {
  background: #ededed;
  border-radius: 4px;
  padding: 0.125em 0.5em;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .event-block-img .event-content, .event-detail-img .event-content,
  .event-block .event-content, .related-event .event-content {
    margin-top: 0;
  }
}

/* Event Detail Page Styles */
.event-detail-img {
  position: relative;
}
.event-detail-img .date-block {
  position: absolute;
  top: 0;
  left: auto;
}

.event-details-content div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  padding: 1em 0;
}
.event-details-content div h4 {
  width: 25%;
  margin: 0 0 auto;
}
.event-details-content div p {
  margin: 0;
}
.event-details-content div.event-tags ul li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.event-details-content div.event-tags ul li a {
  background: #ededed;
  border-radius: 4px;
  padding: 0.125em 0.5em;
  display: inline-block;
  text-decoration: none;
}

.related-event {
  padding: 0;
}
.related-event h4 {
  padding: 1em;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.related-event .related-event-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em;
  border-bottom: 1px solid #ededed;
}
.related-event .related-event-block:last-child {
  border-bottom: none;
}
.related-event .related-event-block div {
  flex: 1 1 auto;
}
.related-event .related-event-block div.date-block {
  margin-right: 0.25em;
  flex-shrink: 0;
}

.nav_section.events {
  border: 1px solid #ededed;
}
.nav_section.events ul {
  margin: 0;
}
.nav_section.events ul li:first-child {
  background: #ededed;
}
.nav_section.events ul li a {
  padding: 1em;
}

/************************
* Flex Columns *
************************/
.group {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.group:last-child {
  margin-bottom: 0;
}
.group > * {
  padding: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.group > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .group > * {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.75%;
    padding-left: 1.75%;
  }
}
.group .first {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .group .first {
    order: -1;
  }
}
.group .last {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .group .last {
    order: 1;
  }
}
.group.reverse {
  flex-direction: row-reverse;
}
.group.start {
  justify-content: flex-start;
}
.group.center {
  justify-content: center;
  text-align: left;
}
.group.end {
  justify-content: flex-end;
}
.group.top {
  align-items: flex-start;
}
.group.middle {
  align-items: center;
}
.group.bottom {
  align-items: flex-end;
}
.group.around {
  justify-content: space-around;
}
.group.between {
  justify-content: space-between;
}

.group_1of2 {
  flex-basis: 50%;
  max-width: 50%;
}

.group_1of3 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.group_2of3 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.group_1of4 {
  flex-basis: 25%;
  max-width: 25%;
}

table.table_structure_2x td {
  flex-basis: 50%;
  max-width: 50%;
}
table.table_structure_3x td {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
table.table_structure_4x td {
  flex-basis: 25%;
  max-width: 25%;
}

.group_3of4 {
  flex-basis: 75%;
  max-width: 75%;
}

.group_1of5 {
  flex-basis: 20%;
  max-width: 20%;
}

.group_2of5 {
  flex-basis: 40%;
  max-width: 40%;
}

.group_3of5 {
  flex-basis: 60%;
  max-width: 60%;
}

.group_4of5 {
  flex-basis: 80%;
  max-width: 80%;
}

.group_1of6 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.group_5of6 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.group_1of7 {
  flex-basis: 14.285%;
  max-width: 14.285%;
}

.group_2of7 {
  flex-basis: 28.57%;
  max-width: 28.57%;
}

.group_3of7 {
  flex-basis: 42.855%;
  max-width: 42.855%;
}

.group_4of7 {
  flex-basis: 57.14%;
  max-width: 57.14%;
}

.group_5of7 {
  flex-basis: 71.425%;
  max-width: 71.425%;
}

.group_6of7 {
  flex-basis: 85.71%;
  max-width: 85.71%;
}

.group_1of8 {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.group_3of8 {
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.group_5of8 {
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.group_7of8 {
  flex-basis: 87.5%;
  max-width: 87.5%;
}

@media screen and (max-width: 768px) {
  /* Flex Columns */
  .group {
    display: flex;
    margin: 0 0 2em 0;
  }
  .group > * {
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .group > *:last-child {
    margin-bottom: 0;
  }
  .group:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar {
    padding-left: 3em;
  }
}

/* Primary Navigation Resets and Defaults*/
nav {
  /*------secondary navigation------*/
  /*------paging, crumbs, tags (articles)------*/
}
nav.nav_primary {
  position: relative;
  display: block;
  background: #00293c;
}
nav.nav_primary .parent > li {
  position: relative;
}
nav.nav_primary .parent > li.drop_nav > ul {
  width: calc(100% + 1px);
  top: 100%;
}
@media only screen and (min-width: 768px) {
  nav.nav_primary .parent > li.drop_nav > ul {
    width: 300px;
  }
}
nav.nav_primary .parent > li.drop_nav > ul > li {
  width: 100%;
}
nav.nav_primary .parent > li.drop_nav > ul > li > a {
  padding: 0.5em 0.5em;
  display: block;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #00293c;
  font-weight: 500;
}
nav.nav_primary .parent > li.drop_nav > ul > li > a:hover {
  background: #eee;
}
nav.nav_primary .parent > li.drop_mega {
  position: static;
}
nav.nav_primary .parent > li.drop_mega > ul {
  width: 100%;
  top: auto;
}
nav.nav_primary .parent > li.drop_mega > ul > li {
  width: 33.333%;
  padding: 1.5em 1.5em;
  float: left;
  /* Level 2 Dropdown (Mega)*/
}
nav.nav_primary .parent > li.drop_mega > ul > li a {
  display: inline;
  color: #00293c;
  background: none;
  padding: 0;
}
nav.nav_primary .parent > li.drop_mega > ul > li a:hover {
  color: #00293c;
  background: none;
}
nav.nav_primary .parent > li.drop_mega > ul > li ul {
  display: block;
}
nav.nav_primary .parent > li.drop_mega > ul > li ul li a {
  display: block;
  padding: 0.5em;
  background: none;
  border-bottom: 1px solid #ededed;
  color: #00293c;
  text-decoration: underline;
  text-align: left;
}
nav.nav_primary .parent > li > ul {
  background: #fff;
  display: none;
  position: absolute;
  left: -1px;
  z-index: 3;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
nav.nav_primary ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
@media only screen and (min-width: 500px) {
  nav.nav_primary ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  nav.nav_primary ul {
    flex-wrap: nowrap;
  }
}
nav.nav_primary li {
  flex-grow: 1;
  font-size: 1rem;
}
@media only screen and (min-width: 500px) {
  nav.nav_primary li {
    border-right: 1px solid #fff;
    width: 50%;
  }
  nav.nav_primary li:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  nav.nav_primary li {
    border-bottom: none;
    width: 100%;
    font-size: 1.063rem;
    border-bottom: 1px solid #fff;
  }
}
nav.nav_primary li a {
  color: #fff;
  width: 100%;
  font-weight: 700;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  transition: 1s ease;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
nav.nav_primary li a:hover, nav.nav_primary li a:focus, nav.nav_primary li a:active {
  background: #1e656d;
}
@media only screen and (min-width: 768px) {
  nav.nav_primary li a {
    padding: 1.25em 1em;
  }
}
nav.nav_secondary {
  display: none;
  background-color: #fff;
  padding-right: 1em;
}
nav.nav_secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.nav_secondary ul.parent {
  display: flex;
  /* Level 1 Dropdown (Mega)*/
  /* Level 2 Dropdown (Nav)*/
}
nav.nav_secondary ul.parent > li {
  position: relative;
  display: block;
  float: left;
  flex-grow: 1;
  flex-basis: fit-content;
  /* Level 2 Dropdown (All)*/
}
nav.nav_secondary ul.parent > li.nav_mobile {
  display: none;
}
nav.nav_secondary ul.parent > li.drop_nav.hover > a {
  background-color: #ddd;
}
nav.nav_secondary ul.parent > li.selected > a {
  background-color: #ddd;
}
nav.nav_secondary ul.parent > li > a {
  padding: 1em 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  nav.nav_secondary ul.parent > li > a {
    padding: 1em 0.675em;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  nav.nav_secondary ul.parent > li > a {
    padding: 1em 1em;
  }
}
nav.nav_secondary ul.parent > li > ul {
  background: #fff;
  display: none;
  position: absolute;
  left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
nav.nav_secondary ul.parent > li.drop_mega.hover > a {
  background-color: #ddd;
}
nav.nav_secondary ul.parent li.drop_mega {
  position: static;
}
nav.nav_secondary ul.parent li.drop_mega > ul {
  width: 100%;
  top: auto;
}
nav.nav_secondary ul.parent li.drop_mega > ul > li {
  width: 33.333%;
  padding: 1.5em 1.5em;
  float: left;
  /* Level 2 Dropdown (Mega)*/
}
nav.nav_secondary ul.parent li.drop_mega > ul > li ul li a {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #ededed;
}
nav.nav_secondary ul.parent li.drop_nav > ul {
  width: 300px;
  top: 100%;
}
nav.nav_secondary ul.parent li.drop_nav > ul > li > a {
  padding: 0.5em 0.5em;
  display: block;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}
nav.nav_secondary ul.parent li.drop_nav > ul > li > a:hover {
  background: #eee;
}
nav.nav_secondary > ul > li > a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  nav.nav_secondary {
    display: block;
  }
}
nav.page ul {
  text-align: center;
  padding: 0;
}
nav.page ul li {
  display: inline;
  margin: 0 4px 0 0;
}
nav.page ul li a {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #CCC;
  border-radius: 4px;
  text-decoration: none;
  background: #f4f6f9;
}
nav.page ul li a:hover {
  background: #f0f0f0;
  border-color: #ccc;
}
nav.page ul li a:focus {
  background: #f0f0f0;
  border-color: #ccc;
}
nav.page ul li a:active {
  background: #fff;
  border-color: #ccc;
}
nav.page ul li a.current {
  background: #fff;
  border-color: #ccc;
}
nav.breadcrumb {
  color: #fff;
  font-size: 0.75em;
  margin-bottom: 1em;
  padding-bottom: 2em;
}
nav.breadcrumb a {
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
}
nav.breadcrumb a:first-child {
  margin-left: 0;
}
nav.breadcrumb a:hover, nav.breadcrumb a:active, nav.breadcrumb a:focus {
  color: #fff;
}
nav.breadcrumb strong {
  font-weight: bold;
  color: #fff;
}
nav.breadcrumb.dark {
  color: #00293c;
}
nav.breadcrumb.dark a, nav.breadcrumb.dark a:hover, nav.breadcrumb.dark a:active, nav.breadcrumb.dark a:focus, nav.breadcrumb.dark strong {
  color: #00293c;
}

/* Mobile Button */
.nav_primary_btn {
  display: none;
  margin: 0.5em;
  text-decoration: none;
  font-size: 1.3em;
  color: #fff;
}
.nav_primary_btn:hover {
  color: white;
}

.no-js nav.nav_primary ul.parent > li:hover > ul {
  display: block;
}
.no-js nav.nav_primary ul.parent > li:focus-within > ul {
  display: block;
}

/*------section navigation (vertical)------*/
.nav_section {
  margin-bottom: 2em;
  background: #fff;
  padding: 0;
}
.nav_section ul {
  margin: 0 0 0 0.375em;
  list-style: none;
  padding: 0;
  line-height: 1.4em;
}
.nav_section ul .selected_parent {
  background-color: #fff;
  color: #1e656d;
}
.nav_section > ul > li > a {
  font-size: 1.1em;
}
.nav_section > ul li a {
  color: #00293c;
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
  border-bottom: 1px solid #ededed;
}
.nav_section > ul li a:hover {
  background-color: #fff;
  color: #1e656d;
}
.nav_section > ul .selected {
  background-color: #fff;
  color: #1e656d;
}
.nav_section > ul ul {
  list-style: none;
  padding: 0.5em 0 0.5em 0.75em;
  font-size: 0.95em;
}
.nav_section h3 {
  background-color: #fff;
  padding: 1em;
}
.nav_section h3 svg {
  margin-left: 1em;
}

.nav_section_btn {
  display: block;
}
.nav_section_btn .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav_section_btn {
    display: none;
  }
  .nav_section_btn a {
    display: block;
    margin: 0;
  }
  .nav_section_btn .btn {
    background: #00293c;
    border-radius: 0px;
  }
}

nav.nav_section.show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .nav_section, .nav_section h3 {
    display: none;
  }
  /* Level 1 Dropdown (All)*/
  nav.nav_primary ul.parent {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ededed;
    z-index: 5;
  }
  nav.nav_primary ul.parent.show {
    display: block;
  }
  nav.nav_primary ul.parent > li {
    display: block;
    width: 100%;
  }
  nav.nav_primary ul.parent > li.nav_mobile {
    display: block;
  }
  nav.nav_primary ul.parent > li > a {
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #00293c;
  }
  nav.nav_primary ul.parent > li > a:hover, nav.nav_primary ul.parent > li > a:focus, nav.nav_primary ul.parent > li > a:active {
    color: #fff;
    border-bottom: 1px solid #1e656d;
  }
  nav.nav_primary ul.parent > li > a svg {
    display: none;
  }
  nav.nav_primary ul.parent > li > ul {
    display: none;
  }
  nav.nav_primary ul.parent li.drop_nav > ul, nav.nav_primary ul.parent li.drop_mega > ul {
    position: relative;
    width: 100%;
    left: 0;
    display: none !important;
  }
  nav.nav_primary ul.parent li.drop_mega > ul > li {
    float: none;
    width: 100%;
  }
  nav.nav_primary li > a.searchtoggle:hover svg {
    display: block;
  }
  nav.nav_primary .nav_primary_btn {
    display: block;
  }
}
.alert_banner {
  background: #D90000;
  color: #fff;
  padding: 1.25em 1em;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.4;
}
.alert_banner a {
  color: #fff;
}
.alert_banner p {
  display: flex;
  align-items: center;
}
.alert_banner p svg {
  margin-right: 0.5em;
}
.alert_banner .btn {
  padding: 0;
  border: none;
  background: none;
  margin: 0 0 0 3em;
  float: right;
}
.alert_banner .btn:hover {
  border: none;
  background: none;
  color: #ccc;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*------Search Bar------*/
.searchbar {
  position: relative;
  z-index: 1;
  background-color: #ededed;
  display: none;
  margin: 0 auto;
  padding: 0.75em 3.5%;
}

.search_box {
  position: relative;
  /* remove rounded corners on iphones */
}
.search_box input {
  padding: 1em 6em 1em 1.25em;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
}
.search_box input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.search_box a {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
}

footer {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer ul.footer-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  footer ul.footer-nav {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  footer ul.footer-nav li {
    margin: 0 0.5em 0.5em 0.5em;
  }
}
footer ul.footer-nav li a {
  font-weight: 700;
}
footer img.footer-logo {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  footer .footer-bottom .group_1of3 {
    text-align: right;
  }
}
footer .group_1of2 h4 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  footer .group_1of2 h4 {
    margin-bottom: 1em;
  }
}
footer .group_1of2 ul {
  display: none;
}
footer .group_1of2 ul li {
  padding: 0.25em 0;
}
footer .group_1of2 ul li a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  footer .group_1of2 ul {
    display: block;
  }
}
footer h4 {
  margin-bottom: 1em;
}
footer .phone {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0.5em 0;
}
footer .socials {
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  padding: 1em 0;
  margin-bottom: 1.5em;
}
footer .socials a {
  padding-right: 0.25em;
}
footer .socials a:last-child {
  padding-right: 0;
}
footer .routing {
  font-size: 1.25rem;
  font-weight: 700;
}
footer .footer-cta {
  background: #1e656d;
}
footer .footer-cta h2 {
  color: #fff;
}
footer .footer-logos img {
  height: 40px;
  width: auto;
}
footer .footer-logos img:first-child {
  margin-right: 1em;
}

.location-feature {
  border: 1px solid #ededed;
  padding: 2em;
}
.location-feature h4 {
  font-weight: 300;
  font-size: 1.5rem;
}

/* Assets (Third party styles) */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #333;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  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: #8e8e8e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px !important;
}
.slick-prev:before {
  content: "" !important;
  background: url("/images/icon-slick-prev.svg") right no-repeat;
  width: 50px;
  height: 50px;
  display: block;
}

.slick-next {
  right: 0 !important;
}
.slick-next:before {
  content: "" !important;
  background: url("/images/icon-slick-next.svg") right no-repeat;
  width: 50px;
  height: 50px;
  display: block;
}

/* 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: 0.75s;
  animation-duration: 0.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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  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;
}/*# sourceMappingURL=styles.css.map */