﻿@charset "UTF-8";
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/*
 * Generate a CSS triangle using borders. Based on a similar mixin
 * found in Zurb Foundation but with significant liberties taken.
 */
/**
 * Generate utility classes for a whitespace property (margin, padding).
 */
/**
* Replace `$search` with `$replace` in `$string`.
* Case sensitive.
*
* @param {String} $string - haystack
* @param {String} $search - needle
* @param {String} $replace ('') - replacement
*
* @return {String}
*/
.fleuron-star-wide, .fleuron-star-three, .fleuron-star-two, .fleuron-star-one-red, .fleuron-star-one, .btn-fave:before {
  background-image: url("/NoCDN/svg/svg-sprite.css-current.svg");
  background-repeat: no-repeat;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #302E2B;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #c92222;
  /*text-decoration: none;*/
}
a:hover, a:focus {
  color: #c92222;
  text-decoration: underline;
}
a:focus {
  /*outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #d4ddde;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #737373;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 1.6em;
}

h2, .h2 {
  font-size: 1.3em;
}

h3, .h3 {
  font-size: 1.3em;
}

h4, .h4 {
  font-size: 1em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 1em;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 81%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #f87f25;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #737373;
}

.text-primary {
  color: #993838;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(115.6650717703, 42.3349282297, 42.3349282297);
}

.text-success {
  color: #507d1c;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(53.3333333333, 83.3333333333, 18.6666666667);
}

.text-info {
  color: #44a6d4;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(42.8130434783, 140.3869565217, 186.1869565217);
}

.text-warning {
  color: #f87f25;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(226.72, 100.88, 7.28);
}

.text-danger {
  color: #c92222;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(157.3787234043, 26.6212765957, 26.6212765957);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #993838;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(115.6650717703, 42.3349282297, 42.3349282297);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #f87f25;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(226.72, 100.88, 7.28);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #d4ddde;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 1em;
  border-left: 5px solid #d8c3a7;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #737373;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #d8c3a7;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 480px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 704px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 994px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 704px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 994px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #737373;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #d6d6d6;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6d6;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #d6d6d6;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #d6d6d6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6d6d6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #f87f25;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(247.2066666667, 112.4933333333, 12.2933333333);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d6d6d6;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #302E2B;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  /*outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #302E2B;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #302E2B;
  background-color: #fff;
  background-image: none;
  border: 1px solid #707070;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #707070;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(112, 112, 112, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(112, 112, 112, 0.6);
}
.form-control::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #757575;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(239.8552631579, 244.6157894737, 245.1447368421);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #507d1c;
}
.has-success .form-control {
  border-color: #507d1c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(53.3333333333, 83.3333333333, 18.6666666667);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(133.3333333333, 208.3333333333, 46.6666666667);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(133.3333333333, 208.3333333333, 46.6666666667);
}
.has-success .input-group-addon {
  color: #507d1c;
  background-color: #dff0d8;
  border-color: #507d1c;
}
.has-success .form-control-feedback {
  color: #507d1c;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f87f25;
}
.has-warning .form-control {
  border-color: #f87f25;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(226.72, 100.88, 7.28);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(251.1733333333, 185.0266666667, 135.8266666667);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(251.1733333333, 185.0266666667, 135.8266666667);
}
.has-warning .input-group-addon {
  color: #f87f25;
  background-color: #f87f25;
  border-color: #f87f25;
}
.has-warning .form-control-feedback {
  color: #f87f25;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #c92222;
}
.has-error .form-control {
  border-color: #c92222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(157.3787234043, 26.6212765957, 26.6212765957);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(229.970212766, 107.029787234, 107.029787234);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(229.970212766, 107.029787234, 107.029787234);
}
.has-error .input-group-addon {
  color: #c92222;
  background-color: #f2dede;
  border-color: #c92222;
}
.has-error .form-control-feedback {
  color: #c92222;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(115.2527472527, 110.4505494505, 103.2472527473);
}

@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  /*outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}
.btn:hover, .btn:focus, .btn.focus {
  color: #302E2B;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #302E2B;
  background-color: #fff;
  border-color: #d6d6d6;
}
.btn-default:focus, .btn-default.focus {
  color: #302E2B;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(150.25, 150.25, 150.25);
}
.btn-default:hover {
  color: #302E2B;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(183.4, 183.4, 183.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #302E2B;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(183.4, 183.4, 183.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #302E2B;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(150.25, 150.25, 150.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #d6d6d6;
}
.btn-default .badge {
  color: #fff;
  background-color: #302E2B;
}

/*.btn-primary {
  @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}*/
.btn-success {
  color: #fff;
  background-color: #507d1c;
  border-color: rgb(66.6666666667, 104.1666666667, 23.3333333333);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(53.3333333333, 83.3333333333, 18.6666666667);
  border-color: black;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(53.3333333333, 83.3333333333, 18.6666666667);
  border-color: rgb(34.6666666667, 54.1666666667, 12.1333333333);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(53.3333333333, 83.3333333333, 18.6666666667);
  background-image: none;
  border-color: rgb(34.6666666667, 54.1666666667, 12.1333333333);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(34.6666666667, 54.1666666667, 12.1333333333);
  border-color: black;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #507d1c;
  border-color: rgb(66.6666666667, 104.1666666667, 23.3333333333);
}
.btn-success .badge {
  color: #507d1c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #302E2B;
  border-color: rgb(34.5494505495, 33.1098901099, 30.9505494505);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  border-color: hsl(36, 5.4945054945%, -12.1568627451%);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  border-color: rgb(2.2681318681, 2.1736263736, 2.0318681319);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  background-image: none;
  border-color: rgb(2.2681318681, 2.1736263736, 2.0318681319);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(2.2681318681, 2.1736263736, 2.0318681319);
  border-color: hsl(36, 5.4945054945%, -12.1568627451%);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #302E2B;
  border-color: rgb(34.5494505495, 33.1098901099, 30.9505494505);
}
.btn-info .badge {
  color: #302E2B;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f87f25;
  border-color: rgb(247.2066666667, 112.4933333333, 12.2933333333);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(226.72, 100.88, 7.28);
  border-color: rgb(127.8933333333, 56.9066666667, 4.1066666667);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(226.72, 100.88, 7.28);
  border-color: rgb(192.1306666667, 85.4893333333, 6.1693333333);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(226.72, 100.88, 7.28);
  background-image: none;
  border-color: rgb(192.1306666667, 85.4893333333, 6.1693333333);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(192.1306666667, 85.4893333333, 6.1693333333);
  border-color: rgb(127.8933333333, 56.9066666667, 4.1066666667);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f87f25;
  border-color: rgb(247.2066666667, 112.4933333333, 12.2933333333);
}
.btn-warning .badge {
  color: #f87f25;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #c92222;
  border-color: rgb(179.1893617021, 30.3106382979, 30.3106382979);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(157.3787234043, 26.6212765957, 26.6212765957);
  border-color: rgb(70.1361702128, 11.8638297872, 11.8638297872);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(157.3787234043, 26.6212765957, 26.6212765957);
  border-color: rgb(126.8438297872, 21.4561702128, 21.4561702128);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(157.3787234043, 26.6212765957, 26.6212765957);
  background-image: none;
  border-color: rgb(126.8438297872, 21.4561702128, 21.4561702128);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(126.8438297872, 21.4561702128, 21.4561702128);
  border-color: rgb(70.1361702128, 11.8638297872, 11.8638297872);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #c92222;
  border-color: rgb(179.1893617021, 30.3106382979, 30.3106382979);
}
.btn-danger .badge {
  color: #c92222;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #c92222;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #c92222;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #737373;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid none;
  border: 1px solid none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: white;
  text-decoration: none;
  background-color: #c92222;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: none;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(86.1512195122, 113.8780487805, 116.8487804878);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgb(53.6853658537, 70.9634146341, 72.8146341463);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #302E2B;
  text-align: center;
  background-color: #d4ddde;
  border: 1px solid #707070;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #302E2B;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #302E2B;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #302E2B;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #d6d6d6;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #737373;
  /*color: $pagination-disabled-color;*/
  cursor: not-allowed;
  background-color: #fff;
  border-color: #d6d6d6;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #737373;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #c92222;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #993838;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #84796d;
  border: 1px solid #84796d;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: inherit;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 704px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 703px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 704px) and (max-width: 993px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 994px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 994px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 994px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 994px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 703px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 704px) and (max-width: 993px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 994px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
    http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-centered-columns
*/
/* centered columns styles */
.row-centered {
  text-align: center;
}
@media (min-width: 704px) {
  .row-centered {
    /* fix margin */
    margin-right: -4px;
  }
}

.col-centered, .col-centered-md {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
}
@media (min-width: 704px) {
  .col-centered, .col-centered-md {
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
  }
}

.col-centered-block {
  display: block;
  float: none;
  /* reset the text-align */
  text-align: left;
}
@media (min-width: 704px) {
  .col-centered-block {
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
  }
}

@media (min-width: 704px) {
  .col-centered-md {
    display: inline-block;
    float: left;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: 0;
    vertical-align: top;
  }
}

.col-centered.text-center {
  text-align: center;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 480px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 704px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media (min-width: 994px) {
  .d-lg-flex {
    display: flex !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}

@media (min-width: 704px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

@media (min-width: 994px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
}

@media (min-width: 480px) {
  .flex-sm-column {
    flex-direction: column !important;
  }
}

@media (min-width: 704px) {
  .flex-md-column {
    flex-direction: column !important;
  }
}

@media (min-width: 994px) {
  .flex-lg-column {
    flex-direction: column !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: start !important;
}

.gap-0 {
  gap: 0 !important;
}

@media (min-width: 480px) {
  .gap-sm-0 {
    gap: 0 !important;
  }
}

@media (min-width: 704px) {
  .gap-md-0 {
    gap: 0 !important;
  }
}

@media (min-width: 994px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
}

.gap-10 {
  gap: 10px !important;
}

@media (min-width: 480px) {
  .gap-sm-10 {
    gap: 10px !important;
  }
}

@media (min-width: 704px) {
  .gap-md-10 {
    gap: 10px !important;
  }
}

@media (min-width: 994px) {
  .gap-lg-10 {
    gap: 10px !important;
  }
}

.text-cursive {
  font-family: "Dancing Script", "Arial";
}

.text-sans {
  font-family: "Cabin", sans-serif;
}

.text-normal {
  font-weight: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Aileron", sans-serif;
}

h1.text-cursive, .h1.text-cursive {
  font-size: 2em;
}

h2.text-cursive, .h2.text-cursive {
  font-size: 1.625em;
}

h3.text-cursive, .h3.text-cursive {
  font-size: 1.625em;
}

h4.text-cursive, .h4.text-cursive {
  font-size: 1.25em;
}

h5.text-cursive, .h5.text-cursive {
  font-size: 1.25em;
}

h6.text-cursive, .h6.text-cursive {
  font-size: 1.25em;
}

.h7 {
  font-size: 2.8em;
  line-height: 1.1em;
}
.h7.text-cursive {
  font-size: 2.8em;
}

.h8 {
  font-size: 3.84em;
  line-height: 1.1em;
}
.h8.text-cursive {
  font-size: 3.84em;
  line-height: 1.1em;
}

.h8.child-span-small span {
  font-size: 0.4em;
  text-transform: uppercase;
  line-height: 1.4em;
}

.h10 {
  font-size: 30px;
  font-weight: bold;
}

.large {
  font-size: clamp(16px, 2vw, 24px);
}

.list-ruled {
  padding-left: 0;
  list-style: none;
}
.list-ruled > li {
  border-bottom: 1px dotted #d4ddde;
  padding-bottom: 5px;
  padding-top: 5px;
}
.list-ruled:last-child > li:last-child {
  border-bottom-width: 0;
}

.text-default {
  color: #302E2B;
}

a.text-default:hover,
a.text-default:focus {
  color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
}

.text-secondary {
  color: #f87f25;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(226.72, 100.88, 7.28);
}

.text-tertiary {
  color: #315F7A;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: rgb(34.3859649123, 66.6666666667, 85.6140350877);
}

.text-neutral {
  color: #84796d;
}

a.text-neutral:hover,
a.text-neutral:focus {
  color: rgb(104.0663900415, 95.3941908714, 85.9336099585);
}

.text-underline {
  text-decoration: underline;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-inital-cap {
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .text-left-xs {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .text-right-xs {
    text-align: right;
  }
}

@media (max-width: 479px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .text-nowrap-xs {
    white-space: nowrap;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .text-left-sm {
    text-align: left;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .text-nowrap-sm {
    white-space: nowrap;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .text-left-md {
    text-align: left;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .text-nowrap-md {
    white-space: nowrap;
  }
}

@media (min-width: 994px) {
  .text-left-lg {
    text-align: left;
  }
}

@media (min-width: 994px) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 994px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 994px) {
  .text-nowrap-lg {
    white-space: nowrap;
  }
}

.col-centered .text-center, .col-centered.text-center {
  text-align: center;
}

.big {
  font-size: 160%;
}

@media (max-width: 479px) {
  .small-xs {
    font-size: 81%;
  }
}

@media (max-width: 479px) {
  .break-xs {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 703px) {
  .break-sm {
    display: block;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .break-md {
    display: block;
  }
}

@media (min-width: 994px) {
  .break-lg {
    display: block;
  }
}

.text-notready {
  font-size: 0.88em;
  color: #165991;
}

.text-notready-warning {
  color: #F87E01;
  font-weight: normal;
}

.gray {
  color: #8D8D8D;
}

.text-wcag {
  color: #757575;
}

.green {
  color: #507d1c;
}

.red {
  color: #c92222;
}

.red-bright {
  color: #c92222;
}

.red-dark {
  color: #732a2a;
}

.subnav-item.text-primary {
  color: #c92222;
}
.subnav-item.text-primary:hover {
  color: #c92222;
}

.blue {
  color: #302E2B;
}

a.blue:hover {
  color: #302E2B;
}

.brown {
  color: #5A0D12;
}

a.brown:hover {
  color: #5A0D12;
}

.black {
  color: black;
}

.teal {
  color: #56b7b5;
}

.white {
  color: #ffffff;
}

.text-bold {
  font-weight: bold;
}

/**
 * The following is commented out because it isn't necessary now and I'm
 * doubtful it will become necessary (since it's rare we would need to make text
 * smaller at larger breakpoints), but for the sake of future generations I
 * think it makes sense to leave it available here in the source.
 */
.short-lines {
  position: relative;
  z-index: 1;
}
.short-lines:before {
  border-top: 2px solid #adadad;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  z-index: -1;
}
.short-lines span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: inherit;
  padding: 0 15px;
}

.short-lines span.bgd-home-blue {
  background-color: white;
}

.short-lines span.bgd-light-blue {
  background-color: #adadad;
}

.icon-stick {
  position: relative;
}
.icon-stick img {
  position: absolute;
  top: 0;
  left: 0px;
  margin-top: 0;
}
.icon-stick span {
  padding-left: 40px;
  display: inline-block;
}

/**
 * These styles are based on or extend Bootstrap's. Please refer to the
 * Bootstrap grid documentation before adding new patterns here to insure they
 * are not redundant.
 */
.container-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1204px;
  padding-left: 10px;
  padding-right: 10px;
}
.container-page:before, .container-page:after {
  display: table;
  content: " ";
}
.container-page:after {
  clear: both;
}
@media (min-width: 1204px) {
  .container-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-page.container-850 {
  max-width: 850px;
}

@media (min-width: 704px) {
  .row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}

@media (min-width: 704px) and (max-width: 993px) {
  .width-550 {
    max-width: 400px;
  }
}
@media (min-width: 993px) {
  .width-550 {
    max-width: 550px;
  }
}

/*.blurr{
        -webkit-box-shadow: 0 0 100px 100px rgb(255, 255, 255);
    -moz-box-shadow: 0 0 100px 100px rgb(255, 255, 255);
    box-shadow: 0 0 100px 100px rgb(255, 255, 255);
}*/
/**
 * Inspired by: http://julienmelissas.com/no-gutter-column-trick-for-bootstrap/
 *
 * This uses attribute selectors instead of column selectors to avoid selector
 * bloat (especially important given IE's selector limit).
 */
.no-gutters[class^=col-], .no-gutters[class^=" col-"], .no-gutters.row > [class^=col-],
.no-gutters.row > [class^=" col-"], .no-gutters[class^=container],
.no-gutters[class^=container] > [class^=col-],
.no-gutters[class^=container] > [class^=" col-"],
.no-gutters[class*=" container"],
.no-gutters[class*=" container"] > [class^=col-],
.no-gutters[class*=" container"] > [class^=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutters.row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 479px) {
  .no-gutters-xs[class^=col-], .no-gutters-xs[class^=" col-"], .no-gutters-xs.row > [class^=col-],
  .no-gutters-xs.row > [class^=" col-"], .no-gutters-xs[class^=container],
  .no-gutters-xs[class^=container] > [class^=col-],
  .no-gutters-xs[class^=container] > [class^=" col-"],
  .no-gutters-xs[class*=" container"],
  .no-gutters-xs[class*=" container"] > [class^=col-],
  .no-gutters-xs[class*=" container"] > [class^=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutters-xs.row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 703px) {
  .no-gutters-sm[class^=col-], .no-gutters-sm[class^=" col-"], .no-gutters-sm.row > [class^=col-],
  .no-gutters-sm.row > [class^=" col-"], .no-gutters-sm[class^=container],
  .no-gutters-sm[class^=container] > [class^=col-],
  .no-gutters-sm[class^=container] > [class^=" col-"],
  .no-gutters-sm[class*=" container"],
  .no-gutters-sm[class*=" container"] > [class^=col-],
  .no-gutters-sm[class*=" container"] > [class^=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutters-sm.row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 704px) and (max-width: 993px) {
  .no-gutters-md[class^=col-], .no-gutters-md[class^=" col-"], .no-gutters-md.row > [class^=col-],
  .no-gutters-md.row > [class^=" col-"], .no-gutters-md[class^=container],
  .no-gutters-md[class^=container] > [class^=col-],
  .no-gutters-md[class^=container] > [class^=" col-"],
  .no-gutters-md[class*=" container"],
  .no-gutters-md[class*=" container"] > [class^=col-],
  .no-gutters-md[class*=" container"] > [class^=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutters-md.row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 994px) {
  .no-gutters-lg[class^=col-], .no-gutters-lg[class^=" col-"], .no-gutters-lg.row > [class^=col-],
  .no-gutters-lg.row > [class^=" col-"], .no-gutters-lg[class^=container],
  .no-gutters-lg[class^=container] > [class^=col-],
  .no-gutters-lg[class^=container] > [class^=" col-"],
  .no-gutters-lg[class*=" container"],
  .no-gutters-lg[class*=" container"] > [class^=col-],
  .no-gutters-lg[class*=" container"] > [class^=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutters-lg.row {
    margin-left: 0;
    margin-right: 0;
  }
}
/**
* Create helper class for .row that adds full height vertical divider bars
* between columns.
*/
/*
@include make-vertical-dividers();

@media (min-width: $screen-sm-min) {
  @include make-vertical-dividers('-sm');
}

@media (min-width: $screen-md-min) {
  @include make-vertical-dividers('-md');
}
*/
@media (min-width: 994px) {
  .with-vertical-dividers-lg {
    overflow: hidden;
  }
  .with-vertical-dividers-lg > [class^=col-]:nth-last-child(n+2):after,
  .with-vertical-dividers-lg > [class*=" col-"]:nth-last-child(n+2):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2px;
    height: 1000px;
    background-color: #d4ddde;
  }
}
.btn-sunrise {
  color: #302E2B;
  background-color: #fdf6e4;
  border-color: rgb(226.962992126, 211.8661417323, 191.737007874);
}
.btn-sunrise:focus, .btn-sunrise.focus {
  color: #302E2B;
  background-color: rgb(249.4827586207, 230.1724137931, 180.5172413793);
  border-color: rgb(187.8094488189, 151.6299212598, 103.3905511811);
}
.btn-sunrise:hover {
  color: #302E2B;
  background-color: rgb(249.4827586207, 230.1724137931, 180.5172413793);
  border-color: rgb(208.1692913386, 182.9527559055, 149.3307086614);
}
.btn-sunrise:active, .btn-sunrise.active, .open > .btn-sunrise.dropdown-toggle {
  color: #302E2B;
  background-color: rgb(249.4827586207, 230.1724137931, 180.5172413793);
  background-image: none;
  border-color: rgb(208.1692913386, 182.9527559055, 149.3307086614);
}
.btn-sunrise:active:hover, .btn-sunrise:active:focus, .btn-sunrise:active.focus, .btn-sunrise.active:hover, .btn-sunrise.active:focus, .btn-sunrise.active.focus, .open > .btn-sunrise.dropdown-toggle:hover, .open > .btn-sunrise.dropdown-toggle:focus, .open > .btn-sunrise.dropdown-toggle.focus {
  color: #302E2B;
  background-color: rgb(247.0206896552, 219.0931034483, 147.2793103448);
  border-color: rgb(187.8094488189, 151.6299212598, 103.3905511811);
}
.btn-sunrise.disabled:hover, .btn-sunrise.disabled:focus, .btn-sunrise.disabled.focus, .btn-sunrise[disabled]:hover, .btn-sunrise[disabled]:focus, .btn-sunrise[disabled].focus, fieldset[disabled] .btn-sunrise:hover, fieldset[disabled] .btn-sunrise:focus, fieldset[disabled] .btn-sunrise.focus {
  background-color: #fdf6e4;
  border-color: rgb(226.962992126, 211.8661417323, 191.737007874);
}
.btn-sunrise .badge {
  color: #fdf6e4;
  background-color: #302E2B;
}

/*blue bdg*/
.btn-blue {
  color: #fff;
  background-color: #302E2B;
  border-color: #302E2B;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  border-color: hsl(36, 5.4945054945%, -7.1568627451%);
}
.btn-blue:hover {
  color: #fff;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  border-color: rgb(15.7186813187, 15.0637362637, 14.0813186813);
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  background-image: none;
  border-color: rgb(15.7186813187, 15.0637362637, 14.0813186813);
}
.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(2.2681318681, 2.1736263736, 2.0318681319);
  border-color: hsl(36, 5.4945054945%, -7.1568627451%);
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus {
  background-color: #302E2B;
  border-color: #302E2B;
}
.btn-blue .badge {
  color: #302E2B;
  background-color: #fff;
}

/*orange bgd*/
.btn-orange {
  color: #fff;
  background-color: #f87f25;
  border-color: rgb(247.2066666667, 112.4933333333, 12.2933333333);
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: rgb(226.72, 100.88, 7.28);
  border-color: rgb(127.8933333333, 56.9066666667, 4.1066666667);
}
.btn-orange:hover {
  color: #fff;
  background-color: rgb(226.72, 100.88, 7.28);
  border-color: rgb(192.1306666667, 85.4893333333, 6.1693333333);
}
.btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: rgb(226.72, 100.88, 7.28);
  background-image: none;
  border-color: rgb(192.1306666667, 85.4893333333, 6.1693333333);
}
.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus, .open > .btn-orange.dropdown-toggle:hover, .open > .btn-orange.dropdown-toggle:focus, .open > .btn-orange.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(192.1306666667, 85.4893333333, 6.1693333333);
  border-color: rgb(127.8933333333, 56.9066666667, 4.1066666667);
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus {
  background-color: #f87f25;
  border-color: rgb(247.2066666667, 112.4933333333, 12.2933333333);
}
.btn-orange .badge {
  color: #f87f25;
  background-color: #fff;
}

/*charcoal bgd*/
.btn-charcoal {
  color: white;
  background-color: #302E2B;
  border-color: #302E2B;
}
.btn-charcoal:focus, .btn-charcoal.focus {
  color: white;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  border-color: hsl(36, 5.4945054945%, -7.1568627451%);
}
.btn-charcoal:hover {
  color: white;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  border-color: rgb(15.7186813187, 15.0637362637, 14.0813186813);
}
.btn-charcoal:active, .btn-charcoal.active, .open > .btn-charcoal.dropdown-toggle {
  color: white;
  background-color: rgb(21.0989010989, 20.2197802198, 18.9010989011);
  background-image: none;
  border-color: rgb(15.7186813187, 15.0637362637, 14.0813186813);
}
.btn-charcoal:active:hover, .btn-charcoal:active:focus, .btn-charcoal:active.focus, .btn-charcoal.active:hover, .btn-charcoal.active:focus, .btn-charcoal.active.focus, .open > .btn-charcoal.dropdown-toggle:hover, .open > .btn-charcoal.dropdown-toggle:focus, .open > .btn-charcoal.dropdown-toggle.focus {
  color: white;
  background-color: rgb(2.2681318681, 2.1736263736, 2.0318681319);
  border-color: hsl(36, 5.4945054945%, -7.1568627451%);
}
.btn-charcoal.disabled:hover, .btn-charcoal.disabled:focus, .btn-charcoal.disabled.focus, .btn-charcoal[disabled]:hover, .btn-charcoal[disabled]:focus, .btn-charcoal[disabled].focus, fieldset[disabled] .btn-charcoal:hover, fieldset[disabled] .btn-charcoal:focus, fieldset[disabled] .btn-charcoal.focus {
  background-color: #302E2B;
  border-color: #302E2B;
}
.btn-charcoal .badge {
  color: #302E2B;
  background-color: white;
}

/*teal*/
.btn-teal {
  color: white;
  background-color: #56b7b5;
  border-color: #56b7b5;
}
.btn-teal:focus, .btn-teal.focus {
  color: white;
  background-color: rgb(65.1286307054, 152.8713692946, 151.0622406639);
  border-color: rgb(42.2738589212, 99.2261410788, 98.0518672199);
}
.btn-teal:hover {
  color: white;
  background-color: rgb(65.1286307054, 152.8713692946, 151.0622406639);
  border-color: rgb(62.0813278008, 145.7186721992, 143.9941908714);
}
.btn-teal:active, .btn-teal.active, .open > .btn-teal.dropdown-toggle {
  color: white;
  background-color: rgb(65.1286307054, 152.8713692946, 151.0622406639);
  background-image: none;
  border-color: rgb(62.0813278008, 145.7186721992, 143.9941908714);
}
.btn-teal:active:hover, .btn-teal:active:focus, .btn-teal:active.focus, .btn-teal.active:hover, .btn-teal.active:focus, .btn-teal.active.focus, .open > .btn-teal.dropdown-toggle:hover, .open > .btn-teal.dropdown-toggle:focus, .open > .btn-teal.dropdown-toggle.focus {
  color: white;
  background-color: rgb(54.4630705394, 127.8369294606, 126.32406639);
  border-color: rgb(42.2738589212, 99.2261410788, 98.0518672199);
}
.btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled.focus, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled].focus, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal.focus {
  background-color: #56b7b5;
  border-color: #56b7b5;
}
.btn-teal .badge {
  color: #56b7b5;
  background-color: white;
}

.btn-crimson {
  color: white;
  background-color: #AD061B;
  border-color: #AD061B;
}
.btn-crimson:focus, .btn-crimson.focus {
  color: white;
  background-color: rgb(123.7094972067, 4.2905027933, 19.3072625698);
  border-color: rgb(49.7737430168, 1.7262569832, 7.7681564246);
}
.btn-crimson:hover {
  color: white;
  background-color: rgb(123.7094972067, 4.2905027933, 19.3072625698);
  border-color: rgb(113.851396648, 3.948603352, 17.7687150838);
}
.btn-crimson:active, .btn-crimson.active, .open > .btn-crimson.dropdown-toggle {
  color: white;
  background-color: rgb(123.7094972067, 4.2905027933, 19.3072625698);
  background-image: none;
  border-color: rgb(113.851396648, 3.948603352, 17.7687150838);
}
.btn-crimson:active:hover, .btn-crimson:active:focus, .btn-crimson:active.focus, .btn-crimson.active:hover, .btn-crimson.active:focus, .btn-crimson.active.focus, .open > .btn-crimson.dropdown-toggle:hover, .open > .btn-crimson.dropdown-toggle:focus, .open > .btn-crimson.dropdown-toggle.focus {
  color: white;
  background-color: rgb(89.2061452514, 3.0938547486, 13.9223463687);
  border-color: rgb(49.7737430168, 1.7262569832, 7.7681564246);
}
.btn-crimson.disabled:hover, .btn-crimson.disabled:focus, .btn-crimson.disabled.focus, .btn-crimson[disabled]:hover, .btn-crimson[disabled]:focus, .btn-crimson[disabled].focus, fieldset[disabled] .btn-crimson:hover, fieldset[disabled] .btn-crimson:focus, fieldset[disabled] .btn-crimson.focus {
  background-color: #AD061B;
  border-color: #AD061B;
}
.btn-crimson .badge {
  color: #AD061B;
  background-color: white;
}

/*.btn-shaded {
    background-image: none;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
}*/
.btn-rounded {
  border-radius: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.btn-highlight:hover {
  color: #993838;
}

.btn-blank {
  padding: 0;
  background: none;
  border: 0;
  appearance: none;
}

.btn-narrow {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-outline-white {
  border: solid 2px #ddd;
}
.btn-outline-white:hover {
  border-color: #fff;
}

.match {
  min-width: 65%;
}

/* Note: Normally, it isn't a good idea to...
 *
 * - Duplicate the btn-default variant style.
 * - Use a one-off CSS sprite instead of inline SVG like most other buttons.
 *
 * I'm making an exception here because the favorites button is simultaneously
 * simple and idiosyncratic. Doing things this way allows us to deviate from
 * standard styles while maintaining compatibility with Bootstrap's toggle/state
 * methods (part of their Button plugin).
 */
.btn-fave {
  font-weight: normal;
  color: #302E2B;
  background-color: #fff;
  border-color: #d6d6d6;
}
.btn-fave:focus, .btn-fave.focus {
  color: #302E2B;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(150.25, 150.25, 150.25);
}
.btn-fave:hover {
  color: #302E2B;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(183.4, 183.4, 183.4);
}
.btn-fave:active, .btn-fave.active, .open > .btn-fave.dropdown-toggle {
  color: #302E2B;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(183.4, 183.4, 183.4);
}
.btn-fave:active:hover, .btn-fave:active:focus, .btn-fave:active.focus, .btn-fave.active:hover, .btn-fave.active:focus, .btn-fave.active.focus, .open > .btn-fave.dropdown-toggle:hover, .open > .btn-fave.dropdown-toggle:focus, .open > .btn-fave.dropdown-toggle.focus {
  color: #302E2B;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(150.25, 150.25, 150.25);
}
.btn-fave.disabled:hover, .btn-fave.disabled:focus, .btn-fave.disabled.focus, .btn-fave[disabled]:hover, .btn-fave[disabled]:focus, .btn-fave[disabled].focus, fieldset[disabled] .btn-fave:hover, fieldset[disabled] .btn-fave:focus, fieldset[disabled] .btn-fave.focus {
  background-color: #fff;
  border-color: #d6d6d6;
}
.btn-fave .badge {
  color: #fff;
  background-color: #302E2B;
}
.btn-fave:before {
  content: "";
  display: inline-block;
  margin-left: -0.1em;
  margin-right: 0.35em;
  vertical-align: -0.2em;
  background-position: 97.8947368421% 53.4351145038%;
  width: 14px;
  height: 14px;
}
.btn-fave.active {
  background-color: #fff;
  border-color: #dd5c8b;
  box-shadow: inset 0 0 0 1px #dd5c8b;
  color: #dd5c8b;
}

.btn-saved-articles {
  font-weight: normal;
  background: transparent;
  border: none;
}
.btn-saved-articles .icon {
  height: 1.9em;
  width: 2.5em;
  --fav-btn-stroke-color: #ffffff;
  stroke: var(--fav-btn-stroke-color);
}
.btn-saved-articles .icon-not-saved,
.btn-saved-articles .icon-not-favorited {
  --fav-btn-fill-color: transparent;
  color: var(--fav-btn-fill-color);
  margin-bottom: 2px;
}
.btn-saved-articles .icon-saved {
  --fav-btn-fill-color: #be4647;
  color: var(--fav-btn-fill-color);
  --fav-btn-stroke-color: #ffffff;
  stroke: var(--fav-btn-stroke-color);
  margin-bottom: 2px;
}
.btn-saved-articles.active {
  border: none;
  --fav-btn-fill-color: #be4647;
  color: var(--fav-btn-fill-color);
}

.save-text-hide .btn-saved-articles {
  position: absolute;
  right: 10px;
  top: 2px;
  transform: scale(0.7);
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.save-text-hide span {
  display: none;
}

.btn-social {
  padding: 10px 0;
  display: inline-block;
}

.btn-app {
  display: inline-block;
  padding: 10px 8px;
}
.btn-app img {
  width: 135px;
  vertical-align: bottom;
}

.pull-left-stack-sm {
  float: none;
  text-align: center;
  margin: 10px auto 10px auto;
  display: block;
}
@media (min-width: 703px) {
  .pull-left-stack-sm {
    float: left;
    display: inline-block;
    margin-top: -45px;
  }
}

.fixed-width-30, .close {
  width: 30px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
}

.btn-lrg {
  white-space: normal;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}

.btn.btn-primary[disabled] {
  color: white;
}
.btn.btn-primary[disabled]:hover {
  color: inherit;
}

.btn-yellow {
  background-color: #ffc959;
  border: 1px solid white;
  border-radius: 0;
  font-weight: normal;
  color: #c92222;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-yellow:hover {
  background-color: #D2A030;
}

.link-block-hover {
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}
.link-block-hover:hover {
  background-color: #feeed7;
}

/* button flex */
.btnf--arrow, .btnf--arrow--sm, .btnf--crimson--lg, .btnf--greyed, .btn-cta-paypal,
.btnf--paypal, .btn-cta-crimson,
.btnf--crimson,
.btn-primary, .btnf--muted, .btnf--white, .btnf, .btnf-lg,
.btn-lg {
  color: #fff;
  border-radius: 32px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 1;
  gap: 10px;
  text-decoration: none;
  letter-spacing: 0.8px;
  min-height: 28px;
  height: 28px;
  max-width: 100%;
  font-size: 0.8rem;
}
.btnf--arrow svg, .btnf--arrow--sm svg, .btnf--crimson--lg svg, .btnf--greyed svg, .btn-cta-paypal svg,
.btnf--paypal svg, .btn-cta-crimson svg,
.btnf--crimson svg,
.btn-primary svg, .btnf--muted svg, .btnf--white svg, .btnf svg, .btnf-lg svg,
.btn-lg svg {
  transform: scale(1.3);
}
.btnf--arrow:hover, .btnf--arrow--sm:hover, .btnf--crimson--lg:hover, .btnf--greyed:hover, .btn-cta-paypal:hover,
.btnf--paypal:hover, .btn-cta-crimson:hover,
.btnf--crimson:hover,
.btn-primary:hover, .btnf--muted:hover, .btnf--white:hover, .btnf:hover, .btnf-lg:hover,
.btn-lg:hover {
  text-decoration: none;
}

.btnf-lg,
.btn-lg {
  min-height: 2.5em;
  max-width: 100%;
  line-height: 1;
}

.btnf {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  background-color: #AD061B;
}

.btnf--white {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  background-color: #fff;
  color: #AD061B;
  border: solid 2px #AD061B;
}
.btnf--white:hover {
  background-color: #AD061B;
  border: solid 2px #fff;
  color: #fff;
}

.btnf--muted {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  color: #302E2B;
  background-color: transparent;
  border: 1px solid #efefef;
}
.btnf--muted:hover {
  border: solid 1px #9f9f9f;
}

.btn-cta-crimson,
.btnf--crimson,
.btnf--crimson--lg,
.btn-primary {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  background-color: #AD061B;
  border: solid 2px #AD061B;
  border-radius: 30px;
  padding: 10px 40px;
  color: #fff;
  font-weight: 500;
}
.btn-cta-crimson:hover, .btn-cta-crimson:focus, .btn-cta-crimson.selected,
.btnf--crimson:hover,
.btnf--crimson--lg:hover,
.btnf--crimson:focus,
.btnf--crimson--lg:focus,
.btnf--crimson.selected,
.selected.btnf--crimson--lg,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.selected {
  color: #AD061B;
  text-decoration: none;
  background: #fff;
  border: solid 2px #AD061B;
}

.btn-cta-paypal,
.btnf--paypal {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  background-color: #FFC43A;
  border: solid 2px #FFC43A;
  border-radius: 30px;
  padding: 10px 40px;
  color: #fff;
  font-weight: normal;
}
.btn-cta-paypal:hover, .btn-cta-paypal:focus, .btn-cta-paypal.selected,
.btnf--paypal:hover,
.btnf--paypal:focus,
.btnf--paypal.selected {
  text-decoration: none;
  box-shadow: 2px 2px 6px 0px rgba(255, 196, 58, 0.3764705882);
}
.btn-cta-paypal.selected,
.btnf--paypal.selected {
  color: #FFC43A;
  background: #fff;
  border: solid 2px #FFC43A;
}

.btnf--greyed {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  background-color: #d6d6d6;
  border: solid 2px #d6d6d6;
  border-radius: 30px;
  padding: 10px 40px;
  color: #333;
  font-weight: normal;
}
.btnf--greyed:hover, .btnf--greyed:focus, .btnf--greyed.selected {
  color: #333;
  background: #fff;
  border: solid 2px #d6d6d6;
}

.btnf--crimson--lg {
  min-height: 2.5em;
  max-width: 100%;
  line-height: 1;
  /*font-size: clamp(14px, 2vw, 20px);*/
  font-size: 16px;
}

.btnf--arrow, .btnf--arrow--sm {
  border-radius: 20px;
  background-color: #AD061B;
  font-weight: bold;
  width: 150px;
  max-width: 130px;
  font-size: 1rem;
  height: 38px;
}
.btnf--arrow > .arrow, .btnf--arrow--sm > .arrow {
  margin-top: 5px;
}
.btnf--arrow:hover, .btnf--arrow--sm:hover, .btnf--arrow:focus, .btnf--arrow--sm:focus {
  border: #AD061B solid 2px;
  text-decoration: none;
  background-color: #fff;
  color: #AD061B;
}
.btnf--arrow:hover > .arrow svg path, .btnf--arrow--sm:hover > .arrow svg path, .btnf--arrow:focus > .arrow svg path, .btnf--arrow--sm:focus > .arrow svg path {
  fill: #AD061B;
}

.btnf--arrow--sm {
  min-height: 39px;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
}
.btnf--arrow--sm svg {
  transform: scale(0.9);
}
@media (min-width: 704px) {
  .btnf--arrow--sm {
    min-height: 39px;
    min-width: 0;
    max-width: 100%;
    font-size: 14px;
  }
  .btnf--arrow--sm svg {
    transform: scale(1);
  }
}

.box-full, .box {
  background-color: #fff;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 11px;
  position: relative;
}
.box-full, .box,
.box-full .box-inner,
.box .box-inner {
  padding: 11px 22px;
}
.box-full > *:last-child, .box > *:last-child {
  margin-bottom: 0;
}
.box-full > *:first-child, .box > *:first-child {
  margin-top: 0;
}
.box-hide-md.box-full, .box-hide-md.box {
  border-radius: 6px;
  border-width: 0px;
  border-style: solid;
  padding: 0;
}
@media (min-width: 704px) {
  .box-hide-md.box-full, .box-hide-md.box {
    padding: 11px 22px;
    border-width: 1px;
  }
}
.box-no-border.box-full, .box-no-border.box {
  border: none;
  padding: 0;
}

.box {
  border-radius: 6px;
  border-width: 1px;
}

.box-full {
  border-width: 1px 0;
}
.box-full.box-thick {
  border-width: 2px 0;
}

@media (min-width: 480px) {
  .box-default-sm {
    border-radius: 6px;
    border-width: 1px;
  }
}

@media (min-width: 704px) {
  .box-default-md {
    border-radius: 6px;
    border-width: 1px;
  }
}

@media (min-width: 994px) {
  .box-default-lg {
    border-radius: 6px;
    border-width: 1px;
  }
}

@media (max-width: 704px) {
  .box-md-no-border {
    border-width: 0;
  }
}

.box-hor-scroll-sm {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 6px;
  position: relative;
}
@media (max-width: 703px) {
  .box-hor-scroll-sm {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.box-dark {
  border-color: #c92222;
}

.box-light {
  border-color: #adadad;
}

.box-lighter {
  border-color: #adadad;
}

.box-extra-light {
  border-color: #d4ddde;
}

.box-butter {
  background-color: #feeed8;
  border-color: #d8c3a7;
}

.box-sheer {
  padding: 0;
}

.box-sheer-sides {
  padding-left: 0;
  padding-right: 0;
}

.box-md {
  padding: 22px;
}

.box-thick {
  border-width: 2px;
}

.box-shadow {
  box-shadow: none;
}

@media (max-width: 703px) {
  .match-box {
    border: none;
    box-shadow: none;
  }
}

.box-trans {
  background-color: transparent;
}

@media (max-width: 479px) {
  .box-trans-xs, .box-teal.box-trans-xs, .box-tan.box-trans-xs,
  .box-orange.box-trans-xs {
    background-color: transparent;
    background: none;
  }
}

.box-teal {
  background: #f5f5f5;
}

.box-tan {
  background: #f5f5f5;
}

.box-orange {
  background: #f5f5f5;
  border-color: #d6d6d6;
}

.box-member-message {
  background: #fdf6e4;
  border: 1px solid #dededc;
  border-radius: 3px;
}

/*.box-leaf-tr {
  background: transparent url(/images/top-right-leaf.svg) top right no-repeat;
  background-size: 20em auto;
  margin-right: -1em;
  padding-right: 2em;
  padding-top: .5em;
  @media (max-width: $screen-md-max) {
    background: none;
    margin-right: 0;
    padding-right: 0;
    padding-top: 0;
  }
}*/
.box-scroll {
  background-color: transparent;
}

.box-scroll:before,
.box-scroll:after,
.box-scroll-top:before,
.box-scroll-bottom:after {
  background-image: url(/images/scroll.svg);
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 14px;
  margin: 11px -22px;
  width: auto;
}

/** Get rid of the double border on the filter staff picsk */
#our-psychics-types.prairie-dog-dialog.box.box-lighter.box-sheer.box-shadow .box-tan {
  background-color: white;
  border: 0px;
}

.fleuron-star-wide, .fleuron-star-three, .fleuron-star-two, .fleuron-star-one-red, .fleuron-star-one {
  display: inline-block;
  vertical-align: middle;
}
.top.fleuron-star-wide, .top.fleuron-star-three, .top.fleuron-star-two, .top.fleuron-star-one-red, .top.fleuron-star-one, .right.fleuron-star-wide, .right.fleuron-star-three, .right.fleuron-star-two, .right.fleuron-star-one-red, .right.fleuron-star-one, .bottom.fleuron-star-wide, .bottom.fleuron-star-three, .bottom.fleuron-star-two, .bottom.fleuron-star-one-red, .bottom.fleuron-star-one, .left.fleuron-star-wide, .left.fleuron-star-three, .left.fleuron-star-two, .left.fleuron-star-one-red, .left.fleuron-star-one {
  position: absolute;
}
.top.fleuron-star-wide, .top.fleuron-star-three, .top.fleuron-star-two, .top.fleuron-star-one-red, .top.fleuron-star-one, .bottom.fleuron-star-wide, .bottom.fleuron-star-three, .bottom.fleuron-star-two, .bottom.fleuron-star-one-red, .bottom.fleuron-star-one {
  left: 50%;
}
.right.fleuron-star-wide, .right.fleuron-star-three, .right.fleuron-star-two, .right.fleuron-star-one-red, .right.fleuron-star-one, .left.fleuron-star-wide, .left.fleuron-star-three, .left.fleuron-star-two, .left.fleuron-star-one-red, .left.fleuron-star-one {
  top: 50%;
}
.top.fleuron-star-wide, .top.fleuron-star-three, .top.fleuron-star-two, .top.fleuron-star-one-red, .top.fleuron-star-one {
  top: 0;
}
.right.fleuron-star-wide, .right.fleuron-star-three, .right.fleuron-star-two, .right.fleuron-star-one-red, .right.fleuron-star-one {
  right: 0;
  left: auto;
}
.bottom.fleuron-star-wide, .bottom.fleuron-star-three, .bottom.fleuron-star-two, .bottom.fleuron-star-one-red, .bottom.fleuron-star-one {
  top: auto;
  bottom: 0;
}
.left.fleuron-star-wide, .left.fleuron-star-three, .left.fleuron-star-two, .left.fleuron-star-one-red, .left.fleuron-star-one {
  left: 0;
}

.fleuron-star-one {
  background-position: 61.9565217391% 67.2032%;
  width: 20px;
  height: 20px;
}
.fleuron-star-one.top, .fleuron-star-one.bottom {
  margin-left: -10px;
}
.fleuron-star-one.right, .fleuron-star-one.left {
  margin-top: -10px;
}
.fleuron-star-one.top {
  margin-top: -9px;
}
.fleuron-star-one.right {
  margin-right: -8px;
  margin-left: auto;
}
.fleuron-star-one.bottom {
  margin-top: auto;
  margin-bottom: -9px;
}
.fleuron-star-one.left {
  margin-left: -8px;
}

.fleuron-star-one-red {
  background-position: 72.8260869565% 67.2032%;
  width: 20px;
  height: 20px;
}
.fleuron-star-one-red.top, .fleuron-star-one-red.bottom {
  margin-left: -10px;
}
.fleuron-star-one-red.right, .fleuron-star-one-red.left {
  margin-top: -10px;
}
.fleuron-star-one-red.top {
  margin-top: -9px;
}
.fleuron-star-one-red.right {
  margin-right: -8px;
  margin-left: auto;
}
.fleuron-star-one-red.bottom {
  margin-top: auto;
  margin-bottom: -9px;
}
.fleuron-star-one-red.left {
  margin-left: -8px;
}

.fleuron-star-two {
  background-position: 100% 0;
  width: 50px;
  height: 50px;
}
.fleuron-star-two.top, .fleuron-star-two.bottom {
  margin-left: -25px;
}
.fleuron-star-two.right, .fleuron-star-two.left {
  margin-top: -25px;
}
.fleuron-star-two.top {
  margin-top: -24px;
}
.fleuron-star-two.right {
  margin-right: -23px;
  margin-left: auto;
}
.fleuron-star-two.bottom {
  margin-top: auto;
  margin-bottom: -24px;
}
.fleuron-star-two.left {
  margin-left: -23px;
}
.fleuron-star-two.top.left {
  transform: rotate(180deg);
}
.fleuron-star-two.top.right {
  transform: rotate(90deg);
}
.fleuron-star-two.bottom.left {
  transform: rotate(-90deg);
}

.fleuron-star-three {
  background-position: 0 98.8282352941%;
  width: 60px;
  height: 60px;
}
.fleuron-star-three.top, .fleuron-star-three.bottom {
  margin-left: -30px;
}
.fleuron-star-three.right, .fleuron-star-three.left {
  margin-top: -30px;
}
.fleuron-star-three.top {
  margin-top: -29px;
}
.fleuron-star-three.right {
  margin-right: -28px;
  margin-left: auto;
}
.fleuron-star-three.bottom {
  margin-top: auto;
  margin-bottom: -29px;
}
.fleuron-star-three.left {
  margin-left: -28px;
}
.fleuron-star-three.top.left {
  transform: rotate(180deg);
}
.fleuron-star-three.top.right {
  transform: rotate(90deg);
}
.fleuron-star-three.bottom.left {
  transform: rotate(-90deg);
}
.fleuron-star-three.bottom {
  margin-bottom: -15px;
}
.fleuron-star-three.top {
  margin-top: -15px;
}

.fleuron-star-wide {
  background-position: 0 0;
  width: 154px;
  height: 32.004px;
}
.fleuron-star-wide.top, .fleuron-star-wide.bottom {
  margin-left: -77px;
}
.fleuron-star-wide.right, .fleuron-star-wide.left {
  margin-top: -16.002px;
}
.fleuron-star-wide.top {
  margin-top: -15.002px;
}
.fleuron-star-wide.right {
  margin-right: 7px;
  margin-left: auto;
}
.fleuron-star-wide.bottom {
  margin-top: auto;
  margin-bottom: -15.002px;
}
.fleuron-star-wide.left {
  margin-left: 7px;
}

.bgd-tan {
  background-color: #F9F1E7;
  color: #c92222;
  background-repeat: no-repeat;
}
.bgd-tan .blurrbox {
  background-color: #fff;
  -moz-box-shadow: inset 0px 0px 68px 39px #F9F1E7;
  -webkit-box-shadow: inset 0px 0px 68px 39px #F9F1E7;
  box-shadow: inset 0px 0px 68px 39px #F9F1E7;
}

.bgd-light-gray {
  background-color: #f5f5f5;
  color: #c92222;
  background-repeat: no-repeat;
  /*.blurrbox{

      background-color:white;
      -moz-box-shadow: inset 0px -20px 75px 69px #E9ECEC;
      -webkit-box-shadow: inset 0px -20px 75px 69px #E9ECEC; 
      box-shadow: inset 0px -20px 75px 69px #E9ECEC; 
  }*/
}

.hero-floral-1 {
  background-repeat: no-repeat;
  background-image: none;
  background-position: center 19px;
}

.hero-floral-2 {
  background-image: none;
  background-position: center 15px;
  background-repeat: no-repeat;
}
@media (max-width: 703px) {
  .hero-floral-2 .h8 {
    margin-top: 0;
  }
}

.hero-floral-3 {
  background-image: none;
  background-position: center 15px;
  background-repeat: no-repeat;
}
@media (max-width: 703px) {
  .hero-floral-3 .h8 {
    margin-top: 0;
  }
}

.hero-floral-4 {
  background-image: url("/Images/fleurons/hero-flural-4.png");
  background-position: center 15px;
  background-repeat: no-repeat;
}

.hero-floral-5 {
  background-image: url("/Images/fleurons/hero-flural-5.png");
  background-position: center -8px;
  background-repeat: no-repeat;
}

blockquote footer {
  font-size: 90%;
  color: #84796d;
}
blockquote small {
  font-size: 90%;
  color: #84796d;
}
blockquote .small {
  font-size: 90%;
  color: #84796d;
}

/* Sitewide Banner */
.sitewide-banner-sticky {
  position: fixed;
  top: 0;
}

#sitewide-banner,
#kindness-banner {
  text-align: center;
  color: #fff;
  /* transform: translateY(0px);*/
}
#sitewide-banner a,
#kindness-banner a {
  color: #fff;
  padding: 10px;
  display: block;
}
#sitewide-banner p,
#kindness-banner p {
  padding: 10px;
  margin-bottom: 0;
}

#sitewide-banner {
  display: none;
}

/*enhancements to ORDER REVIEW layout*/
.or-box {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 15px 10px;
}
.or-box.or-box-collapse {
  padding: 0;
  border: none;
  border-radius: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.or-box.or-box-collapse a {
  display: block;
  background: #f5f5f5;
  border: 1px solid #adadad;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0;
  padding: 10px 30px;
  color: #000;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.or-box.or-box-collapse a:after {
  align-self: center;
}
.or-box.or-box-collapse a:hover, .or-box.or-box-collapse a:focus {
  text-decoration: none;
}
.or-box.or-box-collapse a.collapsed {
  border-radius: 6px;
}
.or-box.or-box-collapse a.pad-normal {
  padding: 15px 10px;
}
.or-box.or-box-collapse a.pad-20 {
  padding: 20px;
}
.or-box.or-box-collapse a.pad-30 {
  padding: 15px 30px;
}
.or-box.or-box-collapse + .panel-collapse {
  background: #f5f5f5;
  padding: 15px 20px;
  border: 1px solid #adadad;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: none;
}

.or-box table {
  margin-bottom: 0;
}

.or-box tr:first-child td {
  border-top: none;
}

.or-box td:first-child {
  width: 170px;
}

.or-total {
  font-weight: bold;
  font-size: 1.1em;
}

.or-line-item td:nth-child(2) {
  float: none;
  text-align: right;
}

tbody tr.or-tax td {
  border-top: none;
  padding-top: 0;
}

.table.table-collapse-xs tr.or-tax-pre {
  border-bottom: none;
}

/*.btn-white {
    padding: 9px 10px 9px 10px !important;
    background-color: #fff;
    border-color: #BBBBBB;
    display: inline-block !important;
}*/
.confirmation-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 704px) {
  .confirmation-box {
    flex-direction: row;
  }
}
.confirmation-box h1 {
  color: #c92222;
  margin: 0;
}

.kindness-select {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
@media (min-width: 704px) {
  .kindness-select {
    flex-direction: row;
    margin: 10px 0 30px 0;
  }
}
.kindness-select .h3 {
  color: #80a8a9;
}
.kindness-select .image {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 30px;
  min-width: 120px;
}
.kindness-select .content {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.icon {
  color: inherit;
  display: inline-block;
  vertical-align: -0.26em;
  line-height: 1;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

.icon-md {
  height: 1.375em;
  width: 1.375em;
}

.icon-lg {
  height: 1.75em;
  width: 1.75em;
  margin-top: -0.4em;
  vertical-align: -0.4em;
}

/*TODO: rework sizes*/
.icon-lgx {
  height: 48px;
  width: 48px;
  margin-top: -0.4em;
  vertical-align: -0.4em;
}

.icon-xl {
  height: 3.5em;
  width: 3.5em;
  margin-top: 0.5em;
  vertical-align: -0.4em;
}

.listicons li {
  padding-bottom: 10px;
}
.listicons li .icon {
  vertical-align: -0.6em;
  color: #89a5a8;
}

svg.icon {
  pointer-events: none;
}

.hollow-circle {
  display: inline-block;
  border: 2px solid #ffffff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 86;
  text-align: center;
}
.hollow-circle .arrow-down {
  margin-top: 13px;
  border-width: 0.6em 0.6em 0 0.6em;
}
.hollow-circle .arrow-up {
  margin-top: 10px;
  border-width: 0 0.6em 0.6em 0.6em;
}

.satisfaction-seal-es {
  margin: 0 auto;
  width: 150px;
  height: 122px;
  display: inline-block;
  background: url("http://psychicsource.com/psimages/pods/guarantee-es.png") -1px -1px no-repeat;
  background-size: contain !important;
}

/**
 * Based on the suitcss Arrange component, but written in Sass with
 * Bootstrap-like class-names specifically for this project.
 *
 * https://github.com/suitcss/components-arrange
 */
/**
 * This component lets you lay out a row of cells in various ways. You can
 * specify whether a cell should be wide enough to fit its content, or take up
 * the remaining space in the row. It's also possible to give all cells an
 * equal width, and to control their vertical alignment.
 */
/**
 * 1. Protect against the component expanding beyond the confines of its
 *    container if properties affecting the box-model are applied to the
 *    component. Mainly necessary because of (5).
 * 2. Rely on table layout.
 * 3. Zero out the default spacing that might be on an element (e.g., `ul`).
 * 4. Make sure the component fills at least the full width of its parent.
 * 5. Reset the table-layout algorithm in case a component is nested.
 */
.arrange {
  box-sizing: border-box; /* 1 */
  display: table; /* 2 */
  margin-left: 0; /* 3 */
  margin-right: 0; /* 3 */
  min-width: 100%; /* 4 */
  padding: 0; /* 3 */
  table-layout: auto; /* 5 */
}

/**
 * There are two possible types of child. `sizeFill` will expand to fill all
 * of the remaining space not filled by `sizeFit` elements.
 *
 * 1. Zero out any default spacing that might be on an element (e.g., `li`);
 *    Margin has no effect when coupled with `display: table-cell`.
 * 2. All cells are top-aligned by default
 */
.arrange-fill,
.arrange-fit {
  display: table-cell;
  padding: 0; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Make sure the main content block expands to fill the remaining space.
 */
.arrange-fill {
  width: 100%;
}

/**
 * Where possible, protect against large images breaking the layout. Prevent them from
 * exceeding the width of the main content block by making them fluid.
 *
 * Only work for all browsers with the `Arrange-equally` variant. For Firefox
 * and IE to constrain image dimensions for other layouts, large images will
 * need their width set to `100%`.
 */
.arrange-fill img {
  height: auto;
  max-width: 100%;
}

/**
 * Defend against a side-effect of this layout pattern: images in
 * 'Arrange-fit' cannot be fluid, otherwise they lose their ability to
 * provide size to a cell.
 */
.arrange-fit img {
  max-width: none !important;
  width: auto !important;
}

/* Vertical alignment modifiers
   ========================================================================== */
.arrange-middle .arrange-fill,
.arrange-middle .arrange-fit {
  vertical-align: middle;
}

.arrange-bottom .arrange-fill,
.arrange-bottom .arrange-fit {
  vertical-align: bottom;
}

/* Equal-width modifier
   ========================================================================== */
/**
 * This layout algorithm will create equal-width table cells, irrespective of
 * the width of their content.
 *
 * 1. The layout algorithm requires a set width to correctly calculate table
 *    cell width.
 */
.arrange-equal {
  table-layout: fixed;
  width: 100%; /* 1 */
}

/**
 * Give the cells an equal width. This value ensures that Arrange is still 100%
 * wide when gutters are used in conjunctions with equal-width cells.
 *
 * It's recommended that only 'Arrange-fill' be used for equal width cells.
 * Their inner images will automatically be responsive.
 */
.arrange-equal > .arrange-fill,
.arrange-equal > .arrange-fit {
  width: 1%;
}

/* Gutter modifier
   ========================================================================== */
/**
 * Add a gutter between cells
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */
.arrange-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.arrange-gutter > .arrange-fit, .arrange-gutter .arrange-fit,
.arrange-gutter > .arrange-fill {
  padding-left: 5px;
  padding-right: 5px;
}

.arrange-gutter.arrange-equal {
  width: calc(100% + 10px);
}

/* "Soft" percentage modifiers
   ========================================================================== */
/**
 * Will attempt to meet percentage, but will allow buttons to arrange themselves
 * however if they require more space.
 */
.vr-on .arrange-50, .arrange-50 {
  width: 100%;
}
.arrange-gutter.arrange-50 {
  width: calc(100% + 10px);
}

.arrange-50 > .arrange-fit,
.arrange-50 > .arrange-fill {
  width: 50%;
}

.vr-on .arrange-50 > .arrange-fit,
.vr-on .arrange-50 > .arrange-fill {
  width: 33%;
}

@media (max-width: 479px) {
  .arrange-gutter > .arrange-fit.sm-full-width, .arrange-equal > .arrange-fill.sm-full-width {
    display: block;
    width: 100%;
  }
}

.arrange-equal > .arrange-fit.one-third-width, .arrange-equal > .arrange-fill.one-third-width {
  width: 33.5%;
}

.arrange-equal > .arrange-fit.two-thirds-width, .arrange-equal > .arrange-fill.two-thirds-width {
  width: 66.5%;
}

.arrange-fit.full-half {
  width: 100% !important;
}
@media (min-width: 704px) {
  .arrange-fit.full-half {
    width: 50% !important;
  }
}

.arrow-right-equilateral,
.arrow-right-equilateral-before:before,
.arrow-right-equilateral-after:after, .arrow-right,
.arrow-right-before:before,
.arrow-right-after:after, .arrow-left-equilateral,
.arrow-left-equilateral-before:before,
.arrow-left-equilateral-after:after, .arrow-left,
.arrow-left-before:before,
.arrow-left-after:after, .arrow-down-equilateral,
.arrow-down-equilateral-before:before,
.arrow-down-equilateral-after:after, .arrow-down,
.arrow-down-before:before,
.arrow-down-after:after, .arrow-up-equilateral,
.arrow-up-equilateral-before:before,
.arrow-up-equilateral-after:after, .arrow-up,
.arrow-up-before:before,
.arrow-up-after:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
}
.arrow-toggle[aria-expanded=true].arrow-right-equilateral,
.arrow-toggle[aria-expanded=true].arrow-right-equilateral-before:before,
.arrow-toggle[aria-expanded=true].arrow-right-equilateral-after:after, .arrow-toggle[aria-expanded=true].arrow-right,
.arrow-toggle[aria-expanded=true].arrow-right-before:before,
.arrow-toggle[aria-expanded=true].arrow-right-after:after, .arrow-toggle[aria-expanded=true].arrow-left-equilateral,
.arrow-toggle[aria-expanded=true].arrow-left-equilateral-before:before,
.arrow-toggle[aria-expanded=true].arrow-left-equilateral-after:after, .arrow-toggle[aria-expanded=true].arrow-left,
.arrow-toggle[aria-expanded=true].arrow-left-before:before,
.arrow-toggle[aria-expanded=true].arrow-left-after:after, .arrow-toggle[aria-expanded=true].arrow-down-equilateral,
.arrow-toggle[aria-expanded=true].arrow-down-equilateral-before:before,
.arrow-toggle[aria-expanded=true].arrow-down-equilateral-after:after, .arrow-toggle[aria-expanded=true].arrow-down,
.arrow-toggle[aria-expanded=true].arrow-down-before:before,
.arrow-toggle[aria-expanded=true].arrow-down-after:after, .arrow-toggle[aria-expanded=true].arrow-up-equilateral,
.arrow-toggle[aria-expanded=true].arrow-up-equilateral-before:before,
.arrow-toggle[aria-expanded=true].arrow-up-equilateral-after:after, .arrow-toggle[aria-expanded=true].arrow-up,
.arrow-toggle[aria-expanded=true].arrow-up-before:before,
.arrow-toggle[aria-expanded=true].arrow-up-after:after, .arrow-toggle.active.arrow-right-equilateral,
.arrow-toggle.active.arrow-right-equilateral-before:before,
.arrow-toggle.active.arrow-right-equilateral-after:after, .arrow-toggle.active.arrow-right,
.arrow-toggle.active.arrow-right-before:before,
.arrow-toggle.active.arrow-right-after:after, .arrow-toggle.active.arrow-left-equilateral,
.arrow-toggle.active.arrow-left-equilateral-before:before,
.arrow-toggle.active.arrow-left-equilateral-after:after, .arrow-toggle.active.arrow-left,
.arrow-toggle.active.arrow-left-before:before,
.arrow-toggle.active.arrow-left-after:after, .arrow-toggle.active.arrow-down-equilateral,
.arrow-toggle.active.arrow-down-equilateral-before:before,
.arrow-toggle.active.arrow-down-equilateral-after:after, .arrow-toggle.active.arrow-down,
.arrow-toggle.active.arrow-down-before:before,
.arrow-toggle.active.arrow-down-after:after, .arrow-toggle.active.arrow-up-equilateral,
.arrow-toggle.active.arrow-up-equilateral-before:before,
.arrow-toggle.active.arrow-up-equilateral-after:after, .arrow-toggle.active.arrow-up,
.arrow-toggle.active.arrow-up-before:before,
.arrow-toggle.active.arrow-up-after:after {
  transform: rotate(180deg);
}

.arrow-right-before:before,
.arrow-right-equilateral-before:before, .arrow-left-before:before,
.arrow-left-equilateral-before:before, .arrow-down-before:before,
.arrow-down-equilateral-before:before, .arrow-up-before:before,
.arrow-up-equilateral-before:before {
  margin-right: 0.25em;
}

.arrow-right-after:after,
.arrow-right-equilateral-after:after, .arrow-left-after:after,
.arrow-left-equilateral-after:after, .arrow-down-after:after,
.arrow-down-equilateral-after:after, .arrow-up-after:after,
.arrow-up-equilateral-after:after {
  margin-left: 0.25em;
}

.arrow-up,
.arrow-up-before:before,
.arrow-up-after:after {
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent currentColor transparent;
  border-style: inset inset solid inset;
}

.arrow-up-equilateral,
.arrow-up-equilateral-before:before,
.arrow-up-equilateral-after:after {
  border-width: 0 0.5em 0.866em 0.5em;
  border-color: transparent transparent currentColor transparent;
  border-style: inset inset solid inset;
}

.arrow-up-before,
.arrow-up-after {
  white-space: nowrap;
}

.arrow-down,
.arrow-down-before:before,
.arrow-down-after:after {
  border-width: 0.5em 0.5em 0 0.5em;
  border-color: currentColor transparent transparent transparent;
  border-style: solid inset inset inset;
}

.arrow-down-equilateral,
.arrow-down-equilateral-before:before,
.arrow-down-equilateral-after:after {
  border-width: 0.866em 0.5em 0 0.5em;
  border-color: currentColor transparent transparent transparent;
  border-style: solid inset inset inset;
}

.arrow-down-before,
.arrow-down-after {
  white-space: nowrap;
}

.arrow-left,
.arrow-left-before:before,
.arrow-left-after:after {
  border-width: 0.5em 0.5em 0.5em 0;
  border-color: transparent currentColor transparent transparent;
  border-style: inset solid inset inset;
}

.arrow-left-equilateral,
.arrow-left-equilateral-before:before,
.arrow-left-equilateral-after:after {
  border-width: 0.5em 0.866em 0.5em 0;
  border-color: transparent currentColor transparent transparent;
  border-style: inset solid inset inset;
}

.arrow-left-before,
.arrow-left-after {
  white-space: nowrap;
}

.arrow-right,
.arrow-right-before:before,
.arrow-right-after:after {
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent currentColor;
  border-style: inset inset inset solid;
}

.arrow-right-equilateral,
.arrow-right-equilateral-before:before,
.arrow-right-equilateral-after:after {
  border-width: 0.5em 0 0.5em 0.866em;
  border-color: transparent transparent transparent currentColor;
  border-style: inset inset inset solid;
}

.arrow-right-before,
.arrow-right-after {
  white-space: nowrap;
}

.pixel-track {
  position: absolute;
  top: 0;
}

.img-shadow {
  box-shadow: none;
}

.img-100 {
  width: 100%;
}

.round-img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.border-radius-5 {
  border-radius: 5px;
}

/*Nice fade in for Blazy (would replace the spinner though)*/
/*.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
    background-color: $home-lt-blue;
}

.b-lazy.b-loaded {
    opacity: 1;
    background-color:transparent;
}*/
/**
 * Based on the suitcss Arrange component, but written in Sass with
 * Bootstrap-like class-names specifically for this project.
 *
 * https://github.com/suitcss/components-arrange
 */
/**
 * This component lets you lay out a row of cells in various ways. You can
 * specify whether a cell should be wide enough to fit its content, or take up
 * the remaining space in the row. It's also possible to give all cells an
 * equal width, and to control their vertical alignment.
 */
/**
 * 1. Protect against the component expanding beyond the confines of its
 *    container if properties affecting the box-model are applied to the
 *    component. Mainly necessary because of (5).
 * 2. Rely on table layout.
 * 3. Zero out the default spacing that might be on an element (e.g., `ul`).
 * 4. Make sure the component fills at least the full width of its parent.
 * 5. Reset the table-layout algorithm in case a component is nested.
 */
.arrange {
  box-sizing: border-box; /* 1 */
  display: table; /* 2 */
  margin-left: 0; /* 3 */
  margin-right: 0; /* 3 */
  min-width: 100%; /* 4 */
  padding: 0; /* 3 */
  table-layout: auto; /* 5 */
}

/**
 * There are two possible types of child. `sizeFill` will expand to fill all
 * of the remaining space not filled by `sizeFit` elements.
 *
 * 1. Zero out any default spacing that might be on an element (e.g., `li`);
 *    Margin has no effect when coupled with `display: table-cell`.
 * 2. All cells are top-aligned by default
 */
.arrange-fill,
.arrange-fit {
  display: table-cell;
  padding: 0; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Make sure the main content block expands to fill the remaining space.
 */
.arrange-fill {
  width: 100%;
}

/**
 * Where possible, protect against large images breaking the layout. Prevent them from
 * exceeding the width of the main content block by making them fluid.
 *
 * Only work for all browsers with the `Arrange-equally` variant. For Firefox
 * and IE to constrain image dimensions for other layouts, large images will
 * need their width set to `100%`.
 */
.arrange-fill img {
  height: auto;
  max-width: 100%;
}

/**
 * Defend against a side-effect of this layout pattern: images in
 * 'Arrange-fit' cannot be fluid, otherwise they lose their ability to
 * provide size to a cell.
 */
.arrange-fit img {
  max-width: none !important;
  width: auto !important;
}

/* Vertical alignment modifiers
   ========================================================================== */
.arrange-middle .arrange-fill,
.arrange-middle .arrange-fit {
  vertical-align: middle;
}

.arrange-bottom .arrange-fill,
.arrange-bottom .arrange-fit {
  vertical-align: bottom;
}

/* Equal-width modifier
   ========================================================================== */
/**
 * This layout algorithm will create equal-width table cells, irrespective of
 * the width of their content.
 *
 * 1. The layout algorithm requires a set width to correctly calculate table
 *    cell width.
 */
.arrange-equal {
  table-layout: fixed;
  width: 100%; /* 1 */
}

/**
 * Give the cells an equal width. This value ensures that Arrange is still 100%
 * wide when gutters are used in conjunctions with equal-width cells.
 *
 * It's recommended that only 'Arrange-fill' be used for equal width cells.
 * Their inner images will automatically be responsive.
 */
.arrange-equal > .arrange-fill,
.arrange-equal > .arrange-fit {
  width: 1%;
}

/* Gutter modifier
   ========================================================================== */
/**
 * Add a gutter between cells
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */
.arrange-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.arrange-gutter > .arrange-fit, .arrange-gutter .arrange-fit,
.arrange-gutter > .arrange-fill {
  padding-left: 5px;
  padding-right: 5px;
}

.arrange-gutter.arrange-equal {
  width: calc(100% + 10px);
}

/* "Soft" percentage modifiers
   ========================================================================== */
/**
 * Will attempt to meet percentage, but will allow buttons to arrange themselves
 * however if they require more space.
 */
.arrange-50, .vr-on .arrange-50 {
  width: 100%;
}
.arrange-gutter.arrange-50 {
  width: calc(100% + 10px);
}

.arrange-50 > .arrange-fit,
.arrange-50 > .arrange-fill {
  width: 50%;
}

.vr-on .arrange-50 > .arrange-fit,
.vr-on .arrange-50 > .arrange-fill {
  width: 33%;
}

@media (max-width: 479px) {
  .arrange-gutter > .arrange-fit.sm-full-width, .arrange-equal > .arrange-fill.sm-full-width {
    display: block;
    width: 100%;
  }
}

.arrange-equal > .arrange-fit.one-third-width, .arrange-equal > .arrange-fill.one-third-width {
  width: 33.5%;
}

.arrange-equal > .arrange-fit.two-thirds-width, .arrange-equal > .arrange-fill.two-thirds-width {
  width: 66.5%;
}

.arrange-fit.full-half {
  width: 100% !important;
}
@media (min-width: 704px) {
  .arrange-fit.full-half {
    width: 50% !important;
  }
}

ul.checklist {
  list-style: none;
  padding: 0;
  margin: 20px auto 20px auto;
}
ul.checklist li {
  position: relative;
  padding: 3px 2em 10px 2.5em;
  border: 0;
  margin: 0;
}
ul.checklist .icon {
  position: absolute;
  left: 5px;
  top: 3px;
}

ol.circle-list, ol.circle-list-nohr {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
ol.circle-list li, ol.circle-list-nohr li {
  padding-left: 3.2em;
  padding-right: 2.5em;
  padding-bottom: 18px;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 18px;
}
ol.circle-list h2, ol.circle-list .heading, ol.circle-list-nohr h2, ol.circle-list-nohr .heading {
  position: relative;
  margin: 0;
}
ol.circle-list .heading, ol.circle-list-nohr .heading {
  margin-bottom: 9px;
}
ol.circle-list h2:before, ol.circle-list .heading:before, ol.circle-list-nohr h2:before, ol.circle-list-nohr .heading:before {
  position: absolute;
  padding-top: 3px;
  z-index: 10;
  left: -2.55em;
  top: 0;
  background: #f5f5f5;
  height: 2em;
  width: 2em;
  color: black;
  content: counter(li);
  counter-increment: li;
  border: 0.1em solid rgba(0, 0, 0, 0.05);
  text-align: center;
  font: italic bold 1em/1.5em;
  border-radius: 1.5em;
  background-color: white;
  border-color: #d6d6d6;
  border-width: 0.2em;
}
ol.circle-list .heading:before, ol.circle-list-nohr .heading:before {
  border-color: #315F7A;
  color: #315f7a;
}
ol.circle-list ul li, ol.circle-list-nohr ul li {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
  border-bottom: 0 solid #d6d6d6;
  margin-bottom: 0;
}

ul.circle-list h2:before {
  content: "*";
}

ol.circle-list-nohr li {
  border: 0;
  margin-bottom: 25px;
}
ol.circle-list-nohr h2:before {
  top: -5px;
}

ol.circle-list-thick li {
  padding-left: 0;
  padding-right: 0;
}
ol.circle-list-thick h2:before {
  display: none;
}

ol.spacier-list {
  margin-left: 0px;
}
ol.spacier-list li {
  margin-bottom: 8px;
}
@media (min-width: 703px) {
  ol.spacier-list {
    margin-left: 20px;
  }
}

ul {
  padding-left: 20px;
}
@media (min-width: 703px) {
  ul {
    padding-left: 40px;
  }
}

.faq-q {
  margin: 30px 0 9px 0;
  font-weight: bold;
}

.article-tag:after {
  content: ",";
}
.article-tag:last-child:after {
  content: "";
}

.u-margin {
  margin: 10px;
}

.u-margin-sides {
  margin-left: 10px;
  margin-right: 10px;
}

.u-margin-ends {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-margin-top {
  margin-top: 10px;
}

.u-margin-right {
  margin-right: 10px;
}

.u-margin-bottom {
  margin-bottom: 10px;
}

.u-margin-left {
  margin-left: 10px;
}

.u-padding {
  padding: 10px;
}

.u-padding-sides {
  padding-left: 10px;
  padding-right: 10px;
}

.u-padding-ends {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-padding-top {
  padding-top: 10px;
}

.u-padding-right {
  padding-right: 10px;
}

.u-padding-bottom {
  padding-bottom: 10px;
}

.u-padding-left {
  padding-left: 10px;
}

.u-no-margin {
  margin: 0;
}

.u-no-margin-sides {
  margin-left: 0;
  margin-right: 0;
}

.u-no-margin-ends {
  margin-top: 0;
  margin-bottom: 0;
}

.u-no-margin-top {
  margin-top: 0;
}

.u-no-margin-right {
  margin-right: 0;
}

.u-no-margin-bottom {
  margin-bottom: 0;
}

.u-no-margin-left {
  margin-left: 0;
}

.u-no-padding {
  padding: 0;
}

.u-no-padding-sides {
  padding-left: 0;
  padding-right: 0;
}

.u-no-padding-ends {
  padding-top: 0;
  padding-bottom: 0;
}

.u-no-padding-top {
  padding-top: 0;
}

.u-no-padding-right {
  padding-right: 0;
}

.u-no-padding-bottom {
  padding-bottom: 0;
}

.u-no-padding-left {
  padding-left: 0;
}

/**
 * Spacing
 * -------
 * Shorthand responsive margin and padding utility classes to modify an element's appearance.
 *
 * https://github.com/twbs/bootstrap/blob/v4.6.2/scss/utilities/_spacing.scss
 * https://github.com/twbs/bootstrap/blob/v4.6.2/scss/mixins/_breakpoints.scss
 * 
 * Spacing utilities that apply to all breakpoints, from xs to xl, have no breakpoint abbreviation in them.
 * This is because those classes are applied from min-width: 0 and up, and thus are not bound by a media query.
 * The remaining breakpoints, however, do include a breakpoint abbreviation.
 * 
 * The classes are named using the format u-{property}{sides}-{size} for xs
 * and u-{property}{sides}-{breakpoint}-{size} for sm, md, lg, and xl.
 * 
 * Where property is one of:
 * m - for classes that set margin
 * p - for classes that set padding
 * 
 * Where sides is one of:
 * t - for classes that set margin-top or padding-top
 * b - for classes that set margin-bottom or padding-bottom
 * l - for classes that set margin-left or padding-left
 * r - for classes that set margin-right or padding-right
 * x - for classes that set both *-left and *-right
 * y - for classes that set both *-top and *-bottom
 * blank - for classes that set a margin or padding on all 4 sides of the element
 * 
 * Where size is one of:
 * 0 - for classes that eliminate the margin or padding by setting it to 0
 * 1 - (by default) for classes that set the margin or padding to $spacer * .25
 * 2 - (by default) for classes that set the margin or padding to $spacer * .5
 * 3 - (by default) for classes that set the margin or padding to $spacer
 * 4 - (by default) for classes that set the margin or padding to $spacer * 1.5
 * 5 - (by default) for classes that set the margin or padding to $spacer * 3
 * auto - for classes that set the margin to auto
*/
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-30px {
  margin: 30px !important;
}

.u-mt-30px,
.u-my-30px {
  margin-top: 30px !important;
}

.u-mr-30px,
.u-mx-30px {
  margin-right: 30px !important;
}

.u-mb-30px,
.u-my-30px {
  margin-bottom: 30px !important;
}

.u-ml-30px,
.u-mx-30px {
  margin-left: 30px !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-30px {
  padding: 30px !important;
}

.u-pt-30px,
.u-py-30px {
  padding-top: 30px !important;
}

.u-pr-30px,
.u-px-30px {
  padding-right: 30px !important;
}

.u-pb-30px,
.u-py-30px {
  padding-bottom: 30px !important;
}

.u-pl-30px,
.u-px-30px {
  padding-left: 30px !important;
}

.u-m-n30px {
  margin: -30px !important;
}

.u-mt-n30px,
.u-my-n30px {
  margin-top: -30px !important;
}

.u-mr-n30px,
.u-mx-n30px {
  margin-right: -30px !important;
}

.u-mb-n30px,
.u-my-n30px {
  margin-bottom: -30px !important;
}

.u-ml-n30px,
.u-mx-n30px {
  margin-left: -30px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }
  .u-m-sm-30px {
    margin: 30px !important;
  }
  .u-mt-sm-30px,
  .u-my-sm-30px {
    margin-top: 30px !important;
  }
  .u-mr-sm-30px,
  .u-mx-sm-30px {
    margin-right: 30px !important;
  }
  .u-mb-sm-30px,
  .u-my-sm-30px {
    margin-bottom: 30px !important;
  }
  .u-ml-sm-30px,
  .u-mx-sm-30px {
    margin-left: 30px !important;
  }
  .u-p-sm-0 {
    padding: 0 !important;
  }
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }
  .u-p-sm-30px {
    padding: 30px !important;
  }
  .u-pt-sm-30px,
  .u-py-sm-30px {
    padding-top: 30px !important;
  }
  .u-pr-sm-30px,
  .u-px-sm-30px {
    padding-right: 30px !important;
  }
  .u-pb-sm-30px,
  .u-py-sm-30px {
    padding-bottom: 30px !important;
  }
  .u-pl-sm-30px,
  .u-px-sm-30px {
    padding-left: 30px !important;
  }
  .u-m-sm-n30px {
    margin: -30px !important;
  }
  .u-mt-sm-n30px,
  .u-my-sm-n30px {
    margin-top: -30px !important;
  }
  .u-mr-sm-n30px,
  .u-mx-sm-n30px {
    margin-right: -30px !important;
  }
  .u-mb-sm-n30px,
  .u-my-sm-n30px {
    margin-bottom: -30px !important;
  }
  .u-ml-sm-n30px,
  .u-mx-sm-n30px {
    margin-left: -30px !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }
  .u-m-md-30px {
    margin: 30px !important;
  }
  .u-mt-md-30px,
  .u-my-md-30px {
    margin-top: 30px !important;
  }
  .u-mr-md-30px,
  .u-mx-md-30px {
    margin-right: 30px !important;
  }
  .u-mb-md-30px,
  .u-my-md-30px {
    margin-bottom: 30px !important;
  }
  .u-ml-md-30px,
  .u-mx-md-30px {
    margin-left: 30px !important;
  }
  .u-p-md-0 {
    padding: 0 !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }
  .u-p-md-30px {
    padding: 30px !important;
  }
  .u-pt-md-30px,
  .u-py-md-30px {
    padding-top: 30px !important;
  }
  .u-pr-md-30px,
  .u-px-md-30px {
    padding-right: 30px !important;
  }
  .u-pb-md-30px,
  .u-py-md-30px {
    padding-bottom: 30px !important;
  }
  .u-pl-md-30px,
  .u-px-md-30px {
    padding-left: 30px !important;
  }
  .u-m-md-n30px {
    margin: -30px !important;
  }
  .u-mt-md-n30px,
  .u-my-md-n30px {
    margin-top: -30px !important;
  }
  .u-mr-md-n30px,
  .u-mx-md-n30px {
    margin-right: -30px !important;
  }
  .u-mb-md-n30px,
  .u-my-md-n30px {
    margin-bottom: -30px !important;
  }
  .u-ml-md-n30px,
  .u-mx-md-n30px {
    margin-left: -30px !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }
  .u-m-lg-30px {
    margin: 30px !important;
  }
  .u-mt-lg-30px,
  .u-my-lg-30px {
    margin-top: 30px !important;
  }
  .u-mr-lg-30px,
  .u-mx-lg-30px {
    margin-right: 30px !important;
  }
  .u-mb-lg-30px,
  .u-my-lg-30px {
    margin-bottom: 30px !important;
  }
  .u-ml-lg-30px,
  .u-mx-lg-30px {
    margin-left: 30px !important;
  }
  .u-p-lg-0 {
    padding: 0 !important;
  }
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }
  .u-p-lg-30px {
    padding: 30px !important;
  }
  .u-pt-lg-30px,
  .u-py-lg-30px {
    padding-top: 30px !important;
  }
  .u-pr-lg-30px,
  .u-px-lg-30px {
    padding-right: 30px !important;
  }
  .u-pb-lg-30px,
  .u-py-lg-30px {
    padding-bottom: 30px !important;
  }
  .u-pl-lg-30px,
  .u-px-lg-30px {
    padding-left: 30px !important;
  }
  .u-m-lg-n30px {
    margin: -30px !important;
  }
  .u-mt-lg-n30px,
  .u-my-lg-n30px {
    margin-top: -30px !important;
  }
  .u-mr-lg-n30px,
  .u-mx-lg-n30px {
    margin-right: -30px !important;
  }
  .u-mb-lg-n30px,
  .u-my-lg-n30px {
    margin-bottom: -30px !important;
  }
  .u-ml-lg-n30px,
  .u-mx-lg-n30px {
    margin-left: -30px !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }
  .u-m-xl-30px {
    margin: 30px !important;
  }
  .u-mt-xl-30px,
  .u-my-xl-30px {
    margin-top: 30px !important;
  }
  .u-mr-xl-30px,
  .u-mx-xl-30px {
    margin-right: 30px !important;
  }
  .u-mb-xl-30px,
  .u-my-xl-30px {
    margin-bottom: 30px !important;
  }
  .u-ml-xl-30px,
  .u-mx-xl-30px {
    margin-left: 30px !important;
  }
  .u-p-xl-0 {
    padding: 0 !important;
  }
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }
  .u-p-xl-30px {
    padding: 30px !important;
  }
  .u-pt-xl-30px,
  .u-py-xl-30px {
    padding-top: 30px !important;
  }
  .u-pr-xl-30px,
  .u-px-xl-30px {
    padding-right: 30px !important;
  }
  .u-pb-xl-30px,
  .u-py-xl-30px {
    padding-bottom: 30px !important;
  }
  .u-pl-xl-30px,
  .u-px-xl-30px {
    padding-left: 30px !important;
  }
  .u-m-xl-n30px {
    margin: -30px !important;
  }
  .u-mt-xl-n30px,
  .u-my-xl-n30px {
    margin-top: -30px !important;
  }
  .u-mr-xl-n30px,
  .u-mx-xl-n30px {
    margin-right: -30px !important;
  }
  .u-mb-xl-n30px,
  .u-my-xl-n30px {
    margin-bottom: -30px !important;
  }
  .u-ml-xl-n30px,
  .u-mx-xl-n30px {
    margin-left: -30px !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-crimson {
  color: #AD061B;
}

.bg-charcoal {
  color: #302E2B;
}

@media (max-width: 993px) {
  .u-no-padding-sides-md {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-overflow-show {
  overflow: visible;
}

.u-white-space-wrap {
  white-space: normal;
}

.u-white-space-nowrap {
  white-space: nowrap;
}

.u-block {
  display: block;
}

.u-pos-rel {
  position: relative;
}

.u-pos-fixed {
  position: fixed !important;
}

.u-none {
  display: none;
}

@media (max-width: 479px) {
  .u-block-xs {
    display: block;
  }
}

@media (min-width: 704px) {
  .u-block-md {
    display: block;
  }
}

.u-inline-block {
  display: inline-block;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-shift-up {
  margin-top: -1px !important;
}

.u-shift-down {
  margin-bottom: -1px !important;
}

.u-margin-center-hor {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

.u-max-width-550 {
  max-width: 550px;
}

@media (max-width: 479px) {
  .u-no-padding-xs {
    padding: 0;
  }
  .u-no-padding-sides-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .u-no-padding-ends-xs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .u-no-padding-top-xs {
    padding-top: 0;
  }
  .u-no-padding-right-xs {
    padding-right: 0;
  }
  .u-no-padding-bottom-xs {
    padding-bottom: 0;
  }
  .u-no-padding-left-xs {
    padding-left: 0;
  }
}
@media (max-width: 703px) {
  .u-no-padding-sm {
    padding: 0;
  }
  .u-no-padding-sides-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .u-no-padding-ends-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .u-no-padding-top-sm {
    padding-top: 0;
  }
  .u-no-padding-right-sm {
    padding-right: 0;
  }
  .u-no-padding-bottom-sm {
    padding-bottom: 0;
  }
  .u-no-padding-left-sm {
    padding-left: 0;
  }
}
.u-hang-right {
  margin-right: -0.5em;
}

.u-line-height-reset {
  line-height: 1;
}

.top-buffer-15 {
  margin-top: 15px;
}

.u-padding-20-ends {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 703px) {
  .u-padding-20-ends {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.u-sm-padding-20-sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 703px) {
  .u-sm-padding-20-sides {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-padding-sides-double {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 703px) {
  .u-padding-sides-double {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.u-sm-padding-5-sides {
  padding-left: 5px;
  padding-right: 5px;
  /*@media (min-width: $screen-sm-max) {
      padding-left: 0;
      padding-right: 0;
  }*/
}

@media (max-width: 703px) {
  .u-sm-calc-sidewidth-100-5 {
    width: calc(100% - 5px);
  }
}

.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 30px;
}

.u-sm-mar-10-sides {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 703px) {
  .u-sm-mar-10-sides {
    margin-left: 0;
    margin-right: 0;
  }
}

.u-padding-10-sides {
  padding-left: 10px;
  padding-right: 10px;
}

.u-padding-15-sides {
  padding-left: 15px;
  padding-right: 15px;
}

.u-padding-20-sides {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 703px) {
  .u-neg-mar-20-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.u-padding-65-sides {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 479px) {
  .u-padding-65-sides {
    padding-left: 65px;
    padding-right: 65px;
    width: auto;
  }
}

.u-margin-t-none {
  margin-top: 0;
}

.u-margin-b-none {
  margin-bottom: 0;
}

.clear-both {
  clear: both;
}

.u-margin-bottom-5 {
  margin-bottom: 5px;
}

.u-margin-bottom-10 {
  margin-bottom: 10px;
}

.u-margin-bottom-15 {
  margin-bottom: 15px;
}

.u-margin-bottom-20 {
  margin-bottom: 20px;
}

.u-margin-bottom-25 {
  margin-bottom: 25px;
}

.u-margin-bottom-30 {
  margin-bottom: 30px;
}

.u-margin-bottom-40 {
  margin-bottom: 40px;
}

.u-margin-bottom-50 {
  margin-bottom: 50px;
}

.u-margin-bottom-18 {
  margin-bottom: 18px;
}

.u-margin-top-1 {
  margin-top: 1px;
}

.u-margin-top-5 {
  margin-top: 5px;
}

.u-margin-top-10 {
  margin-top: 10px;
}

.u-margin-top-15 {
  margin-top: 15px;
}

.u-margin-top-18 {
  margin-top: 18px;
}

.u-margin-top-20 {
  margin-top: 20px;
}

.u-margin-t-20-b-40 {
  margin: 20px 0 40px 0;
}

.u-margin-top-35 {
  margin-top: 35px;
}

.u-margin-top-30 {
  margin-top: 30px;
}

.u-margin-top-50 {
  margin-top: 50px;
}

.u-margin-right {
  margin-right: 1em;
}

@media (min-width: 703px) {
  .u-margin-ends-lrg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.action-needed {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-margin-top-md-10-lg-5 {
  margin-top: 10px;
}
@media (min-width: 993px) {
  .u-margin-top-md-10-lg-5 {
    margin-top: 5px;
  }
}

a.no-decoration {
  cursor: default;
}
a.no-decoration h3 {
  color: black;
}
a.no-decoration p {
  color: #302E2B;
}
a.no-decoration:hover, a.no-decoration:focus {
  text-decoration: none;
  cursor: pointer;
}

a.no-underline:hover {
  text-decoration: none;
  cursor: pointer;
}

.u-margin-top-neg-18 {
  margin-top: -18px;
}

.list-ruled > li.u-border-bottom-none,
ol.circle-list li.u-border-bottom-none,
.u-border-bottom-none {
  border-bottom: none;
}

@media (min-width: 995px) {
  .u-pull-right-lg {
    float: right;
  }
}

.u-pull-right-center-sm {
  float: none;
  text-align: center;
  margin: 5px auto 10px auto;
  display: block;
}
@media (min-width: 703px) {
  .u-pull-right-center-sm {
    float: right;
    margin-left: 18px;
  }
}

.u-last-child-10 > *:last-child {
  margin-bottom: 10px;
}
.u-last-child-10 > *:first-child {
  margin-top: 10px;
}

.u-pos-zindex {
  position: relative;
  z-index: 1;
}

.u-table-cell {
  display: table-cell;
}

.u-table-row {
  display: table-row;
}

ol.circle-list li.u-no-margin-bottom {
  margin-bottom: 0;
}

ol.circle-list li.u-no-padding-bottom {
  padding-bottom: 0;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-hover .dropdown-menu:hover {
  display: block;
}

.kindness-green-dark {
  color: #0C6F6C;
}

.kindness-blue-cyan {
  color: #94FBF8;
}

.bgd-gray {
  background-color: #f5f5f5;
}

.bgd-blue {
  background-color: #732a2a;
}

.bgd-light-blue {
  background-color: #f5f5f5;
}

.bgd-white {
  background-color: white;
}

.bgd-black {
  background-color: black;
}

.bgd-light-gray {
  background-color: #EDEDED;
}

.bgd-brown {
  background-color: #732a2a;
}

.bgd-tan {
  background-color: #d8c3a7;
}

.bgd-light-tan {
  background-color: #feeed7;
}

.bgd-light-yellow {
  background-color: #FCF3EC;
}

.bgd-lightest-tan {
  background-color: #FFFAF4;
}

.bgd-light-green {
  background-color: #B8EF70;
}

.bgd-red-bright {
  background: #c92222;
}

.bgd-red {
  background: #c92222;
}

.bgd-red-dark {
  background: #732a2a;
}

.bgd-blue-dark {
  background: #223540;
}

.bgd-blue-light {
  background: #6C9DBA;
}

.bgd-blue-bright {
  background: #1668AC;
}

.bgd-green {
  background: #507d1c;
}

.bgd-kindness-blue {
  background: #14899A;
}

.bgd-blush-pink {
  background: #f1e5e5;
}

.border-success {
  border-color: #75a938 !important;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

@media (min-width: 576px) {
  .overflow-x-scroll {
    overflow-x: initial;
  }
}
.signature-box {
  position: relative;
  border: 1px solid gray;
  box-shadow: 0 3px 4px 1px #cbcbcb;
  display: block;
  margin-top: 30px;
  margin-bottom: 11px;
  margin-left: initial;
  margin-right: auto;
  width: fit-content;
}
.signature-box .signature-info {
  position: absolute;
  top: 5px;
  right: 10px;
}

.signature-buttons {
  margin: 0 auto 30px auto;
  width: 100%;
}
.signature-buttons *:first-child {
  margin-right: 10px;
}

.u-hover:hover {
  cursor: pointer;
}

.d-flex {
  display: flex;
}

d-flex-align-items-center {
  align-items: center;
}

d-flex-justify-center {
  justify-content: center;
}

.d-fixed {
  position: fixed;
  z-index: 1000;
  width: 100vw;
}

.short-underline {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.short-underline::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3rem;
  width: 15rem;
  border-bottom: 2px solid #c92222;
  margin-top: 0;
}

.position-relative {
  position: relative;
}

.disabled:hover {
  cursor: default;
  color: #d6d6d6;
}

.font-14 {
  font-size: 14px;
}

.bgd-quotes:before {
  content: "“";
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 140px;
  position: absolute;
  color: rgba(51, 51, 51, 0.1);
  top: 0px;
  left: -10px;
}

.youtube img {
  width: 100%;
  height: auto;
}
.youtube .circle {
  filter: alpha(opacity=80);
  opacity: 0.8;
  top: 50%;
  left: 50%;
  width: 60px !important;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
}
.youtube .circle .icon-lg {
  width: 5.75em;
  height: 4em;
}
.youtube .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}

@media (min-width: 704px) {
  #dvPsychicsBio {
    margin-top: 10px;
  }
}
/* Grey Schedule an Appointment button on Profile Page under 3 action buttons */
.appt-schedule-bio {
  max-width: 100%;
  margin: 20px auto 10px;
}
.appt-schedule-bio::before {
  content: url(/images/icons/appointments.png);
  position: relative;
  top: 5px;
  padding-right: 5px;
}

.dm-bio {
  max-width: 100%;
  margin: 20px auto 10px;
  /*&::before {
      content: url(/images/icons/dm.png);
      position: relative;
      top: 5px;
      padding-right: 5px;
  }*/
}
.dm-bio.is-callout, .dm-bio.is-callout:focus {
  background-color: #ADADAD !important;
  border-color: #9B9B9B;
  color: #EAEAEA;
  outline: none;
}

@media (min-width: 480px) {
  .appt-schedule-bio, .dm-bio {
    margin-top: 20px;
    max-width: 260px;
  }
}
.bio-summary {
  margin-top: 49px;
}
@media (max-width: 704px) {
  .bio-summary {
    margin-top: 0;
  }
}

.bio-summary .btn-sm.appt-schedule-bio, .bio-summary .btn-sm.dm-bio {
  padding: 2px 7px 7px 0;
  font-size: 11px;
}

.bio-summary .btn-sm.dm-bio {
  padding-top: 7px;
}

.advisor-tile-fixed {
  margin-bottom: 0px;
}
@media (min-width: 704px) {
  .advisor-tile-fixed {
    margin-bottom: 0;
    max-width: 290px;
  }
}

.advisor-tile {
  background-color: #fff;
  border: 0 solid #d6d6d6;
  border-radius: 6px;
  position: relative;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  /*&:hover,
  &:focus {
      background-color: $orange-lighter;
      border-color: $tan;
      z-index: 2;
  }*/
}
.advisor-tiles .advisor-tile {
  border-radius: 0;
  border-width: 1px 0;
  margin-top: -1px;
}

.psychic-type-grid {
  min-height: 515px;
  text-align: center;
  border-radius: 15px;
  padding-top: 15px;
  cursor: pointer;
}
@media (max-width: 703px) {
  .psychic-type-grid {
    min-height: 0;
  }
}

.psychic-type-grid img {
  border-radius: 15px;
}

.psychic-type-grid a {
  /*text-decoration: none;*/
}

.section-frame {
  padding: 15px;
  border: solid 1px #d6d6d6;
  border-radius: 15px;
}

#psychic-types a, #psychic-specialties a {
  text-decoration: none;
}

.box-collapse {
  background-color: #feeed8;
  padding: 5px 15px;
  width: 100%;
  border-radius: 15px;
}
.box-collapse h3 {
  margin: 15px 0;
}
.box-collapse h3 a {
  color: #302E2B;
  text-decoration: none;
  display: block;
  width: 100%;
}
.box-collapse:hover {
  background-color: #fef5e8;
}
.box-collapse:hover a {
  color: #c92222;
}

.psychic-type-grid:hover {
  background-color: #feeed8;
}

.our-psychics-2023 .side-scroll-content.flex {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-psychics-2023 .side-scroll-content.flex .col-lg-3 {
  width: 25%;
  /* display: flex; */
  /* flex-wrap: nowrap; */
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 260px;
}
.our-psychics-2023 .advisor-tile-category-heading {
  border-bottom: solid 1px #c92222;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.advisor-tile-group {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 12px 8px;
}
.advisor-tile-group:first-child {
  padding-top: 12px;
}
.advisor-tile-group:last-child {
  padding-bottom: 12px;
}

.advisor-tile-main {
  display: table;
  width: 100%;
}

.advisor-tile-main-object,
.advisor-tile-main-body {
  display: table-cell;
  vertical-align: middle;
}

.advisor-tile-main-object {
  padding-right: 11px;
  text-align: center;
  width: 1%;
}

.advisor-tile-main-body > *:first-child {
  margin-top: 0;
}
.advisor-tile-main-body > *:last-child {
  margin-bottom: 0;
}

.advisor-tile-btn-holder .advisor-tile-btn {
  white-space: normal;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}
.advisor-tile-btn-holder .advisor-tile-btn .icon {
  width: 1.4em;
  height: 1.6em;
  vertical-align: 0;
  display: block;
  margin: 0 auto 3px;
}

.vr-on .advisor-tile-btn-holder .advisor-tile-btn {
  height: 55px;
  padding: 0 2px;
  font-size: 10px;
  line-height: 1.3;
}

.advisor-tile-btn-holder {
  display: table;
  width: 100%;
}

.advisor-tile-photo {
  display: inline-block;
  width: 164px;
  height: 164px;
  margin: 0 auto;
}
@media (min-width: 994px) {
  .advisor-tile-photo {
    height: 216px;
  }
}
.advisor-tile-photo img {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
}

/* For Test 128 */
.advisor-tile-photo-full {
  display: inline-block;
  width: 100%;
  /*height: $advisor-tile-photo-height-sm;*/
  margin: 0 auto;
  /*@media (min-width: $screen-lg-min) {
      height: $advisor-tile-photo-height-lg;
  }*/
}
.advisor-tile-photo-full .img-rounded {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.advisor-tile-photo-full img {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
}

.expert-promo-indicator {
  background: #760303;
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
}
.expert-promo-indicator p {
  margin: 0;
  padding: 7px 5px;
}

.opti-twoColumns {
  margin: 5px 10px;
  display: flex;
  flex-wrap: wrap;
}
.opti-twoColumns > div {
  display: flex;
  flex: 1;
  flex-basis: 33%;
  flex-grow: unset;
}
@media (max-width: 993px) {
  .opti-twoColumns > div {
    flex-basis: 50%;
  }
}

.cta-buttons-circle {
  position: absolute;
  top: 10px;
  left: 10px;
}
.cta-buttons-circle li {
  list-style: none;
}
.cta-buttons-circle .arrange-fill {
  display: list-item;
  display: block;
  margin-bottom: 7px;
}
.cta-buttons-circle .advisor-tile-btn-holder {
  display: block;
}
.cta-buttons-circle .advisor-tile-btn-holder .advisor-tile-btn {
  height: 30px !important;
  width: 30px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: left;
  border: none;
  border-radius: 100px;
}
.cta-buttons-circle .advisor-tile-btn-holder .advisor-tile-btn .icon {
  width: 30px !important;
  height: 30px !important;
  vertical-align: 0;
  display: block;
  margin: 0 0rem 0 0 !important;
  padding: 6px;
  border-radius: 99999999px;
  /*border: 1px solid #ccc;*/
}
.cta-buttons-circle .advisor-tile-btn-holder svg, .cta-buttons-circle .advisor-tile-btn-holder img {
  font-size: 10px;
  margin-bottom: 0 !important;
}
.cta-buttons-circle .advisor-tile-btn-holder a {
  font-size: 0.01em !important;
}
.cta-buttons-circle .appt-schedule-bio::before {
  top: 1px !important;
  left: 7px !important;
}

/* advisor badges - Our Psychics Page */
.advisor-tiles-nested-sm .advisor-badges {
  top: 12px;
  left: 12px;
}

.advisor-badges {
  position: absolute;
  top: 5px;
  left: -30px;
  width: 30px;
}
.advisor-badges .habla-img {
  padding: 10px 5px 21px 5px;
}
.advisor-badges .habla-img img {
  width: 18px;
  height: auto;
}
.advisor-badges .staff-img {
  padding: 7px 5px 16px 5px;
}
.advisor-badges .staff-img img {
  width: 14px;
  height: auto;
}
.advisor-badges .years-img {
  padding: 14px 5px 18px 5px;
}
.advisor-badges .years-img img {
  width: 20px;
  height: auto;
}
.advisor-badges .showcase-img {
  padding: 11px 5px 18px 5px;
}
.advisor-badges .showcase-img img {
  width: 20px;
  height: auto;
}
.advisor-badges .badge-bg:nth-child(n+2).staff-img {
  padding: 14px 5px 17px 5px;
}
.advisor-badges .badge-bg:nth-child(n+2).years-img {
  padding: 21px 5px 17px 5px;
}
.advisor-badges .badge-bg:nth-child(n+2).showcase-img {
  padding: 19px 5px 17px 5px;
}
.advisor-badges .badge-bg:nth-child(1) {
  background-color: #c92222;
  -webkit-mask-image: url(/images/badges/2023/badge-ribbon.svg);
  mask-image: url(/images/badges/2023/badge-ribbon.svg);
  mask-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.advisor-badges .badge-bg:nth-child(2) {
  background-color: #AD4040;
  -webkit-mask-image: url(/images/badges/2023/badge-ribbon-long.svg);
  mask-image: url(/images/badges/2023/badge-ribbon-long.svg);
  mask-repeat: no-repeat;
  position: relative;
  top: -14px;
  z-index: 2;
}
.advisor-badges .badge-bg:nth-child(3) {
  background-color: #933838;
  -webkit-mask-image: url(/images/badges/2023/badge-ribbon-long.svg);
  mask-image: url(/images/badges/2023/badge-ribbon-long.svg);
  mask-repeat: no-repeat;
  position: relative;
  top: -28px;
  z-index: 1;
}

/* advisor badges bio page */
.advisor-badges-profile {
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 100%;
}
.advisor-badges-profile .badge-bg {
  padding: 5px;
  text-align: center;
  float: left;
  min-width: 35px;
  min-height: 35px;
}
.advisor-badges-profile .habla-img img {
  width: 18px;
  height: auto;
}
.advisor-badges-profile .staff-img {
  padding-top: 4px;
}
.advisor-badges-profile .staff-img img {
  width: 14px;
  height: auto;
}
.advisor-badges-profile .years-img img {
  width: 20px;
  height: auto;
}
.advisor-badges-profile .showcase-img img {
  width: 20px;
  height: auto;
}
.advisor-badges-profile .badge-wrapper:nth-child(1) .badge-bg {
  background-color: #c92222;
}
.advisor-badges-profile .badge-wrapper:nth-child(2) .badge-bg {
  background-color: #AD4040;
}
.advisor-badges-profile .badge-wrapper:nth-child(3) .badge-bg {
  background-color: #933838;
}
.advisor-badges-profile .badge-expand {
  -webkit-mask-image: url(/images/badges/2023/badge-ribbon-right.svg);
  mask-image: url(/images/badges/2023/badge-ribbon-right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: right;
  -webkit-mask-position: right;
  padding: 9px 6px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  float: left;
}
.advisor-badges-profile .badge-wrapper:nth-child(1) .badge-expand {
  background-color: #c92222;
}
.advisor-badges-profile .badge-wrapper:nth-child(2) .badge-expand {
  background-color: #AD4040;
}
.advisor-badges-profile .badge-wrapper:nth-child(3) .badge-expand {
  background-color: #933838;
}
.advisor-badges-profile .badge-wrapper {
  clear: both;
}
@media screen and (min-width: 993px) {
  .advisor-badges-profile .badge-expand {
    visibility: hidden;
    width: 0%;
  }
  .advisor-badges-profile .habla-wrapper:hover .badge-expand,
  .advisor-badges-profile .staff-pick-wrapper:hover .badge-expand,
  .advisor-badges-profile .years-wrapper:hover .badge-expand,
  .advisor-badges-profile .showcase-wrapper:hover .badge-expand {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 50%;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  .advisor-badges-profile .badge-bg {
    padding: 2px;
    text-align: center;
    float: left;
    min-width: 26px;
    min-height: 26px;
  }
  .advisor-badges-profile .badge-expand {
    visibility: visible;
    width: 50%;
    text-align: left;
    padding: 8px 5px 9px;
    line-height: 1;
    font-size: 10px;
  }
  .advisor-badges-profile .staff-img img {
    width: 10px;
    height: auto;
  }
}

.full-size-image-wrapper .stamp-20-years,
.full-size-image-wrapper .stamp-showcase,
.full-size-image-wrapper .stamp-staffpick,
.full-size-image-wrapper .stamp-bilingual {
  right: 0px;
  top: 5px;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.full-size-image-wrapper .stamp-showcase {
  top: 24px;
}
.full-size-image-wrapper .stamp-staffpick {
  top: 39px;
}

/* end for Test 128 */
.advisor-tile-photo-sm-square {
  height: 164px;
  border-radius: 4px;
  text-align: center;
  width: 164px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 704px) {
  .advisor-tile-photo-sm-square {
    height: 164px;
    text-align: left;
  }
}

.advisor-tiles-sm .advisor-tile-photo {
  display: inline-block;
  width: 164px;
  height: auto;
}

h4.advisor-tile-heading, .hub-layout h4.advisor-tile-heading {
  font-size: 1.18em;
  font-weight: bold;
}

.advisor-tile-heading,
.advisor-tile-meta-group {
  margin-bottom: 4px;
}

.advisor-tile-meta-group {
  display: inline-block;
  margin-right: 7.3333333333px;
  vertical-align: middle;
}
.advisor-tile-meta-group:last-child {
  margin-right: 0;
}

.advisor-tiles-tall-md .advisor-tile {
  border-width: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 6px;
}
.advisor-tiles-tall-md .advisor-tile .advisor-tile-main,
.advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object,
.advisor-tiles-tall-md .advisor-tile .advisor-tile-main-body {
  display: block;
  text-align: center;
}
.advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object {
  margin-bottom: 8px;
  padding-right: 0;
  width: 100%;
}
.advisor-tiles-tall-md .advisor-tile .advisor-tile-photo {
  width: 164px;
  height: 164px;
  /*@media (min-width: $screen-md-min) {
      height: $advisor-tile-photo-height-sm;
      width: $advisor-tile-photo-width;
  }*/
}

.advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-photo,
.advisor-tiles-nested-md .advisor-tile-photo-sm-square,
.advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile .advisor-tile-photo {
  height: auto;
  width: auto;
  text-align: center;
}
@media (max-width: 993px) {
  .advisor-tiles-nested-md:first-child {
    border-top: 1px solid #d6d6d6;
  }
  .advisor-tiles-nested-md .advisor-tile {
    max-width: 100%;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
  }
  .advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile {
    margin-top: 0;
    margin-bottom: 0;
    margin-top: -1px;
  }
  .advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile .advisor-tile-photo, .advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-photo, .advisor-tiles-nested-md .advisor-tile-photo, .advisor-tiles-nested-md .advisor-tile-photo .advisor-tile-photo-sm-square {
    display: inline-block;
    height: 85px;
    width: 85px;
  }
  .advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-body, .advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-main,
  .advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object,
  .advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-main-object,
  .advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-main-body {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border-radius: 0px;
  }
  .advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-body, .advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-main-body {
    padding-left: 10px;
  }
  .advisor-tiles-nested-md .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object,
  .advisor-tiles-nested-md .advisor-tile-tall-lg .advisor-tile-main-object {
    width: 85px;
  }
  .advisor-tiles-nested-md .advisor-tile-btn-holder, .advisor-tiles-nested-md .js-advisor-tile-actions .arrange-fill {
    text-align: left;
  }
}

.advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-photo,
.advisor-tiles-nested-sm .advisor-tile-photo-sm-square,
.advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object .advisor-tile-photo {
  height: auto;
  width: auto;
  text-align: center;
}
@media (max-width: 703px) {
  .advisor-tiles-nested-sm:first-child {
    border-top: 1px solid #d6d6d6;
  }
  .advisor-tiles-nested-sm .advisor-tile {
    max-width: 100%;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
  }
  .advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile {
    margin-top: 0;
    margin-bottom: 0;
    margin-top: -1px;
  }
  .advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile .advisor-tile-photo, .advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-photo, .advisor-tiles-nested-sm .advisor-tile-photo, .advisor-tiles-nested-sm .advisor-tile-photo .advisor-tile-photo-sm-square {
    display: inline-block;
    height: 85px;
    width: 85px;
  }
  .advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-body, .advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-main,
  .advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object,
  .advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-main-object,
  .advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-main-body {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border-radius: 0px;
  }
  .advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-body, .advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-main-body {
    padding-left: 10px;
  }
  .advisor-tiles-nested-sm .advisor-tiles-tall-md .advisor-tile .advisor-tile-main-object,
  .advisor-tiles-nested-sm .advisor-tile-tall-lg .advisor-tile-main-object {
    width: 85px;
  }
  .advisor-tiles-nested-sm .advisor-tile-btn-holder, .advisor-tiles-nested-sm .js-advisor-tile-actions .arrange-fill {
    text-align: left;
  }
}

.advisor-tile-tall-lg {
  border-radius: 6px;
}
.advisor-tile-tall-lg .advisor-tile-main,
.advisor-tile-tall-lg .advisor-tile-main-object,
.advisor-tile-tall-lg .advisor-tile-main-body {
  display: block;
  text-align: center;
}
.advisor-tile-tall-lg .advisor-tile-main-object {
  margin-bottom: 8px;
  padding-right: 0;
  width: 100%;
}
.advisor-tile-tall-lg .advisor-tile-photo {
  width: 164px;
  height: 164px;
  /*@media (min-width: $screen-md-min) {
      height: $advisor-tile-photo-height-sm;
      width: $advisor-tile-photo-width;
  }*/
}

.contents-width-165 a {
  width: 160px;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

@media (min-width: 994px) {
  #dvEnrollAdvisors.enrollAdvisor .advisor-tiles-tall-md .advisor-tile {
    min-height: 370px;
  }
  #dvEnrollAdvisors.enrollAdvisor .advisor-tile:hover, #dvEnrollAdvisors.enrollAdvisor .advisor-tile:focus {
    background-color: #fff;
    border-color: #d6d6d6;
  }
}
.home-new {
  /*
  @media (max-width: $screen-md-max) {
      .advisor-tile-fixed {
          max-width: 50%;
          width:50%;
      }
  } */
}
.home-new .advisor-tile-fixed {
  max-width: unset;
}
.home-new .advisor-tile {
  font-size: 13px;
  /*a:hover, a:active {
      text-decoration: none;
  }*/
}
.home-new .advisor-tile > a {
  padding: 12px 0;
  display: block;
  color: inherit;
}
.home-new .advisor-tile .home-advisor-stars {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.home-new .advisor-tile .home-advisor-stars, .home-new .advisor-tile .advisor-tile-meta-group {
  margin: 4px auto;
}
.home-new .advisor-tile-btn-holder a {
  width: 45%;
}

.schedule-button-wrapper {
  margin: 0 auto 10px auto;
  max-width: 150px;
  min-height: 32px;
  display: block;
}
.schedule-button-wrapper .appt-schedule-bio {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 10px;
}
.schedule-button-wrapper .appt-schedule-bio::before {
  content: url(/images/icons/appointments.png);
  position: relative;
  top: 5px;
  padding-right: 5px;
}
@media (max-width: 703px) {
  .schedule-button-wrapper {
    min-height: 1px;
  }
}

.badge-new {
  font-weight: 300 !important;
  color: #fff !important;
  margin-right: 0.25rem !important;
  background-color: #f79421;
  border-radius: 10rem;
  padding: 0.25em 0.6em;
  display: inline-block;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.advisor-tile.suprise-me-tile .advisor-tile-main-object {
  margin: 30px auto;
  display: block;
}
.advisor-tile.suprise-me-tile .advisor-tile-heading {
  margin-bottom: 29px;
}

.with-stamp {
  display: inline-block;
  position: relative;
}

.stamp-offer, .stamp-staffpick, .stamp-showcase {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.stamp-showcase {
  bottom: -6px;
  left: -20px;
  width: 117px;
  height: 52px;
}

.stamp-staffpick {
  left: -20px;
  top: -10px;
  width: 54px;
  height: 54px;
  /*.stamps-condensed-sm & {
    @media (max-width: $screen-sm-max) {
      @include make-stamp-condensed-staffpick();
    }
  }*/
  /*.stamps-condensed-md & {
    @media (max-width: $screen-md-max) {
      @include make-stamp-condensed-staffpick();
    }
  }*/
}

.stamp-offer {
  left: -15px;
  top: -11px;
  width: 96px;
  height: 48px;
}

.stamp-bilingual {
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.stamp-bilingual img {
  border-radius: 0 0 0 6px;
}

.stamp-20-years {
  position: absolute;
  width: 70px;
  bottom: 0px;
  right: 0px;
  left: auto;
  margin: 0 5px 5px 0px;
}

.stars {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 1em;
  width: 5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stars:before, .stars:after {
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  display: block;
  float: left;
  height: 100%;
}
.stars:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%2239.587%22%20cy%3D%22198.439%22%20r%3D%2213.6985%22%20gradientTransform%3D%22matrix%280.9256%203.918997e-02%203.918997e-02%20-0.9256%20-36.8643%20196.5482%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23FF2817%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.1069%22%20style%3D%22stop-color%3A%23FF5737%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.2236%22%20style%3D%22stop-color%3A%23FF8255%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.3366%22%20style%3D%22stop-color%3A%23FFA46C%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.4431%22%20style%3D%22stop-color%3A%23FFBD7D%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.5776%22%20style%3D%22stop-color%3A%23FFCC87%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.8137%22%20style%3D%22stop-color%3A%23FFD18B%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23FFD60A%22%2F%3E%0D%0A%3C%2FradialGradient%3E%0D%0A%3Cpolygon%20fill%3D%22url%28%23SVGID_1_%29%22%20stroke%3D%22%23DB703C%22%20stroke-linejoin%3D%22round%22%20points%3D%223.4%2C14.2%204.2%2C9.2%200.7%2C5.9%205.6%2C5.2%207.7%2C0.7%2010%2C5.1%20%0D%0A%0914.9%2C5.8%2011.3%2C9.2%2012.2%2C14.1%207.8%2C11.8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: left;
  width: 0;
}
.stars:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23E9DED0%22%20stroke%3D%22%23E8CDC1%22%20stroke-linejoin%3D%22round%22%20points%3D%223.4%2C14.2%204.2%2C9.2%200.7%2C5.9%205.6%2C5.2%207.7%2C0.7%2010%2C5.1%20%0D%0A%0914.9%2C5.8%2011.3%2C9.2%2012.2%2C14.1%207.8%2C11.8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: right;
  width: 100%;
}

.stars-0:before {
  width: 0%;
}
.stars-0:after {
  width: 100%;
}

.stars-0-5:before {
  width: 10%;
}
.stars-0-5:after {
  width: 90%;
}

.stars-1:before {
  width: 20%;
}
.stars-1:after {
  width: 80%;
}

.stars-1-5:before {
  width: 30%;
}
.stars-1-5:after {
  width: 70%;
}

.stars-2:before {
  width: 40%;
}
.stars-2:after {
  width: 60%;
}

.stars-2-5:before {
  width: 50%;
}
.stars-2-5:after {
  width: 50%;
}

.stars-3:before {
  width: 60%;
}
.stars-3:after {
  width: 40%;
}

.stars-3-5:before {
  width: 70%;
}
.stars-3-5:after {
  width: 30%;
}

.stars-4:before {
  width: 80%;
}
.stars-4:after {
  width: 20%;
}

.stars-4-5:before {
  width: 90%;
}
.stars-4-5:after {
  width: 10%;
}

.stars-5:before {
  width: 100%;
}
.stars-5:after {
  width: 0%;
}

.stars-lg {
  height: 1.375em;
  width: 6.875em;
}

.stars-xl {
  height: 40px;
  width: 200px;
}

.stars-control {
  cursor: pointer;
}
.stars-control.editing:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%22-7%2089%2016%2016%22%20enable-background%3D%22new%20-7%2089%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%2237.1087%22%20cy%3D%2289.0663%22%20r%3D%2213.6985%22%20gradientTransform%3D%22matrix%280.9256%203.918997e-02%20-3.918997e-02%200.9256%20-30.303%2019.5305%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23179EFF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.1069%22%20style%3D%22stop-color%3A%2337ACFF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.2236%22%20style%3D%22stop-color%3A%2355B8FF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.3366%22%20style%3D%22stop-color%3A%236CC2FF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.4431%22%20style%3D%22stop-color%3A%237DC9FF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.5776%22%20style%3D%22stop-color%3A%2387CDFF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%220.8137%22%20style%3D%22stop-color%3A%238BCFFF%22%2F%3E%0D%0A%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%2347B3FF%22%2F%3E%0D%0A%3C%2FradialGradient%3E%0D%0A%3Cpolygon%20fill%3D%22url%28%23SVGID_1_%29%22%20stroke%3D%22%233D99D8%22%20stroke-linejoin%3D%22round%22%20points%3D%22-3.6%2C103.2%20-2.8%2C98.2%20-6.3%2C94.9%20-1.4%2C94.2%20%0D%0A%090.7%2C89.7%203%2C94.1%207.9%2C94.8%204.3%2C98.2%205.2%2C103.1%200.8%2C100.8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.stars-new {
  color: #f87f25;
  font-weight: bold;
  line-height: 1em;
  font-size: 0.9rem;
}

.carousel {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
@media (min-width: 994px) {
  .carousel {
    overflow: hidden;
  }
}

.carousel-item {
  display: none;
}

.carousel-active {
  display: block;
}

.carousel-nav:nth-child(2) {
  display: none;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-nav {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 25%;
}

.carousel-dynamic-text,
.carousel-dynamic-text-top {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  background: #c92222;
}
.carousel-dynamic-text .small,
.carousel-dynamic-text-top .small {
  font-weight: normal;
  display: block;
}
@media (min-width: 704px) {
  .carousel-dynamic-text,
  .carousel-dynamic-text-top {
    bottom: 30px;
    font-size: 1.2em;
    padding: 20px 10px;
  }
}
@media (min-width: 994px) {
  .carousel-dynamic-text,
  .carousel-dynamic-text-top {
    bottom: 40px;
  }
}

/* peek */
.carousel-peek .carousel-item {
  transition: opacity 0.5s ease;
}
.carousel-peek .carousel-item img {
  border-radius: 6px;
}
@media (min-width: 704px) {
  .carousel-peek .carousel-item {
    display: none;
  }
}

.carousel-peek .carousel-item-prev,
.carousel-peek .carousel-item-next {
  width: 65%;
  display: block;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* For larger layouts, make inactive slides :hidden */
}
@media (min-width: 704px) {
  .carousel-peek .carousel-item-prev,
  .carousel-peek .carousel-item-next {
    width: 0;
    height: 0;
  }
}

.carousel-peek .carousel-item-next {
  right: -50%;
  left: auto;
}
@media (min-width: 704px) {
  .carousel-peek .carousel-item-next {
    right: 0;
  }
}

.carousel-peek .carousel-item-prev {
  left: -47%;
}
@media (min-width: 704px) {
  .carousel-peek .carousel-item-prev {
    left: 0;
  }
}

.carousel-peek .carousel-active {
  width: 65%;
  height: auto;
  opacity: 1;
  position: relative;
  left: 19%;
  z-index: 2;
  border-radius: 6px;
}
.carousel-peek .carousel-active a {
  display: block;
}
@media (min-width: 704px) {
  .carousel-peek .carousel-active {
    display: block;
    left: 0;
    width: 100%;
  }
}

.carousel-peek .carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-peek .carousel-nav a {
  background-color: rgba(132, 121, 109, 0.7);
  background-image: url(/images/carousel-prev.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 40%;
}
.carousel-peek .carousel-nav a:hover {
  background-color: rgb(132, 121, 109);
}
.carousel-peek .carousel-nav a.next {
  background-image: url(/images/carousel-next.svg);
  left: auto;
  right: -290%;
}
@media (min-width: 704px) {
  .carousel-peek .carousel-nav a {
    width: 50px;
    height: 50px;
  }
}

.sm-carousel-md-stack a img,
.sm-carousel-lg-stack a img,
.peek-always a img {
  margin-bottom: 0;
}
.sm-carousel-md-stack .carousel-dynamic-text,
.sm-carousel-lg-stack .carousel-dynamic-text,
.peek-always .carousel-dynamic-text {
  bottom: 0;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  font-size: 0.9em;
  line-height: 1.4em;
  background-color: rgba(45, 45, 45, 0.9);
}
.sm-carousel-md-stack .carousel-dynamic-text-top,
.sm-carousel-lg-stack .carousel-dynamic-text-top,
.peek-always .carousel-dynamic-text-top {
  top: 0;
  bottom: auto;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  font-size: 0.85em;
  line-height: 1.4em;
  background-color: rgba(45, 45, 45, 0.9);
}

@media (min-width: 704px) {
  .sm-carousel-lg-stack .carousel-dynamic-text-top,
  .sm-carousel-lg-stack .carousel-dynamic-text {
    padding: 10px 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  .sm-carousel-lg-stack .carousel-dynamic-text-bottom {
    bottom: 0;
  }
  .sm-carousel-lg-stack .carousel-dynamic-text-top {
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 994px) {
  .sm-carousel-lg-stack a img {
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .sm-carousel-lg-stack a {
    position: relative;
    display: block;
  }
  .sm-carousel-lg-stack .carousel-dynamic-text-top,
  .sm-carousel-lg-stack .carousel-dynamic-text {
    padding: 10px 10px;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .sm-carousel-lg-stack .carousel-dynamic-text-bottom {
    bottom: 0;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  .sm-carousel-lg-stack .carousel-dynamic-text-top {
    top: 0;
    bottom: auto;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .sm-carousel-lg-stack .carousel-peek .carousel-item-prev,
  .sm-carousel-lg-stack .carousel-peek .carousel-active,
  .sm-carousel-lg-stack .carousel-peek .carousel-item-next {
    width: 100%;
    height: auto;
    left: auto;
    position: relative;
    opacity: 1;
  }
  .sm-carousel-lg-stack .carousel-peek .carousel-nav a.prev,
  .sm-carousel-lg-stack .carousel-peek .carousel-nav a.next {
    display: none;
  }
}
@media (min-width: 704px) {
  .sm-carousel-lg-stack .carousel-peek .carousel-item-prev,
  .sm-carousel-lg-stack .carousel-peek .carousel-item-next {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 704px) {
  .sm-carousel-lg-stack .carousel-peek .carousel-item-next {
    right: -102%;
  }
}
@media (min-width: 994px) {
  .sm-carousel-lg-stack .carousel-peek .carousel-item-next {
    right: 0;
  }
}
@media (min-width: 704px) {
  .sm-carousel-lg-stack .carousel-peek .carousel-item-prev {
    left: -102%;
  }
}
@media (min-width: 994px) {
  .sm-carousel-lg-stack .carousel-peek .carousel-item-prev {
    left: 0;
  }
}

@media (min-width: 704px) {
  .sm-carousel-md-stack a img {
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .sm-carousel-md-stack a {
    position: relative;
    display: block;
  }
  .sm-carousel-md-stack .carousel-dynamic-text {
    bottom: 0;
    padding: 10px 10px;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .sm-carousel-md-stack .carousel-dynamic-text-top {
    top: 0;
    bottom: auto;
    padding: 10px 10px;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .sm-carousel-md-stack .carousel-peek .carousel-item-prev,
  .sm-carousel-md-stack .carousel-peek .carousel-active,
  .sm-carousel-md-stack .carousel-peek .carousel-item-next {
    width: 100%;
    height: auto;
    left: auto;
    position: relative;
    opacity: 1;
  }
  .sm-carousel-md-stack .carousel-peek .carousel-nav a.prev,
  .sm-carousel-md-stack .carousel-peek .carousel-nav a.next {
    display: none;
  }
}

@media (min-width: 704px) {
  .peek-always .carousel-dynamic-text-top,
  .peek-always .carousel-dynamic-text {
    padding: 10px 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  .peek-always .carousel-dynamic-text-bottom {
    bottom: 0;
  }
  .peek-always .carousel-dynamic-text-top {
    top: 0;
    bottom: auto;
  }
}
.peek-always .carousel {
  overflow: visible;
}
@media (min-width: 704px) {
  .peek-always .carousel {
    max-width: 320px;
  }
}
.peek-always .carousel-peek .carousel-nav a.next {
  right: -300%;
}
@media (min-width: 704px) {
  .peek-always .carousel-peek .carousel-nav a.next {
    right: -400%;
  }
}
@media (min-width: 704px) {
  .peek-always .carousel-peek .carousel-nav a.prev {
    left: -100%;
  }
}
@media (min-width: 704px) {
  .peek-always .carousel-peek .carousel-item-prev,
  .peek-always .carousel-peek .carousel-item-next {
    width: 100%;
    height: auto;
  }
}
.peek-always .carousel-peek .carousel-item-next {
  right: -51%;
  left: auto;
}
@media (min-width: 704px) {
  .peek-always .carousel-peek .carousel-item-next {
    right: -103%;
    left: auto;
  }
}
.peek-always .carousel-peek .carousel-item-prev {
  left: -48%;
}
@media (min-width: 704px) {
  .peek-always .carousel-peek .carousel-item-prev {
    left: -103%;
  }
}

.table-cell-left {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 30%;
  padding-right: 10px;
  padding-left: 0px;
  text-align: right;
  position: relative;
}
.table-cell-left img {
  max-width: 100px;
  margin: 0 auto 25px auto;
}
@media (min-width: 704px) {
  .table-cell-left img {
    max-width: 150px;
  }
}
@media (min-width: 704px) {
  .table-cell-left {
    text-align: center;
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: table-cell;
  }
}
.table-cell-left .circle {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -26px;
}
@media (min-width: 480px) {
  .table-cell-left .circle {
    bottom: 5px;
    top: auto;
  }
}
.table-cell-left .circle svg {
  background-color: white;
  height: 3em;
  padding: 1px 1px;
  border-radius: 10px;
  width: 3.5em;
}

.table-cell-right {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 70%;
}
@media (min-width: 704px) {
  .table-cell-right {
    float: left;
    width: 100%;
  }
}

.table-display {
  display: table;
  width: 100%;
}
.table-display .round-img {
  padding-bottom: 0px;
}
@media (min-width: 704px) {
  .table-display {
    display: block;
  }
}

.author {
  display: block;
  color: #a9a9a9;
}
@media (min-width: 704px) {
  .author {
    padding-top: 10px;
  }
}

/*
$screen-sm-min: 480px;
$screen-md-min: 704px;
$screen-lg-min: 994px;
$screen-xl-min:1204px;

// hero text override for large devices 
@media (min-width: $screen-md-min){}
 ////// heros pictures override for large view ///////
 @media (min-width: $screen-md-min) {}
*/
.kindness .hero-kindness h1,
.kindness .hero-kindness h2 {
  margin-top: 0;
  font-size: 40px;
  font-family: "Dancing Script", "Arial";
  line-height: 40px;
}
@media (min-width: 480px) {
  .kindness .hero-kindness h1,
  .kindness .hero-kindness h2 {
    font-size: 50px;
    margin-bottom: -10px;
    line-height: 60px;
  }
}
@media (min-width: 704px) {
  .kindness .hero-kindness h1,
  .kindness .hero-kindness h2 {
    font-size: 60px;
    line-height: 50px;
    padding-top: 40px;
    margin-bottom: -30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 994px) {
  .kindness .hero-kindness h1,
  .kindness .hero-kindness h2 {
    font-size: 80px;
    padding-top: 40px;
    line-height: 80px;
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
}
.kindness .hero-kindness h1 span,
.kindness .hero-kindness h2 span {
  font-size: 32px;
  display: block;
  margin-left: 0;
  line-height: 35px;
  font-weight: normal;
}
@media (min-width: 480px) {
  .kindness .hero-kindness h1 span,
  .kindness .hero-kindness h2 span {
    font-size: 50px;
  }
}
@media (min-width: 704px) {
  .kindness .hero-kindness h1 span,
  .kindness .hero-kindness h2 span {
    font-size: 60px;
  }
}
@media (min-width: 994px) {
  .kindness .hero-kindness h1 span,
  .kindness .hero-kindness h2 span {
    font-size: 80px;
  }
}
.kindness .hero-kindness h3 {
  font-size: 16px;
  color: #0C6F6C;
  margin: 0 auto;
}
.kindness .hero-kindness h3.white {
  color: white;
}
@media (min-width: 480px) {
  .kindness .hero-kindness h3 {
    font-size: 18px;
    text-align: center;
    max-width: 500px;
  }
}
@media (min-width: 704px) {
  .kindness .hero-kindness h3 {
    font-size: 22px;
    text-align: left;
  }
}
.kindness h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 0;
}
.kindness h3 {
  margin-top: 0;
}
.kindness p {
  font-size: 14px;
  line-height: 22px;
}
.kindness img {
  margin: 0 auto;
}
@media (min-width: 994px) {
  .kindness img {
    padding-top: -20px;
    display: block;
    max-width: 500px;
  }
}
.kindness .article-thumb {
  max-width: 300px;
  max-height: 300px;
  margin-top: 30px;
}
.kindness .article-thumb-title {
  margin-bottom: 30px;
  max-width: 300px;
}
.kindness .kindness-tiles {
  overflow: hidden;
  padding: 30px;
}
.kindness .kindness-tiles .img-wrapper {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.kindness .kindness-tiles .img-wrapper img {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.kindness .kindness-tiles .kindness-tile-text {
  text-align: left;
  max-width: 200px;
  margin: 10px auto 0;
}
.kindness .kindness-tiles .row > div {
  margin-bottom: 20px;
}
@media (min-width: 704px) {
  .kindness .kindness-tiles .row > div {
    margin-bottom: 0px;
  }
}
.kindness .kindness-tiles a {
  text-decoration: none;
}
.kindness .kindness-tiles a strong {
  color: #000;
}
.kindness .kindness-tiles a strong:hover {
  text-decoration: none;
}
.kindness .kindness-tiles a:hover {
  cursor: pointer;
}
.kindness .img-hand {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  /*shadow: 2px 2px 1B6479;*/
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 704px) {
  .kindness .img-hand {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 704px) {
  .kindness {
    /*h3 {
        margin-left: -70px;
        margin-bottom: 25px;
    }*/
  }
  .kindness h1 {
    font-size: 20px;
  }
  .kindness h1 span {
    white-space: nowrap;
    padding-left: 160px;
    padding-top: 1px;
    font-size: 30px;
  }
  .kindness h2 {
    width: 80%;
  }
}
.kindness .hero-kindness {
  background-color: rgb(0, 103, 102);
  background: rgb(0, 103, 102);
  background: linear-gradient(180deg, rgb(0, 103, 102) 0%, rgb(154, 204, 153) 100%);
}
.kindness .hero-kindness-sm {
  background-position: center bottom;
  background-image: url("/Images/campaigns/kindness-bg-lg-plain.jpg");
}
.kindness .hero-kindness-sm img {
  -webkit-filter: drop-shadow(1px 1px 0 #E2A6E7) drop-shadow(-1px -1px 0 white);
  filter: drop-shadow(1px 1px 0 #1B6479) drop-shadow(-1px -1px 0 white);
}
@media (min-width: 704px) {
  .kindness {
    /*h3 {
        width: 95%;
        margin-top: -20px;
        font-size: 24px;
    }*/
  }
  .kindness .hero-kindness {
    min-height: 420px;
  }
}
@media (min-width: 704px) and (min-width: 704px) {
  .kindness .hero-kindness {
    min-height: 320px;
  }
}
@media (min-width: 704px) and (min-width: 994px) {
  .kindness .hero-kindness {
    min-height: 380px;
  }
}
@media (min-width: 704px) {
  .kindness .hero-kindness-sm {
    display: none;
  }
}
@media (min-width: 994px) {
  .kindness {
    /*h3 {
        color: #f9ecad;
        width: 75%;
    }*/
  }
}
.kindness .glow {
  text-shadow: 2px 2px #175c68;
}
.kindness .yellowish {
  color: #f9ecad;
}
.kindness .white {
  color: white;
}
.kindness .dkblue {
  color: #31418c;
}
.kindness .extraAdvisors {
  display: none;
}
.kindness .extraAdvisors.u-inline-block {
  display: inline-block;
}
.kindness .kind-body h2 {
  font-size: 22px;
}
.kindness .kind-signup h1 {
  text-align: center;
  width: 100%;
}

.bottom-kindness {
  padding-top: 15px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.bottom-kindness h2 {
  padding-top: -30px;
}
.bottom-kindness .col-centered {
  margin-bottom: 20px;
}

.bottom-kind {
  background-color: #499aa8;
  text-align: center;
}

.bottom-kind h2 {
  margin-bottom: 20px;
}

@media (min-width: 704px) {
  .bottom-kind .col-centered {
    margin-bottom: 10px;
  }
}
.kindness-lp-box {
  padding: 18px;
  margin-top: 24px;
}
.kindness-lp-box .kindness-lp-icon {
  padding-right: 18px;
  float: left;
}
.kindness-lp-box h3 {
  color: #e799b8;
}

/* sk = sharing kindness, the following styles are specific to that page*/
.sk-hero {
  background: url(/images/campaigns/kindness-hero-wide.jpg?height=300&quality=50) no-repeat center;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
@media (min-width: 704px) {
  .sk-hero {
    min-height: 450px;
    background-image: url(/images/campaigns/kindness-hero-wide.jpg?height=450&quality=50);
  }
}
@media (min-width: 1204px) {
  .sk-hero {
    min-height: 550px;
    background-image: url(/images/campaigns/kindness-hero-wide.jpg?quality=50);
  }
}
.sk-hero h1 {
  font-family: "Dancing Script", "Arial";
  text-shadow: 2px 2px #042126;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 704px) {
  .sk-hero h1 {
    font-size: 80px;
    line-height: 1.1;
  }
}

.sk-logo {
  width: 300px;
  margin-top: 30px;
}
@media (min-width: 704px) {
  .sk-logo {
    padding: 30px 30px 30px 0;
    margin: 0;
  }
}
@media (min-width: 994px) {
  .sk-logo {
    width: 400px;
    padding: 45px 30px 45px 0;
  }
}

.sk-container h3 {
  color: #0c6f6c;
}
.sk-container .arrow-right-equilateral {
  font-size: 0.8em;
}
.sk-container .grid h3 {
  margin-top: 0;
}

.sk-copy {
  text-align: left;
  padding: 15px 30px;
}
.sk-copy h3 {
  font-size: 2em;
  line-height: 1;
}
@media (min-width: 994px) {
  .sk-copy {
    font-size: 1.3em;
  }
  .sk-copy h3 {
    line-height: 1.3em;
  }
}

.sk-btn {
  background-color: #0c6e6d;
  border-color: #315F7A;
  text-transform: capitalize;
  color: #fff;
}
.sk-btn:hover, .sk-btn:active, .sk-btn:focus {
  background: #0c8786;
  color: #fff;
}

.sk-btn-holder {
  padding: 15px 0;
  background: #ddeae6;
  /*box-shadow: 0 5px 5px 2px #a4c2d1;*/
  text-align: center;
}

.sk-article-holder {
  /*background: #d6e7f7;*/
  padding: 30px 0;
}
.sk-article-holder .container-page {
  padding: 0;
}

.challenge {
  /*@media (min-width: 702px) {
      ul.hiw {
          max-width: 600px;
          margin-bottom: 30px;
      }

      .hiw li::before {
          border-radius: 50px;
          border-width: 3px;
          width: 50px;
          height: 50px;
          font-size: 1.8em;
          margin: 0 0;
          margin-left: -60px;
      }

      ul.hiw li {
          width: 33%;
          display: table-cell;
          padding: 0;
          padding-left: 60px;
          margin: 0;
      }
  }*/
}
.challenge .desk-header {
  background-image: url(/Images/campaigns/ps-header.jpg);
  background-color: #e4efeb;
  height: 80px;
  background-position: -430px 0;
  border-bottom: 2px solid #e4efeb;
}
.challenge .desk-header .logo {
  width: 200px;
  margin: 10px 0 10px 50px;
}
.challenge .challenge-bgd {
  background-color: #fdfaf1;
  background-repeat: no-repeat;
  background-image: url(/Images/campaigns/ps-challenge-hero-sm.jpg);
  background-size: cover;
  background-position: -35px top;
  height: 250px;
  resize: both;
}
@media (min-width: 360px) {
  .challenge .challenge-bgd {
    background-position: 0 top;
  }
}
@media (min-width: 480px) {
  .challenge .challenge-bgd {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/Images/campaigns/master-hero-tv-empty.jpg);
    background-size: cover;
  }
}
@media (min-width: 994px) {
  .challenge .challenge-bgd {
    height: 400px;
  }
}
.challenge .chall-hero-copy {
  font-size: 1.3em;
  text-align: center;
  margin: 30px -100px 0 0;
}
.challenge .chall-hero-copy img {
  width: 200px;
}
@media (min-width: 704px) {
  .challenge .chall-hero-copy {
    margin-right: -150px;
  }
}
@media (min-width: 994px) {
  .challenge .chall-hero-copy {
    font-size: 2.5em;
    margin: 50px -250px 0 0;
  }
  .challenge .chall-hero-copy img {
    width: 365px;
  }
}
.challenge .challenge-chall-bgd {
  background-color: #fdfaf1;
  background-repeat: no-repeat;
  background-image: url(/Images/campaigns/ps-challenge-hero-sm.jpg);
  background-size: cover;
  background-position: -35px top;
  height: 235px;
  resize: both;
}
@media (min-width: 360px) {
  .challenge .challenge-chall-bgd {
    background-position: 0 top;
  }
}
@media (min-width: 480px) {
  .challenge .challenge-chall-bgd {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/Images/campaigns/master-hero-big-wider-higher-challl.jpg);
    background-size: cover;
  }
}
@media (min-width: 994px) {
  .challenge .challenge-chall-bgd {
    height: 400px;
  }
}
@media (min-width: 704px) and (max-width: 994px) {
  .challenge .lp-trans {
    background-color: rgba(232, 226, 219, 0.4);
  }
}
.challenge .trust {
  padding-bottom: 5px;
}
.challenge .chall-logo {
  margin-top: 15px;
  margin-left: -14px;
}
.challenge .chall-logo img {
  width: 140px;
}
@media (max-width: 360px) {
  .challenge .chall-logo {
    margin-left: -7px;
  }
}
@media (min-width: 480px) {
  .challenge .chall-logo {
    display: none;
  }
}
.challenge .shadow {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.challenge .top-headline {
  margin-top: -5px;
  margin-right: 10px;
}
.challenge .top-headline h1 {
  font-size: 1.5em;
}
.challenge .top-headline p {
  font-size: 1.5em;
}
@media (min-width: 360px) {
  .challenge .top-headline {
    margin-right: 15px;
    /*p {
        font-size: 1.65em;
    }*/
  }
  .challenge .top-headline h1 {
    font-size: 1.65em;
  }
}
@media (min-width: 480px) {
  .challenge .top-headline {
    display: none;
  }
}
.challenge .top-headline-challenge {
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.challenge .top-headline-challenge h1 {
  font-size: 1.45em;
}
@media (min-width: 360px) {
  .challenge .top-headline-challenge {
    margin-right: 15px;
  }
  .challenge .top-headline-challenge h1 {
    font-size: 1.85em;
  }
}
@media (min-width: 704px) {
  .challenge .top-headline-challenge {
    position: relative;
    right: 85px;
    padding-top: 30px;
  }
}
@media (min-width: 994px) {
  .challenge .top-headline-challenge {
    right: 175px;
    padding-top: 65px;
    text-align: center;
    /*h1 {
        font-weight: bold;
    }*/
  }
}
.challenge .challenge-vid-bgd {
  background-color: #1B6479;
  color: white;
}
.challenge .padding-bot-30 {
  padding-bottom: 30px;
}
.challenge .chall-vid-box {
  margin-bottom: 40px;
}
@media (min-width: 704px) {
  .challenge .chall-vid-box {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 704px) {
  .challenge .spot {
    padding: 10px;
  }
}
.challenge .h1 {
  font-size: 1.6em;
}
.challenge .chall-mar-t25 {
  margin-top: 25px;
}
.challenge .bds-bgd {
  background-color: #def1fa;
}
.challenge ul.checklist li {
  position: relative;
  padding: 3px 2em 30px 2.5em;
  border: 0;
  margin: 0;
}
@media (min-width: 702px) {
  .challenge ul.checklist li {
    padding-left: 7em;
  }
}
.challenge .hiw {
  counter-reset: step;
  max-width: 600px;
  padding-bottom: 0;
}
.challenge .hiw li {
  font-size: 1.2em;
}
.challenge .hiw li::before {
  counter-increment: step;
  content: counter(step);
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: block;
  font-size: 14px;
  color: #315F7A;
  position: absolute;
  background: #fff;
  margin: -1px 0 0 -36px;
  border: 2px solid #315F7A;
  font-weight: bold;
}
.challenge .challenge-testing-bgd {
  background-repeat: no-repeat;
  background-image: url(/Images/optimization-team/testing-ty-sm.jpg);
  background-size: contain;
  background-position: 0 top;
  height: 235px;
  resize: both;
}
@media (min-width: 360px) {
  .challenge .challenge-testing-bgd {
    background-position: 0 top;
  }
}
@media (min-width: 480px) {
  .challenge .challenge-testing-bgd {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/Images/optimization-team/testing-ty-xl.jpg);
    background-size: cover;
  }
}
@media (min-width: 994px) {
  .challenge .challenge-testing-bgd {
    height: 586px;
  }
}

.test {
  padding: 0px;
}

.lp-body {
  overflow-x: hidden;
  font-size: 14px;
}

.green {
  color: #507d1c;
}

.btn-green {
  background-color: #507d1c;
  color: white;
}
.btn-green:hover {
  cursor: pointer;
  background-color: #006600;
}

.btn-green:hover {
  cursor: pointer;
  background-color: #006600;
}

.contain {
  max-width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.contain-800 {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.full {
  width: 100%;
  padding: 0;
  position: relative;
}

.header {
  background-color: #ffffff;
  padding: 5px 10px;
  display: block;
}
.header .seal-block {
  width: 288px;
  float: right;
  margin-right: 25px;
}
.header .seal-block h3 {
  font-size: 1em;
  line-height: 1.3em;
}
.header .seal-block .seal, .header .seal-block .seal-es {
  float: left;
  width: 100px;
  height: 80px;
  background-image: url(/Images/landing-pages/satisfaction-seal.png?width=100);
}
.header .seal-block .seal-es {
  background-image: url(/psimages/pods/guarantee-es.png?width=100);
}
@media (min-width: 780px) {
  .header .seal-block {
    margin-right: 60px;
  }
}
.header .member-link {
  display: inline-block;
  margin: 10px 0 10px 0;
  font-size: 12px;
  text-align: right;
  float: right;
}
@media (min-width: 704px) {
  .header .member-link {
    font-size: 13px;
    margin-top: 30px;
  }
}
.header .lp-logo {
  float: left;
  margin-top: 0;
}
.header .lp-logo img {
  width: 150px;
}
@media (min-width: 704px) {
  .header .lp-logo {
    margin-top: 10px;
  }
  .header .lp-logo img {
    width: 200px;
  }
}

.btn-yellow {
  background-color: #ffc959;
  border: 1px solid white;
  border-radius: 0;
  font-weight: normal;
  color: #c92222;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-yellow:hover {
  background-color: #D2A030;
}

.btn-gray-green {
  background-color: #a6e5d8;
  color: #302E2B;
}
.btn-gray-green:hover {
  background-color: #3fc5aa;
}

.amatic {
  font-family: "Amatic SC", cursive;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 68px;
  font-weight: normal;
}
@media (max-width: 704px) {
  .amatic {
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 994px) {
  .amatic {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 58px;
    word-spacing: 5px;
  }
}
@media (max-width: 480px) {
  .amatic {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
  }
}

.header-with-yborders {
  padding: 15px 0;
  border-bottom: solid 1px #CDCBBE;
  border-top: solid 1px #CDCBBE;
  margin-bottom: 20px;
}

.border-block {
  border-bottom: solid 1px #CECCBF;
  padding: 30px;
}
.border-block h4 {
  border-top: 1px solid #d4ddde;
  padding-top: 22px;
}
@media (min-width: 704px) {
  .border-block {
    border-top: solid 1px #CECCBF;
    border-left: solid 1px #CECCBF;
    border-right: solid 1px #CECCBF;
  }
  .border-block h4 {
    border-top: none;
    padding-top: 0;
  }
}

[id^=trustPilot] {
  max-width: 790px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #CDCBBE;
}
@media (min-width: 704px) {
  [id^=trustPilot] {
    border-bottom: none;
  }
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.montserrat h1, .montserrat .h1, .montserrat h2, .montserrat .h2, .montserrat h3, .montserrat .h3, .montserrat h4, .montserrat .h4, .montserrat h5, .montserrat .h5, .montserrat h6, .montserrat .h6, .montserrat h7, .montserrat .h7, .montserrat h8, .montserrat .h8, .montserrat .btn {
  font-weight: 400;
}

.bree {
  font-family: "Bree Serif", serif;
  font-weight: normal;
}
.bree h1, .bree .h1, .bree h2, .bree .h2, .bree h3, .bree .h3, .bree h4, .bree .h4, .bree h5, .bree .h5, .bree h6, .bree .h6, .bree h7, .bree .h7, .bree h8, .bree .h8, .bree .btn {
  font-weight: normal;
}

.member-link {
  display: inline-block;
  margin: 10px;
  text-align: right;
}
@media (max-width: 480px) {
  .member-link {
    margin: 10px -5px 10px 0;
  }
}

.lp-logo img {
  width: 200px;
}
@media (max-width: 480px) {
  .lp-logo img {
    width: 140px;
  }
}

.price .h7, .minutes .h7 {
  font-size: 3em;
  line-height: 1em;
}

.minutes {
  line-height: 10px;
}
.minutes .bold {
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2rem;
  margin-top: 5px;
  color: #fff;
}
.minutes .plusFree {
  font-size: 2rem;
  margin: 20px 0 15px 0;
  color: #fff !important;
}

.price {
  margin-top: 5px;
  font-size: 3.6rem;
}
@media (max-width: 479px) {
  .price {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

@media (min-width: 704px) {
  .width-580 {
    width: 480px;
    float: right;
  }
}
@media (min-width: 994px) {
  .width-580 {
    width: 580px;
    float: right;
  }
}

@media (min-width: 704px) {
  .width-450 {
    width: 450px;
    float: right;
  }
}

@media (max-width: 704px) {
  .possiblities {
    overflow: hidden;
    background-position: 0 bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 500px) and (max-width: 590px) {
  .possiblities {
    background-position: -60px bottom;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .possiblities {
    background-position: -80px bottom;
  }
}

.lady {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 750px;
  height: 565px;
  background-repeat: no-repeat;
}
@media (min-width: 704px) {
  .lady {
    background-position: left bottom;
  }
}
@media (min-width: 690px) and (max-width: 950px) {
  .lady {
    background-position: -120px bottom;
  }
}
@media (min-width: 690px) and (max-width: 790px) {
  .lady {
    background-position: -190px bottom;
  }
}

.u-pos-rel {
  position: relative;
}

#card {
  position: absolute;
}

.backdrop {
  width: 100%;
}

.u-margin-bottom-30 {
  margin-bottom: 30px;
}

.offer-reveal, .offer-reveal-blue {
  padding: 8px;
  display: block;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgb(138, 56, 62);
  background: -moz-linear-gradient(top, rgb(138, 56, 62) 0%, rgb(186, 77, 80) 100%);
  background: -webkit-linear-gradient(top, rgb(138, 56, 62) 0%, rgb(186, 77, 80) 100%);
  background: linear-gradient(to bottom, rgb(138, 56, 62) 0%, rgb(186, 77, 80) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8a383e", endColorstr="#ba4d50",GradientType=0 );
}
.offer-reveal:hover, .offer-reveal-blue:hover {
  text-decoration: none !important;
}

.offer-reveal-blue {
  background: rgb(47, 101, 133);
  background: -moz-linear-gradient(top, rgb(47, 101, 133) 0%, rgb(80, 180, 212) 100%);
  background: -webkit-linear-gradient(top, rgb(47, 101, 133) 0%, rgb(80, 180, 212) 100%);
  background: linear-gradient(to bottom, rgb(47, 101, 133) 0%, rgb(80, 180, 212) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#306686", endColorstr="#50b4d4",GradientType=0 );
}

.offer-reveal-green {
  background: #006b39;
  background: -moz-linear-gradient(top, #006b39 0%, #00925f 100%);
  background: -webkit-linear-gradient(top, #006b39 0%, #00925f 100%);
  background: linear-gradient(to bottom, #006b39 0%, #00925f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006b39", endColorstr="#00925f",GradientType=0 );
}

/*hack the grid to get margin thinner*/
.u-pad-sides-5 {
  padding-left: 3px;
  padding-right: 3px;
}

.best-offer {
  position: relative;
}

.webp .best-value, .webp .best-value-es {
  background-image: url("http://www.psychicsource.com/root_images/ps/images/landing-pages/sliding-scale-reveal/best-offer-reveal.webp");
}

.no-webp .best-value, .no-webp .best-value-es {
  background-image: url("/Images/landing-pages/best-offer-reveal.png");
}

.best-value, .best-value-es {
  position: absolute;
  top: -15px;
  right: -4px;
  z-index: 2;
  width: 120px;
  height: 35px;
  background-repeat: no-repeat;
}

.best-value-es {
  background-image: url("/psimages/landing-pages/best-offer-reveal-es.png");
}

@media (max-width: 704px) {
  .lg-txt-sm {
    font-size: 1.3em;
    margin-top: 0;
  }
}

h2.black a {
  color: black;
}

.vid-caption {
  top: 0;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 20px 5px 20px;
  width: 100%;
  color: white;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}

.tall-field {
  display: block;
  width: 100%;
  height: 50px;
  height: 53px;
  margin-bottom: 20px;
}

/*

    __________________________

      Specific page overrides
    __________________________

*/
@media (min-width: 704px) {
  .webp .sliding-scale-guy .full.bgd-color-guy {
    background-image: url("http://www.psychicsource.com/root_images/ps/images/landing-pages/sliding-scale-reveal/guy-blue2.webp");
  }
}

@media (min-width: 704px) {
  .no-webp .sliding-scale-guy .full.bgd-color-guy {
    background-image: url(/images/landing-pages/slidingnew/guy-blue2.jpg);
  }
}

.sliding-scale-guy {
  /* fine tune text */
}
.sliding-scale-guy .full {
  background-color: white;
}
.sliding-scale-guy .tt-stamp {
  position: absolute;
  z-index: 5;
  width: 66px;
  top: 170px;
  left: 8px;
}
@media (min-width: 480px) {
  .sliding-scale-guy .tt-stamp {
    width: 80px;
    top: 200px;
  }
}
@media (min-width: 704px) {
  .sliding-scale-guy .tt-stamp {
    width: 125px;
    top: 436px;
  }
}
@media (min-width: 1000px) {
  .sliding-scale-guy .tt-stamp {
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .sliding-scale-guy .tt-stamp {
    left: 7%;
  }
}
@media (min-width: 1500px) {
  .sliding-scale-guy .tt-stamp {
    left: 15%;
  }
}
.sliding-scale-guy .full.bgd-color-guy {
  background-color: #fff;
  background-repeat: no-repeat;
}
@media (min-width: 704px) {
  .sliding-scale-guy .full.bgd-color-guy {
    background-position: -300px bottom;
  }
}
@media (min-width: 930px) {
  .sliding-scale-guy .full.bgd-color-guy {
    background-position: center bottom;
  }
}
.sliding-scale-guy .webp .possiblities {
  background-image: url("http://www.psychicsource.com/root_images/ps/images/landing-pages/sliding-scale-reveal/guy-blue2.webp");
}
@media (min-width: 480px) {
  .sliding-scale-guy .webp .possiblities {
    background-image: url(/images/landing-pages/slidingnew/guy-blue2.webp?width=700);
  }
}
.sliding-scale-guy .no-webp .possiblities {
  background-image: url(/images/landing-pages/slidingnew/guy-blue2.jpg?width=580);
}
@media (min-width: 480px) {
  .sliding-scale-guy .no-webp .possiblities {
    background-image: url(/images/landing-pages/slidingnew/guy-blue2.webp?width=580);
  }
}
.sliding-scale-guy .possiblities {
  background-position: center -20px;
  min-height: 220px;
  background-size: auto;
}
@media (min-width: 480px) {
  .sliding-scale-guy .possiblities {
    min-height: 270px;
  }
}
@media (min-width: 704px) {
  .sliding-scale-guy .possiblities {
    background-image: none;
    min-height: 1px;
  }
}
.sliding-scale-guy h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 480px) {
  .sliding-scale-guy h1 {
    font-size: 26px;
  }
}
@media (min-width: 704px) {
  .sliding-scale-guy h1 {
    font-size: 32px;
  }
}
@media (min-width: 620px) {
  .sliding-scale-guy .break-md {
    background-position: -60px -10px;
  }
}
.sliding-scale-guy .box, .sliding-scale-guy .full {
  background-color: transparent;
}
.sliding-scale-guy .btn-yellow {
  color: #315F7A;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 2px white;
}
.sliding-scale-guy .btn-yellow:hover {
  background-color: #EFA74F;
  color: white;
}

@media (min-width: 704px) {
  .webp .sliding-scale-chat .chat-girl {
    background-image: url(https://www.psychicsource.com/root_images/ps/images/landing-pages/girl.webp);
  }
}

@media (min-width: 704px) {
  .no-webp .sliding-scale-chat .chat-girl {
    background-image: url(/images/landing-pages/chat/girl.jpg);
  }
}

@media (max-width: 704px) {
  .webp .sliding-scale-chat .girl-pick {
    background-image: url(https://www.psychicsource.com/root_images/ps/images/landing-pages/woman-chat-reading-phone.webp);
  }
}

@media (max-width: 704px) {
  .no-webp .sliding-scale-chat .girl-pick {
    background-image: url(/images/landing-pages/chat/woman-chat-reading-phone.jpg);
  }
}

.sliding-scale-chat {
  /* fine tune text */
}
.sliding-scale-chat .chat-girl {
  background-color: #FBF3DD;
  background-repeat: no-repeat;
}
@media (min-width: 704px) {
  .sliding-scale-chat .chat-girl {
    background-position: top center;
    background-size: cover;
  }
}
@media (min-width: 994px) {
  .sliding-scale-chat .chat-girl {
    background-position: top center;
  }
}
.sliding-scale-chat .girl-pick {
  background-position: -100px top;
}
@media (min-width: 480px) {
  .sliding-scale-chat .girl-pick {
    background-position: 0 top;
  }
}
@media (max-width: 704px) {
  .sliding-scale-chat .girl-pick {
    height: 248px;
    width: 110%;
    margin-left: -10px;
    margin-right: -20px;
    background-color: #E3D6B3;
    background-repeat: no-repeat;
  }
}
.sliding-scale-chat h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: bold;
  color: #302E2B;
}
@media (min-width: 704px) {
  .sliding-scale-chat h1 {
    min-height: 100px;
    margin-top: 5px;
    font-size: 36px;
    line-height: 42px;
  }
}
.sliding-scale-chat h2 {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.sliding-scale-chat .lp-logo {
  margin-left: 0;
}
.sliding-scale-chat .lp-logo img {
  margin-top: -10px;
  margin-bottom: 10px;
}
@media (min-width: 704px) {
  .sliding-scale-chat .u-mar-top-25-md-lg {
    margin-top: 25px;
  }
}
@media (min-width: 704px) {
  .sliding-scale-chat .banner-hidden div.save-transcript-seal img {
    top: 145px;
  }
}
@media (min-width: 704px) {
  .sliding-scale-chat .banner-visible div.save-transcript-seal img {
    top: 195px;
  }
}
.sliding-scale-chat div.save-transcript-seal img {
  width: 126px;
}
@media (min-width: 704px) {
  .sliding-scale-chat div.save-transcript-seal img {
    top: 203px;
    right: 0;
    left: -29%;
    width: 140px;
  }
}

@media (min-width: 704px) {
  .career {
    background-color: transparent;
  }
}
.career .contain {
  padding: 0 10px;
  box-sizing: border-box;
}
.career .amatic {
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 48px;
}
@media (min-width: 704px) {
  .career .amatic {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 58px;
    word-spacing: 5px;
  }
}
@media (min-width: 480px) {
  .career .amatic {
    font-size: 45px;
    letter-spacing: 3px;
    word-spacing: 0;
  }
}
@media (min-width: 994px) {
  .career .width-580 {
    width: auto;
    float: right;
  }
}
.career .best-value, .career .best-value-es {
  background-image: url("/Images/landing-pages/slidingnew/best-red.png");
}
@media (min-width: 0px) and (max-width: 480px) {
  .career #card {
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    /* small screen card and backdrop image here*/
    background-image: url(/psimages/landing-pages/career-small.jpg);
    background-repeat: no-repeat;
    background-position: -55px top;
  }
  .career .width-450 {
    margin-top: 50px;
  }
  .career .lp-logo {
    margin-left: 0;
  }
}
@media (min-width: 420px) and (max-width: 480px) {
  .career #card {
    background-position: 0 top;
  }
}
@media (min-width: 480px) and (max-width: 705px) {
  .career #card {
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    background-position: 0 top;
    background-image: url(/psimages/landing-pages/career-mid.jpg);
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .career .width-450 {
    margin-top: 100px;
  }
  .career .amatic {
    margin-top: 70px;
  }
}
@media (min-width: 706px) {
  .career .backdrop {
    background-color: transparent;
    height: 510px;
    background-image: url(/psimages/landing-pages/career-bgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .career #card {
    top: 90px;
    left: -260px;
    width: 646px;
    height: 400px;
    background-image: url(/psimages/landing-pages/career-card.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1112px) {
  .career #card {
    left: 0;
  }
}

.retention-reveal .retention-reveal-bgd {
  background-color: white;
  background-color: #dfe8f1;
  background-repeat: no-repeat;
  background-image: url(/images/landing-pages/retention/retention-tarot-xs.jpg);
  background-position: center 0;
  /*adjust for ipad*/
}
@media (min-width: 479px) and (max-width: 703px) {
  .retention-reveal .retention-reveal-bgd {
    background-position: -100px 0;
  }
}
@media (min-width: 704px) {
  .retention-reveal .retention-reveal-bgd {
    background-color: #dfe8f1;
    background-image: url(/images/landing-pages/retention/retention-tarot-lg.jpg);
    background-size: auto;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .retention-reveal .retention-reveal-bgd {
    background-position: -150px 0;
    background-image: url(/images/landing-pages/retention/retention-tarot-md.jpg);
  }
}
.retention-reveal .container-cta .btn {
  -webkit-box-shadow: 0 0 25px 8px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 25px 8px rgb(255, 255, 255);
  box-shadow: 0 0 25px 8px rgb(255, 255, 255);
}
.retention-reveal .u-pull-right-center-sm {
  margin-bottom: 0;
}
.retention-reveal .container-headline {
  margin-top: 30px;
  min-height: 160px;
  margin-left: 20px;
}
@media (min-width: 480px) {
  .retention-reveal .container-headline {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media (min-width: 704px) {
  .retention-reveal .container-headline {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 1px;
  }
}
@media (max-width: 703px) {
  .retention-reveal .container-offer {
    background-color: #f2edd6;
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 704px) {
  .retention-reveal .container-txt-adjust .h7 {
    font-size: 2.1em;
    line-height: 1.1em;
    margin-top: 0;
  }
}
.retention-reveal .container-txt-adjust .h8 {
  font-size: 1.7em;
  line-height: 1.1em;
  text-shadow: 4px 4px 13px rgb(255, 255, 255);
}
@media (min-width: 355px) {
  .retention-reveal .container-txt-adjust .h8 {
    font-size: 2em;
    line-height: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 703px) {
  .retention-reveal .container-txt-adjust .h8 {
    font-size: 2.9em;
  }
}
@media (min-width: 704px) {
  .retention-reveal .container-txt-adjust .h8 {
    font-size: 3.84em;
  }
}
@media (max-width: 704px) {
  .retention-reveal .container-txt-adjust h3, .retention-reveal .container-txt-adjust .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .retention-reveal .lp-logo {
    margin-left: 50px;
    margin-right: 10px;
  }
  .retention-reveal .lp-logo img {
    width: 150px;
  }
}

.retention-meditation .retention-meditationl-bgd {
  background-color: white;
  background-color: #f4f0e7;
  background-repeat: no-repeat;
  background-image: url(/images/landing-pages/meditation/retention-med2-xs.jpg);
  background-position: left 0;
  /*adjust for ipad*/
}
@media (min-width: 479px) and (max-width: 703px) {
  .retention-meditation .retention-meditationl-bgd {
    background-position: -100px 0;
  }
}
@media (min-width: 704px) {
  .retention-meditation .retention-meditationl-bgd {
    background-color: #f4f0e7;
    background-image: url(/images/landing-pages/meditation/retention-med2-lg.jpg);
    background-size: auto;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .retention-meditation .retention-meditationl-bgd {
    background-position: -150px 0;
    background-image: url(/images/landing-pages/meditation/retention-med2-md.jpg);
  }
}
.retention-meditation .container-cta .btn {
  -webkit-box-shadow: 0 0 25px 8px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 25px 8px rgb(255, 255, 255);
  box-shadow: 0 0 25px 8px rgb(255, 255, 255);
}
.retention-meditation .u-pull-right-center-sm {
  margin-bottom: 0;
}
.retention-meditation .container-headline {
  margin-top: 30px;
  min-height: 160px;
  margin-left: 20px;
  color: #006600;
}
@media (min-width: 480px) {
  .retention-meditation .container-headline {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media (min-width: 704px) {
  .retention-meditation .container-headline {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 1px;
  }
}
@media (max-width: 703px) {
  .retention-meditation .container-offer {
    background-color: #f2edd6;
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 704px) {
  .retention-meditation .container-txt-adjust .h7 {
    font-size: 2.1em;
    line-height: 1.1em;
    margin-top: 0;
  }
}
.retention-meditation .container-txt-adjust .h8 {
  font-size: 1.7em;
  line-height: 1.1em;
  text-shadow: 4px 4px 13px rgb(255, 255, 255);
}
@media (min-width: 355px) {
  .retention-meditation .container-txt-adjust .h8 {
    font-size: 2em;
    line-height: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 703px) {
  .retention-meditation .container-txt-adjust .h8 {
    font-size: 2.9em;
  }
}
@media (min-width: 704px) {
  .retention-meditation .container-txt-adjust .h8 {
    font-size: 3.84em;
  }
}
@media (max-width: 704px) {
  .retention-meditation .container-txt-adjust h3, .retention-meditation .container-txt-adjust .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .retention-meditation .lp-logo {
    margin-left: 50px;
    margin-right: 10px;
  }
  .retention-meditation .lp-logo img {
    width: 150px;
  }
}

.retention-crystal .retention-crystal-bgd {
  background-color: white;
  background-color: #e9e6e1;
  background-repeat: no-repeat;
  background-image: url(/images/landing-pages/crystal/retention-crystal-xs.jpg);
  background-position: left 0;
  /*adjust for ipad*/
}
@media (min-width: 479px) and (max-width: 703px) {
  .retention-crystal .retention-crystal-bgd {
    background-position: -80px 0;
  }
}
@media (min-width: 704px) {
  .retention-crystal .retention-crystal-bgd {
    background-color: #e9e6e1;
    background-image: url(/images/landing-pages/crystal/retention-crystal-lg.jpg);
    background-size: auto;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .retention-crystal .retention-crystal-bgd {
    background-position: -100px 0;
    background-image: url(/images/landing-pages/crystal/retention-crystal-md.jpg);
  }
}
.retention-crystal .container-cta .btn {
  -webkit-box-shadow: 0 0 25px 8px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 25px 8px rgb(255, 255, 255);
  box-shadow: 0 0 25px 8px rgb(255, 255, 255);
}
.retention-crystal .u-pull-right-center-sm {
  margin-bottom: 0;
}
.retention-crystal .container-headline {
  margin-top: 30px;
  min-height: 160px;
  margin-left: 20px;
  color: #006600;
}
@media (min-width: 480px) {
  .retention-crystal .container-headline {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media (min-width: 704px) {
  .retention-crystal .container-headline {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 1px;
  }
}
@media (max-width: 703px) {
  .retention-crystal .container-offer {
    background-color: #f2edd6;
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 704px) {
  .retention-crystal .container-txt-adjust .h7 {
    font-size: 2.1em;
    line-height: 1.1em;
    margin-top: 0;
  }
}
.retention-crystal .container-txt-adjust .h8 {
  font-size: 1.7em;
  line-height: 1.1em;
  text-shadow: 4px 4px 13px rgb(255, 255, 255);
}
@media (min-width: 355px) {
  .retention-crystal .container-txt-adjust .h8 {
    font-size: 2em;
    line-height: 1.1em;
  }
}
@media (min-width: 480px) and (max-width: 703px) {
  .retention-crystal .container-txt-adjust .h8 {
    font-size: 2.9em;
  }
}
@media (min-width: 704px) {
  .retention-crystal .container-txt-adjust .h8 {
    font-size: 3.84em;
  }
}
@media (max-width: 704px) {
  .retention-crystal .container-txt-adjust h3, .retention-crystal .container-txt-adjust .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .retention-crystal .lp-logo {
    margin-left: 50px;
    margin-right: 10px;
  }
  .retention-crystal .lp-logo img {
    width: 150px;
  }
}

.mbr-offers-january .member-link {
  margin: 10px 15px 10px 0;
}
.mbr-offers-january .mbr-offer-jan-bgd {
  background-color: #bdb4b3;
  background-repeat: no-repeat;
  background-image: url(/images/landing-pages/retention/member-offers-january-2019-xs.jpg);
  background-position: -50px 0;
}
@media (min-width: 480px) {
  .mbr-offers-january .mbr-offer-jan-bgd {
    background-position: -65px 0;
    background-image: url(/images/landing-pages/retention/member-offers-january-2019-md.jpg);
  }
}
@media (min-width: 1000px) {
  .mbr-offers-january .mbr-offer-jan-bgd {
    background-image: url(/images/landing-pages/retention/member-offers-january-2019-lg.jpg);
    background-size: auto;
    background-position: -20px -80px;
  }
}
.mbr-offers-january .container-cta .btn {
  -webkit-box-shadow: 0 0 20px 2px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 20px 2px rgb(255, 255, 255);
  box-shadow: 0 0 20px 2px rgb(255, 255, 255);
}
.mbr-offers-january .u-pull-right-center-sm {
  margin-bottom: 0;
}
.mbr-offers-january .container-headline {
  min-height: 160px;
  margin-left: 20px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 480px) {
  .mbr-offers-january .container-headline {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 704px) {
  .mbr-offers-january .container-headline {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    min-height: 1px;
  }
}
@media (max-width: 703px) {
  .mbr-offers-january .container-offer {
    background-color: #e7e6e4;
    margin-top: 0;
    padding-top: 10px;
  }
}
.mbr-offers-january .container-txt-adjust .text-left-xs {
  text-align: center;
}
@media (max-width: 704px) {
  .mbr-offers-january .container-txt-adjust .h7 {
    font-size: 2.1em;
    line-height: 1.1em;
    margin-top: 0;
  }
}
.mbr-offers-january .container-txt-adjust .h8 {
  font-size: 1.7em;
  line-height: 1.1em;
}
@media (min-width: 355px) {
  .mbr-offers-january .container-txt-adjust .h8 {
    font-size: 2em;
    line-height: 1.1em;
  }
}
@media (min-width: 704px) {
  .mbr-offers-january .container-txt-adjust .h8 {
    font-size: 2.5em;
  }
}
@media (min-width: 704px) {
  .mbr-offers-january .container-txt-adjust h3, .mbr-offers-january .container-txt-adjust .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0;
    color: black;
  }
}
.mbr-offers-january .lp-logo {
  margin-left: 50px;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .mbr-offers-january .lp-logo {
    min-height: 80px;
  }
}
.mbr-offers-january .lp-logo img {
  width: 150px;
}
@media (min-width: 480px) {
  .mbr-offers-january .lp-logo img {
    width: 280px;
  }
}

.retention-fb .member-link {
  margin: 10px 15px 10px 0;
}
.retention-fb .retention-fb-bgd {
  background-color: white;
  background-color: #bdb4b3;
  background-repeat: no-repeat;
  background-image: url(/images/landing-pages/retention/retention-fb18-xs.jpg);
  background-position: -20px -10px;
}
@media (min-width: 480px) {
  .retention-fb .retention-fb-bgd {
    background-position: -65px 0;
    background-image: url(/images/landing-pages/retention/retention-fb18-md.jpg);
  }
}
@media (min-width: 1000px) {
  .retention-fb .retention-fb-bgd {
    background-image: url(/images/landing-pages/retention/retention-fb18-lg.jpg);
    background-size: auto;
    background-position: -70px 0;
  }
}
.retention-fb .container-cta .btn {
  -webkit-box-shadow: 0 0 20px 2px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 20px 2px rgb(255, 255, 255);
  box-shadow: 0 0 20px 2px rgb(255, 255, 255);
}
.retention-fb .u-pull-right-center-sm {
  margin-bottom: 0;
}
.retention-fb .container-headline {
  min-height: 130px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: bold;
}
@media (min-width: 480px) {
  .retention-fb .container-headline {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 704px) {
  .retention-fb .container-headline {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    min-height: 1px;
  }
}
@media (max-width: 703px) {
  .retention-fb .container-offer {
    background-color: #e7e6e4;
    margin-top: 0;
    padding-top: 10px;
  }
}
.retention-fb .container-txt-adjust .text-left-xs {
  text-align: center;
}
@media (max-width: 704px) {
  .retention-fb .container-txt-adjust .h7 {
    font-size: 2.1em;
    line-height: 1.1em;
    margin-top: 0;
  }
}
.retention-fb .container-txt-adjust .h8 {
  font-size: 1.7em;
  line-height: 1.1em;
  text-shadow: 3px 3px 8px black;
}
@media (min-width: 355px) {
  .retention-fb .container-txt-adjust .h8 {
    font-size: 2em;
    line-height: 1.1em;
  }
}
@media (min-width: 704px) {
  .retention-fb .container-txt-adjust .h8 {
    font-size: 2.5em;
  }
}
@media (min-width: 704px) {
  .retention-fb .container-txt-adjust h3, .retention-fb .container-txt-adjust .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0;
    color: white;
  }
}
@media (max-width: 480px) {
  .retention-fb .lp-logo {
    margin-left: 50px;
    margin-right: 10px;
  }
  .retention-fb .lp-logo img {
    width: 150px;
  }
}

.max-it {
  max-width: 180px;
}

.advisor-tile:hover, .advisor-tile:focus {
  background-color: transparent;
  border-color: #d4ddde;
}

.full.bgd-lgt-cream, .bgd-lgt-cream {
  background: #FDF0DC;
}

.ul-300 {
  max-width: 395px;
}

.btn-big {
  padding: 15px 30px;
  font-size: 15px;
}

.black-bgd {
  background-color: black;
  color: white;
}
.black-bgd a {
  color: white;
}
.black-bgd .box, .black-bgd box-full {
  background-color: transparent;
}
.black-bgd .img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d8c3a7;
  box-sizing: border-box;
  padding: 0;
}

.teal hr {
  border-color: #56b7b5;
}

.btn.bold {
  font-weight: bold;
}

.kindness-icon {
  width: 38px;
  height: 34px;
  display: inline-block;
  background: url("/Content/styles/compiled-sprites/global.sprite.png") -1px -683px no-repeat;
}

/*specific for Insider Advantage LP*/
.container-fluid-narrow {
  max-width: 600px;
  padding-left: 18px;
  padding-right: 18px;
}

.ia-container {
  font-size: 14px;
}

.hero-ia {
  background: url(/Images/insider-advantage/ia-hero.jpg) no-repeat;
  background-size: cover;
  border-top: 1px solid #f26522;
  border-bottom: 1px solid #f26522;
  height: 275px;
  text-align: right;
}
@media (min-width: 704px) {
  .hero-ia {
    height: 350px;
  }
}
@media (min-width: 994px) {
  .hero-ia {
    background-image: url(/Images/insider-advantage/ia-hero-lg.jpg);
    background-position-x: 70%;
    height: 450px;
  }
}
@media (min-width: 1800px) {
  .hero-ia {
    background-position-x: 20%;
    height: 600px;
  }
}
.hero-ia .headline {
  font-size: 1.3em;
  display: inline-block;
  margin: 30px 0;
  text-align: center;
  color: #8b1d3a;
}
@media (min-width: 400px) {
  .hero-ia .headline {
    font-size: 1.6em;
    margin: 45px 5%;
  }
}
@media (min-width: 480px) {
  .hero-ia .headline {
    font-size: 1.8em;
    margin: 45px 10%;
  }
}
@media (min-width: 704px) {
  .hero-ia .headline {
    font-size: 2.2em;
    margin: 60px 0;
  }
}
@media (min-width: 1800px) {
  .hero-ia .headline {
    font-size: 3em;
    margin: 100px -50px;
  }
}

.ia-subhead {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 480px) {
  .ia-subhead {
    font-size: 1.2em;
  }
}

.ia-shout {
  background: #45a6d3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 9px;
  margin: 20px auto 30px;
}
@media (min-width: 704px) {
  .ia-shout {
    font-size: 1.4em;
    margin: 30px auto 40px;
    font-weight: normal;
  }
}
.ia-shout em {
  font-size: 1.2em;
  display: block;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 704px) {
  .ia-shout em {
    display: inline;
    font-size: 1em;
  }
}

.ia-faq-block {
  margin-top: 40px;
}

.ia-faq-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 7px;
  border-top: 1px solid #f26522;
  border-bottom: 1px solid #f26522;
}

@media (min-width: 704px) {
  .paypal-image {
    margin-top: 60px;
  }
}
.modal {
  overflow-y: scroll;
}

.offer-reveal-invert {
  color: #bf4646 !important;
  background: #fff !important;
  border: solid 2px #bf4646 !important;
}

.offer-reveal-best:before {
  content: "MOST POPULAR";
  width: calc(100% + 4px);
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  background: #bf4646;
  display: inline-block !important;
  position: absolute;
  top: -2.4rem;
  z-index: 0;
  transform: translate(-50%);
  left: 50%;
  border-radius: 6px 6px 0 0;
}

@media (min-width: 348px) {
  .offer-reveal-best:before {
    top: -1.6rem;
  }
}
@media (min-width: 994px) {
  .offer-reveal-best:before {
    font-size: 1rem;
    top: -1.8rem;
  }
}
.offer-reveal-invert .btn-yellow {
  border: solid 1px #bf4646;
}

.offer-reveal-wrapper {
  margin-top: 2rem;
}

.offer-reveal-best a, .offer-reveal-best .h7, .offer-reveal-best p, .offer-reveal-best .plusFree {
  color: #302E2B !important;
}

.audio-border {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 20px;
}

audio {
  height: 50px;
  width: 100%;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #FEF5E8;
  color: #000;
}

#affiliate-banner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.2);
  padding: 15px 0;
  position: relative;
  z-index: 999;
  margin-top: 20px;
}

#affiliate-banner p {
  margin: 0;
}

.banner-visible .with-banner {
  display: inline-block;
}
.banner-visible .without-banner {
  display: none;
}

.banner-hidden .with-banner {
  display: none;
}
.banner-hidden .without-banner {
  display: inline-block;
}
