/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .gform_footer button > .caret,
  .dropup > .gform_footer button > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th,
  table td,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: "futura-pt", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5c8124;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #314513;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  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;
  -webkit-transition: 0.1s ease-in-out all 0.2s ease-in-out;
  -moz-transition: 0.1s ease-in-out all 0.2s ease-in-out;
  -o-transition: 0.1s ease-in-out all 0.2s ease-in-out;
  transition: 0.1s ease-in-out all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  border: 0;
  border-top: 1px solid #fcf9f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ececec;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.8em;
  margin-bottom: 0.9em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.2em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 1.8em;
}
h5,
.h5 {
  font-size: 1.5em;
}
h6,
.h6 {
  font-size: 1.3em;
}
p {
  margin: 0 0 0.9em;
}
.lead {
  margin-bottom: 1.8em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ececec;
}
.text-primary {
  color: #cd274e;
}
a.text-primary:hover {
  color: #a21f3e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #cd274e;
}
a.bg-primary:hover {
  background-color: #a21f3e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.1em;
  margin: 3.6em 0 1.8em;
  border-bottom: 1px solid #fcf9f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.9em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1.8em;
}
dt,
dd {
  line-height: 1.8;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ececec;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.9em 1.8em;
  margin: 0 0 1.8em;
  font-size: 1.2em;
  border-left: 5px solid transparent;
}
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.8;
  color: #000;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1.8em;
  font-style: normal;
  line-height: 1.8;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.4em;
  margin: 0 0 0.9em;
  font-size: 0em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #767676;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1340px;
  }
}
.container-split {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container-split {
    width: 472.5px;
  }
}
@media (min-width: 1200px) {
  .container-split {
    width: 575px;
  }
}
@media (min-width: 1400px) {
  .container-split {
    width: 670px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.8em;
  font-size: 1.5em;
  line-height: inherit;
  color: #767676;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1.6em;
  font-size: 1em;
  line-height: 1.8;
  color: #ccc;
}
.form-control {
  display: block;
  width: 100%;
  height: 5em;
  padding: 0.6em 1.4em;
  font-size: 1em;
  line-height: 1.8;
  color: #ccc;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: 0.1s ease-in-out border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fcf9f5;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 5em;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 3.75em;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 24em;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 1.8em;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 3.75em;
  padding: 0.375em 1em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 3.75em;
  line-height: 3.75em;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 24em;
  line-height: 24em;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 6.25em;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 24em;
  height: 24em;
  line-height: 24em;
}
.input-sm + .form-control-feedback {
  width: 3.75em;
  height: 3.75em;
  line-height: 3.75em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 6.8em;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.6em;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 3.4em;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.6em;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.375em;
  }
}
.btn,
.gform_footer button,
#theme-my-login .tml-submit-wrap #wp-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1.4em;
  font-size: 1em;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.gform_footer button:focus,
.gform_footer button:active:focus,
.gform_footer button.active:focus,
.gform_footer button.focus,
.gform_footer button:active.focus,
.gform_footer button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus {
  color: #000;
  text-decoration: none;
}
.btn:active,
.btn.active,
.gform_footer button:active,
.gform_footer button.active {
  outline: 0;
  background-image: none;
  -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,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: #ccc;
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}
.btn-inverse.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-inverse.btn-default:hover,
.btn-inverse.btn-default:focus,
.btn-inverse.btn-default.focus,
.btn-inverse.btn-default:active,
.btn-inverse.btn-default.active,
.btn-inverse.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-solid.btn-default:hover,
.btn-solid.btn-default:focus,
.btn-solid.btn-default.focus,
.btn-solid.btn-default:active,
.btn-solid.btn-default.active,
.btn-solid.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}
.btn-primary,
.gform_footer button,
.btn-learning-item,
#theme-my-login .tml-submit-wrap #wp-submit {
  border-color: #b82346;
  color: #fff;
  background-color: #cd274e;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:hover,
.btn-learning-item:focus,
.btn-learning-item.focus,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  color: #fff;
  background-color: #a21f3e;
  border-color: #841932;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button,
.gform_footer button.disabled:hover,
.gform_footer button[disabled]:hover,
fieldset[disabled] .gform_footer button:hover,
.gform_footer button.disabled:focus,
.gform_footer button[disabled]:focus,
fieldset[disabled] .gform_footer button:focus,
.gform_footer button.disabled.focus,
.gform_footer button[disabled].focus,
fieldset[disabled] .gform_footer button.focus,
.gform_footer button.disabled:active,
.gform_footer button[disabled]:active,
fieldset[disabled] .gform_footer button:active,
.gform_footer button.disabled.active,
.gform_footer button[disabled].active,
fieldset[disabled] .gform_footer button.active,
.btn-learning-item.disabled,
.btn-learning-item[disabled],
fieldset[disabled] .btn-learning-item,
.btn-learning-item.disabled:hover,
.btn-learning-item[disabled]:hover,
fieldset[disabled] .btn-learning-item:hover,
.btn-learning-item.disabled:focus,
.btn-learning-item[disabled]:focus,
fieldset[disabled] .btn-learning-item:focus,
.btn-learning-item.disabled.focus,
.btn-learning-item[disabled].focus,
fieldset[disabled] .btn-learning-item.focus,
.btn-learning-item.disabled:active,
.btn-learning-item[disabled]:active,
fieldset[disabled] .btn-learning-item:active,
.btn-learning-item.disabled.active,
.btn-learning-item[disabled].active,
fieldset[disabled] .btn-learning-item.active {
  background-color: #cd274e;
  border-color: #b82346;
}
.btn-primary .badge,
.gform_footer button .badge,
.btn-learning-item .badge {
  color: #cd274e;
  background-color: #fff;
}
.btn-inverse.btn-primary,
.btn-inverse.gform_footer button,
.btn-inverse.btn-learning-item {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:hover,
.btn-learning-item:focus,
.btn-learning-item.focus,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.btn-inverse.btn-primary:hover,
.btn-inverse.btn-primary:focus,
.btn-inverse.btn-primary.focus,
.btn-inverse.btn-primary:active,
.btn-inverse.btn-primary.active,
.btn-inverse.open > .dropdown-toggle.btn-primary,
.btn-inverse.gform_footer button:hover,
.btn-inverse.gform_footer button:focus,
.btn-inverse.gform_footer button.focus,
.btn-inverse.gform_footer button:active,
.btn-inverse.gform_footer button.active,
.btn-inverse.open > .dropdown-toggle.gform_footer button,
.btn-inverse.btn-learning-item:hover,
.btn-inverse.btn-learning-item:focus,
.btn-inverse.btn-learning-item.focus,
.btn-inverse.btn-learning-item:active,
.btn-inverse.btn-learning-item.active,
.btn-inverse.open > .dropdown-toggle.btn-learning-item {
  color: #fff;
  background-color: #cd274e;
  border-color: #cd274e;
}
.btn-solid.btn-primary:hover,
.btn-solid.btn-primary:focus,
.btn-solid.btn-primary.focus,
.btn-solid.btn-primary:active,
.btn-solid.btn-primary.active,
.btn-solid.open > .dropdown-toggle.btn-primary,
.btn-solid.gform_footer button:hover,
.btn-solid.gform_footer button:focus,
.btn-solid.gform_footer button.focus,
.btn-solid.gform_footer button:active,
.btn-solid.gform_footer button.active,
.btn-solid.open > .dropdown-toggle.gform_footer button,
.btn-solid.btn-learning-item:hover,
.btn-solid.btn-learning-item:focus,
.btn-solid.btn-learning-item.focus,
.btn-solid.btn-learning-item:active,
.btn-solid.btn-learning-item.active,
.btn-solid.open > .dropdown-toggle.btn-learning-item {
  color: #cd274e;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button,
.gform_footer button.disabled:hover,
.gform_footer button[disabled]:hover,
fieldset[disabled] .gform_footer button:hover,
.gform_footer button.disabled:focus,
.gform_footer button[disabled]:focus,
fieldset[disabled] .gform_footer button:focus,
.gform_footer button.disabled.focus,
.gform_footer button[disabled].focus,
fieldset[disabled] .gform_footer button.focus,
.gform_footer button.disabled:active,
.gform_footer button[disabled]:active,
fieldset[disabled] .gform_footer button:active,
.gform_footer button.disabled.active,
.gform_footer button[disabled].active,
fieldset[disabled] .gform_footer button.active,
.btn-learning-item.disabled,
.btn-learning-item[disabled],
fieldset[disabled] .btn-learning-item,
.btn-learning-item.disabled:hover,
.btn-learning-item[disabled]:hover,
fieldset[disabled] .btn-learning-item:hover,
.btn-learning-item.disabled:focus,
.btn-learning-item[disabled]:focus,
fieldset[disabled] .btn-learning-item:focus,
.btn-learning-item.disabled.focus,
.btn-learning-item[disabled].focus,
fieldset[disabled] .btn-learning-item.focus,
.btn-learning-item.disabled:active,
.btn-learning-item[disabled]:active,
fieldset[disabled] .btn-learning-item:active,
.btn-learning-item.disabled.active,
.btn-learning-item[disabled].active,
fieldset[disabled] .btn-learning-item.active {
  background-color: transparent;
  border-color: #b82346;
}
.btn-primary .badge,
.gform_footer button .badge,
.btn-learning-item .badge {
  color: #cd274e;
  background-color: #fff;
}
.btn-success {
  border-color: #7cac31;
  color: #fff;
  background-color: #8ac037;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #6e982c;
  border-color: #5a7d24;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8ac037;
  border-color: #7cac31;
}
.btn-success .badge {
  color: #8ac037;
  background-color: #fff;
}
.btn-inverse.btn-success {
  color: #8ac037;
  background-color: transparent;
  border-color: #8ac037;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #8ac037;
  background-color: transparent;
  border-color: #8ac037;
}
.btn-inverse.btn-success:hover,
.btn-inverse.btn-success:focus,
.btn-inverse.btn-success.focus,
.btn-inverse.btn-success:active,
.btn-inverse.btn-success.active,
.btn-inverse.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #8ac037;
  border-color: #8ac037;
}
.btn-solid.btn-success:hover,
.btn-solid.btn-success:focus,
.btn-solid.btn-success.focus,
.btn-solid.btn-success:active,
.btn-solid.btn-success.active,
.btn-solid.open > .dropdown-toggle.btn-success {
  color: #8ac037;
  background-color: #fff;
  border-color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: transparent;
  border-color: #7cac31;
}
.btn-success .badge {
  color: #8ac037;
  background-color: #fff;
}
.btn-info {
  border-color: #4e6d1e;
  color: #fff;
  background-color: #5c8124;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #405919;
  border-color: #2c3d11;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5c8124;
  border-color: #4e6d1e;
}
.btn-info .badge {
  color: #5c8124;
  background-color: #fff;
}
.btn-inverse.btn-info {
  color: #5c8124;
  background-color: transparent;
  border-color: #5c8124;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #5c8124;
  background-color: transparent;
  border-color: #5c8124;
}
.btn-inverse.btn-info:hover,
.btn-inverse.btn-info:focus,
.btn-inverse.btn-info.focus,
.btn-inverse.btn-info:active,
.btn-inverse.btn-info.active,
.btn-inverse.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #5c8124;
  border-color: #5c8124;
}
.btn-solid.btn-info:hover,
.btn-solid.btn-info:focus,
.btn-solid.btn-info.focus,
.btn-solid.btn-info:active,
.btn-solid.btn-info.active,
.btn-solid.open > .dropdown-toggle.btn-info {
  color: #5c8124;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: transparent;
  border-color: #4e6d1e;
}
.btn-info .badge {
  color: #5c8124;
  background-color: #fff;
}
.btn-warning {
  border-color: #eea236;
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-inverse.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-inverse.btn-warning:hover,
.btn-inverse.btn-warning:focus,
.btn-inverse.btn-warning.focus,
.btn-inverse.btn-warning:active,
.btn-inverse.btn-warning.active,
.btn-inverse.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-solid.btn-warning:hover,
.btn-solid.btn-warning:focus,
.btn-solid.btn-warning.focus,
.btn-solid.btn-warning:active,
.btn-solid.btn-warning.active,
.btn-solid.open > .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: transparent;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  border-color: #e60000;
  color: #fff;
  background-color: #F00;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #F00;
  border-color: #e60000;
}
.btn-danger .badge {
  color: #F00;
  background-color: #fff;
}
.btn-inverse.btn-danger {
  color: #F00;
  background-color: transparent;
  border-color: #F00;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #F00;
  background-color: transparent;
  border-color: #F00;
}
.btn-inverse.btn-danger:hover,
.btn-inverse.btn-danger:focus,
.btn-inverse.btn-danger.focus,
.btn-inverse.btn-danger:active,
.btn-inverse.btn-danger.active,
.btn-inverse.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #F00;
  border-color: #F00;
}
.btn-solid.btn-danger:hover,
.btn-solid.btn-danger:focus,
.btn-solid.btn-danger.focus,
.btn-solid.btn-danger:active,
.btn-solid.btn-danger.active,
.btn-solid.open > .dropdown-toggle.btn-danger {
  color: #F00;
  background-color: #fff;
  border-color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: transparent;
  border-color: #e60000;
}
.btn-danger .badge {
  color: #F00;
  background-color: #fff;
}
.btn-link {
  color: #5c8124;
  font-weight: normal;
  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: #314513;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ececec;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .gform_footer button {
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .gform_footer button {
  padding: 0.375em 1em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .gform_footer button {
  padding: 1px 5px;
  font-size: 0.85em;
  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;
  -webkit-transition: 0.1s ease-in-out opacity 0.15s linear;
  -moz-transition: 0.1s ease-in-out opacity 0.15s linear;
  -o-transition: 0.1s ease-in-out opacity 0.15s linear;
  transition: 0.1s ease-in-out opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  list-style: none;
  font-size: 1em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.1em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #767676;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #696969;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #cd274e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ececec;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85em;
  line-height: 1.8;
  color: #ececec;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > .gform_footer button,
.btn-group-vertical > .gform_footer button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > .gform_footer button:hover,
.btn-group-vertical > .gform_footer button:hover,
.btn-group > .gform_footer button:focus,
.btn-group-vertical > .gform_footer button:focus,
.btn-group > .gform_footer button:active,
.btn-group-vertical > .gform_footer button:active,
.btn-group > .gform_footer button.active,
.btn-group-vertical > .gform_footer button.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .gform_footer button + .gform_footer button,
.btn-group .gform_footer button + .btn-group,
.btn-group .btn-group + .gform_footer button {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .gform_footer button {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_footer button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .gform_footer button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_footer button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .gform_footer button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .gform_footer button {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > .gform_footer button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .gform_footer button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .gform_footer button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.gform_footer button .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .gform_footer button,
.btn-group-vertical > .btn-group > .gform_footer button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .gform_footer button {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .gform_footer button + .gform_footer button,
.btn-group-vertical > .gform_footer button + .btn-group,
.btn-group-vertical > .btn-group + .gform_footer button {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .gform_footer button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .gform_footer button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .gform_footer button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .gform_footer button {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .gform_footer button:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .gform_footer button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .gform_footer button {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .gform_footer button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .gform_footer button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .gform_footer button input[type="radio"],
[data-toggle="buttons"] > .gform_footer button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .gform_footer button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .gform_footer button {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > .gform_footer button {
  height: 24em;
  line-height: 24em;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > .gform_footer button,
select[multiple].input-group-lg > .input-group-btn > .gform_footer button {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .gform_footer button {
  height: 3.75em;
  padding: 0.375em 1em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > .gform_footer button {
  height: 3.75em;
  line-height: 3.75em;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > .gform_footer button,
select[multiple].input-group-sm > .input-group-btn > .gform_footer button {
  height: auto;
}
.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: 0.6em 1.4em;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  color: #ccc;
  text-align: center;
  background-color: #fcf9f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 0.375em 1em;
  font-size: 0.85em;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.25em;
  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,
.input-group-btn:first-child > .gform_footer button,
.input-group-btn:first-child > .btn-group > .gform_footer button,
.input-group-btn:last-child > .gform_footer button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .gform_footer button {
  border-bottom-right-radius: 0;
  border-top-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,
.input-group-btn:last-child > .gform_footer button,
.input-group-btn:last-child > .btn-group > .gform_footer button,
.input-group-btn:first-child > .gform_footer button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .gform_footer button {
  border-bottom-left-radius: 0;
  border-top-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,
.input-group-btn > .gform_footer button {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .gform_footer button + .gform_footer button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .gform_footer button:hover,
.input-group-btn > .gform_footer button:focus,
.input-group-btn > .gform_footer button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .gform_footer button {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .gform_footer button {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.575em 1.5em;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f6ede1;
}
.nav > li.disabled > a {
  color: #ececec;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ececec;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f6ede1;
  border-color: #5c8124;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.1em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cd274e #cd274e transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ccc;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #cd274e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 85px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 41.6px 15px;
  font-size: 1.25em;
  line-height: 1.8em;
  height: 85px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 20.8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.8em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 41.6px;
    padding-bottom: 41.6px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media screen and (min-width: 480px) {
  .navbar-form .gfield {
    font-size: 0;
  }
}
@media screen and (min-width: 480px) {
  .navbar-form .gfield_label {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding-right: .5em;
    vertical-align: middle;
  }
}
@media screen and (min-width: 480px) {
  .navbar-form .ginput_container {
    display: inline-block;
    width: 70%;
    padding-left: .5rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 480px) {
  .navbar-form .gfield_description {
    margin-left: calc(30% + 1.125rem);
  }
}
.navbar-form .gform_footer {
  text-align: center;
}
@media screen and (min-width: 480px) {
  .navbar-form .gform_footer {
    margin-left: 30%;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.navbar-btn.btn-sm {
  margin-top: 40.625px;
  margin-bottom: 40.625px;
}
.navbar-btn.btn-xs {
  margin-top: 31.5px;
  margin-bottom: 31.5px;
}
.navbar-text {
  margin-top: 41.6px;
  margin-bottom: 41.6px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 1.8em;
  list-style: none;
  background-color: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ececec;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.8em 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.6em 1.4em;
  line-height: 1.8;
  text-decoration: none;
  color: #5c8124;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #314513;
  background-color: #fcf9f5;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #cd274e;
  border-color: #cd274e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ececec;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.25em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 0.375em 1em;
  font-size: 0.85em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 1.8em 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fcf9f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ececec;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.gform_footer button .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ececec;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d3d3d3;
}
.label-primary {
  background-color: #cd274e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a21f3e;
}
.label-success {
  background-color: #8ac037;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #6e982c;
}
.label-info {
  background-color: #5c8124;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #405919;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #F00;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cc0000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ececec;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.gform_footer button .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5c8124;
  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;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fcf9f5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #f0e1ce;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 4.5em;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1.8em;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: 0.1s ease-in-out border 0.2s ease-in-out;
  -moz-transition: 0.1s ease-in-out border 0.2s ease-in-out;
  -o-transition: 0.1s ease-in-out border 0.2s ease-in-out;
  transition: 0.1s ease-in-out border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5c8124;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 1.8em;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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 {
  overflow: hidden;
  height: 1.8em;
  margin-bottom: 1.8em;
  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: 0.85em;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  background-color: #cd274e;
  -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;
  -webkit-transition: 0.1s ease-in-out width 0.6s ease;
  -moz-transition: 0.1s ease-in-out width 0.6s ease;
  -o-transition: 0.1s ease-in-out width 0.6s ease;
  transition: 0.1s ease-in-out 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: #8ac037;
}
.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: #5c8124;
}
.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: #F00;
}
.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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #fcf9f5;
  color: #ececec;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ececec;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #cd274e;
  border-color: #cd274e;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f5cbd5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1.8em;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 1rem;
}
.panel-heading {
  padding: 0.575em 1.5em;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 0.575em 1.5em;
  background-color: #fcf9f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table,
.panel > table,
.panel > .table-responsive > table,
.panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > table caption,
.panel > .table-responsive > table caption,
.panel > .panel-collapse > table caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > table:first-child,
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > table:last-child,
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > .panel-body + table,
.panel > table + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child th,
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 1.8em;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #767676;
  background-color: #fcf9f5;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #fcf9f5;
  background-color: #767676;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #cd274e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #cd274e;
  border-color: #cd274e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cd274e;
}
.panel-primary > .panel-heading .badge {
  color: #cd274e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cd274e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.8px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.8;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .gform_footer button + .gform_footer button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .gform_footer button + .gform_footer button {
  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: 768px) {
  .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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "futura-pt", sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "futura-pt", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.1s ease-in-out 0.6s ease-in-out left;
  -moz-transition: 0.1s ease-in-out 0.6s ease-in-out left;
  -o-transition: 0.1s ease-in-out 0.6s ease-in-out left;
  transition: 0.1s ease-in-out 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .gform_footer button {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-split:before,
.container-split:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.emphasis:before,
.emphasis:after,
.email-sign-up-form-wrapper:before,
.email-sign-up-form-wrapper:after,
.logo-wrapper:before,
.logo-wrapper:after,
.simple-image-bar:before,
.simple-image-bar:after,
.gallery-bar:before,
.gallery-bar:after,
.perks-row:before,
.perks-row:after,
.testimonial:before,
.testimonial:after,
.page-row:before,
.page-row:after,
.page-row:before,
.page-row:after,
.page-sidebar:before,
.page-sidebar:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-split:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.emphasis:after,
.email-sign-up-form-wrapper:after,
.logo-wrapper:after,
.simple-image-bar:after,
.gallery-bar:after,
.perks-row:after,
.testimonial:after,
.page-row:after,
.page-row:after,
.page-sidebar:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
.btn-white {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-inverse.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-inverse.btn-white:hover,
.btn-inverse.btn-white:focus,
.btn-inverse.btn-white.focus,
.btn-inverse.btn-white:active,
.btn-inverse.btn-white.active,
.btn-inverse.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-solid.btn-white:hover,
.btn-solid.btn-white:focus,
.btn-solid.btn-white.focus,
.btn-solid.btn-white:active,
.btn-solid.btn-white.active,
.btn-solid.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-dark {
  border-color: #000;
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #000;
  border-color: #000;
}
.btn-dark .badge {
  color: #000;
  background-color: #fff;
}
.btn-inverse.btn-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-inverse.btn-dark:hover,
.btn-inverse.btn-dark:focus,
.btn-inverse.btn-dark.focus,
.btn-inverse.btn-dark:active,
.btn-inverse.btn-dark.active,
.btn-inverse.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-solid.btn-dark:hover,
.btn-solid.btn-dark:focus,
.btn-solid.btn-dark.focus,
.btn-solid.btn-dark:active,
.btn-solid.btn-dark.active,
.btn-solid.open > .dropdown-toggle.btn-dark {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: transparent;
  border-color: #000;
}
.btn-dark .badge {
  color: #000;
  background-color: #fff;
}
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  position: relative;
}
.fixed-navbar body {
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .fixed-navbar body {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .fixed-navbar body {
    padding-top: 85px;
  }
}
.main {
  padding-left: 15px;
  padding-right: 15px;
}
.wpb_row.container > .vc_col-sm-12 > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wpb_row.container {
  margin-left: auto;
  margin-right: auto;
}
.vc_row-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vc_row-flex {
    flex-direction: row;
  }
}
.vc_row-flex .wpb_column,
.vc_row-flex .vc_column-inner,
.vc_row-flex .wpb_wrapper {
  display: flex;
}
p:empty {
  display: none;
}
@media screen and (min-width: 1200px) {
  .container.container-narrow {
    width: 900px;
  }
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.align-none {
  display: inline-block;
}
.background-image-loading {
  position: relative;
}
.loading-color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}
html,
body {
  font-size: 16px;
  font-feature-settings: 'lnum' 1;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  html,
  body {
    font-size: 21px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  letter-spacing: -0.025em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 5rem;
  }
}
h1 {
  line-height: 1;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 4em;
  }
}
h2 {
  line-height: 1;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.8em;
  }
}
h3 {
  line-height: 1;
}
h4 {
  text-transform: uppercase;
}
h5 {
  line-height: 1;
  text-transform: uppercase;
}
h6 {
  line-height: 1;
  text-transform: uppercase;
}
p {
  margin-top: 0;
  margin-bottom: 2em;
  letter-spacing: 0.01em;
}
p a {
  font-weight: 700;
}
p:last-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  p:last-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  p:last-of-type {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  p:last-of-type {
    margin-bottom: 5rem;
  }
}
blockquote {
  padding: 0;
  margin-bottom: 2em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
dl {
  margin-bottom: 50px;
}
ul:not([class]) > li:before {
  font-size: 0.75em;
  line-height: 1.75;
  content: "◆";
}
ul:not([class]) ul:not([class]),
ul:not([class]) .sub-menu {
  list-style: none;
}
ul:not([class]) ul:not([class]) > li:before,
ul:not([class]) .sub-menu > li:before {
  font-size: 0.75em;
  line-height: 1.75;
  content: "◆";
}
ol:not([class]) > li:before {
  counter-increment: li;
  content: counter(li) '.';
  line-height: 1.5;
}
ul:not([class]),
ol:not([class]) {
  counter-reset: li;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em 0;
}
ul:not([class]) li,
ol:not([class]) li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  position: absolute;
  left: 0;
  color: #cd274e;
  font-weight: 600;
}
ul:not([class]) li:first-of-type,
ol:not([class]) li:first-of-type {
  margin-top: 1em;
}
ul:not([class]) li ul:not([class]),
ol:not([class]) li ul:not([class]) {
  padding: 0;
  margin: 0;
  counter-reset: li;
  list-style-type: none;
}
ul:not([class]) li > ol:not([class]),
ol:not([class]) li > ol:not([class]) {
  margin: 0;
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, lower-alpha) ".";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, lower-roman) ".";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: "(" counter(nested, decimal) ")";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, upper-roman) ".";
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]),
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]) {
  counter-reset: nested;
}
ul:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]) > li::before,
ol:not([class]) li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li > ol:not([class]) > li ol:not([class]) > li::before {
  counter-increment: nested;
  content: counter(nested, decimal) ".";
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.8em;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}
table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
@media screen and (max-width: 767px) {
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
table {
  margin-bottom: 50px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.bg-primary {
  background: #cd274e;
  color: #fff;
}
.bg-primary a:not(.btn) {
  color: #fff;
}
.bg-secondary {
  background: #5c8124;
  color: #fff;
}
.bg-secondary a:not(.btn) {
  color: #fff;
}
.bg-light {
  background: #fcf9f5;
}
.bg-dark {
  background: #000;
  color: #fff;
}
.start-bg-right {
  background-position: top right;
}
.start-bg-left {
  background-position: top left;
}
.start-bg-center {
  background-position: top center;
}
.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-overlay.none {
  display: none;
}
.bg-overlay + div {
  position: relative;
  z-index: 1;
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-dark + div {
  color: #fff;
}
.overlay-light {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-light + div {
  color: #000;
}
.overlay-primary {
  background-color: rgba(205, 39, 78, 0.8);
}
.overlay-primary + div {
  color: #fff;
}
.overlay-secondary {
  background-color: rgba(92, 129, 36, 0.8);
}
.overlay-secondary + div {
  color: #fff;
}
.gradient-background .overlay-dark {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
}
.gradient-background .overlay-light {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.6), transparent);
}
.gradient-background .overlay-primary {
  background: linear-gradient(to left, #cd274e, transparent);
}
.gradient-background .overlay-secondary {
  background: linear-gradient(to left, #5c8124, transparent);
}
.hidden-menu-break {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-menu-break {
    display: block !important;
  }
  table.hidden-menu-break {
    display: table;
  }
  tr.hidden-menu-break {
    display: table-row !important;
  }
  th.hidden-menu-break,
  td.hidden-menu-break {
    display: table-cell !important;
  }
}
.hidden-menu-break.menu-break-force {
  display: none !important;
}
.visible-menu-break {
  display: block !important;
}
table.visible-menu-break {
  display: table;
}
tr.visible-menu-break {
  display: table-row !important;
}
th.visible-menu-break,
td.visible-menu-break {
  display: table-cell !important;
}
@media (min-width: 992px) {
  .visible-menu-break {
    display: none !important;
  }
}
.visible-menu-break.menu-break-force {
  display: block !important;
}
table.visible-menu-break.menu-break-force {
  display: table;
}
tr.visible-menu-break.menu-break-force {
  display: table-row !important;
}
th.visible-menu-break.menu-break-force,
td.visible-menu-break.menu-break-force {
  display: table-cell !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -o-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
  60% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -o-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
  60% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -o-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
  60% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes grow-shrink {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes grow-shrink {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow-shrink {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
    transform: translate3d(-2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
    transform: translate3d(-2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes bounce-soft {
  0% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
  }
  30% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounce-soft {
  0% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
  }
  30% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
  content: "\e93e";
}
.icon-plus2:before {
  content: "\e93f";
}
.icon-replay:before {
  content: "\e93d";
}
.icon-reload:before {
  content: "\e93d";
}
.icon-sale-percent:before {
  content: "\e90c";
}
.icon-copy:before {
  content: "\e90d";
}
.icon-link:before {
  content: "\e90e";
}
.icon-location-marker-round:before {
  content: "\e945";
}
.icon-download-pointed-arrow:before {
  content: "\e910";
}
.icon-park-garbage:before {
  content: "\e911";
}
.icon-trees:before {
  content: "\e912";
}
.icon-handshake:before {
  content: "\e913";
}
.icon-target-and-arrow:before {
  content: "\e914";
}
.icon-map-search:before {
  content: "\e915";
}
.icon-devices:before {
  content: "\e916";
}
.icon-touch-tap:before {
  content: "\e917";
}
.icon-newspaper:before {
  content: "\e918";
}
.icon-eye:before {
  content: "\e919";
}
.icon-desktop-monitor-cursor:before {
  content: "\e91a";
}
.icon-list-menu:before {
  content: "\e91b";
}
.icon-square-menu:before {
  content: "\e91c";
}
.icon-hamburger-menu-thick:before {
  content: "\e91d";
}
.icon-chat-bubble-single:before {
  content: "\e91e";
}
.icon-star:before {
  content: "\e91f";
}
.icon-music-note:before {
  content: "\e920";
}
.icon-chat-bubbles:before {
  content: "\e921";
}
.icon-mic:before {
  content: "\e922";
}
.icon-signal-bars:before {
  content: "\e923";
}
.icon-paper-clip:before {
  content: "\e924";
}
.icon-creditcard-and-hand:before {
  content: "\e925";
}
.icon-info-circle-hallow:before {
  content: "\e926";
}
.icon-question-circle:before {
  content: "\e927";
}
.icon-cloud:before {
  content: "\e928";
}
.icon-heart:before {
  content: "\e929";
}
.icon-refresh:before {
  content: "\e92a";
}
.icon-close-thick:before {
  content: "\e92b";
}
.icon-check2:before {
  content: "\e92c";
}
.icon-phone-call:before {
  content: "\e92d";
}
.icon-download-rounded-arrow:before {
  content: "\e92e";
}
.icon-locked:before {
  content: "\e92f";
}
.icon-unlocked:before {
  content: "\e930";
}
.icon-laptop:before {
  content: "\e931";
}
.icon-settings:before {
  content: "\e932";
}
.icon-sale-tag:before {
  content: "\e933";
}
.icon-globe:before {
  content: "\e934";
}
.icon-umbrella:before {
  content: "\e935";
}
.icon-headset:before {
  content: "\e936";
}
.icon-cut:before {
  content: "\e937";
}
.icon-shopping-bag:before {
  content: "\e938";
}
.icon-user-group:before {
  content: "\e939";
}
.icon-email2:before {
  content: "\e93a";
}
.icon-search:before {
  content: "\e93b";
}
.icon-user:before {
  content: "\e93c";
}
.icon-pdf:before {
  content: "\e90a";
}
.icon-ppt:before {
  content: "\e90b";
}
.icon-aoda-online:before {
  content: "\e906";
}
.icon-caret-right:before {
  content: "\e907";
}
.icon-caret-left:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90f";
}
.icon-google-plus:before {
  content: "\e940";
}
.icon-youtube-play:before {
  content: "\e941";
}
.icon-youtube:before {
  content: "\e941";
}
.icon-linkedin:before {
  content: "\e942";
}
.icon-twitter:before {
  content: "\e943";
}
.icon-facebook-official:before {
  content: "\e944";
}
.icon-facebook:before {
  content: "\e944";
}
.icon-add:before {
  content: "\e145";
}
.icon-plus:before {
  content: "\e145";
}
.icon-caret-down:before {
  content: "\e5c5";
}
.icon-caret-circle-down:before {
  content: "\e5c6";
}
.icon-caret-up:before {
  content: "\e5c7";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e947";
}
.icon-close:before {
  content: "\e94d";
}
.icon-gallery:before {
  content: "\e413";
}
.icon-hamburger:before {
  content: "\e3c7";
}
.icon-menu:before {
  content: "\e3c7";
}
.icon-check:before {
  content: "\e876";
}
.icon-chevron-up:before {
  content: "\e949";
}
.icon-chevron-down:before {
  content: "\e901";
}
.icon-document:before {
  content: "\e24d";
}
.icon-print:before {
  content: "\e8ad";
}
.icon-location:before {
  content: "\e8b5";
}
.icon-pin:before {
  content: "\e8b5";
}
.icon-mail:before {
  content: "\e0e1";
}
.icon-email:before {
  content: "\e0e1";
}
.icon-pause:before {
  content: "\e034";
}
.icon-pause-circle:before {
  content: "\e035";
}
.icon-user-o:before {
  content: "\e7ff";
}
.icon-play:before {
  content: "\e037";
}
.icon-play-circle:before {
  content: "\e038";
}
.nav-tabs {
  font-size: 0.9em;
  background: #fcf9f5;
}
.nav-tabs > li > a {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0.25em;
  border-bottom-width: 0;
  border-radius: 0;
  color: #000;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #fff;
}
.nav-tabs > li.active > a {
  color: #000;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0.25em;
  border-bottom-width: 0;
  border-color: #cd274e;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: inherit;
  border-top: 0.25em solid #cd274e;
  color: inherit;
}
.tab-content {
  padding-top: 1rem;
}
.tbk-tabs-wrapper {
  position: relative;
}
.tbk-tabs.tbk-tabs-overflow {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.tbk-tabs.tbk-tabs-overflow > .tbk-tab {
  position: relative;
  margin-left: -4px;
  max-width: 90%;
  float: none;
  display: inline-block;
  -webkit-transition: margin;
  -o-transition: margin;
  transition: margin;
  -webkit-transition: 0.1s ease-in-out margin;
  -moz-transition: 0.1s ease-in-out margin;
  -o-transition: 0.1s ease-in-out margin;
  transition: 0.1s ease-in-out margin;
}
.tbk-tabs.tbk-tabs-overflow > .tbk-tab:first-child {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .tbk-tabs.tbk-tabs-overflow > .tbk-tab .tbk-tab-button-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.tbk-tabs-arrow-left,
.tbk-tabs-arrow-right {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 2em;
  height: 100%;
  color: #cd274e;
  font-size: 2rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.tbk-tabs-arrow-left [class^="icon-"],
.tbk-tabs-arrow-right [class^="icon-"],
.tbk-tabs-arrow-left [class*=" icon-"],
.tbk-tabs-arrow-right [class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tbk-tabs-arrow-left:hover,
.tbk-tabs-arrow-right:hover,
.tbk-tabs-arrow-left:focus,
.tbk-tabs-arrow-right:focus {
  color: #000;
}
.tbk-tabs-arrow-left {
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.tbk-tabs-arrow-left [class^="icon-"],
.tbk-tabs-arrow-left [class*=" icon-"] {
  left: 0;
}
.tbk-tabs-arrow-right {
  right: 0;
  text-align: right;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.tbk-tabs-arrow-right [class^="icon-"],
.tbk-tabs-arrow-right [class*=" icon-"] {
  right: 0;
}
.panel-group {
  font-size: 1em;
}
.panel-group .panel {
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-title {
  position: relative;
}
.panel-group .js-tabcollapse-panel-heading {
  position: relative;
  display: block;
  margin-top: -1px;
  padding: 1em 3em 1em 1em;
  font-size: 1.095rem;
  font-weight: 600;
  background: #fcf9f5;
}
.panel-group .js-tabcollapse-panel-heading:hover,
.panel-group .js-tabcollapse-panel-heading:focus {
  text-decoration: none;
}
.panel-group .js-tabcollapse-panel-heading.collapsed {
  margin-top: 0px;
  font-weight: normal;
  background: #fff;
  border-bottom: 1px solid #cd274e;
}
.panel-group .js-tabcollapse-panel-heading.collapsed::after {
  transform: rotate(0);
}
.panel-group .js-tabcollapse-panel-heading::after {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.25em;
  color: #cd274e;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c5";
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel {
  background: #fcf9f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.panel-heading {
  padding: 0;
  background: transparent;
}
.btn,
.gform_footer button,
#theme-my-login .tml-submit-wrap #wp-submit {
  white-space: normal;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.gform_footer button [class^="icon-"],
.gform_footer button [class*=" icon-"] {
  vertical-align: text-bottom;
  line-height: 1.2;
  margin: 0 0.2em;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.general-button {
  margin-bottom: 1em;
}
.bottom-corner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  margin-left: 0.66em;
  z-index: 1070;
  bottom: 1.5em;
  right: 0.66em;
  padding: 0.5em;
  min-height: 3em;
  min-width: 3em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.5em;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bottom-corner-button:focus,
.bottom-corner-button:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.bottom-corner-button:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .bottom-corner-button {
    bottom: 0.66em;
  }
}
.bottom-corner-button.hide-below-xs {
  display: none;
}
@media screen and (min-width: 480px) {
  .bottom-corner-button.hide-below-xs {
    display: flex;
  }
}
.bottom-corner-button.hide-below-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .bottom-corner-button.hide-below-sm {
    display: flex;
  }
}
.bottom-corner-button.hide-below-md {
  display: none;
}
@media screen and (min-width: 992px) {
  .bottom-corner-button.hide-below-md {
    display: flex;
  }
}
.bottom-corner-button.hide-below-lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bottom-corner-button.hide-below-lg {
    display: flex;
  }
}
.bottom-corner-button > .arrow {
  left: auto;
  right: 1.15em;
  margin-left: -0.4em;
  border-width: 0.4em;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -0.4em;
}
.bottom-corner-button > .arrow,
.bottom-corner-button > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bottom-corner-button > .arrow:after {
  border-width: 0.35em;
  content: " ";
  bottom: 2px;
  margin-left: -0.35em;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.tml {
  margin-left: auto;
  margin-right: auto;
}
.navbar {
  min-height: 56px;
  border-bottom-width: 0;
}
@media screen and (min-width: 768px) {
  .navbar {
    min-height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar {
    min-height: 85px;
  }
}
.navbar .dropdown-menu {
  border-top-width: 0;
}
.navbar .dropdown-toggle:after {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c5";
}
.no-js .dropdown:hover .dropdown-menu,
.no-js .dropdown:focus .dropdown-menu {
  display: block;
}
.no-js .dropdown-toggle:hover + .dropdown-menu,
.no-js .dropdown-toggle:focus + .dropdown-menu {
  display: block;
}
.navbar-brand {
  height: 56px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-brand {
    height: 85px;
  }
}
.navbar-flex {
  display: flex;
  align-items: flex-start;
}
.navbar-header {
  order: 0;
}
.navbar-search {
  order: 9;
}
.navbar-main {
  flex: 1 1 auto;
  order: 5;
  height: 56px;
  opacity: 0;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition: 0.1s ease-in-out opacity;
  -moz-transition: 0.1s ease-in-out opacity;
  -o-transition: 0.1s ease-in-out opacity;
  transition: 0.1s ease-in-out opacity;
}
@media screen and (min-width: 768px) {
  .navbar-main {
    height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-main {
    height: 85px;
  }
}
.navbar-main.finished,
.no-js .navbar-main {
  opacity: 1;
}
.navbar-nav {
  font-size: 0.825em;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 56px;
}
@media screen and (min-width: 768px) {
  .navbar-nav > li > a {
    line-height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-nav > li > a {
    line-height: 85px;
  }
}
.primary-navbar-button-wrapper {
  padding-left: 1em;
  align-self: center;
  order: 9;
  font-size: 0.825em;
}
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
  line-height: 56px;
  width: 56px;
  font-size: 1.5em;
  color: #cd274e;
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    line-height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-toggle {
    line-height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    width: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-toggle {
    width: 85px;
  }
}
footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.75em;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  footer {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  footer {
    padding-bottom: 5rem;
  }
}
.footer-copyright,
.footer-credit {
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-copyright,
  .footer-credit {
    text-align: left;
  }
}
.footer-legal {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 0 0.25em;
  padding: 0;
}
.footer-legal > li {
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.slideout-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.navbar-collapse.slideout {
  position: fixed;
  z-index: 1030;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  max-width: 80vw;
  height: 100vh !important;
  min-height: 100vh;
  background: #fcf9f5;
  overflow: visible;
}
@media screen and (min-width: 1200px) {
  .navbar-collapse.slideout {
    width: 450px;
  }
}
.navbar-collapse.slideout.in + .slideout-overlay,
.navbar-collapse.slideout.collapsing + .slideout-overlay {
  z-index: 1029;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, z-index 0s linear 0s, bottom 0s linear 0s;
}
.left-slideout .navbar-collapse.slideout {
  left: -300px;
  transition: left 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .left-slideout .navbar-collapse.slideout {
    left: -450px;
  }
}
.left-slideout .navbar-collapse.slideout.in {
  left: 0;
  transition: left 0.2s ease-out;
}
.right-slideout .navbar-collapse.slideout {
  right: -300px;
  transition: right 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .right-slideout .navbar-collapse.slideout {
    right: -450px;
  }
}
.right-slideout .navbar-collapse.slideout.in {
  right: 0;
  transition: right 0.2s ease-out;
}
.navbar-collapse.slideout .primary-navbar-collapse-inner {
  max-width: 80vw;
  width: 300px;
  height: calc(100% - 85px);
  padding: 0 15px;
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .navbar-collapse.slideout .primary-navbar-collapse-inner {
    width: 450px;
  }
}
.navbar-collapse.slideout .primary-navbar-collapse-inner .navbar-nav {
  margin: 0;
}
.navbar-collapse.slideout .primary-navbar-collapse-inner .megamenu-callout-wrapper {
  display: none;
}
.navbar-collapse.slideout .navbar-nav {
  float: none;
}
.navbar-collapse.slideout .navbar-nav > li {
  display: block;
  float: none;
}
.navbar-collapse.slideout .navbar-nav > li a {
  padding: 0.5em 1.5em;
  line-height: 2;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle {
  position: relative;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle.in::after {
  transform: rotate(0deg);
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle::before,
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 1em;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #cd274e;
  transition: transform 0.2s ease-in-out;
}
.navbar-collapse.slideout .navbar-nav > li .dropdown-toggle::after {
  transform: rotate(90deg);
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-toggle::after {
  transform: rotate(0deg);
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li:last-child {
  padding-bottom: 0;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a {
  color: #777;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .active > a,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-collapse.slideout.collapse {
  display: none !important;
}
.navbar-collapse.slideout.collapse.in {
  display: block !important;
}
.navbar-collapse.slideout.collapsing {
  display: block !important;
}
.primary-navbar-toggle.slideout,
.primary-navbar-toggle.auto-slideout {
  display: block;
}
.right-slideout .primary-navbar-toggle {
  order: 10;
  margin-right: -15px;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .right-slideout .primary-navbar-toggle {
    margin-left: 15px;
  }
}
.left-slideout .primary-navbar-toggle {
  order: -10;
  float: left;
  margin-left: -15px;
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .left-slideout .primary-navbar-toggle {
    margin-right: 15px;
  }
}
.slideout-toggle-close {
  display: block;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .slideout-toggle-close {
    margin-right: 0;
  }
}
.slideout-overlay {
  position: fixed;
  z-index: -1030;
  top: 0;
  bottom: 100vh;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, z-index 0s linear 0.2s, bottom 0s linear 0.2s;
  pointer-events: none;
}
form .gfield {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  form .gfield {
    width: 50%;
  }
}
form .gfield.active label.gfield_label,
form .gfield.field-changed label.gfield_label,
form .gfield.top-label label.gfield_label {
  top: 1em;
  font-size: .8em;
}
@media screen and (min-width: 768px) {
  form .gfield.active label.gfield_label,
  form .gfield.field-changed label.gfield_label,
  form .gfield.top-label label.gfield_label {
    font-size: 14px;
  }
}
form .gfield.active label.gfield_label.textarea_label,
form .gfield.field-changed label.gfield_label.textarea_label,
form .gfield.top-label label.gfield_label.textarea_label {
  top: .6em;
}
form .gfield.active label.gfield_label.plain-label,
form .gfield.field-changed label.gfield_label.plain-label,
form .gfield.top-label label.gfield_label.plain-label,
form .gfield.active label.gfield_label.gfield_label_before_complex,
form .gfield.field-changed label.gfield_label.gfield_label_before_complex,
form .gfield.top-label label.gfield_label.gfield_label_before_complex {
  top: 0;
  padding: 0;
  font-size: 1.095em;
}
form .gfield.active legend > .gfield_label,
form .gfield.field-changed legend > .gfield_label,
form .gfield.top-label legend > .gfield_label {
  top: 0;
  font-size: 1.095em;
}
form .gfield:not(.gfield_contains_required) > .ginput_container.ginput_container_textarea::after {
  right: 1.5em;
}
form .gfield:not(.gfield_contains_required) > .ginput_container.ginput_container_select:before {
  right: 4em;
}
form .gfield .ginput_complex {
  font-size: 0;
}
form .gfield .ginput_complex label.active,
form .gfield .ginput_complex label.field-changed {
  top: 1em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  form .gfield .ginput_complex label.active,
  form .gfield .ginput_complex label.field-changed {
    font-size: 14px;
  }
}
form .gfield.full-width {
  padding: 0 10px;
  width: 100%;
}
form .gform_title {
  margin-top: 0;
  padding: 0 10px;
}
form .gform_description {
  display: block;
  padding: 0 10px;
  margin-bottom: 1em;
}
form #error {
  margin-bottom: 1em;
  padding: 2em 1em;
  border: 1px solid #cd274e;
}
form #error .validation_list {
  margin-bottom: 0;
}
form select,
form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"] {
  display: block;
  width: 100%;
  height: 3rem;
  padding-left: 1rem ;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #767676;
  background: #fff;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #ccc;
  border-left: 0 !important;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  form select,
  form textarea,
  form input[type="text"],
  form input[type="password"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="date"],
  form input[type="month"],
  form input[type="time"],
  form input[type="week"],
  form input[type="number"],
  form input[type="email"],
  form input[type="url"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="color"] {
    height: 4rem;
    font-size: 1.25rem;
  }
}
form select:hover,
form textarea:hover,
form input[type="text"]:hover,
form input[type="password"]:hover,
form input[type="datetime"]:hover,
form input[type="datetime-local"]:hover,
form input[type="date"]:hover,
form input[type="month"]:hover,
form input[type="time"]:hover,
form input[type="week"]:hover,
form input[type="number"]:hover,
form input[type="email"]:hover,
form input[type="url"]:hover,
form input[type="search"]:hover,
form input[type="tel"]:hover,
form input[type="color"]:hover,
form select:focus,
form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus {
  border-bottom-color: #cd274e;
  outline: none !important;
  box-shadow: none !important;
}
form textarea {
  height: 8em;
  padding-top: 1.5em;
  padding-bottom: .75em;
}
@media screen and (min-width: 768px) {
  form textarea {
    height: 12em;
  }
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
form select::-ms-expand {
  display: none;
}
.gfield.casl .gfieldset {
  font-size: 0.667em;
}
.gfield.casl legend.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gfield.casl .gfield_checkbox label {
  font-size: 1em;
}
.gform_wrapper form,
.gform_confirmation_wrapper {
  padding: 30px 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper form,
  .gform_confirmation_wrapper {
    margin-bottom: 5rem;
  }
}
.gform_confirmation_message {
  text-align: center;
}
.gfield_error .gfield_label {
  top: calc(50% - .5em);
  transform: translateY(-50%);
}
.gform_wrapper .validation_error {
  padding: 0 10px;
  margin-bottom: 1em;
}
.gform_wrapper .validation_error::after {
  content: ':';
}
.gform_wrapper .validation_list {
  margin-bottom: 2em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .validation_list {
    padding-left: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .validation_list {
    padding-left: 2.5em;
  }
}
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gfield {
  margin-top: .75em;
}
.gfield:not(.gfield_contains_required) label {
  padding-right: 60px;
}
.gfield:not(.gfield_contains_required) > .ginput_container {
  position: relative;
}
.gfield:not(.gfield_contains_required) > .ginput_container::after {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
  font-family: inherit;
  font-size: 0.857rem;
  color: #ccc;
  content: '(optional)';
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .gfield:not(.gfield_contains_required) > .ginput_container::after {
    top: 1.7em;
  }
}
.gfield:not(.gfield_contains_required) > .ginput_container input,
.gfield:not(.gfield_contains_required) > .ginput_container textarea,
.gfield:not(.gfield_contains_required) > .ginput_container select {
  padding-right: 5em;
}
.gfield:not(.gfield_contains_required) > .gfieldset {
  position: static;
}
.gfield:not(.gfield_contains_required) > .gfieldset::after {
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 2;
  font-family: inherit;
  font-size: 0.857rem;
  color: #ccc;
  content: '(optional)';
  pointer-events: none;
}
.gfield_error select,
.gfield_error textarea,
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error input[type="datetime"],
.gfield_error input[type="datetime-local"],
.gfield_error input[type="date"],
.gfield_error input[type="month"],
.gfield_error input[type="time"],
.gfield_error input[type="week"],
.gfield_error input[type="number"],
.gfield_error input[type="email"],
.gfield_error input[type="url"],
.gfield_error input[type="search"],
.gfield_error input[type="tel"],
.gfield_error input[type="color"] {
  border-bottom-color: #F00;
}
.gfield_error select:hover,
.gfield_error textarea:hover,
.gfield_error input[type="text"]:hover,
.gfield_error input[type="password"]:hover,
.gfield_error input[type="datetime"]:hover,
.gfield_error input[type="datetime-local"]:hover,
.gfield_error input[type="date"]:hover,
.gfield_error input[type="month"]:hover,
.gfield_error input[type="time"]:hover,
.gfield_error input[type="week"]:hover,
.gfield_error input[type="number"]:hover,
.gfield_error input[type="email"]:hover,
.gfield_error input[type="url"]:hover,
.gfield_error input[type="search"]:hover,
.gfield_error input[type="tel"]:hover,
.gfield_error input[type="color"]:hover,
.gfield_error select:focus,
.gfield_error textarea:focus,
.gfield_error input[type="text"]:focus,
.gfield_error input[type="password"]:focus,
.gfield_error input[type="datetime"]:focus,
.gfield_error input[type="datetime-local"]:focus,
.gfield_error input[type="date"]:focus,
.gfield_error input[type="month"]:focus,
.gfield_error input[type="time"]:focus,
.gfield_error input[type="week"]:focus,
.gfield_error input[type="number"]:focus,
.gfield_error input[type="email"]:focus,
.gfield_error input[type="url"]:focus,
.gfield_error input[type="search"]:focus,
.gfield_error input[type="tel"]:focus,
.gfield_error input[type="color"]:focus {
  border-bottom-color: #cd274e;
}
.gfield_error .validation_message {
  height: 1em;
  color: #F00;
}
.ginput_container::after {
  position: absolute;
  top: .5em;
  right: -0.9em;
  color: #F00;
}
@media screen and (min-width: 768px) {
  .ginput_container::after {
    top: 1em;
    right: -1.5em;
  }
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select::before {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
  bottom: 1px;
  width: 2.625em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 4em;
  text-align: center;
  color: #cd274e;
  background-color: #fff;
  content: "\e5c5";
  pointer-events: none;
}
.gfieldset {
  font-size: 0;
}
.gfieldset .ginput_container_radio,
.gfieldset .ginput_container_checkbox {
  padding: 0 10px;
}
legend.gfield_label {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1em;
  font-weight: bold;
  transform: none;
}
legend.gfield_label > .gfield_label {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  transform: none;
}
.ginput_container_checkbox,
.ginput_container_radio,
.ginput_complex,
.ginput_container_textarea,
.ginput_container_list,
.ginput_container_fileupload,
.ginput_container_multiselect {
  width: 100%;
  max-width: none;
}
.ginput_container_fileupload {
  height: 3rem;
}
.ginput_container_fileupload input {
  padding-top: 1em;
  max-width: 100%;
}
.ginput_complex > span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ginput_complex > span {
    width: 50%;
  }
}
.ginput_complex label {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: auto;
  max-width: 100%;
  padding-left: 10px;
  font-size: 1.095rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ccc;
  border-bottom: 0;
  cursor: text;
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.gfield_label {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  padding-left: 10px;
  width: auto;
  max-width: 100%;
  font-size: 1.095rem;
  line-height: 1;
  text-align: left;
  letter-spacing: -0.01em;
  color: #ccc;
  border-bottom: 0;
  cursor: text;
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.gfield_label.textarea_label {
  top: 1.2em;
  transform: none;
}
.gfield_label.plain-label,
.gfield_label.gfield_label_before_complex {
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
}
.gfield_required {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gfield_description {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #F00;
  margin-top: .5em;
  margin-left: 1.125em;
}
.instruction {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gfield_radio,
.gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gfield_radio li,
.gfield_checkbox li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}
.gfield_radio input,
.gfield_checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gfield_radio input:hover + label::before,
.gfield_checkbox input:hover + label::before,
.gfield_radio input:focus + label::before,
.gfield_checkbox input:focus + label::before {
  border-color: #cd274e;
}
.gfield_radio label,
.gfield_checkbox label {
  position: relative;
  padding-left: 2em;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}
.gfield_radio label:hover::before,
.gfield_checkbox label:hover::before,
.gfield_radio label:focus::before,
.gfield_checkbox label:focus::before {
  border-color: #cd274e;
}
.gfield_radio label::before,
.gfield_checkbox label::before,
.gfield_radio label::after,
.gfield_checkbox label::after {
  position: absolute;
  content: '';
}
.gfield_radio label::before,
.gfield_checkbox label::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cd274e;
  transform: translateY(-50%);
}
.gfield_radio input:checked + label::after {
  background-color: #cd274e;
}
.gfield_radio label::before {
  border-radius: 50%;
}
.gfield_radio label::after {
  top: 50%;
  left: 3px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.gfield_checkbox input:checked + label::after {
  color: #cd274e;
}
.gfield_checkbox label::after {
  top: 50%;
  left: 2px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.125em;
  font-size: 1em;
  color: transparent;
  content: "\e876";
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .gfield_checkbox label::after {
    left: 1px;
  }
}
.ui-datepicker {
  background: #f8f8f8;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.ui-datepicker-header {
  padding: 1em;
  text-align: center;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-title {
  display: inline-block;
}
.ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker-calendar {
  margin-bottom: 1em;
}
.ginput_container_fileupload {
  padding: 0 10px;
}
input[type="file"] {
  font-size: 16px;
  line-height: 0;
}
.clear-multi {
  font-size: 0;
}
.ginput_container_multiselect + label {
  position: relative;
}
.ginput_container_time {
  display: inline-block;
  width: 33%;
  padding: 0 10px;
  vertical-align: top;
}
.ginput_container_time label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #ececec;
}
.ginput_container_address > span {
  margin-bottom: 15px;
}
.gfield_list_group {
  position: relative;
}
.gfield_list_icons {
  position: absolute;
  right: 4.5rem;
  margin-top: 2px;
  border: none;
}
@media screen and (min-width: 768px) {
  .gfield_list_icons {
    margin-top: 7px;
  }
}
.add_list_item {
  display: block;
  margin: 5px 0  0 !important;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .add_list_item {
    margin: 10px 0  0 !important;
  }
}
.delete_list_item {
  display: block;
  margin: 5px 0  0 !important;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .delete_list_item {
    margin: 10px 0  0 !important;
  }
}
.ginput_quantity_label {
  display: block;
}
.gform_footer {
  margin-top: 1.5em;
  text-align: center;
}
.gform_ajax_spinner {
  padding: 1em;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 480px) {
  .form-inline .gfield {
    font-size: 0;
  }
}
@media screen and (min-width: 480px) {
  .form-inline .gfield_label {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding-right: .5em;
    vertical-align: middle;
  }
}
@media screen and (min-width: 480px) {
  .form-inline .ginput_container {
    display: inline-block;
    width: 70%;
    padding-left: .5rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 480px) {
  .form-inline .gfield_description {
    margin-left: calc(30% + 1.125rem);
  }
}
.form-inline .gform_footer {
  text-align: center;
}
@media screen and (min-width: 480px) {
  .form-inline .gform_footer {
    margin-left: 30%;
  }
}
.vc_col-sm-11 .gfield,
.vc_col-sm-10 .gfield,
.vc_col-sm-9 .gfield,
.vc_col-sm-8 .gfield,
.vc_col-sm-7 .gfield,
.vc_col-sm-6 .gfield,
.vc_col-sm-5 .gfield,
.vc_col-sm-4 .gfield,
.vc_col-sm-3 .gfield,
.vc_col-sm-2 .gfield,
.vc_col-sm-1 .gfield {
  padding: 0 10px;
  width: 100%;
}
.vc_col-sm-11 .ginput_complex > span,
.vc_col-sm-10 .ginput_complex > span,
.vc_col-sm-9 .ginput_complex > span,
.vc_col-sm-8 .ginput_complex > span,
.vc_col-sm-7 .ginput_complex > span,
.vc_col-sm-6 .ginput_complex > span,
.vc_col-sm-5 .ginput_complex > span,
.vc_col-sm-4 .ginput_complex > span,
.vc_col-sm-3 .ginput_complex > span,
.vc_col-sm-2 .ginput_complex > span,
.vc_col-sm-1 .ginput_complex > span {
  width: 100%;
}
.vc_col-sm-11 .ginput_container_select,
.vc_col-sm-10 .ginput_container_select,
.vc_col-sm-9 .ginput_container_select,
.vc_col-sm-8 .ginput_container_select,
.vc_col-sm-7 .ginput_container_select,
.vc_col-sm-6 .ginput_container_select,
.vc_col-sm-5 .ginput_container_select,
.vc_col-sm-4 .ginput_container_select,
.vc_col-sm-3 .ginput_container_select,
.vc_col-sm-2 .ginput_container_select,
.vc_col-sm-1 .ginput_container_select {
  padding: 0 10px;
}
.vc_col-sm-11 .ginput_container_time input[type="number"],
.vc_col-sm-10 .ginput_container_time input[type="number"],
.vc_col-sm-9 .ginput_container_time input[type="number"],
.vc_col-sm-8 .ginput_container_time input[type="number"],
.vc_col-sm-7 .ginput_container_time input[type="number"],
.vc_col-sm-6 .ginput_container_time input[type="number"],
.vc_col-sm-5 .ginput_container_time input[type="number"],
.vc_col-sm-4 .ginput_container_time input[type="number"],
.vc_col-sm-3 .ginput_container_time input[type="number"],
.vc_col-sm-2 .ginput_container_time input[type="number"],
.vc_col-sm-1 .ginput_container_time input[type="number"],
.vc_col-sm-11 .ginput_container_time select,
.vc_col-sm-10 .ginput_container_time select,
.vc_col-sm-9 .ginput_container_time select,
.vc_col-sm-8 .ginput_container_time select,
.vc_col-sm-7 .ginput_container_time select,
.vc_col-sm-6 .ginput_container_time select,
.vc_col-sm-5 .ginput_container_time select,
.vc_col-sm-4 .ginput_container_time select,
.vc_col-sm-3 .ginput_container_time select,
.vc_col-sm-2 .ginput_container_time select,
.vc_col-sm-1 .ginput_container_time select {
  padding: 10px !important;
}
.vc_col-sm-5 .gform_wrapper form,
.vc_col-sm-4 .gform_wrapper form,
.vc_col-sm-5 .gform_confirmation_wrapper,
.vc_col-sm-4 .gform_confirmation_wrapper {
  margin-bottom: 3rem;
  padding: 1em;
  background-color: #f8f8f8;
}
.vc_toggle {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #fcf9f5;
  transition: ease-in-out 0.3s;
}
.vc_toggle .vc_toggle_icon {
  display: none !important;
}
.vc_toggle .vc_toggle_title {
  z-index: 10;
  padding-left: 0 !important;
  padding-right: 1.5em !important;
}
.vc_toggle .vc_toggle_title:after {
  z-index: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  color: #5c8124;
  content: "\e5c5";
  transition: all ease .3s;
  transform: translateY(-50%);
}
.vc_toggle .vc_toggle_title h4 {
  display: inline-block;
  margin: 0;
  padding: 1.8em 2em 1.8em 1.8em;
  font-size: 1.2em;
  text-transform: none;
  color: #000;
  transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  .vc_toggle .vc_toggle_title h4 {
    padding: 2em;
    font-size: 1.2em;
  }
}
.vc_toggle .vc_toggle_title h4:hover,
.vc_toggle .vc_toggle_title h4:focus {
  color: #5c8124;
  cursor: pointer;
}
.vc_toggle_active {
  background: #fcf9f5;
}
.vc_toggle_active .vc_toggle_title h4 {
  color: #5c8124;
}
.vc_toggle_active .vc_toggle_title:after {
  transform: rotate(-180deg) translateY(50%);
}
.vc_col-sm-12 .vc_toggle_content {
  padding: 0 4em 0 2.2em !important;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .vc_toggle_content {
    padding: 0 4em 0 2.5em !important;
  }
}
.vc_col-sm-12 .vc_toggle_content p {
  margin: 0;
  font-size: .9em;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .vc_toggle_content p {
    font-size: 1em;
  }
}
.breadcrumb {
  padding: 0;
  margin: 1em 0;
  background: none;
}
.breadcrumb a,
.breadcrumb span {
  font-family: "futura-pt", sans-serif;
  font-size: 0.857rem;
}
.breadcrumb a + a::before,
.breadcrumb span + a::before,
.breadcrumb a + span::before,
.breadcrumb span + span::before {
  position: relative;
  bottom: 1px;
  display: inline-block;
  margin: 0 1em;
  font-size: .8em;
  color: #cd274e;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.subpage-header {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.subpage-header.type-solid {
  background-image: none !important;
}
.subpage-header.type-transparent {
  background-image: none;
  background-color: transparent;
}
.subpage-header-content {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .subpage-header-content {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .subpage-header-content {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .subpage-header-content {
    padding: 4.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .subpage-header-content {
    font-size: 4vw;
  }
}
.subpage-header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.subpage-header-overlay.none {
  display: none;
}
.split-screen .subpage-header {
  margin-bottom: 0;
  padding-top: 15vw;
  overflow: visible;
}
.split-screen .subpage-header-content {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  padding: 2em;
  font-size: 0.66rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  transform: translate(0, 2rem);
}
@media screen and (min-width: 992px) {
  .split-screen .subpage-header-content {
    transform: translate(0, 2.64rem);
  }
}
.split-screen .subpage-header-content h1 {
  margin: 0;
}
.search-results-controls {
  margin: 2em 0;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .search-results-controls {
    margin: 0;
  }
}
.search-results-control {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-results-control {
    float: right;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .search-results-control-pagination {
    text-align: right;
  }
}
.search-results-pagination-directive {
  display: block;
}
.search-results-range-current {
  font-size: 1em;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.search-results-range-conjunction,
.search-results-range-total {
  font-style: italic;
  font-size: 1em;
}
.search-results-range-suffix {
  font-size: 1em;
}
.search-results-pagination {
  margin: 0;
}
.search-results-pagination .search-results-pagination-item {
  float: none;
  display: inline-block;
}
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button {
  padding: 1em;
  font-size: 0.875em;
  color: #000;
  background: none;
  border: 0;
}
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button:hover,
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button:focus {
  color: #cd274e;
  background-color: transparent;
}
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button.dots:hover,
.search-results-pagination .search-results-pagination-item > .search-results-pagination-item-button.dots:focus {
  color: #000;
  background-color: transparent;
}
.search-results-pagination > .active > .search-results-pagination-item-button {
  color: #fff;
  background-color: #cd274e;
}
.search-results-pagination > .active > .search-results-pagination-item-button:hover,
.search-results-pagination > .active > .search-results-pagination-item-button:focus {
  color: #fff;
  background-color: #cd274e;
}
.search-results-pagination > .disabled > .search-results-pagination-item-button {
  cursor: not-allowed;
  outline: none;
}
.search-results-pagination-item-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.alert-bar-wrapper {
  position: relative;
  display: none;
  background: #cd274e;
  color: #fff;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  -webkit-transition: 0.1s ease-in-out background;
  -moz-transition: 0.1s ease-in-out background;
  -o-transition: 0.1s ease-in-out background;
  transition: 0.1s ease-in-out background;
}
.alert-bar-link {
  display: block;
  color: inherit;
  background: #cd274e;
}
.alert-bar-link:hover,
.alert-bar-link:focus {
  text-decoration: none;
  color: inherit;
  background: #5c8124;
}
.alert-bar-link:hover .alert-bar-message-secondary:after,
.alert-bar-link:focus .alert-bar-message-secondary:after {
  left: 3px;
}
.alert-bar-link .alert-bar-message-secondary:after {
  position: relative;
  top: 1px;
  left: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
  -webkit-transition: left;
  -o-transition: left;
  transition: left;
  -webkit-transition: 0.1s ease-in-out left;
  -moz-transition: 0.1s ease-in-out left;
  -o-transition: 0.1s ease-in-out left;
  transition: 0.1s ease-in-out left;
}
.alert-bar-message {
  position: relative;
  padding: .8em 0;
  text-align: center;
  font-size: 0.857em;
}
.alert-bar-message-primary {
  font-weight: bold;
}
.alert-bar-close {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  padding: .8em;
  height: 100%;
  border: none;
  background: none;
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.alert-bar-close:hover,
.alert-bar-close:focus {
  background: #5c8124;
  color: black;
}
.sticky-nav {
  height: 57px;
}
@media screen and (min-width: 768px) {
  .sticky-nav {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .sticky-nav {
    height: 86px;
  }
}
.sticky-nav .navbar-collapse {
  border-top-width: 0.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
}
.navbar.sticky-navbar {
  min-height: 57px;
  z-index: 999;
  font-size: 0.857em;
  border: none;
  -webkit-transition: top;
  -o-transition: top;
  transition: top;
  -webkit-transition: 0.1s ease-in-out top;
  -moz-transition: 0.1s ease-in-out top;
  -o-transition: 0.1s ease-in-out top;
  transition: 0.1s ease-in-out top;
  background-color: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar {
    min-height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar {
    min-height: 86px;
  }
}
.navbar.sticky-navbar.affix {
  top: 0;
  width: 100%;
}
.navbar.sticky-navbar .container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.navbar.sticky-navbar .navbar-header {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 57px;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-header {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-header {
    height: 86px;
  }
}
.navbar.sticky-navbar .navbar-brand-link {
  flex: 0 1 auto;
  margin-right: 0.5em;
}
.navbar.sticky-navbar .navbar-brand {
  padding: 0.25rem 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-brand {
    padding: 0.5em 1em;
  }
}
.navbar.sticky-navbar .navbar-brand img {
  max-height: 100%;
  display: inline-block;
}
.navbar.sticky-navbar .navbar-toggle {
  width: 57px;
  height: 57px;
  height: auto;
  flex: 0 0 auto;
  order: 10;
  align-self: stretch;
  margin: 0 -15px 0 0;
  padding: 0.25em 0.25em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    width: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-toggle {
    width: 86px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-toggle {
    height: 86px;
  }
}
.navbar.sticky-navbar .navbar-toggle:hover,
.navbar.sticky-navbar .navbar-toggle:focus {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding: inherit;
  }
}
.navbar.sticky-navbar .navbar-toggle [class^="icon-"] {
  display: block;
}
.navbar.sticky-navbar .navbar-toggle .button-name {
  display: block;
  font-size: 0.66em;
  line-height: 1;
}
.navbar.sticky-navbar .navbar-main {
  height: 57px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-main {
    height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-main {
    height: 86px;
  }
}
.navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
  line-height: 57px;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
    line-height: 71px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li > a {
    line-height: 86px;
  }
}
.navbar.sticky-navbar .navbar-main .navbar-nav > li > a:hover,
.navbar.sticky-navbar .navbar-main .navbar-nav > li > a:focus {
  color: #cd274e;
}
@media screen and (min-width: 992px) {
  .navbar.sticky-navbar .navbar-main .navbar-nav > li.active {
    box-shadow: inset 0 -0.25em 0 0 #cd274e;
  }
}
.sticky-navbar-logo,
.sticky-navbar-name {
  flex: 1 1 auto;
  margin-left: 0.25em;
}
.sticky-navbar-logo {
  max-height: 56px;
}
@media screen and (min-width: 768px) {
  .sticky-navbar-logo {
    max-height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .sticky-navbar-logo {
    max-height: 85px;
  }
}
.sticky-navbar-collapse {
  border-style: solid;
}
.sticky-navbar-collapse .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  font-size: 1.25em;
}
.sticky-navbar-collapse .navbar-nav > li {
  display: block;
  float: none;
}
.sticky-navbar-collapse .navbar-nav > li a {
  padding: 0.5em 1.5em;
  line-height: 2;
}
.sticky-navbar-collapse .navbar-nav > li a:hover,
.sticky-navbar-collapse .navbar-nav > li a:focus {
  background: #fff;
}
.sticky-navbar-collapse.collapse {
  display: none !important;
}
.sticky-navbar-collapse.collapse.in {
  display: block !important;
}
.nav.sidebar-menu li > .sub-menu {
  padding-left: 0;
  list-style: none;
}
.nav.sidebar-menu li > .sub-menu li {
  padding: 0.575em 1.5em;
}
.nav.sidebar-menu li > .sub-menu li > .sub-menu li {
  padding: 0.575em .5em;
}
.feedback-button {
  justify-content: center;
  flex-direction: row;
  background-color: #fff;
  background-clip: padding-box;
  transition: width 0.2s ease-in-out;
  z-index: 1071;
}
.feedback-button:hover,
.feedback-button:focus {
  justify-content: flex-end;
}
.feedback-button-icon {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #cd274e;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.feedback-button-icon:hover,
.feedback-button-icon:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
.feedback-button-icon .icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  text-align: center;
}
.feedback-button-close {
  display: none;
  margin: 0;
  padding: 0;
  color: #cd274e;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.feedback-button-close:hover,
.feedback-button-close:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
.feedback-button-close .icon {
  display: inline-block;
  width: 2.25em;
  height: 1em;
  font-size: 1em;
  text-align: center;
}
.feedback-button-text {
  display: none;
  padding: 0.5em 2em 0.5em 1em;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .feedback-button-text {
    padding-left: 1.5em;
    padding-right: 0.5em;
    font-size: 0.825rem;
  }
}
.feedback-button-text a {
  text-decoration: none;
  color: #000;
}
.feedback-button-link {
  display: inline-block;
  font-weight: 600;
  color: #5c8124;
  border-bottom: 1px solid currentColor;
}
.feedback-button-link:hover,
.feedback-button-link:focus {
  color: #405919;
  text-decoration: none;
}
.feedback-button-link:after {
  display: inline-block;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
}
#us_report_button {
  right: 150px !important;
}
.general-cta {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .general-cta.content-left,
  .general-cta.content-right {
    background-image: none !important;
  }
}
.general-cta-gradient-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.gradient-background.content-left .general-cta-gradient-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .gradient-background.content-left .general-cta-gradient-bg {
    display: block;
    left: 33%;
  }
}
.gradient-background.content-right .general-cta-gradient-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .gradient-background.content-right .general-cta-gradient-bg {
    display: block;
    right: 33%;
  }
}
.general-cta-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.general-cta-overlay.none {
  display: none;
}
.start-bg-right .background-overlay-primary,
.start-bg-left .background-overlay-primary {
  background-color: #cd274e;
}
.start-bg-right .background-overlay-secondary,
.start-bg-left .background-overlay-secondary {
  background-color: #5c8124;
}
.start-bg-right .background-overlay-light,
.start-bg-left .background-overlay-light {
  background-color: #fcf9f5;
}
.start-bg-right .background-overlay-dark,
.start-bg-left .background-overlay-dark {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .content-left.gradient-background .general-cta-overlay {
    background-color: transparent;
    width: 66%;
  }
  .content-left.gradient-background .overlay-primary {
    background-image: -webkit-linear-gradient(left, #cd274e 66%, rgba(205, 39, 78, 0) 100%);
    background-image: -o-linear-gradient(left, #cd274e 66%, rgba(205, 39, 78, 0) 100%);
    background-image: linear-gradient(to right, #cd274e 66%, rgba(205, 39, 78, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd274e', endColorstr='#00cd274e', GradientType=1);
  }
  .content-left.gradient-background .overlay-secondary {
    background-image: -webkit-linear-gradient(left, #5c8124 66%, rgba(92, 129, 36, 0) 100%);
    background-image: -o-linear-gradient(left, #5c8124 66%, rgba(92, 129, 36, 0) 100%);
    background-image: linear-gradient(to right, #5c8124 66%, rgba(92, 129, 36, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c8124', endColorstr='#005c8124', GradientType=1);
  }
  .content-left.gradient-background .overlay-dark {
    background-image: -webkit-linear-gradient(left, #000000 66%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #000000 66%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #000000 66%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=1);
  }
  .content-left.gradient-background .overlay-light {
    background-image: -webkit-linear-gradient(left, #fcf9f5 66%, rgba(252, 249, 245, 0) 100%);
    background-image: -o-linear-gradient(left, #fcf9f5 66%, rgba(252, 249, 245, 0) 100%);
    background-image: linear-gradient(to right, #fcf9f5 66%, rgba(252, 249, 245, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf9f5', endColorstr='#00fcf9f5', GradientType=1);
  }
}
@media screen and (min-width: 768px) {
  .content-right.gradient-background .general-cta-overlay {
    background-color: transparent;
    width: 66%;
    left: auto;
  }
  .content-right.gradient-background .overlay-primary {
    background-image: -webkit-linear-gradient(left, rgba(205, 39, 78, 0) 0%, #cd274e 33%);
    background-image: -o-linear-gradient(left, rgba(205, 39, 78, 0) 0%, #cd274e 33%);
    background-image: linear-gradient(to right, rgba(205, 39, 78, 0) 0%, #cd274e 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd274e', endColorstr='#ffcd274e', GradientType=1);
  }
  .content-right.gradient-background .overlay-secondary {
    background-image: -webkit-linear-gradient(left, rgba(92, 129, 36, 0) 0%, #5c8124 33%);
    background-image: -o-linear-gradient(left, rgba(92, 129, 36, 0) 0%, #5c8124 33%);
    background-image: linear-gradient(to right, rgba(92, 129, 36, 0) 0%, #5c8124 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005c8124', endColorstr='#ff5c8124', GradientType=1);
  }
  .content-right.gradient-background .overlay-dark {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 33%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 33%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
  }
  .content-right.gradient-background .overlay-light {
    background-image: -webkit-linear-gradient(left, rgba(252, 249, 245, 0) 0%, #fcf9f5 33%);
    background-image: -o-linear-gradient(left, rgba(252, 249, 245, 0) 0%, #fcf9f5 33%);
    background-image: linear-gradient(to right, rgba(252, 249, 245, 0) 0%, #fcf9f5 33%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fcf9f5', endColorstr='#fffcf9f5', GradientType=1);
  }
}
.general-cta-box {
  z-index: 1;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .general-cta-box {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .general-cta-box {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .general-cta-box {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .general-cta-box {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .general-cta-box {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .general-cta-box {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .general-cta-box {
    padding: 4.5rem 5rem;
  }
}
.inline-layout .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 2em 15px;
}
@media (min-width: 768px) {
  .inline-layout .general-cta-box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inline-layout .general-cta-box {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-box {
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.content-left .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-left .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-left .general-cta-box {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .content-left .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .content-left .general-cta-box {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .content-left .general-cta-box {
    text-align: right;
  }
}
.content-right .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-right .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-right .general-cta-box {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .content-right .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .content-right .general-cta-box {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .content-right .general-cta-box {
    text-align: left;
  }
}
.cta-wrapper-icon {
  font-size: 2em;
}
.general-cta-button-only {
  margin-bottom: 2em;
}
.inline-layout .general-cta-button-only {
  display: none;
}
.general-cta-logos {
  margin-bottom: 2em;
}
.general-cta-logos img {
  display: inline-block;
  padding: 0.5em;
  max-height: 300px;
  max-width: 50%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .general-cta-logos img {
    max-height: 300px;
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-logos {
    margin-bottom: 0;
  }
  .inline-layout .general-cta-logos img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .general-cta-content {
    padding: 0 1em;
  }
}
.inline-layout .general-cta-content:only-child h1:only-child,
.inline-layout .general-cta-content:only-child h2:only-child,
.inline-layout .general-cta-content:only-child h3:only-child,
.inline-layout .general-cta-content:only-child h4:only-child,
.inline-layout .general-cta-content:only-child h5:only-child,
.inline-layout .general-cta-content:only-child h6:only-child,
.inline-layout .general-cta-content:only-child p:only-child {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.general-cta-content:only-child p:only-child {
  margin-bottom: 0;
}
.general-cta-content h1,
.general-cta-content h2,
.general-cta-content h3,
.general-cta-content h4,
.general-cta-content h5,
.general-cta-content h6 {
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.general-cta-content p {
  margin-bottom: 1.5em;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .general-cta-content p {
    font-size: 1.143em;
  }
}
.general-cta-button {
  margin-bottom: 1em;
}
.inline-layout .general-cta-button {
  margin-top: 1em;
}
.split-container .general-cta,
.container-narrow .general-cta,
.vc_col-sm-11 .general-cta,
.vc_col-sm-10 .general-cta,
.vc_col-sm-9 .general-cta,
.vc_col-sm-8 .general-cta,
.vc_col-sm-7 .general-cta,
.vc_col-sm-6 .general-cta,
.vc_col-sm-5 .general-cta,
.vc_col-sm-4 .general-cta,
.vc_col-sm-3 .general-cta {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .split-container .general-cta,
  .container-narrow .general-cta,
  .vc_col-sm-11 .general-cta,
  .vc_col-sm-10 .general-cta,
  .vc_col-sm-9 .general-cta,
  .vc_col-sm-8 .general-cta,
  .vc_col-sm-7 .general-cta,
  .vc_col-sm-6 .general-cta,
  .vc_col-sm-5 .general-cta,
  .vc_col-sm-4 .general-cta,
  .vc_col-sm-3 .general-cta {
    margin-left: 0;
    margin-right: 0;
  }
}
.split-container .general-cta .container,
.container-narrow .general-cta .container,
.vc_col-sm-11 .general-cta .container,
.vc_col-sm-10 .general-cta .container,
.vc_col-sm-9 .general-cta .container,
.vc_col-sm-8 .general-cta .container,
.vc_col-sm-7 .general-cta .container,
.vc_col-sm-6 .general-cta .container,
.vc_col-sm-5 .general-cta .container,
.vc_col-sm-4 .general-cta .container,
.vc_col-sm-3 .general-cta .container {
  width: 100%;
}
.split-container .general-cta-box,
.container-narrow .general-cta-box,
.vc_col-sm-11 .general-cta-box,
.vc_col-sm-10 .general-cta-box,
.vc_col-sm-9 .general-cta-box,
.vc_col-sm-8 .general-cta-box,
.vc_col-sm-7 .general-cta-box,
.vc_col-sm-6 .general-cta-box,
.vc_col-sm-5 .general-cta-box,
.vc_col-sm-4 .general-cta-box,
.vc_col-sm-3 .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 2em 15px;
}
@media (min-width: 768px) {
  .split-container .general-cta-box,
  .container-narrow .general-cta-box,
  .vc_col-sm-11 .general-cta-box,
  .vc_col-sm-10 .general-cta-box,
  .vc_col-sm-9 .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box,
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .split-container .general-cta-box,
  .container-narrow .general-cta-box,
  .vc_col-sm-11 .general-cta-box,
  .vc_col-sm-10 .general-cta-box,
  .vc_col-sm-9 .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box,
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .split-container .general-cta-box,
  .container-narrow .general-cta-box,
  .vc_col-sm-11 .general-cta-box,
  .vc_col-sm-10 .general-cta-box,
  .vc_col-sm-9 .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box,
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    font-size: 0.825em;
  }
}
.split-container .content-left .general-cta-box,
.container-narrow .content-left .general-cta-box,
.vc_col-sm-11 .content-left .general-cta-box,
.vc_col-sm-10 .content-left .general-cta-box,
.vc_col-sm-9 .content-left .general-cta-box,
.vc_col-sm-8 .content-left .general-cta-box,
.vc_col-sm-7 .content-left .general-cta-box,
.vc_col-sm-6 .content-left .general-cta-box,
.vc_col-sm-5 .content-left .general-cta-box,
.vc_col-sm-4 .content-left .general-cta-box,
.vc_col-sm-3 .content-left .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .split-container .content-left .general-cta-box,
  .container-narrow .content-left .general-cta-box,
  .vc_col-sm-11 .content-left .general-cta-box,
  .vc_col-sm-10 .content-left .general-cta-box,
  .vc_col-sm-9 .content-left .general-cta-box,
  .vc_col-sm-8 .content-left .general-cta-box,
  .vc_col-sm-7 .content-left .general-cta-box,
  .vc_col-sm-6 .content-left .general-cta-box,
  .vc_col-sm-5 .content-left .general-cta-box,
  .vc_col-sm-4 .content-left .general-cta-box,
  .vc_col-sm-3 .content-left .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .split-container .content-left .general-cta-box,
  .container-narrow .content-left .general-cta-box,
  .vc_col-sm-11 .content-left .general-cta-box,
  .vc_col-sm-10 .content-left .general-cta-box,
  .vc_col-sm-9 .content-left .general-cta-box,
  .vc_col-sm-8 .content-left .general-cta-box,
  .vc_col-sm-7 .content-left .general-cta-box,
  .vc_col-sm-6 .content-left .general-cta-box,
  .vc_col-sm-5 .content-left .general-cta-box,
  .vc_col-sm-4 .content-left .general-cta-box,
  .vc_col-sm-3 .content-left .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
.split-container .content-right .general-cta-box,
.container-narrow .content-right .general-cta-box,
.vc_col-sm-11 .content-right .general-cta-box,
.vc_col-sm-10 .content-right .general-cta-box,
.vc_col-sm-9 .content-right .general-cta-box,
.vc_col-sm-8 .content-right .general-cta-box,
.vc_col-sm-7 .content-right .general-cta-box,
.vc_col-sm-6 .content-right .general-cta-box,
.vc_col-sm-5 .content-right .general-cta-box,
.vc_col-sm-4 .content-right .general-cta-box,
.vc_col-sm-3 .content-right .general-cta-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .split-container .content-right .general-cta-box,
  .container-narrow .content-right .general-cta-box,
  .vc_col-sm-11 .content-right .general-cta-box,
  .vc_col-sm-10 .content-right .general-cta-box,
  .vc_col-sm-9 .content-right .general-cta-box,
  .vc_col-sm-8 .content-right .general-cta-box,
  .vc_col-sm-7 .content-right .general-cta-box,
  .vc_col-sm-6 .content-right .general-cta-box,
  .vc_col-sm-5 .content-right .general-cta-box,
  .vc_col-sm-4 .content-right .general-cta-box,
  .vc_col-sm-3 .content-right .general-cta-box {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .split-container .general-cta-logos,
  .container-narrow .general-cta-logos,
  .vc_col-sm-11 .general-cta-logos,
  .vc_col-sm-10 .general-cta-logos,
  .vc_col-sm-9 .general-cta-logos,
  .vc_col-sm-8 .general-cta-logos,
  .vc_col-sm-7 .general-cta-logos,
  .vc_col-sm-6 .general-cta-logos,
  .vc_col-sm-5 .general-cta-logos,
  .vc_col-sm-4 .general-cta-logos,
  .vc_col-sm-3 .general-cta-logos {
    max-width: 200px;
  }
  .split-container .general-cta-logos img,
  .container-narrow .general-cta-logos img,
  .vc_col-sm-11 .general-cta-logos img,
  .vc_col-sm-10 .general-cta-logos img,
  .vc_col-sm-9 .general-cta-logos img,
  .vc_col-sm-8 .general-cta-logos img,
  .vc_col-sm-7 .general-cta-logos img,
  .vc_col-sm-6 .general-cta-logos img,
  .vc_col-sm-5 .general-cta-logos img,
  .vc_col-sm-4 .general-cta-logos img,
  .vc_col-sm-3 .general-cta-logos img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .split-container .general-cta-box,
  .vc_col-sm-8 .general-cta-box,
  .vc_col-sm-7 .general-cta-box,
  .vc_col-sm-6 .general-cta-box {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .general-cta-box,
  .vc_col-sm-4 .general-cta-box,
  .vc_col-sm-3 .general-cta-box {
    font-size: 0.66em;
  }
}
@media screen and (min-width: 992px) {
  .vc_col-sm-5 .inline-layout .general-cta-box,
  .vc_col-sm-4 .inline-layout .general-cta-box,
  .vc_col-sm-3 .inline-layout .general-cta-box {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .vc_col-sm-5 .general-cta-logos,
  .vc_col-sm-4 .general-cta-logos,
  .vc_col-sm-3 .general-cta-logos {
    margin: 0 auto;
  }
}
.vc_col-sm-2 .general-cta,
.vc_col-sm-1 .general-cta {
  display: none;
}
.split-hero-banner-wrapper {
  position: relative;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) {
  .split-hero-banner-wrapper {
    display: flex;
  }
}
.split-hero-banner-inner {
  position: relative;
  width: 100%;
}
.split-hero-banner-inner:before,
.split-hero-banner-inner:after {
  content: " ";
  display: table;
}
.split-hero-banner-inner:after {
  clear: both;
}
.split-hero-banner-inner:before,
.split-hero-banner-inner:after {
  content: " ";
  display: table;
}
.split-hero-banner-inner:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .split-hero-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(80vh - 85px);
  }
}
@media screen and (min-width: 992px) {
  .split-hero-banner-inner {
    min-height: calc(100vh - 85px);
  }
}
.split-hero-banner-image {
  height: 25vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .split-hero-banner-image {
    display: inline-block;
    height: auto;
    align-self: stretch;
    width: 50%;
    background-position: center bottom;
  }
}
.split-hero-banner-intro {
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .split-hero-banner-intro {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-hero-banner-intro {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-hero-banner-intro {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .split-hero-banner-intro {
    position: relative;
    display: inline-block;
    width: 50%;
  }
}
.split-hero-banner-intro-inner {
  display: block;
  vertical-align: middle;
}
.split-hero-banner-intro-text {
  display: block;
  margin-bottom: 2rem;
  font-size: 6vw;
  letter-spacing: -0.045em;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .split-hero-banner-intro-text {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  .split-hero-banner-intro-text {
    font-size: 2.5em;
  }
}
.split-hero-banner-intro-text p {
  display: block;
  margin-bottom: 0;
  letter-spacing: -0.045em;
  line-height: 1;
}
.split-hero-banner-intro-text:only-child {
  margin-bottom: 0;
}
.split-hero-banner-intro-logo {
  height: auto;
  max-width: 70%;
  width: auto;
}
.page-sidebar .split-hero-banner-wrapper,
.split-container .split-hero-banner-wrapper,
.container-narrow .split-hero-banner-wrapper,
.vc_col-sm-11 .split-hero-banner-wrapper,
.vc_col-sm-10 .split-hero-banner-wrapper,
.vc_col-sm-9 .split-hero-banner-wrapper,
.vc_col-sm-8 .split-hero-banner-wrapper,
.vc_col-sm-7 .split-hero-banner-wrapper,
.vc_col-sm-6 .split-hero-banner-wrapper,
.vc_col-sm-5 .split-hero-banner-wrapper,
.vc_col-sm-4 .split-hero-banner-wrapper,
.vc_col-sm-3 .split-hero-banner-wrapper {
  display: block;
}
.page-sidebar .split-hero-banner-inner,
.split-container .split-hero-banner-inner,
.container-narrow .split-hero-banner-inner,
.vc_col-sm-11 .split-hero-banner-inner,
.vc_col-sm-10 .split-hero-banner-inner,
.vc_col-sm-9 .split-hero-banner-inner,
.vc_col-sm-8 .split-hero-banner-inner,
.vc_col-sm-7 .split-hero-banner-inner,
.vc_col-sm-6 .split-hero-banner-inner,
.vc_col-sm-5 .split-hero-banner-inner,
.vc_col-sm-4 .split-hero-banner-inner,
.vc_col-sm-3 .split-hero-banner-inner {
  display: block;
  min-height: auto;
}
.page-sidebar .split-hero-banner-image,
.split-container .split-hero-banner-image,
.container-narrow .split-hero-banner-image,
.vc_col-sm-11 .split-hero-banner-image,
.vc_col-sm-10 .split-hero-banner-image,
.vc_col-sm-9 .split-hero-banner-image,
.vc_col-sm-8 .split-hero-banner-image,
.vc_col-sm-7 .split-hero-banner-image,
.vc_col-sm-6 .split-hero-banner-image,
.vc_col-sm-5 .split-hero-banner-image,
.vc_col-sm-4 .split-hero-banner-image,
.vc_col-sm-3 .split-hero-banner-image {
  height: 25vh;
  width: 100%;
}
.page-sidebar .split-hero-banner-intro,
.split-container .split-hero-banner-intro,
.container-narrow .split-hero-banner-intro,
.vc_col-sm-11 .split-hero-banner-intro,
.vc_col-sm-10 .split-hero-banner-intro,
.vc_col-sm-9 .split-hero-banner-intro,
.vc_col-sm-8 .split-hero-banner-intro,
.vc_col-sm-7 .split-hero-banner-intro,
.vc_col-sm-6 .split-hero-banner-intro,
.vc_col-sm-5 .split-hero-banner-intro,
.vc_col-sm-4 .split-hero-banner-intro,
.vc_col-sm-3 .split-hero-banner-intro {
  display: block;
  width: 100%;
}
.vc_col-sm-4 .split-hero-banner-intro-text,
.vc_col-sm-3 .split-hero-banner-intro-text {
  font-size: 1em;
}
.emphasis {
  margin-left: -15px;
  margin-right: -15px;
  word-break: break-word;
}
.emphasis p {
  font-weight: 300;
  font-size: 1.25em;
}
.emphasis p:last-of-type {
  margin-bottom: 0;
}
.emphasis.condensed-layout p {
  font-size: 1em;
}
.emphasis-box {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .emphasis-box {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .emphasis-box {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .emphasis-box {
    padding: 4.5rem 5rem;
  }
}
.condensed-layout .emphasis-box {
  padding: 0 15px;
}
.emphasis-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 992px) {
  .emphasis-left {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .emphasis-left {
    margin-left: 16.66666667%;
  }
}
.emphasis-left:only-child {
  margin-bottom: 0;
}
.condensed-layout .emphasis-left {
  margin-bottom: 1em;
}
.inline-layout .emphasis-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .inline-layout .emphasis-left {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .inline-layout .emphasis-left {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .inline-layout .emphasis-left {
    font-size: 0.85em;
  }
}
.inline-layout .emphasis-left:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .inline-layout .emphasis-left:only-child {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .inline-layout .emphasis-left:only-child {
    margin-left: 16.66666667%;
  }
}
.emphasis-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .emphasis-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .emphasis-right {
    margin-left: 16.66666667%;
  }
}
.condensed-layout .emphasis-right {
  margin-bottom: 1em;
}
.inline-layout .emphasis-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .inline-layout .emphasis-right {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .inline-layout .emphasis-right {
    margin-left: 0%;
  }
}
.inline-layout .emphasis-right:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .inline-layout .emphasis-right:only-child {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .inline-layout .emphasis-right:only-child {
    margin-left: 16.66666667%;
  }
}
.emphasis-heading {
  margin: 0;
  line-height: 1.25;
}
.emphasis-heading small {
  display: block;
  line-height: 1.5;
}
.container-narrow .emphasis {
  margin-left: -15px;
  margin-right: -15px;
}
.container .emphasis .container {
  width: 100%;
}
.page-sidebar .emphasis .emphasis-box,
.split-container .emphasis .emphasis-box,
.container-narrow .emphasis .emphasis-box,
.vc_col-sm-11 .emphasis .emphasis-box,
.vc_col-sm-10 .emphasis .emphasis-box,
.vc_col-sm-9 .emphasis .emphasis-box,
.vc_col-sm-8 .emphasis .emphasis-box,
.vc_col-sm-7 .emphasis .emphasis-box,
.vc_col-sm-6 .emphasis .emphasis-box,
.vc_col-sm-5 .emphasis .emphasis-box,
.vc_col-sm-4 .emphasis .emphasis-box,
.vc_col-sm-3 .emphasis .emphasis-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .page-sidebar .emphasis .emphasis-box,
  .split-container .emphasis .emphasis-box,
  .container-narrow .emphasis .emphasis-box,
  .vc_col-sm-11 .emphasis .emphasis-box,
  .vc_col-sm-10 .emphasis .emphasis-box,
  .vc_col-sm-9 .emphasis .emphasis-box,
  .vc_col-sm-8 .emphasis .emphasis-box,
  .vc_col-sm-7 .emphasis .emphasis-box,
  .vc_col-sm-6 .emphasis .emphasis-box,
  .vc_col-sm-5 .emphasis .emphasis-box,
  .vc_col-sm-4 .emphasis .emphasis-box,
  .vc_col-sm-3 .emphasis .emphasis-box {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-sidebar .emphasis .emphasis-box,
  .split-container .emphasis .emphasis-box,
  .container-narrow .emphasis .emphasis-box,
  .vc_col-sm-11 .emphasis .emphasis-box,
  .vc_col-sm-10 .emphasis .emphasis-box,
  .vc_col-sm-9 .emphasis .emphasis-box,
  .vc_col-sm-8 .emphasis .emphasis-box,
  .vc_col-sm-7 .emphasis .emphasis-box,
  .vc_col-sm-6 .emphasis .emphasis-box,
  .vc_col-sm-5 .emphasis .emphasis-box,
  .vc_col-sm-4 .emphasis .emphasis-box,
  .vc_col-sm-3 .emphasis .emphasis-box {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-sidebar .emphasis .emphasis-box,
  .split-container .emphasis .emphasis-box,
  .container-narrow .emphasis .emphasis-box,
  .vc_col-sm-11 .emphasis .emphasis-box,
  .vc_col-sm-10 .emphasis .emphasis-box,
  .vc_col-sm-9 .emphasis .emphasis-box,
  .vc_col-sm-8 .emphasis .emphasis-box,
  .vc_col-sm-7 .emphasis .emphasis-box,
  .vc_col-sm-6 .emphasis .emphasis-box,
  .vc_col-sm-5 .emphasis .emphasis-box,
  .vc_col-sm-4 .emphasis .emphasis-box,
  .vc_col-sm-3 .emphasis .emphasis-box {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .emphasis .emphasis-box,
  .split-container .emphasis .emphasis-box,
  .container-narrow .emphasis .emphasis-box,
  .vc_col-sm-11 .emphasis .emphasis-box,
  .vc_col-sm-10 .emphasis .emphasis-box,
  .vc_col-sm-9 .emphasis .emphasis-box,
  .vc_col-sm-8 .emphasis .emphasis-box,
  .vc_col-sm-7 .emphasis .emphasis-box,
  .vc_col-sm-6 .emphasis .emphasis-box,
  .vc_col-sm-5 .emphasis .emphasis-box,
  .vc_col-sm-4 .emphasis .emphasis-box,
  .vc_col-sm-3 .emphasis .emphasis-box {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-sidebar .emphasis .emphasis-box,
  .split-container .emphasis .emphasis-box,
  .container-narrow .emphasis .emphasis-box,
  .vc_col-sm-11 .emphasis .emphasis-box,
  .vc_col-sm-10 .emphasis .emphasis-box,
  .vc_col-sm-9 .emphasis .emphasis-box,
  .vc_col-sm-8 .emphasis .emphasis-box,
  .vc_col-sm-7 .emphasis .emphasis-box,
  .vc_col-sm-6 .emphasis .emphasis-box,
  .vc_col-sm-5 .emphasis .emphasis-box,
  .vc_col-sm-4 .emphasis .emphasis-box,
  .vc_col-sm-3 .emphasis .emphasis-box {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-sidebar .emphasis .emphasis-box,
  .split-container .emphasis .emphasis-box,
  .container-narrow .emphasis .emphasis-box,
  .vc_col-sm-11 .emphasis .emphasis-box,
  .vc_col-sm-10 .emphasis .emphasis-box,
  .vc_col-sm-9 .emphasis .emphasis-box,
  .vc_col-sm-8 .emphasis .emphasis-box,
  .vc_col-sm-7 .emphasis .emphasis-box,
  .vc_col-sm-6 .emphasis .emphasis-box,
  .vc_col-sm-5 .emphasis .emphasis-box,
  .vc_col-sm-4 .emphasis .emphasis-box,
  .vc_col-sm-3 .emphasis .emphasis-box {
    padding-bottom: 5rem;
  }
}
.page-sidebar .emphasis.condensed-layout .emphasis-box,
.split-container .emphasis.condensed-layout .emphasis-box,
.container-narrow .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-11 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-10 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-9 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-8 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-7 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-6 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-5 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-4 .emphasis.condensed-layout .emphasis-box,
.vc_col-sm-3 .emphasis.condensed-layout .emphasis-box {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .page-sidebar .emphasis.inline-layout,
  .split-container .emphasis.inline-layout,
  .container-narrow .emphasis.inline-layout,
  .vc_col-sm-11 .emphasis.inline-layout,
  .vc_col-sm-10 .emphasis.inline-layout,
  .vc_col-sm-9 .emphasis.inline-layout,
  .vc_col-sm-8 .emphasis.inline-layout,
  .vc_col-sm-7 .emphasis.inline-layout,
  .vc_col-sm-6 .emphasis.inline-layout,
  .vc_col-sm-5 .emphasis.inline-layout,
  .vc_col-sm-4 .emphasis.inline-layout,
  .vc_col-sm-3 .emphasis.inline-layout {
    font-size: 0.825em;
  }
}
.page-sidebar .emphasis.inline-layout .emphasis-left,
.split-container .emphasis.inline-layout .emphasis-left,
.container-narrow .emphasis.inline-layout .emphasis-left,
.vc_col-sm-11 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-10 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-9 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-8 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-7 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-6 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-5 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-4 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-3 .emphasis.inline-layout .emphasis-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
}
@media (min-width: 992px) {
  .page-sidebar .emphasis.inline-layout .emphasis-left,
  .split-container .emphasis.inline-layout .emphasis-left,
  .container-narrow .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-11 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-10 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-9 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-8 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-7 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-6 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-left {
    float: left;
    width: 41.66666667%;
  }
}
.page-sidebar .emphasis.inline-layout .emphasis-left:only-child,
.split-container .emphasis.inline-layout .emphasis-left:only-child,
.container-narrow .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-11 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-10 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-9 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-8 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-7 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-6 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-5 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-4 .emphasis.inline-layout .emphasis-left:only-child,
.vc_col-sm-3 .emphasis.inline-layout .emphasis-left:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-sidebar .emphasis.inline-layout .emphasis-left:only-child,
  .split-container .emphasis.inline-layout .emphasis-left:only-child,
  .container-narrow .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-11 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-10 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-9 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-8 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-7 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-6 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-left:only-child,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-left:only-child {
    float: left;
    width: 100%;
  }
}
.page-sidebar .emphasis.inline-layout .emphasis-right,
.split-container .emphasis.inline-layout .emphasis-right,
.container-narrow .emphasis.inline-layout .emphasis-right,
.vc_col-sm-11 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-10 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-9 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-8 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-7 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-6 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-5 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-4 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-3 .emphasis.inline-layout .emphasis-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-sidebar .emphasis.inline-layout .emphasis-right,
  .split-container .emphasis.inline-layout .emphasis-right,
  .container-narrow .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-11 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-10 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-9 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-8 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-7 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-6 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-right {
    float: left;
    width: 58.33333333%;
  }
}
.page-sidebar .emphasis.inline-layout .emphasis-right:only-child,
.split-container .emphasis.inline-layout .emphasis-right:only-child,
.container-narrow .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-11 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-10 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-9 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-8 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-7 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-6 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-5 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-4 .emphasis.inline-layout .emphasis-right:only-child,
.vc_col-sm-3 .emphasis.inline-layout .emphasis-right:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-sidebar .emphasis.inline-layout .emphasis-right:only-child,
  .split-container .emphasis.inline-layout .emphasis-right:only-child,
  .container-narrow .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-11 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-10 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-9 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-8 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-7 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-6 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-right:only-child,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-right:only-child {
    float: left;
    width: 100%;
  }
}
.page-sidebar .emphasis .container,
.split-container .emphasis .container,
.container-narrow .emphasis .container,
.vc_col-sm-11 .emphasis .container,
.vc_col-sm-10 .emphasis .container,
.vc_col-sm-9 .emphasis .container,
.vc_col-sm-8 .emphasis .container,
.vc_col-sm-7 .emphasis .container,
.vc_col-sm-6 .emphasis .container,
.vc_col-sm-5 .emphasis .container,
.vc_col-sm-4 .emphasis .container,
.vc_col-sm-3 .emphasis .container {
  width: 100%;
}
.page-sidebar .emphasis .emphasis-left,
.split-container .emphasis .emphasis-left,
.container-narrow .emphasis .emphasis-left,
.vc_col-sm-11 .emphasis .emphasis-left,
.vc_col-sm-10 .emphasis .emphasis-left,
.vc_col-sm-9 .emphasis .emphasis-left,
.vc_col-sm-8 .emphasis .emphasis-left,
.vc_col-sm-7 .emphasis .emphasis-left,
.vc_col-sm-6 .emphasis .emphasis-left,
.vc_col-sm-5 .emphasis .emphasis-left,
.vc_col-sm-4 .emphasis .emphasis-left,
.vc_col-sm-3 .emphasis .emphasis-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .page-sidebar .emphasis .emphasis-left,
  .split-container .emphasis .emphasis-left,
  .container-narrow .emphasis .emphasis-left,
  .vc_col-sm-11 .emphasis .emphasis-left,
  .vc_col-sm-10 .emphasis .emphasis-left,
  .vc_col-sm-9 .emphasis .emphasis-left,
  .vc_col-sm-8 .emphasis .emphasis-left,
  .vc_col-sm-7 .emphasis .emphasis-left,
  .vc_col-sm-6 .emphasis .emphasis-left,
  .vc_col-sm-5 .emphasis .emphasis-left,
  .vc_col-sm-4 .emphasis .emphasis-left,
  .vc_col-sm-3 .emphasis .emphasis-left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-sidebar .emphasis .emphasis-left,
  .split-container .emphasis .emphasis-left,
  .container-narrow .emphasis .emphasis-left,
  .vc_col-sm-11 .emphasis .emphasis-left,
  .vc_col-sm-10 .emphasis .emphasis-left,
  .vc_col-sm-9 .emphasis .emphasis-left,
  .vc_col-sm-8 .emphasis .emphasis-left,
  .vc_col-sm-7 .emphasis .emphasis-left,
  .vc_col-sm-6 .emphasis .emphasis-left,
  .vc_col-sm-5 .emphasis .emphasis-left,
  .vc_col-sm-4 .emphasis .emphasis-left,
  .vc_col-sm-3 .emphasis .emphasis-left {
    margin-left: 0%;
  }
}
.page-sidebar .emphasis .emphasis-right,
.split-container .emphasis .emphasis-right,
.container-narrow .emphasis .emphasis-right,
.vc_col-sm-11 .emphasis .emphasis-right,
.vc_col-sm-10 .emphasis .emphasis-right,
.vc_col-sm-9 .emphasis .emphasis-right,
.vc_col-sm-8 .emphasis .emphasis-right,
.vc_col-sm-7 .emphasis .emphasis-right,
.vc_col-sm-6 .emphasis .emphasis-right,
.vc_col-sm-5 .emphasis .emphasis-right,
.vc_col-sm-4 .emphasis .emphasis-right,
.vc_col-sm-3 .emphasis .emphasis-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .page-sidebar .emphasis .emphasis-right,
  .split-container .emphasis .emphasis-right,
  .container-narrow .emphasis .emphasis-right,
  .vc_col-sm-11 .emphasis .emphasis-right,
  .vc_col-sm-10 .emphasis .emphasis-right,
  .vc_col-sm-9 .emphasis .emphasis-right,
  .vc_col-sm-8 .emphasis .emphasis-right,
  .vc_col-sm-7 .emphasis .emphasis-right,
  .vc_col-sm-6 .emphasis .emphasis-right,
  .vc_col-sm-5 .emphasis .emphasis-right,
  .vc_col-sm-4 .emphasis .emphasis-right,
  .vc_col-sm-3 .emphasis .emphasis-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-sidebar .emphasis .emphasis-right,
  .split-container .emphasis .emphasis-right,
  .container-narrow .emphasis .emphasis-right,
  .vc_col-sm-11 .emphasis .emphasis-right,
  .vc_col-sm-10 .emphasis .emphasis-right,
  .vc_col-sm-9 .emphasis .emphasis-right,
  .vc_col-sm-8 .emphasis .emphasis-right,
  .vc_col-sm-7 .emphasis .emphasis-right,
  .vc_col-sm-6 .emphasis .emphasis-right,
  .vc_col-sm-5 .emphasis .emphasis-right,
  .vc_col-sm-4 .emphasis .emphasis-right,
  .vc_col-sm-3 .emphasis .emphasis-right {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-8 .emphasis,
  .vc_col-sm-7 .emphasis,
  .vc_col-sm-6 .emphasis {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 992px) {
  .vc_col-sm-8 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-7 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-6 .emphasis.inline-layout .emphasis-left {
    font-size: 0.825em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .emphasis,
  .vc_col-sm-4 .emphasis,
  .vc_col-sm-3 .emphasis {
    font-size: 0.66em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .emphasis.inline-layout,
  .vc_col-sm-4 .emphasis.inline-layout,
  .vc_col-sm-3 .emphasis.inline-layout {
    font-size: 0.66em;
  }
}
.vc_col-sm-5 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-4 .emphasis.inline-layout .emphasis-left,
.vc_col-sm-3 .emphasis.inline-layout .emphasis-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-left,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-left {
    margin-left: 0%;
  }
}
.vc_col-sm-5 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-4 .emphasis.inline-layout .emphasis-right,
.vc_col-sm-3 .emphasis.inline-layout .emphasis-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vc_col-sm-5 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-4 .emphasis.inline-layout .emphasis-right,
  .vc_col-sm-3 .emphasis.inline-layout .emphasis-right {
    margin-left: 0%;
  }
}
.vc_col-sm-2 .emphasis,
.vc_col-sm-1 .emphasis {
  display: none;
}
.page-sidebar .email-sign-up-form-wrapper,
.split-container .email-sign-up-form-wrapper,
.container .email-sign-up-form-wrapper,
.vc_col-sm-10 .email-sign-up-form-wrapper,
.vc_col-sm-9 .email-sign-up-form-wrapper,
.vc_col-sm-8 .email-sign-up-form-wrapper,
.vc_col-sm-7 .email-sign-up-form-wrapper,
.vc_col-sm-6 .email-sign-up-form-wrapper,
.vc_col-sm-5 .email-sign-up-form-wrapper,
.vc_col-sm-4 .email-sign-up-form-wrapper,
.vc_col-sm-3 .email-sign-up-form-wrapper,
.vc_col-sm-2 .email-sign-up-form-wrapper,
.vc_col-sm-1 .email-sign-up-form-wrapper {
  margin: 0 -15px;
}
.page-sidebar .email-sign-up-form-wrapper .container,
.split-container .email-sign-up-form-wrapper .container,
.container .email-sign-up-form-wrapper .container,
.vc_col-sm-10 .email-sign-up-form-wrapper .container,
.vc_col-sm-9 .email-sign-up-form-wrapper .container,
.vc_col-sm-8 .email-sign-up-form-wrapper .container,
.vc_col-sm-7 .email-sign-up-form-wrapper .container,
.vc_col-sm-6 .email-sign-up-form-wrapper .container,
.vc_col-sm-5 .email-sign-up-form-wrapper .container,
.vc_col-sm-4 .email-sign-up-form-wrapper .container,
.vc_col-sm-3 .email-sign-up-form-wrapper .container,
.vc_col-sm-2 .email-sign-up-form-wrapper .container,
.vc_col-sm-1 .email-sign-up-form-wrapper .container,
.page-sidebar .email-sign-up-form-wrapper .container-narrow,
.split-container .email-sign-up-form-wrapper .container-narrow,
.container .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-10 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-9 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-8 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-7 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-6 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-5 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-4 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-3 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-2 .email-sign-up-form-wrapper .container-narrow,
.vc_col-sm-1 .email-sign-up-form-wrapper .container-narrow {
  width: 100%;
}
.email-sign-up-form-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .email-sign-up-form-wrapper {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .email-sign-up-form-wrapper {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .email-sign-up-form-wrapper {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .email-sign-up-form-wrapper {
    padding-bottom: 5rem;
  }
}
.email-sign-up-form-wrapper h1,
.email-sign-up-form-wrapper h2,
.email-sign-up-form-wrapper h3,
.email-sign-up-form-wrapper h4,
.email-sign-up-form-wrapper h5,
.email-sign-up-form-wrapper h6 {
  margin-top: 0;
}
.email-sign-up-form-wrapper .overlay-dark + .email-sign-up-form-container-inner a {
  color: inherit;
}
.email-sign-up-form-wrapper .overlay-dark + .email-sign-up-form-container-inner .gfield_checkbox input:checked + label::after {
  width: 16px;
  height: 21px;
  font-size: 1em;
  text-align: center;
  vertical-align: top;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper .overlay-dark + .email-sign-up-form-container-inner .gfield_checkbox input:checked + label::after {
    width: 18px;
    height: 21px;
  }
}
.email-sign-up-form-wrapper .overlay-dark + .email-sign-up-form-container-inner .gfield_checkbox label::after {
  color: transparent !important;
}
.email-sign-up-form-wrapper .overlay-dark + .email-sign-up-form-container-inner label::before,
.email-sign-up-form-wrapper .overlay-dark + .email-sign-up-form-container-inner label::after {
  color: inherit !important;
  border-color: #fff;
}
.email-sign-up-form-wrapper.bg-primary a {
  color: inherit;
}
.email-sign-up-form-wrapper.bg-primary .gfield_checkbox input:checked + label::after {
  width: 16px;
  height: 21px;
  font-size: 1em;
  text-align: center;
  vertical-align: top;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper.bg-primary .gfield_checkbox input:checked + label::after {
    width: 18px;
    height: 21px;
  }
}
.email-sign-up-form-wrapper.bg-primary .gfield_checkbox label::after {
  color: transparent !important;
}
.email-sign-up-form-wrapper.bg-primary .gfield_checkbox label::before {
  border-color: #fff;
}
.email-sign-up-form-wrapper.bg-primary label::before,
.email-sign-up-form-wrapper.bg-primary label::after {
  color: inherit !important;
  border-color: #fff;
}
.email-sign-up-form-wrapper.bg-primary .gform_footer button {
  background: #5c8124;
}
.email-sign-up-form-wrapper.bg-primary .gform_footer button:hover,
.email-sign-up-form-wrapper.bg-primary .gform_footer button:focus {
  background: #fff;
  color: #5c8124;
  border: 1px solid #5c8124;
}
.email-sign-up-form-wrapper.bg-transparent input[type="email"] {
  background: #f8f8f8;
}
.email-sign-up-form-wrapper.bg-secondary a {
  color: inherit;
}
.email-sign-up-form-wrapper.bg-secondary .gfield_checkbox input:checked + label::after {
  width: 16px;
  height: 21px;
  font-size: 1em;
  text-align: center;
  vertical-align: top;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper.bg-secondary .gfield_checkbox input:checked + label::after {
    width: 18px;
    height: 21px;
  }
}
.email-sign-up-form-wrapper.bg-secondary .gfield_checkbox label::after {
  color: transparent !important;
}
.email-sign-up-form-wrapper.bg-secondary label::before,
.email-sign-up-form-wrapper.bg-secondary label::after {
  color: inherit !important;
  border-color: #fff;
}
.email-sign-up-form-wrapper.bg-secondary .ginput_container_email input {
  border: 0;
}
.email-sign-up-form-wrapper .email-sign-up-form-container-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.email-sign-up-form-wrapper .email-sign-up-form-container-bg-overlay + .email-sign-up-form-container-inner {
  position: relative;
  z-index: 20;
}
.email-sign-up-form-wrapper .wpb_content_element .wpb_wrapper p:last-child {
  margin-bottom: 0;
}
.email-sign-up-form-wrapper .gform_wrapper {
  display: inline-block;
  margin: 0;
}
.email-sign-up-form-wrapper form {
  position: relative;
  margin: 1em 0;
  padding: 0;
  max-width: 450px;
  background: transparent;
}
.email-sign-up-form-wrapper .gform_validation_error ~ .gform_footer button {
  position: relative;
}
.email-sign-up-form-wrapper .gform_heading {
  display: none;
}
.email-sign-up-form-wrapper .gfield {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.email-sign-up-form-wrapper .ginput_container_email input {
  width: 100%;
  padding-right: calc(30% + 1em);
}
.email-sign-up-form-wrapper .gfield_checkbox {
  padding: 0;
}
.email-sign-up-form-wrapper .gfield_checkbox li {
  margin: 0;
}
.email-sign-up-form-wrapper .gfield_checkbox input[type="checkbox"] + label {
  font-size: 0.762rem;
}
.email-sign-up-form-wrapper .gfield_checkbox input[type="checkbox"] + label:after {
  font-size: 1em;
}
.email-sign-up-form-wrapper .gform_footer {
  margin: 0;
}
.email-sign-up-form-wrapper .gform_footer button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  max-width: none;
  height: 3em;
  padding: 1em 0;
  line-height: 1;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper .gform_footer button {
    height: 4em;
  }
}
.read-more {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 2rem;
  transition: margin 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .read-more {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .read-more {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .read-more {
    padding-bottom: 5rem;
  }
}
.read-more.open {
  margin-bottom: 2rem;
  transition: margin 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .read-more.open {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .read-more.open {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .read-more.open {
    margin-bottom: 5rem;
  }
}
.read-more.rm-loading .read-more-btn-wrapper,
.read-more.rm-loading .read-more-overlay {
  opacity: 0;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition: 0.1s ease-in-out opacity;
  -moz-transition: 0.1s ease-in-out opacity;
  -o-transition: 0.1s ease-in-out opacity;
  transition: 0.1s ease-in-out opacity;
}
.read-more.never {
  padding-bottom: 0;
}
.read-more.never .read-more-btn-wrapper,
.read-more.never .read-more-overlay {
  display: none;
}
.read-more.never .read-more-outer {
  min-height: auto;
  height: auto !important;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .read-more.xs {
    padding-bottom: 0;
  }
  .read-more.xs .read-more-btn-wrapper,
  .read-more.xs .read-more-overlay {
    display: none;
  }
  .read-more.xs .read-more-outer {
    min-height: auto;
    height: auto !important;
    overflow: auto;
  }
}
@media screen and (min-width: 992px) {
  .read-more.sm {
    padding-bottom: 0;
  }
  .read-more.sm .read-more-btn-wrapper,
  .read-more.sm .read-more-overlay {
    display: none;
  }
  .read-more.sm .read-more-outer {
    min-height: auto;
    height: auto !important;
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .read-more.md {
    padding-bottom: 0;
  }
  .read-more.md .read-more-btn-wrapper,
  .read-more.md .read-more-overlay {
    display: none;
  }
  .read-more.md .read-more-outer {
    min-height: auto;
    height: auto !important;
    overflow: auto;
  }
}
@media screen and (min-width: 1400px) {
  .read-more.lg {
    padding-bottom: 0;
  }
  .read-more.lg .read-more-btn-wrapper,
  .read-more.lg .read-more-overlay {
    display: none;
  }
  .read-more.lg .read-more-outer {
    min-height: auto;
    height: auto !important;
    overflow: auto;
  }
}
.read-more-inner > .vc_row {
  margin: 0;
}
.read-more-outer {
  position: relative;
  overflow: hidden;
  min-height: 50vw;
  height: 0;
  transition: height 0.4s ease-in 0.2s;
}
@media screen and (min-width: 480px) {
  .read-more-outer {
    min-height: 25vw;
  }
}
@media screen and (min-width: 768px) {
  .read-more-outer {
    min-height: 10em;
  }
}
.open .read-more-outer {
  transition: height 0.4s ease-out;
}
.read-more-overlay {
  position: absolute;
  z-index: 2;
  top: 30%;
  bottom: 2rem;
  left: 0;
  right: 0;
  opacity: 1;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  transition: opacity 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .read-more-overlay {
    bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .read-more-overlay {
    bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .read-more-overlay {
    bottom: 5rem;
  }
}
.open .read-more-overlay {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.read-more-btn-wrapper {
  position: absolute;
  bottom: 2rem;
  z-index: 3;
  left: 0;
  right: 0;
  text-align: center;
  transition: bottom 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .read-more-btn-wrapper {
    bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .read-more-btn-wrapper {
    bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .read-more-btn-wrapper {
    bottom: 5rem;
  }
}
.open .read-more-btn-wrapper {
  bottom: -1em;
  transition: bottom 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .open .read-more-btn-wrapper {
    bottom: 0;
  }
}
.read-more-btn:after {
  display: inline-block;
  margin: 0 0.2em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  vertical-align: text-bottom;
  content: "\e901";
  transition: transform 0.4s linear;
}
.open .read-more-btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.open .read-more-text {
  display: none;
}
.read-less-text {
  display: none;
}
.open .read-less-text {
  display: inline;
}
.alternating-content-item-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-item-wrapper:nth-child(even) .alternating-content-item-image {
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-item-content-container {
    width: 50%;
  }
}
.alternating-content-item-image {
  position: relative;
  margin-bottom: 1rem;
  height: 44.3vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    height: auto;
    width: 50%;
  }
}
.alternating-content-item-inner {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-inner {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .alternating-content-item-inner {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-item-inner {
    padding: 4.5rem 5rem;
  }
}
.alternating-content-item-heading {
  margin: 0;
}
.alternating-content-item-heading + .alternating-content-item-content {
  margin-top: 2em;
}
.alternating-content-item-content p:last-of-type {
  margin-bottom: 0;
}
.alternating-content-item-button {
  margin-top: 1em;
}
.split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
.vc_col-sm-2 .vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-bottom: 1rem;
  height: 44.3vw;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image,
  .vc_col-sm-2 .vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
    height: 400px;
  }
}
.split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container,
.vc_col-sm-2 .vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container {
  width: 100%;
  margin-left: 0;
}
.split-container .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-7 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-6 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-5 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-4 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-3 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container,
.vc_col-sm-2 .vc_col-sm-1 .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
  margin-left: 0;
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-bottom: 1rem;
  height: 44.3vw;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    height: auto;
    width: 33%;
  }
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-content-container {
    width: 66%;
  }
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(odd) .alternating-content-item-content-container {
    margin-left: 33%;
  }
}
@media screen and (min-width: 992px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-wrapper:nth-child(even) .alternating-content-item-image {
    left: 66%;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .alternating-content-item-inner {
    font-size: 0.9em;
    padding: 2em;
  }
}
@media screen and (min-width: 768px) {
  main .vc_row .slider-container .item {
    min-height: calc(60vh - 85px);
  }
}
@media screen and (min-width: 1200px) {
  main .vc_row .slider-container .item {
    min-height: calc(100vh - 85px);
  }
}
@media screen and (min-width: 768px) {
  main .vc_row ~ .vc_row .item {
    min-height: calc(60vh - 85px);
  }
}
main .vc_row ~ .vc_row .slider-scroll-button {
  display: none;
}
.slider-container {
  position: relative;
  margin: 0 -15px;
  overflow: auto;
}
.slider-container.loading .slider-loading-overlay {
  visibility: visible;
  opacity: 1;
}
.slider-container.playing .owl-carousel-play {
  display: none;
}
.slider-container.playing .owl-carousel-stop {
  display: block;
}
.owl-item.active {
  opacity: 1 !important;
}
.slider-item-background {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider-item-background {
    background: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .slider-item-background {
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-item-background.top-left,
  .slider-item-background.middle-left,
  .slider-item-background.bottom-left {
    justify-content: flex-start;
  }
  .slider-item-background.top-right,
  .slider-item-background.middle-right,
  .slider-item-background.bottom-right {
    justify-content: flex-end;
  }
}
.slider-item-background-mobile {
  display: block;
  height: 54vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .slider-item-background-mobile {
    display: none;
  }
}
.owl-carousel-control-button {
  padding: 0 1em;
  font-size: 0.857em;
  text-transform: uppercase;
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .owl-carousel-control-button {
    padding: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #000;
  }
}
.slider-play-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  white-space: nowrap;
}
.owl-carousel-stop {
  display: none;
}
.owl-carousel-stop:before {
  position: relative;
  top: 1px;
  margin-right: .5em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e034";
}
.owl-carousel-play:before {
  position: relative;
  top: 1px;
  margin-right: .5em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e038";
}
.slider-loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.slider-loading-overlay:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -0.3em;
  width: 0.6em;
  height: 0.6em;
  font-size: 10px;
  text-indent: 100%;
  border-radius: 0.5em;
  content: "\e93d";
  -webkit-animation: spinner-loader 2s infinite linear;
  -o-animation: spinner-loader 2s infinite linear;
  animation: spinner-loader 2s infinite linear;
  overflow: hidden;
}
.slider-owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slider-owl-overlay {
    display: none;
  }
  .overlay-dark + .slider-owl-item-inner .slide-owl-item-inner-heading-container,
  .overlay-light + .slider-owl-item-inner .slide-owl-item-inner-heading-container,
  .overlay-primary + .slider-owl-item-inner .slide-owl-item-inner-heading-container,
  .overlay-secondary + .slider-owl-item-inner .slide-owl-item-inner-heading-container {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .overlay-half .slider-owl-item-inner {
    width: 50%;
  }
  .overlay-half.top-center .slider-owl-overlay,
  .overlay-half.center .slider-owl-overlay,
  .overlay-half.bottom-center .slider-owl-overlay {
    right: 25%;
    left: 25%;
  }
  .overlay-half.top-left .slider-owl-overlay,
  .overlay-half.middle-left .slider-owl-overlay,
  .overlay-half.bottom-left .slider-owl-overlay {
    right: 50%;
  }
  .overlay-half.top-right .slider-owl-overlay,
  .overlay-half.middle-right .slider-owl-overlay,
  .overlay-half.bottom-right .slider-owl-overlay {
    left: 50%;
  }
}
.slider-owl-item-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slider-owl-item-inner.top-left,
  .slider-owl-item-inner.middle-left,
  .slider-owl-item-inner.bottom-left {
    text-align: left;
  }
  .slider-owl-item-inner.top-right,
  .slider-owl-item-inner.middle-right,
  .slider-owl-item-inner.bottom-right {
    text-align: right;
  }
  .slider-owl-item-inner.top-center,
  .slider-owl-item-inner.top-left,
  .slider-owl-item-inner.top-right {
    align-self: flex-start;
  }
  .slider-owl-item-inner.center,
  .slider-owl-item-inner.middle-left,
  .slider-owl-item-inner.middle-right {
    align-self: center;
  }
  .slider-owl-item-inner.bottom-center,
  .slider-owl-item-inner.bottom-left,
  .slider-owl-item-inner.bottom-right {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .slider-owl-carousel {
    padding-bottom: 1em;
  }
}
.slider-owl-carousel .item {
  position: relative;
}
.slider-owl-carousel .item:before,
.slider-owl-carousel .item:after {
  content: " ";
  display: table;
}
.slider-owl-carousel .item:after {
  clear: both;
}
.slider-owl-carousel .item:before,
.slider-owl-carousel .item:after {
  content: " ";
  display: table;
}
.slider-owl-carousel .item:after {
  clear: both;
}
.slider-owl-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide-owl-item-inner-heading-container {
  margin: 0 auto;
  padding: 2em 1.5em;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .slide-owl-item-inner-heading-container {
    padding: 5em;
  }
}
.slide-owl-item-inner-heading {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .slide-owl-item-inner-heading {
    font-size: 4vw;
  }
}
.slide-owl-item-inner-description {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .slide-owl-item-inner-description {
    max-width: 50vw;
  }
}
.slide-owl-item-inner-description p:last-child {
  margin-bottom: 1rem;
}
.slider-item-button-wrapper {
  display: block;
}
.control-bottom .owl-dots,
.control-top .owl-dots {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 1em;
  counter-reset: dots;
}
.control-bottom .owl-dot,
.control-top .owl-dot {
  position: relative;
  display: inline-block;
  padding: 0;
}
.control-bottom .owl-dot:not(.active),
.control-top .owl-dot:not(.active) {
  opacity: .5;
}
.control-bottom .owl-dot span,
.control-top .owl-dot span {
  margin: .4em;
}
@media screen and (min-width: 768px) {
  .control-bottom {
    bottom: 0;
  }
}
.control-bottom .owl-dots {
  bottom: -0.5em;
}
.control-left .owl-dots {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  counter-reset: dots;
}
.control-left .owl-dot {
  display: block;
}
.control-left .owl-dot:not(.active) {
  opacity: .5;
}
.control-right .owl-dots {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  counter-reset: dots;
}
.control-right .owl-dot {
  display: block;
}
.control-right .owl-dot:not(.active) {
  opacity: .5;
}
@media screen and (min-width: 768px) {
  .control-top {
    top: 0;
  }
}
.control-top .owl-dots {
  top: 0;
}
.owl-dot {
  position: relative;
  padding: .5em;
}
.owl-dot span {
  display: block;
  margin: .5em;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  background: #cd274e;
}
@media screen and (min-width: 768px) {
  .owl-dot span {
    background: #fff;
    box-shadow: 0 1px 1px #000;
  }
}
.owl-dot:focus,
.owl-dot.active {
  outline: none;
}
.owl-dot:focus span,
.owl-dot.active span {
  background: #cd274e;
}
.owl-dot:hover span {
  background: #cd274e;
}
.slider-scroll-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  display: none;
  padding: 0;
  text-shadow: 0 1px 1px #000;
  color: #fff;
  background: none;
  border: 0;
  transform: translateZ(0) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .slider-scroll-button {
    display: block;
  }
}
.slider-scroll-button:hover,
.slider-scroll-button:focus {
  text-decoration: none;
}
.slider-scroll-button:hover::after,
.slider-scroll-button:focus::after {
  color: #cd274e;
  outline: none;
}
.slider-scroll-button::after {
  font-size: 2em;
  color: inherit;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container .location-detail-bar-container.container,
.vc_col-sm-10 .location-detail-bar-container.container,
.vc_col-sm-9 .location-detail-bar-container.container,
.vc_col-sm-8 .location-detail-bar-container.container,
.vc_col-sm-7 .location-detail-bar-container.container,
.vc_col-sm-6 .location-detail-bar-container.container,
.vc_col-sm-5 .location-detail-bar-container.container,
.vc_col-sm-4 .location-detail-bar-container.container,
.vc_col-sm-3 .location-detail-bar-container.container,
.vc_col-sm-2 .location-detail-bar-container.container,
.vc_col-sm-1 .location-detail-bar-container.container {
  width: 100%;
}
.location-detail-bar-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .location-detail-bar-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .location-detail-bar-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .location-detail-bar-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .location-detail-bar-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .location-detail-bar-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .location-detail-bar-wrapper {
    margin-bottom: 5rem;
  }
}
.location-detail-bar-container {
  padding: 1em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.page-sidebar .location-detail-column,
.split-container .location-detail-column,
.container-narrow .location-detail-column,
.vc_col-sm-6 .location-detail-column {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .page-sidebar .location-detail-column,
  .split-container .location-detail-column,
  .container-narrow .location-detail-column,
  .vc_col-sm-6 .location-detail-column {
    width: 50%;
  }
}
.vc_col-sm-5 .location-detail-column,
.vc_col-sm-4 .location-detail-column,
.vc_col-sm-3 .location-detail-column,
.vc_col-sm-2 .location-detail-column,
.vc_col-sm-1 .location-detail-column {
  width: 100%;
}
.location-detail-column {
  padding: .5em;
  width: 100%;
  flex-grow: 1;
}
@media screen and (min-width: 480px) {
  .location-detail-column {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .location-detail-column {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .location-detail-column {
    width: auto;
  }
}
.location-detail-name {
  font-family: inherit;
  font-weight: bold;
  font-size: 1.5em;
}
.location-detail-logo {
  max-width: 100%;
}
.location-detail-map img {
  max-width: 400px;
}
.location-details-address {
  margin-bottom: 1em;
}
.location-details-contact a {
  display: block;
}
.location-detail-hours {
  align-self: flex-start;
}
.location-detail-hour-title {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  font-size: 1em;
}
.location-detail-hour-listing p:last-of-type {
  margin-bottom: 0;
}
.navbar-search {
  position: static;
  float: right;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .navbar-search {
    margin-right: -15px;
  }
}
.navbar-search.open .navbar-search-button {
  background-color: #cd274e;
  color: #fff;
}
.right-slideout .primary-navbar-toggle + .navbar-search {
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .right-slideout .primary-navbar-toggle + .navbar-search {
    margin-right: 0;
  }
}
.navbar-search-button {
  display: block;
  margin-left: 0;
}
.navbar-search-button.dropdown-toggle:after {
  display: none;
}
.navbar-search-dropdown-menu {
  margin: 0;
  padding: 1em 0;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #cd274e;
  border-radius: 0;
  background-clip: border-box;
}
@media screen and (min-width: 768px) {
  .navbar-search-dropdown-menu {
    padding: 1.5em 0;
  }
}
.navbar-search-form {
  position: relative;
}
.navbar-search-form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-search-form-control {
  width: 100%;
  height: 3em !important;
  padding: .5em 5em .5em .5em !important;
  color: #000;
  font-size: 1em !important;
  box-shadow: none;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.navbar-search-form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}
.navbar-search-form-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  color: #777;
  background: none;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
}
.navbar-search-form-submit-button:hover,
.navbar-search-form-submit-button:focus {
  color: #333;
}
.navbar-search-form-submit-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.navbar-search-form-submit-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hero-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero-wrapper {
    padding-top: 200px;
    margin-top: 0;
    background-size: auto 56vw;
    background-position: top center;
  }
}
.hero-wrapper.full-height {
  min-height: 56vw;
}
@media screen and (min-width: 992px) {
  .hero-wrapper.full-height {
    height: 100vh;
    min-height: 0;
  }
}
.hero-wrapper.playing .hero-video-control-play {
  display: none;
}
.hero-wrapper.playing .hero-video-control-pause {
  display: inline-block;
}
.hero-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero-banner-overlay {
    bottom: auto;
    height: 100%;
  }
}
.hero-content-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.hero-content-inner {
  position: relative;
  z-index: 20;
  display: table-cell;
  padding: 2em 1em;
  vertical-align: bottom;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-content-inner {
    padding: 5em;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .hero-content-inner.top-left {
    text-align: left;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .hero-content-inner.bottom-left {
    text-align: left;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .hero-content-inner.top-right {
    text-align: right;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .hero-content-inner.bottom-right {
    text-align: right;
    vertical-align: bottom;
  }
}
.hero-content-inner.mobile-overlay-dark {
  background: #000;
}
@media screen and (min-width: 768px) {
  .hero-content-inner.mobile-overlay-dark {
    background: none;
  }
}
.hero-content-inner.mobile-overlay-light {
  background: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .hero-content-inner.mobile-overlay-light {
    background: none;
  }
}
.hero-content-inner.mobile-overlay-primary {
  background: #cd274e;
}
@media screen and (min-width: 768px) {
  .hero-content-inner.mobile-overlay-primary {
    background: none;
  }
}
.hero-logo {
  margin-bottom: 0.5em;
  max-width: 100%;
}
.hero-banner-main-heading {
  margin: 0;
  font-family: inherit;
  color: inherit;
}
.hero-banner-sub-heading {
  margin: 0;
  font-family: inherit;
  color: inherit;
}
.hero-content-description {
  font-family: "futura-pt", sans-serif;
  color: inherit;
}
.hero-content-description p:last-of-type {
  margin-bottom: 1em;
}
.hero-video {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hero-video {
    display: block;
  }
}
.hero-video-control {
  margin-top: 1em;
  font-family: inherit;
  font-size: .895em;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: none;
  opacity: 1;
}
.hero-video-control-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-video-control-container {
    position: relative;
    display: block;
    z-index: 20;
  }
}
.hero-video-control-pause {
  display: none;
  color: #fff;
  border-radius: 10em;
  padding: 0.25em 1em;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
  transition-property: color, background;
}
.hero-video-control-pause:hover,
.hero-video-control-pause:focus {
  color: #000;
  background-color: #fff;
}
.hero-video-control-pause:before {
  font-size: .8em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: '||';
}
.hero-video-control-play {
  display: inline-block;
  color: #fff;
  border-radius: 10em;
  padding: 0.25em 1em;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
  transition-property: color, background;
}
.hero-video-control-play:hover,
.hero-video-control-play:focus {
  color: #000;
  background-color: #fff;
}
.hero-video-control-play:before {
  font-size: .8em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: "\e037";
}
.hero-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero-video-wrapper {
    height: 200px;
  }
}
.hero-video-wrapper iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-scroll-button {
  z-index: 10;
  position: absolute;
  bottom: 1em;
  left: 50%;
  display: none;
  background: none;
  border: none;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .hero-scroll-button {
    display: block;
  }
}
.hero-scroll-button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  color: #fff;
  content: "\e901";
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: 0.1s ease-in-out color;
  -moz-transition: 0.1s ease-in-out color;
  -o-transition: 0.1s ease-in-out color;
  transition: 0.1s ease-in-out color;
}
.hero-scroll-button:hover:before,
.hero-scroll-button:focus:before {
  color: #000;
}
.container-narrow .logo-wrapper .container,
.container .logo-wrapper .container {
  width: 100%;
}
.logo-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .logo-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .logo-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .logo-wrapper {
    margin-bottom: 5rem;
  }
}
.logo-wrapper-heading {
  margin: 1em 0;
  text-align: center;
}
.logo-items-wrapper {
  padding: 1em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-items-wrapper:empty {
  display: none;
}
.logo-item {
  padding: 1em;
}
.logo-item-link {
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition: 0.1s ease-in-out opacity;
  -moz-transition: 0.1s ease-in-out opacity;
  -o-transition: 0.1s ease-in-out opacity;
  transition: 0.1s ease-in-out opacity;
}
.logo-item-link:hover,
.logo-item-link:focus {
  opacity: .7;
}
.container .quoteblock .container,
.container-narrow .quoteblock .container,
.container .quoteblock .container-narrow,
.container-narrow .quoteblock .container-narrow {
  width: 100%;
  padding: 0;
}
.blockquote-container {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2em;
  word-break: break-word;
}
.blockquote-container blockquote {
  position: relative;
  margin: 0;
  padding: 30px 15px;
  max-width: 720px;
  background-color: #fcf9f5;
  border: 2px solid transparent;
  background-position: top right;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .blockquote-container blockquote {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .blockquote-container blockquote {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .blockquote-container blockquote {
    padding: 4.5rem 5rem;
  }
}
.blockquote-container blockquote:after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3em;
  color: #cd274e;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  content: '“';
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .blockquote-container blockquote:after {
    top: 0.2em;
    font-size: 4em;
  }
}
.blockquote-container blockquote.text-center {
  margin-left: auto;
  margin-right: auto;
}
.blockquote-container blockquote.text-left {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .blockquote-container blockquote.text-left {
    padding-left: 2em;
  }
}
.blockquote-container blockquote.text-right {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .blockquote-container blockquote.text-right {
    padding-right: 2em;
  }
}
.blockquote-container cite {
  display: block;
  padding-top: 1em;
  font-size: 0.66em;
  color: #000;
}
.blockquote-content {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.vc_col-sm-11 .quoteblock .container,
.vc_col-sm-10 .quoteblock .container,
.vc_col-sm-9 .quoteblock .container,
.vc_col-sm-8 .quoteblock .container,
.vc_col-sm-7 .quoteblock .container,
.vc_col-sm-6 .quoteblock .container,
.vc_col-sm-11 .quoteblock .container-narrow,
.vc_col-sm-10 .quoteblock .container-narrow,
.vc_col-sm-9 .quoteblock .container-narrow,
.vc_col-sm-8 .quoteblock .container-narrow,
.vc_col-sm-7 .quoteblock .container-narrow,
.vc_col-sm-6 .quoteblock .container-narrow {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-11 .blockquote-container,
  .vc_col-sm-10 .blockquote-container,
  .vc_col-sm-9 .blockquote-container,
  .vc_col-sm-8 .blockquote-container,
  .vc_col-sm-7 .blockquote-container,
  .vc_col-sm-6 .blockquote-container {
    font-size: 0.9em;
  }
}
.vc_col-sm-11 .blockquote-container blockquote,
.vc_col-sm-10 .blockquote-container blockquote,
.vc_col-sm-9 .blockquote-container blockquote,
.vc_col-sm-8 .blockquote-container blockquote,
.vc_col-sm-7 .blockquote-container blockquote,
.vc_col-sm-6 .blockquote-container blockquote {
  max-width: 100%;
}
.vc_col-sm-5 .quoteblock .container,
.vc_col-sm-4 .quoteblock .container,
.vc_col-sm-3 .quoteblock .container,
.vc_col-sm-5 .quoteblock .container-narrow,
.vc_col-sm-4 .quoteblock .container-narrow,
.vc_col-sm-3 .quoteblock .container-narrow {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .blockquote-container,
  .vc_col-sm-4 .blockquote-container,
  .vc_col-sm-3 .blockquote-container {
    font-size: 0.792em;
  }
}
.vc_col-sm-5 .blockquote-container blockquote,
.vc_col-sm-4 .blockquote-container blockquote,
.vc_col-sm-3 .blockquote-container blockquote {
  max-width: 100%;
}
.vc_col-sm-2 .quoteblock,
.vc_col-sm-1 .quoteblock {
  display: none;
}
.social-links-navbar {
  order: 8;
}
.navbar-nav.social-links-list {
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  list-style: none;
  font-size: 1.5em;
}
.navbar-nav.social-links-list > li {
  display: inline-block;
  margin: 0 0.25em;
}
.navbar-nav.social-links-list > li > a {
  padding: 0;
}
.slideout .navbar-nav.social-links-list {
  margin: 0;
  text-align: center;
  font-size: 2em;
}
.slideout .navbar-nav.social-links-list > li {
  display: inline-block;
}
.slideout .navbar-nav.social-links-list > li a {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
footer .navbar-nav.social-links-list {
  margin: 0;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .navbar-nav.social-links-list {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  footer .navbar-nav.social-links-list > li {
    margin-left: 0;
    margin-right: 0.5em;
  }
}
footer .navbar-nav.social-links-list > li > a {
  padding: 0;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: 0.1s ease-in-out color;
  -moz-transition: 0.1s ease-in-out color;
  -o-transition: 0.1s ease-in-out color;
  transition: 0.1s ease-in-out color;
}
footer .navbar-nav.social-links-list > li > a:hover,
footer .navbar-nav.social-links-list > li > a:focus {
  color: #cd274e;
  text-decoration: none;
  background-color: transparent;
}
.social-listing-wrapper {
  float: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}
.social-listing-wrapper:before,
.social-listing-wrapper:after {
  content: " ";
  display: table;
}
.social-listing-wrapper:after {
  clear: both;
}
.social-listing-wrapper:before,
.social-listing-wrapper:after {
  content: " ";
  display: table;
}
.social-listing-wrapper:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .social-listing-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .social-listing-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .social-listing-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .social-listing-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .social-listing-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .social-listing-wrapper {
    margin-bottom: 5rem;
  }
}
.social-listing-wrapper .social-listing-title {
  margin: 0;
}
.social-listing-wrapper .social-listing-title.social-listing-inline {
  display: inline-block;
}
.social-listing-wrapper .social-listing.social-listing-inline {
  display: inline-block;
  margin-left: 1em;
}
.social-listing-wrapper .social-links-list {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.social-listing-wrapper .social-links-list-item {
  float: none;
}
.social-listing-wrapper .social-link {
  margin-top: 1em;
  line-height: 1;
}
.social-listing-wrapper .social-link:hover,
.social-listing-wrapper .social-link:focus {
  background: none;
}
.split-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  word-break: break-word;
}
@media (min-width: 992px) {
  .split-content {
    float: left;
    width: 50%;
  }
}
.split-content:nth-child(odd) {
  clear: both;
}
@media screen and (min-width: 992px) {
  .split-content:nth-child(odd) .split-content-image,
  .split-content:nth-child(odd) .split-content-body {
    margin-left: -15px;
    margin-right: 0.5rem;
  }
  .split-content:nth-child(odd) .split-content-heading,
  .split-content:nth-child(odd) .split-content-inner {
    margin-left: auto;
    margin-right: 0;
    max-width: 472.5px;
  }
}
@media screen and (min-width: 992px) {
  .split-content:nth-child(even) .split-content-image,
  .split-content:nth-child(even) .split-content-body {
    margin-left: 0.5rem;
    margin-right: -15px;
  }
  .split-content:nth-child(even) .split-content-heading,
  .split-content:nth-child(even) .split-content-inner {
    margin-left: 0;
    margin-right: auto;
    max-width: 472.5px;
  }
}
.split-content:only-child,
.split-content:nth-child(2n-1):last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .split-content:only-child,
  .split-content:nth-child(2n-1):last-child {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .split-content:only-child .split-content-image,
  .split-content:nth-child(2n-1):last-child .split-content-image,
  .split-content:only-child .split-content-body,
  .split-content:nth-child(2n-1):last-child .split-content-body {
    margin-left: -15px;
    margin-right: -15px;
  }
  .split-content:only-child .split-content-heading,
  .split-content:nth-child(2n-1):last-child .split-content-heading,
  .split-content:only-child .split-content-inner,
  .split-content:nth-child(2n-1):last-child .split-content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
.split-content p:last-of-type {
  margin-bottom: 0;
}
.split-content-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
  padding-bottom: 0;
  min-height: 75vw;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .split-content-image {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-content-image {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-content-image {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .split-content-image {
    padding-bottom: 0;
    min-height: 50vh;
  }
}
.split-content-body {
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .split-content-body {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-content-body {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-content-body {
    padding: 4.5rem 5rem;
  }
}
.no-image + .split-content-body {
  padding-top: 2rem;
}
.split-content-inner {
  position: relative;
}
.split-content-heading {
  position: relative;
  z-index: 1;
  width: 100%;
}
.split-content-heading h3 {
  padding: 2rem 1rem;
  margin: 0;
  margin-bottom: -1rem;
}
.no-image .split-content-heading h3 {
  margin-bottom: 0;
}
.split-content-emphasis {
  margin: 0 1rem 2rem;
}
.split-content-emphasis p {
  font-weight: 300;
  font-size: 1.25em;
}
.split-content-content {
  margin: 0 1rem 2rem;
}
.split-content-link {
  display: inline-block;
  margin: 0 1rem 2rem;
  font-size: 1.2em;
  line-height: 1.2;
  color: #5c8124;
  font-weight: 600;
}
.split-content-link:hover,
.split-content-link:focus {
  text-decoration: none;
}
.split-content-link .icon {
  margin-left: 0.25em;
}
.page-sidebar .split-content-image,
.split-container .split-content-image,
.container-narrow .split-content-image,
.vc_col-sm-11 .split-content-image,
.vc_col-sm-10 .split-content-image,
.vc_col-sm-9 .split-content-image,
.vc_col-sm-8 .split-content-image,
.vc_col-sm-7 .split-content-image,
.vc_col-sm-6 .split-content-image,
.vc_col-sm-5 .split-content-image,
.vc_col-sm-4 .split-content-image,
.vc_col-sm-3 .split-content-image,
.page-sidebar .split-content-body,
.split-container .split-content-body,
.container-narrow .split-content-body,
.vc_col-sm-11 .split-content-body,
.vc_col-sm-10 .split-content-body,
.vc_col-sm-9 .split-content-body,
.vc_col-sm-8 .split-content-body,
.vc_col-sm-7 .split-content-body,
.vc_col-sm-6 .split-content-body,
.vc_col-sm-5 .split-content-body,
.vc_col-sm-4 .split-content-body,
.vc_col-sm-3 .split-content-body {
  padding: 2rem;
}
.page-sidebar .split-content-image,
.split-container .split-content-image,
.container-narrow .split-content-image,
.vc_col-sm-11 .split-content-image,
.vc_col-sm-10 .split-content-image,
.vc_col-sm-9 .split-content-image,
.vc_col-sm-8 .split-content-image,
.vc_col-sm-7 .split-content-image,
.vc_col-sm-6 .split-content-image,
.vc_col-sm-5 .split-content-image,
.vc_col-sm-4 .split-content-image,
.vc_col-sm-3 .split-content-image {
  padding-bottom: 0;
}
.vc_col-sm-2 .split-content,
.vc_col-sm-1 .split-content {
  display: none;
}
.old-browser {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 1em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.old-browser-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  font-size: 1.5em;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition: 0.1s ease-in-out opacity;
  -moz-transition: 0.1s ease-in-out opacity;
  -o-transition: 0.1s ease-in-out opacity;
  transition: 0.1s ease-in-out opacity;
}
.old-browser-close:hover,
.old-browser-close:focus {
  color: #fff;
  opacity: .6;
}
.old-browser-text {
  margin: 3em 0;
}
@media screen and (min-width: 768px) {
  .old-browser-text {
    margin: 4em 0;
  }
}
.old-browser-close-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.image-bar {
  position: relative;
  text-align: center;
}
.image-bar .owl-stage {
  margin: 0 auto;
}
.image-bar .owl-dots {
  display: none;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .image-bar .owl-dots {
    display: block;
  }
}
.image-bar .owl-dot {
  display: inline-block;
  padding: .25em;
}
.image-bar .owl-dot span {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #d4d4d4;
}
.image-bar .owl-dot:hover:not(.active) span,
.image-bar .owl-dot:focus:not(.active) span {
  background-color: #000;
}
.image-bar .owl-dot.active span {
  background-color: #cd274e;
}
.image-bar-heading-icon {
  display: inline-block;
}
.image-bar-list {
  padding: 0;
}
.image-item {
  list-style: none;
}
.image-item.img-instagram .image-bar-list-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}
.image-bar-list-item-link {
  display: block;
  overflow: hidden;
}
.image-bar-list-item-link:hover .image-bar-list-image,
.image-bar-list-item-link:focus .image-bar-list-image {
  transform: scale(1.02);
}
.image-bar-list-image {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.image-feed-control {
  padding: .5em 1em;
  color: #cd274e;
  font-size: 1em;
  line-height: 1;
  background: none;
  border: 0;
  border-radius: 0;
}
.image-feed-control:hover:not([disabled]),
.image-feed-control:focus:not([disabled]) {
  color: #000;
}
.image-feed-control[disabled] {
  opacity: .33;
}
.instagram-link-wrapper {
  margin: 1em 0;
  display: block;
}
.image-bar-empty {
  padding: 1em;
  list-style-type: none;
  color: #dfbe93;
  font-family: inherit;
  line-height: 1.5;
  border-width: 2px;
  border-style: solid;
  border-color: #ead6ba;
  background: #fcf9f5;
}
.pretty-pdf-link-container {
  display: inline-block;
  padding: 1em 0.5em;
  max-width: 100%;
  overflow: hidden;
  font-size: 2.5vw;
}
@media screen and (min-width: 480px) {
  .pretty-pdf-link-container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .pretty-pdf-link-container {
    font-size: 0.875em;
  }
}
.pretty-pdf-link-inner {
  position: relative;
  display: block;
  padding: 2em;
  width: 18em;
  max-width: 100%;
  min-height: 20em;
  color: #cd274e;
  background-color: #fcf9f5;
}
.pretty-pdf-link-inner:before,
.pretty-pdf-link-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  transition: border .3s ease;
}
.pretty-pdf-link-inner:before {
  border-width: 1.5em 1.5em 0 0;
  border-color: #fff transparent transparent transparent;
}
.pretty-pdf-link-inner:after {
  border-width: 0 0 1.5em 1.5em;
  border-color: transparent transparent #f0e1ce transparent;
}
.pretty-pdf-link-inner:hover,
.pretty-pdf-link-inner:focus {
  text-decoration: none;
  color: #a21f3e;
  cursor: pointer;
}
.pretty-pdf-link-inner:hover:before,
.pretty-pdf-link-inner:focus:before {
  border-width: 3.5em 3.5em 0 0;
}
.pretty-pdf-link-inner:hover:after,
.pretty-pdf-link-inner:focus:after {
  border-width: 0 0 3.5em 3.5em;
}
.pretty-pdf-link-inner.ppt {
  color: #5c8124;
}
.pretty-pdf-link-inner.ppt:hover,
.pretty-pdf-link-inner.ppt:focus {
  color: #405919;
}
.pretty-pdf-link-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 13.5em;
}
.pretty-pdf-link-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5.5em;
  transform: translate(-50%, -35%);
}
.pretty-pdf-text {
  display: block;
  padding-bottom: 0.5em;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.9em;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-8 .pretty-pdf-link-container,
  .vc_col-sm-7 .pretty-pdf-link-container,
  .vc_col-sm-6 .pretty-pdf-link-container {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .pretty-pdf-link-container,
  .vc_col-sm-4 .pretty-pdf-link-container,
  .vc_col-sm-3 .pretty-pdf-link-container {
    font-size: 0.66em;
  }
}
.vc_col-sm-5 .align-none .pretty-pdf-link-container,
.vc_col-sm-4 .align-none .pretty-pdf-link-container,
.vc_col-sm-3 .align-none .pretty-pdf-link-container {
  display: block;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-2 .pretty-pdf-link-container,
  .vc_col-sm-1 .pretty-pdf-link-container {
    font-size: 0.33em;
  }
}
.vc_col-sm-2 .align-none .pretty-pdf-link-container,
.vc_col-sm-1 .align-none .pretty-pdf-link-container {
  display: block;
}
.simple-hours {
  margin-bottom: 1rem;
  text-align: center;
  font-family: inherit;
  color: #fff;
  background: #000;
}
.simple-hours-status {
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .simple-hours-status {
    margin-top: 1.5em;
  }
}
.simple-hours-status:last-child {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .simple-hours-status:last-child {
    margin-bottom: 1.5em;
  }
}
.simple-hours-status span {
  display: inline-block;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .container .simple-hours-status,
  .container-narrow .simple-hours-status {
    margin-top: 1em;
  }
  .container .simple-hours-status:last-child,
  .container-narrow .simple-hours-status:last-child {
    margin-bottom: 1em;
  }
}
.simple-hours-message {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .simple-hours-message {
    margin-bottom: 1.5em;
  }
}
.simple-hours-message:first-child {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .simple-hours-message:first-child {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .container .simple-hours-message,
  .container-narrow .simple-hours-message {
    margin-bottom: 1em;
  }
  .container .simple-hours-message:first-child,
  .container-narrow .simple-hours-message:first-child {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-8 .simple-hours,
  .vc_col-sm-7 .simple-hours,
  .vc_col-sm-6 .simple-hours {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .simple-hours,
  .vc_col-sm-4 .simple-hours,
  .vc_col-sm-3 .simple-hours {
    font-size: 0.66em;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-2 .simple-hours,
  .vc_col-sm-1 .simple-hours {
    display: none;
  }
}
.simple-image-bar,
.gallery-bar {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-bar {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  word-break: break-word;
}
.gallery-bar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-bar-overlay.none {
  display: none;
}
.gallery-bar-heading {
  position: relative;
}
.gallery-bar-content,
.gallery-bar-button {
  position: relative;
  margin-top: 2em;
  text-align: center;
}
.gallery-bar-content p:last-of-type,
.gallery-bar-button p:last-of-type {
  margin-bottom: 2em;
}
.gallery-bar-button {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .gallery-bar-button {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .gallery-bar-button {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .gallery-bar-button {
    margin-bottom: 5rem;
  }
}
.gallery-bar-button.loading .icon {
  display: inline-block;
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.gallery-bar-button.loading .icon:before {
  content: "\e93d";
}
.simple-image-bar-list,
.gallery-bar-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-image-bar-list li,
.gallery-bar-list li {
  float: left;
  overflow: hidden;
}
.count-1 .simple-image-bar-list li,
.count-1 .gallery-bar-list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .count-1 .simple-image-bar-list li,
  .count-1 .gallery-bar-list li {
    width: 50%;
  }
  .count-1 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-1 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-2 .simple-image-bar-list li,
.count-2 .gallery-bar-list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .count-2 .simple-image-bar-list li,
  .count-2 .gallery-bar-list li {
    width: 50%;
  }
  .count-2 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-2 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-3 .simple-image-bar-list li,
.count-3 .gallery-bar-list li {
  width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .count-3 .simple-image-bar-list li,
  .count-3 .gallery-bar-list li {
    width: 50%;
  }
  .count-3 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-3 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-4 .simple-image-bar-list li,
.count-4 .gallery-bar-list li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .count-4 .simple-image-bar-list li,
  .count-4 .gallery-bar-list li {
    width: 50%;
  }
  .count-4 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-4 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-5 .simple-image-bar-list li,
.count-5 .gallery-bar-list li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .count-5 .simple-image-bar-list li,
  .count-5 .gallery-bar-list li {
    width: 50%;
  }
  .count-5 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-5 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-6 .simple-image-bar-list li,
.count-6 .gallery-bar-list li {
  width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .count-6 .simple-image-bar-list li,
  .count-6 .gallery-bar-list li {
    width: 50%;
  }
  .count-6 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-6 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-7 .simple-image-bar-list li,
.count-7 .gallery-bar-list li {
  width: 14.28571429%;
}
@media screen and (max-width: 767px) {
  .count-7 .simple-image-bar-list li,
  .count-7 .gallery-bar-list li {
    width: 50%;
  }
  .count-7 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-7 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-8 .simple-image-bar-list li,
.count-8 .gallery-bar-list li {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .count-8 .simple-image-bar-list li,
  .count-8 .gallery-bar-list li {
    width: 50%;
  }
  .count-8 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-8 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-9 .simple-image-bar-list li,
.count-9 .gallery-bar-list li {
  width: 11.11111111%;
}
@media screen and (max-width: 767px) {
  .count-9 .simple-image-bar-list li,
  .count-9 .gallery-bar-list li {
    width: 50%;
  }
  .count-9 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-9 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-10 .simple-image-bar-list li,
.count-10 .gallery-bar-list li {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .count-10 .simple-image-bar-list li,
  .count-10 .gallery-bar-list li {
    width: 50%;
  }
  .count-10 .simple-image-bar-list li:last-child:nth-child(odd),
  .count-10 .gallery-bar-list li:last-child:nth-child(odd) {
    display: none;
  }
}
.count-hide .simple-image-bar-list li,
.count-hide .gallery-bar-list li {
  display: none;
}
.count-all .simple-image-bar-list li,
.count-all .gallery-bar-list li {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .count-all .simple-image-bar-list li,
  .count-all .gallery-bar-list li {
    width: 33%;
  }
}
.simple-image-bar-list li img,
.gallery-bar-list li img {
  width: 100%;
}
.gallery-img-button {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-img-button:before {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  transition: opacity 0.2s ease-in-out;
}
.gallery-img-button:after {
  position: absolute;
  opacity: 0;
  padding: 0.5em;
  font-size: 2em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-color: #cd274e;
  content: "\e413";
  transition: opacity 0.2s ease-in-out;
}
.gallery-img-button:hover:before,
.gallery-img-button:focus:before,
.gallery-img-button:hover:after,
.gallery-img-button:focus:after {
  opacity: 1;
}
.gallery-img-button.loading:before {
  opacity: 1;
}
.gallery-img-button.loading:after {
  border-radius: 10em;
  opacity: 1;
  content: "\e93d";
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.modal-gallery {
  margin: 0;
  color: #000;
}
.modal.fade .modal-gallery {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-gallery .gallery-close {
  position: absolute;
  padding: 0.5em;
  top: 0;
  right: 0;
  z-index: 1041;
  font-size: 2em;
  color: #cd274e;
  opacity: 1;
  background-color: #fcf9f5;
}
.modal-gallery .gallery-close:hover,
.modal-gallery .gallery-close:focus {
  color: #a21f3e;
}
.modal-gallery .modal-content {
  width: 100vw;
  height: 100vh;
  border: 0;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.gallery-modal-carousel .owl-stage-outer,
.gallery-modal-carousel .owl-stage,
.gallery-modal-carousel .owl-item {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel .owl-stage-outer,
  .gallery-modal-carousel .owl-stage,
  .gallery-modal-carousel .owl-item {
    height: 75vh;
  }
  .hide-thumbnails .gallery-modal-carousel .owl-stage-outer,
  .hide-thumbnails .gallery-modal-carousel .owl-stage,
  .hide-thumbnails .gallery-modal-carousel .owl-item {
    height: 100vh;
  }
}
.gallery-modal-carousel .owl-item {
  position: relative;
  z-index: 1;
}
.gallery-modal-carousel .gallery-modal-carousel-item {
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel .gallery-modal-carousel-item.full-image {
    background-size: cover;
  }
}
.gallery-modal-carousel .gallery-modal-carousel-caption {
  position: relative;
  margin-bottom: 5em;
  width: 100%;
  padding: 1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel .gallery-modal-carousel-caption {
    margin-bottom: 0;
    padding-right: 20%;
    font-size: 1.4em;
  }
}
.gallery-modal-carousel .gallery-modal-carousel-caption:after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 400%;
  background: linear-gradient(to top, #000 0%, transparent 43%, transparent 100%);
  content: '';
}
.hide-captions .gallery-modal-carousel .gallery-modal-carousel-caption {
  display: none;
}
.gallery-modal-carousel .gallery-modal-carousel-caption span {
  position: relative;
  z-index: 1;
}
.gallery-modal-carousel .owl-nav {
  position: absolute;
  z-index: 1041;
  right: 0;
  bottom: 1em;
  display: block;
  color: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel .owl-nav {
    right: 1em;
    bottom: 0;
  }
}
.gallery-modal-carousel .owl-prev,
.gallery-modal-carousel .owl-next {
  display: inline-block;
  padding: 1em;
  background: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.43);
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel .owl-prev,
  .gallery-modal-carousel .owl-next {
    padding: 1.5em;
  }
  .hide-thumbnails .gallery-modal-carousel .owl-prev,
  .hide-thumbnails .gallery-modal-carousel .owl-next {
    font-size: 1.5em;
  }
}
.gallery-modal-carousel .owl-prev:hover,
.gallery-modal-carousel .owl-next:hover,
.gallery-modal-carousel .owl-prev:focus,
.gallery-modal-carousel .owl-next:focus {
  color: #a21f3e;
  outline: none;
}
.gallery-modal-carousel .owl-prev:before,
.gallery-modal-carousel .owl-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8em;
}
.gallery-modal-carousel .owl-prev.disabled,
.gallery-modal-carousel .owl-next.disabled {
  opacity: .3;
  cursor: not-allowed;
}
.gallery-modal-carousel .owl-prev:before {
  content: "\e903";
}
.gallery-modal-carousel .owl-next:before {
  content: "\e947";
}
.gallery-modal-carousel-control-overlay {
  position: absolute;
  bottom: 0;
  display: none;
  z-index: 5500;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel-control-overlay {
    display: block;
  }
}
.gallery-modal-carousel-control-overlay-left {
  left: 0;
  background: linear-gradient(to right, #cd274e 10%, transparent 100%);
}
.gallery-modal-carousel-control-overlay-right {
  right: 0;
  background: linear-gradient(to left, #cd274e 10%, transparent 100%);
}
.gallery-modal-carousel-controller {
  position: absolute !important;
  z-index: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: none !important;
  width: auto;
  height: 25vh;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .gallery-modal-carousel-controller {
    display: block !important;
    padding: 1em;
  }
}
.gallery-modal-carousel-controller .owl-item.current .gallery-modal-carousel-item {
  border-width: 1em;
}
.gallery-modal-carousel-controller .gallery-modal-carousel-item {
  height: 100%;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: center;
  border: 0 solid #cd274e;
  border-radius: 0;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.gallery-modal-carousel-controller .gallery-modal-carousel-item:hover,
.gallery-modal-carousel-controller .gallery-modal-carousel-item:focus {
  outline: none;
  border-width: 0.5em;
}
.promo-link-box-wrapper {
  position: relative;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  -webkit-transition: 0.1s ease-in-out transform;
  -moz-transition: 0.1s ease-in-out transform;
  -o-transition: 0.1s ease-in-out transform;
  transition: 0.1s ease-in-out transform;
}
.promo-link-box-wrapper:hover,
.promo-link-box-wrapper:focus {
  text-decoration: none;
  transform: scale(1.01);
}
.promo-link-box-inner {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .promo-link-box-inner {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .promo-link-box-inner {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .promo-link-box-inner {
    padding: 4.5rem 5rem;
  }
}
.career-perks {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.111em;
}
@media screen and (min-width: 768px) {
  .career-perks {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .career-perks {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .career-perks {
    margin-bottom: 5rem;
  }
}
.career-perks-heading {
  margin-bottom: 1em;
  text-align: center;
}
.career-perks-introduction {
  margin-bottom: 2em;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 1.238em;
  letter-spacing: 0em;
}
@media screen and (min-width: 992px) {
  .career-perks-introduction {
    font-size: 1.444em;
  }
}
.perks {
  font-size: 1rem;
}
.perks:before,
.perks:after {
  content: " ";
  display: table;
}
.perks:after {
  clear: both;
}
.perks:before,
.perks:after {
  content: " ";
  display: table;
}
.perks:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container-narrow .perks,
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .perks {
    font-size: 0.825rem;
  }
  .split-screen .perks {
    font-size: 0.75rem;
  }
}
.perks-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -1rem;
}
.perks-list {
  margin: 0;
  padding: 0 0.5em;
  list-style-type: none;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .perks-list {
    text-align: center;
  }
}
.perks-item {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 1em 0.5em;
  margin: 0;
  width: 100%;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .perks-item {
    width: 50%;
  }
  .container-narrow .perks-item,
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .perks-item {
    font-size: 0.825rem;
  }
  .split-screen .perks-item {
    font-size: 0.75rem;
  }
  .perks-item:nth-child(2n).active .perk-information {
    right: 0.5em;
    left: calc((100% - 0.5em) * -1);
  }
}
@media screen and (min-width: 992px) {
  .perks-item {
    width: 33.33333333%;
  }
  .perks-item:nth-child(2n).active .perk-information {
    right: calc((100% - 0.5em) * -1);
    left: 0.5em;
  }
  .perks-item:nth-child(3n).active .perk-information,
  .perks-item:nth-last-child(3n - 2):last-child.active .perk-information {
    right: 0.5em;
    left: calc((100% - 0.5em) * -1);
  }
}
@media screen and (min-width: 1400px) {
  .perks-item {
    width: 25%;
  }
  .perks-item:nth-child(2n).active .perk-information {
    right: calc((100% - 0.5em) * -1);
    left: 0.5em;
  }
  .perks-item:nth-child(3n).active .perk-information {
    right: calc((100% - 0.5em) * -1);
    left: 0.5em;
  }
  .perks-item:nth-child(4n).active .perk-information,
  .perks-item:nth-last-child(4n - 1):last-child.active .perk-information {
    right: 0.5em;
    left: calc((100% - 0.5em) * -1);
  }
}
.perks-item.active .perk-information-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.perks-item.active .perk-information {
  display: block;
  height: auto;
  opacity: 1;
  transition: height 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
}
.perks-item.active .perk-information .perk-information-close {
  display: inherit;
}
.perks-item.active .perk-information .perk-item-content {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.4s;
}
@media screen and (min-width: 768px) {
  .perks-item.active .perk-information {
    right: calc((100% - 0.5em) * -1);
    z-index: 2;
    padding: 1em;
    transition: opacity 0.2s ease-in-out 0s, right 0.2s ease-in-out 0.2s, left 0.2s ease-in-out 0.2s, z-index 0s ease-in-out 0s;
  }
}
.perk-item-button {
  display: block;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #cd274e;
  background-color: #fcf9f5;
  border: 2px transparent solid;
  transition: 0.2s background ease-in-out;
}
.perk-item-button > .content {
  padding: 2em;
}
.container-narrow .perk-item-button > .content,
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .perk-item-button > .content,
.split-screen .perk-item-button > .content {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .perk-item-button {
    position: relative;
    font-size: 1.095em;
  }
  .perk-item-button:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 46.31578947%;
  }
  .perk-item-button > .content {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .container-narrow .perk-item-button > .content,
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .perk-item-button > .content,
  .split-screen .perk-item-button > .content {
    padding: 0 1em;
  }
}
@media screen and (min-width: 1600px) {
  .perk-item-button {
    font-size: 1.2em;
  }
}
.perk-item-button:not(:disabled):hover,
.perk-item-button:not(:disabled):focus {
  outline: none;
  background-color: #fff;
}
.perk-item-button:disabled {
  cursor: default;
  pointer-events: none;
}
.perk-item-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .perk-item-content {
    padding: 0;
    justify-content: center;
  }
}
.no-flexboxlegacy .perk-item-content {
  display: table;
}
.no-flexboxlegacy .perk-item-button .perk-item-content {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.perk-item-icon {
  display: inline-block;
  flex: 0 0 auto;
  padding-right: 0.5em;
  font-size: 2em;
  line-height: 1;
  vertical-align: middle;
  color: #cd274e;
}
.no-flexboxlegacy .perk-item-icon {
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .container-narrow .perk-item-icon,
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .perk-item-icon,
  .split-screen .perk-item-icon {
    font-size: 1.5em;
  }
}
.perk-item-text {
  display: inline-block;
  flex: 0 1 auto;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1.2;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .perk-item-text {
    max-height: 100%;
  }
}
.no-flexboxlegacy .perk-item-text {
  display: table-cell;
}
.perk-information {
  position: relative;
  height: 0;
  width: 100%;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background: #fcf9f5;
  overflow: hidden;
  opacity: 0;
  border-bottom: 2px solid #cd274e;
  transition: height 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .perk-information {
    position: absolute;
    top: 0;
    left: 0.5em;
    right: 0.5em;
    bottom: 1em;
    padding: 1em;
    height: auto;
    width: auto;
    z-index: -1;
    background: #fff;
    border: 2px solid #cd274e;
    transition: opacity 0.2s ease-in-out 0.5s, right 0.4s ease-in-out 0.2s, left 0.4s ease-in-out 0.2s, z-index 0s ease-in-out 0.7s;
  }
  .perk-information .perk-item-content {
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
  }
}
.perk-information .perk-item-text {
  font-size: 0.9em;
}
.perk-information p:last-of-type {
  margin-bottom: 0;
}
.perk-information .perk-information-close,
.perk-information .perk-item-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .perk-information .perk-item-icon {
    display: inherit;
  }
}
.perk-information-close {
  position: absolute;
  padding: 0;
  top: 0.5em;
  right: 1em;
  color: #cd274e;
  font-size: 1rem;
  line-height: 1;
  background: transparent;
  border: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .perk-information-close {
    right: 0.5em;
  }
  .container-narrow .perk-information-close,
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .perk-information-close,
  .split-screen .perk-information-close {
    top: 0.25em;
    right: 0.25em;
  }
}
:disabled .perk-information-close {
  display: none;
}
.perk-information-close-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sitemap-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  column-count: 2;
}
@media screen and (min-width: 768px) {
  .sitemap-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .sitemap-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .sitemap-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .sitemap-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .sitemap-wrapper {
    margin-bottom: 5rem;
  }
}
.sitemap-item {
  break-inside: avoid;
}
.sitemap-item h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.content-column-wrapper {
  column-gap: 2em;
  columns: 1;
}
@media screen and (min-width: 768px) {
  .content-column-wrapper.column-count-2,
  .content-column-wrapper.column-count-3,
  .content-column-wrapper.column-count-4 {
    columns: 2;
  }
}
@media screen and (min-width: 992px) {
  .content-column-wrapper.column-count-3,
  .content-column-wrapper.column-count-4 {
    columns: 3;
  }
}
@media screen and (min-width: 1200px) {
  .content-column-wrapper.column-count-4 {
    columns: 4;
  }
}
.content-column-wrapper h1,
.content-column-wrapper h2,
.content-column-wrapper h3,
.content-column-wrapper h4,
.content-column-wrapper h5,
.content-column-wrapper h6 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .content-column-wrapper p:only-of-type:last-child {
    -webkit-column-break-before: always;
    break-before: column;
  }
}
@media screen and (min-width: 992px) {
  .container .content-column-wrapper.column-count-4 {
    columns: 3;
  }
}
@media screen and (min-width: 992px) {
  .container-narrow .content-column-wrapper.column-count-3,
  .page-sidebar .content-column-wrapper.column-count-3,
  .split-screen .content-column-wrapper.column-count-3,
  .container-narrow .content-column-wrapper.column-count-4,
  .page-sidebar .content-column-wrapper.column-count-4,
  .split-screen .content-column-wrapper.column-count-4 {
    columns: 2;
  }
}
.testimonial {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
  margin-bottom: 1rem;
  background: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .testimonial {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .testimonial {
    padding: 4.5rem 5rem;
  }
}
.container .vc_row:not([data-vc-stretch-content="true"]) .testimonial,
.container-narrow .vc_row:not([data-vc-stretch-content="true"]) .testimonial,
.split-screen .vc_row:not([data-vc-stretch-content="true"]) .testimonial,
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .testimonial {
  font-size: 0.875em;
}
.container .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container,
.container-narrow .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container,
.split-screen .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container,
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container,
.container .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container-narrow,
.container-narrow .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container-narrow,
.split-screen .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container-narrow,
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .testimonial .container-narrow {
  width: 100%;
  padding: 0;
}
.container > .testimonial,
.container-narrow > .testimonial,
.split-screen > .testimonial,
.page-sidebar > .testimonial {
  font-size: 0.875em;
}
.container > .testimonial .container,
.container-narrow > .testimonial .container,
.split-screen > .testimonial .container,
.page-sidebar > .testimonial .container,
.container > .testimonial .container-narrow,
.container-narrow > .testimonial .container-narrow,
.split-screen > .testimonial .container-narrow,
.page-sidebar > .testimonial .container-narrow {
  width: 100%;
  padding: 0;
}
.testimonial-container {
  position: relative;
  font-size: 1.2em;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.testimonial-photo {
  display: inline-block;
  margin-bottom: 1em;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .testimonial-photo {
    display: block;
    flex: 0 1 33%;
    order: 1;
    margin-bottom: 0;
    max-width: none;
  }
  .text-center > .testimonial-photo {
    margin-right: 2em;
  }
  .text-left > .testimonial-photo {
    margin-right: 2em;
  }
  .text-right > .testimonial-photo {
    order: 2;
    margin-left: 2em;
  }
}
.testimonial-photo img {
  max-width: 100%;
}
.testimonial-content {
  position: relative;
  flex: 0 2 auto;
  order: 2;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media screen and (min-width: 768px) {
  .testimonial-content {
    margin-left: 2em;
    margin-right: 2em;
  }
  .text-right > .testimonial-content {
    order: 1;
  }
  .testimonial-content:only-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonial-content:after {
  position: absolute;
  left: -0.25em;
  top: 0;
  font-size: 3.6rem;
  color: #cd274e;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  content: '“';
  transform: translateX(-50%);
}
.text-center > .testimonial-content:after {
  left: -0.25em;
}
@media screen and (min-width: 768px) {
  .testimonial-content:after {
    left: -0.5em;
    font-size: 4.8rem;
  }
}
p.testimonial-content-author-name {
  display: block;
  margin-bottom: 1em;
  font-size: 0.75em;
  color: #000;
}
.vc_col-sm-11 .testimonial .container,
.vc_col-sm-10 .testimonial .container,
.vc_col-sm-9 .testimonial .container,
.vc_col-sm-8 .testimonial .container,
.vc_col-sm-7 .testimonial .container,
.vc_col-sm-6 .testimonial .container,
.vc_col-sm-11 .testimonial .container-narrow,
.vc_col-sm-10 .testimonial .container-narrow,
.vc_col-sm-9 .testimonial .container-narrow,
.vc_col-sm-8 .testimonial .container-narrow,
.vc_col-sm-7 .testimonial .container-narrow,
.vc_col-sm-6 .testimonial .container-narrow {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-11 .testimonial-container,
  .vc_col-sm-10 .testimonial-container,
  .vc_col-sm-9 .testimonial-container,
  .vc_col-sm-8 .testimonial-container,
  .vc_col-sm-7 .testimonial-container,
  .vc_col-sm-6 .testimonial-container {
    font-size: 0.9em;
  }
}
.vc_col-sm-11 .testimonial-container .testimonial-content,
.vc_col-sm-10 .testimonial-container .testimonial-content,
.vc_col-sm-9 .testimonial-container .testimonial-content,
.vc_col-sm-8 .testimonial-container .testimonial-content,
.vc_col-sm-7 .testimonial-container .testimonial-content,
.vc_col-sm-6 .testimonial-container .testimonial-content {
  max-width: 100%;
}
.vc_col-sm-11 .testimonial-container .testimonial-content:after,
.vc_col-sm-10 .testimonial-container .testimonial-content:after,
.vc_col-sm-9 .testimonial-container .testimonial-content:after,
.vc_col-sm-8 .testimonial-container .testimonial-content:after,
.vc_col-sm-7 .testimonial-container .testimonial-content:after,
.vc_col-sm-6 .testimonial-container .testimonial-content:after {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-11 .testimonial-container .testimonial-content:after,
  .vc_col-sm-10 .testimonial-container .testimonial-content:after,
  .vc_col-sm-9 .testimonial-container .testimonial-content:after,
  .vc_col-sm-8 .testimonial-container .testimonial-content:after,
  .vc_col-sm-7 .testimonial-container .testimonial-content:after,
  .vc_col-sm-6 .testimonial-container .testimonial-content:after {
    font-size: 3.6rem;
  }
}
.vc_col-sm-5 .testimonial .container,
.vc_col-sm-4 .testimonial .container,
.vc_col-sm-3 .testimonial .container,
.vc_col-sm-5 .testimonial .container-narrow,
.vc_col-sm-4 .testimonial .container-narrow,
.vc_col-sm-3 .testimonial .container-narrow {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .testimonial-container,
  .vc_col-sm-4 .testimonial-container,
  .vc_col-sm-3 .testimonial-container {
    font-size: 0.792em;
  }
}
.vc_col-sm-5 .testimonial-container .testimonial-content,
.vc_col-sm-4 .testimonial-container .testimonial-content,
.vc_col-sm-3 .testimonial-container .testimonial-content {
  max-width: 100%;
}
.vc_col-sm-5 .testimonial-container .testimonial-content:after,
.vc_col-sm-4 .testimonial-container .testimonial-content:after,
.vc_col-sm-3 .testimonial-container .testimonial-content:after {
  font-size: 2.376rem;
}
@media screen and (min-width: 768px) {
  .vc_col-sm-5 .testimonial-container .testimonial-content:after,
  .vc_col-sm-4 .testimonial-container .testimonial-content:after,
  .vc_col-sm-3 .testimonial-container .testimonial-content:after {
    font-size: 3.168rem;
  }
}
.vc_col-sm-2 .testimonial,
.vc_col-sm-1 .testimonial {
  display: none;
}
.sticky-footer-button {
  color: #fff;
  background-color: #cd274e;
  border: 0;
}
.sticky-footer-button:hover,
.sticky-footer-button:focus {
  background: #b82346;
}
.sticky-footer-button.has-feedback-button {
  bottom: 5em;
}
@media screen and (min-width: 768px) {
  .sticky-footer-button.has-feedback-button {
    bottom: 4em;
  }
}
.sticky-footer-button .icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  text-align: center;
}
#sticky-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100vh - 3rem);
  color: #fff;
  background-color: #cd274e;
  z-index: 1072;
  transform: translateY(100%);
  transition: transform .4s;
}
#sticky-footer.hide-below-xs {
  display: none;
}
@media screen and (min-width: 480px) {
  #sticky-footer.hide-below-xs {
    display: block;
  }
}
#sticky-footer.hide-below-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  #sticky-footer.hide-below-sm {
    display: block;
  }
}
#sticky-footer.hide-below-md {
  display: none;
}
@media screen and (min-width: 992px) {
  #sticky-footer.hide-below-md {
    display: block;
  }
}
#sticky-footer.hide-below-lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  #sticky-footer.hide-below-lg {
    display: block;
  }
}
#sticky-footer h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
#sticky-footer p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#sticky-footer .close {
  align-self: flex-start;
  color: white;
  text-shadow: none;
  opacity: .5;
}
#sticky-footer .close:focus,
#sticky-footer .close:hover {
  opacity: 1;
}
#sticky-footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-height: calc(100vh - 5rem);
  overflow: auto;
}
#sticky-footer .image {
  display: none;
}
@media screen and (min-width: 768px) {
  #sticky-footer .container {
    display: flex;
    align-items: center;
  }
  #sticky-footer .container:before,
  #sticky-footer .container:after {
    display: none;
  }
  #sticky-footer .close {
    order: 10;
  }
  #sticky-footer .content {
    flex-grow: 1;
    padding-left: 2rem;
    font-size: .875em;
  }
  #sticky-footer .image {
    flex-shrink: 0;
    display: block;
    width: 150px;
  }
  #sticky-footer .image img {
    max-width: 100%;
  }
}
#sticky-footer.show-bar {
  box-shadow: 0 0 20px rgba(94, 94, 94, 0.4);
  transform: translateY(0);
}
.page-404 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-404 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-404 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-404 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-404 {
    margin-bottom: 5rem;
  }
}
.page-404-heading-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-404-heading-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-404-heading-column {
    margin-left: 8.33333333%;
  }
}
.page-404-content-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-404-content-column {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .page-404-content-column {
    float: left;
    width: 50%;
  }
}
.page-404-heading {
  margin: 0;
  text-align: left;
}
.page-404-heading strong {
  display: block;
  font-family: inherit;
  font-size: 2em;
  line-height: .75;
  letter-spacing: 0em;
  color: #cd274e;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.page-404-heading small {
  display: block;
  font-size: 0.66em;
  color: inherit;
  font-weight: 500;
  margin-bottom: 1em;
}
.page-404-content-heading {
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.page-404-content {
  margin-bottom: 1em;
}
.page-404-content p:last-of-type {
  margin-bottom: 2em;
}
.page-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100vh;
}
.split-container {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  max-width: 1850px;
}
.split-page-left-side {
  margin-top: 2rem;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .split-page-left-side {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-left-side {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-page-left-side {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .split-page-left-side {
    width: 75%;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .split-page-left-side {
    margin-top: 2.64rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-left-side {
    width: 50%;
  }
}
.split-page-left-side .container,
.split-page-left-side .container-narrow {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .split-page-left-side .container,
  .split-page-left-side .container-narrow {
    padding-left: 0;
  }
}
.split-page-right-side-affix {
  height: 100vh;
  width: 25vw;
}
@media screen and (min-width: 1200px) {
  .split-page-right-side-affix {
    width: 50vw;
  }
}
.split-page-right-side-affix.affix-top {
  position: relative;
}
.split-page-right-side-affix.affix {
  position: fixed !important;
  top: 0;
}
.split-page-right-side-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .split-page-right-side-content {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-right-side-content {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .split-page-right-side-content {
    padding: 4.5rem 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .split-page-right-side-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.split-page-right-side-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .split-page-right-side-content h1 {
    font-size: 4vw;
  }
}
.split-page-right-side-bg {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  background-color: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .split-page-right-side-bg {
    display: block;
    left: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .split-page-right-side-bg {
    left: 50%;
  }
}
.page-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100vh;
}
.page-sidebar {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  .page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .container {
    width: 100%;
  }
}
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .container .container,
.page-sidebar .vc_row:not([data-vc-stretch-content="true"]) .container .container-narrow {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.page-sidebar-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sidebar-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-sidebar-left {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar-left {
    padding: 0;
  }
}
.page-sidebar-left:empty {
  display: none;
}
.page-sidebar-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sidebar-right {
    float: left;
    width: 66.66666667%;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar-right {
    padding: 0;
  }
}
.page-sidebar-left:empty + .page-sidebar-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sidebar-left:empty + .page-sidebar-right {
    float: left;
    width: 100%;
  }
}
.internal-sidebar {
  position: relative;
  display: block;
  margin-bottom: 2em;
  background-color: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .internal-sidebar {
    font-size: 0.857em;
  }
}
.sidebar-menu {
  padding: 1em 0;
}
.sidebar-menu .current-page-ancestor a,
.sidebar-menu .current-menu-item a,
.sidebar-menu .menu-header {
  font-weight: 700;
}
.sidebar-menu .current-page-ancestor a {
  color: #000;
}
.sidebar-menu .current-menu-item a {
  background-color: #fff;
}
.sidebar-menu .menu-header {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.sidebar-heading {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.857em;
}
@media screen and (min-width: 768px) {
  .sidebar-heading {
    display: none;
    margin-bottom: 0;
    font-size: 1em;
  }
}
.sidebar-heading-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  color: #fff;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 0;
  background-color: #cd274e;
}
@media screen and (min-width: 768px) {
  .sidebar-heading-button {
    padding-bottom: 0;
    font: inherit;
    color: inherit;
    background: none;
    cursor: default;
  }
}
.sidebar-heading-button:hover,
.sidebar-heading-button:focus,
.sidebar-heading-button.in {
  outline: none;
  background-color: #cd274e;
}
@media screen and (min-width: 768px) {
  .sidebar-heading-button:hover,
  .sidebar-heading-button:focus,
  .sidebar-heading-button.in {
    background: none;
  }
}
.sidebar-heading-button.in::after {
  transform: rotate(0deg);
}
.sidebar-heading-button::before,
.sidebar-heading-button::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 1em;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sidebar-heading-button::before,
  .sidebar-heading-button::after {
    display: none;
  }
}
.sidebar-heading-button::after {
  transform: rotate(90deg);
}
.sidebar-collapse {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .sidebar-collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
.search-search-bar {
  margin: 0 -15px 1em;
  padding: 1.3em 0;
  background-color: #cd274e;
}
@media screen and (min-width: 768px) {
  .search-search-bar-container {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .search-search-bar-container {
    padding: 0 15px;
  }
}
.search-search-bar-form {
  position: relative;
}
.search-search-bar-form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-search-bar-form-control[type="text"] {
  width: 100%;
  height: auto;
  padding: .5em 5em .5em .5em;
  color: #000;
  font-size: 1em;
  box-shadow: none;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.search-search-bar-form-control[type="text"]:hover,
.search-search-bar-form-control[type="text"]:focus {
  border-color: #000;
  outline: none;
  box-shadow: none;
}
.search-search-bar-form-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  color: #000;
  font-size: 1em;
  background: none;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
}
.search-search-bar-form-submit-button:hover,
.search-search-bar-form-submit-button:focus {
  color: #cd274e;
}
.search-search-bar-form-submit-button::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.search-search-bar-form-submit-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-search-bar-form-submit-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.search-sidebar-heading {
  display: block;
}
.search-sidebar-type {
  display: block;
  padding: 0;
  margin: 0;
}
.search-sidebar-type + .search-sidebar-type {
  margin-top: .25em;
}
.search-sidebar-type-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 3em;
  text-align: left;
  color: #000;
  border: 0;
  border-radius: 0;
  background: none;
  outline: none;
}
.search-sidebar-type-button:hover,
.search-sidebar-type-button:focus {
  color: #cd274e;
}
.search-sidebar-type-button:hover:before,
.search-sidebar-type-button:focus:before {
  border-color: #cd274e;
}
.search-sidebar-type-button.active {
  color: #000;
}
.search-sidebar-type-button.active::before {
  color: #000;
}
.search-sidebar-type-button::before {
  position: absolute;
  top: 50%;
  left: 1em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  font-size: .875em;
  color: transparent;
  text-align: center;
  border: 1px solid #000;
  content: "\e876";
  transform: translateY(-50%);
}
.search-results-range {
  font-size: 0.857em;
  padding: 1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search-results-range {
    float: left;
  }
}
.search-results-pagination-item-button-icon {
  font-size: .8em;
}
.search-results-list {
  display: block;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .search-results-list {
    margin: 0 1em;
  }
}
.search-result {
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.search-result + .search-result {
  border-top: 1px solid #f0f0f0;
}
.search-result-link {
  padding: 1em 2em;
  display: block;
}
.search-result-link:before,
.search-result-link:after {
  content: " ";
  display: table;
}
.search-result-link:after {
  clear: both;
}
.search-result-link:before,
.search-result-link:after {
  content: " ";
  display: table;
}
.search-result-link:after {
  clear: both;
}
.search-result-link:hover,
.search-result-link:focus {
  text-decoration: none;
  background: #fcf9f5;
}
.search-result-link:hover .search-result-heading:after,
.search-result-link:focus .search-result-heading:after {
  left: .2em;
}
.search-result-heading {
  color: #cd274e;
  margin: 1rem 0;
  font-size: 1.429rem;
}
.search-result-heading:after {
  position: relative;
  top: 2px;
  left: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
  -webkit-transition: left;
  -o-transition: left;
  transition: left;
  -webkit-transition: 0.1s ease-in-out left;
  -moz-transition: 0.1s ease-in-out left;
  -o-transition: 0.1s ease-in-out left;
  transition: 0.1s ease-in-out left;
}
.search-result-meta {
  display: block;
  margin-bottom: 1em;
  font-size: 0.857em;
  color: #000;
}
.search-result-meta-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result-meta-category::after {
  content: ',';
}
.search-result-meta-category:last-child::after {
  display: none;
}
p.search-result-excerpt {
  margin-bottom: 1em;
  font-size: 1em;
  color: #000;
}
@media screen and (min-width: 992px) {
  .search-results-no-results {
    padding-top: 1.5em;
  }
}
.search-results-no-results-heading {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .search-results-no-results-heading {
    margin-bottom: 1em;
  }
}
.learning-items:before,
.learning-items:after {
  content: " ";
  display: table;
}
.learning-items:after {
  clear: both;
}
.learning-items:before,
.learning-items:after {
  content: " ";
  display: table;
}
.learning-items:after {
  clear: both;
}
.learning-header {
  margin: 0 !important;
}
.learning-header .container {
  margin-bottom: 1em;
}
.learning-filter-bar-search .input-search {
  height: 3rem;
}
.learning-filter-bar-search .icon-search {
  font-size: 1em;
}
.learning-item-heading {
  font-family: inherit;
}
.learning-item-link {
  color: #000;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  -webkit-transition: 0.1s ease-in-out background;
  -moz-transition: 0.1s ease-in-out background;
  -o-transition: 0.1s ease-in-out background;
  transition: 0.1s ease-in-out background;
}
.learning-item-link:hover,
.learning-item-link:focus {
  background: #fcf9f5 !important;
}
.btn-learning-item {
  color: #fff !important;
}
.btn-learning-item:hover,
.btn-learning-item:focus {
  color: #cd274e !important;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  margin-top: 2rem;
}
.single-blog-date {
  margin-top: 1em;
}
.tt-dataset:empty + .tt-dataset:empty + .tt-dataset:empty + .tt-dataset:empty::before {
  content: 'We found no results - please try your search again.';
  padding: 15px 50px;
  font-size: 23px;
  display: block;
}
label > * {
  pointer-events: none;
}
.alert-bar-close:focus,
.alert-bar-close:hover {
  color: inherit;
  background-color: #c02549;
}
.alert-bar-link {
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  -webkit-transition: 0.1s ease-in-out background-color 0.1s;
  -moz-transition: 0.1s ease-in-out background-color 0.1s;
  -o-transition: 0.1s ease-in-out background-color 0.1s;
  transition: 0.1s ease-in-out background-color 0.1s;
}
.alert-bar-link .alert-bar-message-secondary:after {
  display: inline-block;
  margin-left: .375em;
  font-size: .75em;
  content: "\e946";
}
.alert-bar-link:focus,
.alert-bar-link:hover {
  background-color: #c02549;
}
.alert-bar-message {
  padding-right: 2.8em;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .alert-bar-message {
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-align: center;
  }
}
.breadcrumb {
  margin-bottom: 2rem;
  text-align: center;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 1rem;
}
.breadcrumb a + a::before,
.breadcrumb span + a::before,
.breadcrumb a + span::before,
.breadcrumb span + span::before {
  content: "\e947";
  color: #5c8124;
}
.breadcrumb_last {
  font-weight: 500;
}
.navbar {
  margin: 0;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 100%;
  height: auto;
}
.nav > li > a {
  padding-left: .5em;
  padding-right: .5em;
}
@media screen and (min-width: 1200px) {
  .nav > li > a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 1400px) {
  .nav > li > a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.navbar-brand-link {
  display: inline-block;
}
.navbar-collapse.in {
  position: absolute;
  z-index: 2000;
}
.navbar-collapse.slideout .navbar-nav .open > a {
  box-shadow: none;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu {
  background-color: white;
}
.navbar-collapse.slideout .navbar-nav .open .dropdown-menu > li > a {
  color: inherit;
}
.navbar-default {
  background-color: white;
}
.navbar-default .navbar-nav {
  margin-bottom: .5em;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav {
    margin-bottom: 0;
  }
}
.navbar-default .navbar-nav > li > a {
  line-height: 2em;
  text-transform: uppercase;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    line-height: 3.75em;
  }
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #cd274e;
}
.navbar-default .navbar-nav > li > a:focus {
  background-color: white;
  box-shadow: 0 0 65px 1px rgba(186, 180, 172, 0.28);
  outline: 0;
}
.navbar-default .navbar-nav > li .dropdown-menu {
  border-width: 0;
  box-shadow: 0 15px 35px 1px rgba(186, 180, 172, 0.28);
}
.navbar-default .navbar-nav > li .dropdown-menu > li > a {
  padding-top: .5em;
  padding-bottom: .5em;
  color: #000;
}
.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li .dropdown-menu > li > a:focus {
  color: #cd274e;
  background: none;
}
.navbar-default .navbar-nav > li.open > a {
  color: #cd274e !important;
  background-color: white !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0 65px 1px rgba(186, 180, 172, 0.28);
}
.navbar-main {
  height: 60px;
}
@media screen and (min-width: 992px) {
  .navbar-main {
    height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-main {
    height: 69px;
  }
}
.primary-nav {
  position: relative;
  padding: 1rem;
  align-items: center;
}
.primary-nav .btn,
.primary-nav .gform_footer button {
  margin-right: .5em;
  margin-left: .5em;
  font-weight: normal;
  text-transform: none;
}
.primary-nav .current-menu-ancestor .dropdown-toggle {
  border-bottom-size: 2px;
  border-bottom-style: solid;
  border-bottom-color: #cd274e !important;
}
.primary-nav .current-menu-item > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 1em);
  border-bottom: solid 2px #cd274e;
}
@media (min-width: 992px) {
  .primary-nav .current-menu-item > a:after {
    bottom: .8125em;
  }
}
@media screen and (min-width: 1200px) {
  .primary-nav .current-menu-item > a:after {
    width: calc(100% - 2em);
  }
}
@media screen and (min-width: 1400px) {
  .primary-nav .current-menu-item > a:after {
    width: calc(100% - 3em);
  }
}
.primary-nav .dropdown-menu .current-menu-item a {
  font-weight: 500;
}
.primary-nav .dropdown-menu .current-menu-item a:after {
  display: none;
}
@media (min-width: 992px) {
  .primary-nav .dropdown-menu {
    min-width: 250px;
    border-top-right-radius: 4px;
  }
}
.primary-navbar-toggle {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  line-height: .5rem;
  border-radius: 50%;
}
.right-slideout .primary-navbar-toggle {
  margin-right: 0;
  margin-left: .5rem;
}
.left-slideout .primary-navbar-toggle {
  margin-left: 0;
  margin-right: .5rem;
}
.location-settings {
  display: flex;
  flex-shrink: 0;
  order: 9;
}
.location-settings-form {
  display: flex;
}
.location-settings-form .dropdown {
  margin-right: .5em;
  margin-left: .5em;
}
.location-settings-form .dropdown:after {
  position: absolute;
  top: 50%;
  right: .5em;
  display: inline-block;
  pointer-events: none;
  transform: translateY(-50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.location-settings-form select {
  padding: 0.375em 2em 0.375em 1em;
  height: 2rem;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 5em;
}
.country-select-flag:after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  line-height: calc(2rem - 2px);
  text-align: center;
  text-shadow: 0;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(0);
  transition: opacity .2s;
}
.country-select-flag select {
  width: 2rem;
  padding-right: 0;
  color: rgba(1, 1, 1, 0);
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.country-select-flag option {
  color: #000;
}
.country-select-flag:hover:after {
  opacity: 1;
}
#find-a-store {
  flex-shrink: 0;
  margin-right: 0;
  height: 2rem;
}
#find-a-store i {
  margin-left: 0;
  line-height: 1.2;
}
.slideout-overlay {
  transition: opacity 0.2s ease-in-out, z-index 0s linear 0.2s, bottom 0s linear 0.2s;
}
@media screen and (min-width: 992px) {
  .slideout-overlay {
    display: none;
  }
}
.right-slideout .navbar-collapse.yf-slideout {
  right: 0;
}
.left-slideout .navbar-collapse.yf-slideout {
  left: 0;
}
footer {
  position: relative;
  text-align: center;
  background-color: white;
}
@media screen and (min-width: 1400px) {
  footer {
    padding-top: 3.4285rem;
    padding-bottom: 3.4285rem;
  }
}
.footer-copyright {
  display: block;
  margin-top: 1em;
  margin-bottom: 3em;
}
@media screen and (min-width: 992px) {
  .footer-copyright {
    margin-bottom: 1em;
    text-align: center;
  }
}
.footer-copyright a {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer-copyright a {
    display: inline-block;
    margin-left: .375em;
  }
}
@media screen and (min-width: 992px) {
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
}
.navbar-left {
  font-family: "acumin-pro", sans-serif;
}
.navbar-right {
  margin-top: 2em;
}
@media screen and (min-width: 992px) {
  .navbar-right {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .navbar-right .btn,
  .navbar-right .gform_footer button {
    flex-shrink: 0;
    margin-left: 2em;
  }
}
#menu-footer {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  #menu-footer {
    margin-bottom: 0;
    text-align: left;
  }
}
#menu-footer li {
  display: inline-block;
  text-transform: uppercase;
}
#menu-footer li:not(:last-child):after {
  content: "\2022";
  display: inline-block;
  margin-right: 1em;
  margin-left: 1em;
  font-size: .5em;
  line-height: 1em;
  color: #5c8124;
  transform: translate(0.25em, -0.25em);
}
#error {
  display: none;
  opacity: 0;
}
::placeholder {
  color: inherit;
}
legend.gfield_label {
  margin-bottom: 0;
  top: .5rem;
}
input[type='text'],
textarea,
select {
  box-shadow: none;
  -webkit-appearance: none;
}
.gfield,
.ginput_container_address > span,
.ginput_container_name > span,
.ginput_container_checkbox,
.ginput_container_radio {
  margin-top: 1.5rem;
}
.ginput_container_fileupload {
  border: none;
  margin-top: .75rem;
}
.ginput_container_fileupload input[type="file"],
.ginput_container_fileupload input[type="button"] {
  margin: 0 1rem 0 .7em;
  background: transparent;
}
.ginput_container_fileupload input[type="button"] {
  padding: .15em .5em !important;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid #ccc;
  border-radius: .25em;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .ginput_container_fileupload input[type="button"] {
    font-size: .75em;
  }
}
.ginput_container_fileupload .gform_drop_area {
  text-align: left;
  margin-left: .75rem;
}
.ginput_container_fileupload .gform_drop_instructions {
  display: inline-block;
  margin-top: .5em;
}
@media screen and (min-width: 768px) {
  .ginput_container_fileupload .gform_drop_instructions {
    margin-top: .85em;
    font-size: .75em;
  }
}
.ginput_container_fileupload #extensions_message {
  display: block;
  margin-top: .2em;
  margin-bottom: 1rem;
  font-size: 0.762rem;
  text-align: left;
}
.gfield label {
  color: #000;
}
.gfield select {
  padding-top: 1em !important;
}
.gfield .ginput_container_select {
  padding-right: 0;
  padding-left: 0;
}
.gfield .ginput_container_select:before {
  top: 50%;
  right: 1px;
  bottom: auto;
  line-height: 1;
  transform: translateY(-50%);
}
.gfield:not(.gfield_contains_required) .gfield_label {
  padding-right: 5rem;
}
.gfield:not(.gfield_contains_required) > .ginput_complex:after,
.gfield:not(.gfield_contains_required) > .ginput_container_checkbox:after {
  top: 0;
}
.gfield:not(.gfield_contains_required) > .ginput_container:after {
  top: 50%;
  color: #767676;
  transform: translateY(-50%);
}
.gfield:not(.gfield_contains_required) > .ginput_container_checkbox {
  padding-right: 3rem;
}
.gfield_label.gfield_label_before_complex {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}
.ginput_complex {
  padding-top: 1rem;
}
@media screen and (min-width: 480px) {
  .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ginput_complex > .ginput_left,
  .ginput_complex > .ginput_right,
  .ginput_complex > .name_first,
  .ginput_complex > .name_last {
    flex-basis: calc(50% - 10px);
  }
  .ginput_complex > .ginput_left {
    margin-right: auto;
  }
  .ginput_complex > .ginput_right {
    margin-left: auto;
  }
  .ginput_complex .gf_clear_complex {
    display: none;
  }
  .ginput_complex > .ginput_full {
    flex-basis: 100%;
  }
}
.ginput_complex:after {
  top: 1rem !important;
}
.ginput_complex label {
  padding-left: 0;
}
.ginput_complex span {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.ginput_container_address > span {
  margin-bottom: 0;
}
.ginput_container_time label {
  color: #ccc;
}
.ginput_container_time:first-child {
  padding-left: 0;
}
.ginput_container_time:last-child {
  padding-right: 0;
}
.gform_wrapper form,
.gform_confirmation_wrapper {
  padding: 0;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  color: #000;
  border: 1px solid #ccc !important;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  form input[type="text"],
  form input[type="password"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="date"],
  form input[type="month"],
  form input[type="time"],
  form input[type="week"],
  form input[type="number"],
  form input[type="email"],
  form input[type="url"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="color"],
  form select,
  form textarea {
    height: 3rem;
    font-size: 1rem;
  }
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 20px rgba(94, 94, 94, 0.4) !important;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  line-height: 1.2;
}
form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
  top: .25em;
  border-color: #ccc;
  transform: none;
}
form input[type="checkbox"] + label:after,
form input[type="radio"] + label:after {
  top: .25em;
  transform: none;
}
form input[type="checkbox"]:focus + label:before,
form input[type="radio"]:focus + label:before,
form input[type="checkbox"]:hover + label:before,
form input[type="radio"]:hover + label:before {
  border-color: #ccc;
  box-shadow: 0 0 20px rgba(94, 94, 94, 0.4) !important;
}
form label {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  form textarea {
    height: 10.5rem;
  }
}
form .gfield.active .gfield_label,
form .gfield.field-changed .gfield_label,
form .gfield.top-label .gfield_label {
  top: 1.2em;
  left: 1.6rem;
}
form .gfield.active .gfield_label_before_complex,
form .gfield.field-changed .gfield_label_before_complex,
form .gfield.top-label .gfield_label_before_complex {
  top: 1rem !important;
  left: 1rem;
  right: 1rem;
}
form .gfield_checkbox li,
form .gfield_radio li {
  display: block;
  text-align: left;
}
form .gfield_checkbox li label,
form .gfield_radio li label {
  margin: .25em 1em;
  padding: 0 0 0 2em !important;
}
form .gfield_checkbox li label:before {
  border-radius: 4px;
}
form .gfield_checkbox li label:after {
  line-height: 20px;
  font-size: 1rem;
}
form .gfield.file_upload .gfield_label {
  top: 0;
  font-size: 0.667rem;
}
form .gfield.file_upload .ginput_preview {
  display: none;
}
form .gfield.file_upload #extensions_message {
  margin-left: .75rem;
  font-size: 0.762em;
}
form .gfield.file_upload .gfield_description {
  display: block;
  margin-top: 2em;
  margin-left: 1.25rem;
}
form .gfield.file_upload .validation_message {
  margin-top: .5rem;
}
form .gfield.file_upload.field-changed input,
form .gfield.file_upload.active input {
  padding-top: 0 !important;
}
form .gfield.file_upload.field-changed .gfield_label,
form .gfield.file_upload.active .gfield_label {
  top: 0;
  font-size: 0.667rem !important;
}
.gfield_error .validation_message {
  padding-top: 0 !important;
  margin-left: 0;
  text-align: left;
  font-weight: 600;
  color: #cd274e;
}
.gfield_error input[type="text"],
.gfield_error textarea {
  border: 1px solid #F00 !important;
}
.gfield_error .gfield_checkbox label::before {
  border-color: #F00;
}
.gfield_label {
  margin-bottom: 0;
  padding-left: 0;
  left: 1.6rem;
  color: inherit;
}
.gsection_title {
  margin: .5em 0;
  border-top: 1px solid #fcf9f5;
}
.active input,
.field-changed input,
.active select,
.field-changed select {
  padding-top: 1em !important;
}
.gform_footer button {
  margin-top: 0 !important;
}
.subpage-header-content {
  margin-top: 2rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .subpage-header-content {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .subpage-header-content {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .subpage-header-content {
    margin-top: 5rem;
  }
}
.subpage-header-content h1 {
  display: inline-block;
  margin-bottom: 0;
  padding: 30px 15px;
  padding-bottom: 0 !important;
  font-weight: 600;
  vertical-align: bottom;
  color: #000;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .subpage-header-content h1 {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .subpage-header-content h1 {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .subpage-header-content h1 {
    padding: 4.5rem 5rem;
  }
}
.slideout-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.slideout-open .slideout-overlay {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: block;
  height: 100vh;
  opacity: 1;
}
.navbar-toggle.collapsed .navbar-toggle-icon::before,
.navbar-toggle.collapsed .navbar-toggle-icon::after {
  transform: rotate(0deg);
}
.navbar-toggle.collapsed .navbar-toggle-icon::before {
  top: 1px;
}
.navbar-toggle.collapsed .navbar-toggle-icon::after {
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .navbar-toggle.collapsed .navbar-toggle-icon::before,
  .navbar-toggle.collapsed .navbar-toggle-icon::after {
    width: 20px;
    background-color: #fff;
  }
  .no-hero .navbar-toggle.collapsed .navbar-toggle-icon::before,
  .no-hero .navbar-toggle.collapsed .navbar-toggle-icon::after {
    background-color: #F00;
  }
  .navbar-toggle.collapsed .navbar-toggle-icon::before {
    top: 5px;
    height: 2px;
  }
  .navbar-toggle.collapsed .navbar-toggle-icon::after {
    bottom: 4px;
    height: 2px;
  }
}
.navbar-toggle .navbar-toggle-icon::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navbar-toggle .navbar-toggle-icon::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.navbar-toggle-icon {
  position: relative;
  display: inline-block;
  height: 14px;
  margin-right: 23px;
  vertical-align: middle;
}
.navbar-toggle-icon::before,
.navbar-toggle-icon::after {
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #cd274e;
  transition: all .2s linear;
  content: "";
}
.right-slideout .navbar-collapse.yf-slideout {
  right: 0;
}
.left-slideout .navbar-collapse.yf-slideout {
  left: 0;
}
.navbar-collapse.yf-slideout {
  position: absolute;
  top: 100%;
  z-index: 2000;
  max-width: 80vw;
  width: 480px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.2s ease-out;
  transition-delay: .2s;
}
@media screen and (min-width: 992px) {
  .navbar-collapse.yf-slideout {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .navbar-collapse.yf-slideout.collapse {
    display: none !important;
  }
}
.navbar-collapse.yf-slideout.open {
  min-height: 100vh;
  height: 100%;
  transition: height 0.2s ease-out;
  transition-delay: .2s;
}
.navbar-collapse.yf-slideout:focus {
  outline: none;
}
.navbar-collapse.yf-slideout .slideout-toggle-close {
  display: none;
}
.navbar-collapse.yf-slideout .slideout-toggle-close span {
  font-size: 1.6rem;
}
.navbar-collapse.yf-slideout .slideout-toggle-close-hidden {
  margin-top: -0.5em;
  padding: 0 1.5em;
  width: 100%;
  font-size: 1.333rem;
  text-align: left;
  text-transform: uppercase;
  color: #cd274e;
  background-color: white;
  border: 0;
  border-top: solid 1px #ececec;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li {
  padding: 0 1em;
  font-size: 1.333rem;
  border-top: 1px solid #ececec;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li:first-of-type {
  border: none;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li:hover,
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li:focus {
  outline: none;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li ul {
  padding-top: 0;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li ul li {
  padding: 0;
  border: none;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li ul li a {
  position: relative;
  margin: 0;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: 2em;
  font-size: 1rem;
  color: inherit;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li ul li a::before {
  position: absolute;
  left: .9em;
  top: 50%;
  font-size: .9em;
  color: #cd274e;
  transform: translateY(-50%);
  content: "•";
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li ul li a:hover,
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .navbar-nav li ul li a:focus {
  color: #cd274e !important;
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .location-settings {
  padding: 2em 1.5em;
  background: #ececec;
}
@media screen and (min-width: 480px) {
  .navbar-collapse.yf-slideout .primary-navbar-collapse-inner .location-settings {
    padding: 2em;
  }
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .location-settings .location-settings-form {
  display: block;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .navbar-collapse.yf-slideout .primary-navbar-collapse-inner .location-settings .location-settings-form {
    display: flex;
    width: auto;
  }
}
.navbar-collapse.yf-slideout .primary-navbar-collapse-inner .location-settings .location-settings-form select {
  margin: .5em 0;
}
@media screen and (min-width: 480px) {
  .navbar-collapse.yf-slideout .primary-navbar-collapse-inner .location-settings .location-settings-form select {
    margin: 0 auto;
  }
}
.navbar-collapse.yf-slideout .location-settings {
  display: block;
}
@media screen and (min-width: 768px) {
  .navbar-collapse.yf-slideout .location-settings {
    display: none;
  }
}
.navbar-collapse.yf-slideout .navbar-nav > li > a:focus {
  box-shadow: none;
}
.navbar-collapse.yf-slideout .navbar-nav > li.open > a {
  box-shadow: none;
}
.navbar-collapse.yf-slideout .navbar-nav > li.open > a:focus {
  box-shadow: none;
}
.navbar-collapse.yf-slideout .navbar-nav > li .dropdown-menu {
  box-shadow: none;
}
.navbar-collapse.yf-slideout .navbar-nav > li .dropdown-toggle:before {
  position: absolute;
  top: 50%;
  right: 0;
  height: auto;
  background-color: transparent;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  transform: translateY(-50%);
}
.navbar-collapse.yf-slideout .navbar-nav > li .dropdown-toggle:after {
  display: none !important;
}
.navbar-collapse.yf-slideout .navbar-nav > li.open .dropdown-toggle:before {
  color: #cd274e;
  content: "\e949";
}
.page-contact h5 {
  margin-top: 1em;
  text-transform: none;
}
.page-contact p {
  margin-bottom: 0.9em;
}
.page-contact form {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  .page-contact .gfield {
    width: 50%;
  }
}
.page-contact .location-detail-postal-code {
  display: block;
}
.page-template-page-container #main .container {
  max-width: 992px;
}
.page-find-a-store #location-search-app,
.page-store-details #location-search-app,
.single-location #location-search-app {
  background-image: none;
}
.page-find-a-store #location-search-app h2,
.page-store-details #location-search-app h2,
.single-location #location-search-app h2 {
  display: none;
}
.page-find-a-store .location-actions,
.page-find-a-store .location-detail-hours {
  display: block;
  font-size: .75rem;
}
.page-find-a-store .location-actions {
  margin-top: .75rem;
}
@media screen and (min-width: 480px) {
  .page-find-a-store .location-actions {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-find-a-store .location-actions a {
  display: block;
  margin-bottom: .45rem;
}
.page-find-a-store .location-actions a:nth-child(2) {
  margin-bottom: 0.2rem;
}
.page-find-a-store .location-actions .get-directions:after {
  display: inline-block;
  margin-left: .375em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
}
.page-find-a-store .location-actions .store-promotions {
  color: #cd274e;
  background-color: white;
  border-color: currentColor;
}
.page-find-a-store .location-actions .store-promotions:before {
  position: relative;
  top: 0.1em;
  margin-right: .35em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95f";
}
.page-find-a-store .location-actions .store-promotions:focus,
.page-find-a-store .location-actions .store-promotions:hover {
  background-color: #ececec;
}
.page-find-a-store .location-detail-hours {
  margin-top: .85rem;
  text-transform: uppercase;
}
.page-find-a-store .location-detail-hours span {
  white-space: nowrap;
}
.page-find-a-store .location-detail-address-wrapper {
  margin-bottom: 0;
}
.page-find-a-store .location-detail-address-wrapper .get-directions {
  display: none;
}
.page-find-a-store .location-details {
  padding-left: 2.5rem;
}
@media screen and (min-width: 480px) {
  .page-find-a-store .location-details {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 480px) {
  .page-store-details .location-details-wrapper,
  .page-store-details .location-hours {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  .page-store-details .location-details-wrapper,
  .page-store-details .location-hours,
  .page-store-details .location-map {
    flex-basis: calc(33% - 1rem);
  }
  .page-store-details .location-map {
    display: block;
  }
}
.page-store-details .location-detail-name {
  font-size: 2.375rem;
}
.page-store-details .location-details {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .page-store-details .location-details {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-store-details .location-details {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-store-details .location-details {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 480px) {
  .page-store-details .location-details {
    display: flex;
    justify-content: space-between;
  }
}
.page-store-details .location-hours {
  display: block;
}
.page-store-details .location-hours h3 {
  margin-top: 1em;
  margin-bottom: .75rem;
  font-size: 1.5em;
  text-transform: none;
}
@media screen and (min-width: 480px) {
  .page-store-details .location-hours h3 {
    margin-top: 0;
  }
}
.page-store-details .location-hours dd,
.page-store-details .location-hours dt {
  display: inline;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .page-store-details .location-hours dd,
  .page-store-details .location-hours dt {
    flex-basis: 50%;
  }
}
.page-store-details .location-hours dd {
  font-weight: 700;
}
.page-store-details .location-hours dd:after {
  content: '';
  display: block;
}
.page-store-details .location-hours dl {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.page-store-details .location-hours dt {
  font-weight: normal;
}
#theme-my-login {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #theme-my-login {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #theme-my-login {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #theme-my-login {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #theme-my-login {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #theme-my-login {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #theme-my-login {
    margin-bottom: 5rem;
  }
}
#theme-my-login p {
  margin-bottom: 1rem !important;
}
#theme-my-login .tml-submit-wrap #wp-submit:focus,
#theme-my-login .tml-submit-wrap #wp-submit:hover {
  color: #cd274e;
  background-color: transparent;
  border-color: currentColor;
}
#theme-my-login .tml-user-avatar {
  text-align: center;
}
#theme-my-login .tml-user-links {
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#theme-my-login .tml-user-links li {
  margin-top: .25em;
  margin-bottom: .25em;
}
#theme-my-login.tml-user-panel {
  padding: 2em;
  text-align: center;
  border: solid 1px #f0e1ce;
}
.page-menu .container,
.single-food_menu .container,
.single-food-menu .container,
.tax-food-type .container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-menu .container,
  .single-food_menu .container,
  .single-food-menu .container,
  .tax-food-type .container {
    width: 945px;
  }
}
@media screen and (min-width: 1200px) {
  .page-menu .container,
  .single-food_menu .container,
  .single-food-menu .container,
  .tax-food-type .container {
    width: 1130px;
  }
}
@media screen and (min-width: 1400px) {
  .page-menu .container,
  .single-food_menu .container,
  .single-food-menu .container,
  .tax-food-type .container {
    width: 1330px;
  }
}
@media screen and (min-width: 1600px) {
  .page-menu .container,
  .single-food_menu .container,
  .single-food-menu .container,
  .tax-food-type .container {
    width: 1550px;
  }
}
.page-menu .container .page-sidebar-left,
.single-food_menu .container .page-sidebar-left,
.single-food-menu .container .page-sidebar-left,
.tax-food-type .container .page-sidebar-left {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-menu .container .page-sidebar-left,
  .single-food_menu .container .page-sidebar-left,
  .single-food-menu .container .page-sidebar-left,
  .tax-food-type .container .page-sidebar-left {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .page-menu .container .page-sidebar-left,
  .single-food_menu .container .page-sidebar-left,
  .single-food-menu .container .page-sidebar-left,
  .tax-food-type .container .page-sidebar-left {
    width: 20%;
  }
}
.page-menu .container .page-sidebar-right,
.single-food_menu .container .page-sidebar-right,
.single-food-menu .container .page-sidebar-right,
.tax-food-type .container .page-sidebar-right {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .page-menu .container .page-sidebar-right,
  .single-food_menu .container .page-sidebar-right,
  .single-food-menu .container .page-sidebar-right,
  .tax-food-type .container .page-sidebar-right {
    width: 80%;
  }
}
.food-menu-category-listing-tabs {
  margin: 0 -15px;
}
.food-menu-category-listing-tabs .panel {
  background-color: transparent;
}
.food-menu-category-listing-tabs .vc-tbk-tabs-content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .food-menu-category-listing-tabs .vc-tbk-tabs-content {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .food-menu-category-listing-tabs .vc-tbk-tabs-content {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .food-menu-category-listing-tabs .vc-tbk-tabs-content {
    margin-top: 5rem;
  }
}
.food-menu-category-listing-tabs .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.food-menu-category-listing-tabs .nav-tabs.tbk-tabs-overflow {
  justify-content: flex-start;
}
.food-menu-category-listing-tabs .nav-tabs li a {
  padding: 0.75em 3em;
  font-size: 0.952em;
  border-top-width: 3px !important;
}
.page-menu .slider-container .item,
.page-menu-item .slider-container .item,
.single-food_menu .slider-container .item,
.single-food-menu .slider-container .item,
.tax-food-type .slider-container .item {
  height: auto !important;
  min-height: 1px !important;
}
.page-menu .slider-scroll-button,
.page-menu-item .slider-scroll-button,
.single-food_menu .slider-scroll-button,
.single-food-menu .slider-scroll-button,
.tax-food-type .slider-scroll-button {
  display: none;
}
.food-menu-nav {
  display: none;
  padding: 1rem;
  list-style: none;
  border-radius: 0;
  box-shadow: 0 0 65px 1px rgba(186, 180, 172, 0.28);
}
@media screen and (min-width: 768px) {
  .food-menu-nav {
    display: block !important;
    padding: 0;
    box-shadow: none;
  }
}
.food-menu-nav li {
  margin-bottom: 1em;
  padding-left: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 1.125em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .food-menu-nav li {
    margin-bottom: .5em;
    line-height: 1.25;
  }
}
.food-menu-nav li:first-of-type {
  margin-bottom: 1em;
}
.food-menu-nav li:last-child {
  margin-bottom: 0;
}
.food-menu-nav li.current > a {
  font-weight: 500;
  border-color: #cd274e;
}
.food-menu-nav li a {
  color: #000;
  border-bottom: solid 1px transparent;
}
.food-menu-nav li a:focus,
.food-menu-nav li a:hover {
  text-decoration: none;
  border-color: #cd274e;
}
.food-menu-nav ul {
  margin-bottom: 1em;
}
.food-menu-sub-nav {
  margin-bottom: 2rem;
  padding: .75rem 0 1px 1rem;
  display: none;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .food-menu-sub-nav {
    display: block;
  }
}
.food-menu-sub-nav.current a {
  border-color: #cd274e;
}
.food-menu-sub-nav .food-menu-nav-item {
  position: relative;
  margin-bottom: .5em !important;
  font-size: .875em;
  line-height: 1.25;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .food-menu-sub-nav .food-menu-nav-item {
    display: block;
  }
}
.food-menu-sub-nav .food-menu-nav-item:before {
  position: absolute;
  left: -1rem;
  display: inline-block;
  color: #cd274e;
  line-height: 1.5;
  font-weight: 600;
  font-size: .8em;
  content: "\2022";
}
.food-menu-sub-nav .food-menu-nav-item.active a {
  font-weight: 500;
  color: #cd274e;
}
.food-menu-sub-nav .food-menu-nav-item a {
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.food-menu-sub-nav .food-menu-nav-item a:focus,
.food-menu-sub-nav .food-menu-nav-item a:hover {
  color: #cd274e;
  border-color: #cd274e;
}
.food-menu-filter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .food-menu-filter-title {
    font-size: 2.667em;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .food-menu-filter-title {
    flex-basis: 56%;
  }
}
.food-menu-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .food-menu-filters {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.food-menu-view {
  display: none;
}
@media screen and (min-width: 992px) {
  .food-menu-view {
    display: flex;
    flex-shrink: 0;
    margin-top: .375rem;
    margin-left: 2rem;
  }
}
.food-menu-view button {
  padding: .375em 1em;
  font-size: .75rem;
  line-height: 1;
  color: #000;
  background-color: white;
  border: solid 1px #ececec;
  border-radius: 5em;
}
.food-menu-view button:focus,
.food-menu-view button:hover {
  color: #cd274e;
}
.food-menu-view button:focus {
  outline: 0;
}
.food-menu-view button.active {
  cursor: default;
  color: #cd274e;
  border-color: transparent;
}
.food-menu-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.food-menu-listing-wrapper[data-menu-view="grid"] {
  width: 100%;
}
.food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item {
    position: relative;
    margin-bottom: 1em;
    padding: 15px;
    text-align: center;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item .food-menu-listing-item-title {
    text-align: center;
  }
}
.food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item .food-menu-listing-item-content {
  display: none;
}
.food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item .menu-image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.food-menu-listing-wrapper[data-menu-view="grid"] .food-menu-listing-item .menu-image .image {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .food-menu-listing-wrapper[data-menu-view="list"] .food-menu-listing-item {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .food-menu-listing-wrapper[data-menu-view="list"] .food-menu-listing-item .food-menu-listing-item-title {
    margin-top: 0;
    text-align: left;
  }
}
.food-menu-listing-wrapper[data-menu-view="list"] .food-menu-item-image {
  max-width: 200px;
}
.food-menu-listing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 15px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.food-menu-listing-item:focus,
.food-menu-listing-item:hover {
  text-decoration: none;
  z-index: 1;
  box-shadow: 0 0 20px rgba(94, 94, 94, 0.4) !important;
  transform: scale(1.02);
}
@media screen and (min-width: 480px) {
  .food-menu-listing-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .food-menu-listing-item {
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .food-menu-listing-item {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
  }
}
.food-menu-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: .25rem;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  font-size: .5em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  border: 1px solid transparent;
  border-radius: 50%;
}
.food-menu-item-label.label-primary {
  color: #fff;
}
.food-menu-item-label.label-default {
  color: #cd274e;
  background: #fff;
  border-color: #ececec;
}
.food-menu-item-label-wrapper {
  display: flex;
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 5;
}
.food-menu-listing-item-title {
  margin: .5rem 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .food-menu-listing-item-title {
    font-size: 1.5em;
  }
}
.food-menu-listing-item-content-wrapper {
  padding: 1em;
}
.food-menu-listing-item-content-wrapper p {
  margin: 1em 0;
  line-height: 1.4;
  color: #000;
}
.food-menu-listing-item-content-wrapper .btn i,
.food-menu-listing-item-content-wrapper .gform_footer button i {
  margin-right: 0;
}
.food-menu-listing-item-content {
  display: none;
}
@media screen and (min-width: 992px) {
  .food-menu-listing-item-content {
    display: block;
  }
}
.food-menu-secondary-labels {
  margin-bottom: 1em;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .food-menu-secondary-labels {
    justify-content: flex-start;
  }
}
.food-menu-ingredient-label {
  padding: 0 15px;
  width: 5rem;
  font-size: .5em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.food-menu-ingredient-label i {
  display: block;
  margin-bottom: .5rem;
  font-size: 2.625rem;
}
.food-menu-item-image-wrapper {
  display: flex;
  height: 150px;
}
@media screen and (min-width: 480px) {
  .food-menu-item-image-wrapper {
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .food-menu-item-image-wrapper {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .food-menu-item-image-wrapper {
    height: 260px;
  }
}
.food-menu-item-image {
  align-self: center;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  text-transform: capitalize;
}
#food-menu-nav-button {
  position: relative;
  padding-right: 2.8em;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
#food-menu-nav-button:after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93f";
  font-size: .75em;
  transform: translateY(-50%);
}
#food-menu-nav-button:focus,
#food-menu-nav-button:hover {
  background-color: white;
}
#food-menu-nav-button.expanded:after {
  content: "\e93e";
}
.single-food-menu .subpage-header,
.tax-food-type .subpage-header {
  min-height: 200px;
}
.single-food-menu .subpage-header-content,
.tax-food-type .subpage-header-content {
  display: none;
}
.food-menu-item-image-carousel {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
.food-menu-item-image-carousel .owl-stage {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .food-menu-item-image-carousel .owl-stage {
    width: 350px;
    height: 400px;
  }
}
.food-menu-item-image-carousel .owl-dot {
  display: inline-block;
  padding: 0;
}
.food-menu-item-image-carousel .owl-item {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .food-menu-item-image-carousel .owl-item {
    width: 350px;
  }
}
.food-menu-item-image-carousel .owl-item .food-menu-item-image-carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1199px) {
  .food-menu-item-image-carousel-thumbs {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .food-menu-item-image-carousel-thumbs {
    position: relative;
    margin-top: 1rem;
  }
  .food-menu-item-image-carousel-thumbs .owl-item {
    cursor: pointer;
    border: solid 1px #fcf9f5;
  }
}
.food-menu-item-image-carousel-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 350px;
}
.food-menu-item-image-carousel-wrapper .owl-next,
.food-menu-item-image-carousel-wrapper .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 1rem;
  height: 1rem;
  background-color: #cd274e;
  border-radius: 50%;
}
.food-menu-item-image-carousel-wrapper .owl-next:after,
.food-menu-item-image-carousel-wrapper .owl-prev:after {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .75rem;
  line-height: 1rem;
  color: white;
}
.food-menu-item-image-carousel-wrapper .owl-next.disabled,
.food-menu-item-image-carousel-wrapper .owl-prev.disabled {
  display: none;
}
.food-menu-item-image-carousel-wrapper .owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
.food-menu-item-image-carousel-wrapper .owl-next:after {
  content: "\e947";
  transform: translateX(0.03125rem);
}
.food-menu-item-image-carousel-wrapper .owl-prev {
  transform: translate(-50%, -50%);
}
.food-menu-item-image-carousel-wrapper .owl-prev:after {
  content: "\e903";
  transform: translateX(-0.03125rem);
}
.food-menu-listing-item-single {
  position: relative;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .food-menu-listing-item-single {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .food-menu-listing-item-single {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}
.food-menu-listing-item-single .food-menu-item-label {
  border-radius: 50%;
  width: 3.333rem;
  height: 3.333rem;
  font-size: 0.762em;
}
.food-menu-listing-item-single .secondary-labels {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .food-menu-listing-item-single .secondary-labels {
    justify-content: flex-start;
  }
}
.food-menu-item-single-content {
  padding-left: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .food-menu-item-single-content {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .food-menu-item-single-content {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .food-menu-item-single-content {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .food-menu-item-single-content {
    padding-left: 0;
  }
}
.food-menu-item-single-title {
  margin-bottom: .75em;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .food-menu-item-single-title {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .food-menu-item-single-title {
    font-size: 2.667em;
  }
}
.food-menu-item-single-details-wrapper {
  margin: 0;
}
.food-menu-item-single-details-wrapper .nav-tabs {
  justify-content: flex-start;
}
.food-menu-item-single-details-wrapper .nav-tabs li a {
  line-height: 1;
  border-top-color: transparent !important;
  border-bottom-width: 3px !important;
}
.food-menu-item-single-details-wrapper .tab-content {
  padding-top: 3.5rem;
  text-align: left;
}
.food-menu-item-single-details-wrapper .food-menu-secondary-labels {
  padding-top: 2rem;
}
@keyframes flash-error {
  0%,
  100% {
    background-color: inherit;
  }
  25%,
  75% {
    background-color: #f2dede;
  }
}
.flash-error {
  animation-duration: 4s;
  animation-name: flash-error;
}
html:not(.wf-active):not(.wf-inactive):not(.no-js) *,
html:not(.wf-active):not(.wf-inactive):not(.no-js) *::before,
html:not(.wf-active):not(.wf-inactive):not(.no-js) *::after,
html:not(.wf-active):not(.wf-inactive):not(.no-js) ::placeholder {
  color: transparent !important;
  text-shadow: none !important;
}
html:not(.no-js) body:not(.finished-loading) {
  pointer-events: none;
  animation-name: empty-loading;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, rgba(205, 39, 78, 0) 0, rgba(205, 39, 78, 0.25) 50%, rgba(205, 39, 78, 0) 100%);
  background-size: 50% 5px;
  background-position: -150% 0;
}
html:not(.no-js) header,
html:not(.no-js) footer {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
html:not(.no-js) .main {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out 0.1s, transform 0.3s ease-in-out;
}
@keyframes empty-loading {
  0% {
    background-position: -150% 0;
  }
  100% {
    background-position: 350% 0;
  }
}
hr {
  border-color: #ececec;
}
table > tbody > tr:nth-child(odd) {
  background-color: transparent;
}
.loading-color-overlay {
  background-color: #fcf9f5;
}
.btn,
.gform_footer button,
#theme-my-login .tml-submit-wrap #wp-submit {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.gform_footer button [class^="icon-"],
.gform_footer button [class*=" icon-"] {
  line-height: 1.5;
}
.btn-default {
  border-color: #ececec;
  color: #000;
  background-color: #ececec;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #d3d3d3;
  border-color: #cdcdcd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ececec;
  border-color: #ececec;
}
.btn-default .badge {
  color: #ececec;
  background-color: #000;
}
.btn-inverse.btn-default {
  color: #ececec;
  background-color: transparent;
  border-color: #ececec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ececec;
  background-color: transparent;
  border-color: #ececec;
}
.btn-inverse.btn-default:hover,
.btn-inverse.btn-default:focus,
.btn-inverse.btn-default.focus,
.btn-inverse.btn-default:active,
.btn-inverse.btn-default.active,
.btn-inverse.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-solid.btn-default:hover,
.btn-solid.btn-default:focus,
.btn-solid.btn-default.focus,
.btn-solid.btn-default:active,
.btn-solid.btn-default.active,
.btn-solid.open > .dropdown-toggle.btn-default {
  color: #ececec;
  background-color: #000;
  border-color: #000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #ececec;
}
.btn-default .badge {
  color: #ececec;
  background-color: #000;
}
.btn-info {
  border-color: #5c8124;
  color: white;
  background-color: #5c8124;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #405919;
  border-color: #3a5117;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5c8124;
  border-color: #5c8124;
}
.btn-info .badge {
  color: #5c8124;
  background-color: white;
}
.btn-inverse.btn-info {
  color: #5c8124;
  background-color: transparent;
  border-color: #5c8124;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #5c8124;
  background-color: transparent;
  border-color: #5c8124;
}
.btn-inverse.btn-info:hover,
.btn-inverse.btn-info:focus,
.btn-inverse.btn-info.focus,
.btn-inverse.btn-info:active,
.btn-inverse.btn-info.active,
.btn-inverse.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #5c8124;
  border-color: #5c8124;
}
.btn-solid.btn-info:hover,
.btn-solid.btn-info:focus,
.btn-solid.btn-info.focus,
.btn-solid.btn-info:active,
.btn-solid.btn-info.active,
.btn-solid.open > .dropdown-toggle.btn-info {
  color: #5c8124;
  background-color: white;
  border-color: white;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: transparent;
  border-color: #5c8124;
}
.btn-info .badge {
  color: #5c8124;
  background-color: white;
}
.btn-primary,
.gform_footer button,
.btn-learning-item,
#theme-my-login .tml-submit-wrap #wp-submit {
  border-color: #cd274e;
  color: white;
  background-color: #cd274e;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:hover,
.btn-learning-item:focus,
.btn-learning-item.focus,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  color: white;
  background-color: #a21f3e;
  border-color: #9a1d3a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button,
.gform_footer button.disabled:hover,
.gform_footer button[disabled]:hover,
fieldset[disabled] .gform_footer button:hover,
.gform_footer button.disabled:focus,
.gform_footer button[disabled]:focus,
fieldset[disabled] .gform_footer button:focus,
.gform_footer button.disabled.focus,
.gform_footer button[disabled].focus,
fieldset[disabled] .gform_footer button.focus,
.gform_footer button.disabled:active,
.gform_footer button[disabled]:active,
fieldset[disabled] .gform_footer button:active,
.gform_footer button.disabled.active,
.gform_footer button[disabled].active,
fieldset[disabled] .gform_footer button.active,
.btn-learning-item.disabled,
.btn-learning-item[disabled],
fieldset[disabled] .btn-learning-item,
.btn-learning-item.disabled:hover,
.btn-learning-item[disabled]:hover,
fieldset[disabled] .btn-learning-item:hover,
.btn-learning-item.disabled:focus,
.btn-learning-item[disabled]:focus,
fieldset[disabled] .btn-learning-item:focus,
.btn-learning-item.disabled.focus,
.btn-learning-item[disabled].focus,
fieldset[disabled] .btn-learning-item.focus,
.btn-learning-item.disabled:active,
.btn-learning-item[disabled]:active,
fieldset[disabled] .btn-learning-item:active,
.btn-learning-item.disabled.active,
.btn-learning-item[disabled].active,
fieldset[disabled] .btn-learning-item.active {
  background-color: #cd274e;
  border-color: #cd274e;
}
.btn-primary .badge,
.gform_footer button .badge,
.btn-learning-item .badge {
  color: #cd274e;
  background-color: white;
}
.btn-inverse.btn-primary,
.btn-inverse.gform_footer button,
.btn-inverse.btn-learning-item {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:hover,
.gform_footer button:focus,
.gform_footer button.focus,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:hover,
.btn-learning-item:focus,
.btn-learning-item.focus,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.btn-inverse.btn-primary:hover,
.btn-inverse.btn-primary:focus,
.btn-inverse.btn-primary.focus,
.btn-inverse.btn-primary:active,
.btn-inverse.btn-primary.active,
.btn-inverse.open > .dropdown-toggle.btn-primary,
.btn-inverse.gform_footer button:hover,
.btn-inverse.gform_footer button:focus,
.btn-inverse.gform_footer button.focus,
.btn-inverse.gform_footer button:active,
.btn-inverse.gform_footer button.active,
.btn-inverse.open > .dropdown-toggle.gform_footer button,
.btn-inverse.btn-learning-item:hover,
.btn-inverse.btn-learning-item:focus,
.btn-inverse.btn-learning-item.focus,
.btn-inverse.btn-learning-item:active,
.btn-inverse.btn-learning-item.active,
.btn-inverse.open > .dropdown-toggle.btn-learning-item {
  color: white;
  background-color: #cd274e;
  border-color: #cd274e;
}
.btn-solid.btn-primary:hover,
.btn-solid.btn-primary:focus,
.btn-solid.btn-primary.focus,
.btn-solid.btn-primary:active,
.btn-solid.btn-primary.active,
.btn-solid.open > .dropdown-toggle.btn-primary,
.btn-solid.gform_footer button:hover,
.btn-solid.gform_footer button:focus,
.btn-solid.gform_footer button.focus,
.btn-solid.gform_footer button:active,
.btn-solid.gform_footer button.active,
.btn-solid.open > .dropdown-toggle.gform_footer button,
.btn-solid.btn-learning-item:hover,
.btn-solid.btn-learning-item:focus,
.btn-solid.btn-learning-item.focus,
.btn-solid.btn-learning-item:active,
.btn-solid.btn-learning-item.active,
.btn-solid.open > .dropdown-toggle.btn-learning-item {
  color: #cd274e;
  background-color: white;
  border-color: white;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.gform_footer button:active,
.gform_footer button.active,
.open > .dropdown-toggle.gform_footer button,
.btn-learning-item:active,
.btn-learning-item.active,
.open > .dropdown-toggle.btn-learning-item {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.gform_footer button.disabled,
.gform_footer button[disabled],
fieldset[disabled] .gform_footer button,
.gform_footer button.disabled:hover,
.gform_footer button[disabled]:hover,
fieldset[disabled] .gform_footer button:hover,
.gform_footer button.disabled:focus,
.gform_footer button[disabled]:focus,
fieldset[disabled] .gform_footer button:focus,
.gform_footer button.disabled.focus,
.gform_footer button[disabled].focus,
fieldset[disabled] .gform_footer button.focus,
.gform_footer button.disabled:active,
.gform_footer button[disabled]:active,
fieldset[disabled] .gform_footer button:active,
.gform_footer button.disabled.active,
.gform_footer button[disabled].active,
fieldset[disabled] .gform_footer button.active,
.btn-learning-item.disabled,
.btn-learning-item[disabled],
fieldset[disabled] .btn-learning-item,
.btn-learning-item.disabled:hover,
.btn-learning-item[disabled]:hover,
fieldset[disabled] .btn-learning-item:hover,
.btn-learning-item.disabled:focus,
.btn-learning-item[disabled]:focus,
fieldset[disabled] .btn-learning-item:focus,
.btn-learning-item.disabled.focus,
.btn-learning-item[disabled].focus,
fieldset[disabled] .btn-learning-item.focus,
.btn-learning-item.disabled:active,
.btn-learning-item[disabled]:active,
fieldset[disabled] .btn-learning-item:active,
.btn-learning-item.disabled.active,
.btn-learning-item[disabled].active,
fieldset[disabled] .btn-learning-item.active {
  background-color: transparent;
  border-color: #cd274e;
}
.btn-primary .badge,
.gform_footer button .badge,
.btn-learning-item .badge {
  color: #cd274e;
  background-color: white;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot?7sitar');
  src: url('../../fonts/icomoon.eot?7sitar#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff2?7sitar') format('woff2'), url('../../fonts/icomoon.ttf?7sitar') format('truetype'), url('../../fonts/icomoon.woff?7sitar') format('woff'), url('../../fonts/icomoon.svg?7sitar#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-smiley:before {
  content: "\e962";
}
.icon-ingredients-coconut:before {
  content: "\e94a";
}
.icon-ingredients-dairy-free:before {
  content: "\e94b";
}
.icon-ingredients-eggs:before {
  content: "\e94c";
}
.icon-ingredients-fish:before {
  content: "\e94e";
}
.icon-ingredients-gluten-free:before {
  content: "\e94f";
}
.icon-ingredients-halal:before {
  content: "\e950";
}
.icon-ingredients-kosher:before {
  content: "\e951";
}
.icon-ingredients-lowfat:before {
  content: "\e952";
}
.icon-ingredients-nonfat:before {
  content: "\e953";
}
.icon-ingredients-peanuts:before {
  content: "\e954";
}
.icon-ingredients-probiotic:before {
  content: "\e955";
}
.icon-ingredients-raw-fish:before {
  content: "\e956";
}
.icon-ingredients-real-fruit:before {
  content: "\e957";
}
.icon-ingredients-sesame:before {
  content: "\e958";
}
.icon-ingredients-shellfish:before {
  content: "\e959";
}
.icon-ingredients-soybeans:before {
  content: "\e95a";
}
.icon-ingredients-sugar-free:before {
  content: "\e95b";
}
.icon-ingredients-tree-nuts:before {
  content: "\e95c";
}
.icon-ingredients-vegan:before {
  content: "\e95d";
}
.icon-ingredients-wheat:before {
  content: "\e95e";
}
.icon-yogen-fruz-logo:before {
  content: "\e961";
}
.icon-find-store:before {
  content: "\e960";
}
.icon-promotions:before {
  content: "\e95f";
}
.icon-chat-bubble-single:before {
  content: "\e91e";
}
.icon-chevron-down:before {
  content: "\e901";
}
.icon-chevron-down-circle:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-left-circle:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e947";
}
.icon-chevron-right-circle:before {
  content: "\e946";
}
.icon-chevron-up:before {
  content: "\e949";
}
.icon-chevron-up-circle:before {
  content: "\e948";
}
.icon-facebook-f:before {
  content: "\e905";
}
.icon-pinkberry-leaf:before {
  content: "\e904";
}
.icon-minus:before {
  content: "\e93e";
}
.icon-plus2:before {
  content: "\e93f";
}
.icon-replay:before {
  content: "\e93d";
}
.icon-reload:before {
  content: "\e93d";
}
.icon-sale-percent:before {
  content: "\e90c";
}
.icon-copy:before {
  content: "\e90d";
}
.icon-link:before {
  content: "\e90e";
}
.icon-location-marker-round:before {
  content: "\e945";
}
.icon-download-pointed-arrow:before {
  content: "\e910";
}
.icon-park-garbage:before {
  content: "\e911";
}
.icon-trees:before {
  content: "\e912";
}
.icon-handshake:before {
  content: "\e913";
}
.icon-target-and-arrow:before {
  content: "\e914";
}
.icon-map-search:before {
  content: "\e915";
}
.icon-devices:before {
  content: "\e916";
}
.icon-touch-tap:before {
  content: "\e917";
}
.icon-newspaper:before {
  content: "\e918";
}
.icon-eye:before {
  content: "\e919";
}
.icon-desktop-monitor-cursor:before {
  content: "\e91a";
}
.icon-list-menu:before {
  content: "\e91b";
}
.icon-square-menu:before {
  content: "\e91c";
}
.icon-hamburger-menu-thick:before {
  content: "\e91d";
}
.icon-star:before {
  content: "\e91f";
}
.icon-music-note:before {
  content: "\e920";
}
.icon-chat-bubbles:before {
  content: "\e921";
}
.icon-mic:before {
  content: "\e922";
}
.icon-signal-bars:before {
  content: "\e923";
}
.icon-paper-clip:before {
  content: "\e924";
}
.icon-creditcard-and-hand:before {
  content: "\e925";
}
.icon-info-circle-hallow:before {
  content: "\e926";
}
.icon-question-circle:before {
  content: "\e927";
}
.icon-cloud:before {
  content: "\e928";
}
.icon-heart:before {
  content: "\e929";
}
.icon-refresh:before {
  content: "\e92a";
}
.icon-close-thick:before {
  content: "\e92b";
}
.icon-check2:before {
  content: "\e92c";
}
.icon-phone-call:before {
  content: "\e92d";
}
.icon-download-rounded-arrow:before {
  content: "\e92e";
}
.icon-locked:before {
  content: "\e92f";
}
.icon-unlocked:before {
  content: "\e930";
}
.icon-laptop:before {
  content: "\e931";
}
.icon-settings:before {
  content: "\e932";
}
.icon-sale-tag:before {
  content: "\e933";
}
.icon-globe:before {
  content: "\e934";
}
.icon-umbrella:before {
  content: "\e935";
}
.icon-headset:before {
  content: "\e936";
}
.icon-cut:before {
  content: "\e937";
}
.icon-shopping-bag:before {
  content: "\e938";
}
.icon-user-group:before {
  content: "\e939";
}
.icon-email2:before {
  content: "\e93a";
}
.icon-search:before {
  content: "\e93b";
}
.icon-user:before {
  content: "\e93c";
}
.icon-pdf:before {
  content: "\e90a";
}
.icon-ppt:before {
  content: "\e90b";
}
.icon-aoda-online:before {
  content: "\e906";
}
.icon-caret-right:before {
  content: "\e907";
}
.icon-caret-left:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90f";
}
.icon-google-plus:before {
  content: "\e940";
}
.icon-youtube-play:before {
  content: "\e941";
}
.icon-youtube:before {
  content: "\e941";
}
.icon-linkedin:before {
  content: "\e942";
}
.icon-twitter:before {
  content: "\e943";
}
.icon-facebook-official:before {
  content: "\e944";
}
.icon-facebook:before {
  content: "\e944";
}
.icon-add:before {
  content: "\e145";
}
.icon-plus:before {
  content: "\e145";
}
.icon-caret-down:before {
  content: "\e5c5";
}
.icon-caret-circle-down:before {
  content: "\e5c6";
}
.icon-caret-up:before {
  content: "\e5c7";
}
.icon-gallery:before {
  content: "\e413";
}
.icon-hamburger:before {
  content: "\e3c7";
}
.icon-menu:before {
  content: "\e3c7";
}
.icon-check:before {
  content: "\e876";
}
.icon-document:before {
  content: "\e24d";
}
.icon-print:before {
  content: "\e8ad";
}
.icon-location:before {
  content: "\e8b5";
}
.icon-pin:before {
  content: "\e8b5";
}
.icon-mail:before {
  content: "\e0e1";
}
.icon-email:before {
  content: "\e0e1";
}
.icon-pause:before {
  content: "\e034";
}
.icon-pause-circle:before {
  content: "\e035";
}
.icon-user-o:before {
  content: "\e7ff";
}
.icon-play:before {
  content: "\e037";
}
.icon-play-circle:before {
  content: "\e038";
}
.icon-close:before {
  content: "\e94d";
}
h1 {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  font-weight: 600;
  color: #cd274e;
}
h3 {
  font-weight: 700;
  text-transform: uppercase;
}
li:not([class]),
p:not([class]) {
  font-family: "acumin-pro", sans-serif;
}
td,
th {
  font-family: "acumin-pro", sans-serif;
}
.blockquote-inner-author-name:after {
  content: ",";
}
.blockquote-container blockquote {
  font-family: "futura-pt", sans-serif;
  border: 0;
}
.blockquote-container blockquote:after {
  font-size: 4.8rem;
  transform: translate(0.0625em, 25%);
}
.blockquote-container blockquote p {
  font-family: "futura-pt", sans-serif;
}
.blockquote-container cite {
  font-style: normal;
  letter-spacing: .025em;
}
.blockquote-container cite:before {
  content: "\2014";
}
.blockquote-content p {
  font-weight: 300;
}
.blogs-item-heading {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}
.blogs-item-info {
  font-family: "acumin-pro", sans-serif;
  font-size: .875em;
  font-weight: 700;
  color: #767676;
}
.blogs-item-link:focus,
.blogs-item-link:hover {
  background-color: #fcf9f5;
  cursor: pointer;
  transform: scale(1);
}
.navbar.blogs-filter-bar {
  background-color: #fcf9f5;
}
.single-blog-date {
  margin-bottom: 2em;
  font-family: "acumin-pro", sans-serif;
  font-size: .875em;
  font-weight: 700;
  color: #767676;
}
.career-information-deadline {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.career-information-deadline strong {
  display: block;
}
.career-information-heading {
  margin-top: 0;
}
.career-information-heading-link {
  color: #000;
}
.career-information-heading-link:focus,
.career-information-heading-link:hover {
  text-decoration: none;
}
.career-position,
.perk-item-button {
  background-color: #fcf9f5;
}
.career-position {
  margin-bottom: 2rem;
}
.career-positions-list {
  justify-content: flex-start;
}
.perk-item-button:focus,
.perk-item-button:hover {
  border-color: #cd274e;
}
.single-career h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
}
.single-career-apply-form {
  padding: 30px 15px;
  display: none;
  margin-top: 2rem;
  background-color: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .single-career-apply-form {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-career-apply-form {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .single-career-apply-form {
    padding: 4.5rem 5rem;
  }
}
.single-career-apply-form form {
  margin-top: 0;
  margin-bottom: 0;
}
.single-career-apply-form h3 {
  margin-top: 0;
}
#career-search-form {
  padding-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #career-search-form {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #career-search-form {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #career-search-form {
    padding-bottom: 5rem;
  }
}
#career-search-form .location-filter {
  position: relative;
}
#career-search-form .location-filter:after {
  position: absolute;
  top: 50%;
  right: 15px;
  padding-left: .5rem;
  padding-right: .5rem;
  transform: translateY(-50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #5c8124;
  pointer-events: none;
}
.general-cta {
  margin-bottom: 0;
}
.general-cta .loading-color-overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .general-cta:not(.device-hand-cta):not(.gradient-background) .general-cta-overlay {
    margin: auto;
    width: 768px;
    height: 768px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 992px) {
  .general-cta:not(.device-hand-cta):not(.gradient-background) .general-cta-overlay {
    width: 720px;
    height: 720px;
  }
}
@media screen and (min-width: 1400px) {
  .general-cta:not(.device-hand-cta):not(.gradient-background) .general-cta-overlay {
    width: 945px;
    height: 945px;
  }
}
@media screen and (max-width: 767px) {
  .general-cta.gradient-background:not(.device-hand-cta) .general-cta-overlay {
    opacity: .6;
  }
  .general-cta.gradient-background:not(.device-hand-cta) .overlay-dark {
    background-color: #000;
  }
  .general-cta.gradient-background:not(.device-hand-cta) .overlay-light {
    background-color: #fcf9f5;
  }
  .general-cta.gradient-background:not(.device-hand-cta) .overlay-primary {
    background-color: #cd274e;
  }
  .general-cta.gradient-background:not(.device-hand-cta) .overlay-secondary {
    background-color: #5c8124;
  }
}
.general-cta.gradient-background:not(.device-hand-cta).content-left .general-cta-box,
.general-cta.gradient-background:not(.device-hand-cta).content-right .general-cta-box {
  padding-left: calc(130px + 2rem);
}
.general-cta.gradient-background:not(.device-hand-cta).image {
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .content-left .general-cta-box,
  .content-right .general-cta-box {
    width: 50%;
  }
}
.content-left .general-cta-box {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .content-right .general-cta-box {
    margin-left: 50%;
  }
}
.general-cta-button .btn-default {
  color: #cd274e;
  background-color: white;
  border-color: white;
}
.general-cta-button .btn-default:focus,
.general-cta-button .btn-default:hover {
  background-color: #fcf9f5;
}
.inline-layout .general-cta-button {
  flex-shrink: 0;
}
.general-cta-content h2 {
  text-transform: uppercase;
}
.general-cta-content p {
  line-height: 1.8;
}
.content-left .general-cta-content h2,
.content-right .general-cta-content h2 {
  margin-top: .5em;
}
.general-cta-logos img {
  max-width: 130px;
  max-height: 130px;
}
.content-left .general-cta-logos,
.content-right .general-cta-logos {
  position: absolute;
  margin-bottom: 0;
  left: 0;
}
.mobi-below .general-cta {
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .mobi-below .general-cta {
    background-size: cover;
  }
}
.mobi-below.content-left,
.mobi-below.content-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mobi-below.content-left,
  .mobi-below.content-right {
    width: 50%;
  }
}
.mobi-below.content-left .general-cta-box,
.mobi-below.content-right .general-cta-box {
  padding-left: calc(130px + 2rem);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .mobi-below.content-left .general-cta-box,
  .mobi-below.content-right .general-cta-box {
    padding-left: calc(130px + 2rem);
  }
}
.device-hand-cta {
  margin-bottom: 0;
}
.device-hand-cta .general-cta-box {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .device-hand-cta {
    min-height: 350px;
    overflow: visible;
  }
  .device-hand-cta.content-left .general-cta-box {
    margin-right: 45% !important;
  }
  .device-hand-cta.content-right .general-cta-box {
    margin-left: 45% !important;
  }
}
@media screen and (min-width: 1200px) {
  .device-hand-cta {
    min-height: 375px;
  }
}
@media screen and (min-width: 1400px) {
  .device-hand-cta {
    min-height: 450px;
  }
}
@media (min-width: 1920px) {
  .device-hand-cta {
    min-height: 600px;
  }
}
.device-hand-cta h1,
.device-hand-cta h2,
.device-hand-cta h3,
.device-hand-cta h4,
.device-hand-cta h5,
.device-hand-cta h6 {
  text-transform: uppercase;
  color: #000;
}
.device-hand-cta p {
  font-family: "futura-pt", sans-serif;
}
.device-hand-cta .phone-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .device-hand-cta .phone-img {
    display: block;
    position: absolute;
    top: -32px;
    left: -216px;
    width: 75%;
    z-index: 1;
  }
  .device-hand-cta .phone-img .device-img {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .device-hand-cta .phone-img {
    left: -104px;
  }
}
@media screen and (min-width: 1200px) {
  .device-hand-cta .phone-img {
    top: -48px;
    left: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .device-hand-cta .phone-img {
    top: -64px;
  }
  .device-hand-cta .phone-img .device-img {
    width: 700px;
  }
}
@media (min-width: 1920px) {
  .device-hand-cta .phone-img .device-img {
    width: 957px;
  }
}
.device-hand-cta .phone-screen-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .device-hand-cta .phone-screen-img {
    display: block;
    position: absolute;
    top: -6px;
    left: 639px;
    width: 375px;
    height: 667px;
    transform: scale(0.63) matrix3d(0.56022, 0.149076, 0, -0.00018022, -0.250863, 0.418233, 0, -0.00015886, 0, 0, 1, 0, -294, 42, 0, 1);
    transform-origin: 0px 0px 0px;
  }
  .device-hand-cta .phone-screen-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border: solid 2px black;
  }
}
@media screen and (min-width: 1400px) {
  .device-hand-cta .phone-screen-img {
    left: 743px;
    transform: scale(0.73) matrix3d(0.56022, 0.149076, 0, -0.00018022, -0.250863, 0.418233, 0, -0.00015886, 0, 0, 1, 0, -294, 42, 0, 1);
  }
}
@media (min-width: 1920px) {
  .device-hand-cta .phone-screen-img {
    top: -8px;
    left: 1017px;
    transform: scale(1) matrix3d(0.56022, 0.149076, 0, -0.00018022, -0.250863, 0.418233, 0, -0.00015886, 0, 0, 1, 0, -294, 42, 0, 1);
  }
}
@media screen and (min-width: 768px) {
  .device-hand-cta.content-left .phone-img {
    right: -216px;
    left: auto;
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 1200px) {
  .device-hand-cta.content-left .phone-img {
    right: 0;
  }
}
.vc_toggle {
  border-bottom: 1px solid #f0e1ce;
}
.vc_toggle:last-of-type {
  margin-bottom: 2em !important;
}
.vc_toggle .vc_toggle_title {
  padding-right: 0 !important;
}
.vc_toggle .vc_toggle_title:after {
  font-size: 1.25em;
  color: #000;
  content: "\e901";
}
.vc_toggle .vc_toggle_title h4 {
  padding: 1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .vc_toggle .vc_toggle_title h4 {
    padding: 1em 2em;
  }
}
.vc_toggle .vc_toggle_title h4:hover {
  color: #cd274e;
}
.vc_toggle_active .vc_toggle_title:after {
  color: #cd274e;
}
.vc_toggle_active .vc_toggle_title h4 {
  color: #cd274e;
  font-weight: 500;
}
.vc_toggle_btn {
  display: block;
  margin: 0;
  padding: 0 3rem 0 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
}
.vc_toggle_btn:hover,
.vc_toggle_btn:focus {
  background: #fcf9f5;
}
.vc_toggle_btn:hover h4,
.vc_toggle_btn:focus h4 {
  color: #cd274e;
}
.vc_toggle_btn:focus {
  outline: 0;
}
.half-width-cta {
  padding: 30px 15px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .half-width-cta {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .half-width-cta {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .half-width-cta {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .half-width-cta {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .half-width-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.half-width-cta h2 {
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.half-width-cta h2 small {
  font-size: 1em;
  color: #000;
}
.half-width-cta img {
  width: 328px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .half-width-cta img {
    flex-shrink: 0;
  }
}
.half-width-cta p {
  display: inline;
  margin-top: .25rem;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .half-width-cta .half-width-cta-content {
    align-self: center;
    padding-left: 1.5rem;
  }
  .half-width-cta .half-width-cta-content h2 {
    margin-top: 0;
  }
}
.half-width-cta .half-width-cta-content :last-child:not(em):not(small):not(strong) {
  padding-right: 1em;
}
.half-width-cta .half-width-cta-content :last-child:not(em):not(small):not(strong):after {
  display: inline-block;
  margin-left: .375rem;
  color: #5c8124;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e946";
  font-size: .75em;
  transition: transform .2s;
}
.half-width-cta:focus,
.half-width-cta:hover {
  text-decoration: none;
}
.half-width-cta:focus .half-width-cta-content :last-child:not(small):after,
.half-width-cta:hover .half-width-cta-content :last-child:not(small):after {
  transform: translateX(0.125em);
}
.image-bar-wrapper .owl-dots {
  display: none !important;
}
.image-bar-list {
  margin-bottom: 0;
}
.image-feed-control {
  position: absolute;
  padding-right: .5em;
  padding-left: .5em;
  top: 50%;
  color: white;
  background-color: rgba(205, 39, 78, 0.9);
  transform: translateY(-50%);
  z-index: 1;
}
.image-feed-control:not(:disabled):focus,
.image-feed-control:not(:disabled):hover {
  background-color: #cd274e;
}
.image-feed-control:not(:disabled):focus span:before,
.image-feed-control:not(:disabled):hover span:before {
  color: white;
}
.image-feed-control-prev {
  padding-left: 0;
  left: 0;
  border-top-right-radius: 5em;
  border-bottom-right-radius: 5em;
}
.image-feed-control-next {
  padding-right: 0;
  right: 0;
  border-top-left-radius: 5em;
  border-bottom-left-radius: 5em;
}
.owl-item {
  overflow: hidden;
}
.owl-item .image-bar-instagram-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  border: 0;
  border-radius: 0;
}
.owl-item .image-bar-instagram-link:before {
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
}
.owl-item .image-bar-instagram-link h3 {
  margin-top: 0;
  margin-bottom: .125rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.owl-item .image-bar-instagram-link p {
  margin-bottom: .5rem !important;
  font-family: inherit;
  font-weight: normal;
  text-transform: none;
}
.owl-item .image-bar-instagram-link:focus,
.owl-item .image-bar-instagram-link:hover {
  text-decoration: none;
  color: white;
  background-color: #c02549;
}
.owl-item .instagram-link-wrapper {
  margin: 0;
  padding: 0 0 100%;
  width: 100%;
  height: 0;
  line-height: 1.3;
  background-color: #cd274e;
}
.alternating-content-item-button {
  position: relative;
  margin: 0;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0;
  line-height: 1.25rem;
  vertical-align: text-bottom;
  border-radius: 50%;
}
.alternating-content-item-button i {
  margin-right: 0 !important;
  margin-left: 0 !important;
  font-size: .75rem;
}
.alternating-content-item-content {
  display: inline;
}
.alternating-content-item-content p:last-of-type {
  display: inline;
}
.alternating-content-item-heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-image {
    top: 4.7rem;
    right: 3rem;
    bottom: 4.7rem;
    left: 3rem;
    width: calc(50% - 6rem);
  }
}
@media screen and (min-width: 1200px) {
  .alternating-content-item-image {
    top: 7.2rem;
    right: 4rem;
    bottom: 7.2rem;
    left: 4rem;
    width: calc(50% - 8rem);
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-item-image {
    top: 9rem;
    right: 5rem;
    bottom: 9rem;
    left: 5rem;
    width: calc(50% - 10rem);
  }
}
.alternating-content-item-wrapper {
  padding: 30px 15px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .alternating-content-item-wrapper {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .alternating-content-item-wrapper {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-item-wrapper {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .alternating-content-item-wrapper:nth-child(even) .alternating-content-item-image {
    left: calc(50% + 3rem);
  }
}
@media screen and (min-width: 1200px) {
  .alternating-content-item-wrapper:nth-child(even) .alternating-content-item-image {
    left: calc(50% + 4rem);
  }
}
@media screen and (min-width: 1600px) {
  .alternating-content-item-wrapper:nth-child(even) .alternating-content-item-image {
    left: calc(50% + 5rem);
  }
}
.location-actions,
.location-detail-hours {
  display: none;
}
.location-detail-hours {
  font-size: .8rem;
}
@media screen and (min-width: 992px) {
  .location-detail-hours {
    font-size: .75rem;
  }
}
.location-actions {
  display: flex !important;
  flex-wrap: wrap;
  margin: 1em auto;
}
@media screen and (min-width: 480px) {
  .location-actions {
    display: block !important;
  }
}
.location-actions .btn,
.location-actions .gform_footer button {
  width: 100%;
  min-height: 2em;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: middle;
  font-size: .8rem;
}
@media (min-width: 380px) {
  .location-actions .btn,
  .location-actions .gform_footer button {
    width: calc(50% - .5em);
  }
  .location-actions .btn:first-of-type,
  .location-actions .gform_footer button:first-of-type {
    margin-right: 1em;
  }
}
@media screen and (min-width: 480px) {
  .location-actions .btn,
  .location-actions .gform_footer button {
    width: 100%;
    margin: 0;
    font-size: .6rem;
  }
}
@media screen and (min-width: 992px) {
  .location-actions .btn,
  .location-actions .gform_footer button {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
.location-detail-name {
  margin-top: 0;
  margin-bottom: .75rem;
  text-transform: none;
  font-size: 1.333em;
  font-weight: 600;
  color: #cd274e;
}
.location-detail-address-wrapper {
  display: block;
  font-size: 1rem;
  font-family: "acumin-pro", sans-serif;
}
@media screen and (min-width: 992px) {
  .location-detail-address-wrapper {
    font-size: .75rem;
  }
}
.location-detail-address-wrapper .location-detail-postal-code {
  display: block;
}
.location-detail-address-wrapper .address-block-phone {
  font-weight: 700;
  color: inherit;
}
.location-detail-address-wrapper .get-directions {
  font-family: "acumin-pro", sans-serif;
  font-size: .75em;
  font-weight: 700;
}
.location-detail-address-wrapper .get-directions:after {
  display: inline-block;
  margin-left: .375em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e946";
}
.location-details-wrapper {
  font-family: "acumin-pro", sans-serif;
  line-height: 1.5;
}
.location-distance {
  margin-top: -0.5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.location-hours {
  display: none;
}
.location-map {
  display: none;
}
.leaflet-container a {
  color: #5c8124 !important;
}
.leaflet-container .address-block-phone {
  color: #000 !important;
}
.leaflet-container .btn-primary,
.leaflet-container .gform_footer button,
.leaflet-container .btn-learning-item {
  color: white !important;
}
.leaflet-container .btn-primary:focus,
.leaflet-container .btn-primary:hover,
.leaflet-container .gform_footer button:focus,
.leaflet-container .gform_footer button:hover,
.leaflet-container .btn-learning-item:focus,
.leaflet-container .btn-learning-item:hover {
  color: #cd274e !important;
}
.leaflet-container .leaflet-popup-close-button {
  color: #767676 !important;
}
.leaflet-container .store-promotions {
  color: #cd274e !important;
}
.location-map {
  pointer-events: none;
}
.location-map-marker.location-me-map-marker:after {
  content: "\e8b5";
}
p:last-of-type {
  margin-bottom: 1em !important;
}
.leaflet-popup-content .location-details {
  display: block;
  padding-left: 0;
}
.leaflet-popup-content .location-details .location-details-wrapper {
  width: 100%;
}
.leaflet-popup-content .location-details .location-actions {
  margin: 1em auto;
}
.leaflet-popup-content .location-details .location-actions .store-promotions,
.leaflet-popup-content .location-details .location-actions .get-directions {
  display: none;
}
.location-search-form {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .location-search-form {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .location-search-form {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .location-search-form {
    width: 75%;
  }
}
@media screen and (min-width: 1800px) {
  .location-search-form {
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .location-search-form-field,
  .location-search-form-search {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .location-search-form-search {
    flex-shrink: 0;
  }
}
.location-search-form-field {
  position: relative;
  margin-bottom: .75rem;
}
@media screen and (min-width: 992px) {
  .location-search-form-field {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.location-search-form-field input[type="text"] {
  -webkit-appearance: none;
}
.location-search-form-field label {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 1.5rem;
  text-align: left;
  transform: translateY(-50%);
}
.location-search-form-field.active input,
.location-search-form-field.field-changed input {
  padding-top: 0 !important;
}
.location-search-form-field.active label,
.location-search-form-field.field-changed label {
  opacity: 0;
}
.location-search-message {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1em;
  text-align: center;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .location-search-message {
    margin-left: 10%;
    width: 80%;
  }
}
.location-search-result {
  padding: 2rem 0 !important;
  width: 100%;
}
.location-search-result .search-results-marker {
  position: absolute;
  top: 1.875rem;
  left: 0;
}
.location-search-result:first-of-type {
  border: none;
}
@media screen and (min-width: 992px) {
  .location-search-result:first-of-type {
    padding-top: 0.15em !important;
  }
}
@media screen and (min-width: 992px) {
  .location-search-result:first-of-type .search-results-marker {
    top: 0;
  }
}
.location-search-result + .location-search-result {
  border-top: solid 1px #ececec;
}
@media screen and (min-width: 992px) {
  .location-search-results {
    position: relative;
    flex-shrink: 0;
    padding-left: 1rem;
    width: 50%;
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .location-search-results {
    width: 35%;
  }
}
.search-results-marker {
  display: inline-block;
  width: 1.75rem !important;
  height: 1.75rem !important;
  font-family: "futura-pt", sans-serif;
  font-size: 0.762rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-align: center;
  color: white;
  background-color: #cd274e;
  border-radius: 50%;
}
#location-search-app {
  padding: 30px 15px;
  margin-right: -15px;
  margin-left: -15px;
  background-image: url('../../images/map-bg.jpg');
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #location-search-app {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #location-search-app {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #location-search-app {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 992px) {
  #location-search-app {
    padding: 5.6rem 4rem;
  }
}
#location-search-app h2 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
#location-search-app .location-select {
  position: relative;
}
#location-search-app .location-select:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  pointer-events: none;
}
#location-search-app .location-search-submit:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e8b5";
  margin-right: .375em;
}
#location-search-app-results {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #location-search-app-results {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #location-search-app-results {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #location-search-app-results {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #location-search-app-results {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #location-search-app-results {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #location-search-app-results {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #location-search-app-results {
    display: flex;
  }
}
#location-search-results-map-container {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #location-search-results-map-container {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #location-search-results-map-container {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #location-search-results-map-container {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #location-search-results-map-container.sticky {
    position: fixed;
    top: 20px;
  }
}
#location-search-results-map {
  display: none;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 992px) {
  #location-search-results-map {
    height: 500px;
  }
}
.email-sign-up-form-wrapper h2 {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 2.5em;
  text-align: left;
  text-transform: uppercase;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .email-sign-up-form-wrapper h2 {
    max-width: 50%;
  }
}
.email-sign-up-form-wrapper h2:before,
.email-sign-up-form-wrapper h2:after {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-50%);
}
.email-sign-up-form-wrapper h2:before {
  content: "\e91e";
  font-size: 2em;
}
.email-sign-up-form-wrapper h2:after {
  width: 2.66666em;
  content: "\e93a";
  font-size: .75em;
  text-align: center;
  color: #cd274e;
}
.email-sign-up-form-wrapper .gfield:not(.gfield_contains_required) .gfield_label {
  padding-right: 0;
}
.email-sign-up-form-wrapper .gfield:not(.gfield_contains_required) > .ginput_container:after,
.email-sign-up-form-wrapper .gfield:not(.gfield_contains_required) > .gfieldset:after {
  display: none;
}
.email-sign-up-form-wrapper .gfield:not(.gfield_contains_required) > .ginput_container input,
.email-sign-up-form-wrapper .gfield:not(.gfield_contains_required) > .ginput_container select,
.email-sign-up-form-wrapper .gfield:not(.gfield_contains_required) > .ginput_container textarea {
  padding-right: 0;
}
.email-sign-up-form-wrapper .gfield_label {
  left: 1rem;
  color: #000;
}
.email-sign-up-form-wrapper .gfield.active .gfield_label,
.email-sign-up-form-wrapper .gfield.field-changed .gfield_label,
.email-sign-up-form-wrapper .gfield.top-label .gfield_label {
  left: 1rem;
}
.email-sign-up-form-wrapper .gfield.full-width {
  padding-right: 0;
  padding-left: 0;
}
.email-sign-up-form-wrapper .gfield_checkbox label {
  margin-right: 0;
  margin-left: 0;
  padding-left: 3em !important;
}
.email-sign-up-form-wrapper .gfieldset .ginput_container_checkbox {
  padding-right: 0;
  padding-left: 0;
}
.email-sign-up-form-wrapper .gform_footer button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1.4em;
  font-size: 1em;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5em;
  border-color: #b82346;
  color: #fff;
  border-color: #cd274e;
  color: white;
  background-color: #cd274e;
  border-color: transparent;
  width: 34.75%;
  height: auto;
  z-index: 1;
}
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button:active:focus,
.email-sign-up-form-wrapper .gform_footer button.active:focus,
.email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button:active.focus,
.email-sign-up-form-wrapper .gform_footer button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.focus {
  color: #000;
  text-decoration: none;
}
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active {
  outline: 0;
  background-image: none;
  -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);
}
.email-sign-up-form-wrapper .gform_footer button.disabled,
.email-sign-up-form-wrapper .gform_footer button[disabled],
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.email-sign-up-form-wrapper .gform_footer button [class^="icon-"],
.email-sign-up-form-wrapper .gform_footer button [class*=" icon-"] {
  vertical-align: text-bottom;
  line-height: 1.2;
  margin: 0 0.2em;
}
.email-sign-up-form-wrapper .gform_footer button [class^="icon-"],
.email-sign-up-form-wrapper .gform_footer button [class*=" icon-"] {
  line-height: 1.5;
}
.email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: #fff;
  background-color: #a21f3e;
  border-color: #841932;
}
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  background-image: none;
}
.email-sign-up-form-wrapper .gform_footer button.disabled,
.email-sign-up-form-wrapper .gform_footer button[disabled],
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button,
.email-sign-up-form-wrapper .gform_footer button.disabled:hover,
.email-sign-up-form-wrapper .gform_footer button[disabled]:hover,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button.disabled:focus,
.email-sign-up-form-wrapper .gform_footer button[disabled]:focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.disabled.focus,
.email-sign-up-form-wrapper .gform_footer button[disabled].focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button.disabled:active,
.email-sign-up-form-wrapper .gform_footer button[disabled]:active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.disabled.active,
.email-sign-up-form-wrapper .gform_footer button[disabled].active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.active {
  background-color: #cd274e;
  border-color: #b82346;
}
.email-sign-up-form-wrapper .gform_footer button .badge {
  color: #cd274e;
  background-color: #fff;
}
.btn-inverse.email-sign-up-form-wrapper .gform_footer button {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.btn-inverse.email-sign-up-form-wrapper .gform_footer button:hover,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button:focus,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button.focus,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button:active,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button.active,
.btn-inverse.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: #fff;
  background-color: #cd274e;
  border-color: #cd274e;
}
.btn-solid.email-sign-up-form-wrapper .gform_footer button:hover,
.btn-solid.email-sign-up-form-wrapper .gform_footer button:focus,
.btn-solid.email-sign-up-form-wrapper .gform_footer button.focus,
.btn-solid.email-sign-up-form-wrapper .gform_footer button:active,
.btn-solid.email-sign-up-form-wrapper .gform_footer button.active,
.btn-solid.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: #cd274e;
  background-color: #fff;
  border-color: #fff;
}
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.email-sign-up-form-wrapper .gform_footer button.disabled,
.email-sign-up-form-wrapper .gform_footer button[disabled],
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button,
.email-sign-up-form-wrapper .gform_footer button.disabled:hover,
.email-sign-up-form-wrapper .gform_footer button[disabled]:hover,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button.disabled:focus,
.email-sign-up-form-wrapper .gform_footer button[disabled]:focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.disabled.focus,
.email-sign-up-form-wrapper .gform_footer button[disabled].focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button.disabled:active,
.email-sign-up-form-wrapper .gform_footer button[disabled]:active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.disabled.active,
.email-sign-up-form-wrapper .gform_footer button[disabled].active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.active {
  background-color: transparent;
  border-color: #b82346;
}
.email-sign-up-form-wrapper .gform_footer button .badge {
  color: #cd274e;
  background-color: #fff;
}
.email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: white;
  background-color: #a21f3e;
  border-color: #9a1d3a;
}
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  background-image: none;
}
.email-sign-up-form-wrapper .gform_footer button.disabled,
.email-sign-up-form-wrapper .gform_footer button[disabled],
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button,
.email-sign-up-form-wrapper .gform_footer button.disabled:hover,
.email-sign-up-form-wrapper .gform_footer button[disabled]:hover,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button.disabled:focus,
.email-sign-up-form-wrapper .gform_footer button[disabled]:focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.disabled.focus,
.email-sign-up-form-wrapper .gform_footer button[disabled].focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button.disabled:active,
.email-sign-up-form-wrapper .gform_footer button[disabled]:active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.disabled.active,
.email-sign-up-form-wrapper .gform_footer button[disabled].active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.active {
  background-color: #cd274e;
  border-color: #cd274e;
}
.email-sign-up-form-wrapper .gform_footer button .badge {
  color: #cd274e;
  background-color: white;
}
.btn-inverse.email-sign-up-form-wrapper .gform_footer button {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: #cd274e;
  background-color: transparent;
  border-color: #cd274e;
}
.btn-inverse.email-sign-up-form-wrapper .gform_footer button:hover,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button:focus,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button.focus,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button:active,
.btn-inverse.email-sign-up-form-wrapper .gform_footer button.active,
.btn-inverse.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: white;
  background-color: #cd274e;
  border-color: #cd274e;
}
.btn-solid.email-sign-up-form-wrapper .gform_footer button:hover,
.btn-solid.email-sign-up-form-wrapper .gform_footer button:focus,
.btn-solid.email-sign-up-form-wrapper .gform_footer button.focus,
.btn-solid.email-sign-up-form-wrapper .gform_footer button:active,
.btn-solid.email-sign-up-form-wrapper .gform_footer button.active,
.btn-solid.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  color: #cd274e;
  background-color: white;
  border-color: white;
}
.email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.active,
.open > .dropdown-toggle.email-sign-up-form-wrapper .gform_footer button {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.email-sign-up-form-wrapper .gform_footer button.disabled,
.email-sign-up-form-wrapper .gform_footer button[disabled],
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button,
.email-sign-up-form-wrapper .gform_footer button.disabled:hover,
.email-sign-up-form-wrapper .gform_footer button[disabled]:hover,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:hover,
.email-sign-up-form-wrapper .gform_footer button.disabled:focus,
.email-sign-up-form-wrapper .gform_footer button[disabled]:focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button.disabled.focus,
.email-sign-up-form-wrapper .gform_footer button[disabled].focus,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.focus,
.email-sign-up-form-wrapper .gform_footer button.disabled:active,
.email-sign-up-form-wrapper .gform_footer button[disabled]:active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button:active,
.email-sign-up-form-wrapper .gform_footer button.disabled.active,
.email-sign-up-form-wrapper .gform_footer button[disabled].active,
fieldset[disabled] .email-sign-up-form-wrapper .gform_footer button.active {
  background-color: transparent;
  border-color: #cd274e;
}
.email-sign-up-form-wrapper .gform_footer button .badge {
  color: #cd274e;
  background-color: white;
}
.email-sign-up-form-wrapper .gform_footer button:focus,
.email-sign-up-form-wrapper .gform_footer button:hover {
  color: white;
  background-color: #c02549;
}
.email-sign-up-form-wrapper .gform_footer button span {
  pointer-events: none;
}
.email-sign-up-form-wrapper .gform_wrapper form {
  margin-top: 2em;
  margin-bottom: 0;
}
.email-sign-up-form-wrapper .ginput_container_text {
  width: 62%;
}
.email-sign-up-form-wrapper .ginput_container_text input {
  border: 0 !important;
}
.email-sign-up-form-wrapper .validation_message {
  color: #fff;
}
.email-sign-up-form-wrapper.bg-dark .gfield_checkbox label,
.email-sign-up-form-wrapper.bg-primary .gfield_checkbox label,
.email-sign-up-form-wrapper.bg-secondary .gfield_checkbox label {
  color: white;
}
.nutrition-facts {
  padding: 1rem;
  background-color: white;
}
.nutrition-facts small {
  font-size: .75em;
}
.nutrition-facts p.nutrition-facts-fineprint {
  margin-bottom: 0 !important;
}
.nutrition-facts-fineprint {
  line-height: 1.5;
}
.nutrition-facts-grid td {
  width: 50%;
}
.nutrition-facts-grid td:last-child {
  text-align: left;
}
.nutrition-facts-table {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 350px;
  border-collapse: collapse;
}
.nutrition-facts-table thead tr th,
.nutrition-facts-table thead tr td {
  border: 0;
}
.nutrition-facts-table tbody tr:first-child th,
.nutrition-facts-table tbody tr:first-child td {
  border-top: 0;
}
.nutrition-facts-table th,
.nutrition-facts-table td {
  font-weight: normal;
  text-align: left;
  padding: .25rem 0;
  border-top: 1px solid #ececec;
  white-space: nowrap;
}
.nutrition-facts-table td:last-child {
  text-align: right;
}
.nutrition-facts-table .blank-cell {
  width: 1rem;
  border-top: 0;
}
.nutrition-facts-table .thick-end {
  border-bottom: 2px solid black;
}
.nutrition-facts-table .thick-row th,
.nutrition-facts-table .thick-row td {
  border-top-width: 2px;
  border-top-color: black;
}
.nutrition-facts-table .thin-end {
  border-bottom: 1px solid #ececec;
}
#portion-size {
  margin-left: .375em;
  padding: 0 .625em;
  background-color: white;
}
.control-bottom .owl-dot:not(.active),
.control-top .owl-dot:not(.active) {
  opacity: 1;
}
.control-bottom .owl-dots {
  bottom: 0;
}
.owl-dot span {
  background-color: #767676;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .slider-item-button-wrapper .btn,
  .slider-item-button-wrapper .gform_footer button {
    padding-right: 2.8em;
    padding-left: 2.8em;
  }
}
@media screen and (min-width: 768px) {
  .slider-owl-item-inner {
    width: 50%;
  }
}
.slider-owl-item-inner.top-right,
.slider-owl-item-inner.middle-right,
.slider-owl-item-inner.bottom-right {
  text-align: left;
}
.slide-owl-item-feature-label {
  color: #cd274e;
}
.slide-owl-item-inner-heading,
.slide-owl-item-inner-description {
  color: #000;
}
.slide-owl-item-inner-heading h1,
.slide-owl-item-inner-description h1,
.slide-owl-item-inner-heading h2,
.slide-owl-item-inner-description h2,
.slide-owl-item-inner-heading h3,
.slide-owl-item-inner-description h3,
.slide-owl-item-inner-heading h4,
.slide-owl-item-inner-description h4,
.slide-owl-item-inner-heading h5,
.slide-owl-item-inner-description h5,
.slide-owl-item-inner-heading h6,
.slide-owl-item-inner-description h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
}
.slide-owl-item-inner-heading {
  text-transform: uppercase;
}
.slider-scroll-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-owl-overlay + div .slide-owl-item-feature-label {
    color: #cd274e;
  }
  .slider-owl-overlay.overlay-dark + div .slide-owl-item-inner-heading,
  .slider-owl-overlay.overlay-primary + div .slide-owl-item-inner-heading,
  .slider-owl-overlay.overlay-secondary + div .slide-owl-item-inner-heading,
  .slider-owl-overlay.overlay-dark + div .slide-owl-item-inner-description,
  .slider-owl-overlay.overlay-primary + div .slide-owl-item-inner-description,
  .slider-owl-overlay.overlay-secondary + div .slide-owl-item-inner-description {
    color: white;
  }
  .slider-owl-overlay.overlay-primary + div .slide-owl-item-feature-label,
  .slider-owl-overlay.overlay-secondary + div .slide-owl-item-feature-label {
    color: #ececec;
  }
}
.slider-play-controls {
  left: 1em;
  bottom: 1em;
  max-height: 1.6rem;
  margin: 0;
  padding: .25rem .5em .5em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5em;
  border: 1px solid transparent;
}
.slider-play-controls:hover,
.slider-play-controls:focus {
  border-color: #cd274e;
}
.slider-play-controls .owl-carousel-control-button {
  width: auto;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  vertical-align: top;
  text-transform: none;
  text-shadow: none;
}
.slider-play-controls .owl-carousel-control-button:before {
  padding: 0;
  color: #cd274e;
  text-shadow: none;
}
.social-listing-wrapper {
  padding: 30px 15px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #fcf9f5;
}
@media screen and (min-width: 768px) {
  .social-listing-wrapper {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .social-listing-wrapper {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .social-listing-wrapper {
    padding: 4.5rem 5rem;
  }
}
.social-listing-wrapper .icon-facebook {
  background-color: #3b5998;
}
.social-listing-wrapper .icon-facebook:before {
  content: "\e905";
}
.social-listing-wrapper .icon-instagram {
  background-color: #e1306c;
}
.social-listing-wrapper .icon-linkedin {
  background-color: #0077b5;
}
.social-listing-wrapper .icon-pinterest {
  background-color: #bd081c;
}
.social-listing-wrapper .icon-twitter {
  background-color: #1da1f2;
}
.social-listing-wrapper .icon-youtube {
  background-color: #cd201f;
}
.social-listing-wrapper .social-link {
  margin-top: 0;
  text-align: center;
}
.social-listing-wrapper .social-link span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: white;
}
.social-listing-wrapper .social-link:focus span,
.social-listing-wrapper .social-link:hover span {
  box-shadow: inset 0 0 0 99px rgba(0, 0, 0, 0.1);
}
.social-listing-wrapper .social-links-list {
  font-size: 0;
}
.nav-tabs {
  font-size: 1em;
  background-color: #ececec;
}
.nav-tabs > li {
  font-weight: 500;
  text-transform: uppercase;
}
.nav-tabs > li.active > a {
  color: #cd274e;
}
.nav-tabs.tabs-underline {
  background-color: transparent;
  border-bottom: solid 1px #ececec;
}
.nav-tabs.tabs-underline > li {
  margin-bottom: 0;
  font-weight: 400;
}
.nav-tabs.tabs-underline > li > a {
  border-top-width: 0;
  border-bottom-width: .25em;
}
.nav-tabs.tabs-underline > li.active a,
.nav-tabs.tabs-underline > li a:focus,
.nav-tabs.tabs-underline > li a:hover {
  color: #cd274e;
  border-top-width: 0;
  border-bottom: .25em solid #cd274e;
  border-color: #cd274e;
}
.vc-tbk-tabs-wrapper {
  position: relative;
}
.vc-tbk-nav-tabs.vc-tbk-tabs-overflow {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.vc-tbk-nav-tabs.vc-tbk-tabs-overflow > .vc-tbk-tab {
  position: relative;
  margin-left: -4px;
  max-width: 90%;
  float: none;
  display: inline-block;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
@media screen and (min-width: 992px) {
  .vc-tbk-nav-tabs.vc-tbk-tabs-overflow > .vc-tbk-tab .vc-tbk-tab-button-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.vc-tbk-tab-overflow-left,
.vc-tbk-tab-overflow-right {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 2em;
  height: 100%;
  color: #cd274e;
  font-size: 2rem;
  line-height: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
.vc-tbk-tab-overflow-left [class^="icon-"],
.vc-tbk-tab-overflow-right [class^="icon-"],
.vc-tbk-tab-overflow-left [class*=" icon-"],
.vc-tbk-tab-overflow-right [class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vc-tbk-tab-overflow-left:hover,
.vc-tbk-tab-overflow-right:hover,
.vc-tbk-tab-overflow-left:focus,
.vc-tbk-tab-overflow-right:focus {
  color: #000;
}
.vc-tbk-tab-overflow-left {
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.vc-tbk-tab-overflow-left [class^="icon-"],
.vc-tbk-tab-overflow-left [class*=" icon-"] {
  left: 0;
}
.vc-tbk-tab-overflow-right {
  right: 0;
  text-align: right;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.vc-tbk-tab-overflow-right [class^="icon-"],
.vc-tbk-tab-overflow-right [class*=" icon-"] {
  right: 0;
}
.testimonial {
  background-color: #fcf9f5;
}
.testimonial-content:after {
  transform: translateY(-0.25em);
}
.testimonial-content-author-name {
  margin-top: 1.5em;
  font-family: "futura-pt", sans-serif;
  font-size: .8125em;
  letter-spacing: .025em;
}
.testimonial-content-author-name:before {
  content: "\2014";
}
.testimonial-content-quote p {
  margin-bottom: 0 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}
.location-search-back button {
  position: relative;
  margin-left: 1em;
  font-weight: 700;
  color: #5c8124;
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid transparent;
}
.location-search-back button:hover,
.location-search-back button:focus {
  outline: none;
  border-color: #5c8124;
  box-shadow: none;
}
.location-search-back button:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1em;
  vertical-align: top;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  transform: translateY(-50%);
}
.location-single {
  margin-bottom: 3em;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .location-single .vc_col-sm-3,
  .location-single .vc_col-sm-4,
  .location-single .vc_col-sm-5,
  .location-single .vc_col-sm-6 {
    width: 100%;
  }
}
.location-single .location-details {
  display: block;
  padding-left: 15px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .location-single .location-details {
    padding-left: 2.5rem;
    font-size: 1em;
  }
}
.location-single .location-details .location-name {
  margin-top: .5em;
  margin-bottom: .5em;
  color: #cd274e;
  text-transform: none;
}
.location-single .location-details .location-distance {
  margin-bottom: 1.45em;
  line-height: 1em;
}
.location-single .location-details .location_address,
.location-single .location-details .location_address-2,
.location-single .location-details .location-postal-code {
  display: block;
  line-height: 1.5em;
}
.location-single .location-details .get-directions {
  margin-top: .5em;
  margin-bottom: 1em;
  padding: 0;
  text-transform: none;
}
.location-single .location-details .get-directions:after {
  display: inline-block;
  margin-top: .25em;
  margin-left: .5em;
  color: #5c8124;
  vertical-align: top;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e946";
}
.location-single .location-details .address-block-phone {
  color: #000;
  font-weight: 700;
}
.location-single .location-map {
  display: block;
  width: 100%;
  height: 15rem;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .location-single .location-map {
    height: 390px;
  }
}
@media screen and (min-width: 992px) {
  .location-single .store-hours {
    float: right;
    padding-right: 0;
  }
}
.location-single .store-hours h4 {
  margin-top: 1.75em;
  text-transform: none;
  font-size: 1.333em;
}
.location-single .store-hours .location-store-hours {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .location-single .store-hours .location-store-hours {
    float: left;
    width: 100%;
    font-size: 0.75em;
    clear: both;
  }
}
.location-single .store-hours .location-store-hours strong {
  float: none;
  display: block;
}
@media screen and (min-width: 1200px) {
  .location-single .store-hours .location-store-hours strong {
    float: right;
  }
}
.location-single .store-hours .store-promotions {
  display: flex;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 1em .6em;
  font-size: .952em;
  font-weight: 400;
  line-height: .952em;
  text-transform: none;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  .location-single .store-hours .store-promotions {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .location-single .store-hours .store-promotions {
    float: left;
    width: 100%;
  }
}
.location-single .store-hours .store-promotions strong {
  font-size: 600;
}
.location-single .store-hours .store-promotions span {
  display: inline-block;
}
.location-single .store-hours .store-promotions::before {
  float: left;
  display: inline-block;
  margin: auto .25em auto 0;
  font-size: 2em;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95f";
}
.link-items-container {
  margin-top: 2em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .link-items-container {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .link-items-container {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .link-items-container {
    margin-bottom: 5rem;
  }
}
.link-items-container h2 {
  margin-top: 0;
  text-align: center;
}
.link-list-items {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 992px) {
  .link-list-items {
    justify-content: center;
  }
}
.link-list-items .link-item-link:hover,
.link-list-items .link-item-link:focus {
  text-decoration: none;
}
.link-list-items .link-item-link:hover .link-item-icon,
.link-list-items .link-item-link:focus .link-item-icon {
  transform: translateY(-10px);
}
.link-list-items .link-item {
  display: block;
  width: 33%;
  text-align: center;
}
.link-list-items .link-item .link-item-icon {
  position: relative;
  top: 0;
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  transition: all .4s ease;
}
.link-list-items .link-item .link-item-text {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
}
