@charset "UTF-8";
/*! 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, .featured-block--blog .views-field-view-node a > .caret,
  .dropup > .btn > .caret, .featured-block--blog .views-field-view-node
  .dropup > a > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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: transparent; }

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

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

a {
  color: #e33946;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b61a26;
    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 {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 640px) {
    .lead {
      font-size: 27px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #e33946; }

a.text-primary:hover {
  color: #cc1d2a; }

.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; }

.bg-primary {
  background-color: #e33946; }

a.bg-primary:hover {
  background-color: #cc1d2a; }

.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 640px) {
    .container {
      width: 750px; } }
  @media (min-width: 900px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="search"] {
  -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: 7px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #e33946;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 57, 70, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 57, 70, 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 {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .featured-block--blog .views-field-view-node
  .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .featured-block--blog .views-field-view-node
  .input-group-sm > .input-group-btn > a.form-control-static {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .featured-block--blog .views-field-view-node
.input-group-sm > .input-group-btn > a {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px; }

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

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

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

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

.form-group-sm .form-control-static {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 41px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .featured-block--blog .views-field-view-node
.input-group-lg > .input-group-btn > a {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 5px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 53px;
  line-height: 53px; }

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

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 5px; }

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

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

.form-group-lg .form-control-static {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  min-height: 48px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 48.75px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .featured-block--blog .views-field-view-node
.input-group-lg > .input-group-btn > a + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .featured-block--blog .views-field-view-node
.input-group-sm > .input-group-btn > a + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.has-success .help-block,
.has-success .control-label,
.has-success .membershipInfo label, .membershipInfo
.has-success 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 .membershipInfo label, .membershipInfo
.has-warning 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 .membershipInfo label, .membershipInfo
.has-error 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: 30px; }

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

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

@media (min-width: 640px) {
  .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, .form-inline .membershipInfo label, .membershipInfo .form-inline label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .membershipInfo label, .membershipInfo .form-horizontal .form-group-lg label {
    padding-top: 14.33333px; } }

@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .membershipInfo label, .membershipInfo .form-horizontal .form-group-sm label {
    padding-top: 6px; } }

.btn, .featured-block--blog .views-field-view-node a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .featured-block--blog .views-field-view-node a:focus, .btn.focus, .featured-block--blog .views-field-view-node a.focus, .btn:active:focus, .featured-block--blog .views-field-view-node a:active:focus, .btn:active.focus, .featured-block--blog .views-field-view-node a:active.focus, .btn.active:focus, .featured-block--blog .views-field-view-node a.active:focus, .btn.active.focus, .featured-block--blog .views-field-view-node a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .featured-block--blog .views-field-view-node a:hover, .btn:focus, .featured-block--blog .views-field-view-node a:focus, .btn.focus, .featured-block--blog .views-field-view-node a.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .featured-block--blog .views-field-view-node a:active, .btn.active, .featured-block--blog .views-field-view-node a.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, .featured-block--blog .views-field-view-node a.disabled, .btn[disabled], .featured-block--blog .views-field-view-node a[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node
  fieldset[disabled] a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .featured-block--blog .views-field-view-node a {
  color: #fff;
  background-color: #e33946;
  border-color: #e33946; }
  .btn-primary:hover, .featured-block--blog .views-field-view-node a:hover, .btn-primary:focus, .featured-block--blog .views-field-view-node a:focus, .btn-primary.focus, .featured-block--blog .views-field-view-node a.focus, .btn-primary:active, .featured-block--blog .views-field-view-node a:active, .btn-primary.active, .featured-block--blog .views-field-view-node a.active,
  .open > .btn-primary.dropdown-toggle, .featured-block--blog .views-field-view-node
  .open > a.dropdown-toggle {
    color: #fff;
    background-color: #cc1d2a;
    border-color: #c31c28; }
  .btn-primary:active, .featured-block--blog .views-field-view-node a:active, .btn-primary.active, .featured-block--blog .views-field-view-node a.active,
  .open > .btn-primary.dropdown-toggle, .featured-block--blog .views-field-view-node
  .open > a.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .featured-block--blog .views-field-view-node a.disabled, .btn-primary.disabled:hover, .featured-block--blog .views-field-view-node a.disabled:hover, .btn-primary.disabled:focus, .featured-block--blog .views-field-view-node a.disabled:focus, .btn-primary.disabled.focus, .featured-block--blog .views-field-view-node a.disabled.focus, .btn-primary.disabled:active, .featured-block--blog .views-field-view-node a.disabled:active, .btn-primary.disabled.active, .featured-block--blog .views-field-view-node a.disabled.active, .btn-primary[disabled], .featured-block--blog .views-field-view-node a[disabled], .btn-primary[disabled]:hover, .featured-block--blog .views-field-view-node a[disabled]:hover, .btn-primary[disabled]:focus, .featured-block--blog .views-field-view-node a[disabled]:focus, .btn-primary[disabled].focus, .featured-block--blog .views-field-view-node a[disabled].focus, .btn-primary[disabled]:active, .featured-block--blog .views-field-view-node a[disabled]:active, .btn-primary[disabled].active, .featured-block--blog .views-field-view-node a[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node
  fieldset[disabled] a,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .featured-block--blog .views-field-view-node a:hover, .featured-block--blog .views-field-view-node
  fieldset[disabled] a:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .featured-block--blog .views-field-view-node a:focus, .featured-block--blog .views-field-view-node
  fieldset[disabled] a:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .featured-block--blog .views-field-view-node a.focus, .featured-block--blog .views-field-view-node
  fieldset[disabled] a.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .featured-block--blog .views-field-view-node a:active, .featured-block--blog .views-field-view-node
  fieldset[disabled] a:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .featured-block--blog .views-field-view-node a.active, .featured-block--blog .views-field-view-node
  fieldset[disabled] a.active {
    background-color: #e33946;
    border-color: #e33946; }
  .btn-primary .badge, .featured-block--blog .views-field-view-node a .badge {
    color: #e33946;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #e33946;
  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: #b61a26;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .featured-block--blog .views-field-view-node .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn, .featured-block--blog .views-field-view-node .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .featured-block--blog .views-field-view-node .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .featured-block--blog .views-field-view-node .btn-group > a,
  .btn-group-vertical > .btn, .featured-block--blog .views-field-view-node
  .btn-group-vertical > a {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .featured-block--blog .views-field-view-node .btn-group > a:hover, .btn-group > .btn:focus, .featured-block--blog .views-field-view-node .btn-group > a:focus, .btn-group > .btn:active, .featured-block--blog .views-field-view-node .btn-group > a:active, .btn-group > .btn.active, .featured-block--blog .views-field-view-node .btn-group > a.active,
    .btn-group-vertical > .btn:hover, .featured-block--blog .views-field-view-node
    .btn-group-vertical > a:hover,
    .btn-group-vertical > .btn:focus, .featured-block--blog .views-field-view-node
    .btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active, .featured-block--blog .views-field-view-node
    .btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active, .featured-block--blog .views-field-view-node
    .btn-group-vertical > a.active {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .featured-block--blog .views-field-view-node a + .btn, .featured-block--blog .views-field-view-node .btn-group a + .btn, .btn-group .featured-block--blog .views-field-view-node .btn + a, .featured-block--blog .views-field-view-node .btn-group .btn + a, .btn-group .featured-block--blog .views-field-view-node a + a, .featured-block--blog .views-field-view-node .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .featured-block--blog .views-field-view-node a + .btn-group, .featured-block--blog .views-field-view-node
.btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .featured-block--blog .views-field-view-node .btn-group + a, .featured-block--blog .views-field-view-node
.btn-group .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .featured-block--blog .views-field-view-node .btn-toolbar > a,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .featured-block--blog .views-field-view-node .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .featured-block--blog .views-field-view-node .btn-group > a:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .featured-block--blog .views-field-view-node .btn-group > a: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), .featured-block--blog .views-field-view-node .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle: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, .featured-block--blog .views-field-view-node .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .featured-block--blog .views-field-view-node .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .featured-block--blog .views-field-view-node .btn-group > .btn-group:last-child:not(:first-child) > a: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, .featured-block--blog .views-field-view-node .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .featured-block--blog .views-field-view-node .btn-group-lg.btn-group > a + .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, .featured-block--blog .views-field-view-node a .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .featured-block--blog .views-field-view-node .btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .featured-block--blog .views-field-view-node .btn-group-lg > a .caret, .featured-block--blog .views-field-view-node .dropup .btn-group-lg > a .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .featured-block--blog .views-field-view-node .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .featured-block--blog .views-field-view-node
.btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .featured-block--blog .views-field-view-node .btn-group-vertical > .btn-group > a {
  float: none; }

.btn-group-vertical > .btn + .btn, .featured-block--blog .views-field-view-node .btn-group-vertical > a + .btn, .featured-block--blog .views-field-view-node .btn-group-vertical > .btn + a, .featured-block--blog .views-field-view-node .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group, .featured-block--blog .views-field-view-node
.btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn, .featured-block--blog .views-field-view-node
.btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .featured-block--blog .views-field-view-node .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .featured-block--blog .views-field-view-node .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .featured-block--blog .views-field-view-node .btn-group-vertical > a:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .featured-block--blog .views-field-view-node .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .featured-block--blog .views-field-view-node .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .featured-block--blog .views-field-view-node .btn-group-vertical > .btn-group:last-child:not(:first-child) > a: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, .featured-block--blog .views-field-view-node .btn-group-justified > a,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .btn-group-justified > .btn-group a {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .featured-block--blog .views-field-view-node [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .featured-block--blog .views-field-view-node
[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .featured-block--blog .views-field-view-node
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .featured-block--blog .views-field-view-node
[data-toggle="buttons"] > .btn-group > a 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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .featured-block--blog .views-field-view-node
  .input-group-sm > .input-group-btn > a.input-group-addon {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .featured-block--blog .views-field-view-node
  .input-group-lg > .input-group-btn > a.input-group-addon {
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 5px; }
  .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, .featured-block--blog .views-field-view-node
.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn, .featured-block--blog .views-field-view-node
.input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .featured-block--blog .views-field-view-node
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .featured-block--blog .views-field-view-node
.input-group-btn:last-child > .btn-group:not(:last-child) > a {
  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, .featured-block--blog .views-field-view-node
.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn, .featured-block--blog .views-field-view-node
.input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .featured-block--blog .views-field-view-node
.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .featured-block--blog .views-field-view-node
.input-group-btn:first-child > .btn-group:not(:first-child) > a {
  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, .featured-block--blog .views-field-view-node .input-group-btn > a {
    position: relative; }
    .input-group-btn > .btn + .btn, .featured-block--blog .views-field-view-node .input-group-btn > a + .btn, .featured-block--blog .views-field-view-node .input-group-btn > .btn + a, .featured-block--blog .views-field-view-node .input-group-btn > a + a {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .featured-block--blog .views-field-view-node .input-group-btn > a:hover, .input-group-btn > .btn:focus, .featured-block--blog .views-field-view-node .input-group-btn > a:focus, .input-group-btn > .btn:active, .featured-block--blog .views-field-view-node .input-group-btn > a:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .featured-block--blog .views-field-view-node .input-group-btn:first-child > a,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .featured-block--blog .views-field-view-node .input-group-btn:last-child > a,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #e33946; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .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: #e33946; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 640px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 25px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 640px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 640px) {
  .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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 640px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 640px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 640px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 640px) {
    .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: 32.5px 15px;
  font-size: 23px;
  line-height: 25px;
  height: 90px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 640px) {
    .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: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: 640px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 16.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px; }
  @media (max-width: 639px) {
    .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: 25px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 640px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 32.5px;
          padding-bottom: 32.5px; } }

.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: 25.5px;
  margin-bottom: 25.5px; }
  @media (min-width: 640px) {
    .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, .navbar-form .membershipInfo label, .membershipInfo .navbar-form 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 (max-width: 639px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 640px) {
    .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 {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 25.5px;
  margin-bottom: 25.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .featured-block--blog .views-field-view-node .btn-group-sm > a.navbar-btn {
    margin-top: 27px;
    margin-bottom: 27px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .featured-block--blog .views-field-view-node .btn-group-xs > a.navbar-btn {
    margin-top: 34px;
    margin-bottom: 34px; }

.navbar-text {
  margin-top: 32.5px;
  margin-bottom: 32.5px; }
  @media (min-width: 640px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 640px) {
  .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: #e7e7e7; }
  .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: #e7e7e7; }
  .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: 639px) {
    .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, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 639px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #090909; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #e33946;
      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: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #b61a26;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e33946;
    border-color: #e33946;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px; }

.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: 25px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .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: #eeeeee; }
  .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: #777777;
    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; }
  .label:empty {
    display: none; }
  .btn .label, .featured-block--blog .views-field-view-node a .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #e33946; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #cc1d2a; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.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; }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

@media (max-width: 639px) {
  .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: 639px) {
  .visible-xs-block {
    display: block !important; } }

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

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

@media (min-width: 640px) and (max-width: 899px) {
  .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: 640px) and (max-width: 899px) {
  .visible-sm-block {
    display: block !important; } }

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

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

@media (min-width: 900px) 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: 900px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

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

@media (min-width: 900px) 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: 639px) {
  .hidden-xs {
    display: none !important; } }

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

@media (min-width: 900px) 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; } }

/**
 * Swiper 3.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 7, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

[class*="block-grid-"] {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  padding: 0; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > .block-grid-item {
  width: 100%; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(1 + "n+1") {
    clear: both; }

.block-grid-xs-2 > .block-grid-item {
  width: 50%; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(2 + "n+1") {
    clear: both; }

.block-grid-xs-3 > .block-grid-item {
  width: 33.33333%; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(3 + "n+1") {
    clear: both; }

.block-grid-xs-4 > .block-grid-item {
  width: 25%; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(4 + "n+1") {
    clear: both; }

.block-grid-xs-5 > .block-grid-item {
  width: 20%; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(5 + "n+1") {
    clear: both; }

.block-grid-xs-6 > .block-grid-item {
  width: 16.66667%; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(6 + "n+1") {
    clear: both; }

.block-grid-xs-7 > .block-grid-item {
  width: 14.28571%; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(7 + "n+1") {
    clear: both; }

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(8 + "n+1") {
    clear: both; }

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111%; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(9 + "n+1") {
    clear: both; }

.block-grid-xs-10 > .block-grid-item {
  width: 10%; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(10 + "n+1") {
    clear: both; }

.block-grid-xs-11 > .block-grid-item {
  width: 9.09091%; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(11 + "n+1") {
    clear: both; }

.block-grid-xs-12 > .block-grid-item {
  width: 8.33333%; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(12 + "n+1") {
    clear: both; }

@media (min-width: 640px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(1 + "n+1") {
      clear: both; }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(2 + "n+1") {
      clear: both; }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(3 + "n+1") {
      clear: both; }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(4 + "n+1") {
      clear: both; }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(5 + "n+1") {
      clear: both; }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(6 + "n+1") {
      clear: both; }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(7 + "n+1") {
      clear: both; }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(8 + "n+1") {
      clear: both; }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(9 + "n+1") {
      clear: both; }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(10 + "n+1") {
      clear: both; }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(11 + "n+1") {
      clear: both; }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(12 + "n+1") {
      clear: both; } }

@media (min-width: 900px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(1 + "n+1") {
      clear: both; }
  .block-grid-md-2 > .block-grid-item {
    width: 50%; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(2 + "n+1") {
      clear: both; }
  .block-grid-md-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(3 + "n+1") {
      clear: both; }
  .block-grid-md-4 > .block-grid-item {
    width: 25%; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(4 + "n+1") {
      clear: both; }
  .block-grid-md-5 > .block-grid-item {
    width: 20%; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(5 + "n+1") {
      clear: both; }
  .block-grid-md-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(6 + "n+1") {
      clear: both; }
  .block-grid-md-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(7 + "n+1") {
      clear: both; }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(8 + "n+1") {
      clear: both; }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(9 + "n+1") {
      clear: both; }
  .block-grid-md-10 > .block-grid-item {
    width: 10%; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(10 + "n+1") {
      clear: both; }
  .block-grid-md-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(11 + "n+1") {
      clear: both; }
  .block-grid-md-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(12 + "n+1") {
      clear: both; } }

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(1 + "n+1") {
      clear: both; }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(2 + "n+1") {
      clear: both; }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(3 + "n+1") {
      clear: both; }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(4 + "n+1") {
      clear: both; }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(5 + "n+1") {
      clear: both; }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(6 + "n+1") {
      clear: both; }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(7 + "n+1") {
      clear: both; }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(8 + "n+1") {
      clear: both; }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(9 + "n+1") {
      clear: both; }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(10 + "n+1") {
      clear: both; }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(11 + "n+1") {
      clear: both; }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(12 + "n+1") {
      clear: both; } }

@media screen and (min-width: 900px) {
  .display-block-md {
    display: block; } }

@media screen and (min-width: 1200px) {
  .display-block-lg {
    display: block; } }

@media screen and (min-width: 900px) {
  .display-inline-md {
    display: inline; } }

.no-gutter {
  margin-left: -24px;
  margin-right: -24px; }
  @media screen and (min-width: 640px) {
    .no-gutter {
      margin-left: -30px;
      margin-right: -30px; } }
  .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@media screen and (max-width: 639px) {
  .no-gutter-xs, #sidebar-right .block-tryfree-cta, .form-box, .main-container #block-block-128 {
    margin-left: -24px;
    margin-right: -24px; }
    .no-gutter-xs > [class*="col-"], #sidebar-right .block-tryfree-cta > [class*="col-"], .form-box > [class*="col-"], .main-container #block-block-128 > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (max-width: 639px) {
  .half-gutter-xs {
    margin-left: -12px;
    margin-right: -12px; }
    .half-gutter-xs > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 640px) and (max-width: 899px) {
  .no-gutter-sm, #sidebar-right .block-tryfree-cta, .form-box, .main-container #block-block-128 {
    margin-left: -30px;
    margin-right: -30px; }
    .no-gutter-sm > [class*="col-"], #sidebar-right .block-tryfree-cta > [class*="col-"], .form-box > [class*="col-"], .main-container #block-block-128 > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; } }

.vertical-align {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

td.checkbox,
th.checkbox,
td.radio,
th.radio {
  display: table-cell; }

#admin-menu {
  z-index: 2000; }

.admin-menu .site-header {
  top: 20px; }

html.js fieldset.collapsed {
  height: auto; }

.page-admin table .radio input[type="radio"],
.page-admin table .radio-inline input[type="radio"],
.page-admin table .checkbox input[type="checkbox"],
.page-admin table .checkbox-inline input[type="checkbox"] {
  position: relative;
  margin: 0; }

.page-admin table .radio,
.page-admin table .checkbox,
.page-admin table input[type="radio"],
.page-admin table input[type="checkbox"] {
  margin: 0; }

.node-form .fieldset-wrapper {
  padding-left: 30px;
  padding-bottom: 30px; }

.node-form fieldset legend {
  font-size: 1.3em;
  margin-bottom: 1em; }

.node-form textarea {
  width: 100%; }

.node-form .text {
  width: 100%; }

.node-form xmp {
  margin: 0;
  font-size: 14px; }

.admin-menu .navbar-fixed-top {
  top: 20px; }

.block-menu {
  position: relative; }

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */
.element-hidden {
  display: none; }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto; }

/* block configuration links */
.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40; }

.block:hover div.edit {
  display: block; }

.block div.edit a {
  color: #999;
  margin-right: 10px; }

.block div.edit:hover a {
  color: #000; }

/* views configuration links */
div.view {
  position: relative; }

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

div.view div.views-admin-links li a {
  color: #999; }

/*
** Tab navigation
*/
.section-tabs-wrapper {
  background: #EFF5EB; }

ul.primary {
  border-collapse: collapse;
  padding: 0;
  /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 0.5em 0;
  height: auto;
  border-bottom: 0;
  line-height: 1.5; }

ul.primary li {
  display: inline; }

ul.primary li a {
  display: inline-block;
  background-color: #e33946;
  color: #fff;
  border: 1px solid #e33946;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2; }

ul.primary li.active a {
  background-color: #fff !important;
  border: 1px solid #e33946 !important;
  color: #e33946 !important; }

ul.primary li a:hover {
  background-color: #cc1d2a;
  border-color: #cc1d2a; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }

ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
  /* LTR */ }

ul.secondary a {
  padding: 0;
  text-decoration: none; }

ul.secondary a.active {
  border-bottom: 4px solid #999; }

a {
  transition: color 0.28s ease-in-out, opacity 0.28s ease-in-out; }

.btn, .featured-block--blog .views-field-view-node a {
  transition: background-color 0.28s ease-in-out; }

body {
  position: relative;
  font-weight: 300;
  line-height: 1.66667; }

p {
  margin-bottom: 1.2em; }

.highlight {
  font-weight: 800;
  color: #e33946; }

.page-title {
  font-size: 6vw;
  line-height: 1;
  font-weight: 800;
  color: #EFF5EB;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 640px) {
    .page-title {
      font-size: 4.2vw; } }
  @media screen and (min-width: 900px) {
    .page-title {
      font-size: 52px; } }

.page-subtitle, .purchase-success-title {
  font-weight: 800;
  font-size: 26px;
  margin: 0 0 30px 0; }
  @media screen and (min-width: 640px) {
    .page-subtitle, .purchase-success-title {
      font-size: 30px; } }
  @media screen and (min-width: 900px) {
    .page-subtitle, .purchase-success-title {
      font-size: 32px; } }

.page-subtitle--primary {
  font-weight: 800;
  font-size: 22px;
  color: #e33946;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 640px) {
    .page-subtitle--primary {
      font-size: 26px; } }
  @media screen and (min-width: 900px) {
    .page-subtitle--primary {
      font-size: 22px; } }

.symbol-list-heading {
  font-size: 32px;
  color: #e33946;
  margin-bottom: 30px; }

.offset-navbar-anchor {
  display: block;
  position: relative;
  top: -79px;
  height: 0; }
  @media screen and (min-width: 640px) {
    .offset-navbar-anchor {
      top: -148px; } }
  @media screen and (min-width: 900px) {
    .offset-navbar-anchor {
      top: -148px; } }
  .offset-navbar-anchor--padded {
    top: -188px; }
  .offset-navbar-anchor--subnav {
    display: block;
    position: relative;
    top: -208px;
    height: 0; }

.site-name h1 {
  font-size: 10vw;
  font-weight: 800;
  margin: 0; }
  @media screen and (min-width: 900px) {
    .site-name h1 {
      font-size: 45px; } }

.site-name .tagline {
  font-weight: 300;
  font-size: 2.7vw;
  margin: 0; }
  @media screen and (min-width: 640px) {
    .site-name .tagline {
      font-size: 2.6vw; } }
  @media screen and (min-width: 900px) {
    .site-name .tagline {
      font-size: 12px; } }

strong {
  font-weight: 800; }

.highlight {
  color: #e33946; }

.text-thin {
  font-weight: 300; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1em;
  margin-bottom: 0.5em; }
  h1.first, .h1.first,
  h2.first, .h2.first,
  h3.first, .h3.first,
  h4.first, .h4.first,
  h5.first, .h5.first,
  h6.first, .h6.first {
    margin-top: 0; }

h2,
.h2 {
  font-size: 30px; }
  @media screen and (min-width: 640px) {
    h2,
    .h2 {
      font-size: 38px; } }

h3,
.h3 {
  font-weight: 800;
  font-size: 20px; }
  @media screen and (min-width: 640px) {
    h3,
    .h3 {
      font-size: 28px; } }

h4, .h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 1em; }

html {
  background: #131313; }

body.no-hero-region {
  padding-top: 80px; }
  @media screen and (min-width: 640px) {
    body.no-hero-region {
      padding-top: 90px; } }

.container,
.container-fluid {
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (min-width: 640px) {
    .container,
    .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }

@media screen and (min-width: 640px) {
  .container {
    width: auto;
    max-width: 100%; } }

@media screen and (min-width: 900px) {
  .container {
    width: auto;
    max-width: 100%; } }

@media screen and (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1200px; } }

.block-grid-item {
  padding-top: 0;
  padding-bottom: 30px; }

.affix-bottom {
  position: relative; }

.main-container {
  padding-top: 30px; }
  @media screen and (min-width: 640px) {
    .main-container {
      padding-top: 60px; } }

div.messages {
  color: #fff;
  background: #f5f5f5;
  border-radius: 0;
  border-width: 0;
  margin: 0 0 20px 0;
  padding: 15px; }
  @media screen and (min-width: 640px) {
    div.messages {
      margin: 0 0 60px 0; } }
  div.messages.status {
    background: #5cb85c; }
    div.messages.status a {
      color: #a3d7a3; }
  div.messages.warning {
    background: #467c9b; }
    div.messages.warning a {
      color: #81adc6; }
  div.messages.error {
    background: #d9534f; }
    div.messages.error a {
      color: #eba5a3; }
  div.messages a {
    text-decoration: underline; }
  div.messages ul {
    margin: 0;
    padding: 0 0 0 20px; }

.customerror-note {
  font-size: 13px;
  margin-top: 80px; }

.nav-primary {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  list-style: none; }
  .nav-primary > li {
    display: inline;
    margin: 0 12px; }
    .nav-primary > li.active-trail a {
      opacity: 0.66; }
    .nav-primary > li .active {
      opacity: 0.66;
      color: #EFF5EB; }
  .nav-primary a {
    color: #EFF5EB;
    text-decoration: none;
    font-size: 13px; }
    .nav-primary a:hover {
      opacity: 0.66; }

.section-nav {
  position: relative;
  background: #414042;
  color: #EFF5EB;
  padding: 15px 0;
  width: 100%; }
  .section-nav .container {
    position: relative; }
  .section-nav .nav {
    margin: 0 -10px;
    padding: 0;
    list-style: none; }
    .section-nav .nav > li {
      display: inline-block;
      padding: 5px 10px;
      margin: 0; }
      .section-nav .nav > li.active > a, .section-nav .nav > li.active > a:link, .section-nav .nav > li.active > a:visited, .section-nav .nav > li.active > a:active, .section-nav .nav > li.active > a:hover,
      .section-nav .nav > li.active-trail > a,
      .section-nav .nav > li.active-trail > a:link,
      .section-nav .nav > li.active-trail > a:visited,
      .section-nav .nav > li.active-trail > a:active,
      .section-nav .nav > li.active-trail > a:hover {
        color: #EFF5EB; }
  .section-nav .nav > li > a, .section-nav .nav > li > a:link, .section-nav .nav > li > a:visited {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.45;
    color: #EFF5EB;
    color: #a5aaa1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    transition: none; }
    @media screen and (min-width: 640px) {
      .section-nav .nav > li > a, .section-nav .nav > li > a:link, .section-nav .nav > li > a:visited {
        font-size: 20px; } }
    @media screen and (min-width: 900px) {
      .section-nav .nav > li > a, .section-nav .nav > li > a:link, .section-nav .nav > li > a:visited {
        font-size: 14px; } }
  .section-nav .nav > li > a:focus, .section-nav .nav > li > a:active, .section-nav .nav > li > a:hover {
    color: #EFF5EB;
    background-color: transparent; }

#page-container {
  position: relative;
  right: 0; }

#page-container,
#offcanvas-nav {
  transition: transform 0.5s; }

#site-navbar {
  transition: background 0.5s, transform 0.5s; }

body.has-active-offcanvas-nav #site-navbar,
body.has-active-offcanvas-nav #page-container {
  transform: translate3d(-280px, 0, 0); }
  @media screen and (min-width: 640px) {
    body.has-active-offcanvas-nav #site-navbar,
    body.has-active-offcanvas-nav #page-container {
      transform: translate3d(-280px, 0, 0); } }

body.has-active-offcanvas-nav #offcanvas-nav {
  transform: translate3d(0, 0, 0); }

.offcanvas-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  min-height: 100%;
  background: #313131 url("../img/offcanvas-shadow.png") left top repeat-y;
  background-size: 17px 17px;
  z-index: 100;
  transform: translate3d(100%, 0, 0);
  /*
  // BUG: the shadow is only as tall as the view port.
  // Doesn't extend if the nav is scrollable
  &:before {
    display: block;
    content: "";
    position: fixed;
    //top: 0;
    //left: 0;
    //bottom: 0;
    min-height: 100%;
    //right: 20px;
    width: 20px;
    border: 1px solid red;
    z-index: 101;
    background: linear-gradient(to right, #000, transparent);
    opacity: 0.2;
  }
  */ }
  @media screen and (min-width: 640px) {
    .offcanvas-nav {
      width: 280px; } }
  .offcanvas-nav .offcanvas-nav-block:last-of-type {
    border-bottom: 0; }

/*
.offcanvas-nav-shadow {
  position: absolute;
  left: 0;
  height: 100%;
  width: 20px;
  z-index: 101;
  background: linear-gradient(to right, #000, transparent);
  opacity: 0.2;
}
*/
.offcanvas-nav-heading {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  color: #f0f6ec; }
  .offcanvas-nav-heading.first {
    padding-top: 7px; }
    @media screen and (min-width: 640px) {
      .offcanvas-nav-heading.first {
        padding-top: 12px; } }

.offcanvas-nav-block {
  text-align: right;
  padding: 25px 30px;
  border-bottom: 2px solid #414042; }

.offcanvas-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .offcanvas-nav-menu li.active-trail a {
    color: #e33946; }
  .offcanvas-nav-menu a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #ced0d1;
    text-decoration: none;
    padding: 3px 0; }
    .offcanvas-nav-menu a:hover {
      color: #fff; }

.offcanvas-lan-lookup-form {
  display: inline-block;
  width: 160px; }
  .offcanvas-lan-lookup-form .form-control,
  .offcanvas-lan-lookup-form .btn,
  .offcanvas-lan-lookup-form .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node
  .offcanvas-lan-lookup-form a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 7px 0;
    height: 28px;
    border-radius: 2px;
    width: 100%;
    border-color: rgba(240, 246, 236, 0.1); }
  .offcanvas-lan-lookup-form .form-control {
    text-align: center;
    background: #70726f;
    line-height: normal;
    -webkit-appearance: none; }
    .offcanvas-lan-lookup-form .form-control:focus {
      box-shadow: none;
      border-color: rgba(240, 246, 236, 0.1); }
    .offcanvas-lan-lookup-form .form-control::-webkit-input-placeholder {
      color: #4f4f4f;
      font-size: 12px;
      height: 28px;
      padding: 0; }
    .offcanvas-lan-lookup-form .form-control:-moz-placeholder {
      color: #4f4f4f;
      font-size: 12px;
      height: 28px;
      padding: 0; }
    .offcanvas-lan-lookup-form .form-control::-moz-placeholder {
      color: #4f4f4f;
      font-size: 12px;
      height: 28px;
      padding: 0; }
    .offcanvas-lan-lookup-form .form-control:-ms-input-placeholder {
      color: #4f4f4f;
      font-size: 12px;
      height: 28px;
      padding: 0; }

.site-navbar {
  transition: background 0.3s linear;
  font-weight: 400; }
  .no-hero-region .site-navbar, .site-navbar.active-overlay {
    background: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 640px) {
      .no-hero-region .site-navbar .phone-btn-cta, .site-navbar.active-overlay .phone-btn-cta {
        display: inline-block; } }
  .site-navbar .lang-toggle a:hover,
  .site-navbar .text-link:hover {
    opacity: 0.66; }
  .site-navbar > .inner-content {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    vertical-align: middle;
    height: 80px;
    line-height: 80px; }
    @media screen and (min-width: 640px) {
      .site-navbar > .inner-content {
        height: 90px;
        line-height: 90px;
        padding: 0 20px; } }
    @media screen and (min-width: 900px) {
      .site-navbar > .inner-content {
        padding: 0 30px; } }
  .site-navbar .site-logo {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    top: -1px; }
    @media screen and (min-width: 640px) {
      .site-navbar .site-logo {
        margin-right: 25px;
        top: -2px; } }
    .site-navbar .site-logo img {
      position: relative;
      width: 60px;
      height: 60px; }
      @media screen and (min-width: 640px) {
        .site-navbar .site-logo img {
          width: 70px;
          height: 70px; } }
  .site-navbar .lang-toggle a {
    font-weight: inherit;
    font-style: italic;
    color: #EFF5EB;
    font-size: 10px; }

.offcanvas-toggle {
  display: inline-block;
  width: 25px;
  height: 21px;
  transition: opacity 0.28s ease-in-out; }
  .offcanvas-toggle:hover {
    opacity: 0.66; }

.phone-btn-cta {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s linear;
  margin-right: 20px; }
  @media screen and (min-width: 900px) {
    .phone-btn-cta {
      margin-right: 0; } }
  .phone-btn-cta.is-visible {
    opacity: 1; }
  .phone-btn-cta .btn, .phone-btn-cta .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .phone-btn-cta a {
    font-size: 13px;
    font-weight: inherit;
    padding-left: 8px;
    padding-right: 8px; }
    @media screen and (min-width: 640px) {
      .phone-btn-cta .btn, .phone-btn-cta .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .phone-btn-cta a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px; } }
  .phone-btn-cta .phone-btn-cta-content {
    display: none;
    color: #fff;
    font-style: italic;
    font-weight: inherit;
    font-size: 10px;
    line-height: 14px;
    margin-right: 10px;
    vertical-align: middle; }
    @media screen and (min-width: 700px) {
      .phone-btn-cta .phone-btn-cta-content {
        display: inline-block; } }
    @media screen and (min-width: 900px) {
      .phone-btn-cta .phone-btn-cta-content {
        font-size: 12px;
        display: inline-block; } }
    .phone-btn-cta .phone-btn-cta-content em {
      display: none; }
      @media screen and (min-width: 640px) {
        .phone-btn-cta .phone-btn-cta-content em {
          display: block; } }
    .phone-btn-cta .phone-btn-cta-content a {
      color: inherit;
      text-decoration: underline; }

#sidebar-right .block-tryfree-cta {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 640px) {
    #sidebar-right .block-tryfree-cta {
      margin-bottom: 70px; } }
  @media screen and (min-width: 900px) {
    #sidebar-right .block-tryfree-cta {
      display: none; } }

.hero {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 102.5641%; }
  @media screen and (min-width: 640px) {
    .hero:after {
      display: block;
      content: '';
      width: 100%;
      height: 0;
      padding-top: 76.92308%; } }
  @media screen and (min-width: 900px) {
    .hero:after {
      display: block;
      content: '';
      width: 100%;
      height: 0;
      padding-top: 34.125%; } }
  .hero .site-name {
    display: none; }
    .hero .site-name .brand {
      font-size: 8vw;
      line-height: 1;
      font-family: inherit;
      font-weight: 800;
      margin: 0; }
      @media screen and (min-width: 900px) {
        .hero .site-name .brand {
          font-size: 3vw; } }
  .hero__content {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #EFF5EB;
    text-align: center;
    margin-top: 80px; }
    @media screen and (min-width: 900px) {
      .hero__content {
        margin-top: 90px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .hero__content {
        bottom: 15%; } }
    .hero__content strong {
      font-weight: 800;
      color: #EFF5EB; }
  .hero__text-cta {
    color: rgba(239, 245, 235, 0.66);
    font-weight: 600;
    font-size: 7vw;
    line-height: 1.2;
    margin-top: 20px; }
    @media screen and (min-width: 900px) {
      .hero__text-cta {
        font-size: 4vw; } }
    body.i18n-es .hero__text-cta {
      font-size: 6.6vw; }
      @media screen and (min-width: 900px) {
        body.i18n-es .hero__text-cta {
          font-size: 4vw; } }
    .hero__text-cta a, .hero__text-cta a:link, .hero__text-cta a:visited, .hero__text-cta a:active, .hero__text-cta a:hover {
      color: #EFF5EB; }
    @media screen and (min-width: 900px) {
      .hero__text-cta a, .hero__text-cta a:link, .hero__text-cta a:visited, .hero__text-cta a:active, .hero__text-cta a:hover {
        cursor: default;
        text-decoration: none; } }
  .hero__location {
    font-weight: 400;
    font-size: 0.7em;
    line-height: inherit;
    margin-top: 10px; }
    @media screen and (min-width: 640px) {
      .hero__location {
        margin-top: 20px; } }
    @media screen and (min-width: 900px) {
      .hero__location {
        margin-top: 10px; } }
    .hero__location .region {
      display: block; }
      @media screen and (min-width: 900px) {
        .hero__location .region {
          display: inline; } }
  .hero__lan-form {
    margin-top: 40px; }
    @media screen and (min-width: 640px) {
      .hero__lan-form {
        margin-top: 70px; } }
    @media screen and (min-width: 900px) {
      .hero__lan-form {
        margin-top: 30px; } }
    .hero__lan-form .region {
      display: none; }
      @media (min-width: 375px) {
        .hero__lan-form .region {
          display: inline; } }
    @media screen and (min-width: 900px) {
      .hero__lan-form label {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        vertical-align: middle; } }

.hero--large:after {
  padding-top: 120%; }
  @media screen and (min-width: 640px) {
    .hero--large:after {
      padding-top: 100%; } }
  @media screen and (min-width: 900px) {
    .hero--large:after {
      padding-top: 48.75%; } }

.hero--large .hero__lan-form {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 30px; }
  @media screen and (min-width: 640px) {
    .hero--large .hero__lan-form {
      margin-top: 80px; } }
  @media screen and (min-width: 900px) {
    .hero--large .hero__lan-form {
      margin-top: 20px; } }

.hero--large .site-name {
  display: block;
  margin-top: 10px; }
  @media screen and (min-width: 640px) {
    .hero--large .site-name {
      margin-top: 60px; } }
  @media screen and (min-width: 900px) {
    .hero--large .site-name {
      margin-top: 0; } }

.hero--city-location:after {
  padding-top: 130%; }
  @media screen and (min-width: 640px) {
    .hero--city-location:after {
      padding-top: 100%; } }
  @media screen and (min-width: 900px) {
    .hero--city-location:after {
      padding-top: 48.75%; } }

.hero--city-location .hero__text-cta {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media screen and (min-width: 640px) {
    .hero--city-location .hero__text-cta {
      margin-top: 50px; } }
  @media screen and (min-width: 900px) {
    .hero--city-location .hero__text-cta {
      font-size: 2.2vw;
      margin-bottom: 50px;
      margin-top: 20px; } }

.hero--city-location .hero__phone {
  font-size: 4vw; }
  @media screen and (min-width: 900px) {
    .hero--city-location .hero__phone {
      font-size: inherit; } }

.hero--city-location .hero__city {
  font-size: 10vw;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: uppercase; }
  @media screen and (min-width: 640px) {
    .hero--city-location .hero__city {
      letter-spacing: -5px; } }
  @media screen and (min-width: 900px) {
    .hero--city-location .hero__city {
      font-size: 7vw; } }

.hero--fixed-height {
  position: relative;
  height: 360px; }
  @media screen and (min-width: 640px) {
    .hero--fixed-height {
      height: 500px; } }
  @media screen and (min-width: 900px) {
    .hero--fixed-height {
      height: 550px; } }
  .hero--fixed-height:after {
    height: auto;
    padding: 0;
    content: initial;
    display: none; }
  .hero--fixed-height .hero__content {
    bottom: 30px; }
    @media screen and (min-width: 640px) {
      .hero--fixed-height .hero__content {
        bottom: 60px; } }

.hero--ctc-landing-page {
  text-align: center; }
  @media screen and (min-width: 640px) {
    .hero--ctc-landing-page {
      text-align: center; } }
  @media screen and (min-width: 900px) {
    .hero--ctc-landing-page {
      text-align: left; } }
  .hero--ctc-landing-page .site-logo {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-top: 20px; }
    @media screen and (min-width: 640px) {
      .hero--ctc-landing-page .site-logo {
        width: 120px;
        height: 120px;
        margin-top: 30px; } }
    @media screen and (min-width: 900px) {
      .hero--ctc-landing-page .site-logo {
        width: 160px;
        height: 160px; } }

.hero--default {
  background-image: url("../img/covers/cover--quick-tips--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--default {
      background-image: url("../img/covers/cover--quick-tips--1600x546.jpg"); } }

.hero--city-location--default,
.hero--front {
  background-image: url("../img/covers/cover--front--780x780.jpg");
  background-position: right top; }
  @media screen and (min-width: 640px) {
    .hero--city-location--default,
    .hero--front {
      background-position: center top; } }
  @media screen and (min-width: 900px) {
    .hero--city-location--default,
    .hero--front {
      background-image: url("../img/covers/cover--front--1600x780.jpg"); } }

.hero--woman-black {
  background-image: url("../img/covers/cover--city-aa-woman--780x600.jpg");
  background-position: center top; }
  @media screen and (min-width: 900px) {
    .hero--woman-black {
      background-image: url("../img/covers/cover--city-aa-woman--1600x780.jpg"); } }

.hero--for-women {
  background-image: url("../img/covers/cover--for-women--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--for-women {
      background-image: url("../img/covers/cover--for-women--1600x546.jpg"); } }

.hero--for-men {
  background-image: url("../img/covers/cover--quick-tips--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--for-men {
      background-image: url("../img/covers/cover--quick-tips--1600x546.jpg"); } }

.hero--payment-options {
  background-image: url("../img/covers/cover--woman-couch--780x600.jpg");
  background-position: right top; }
  @media screen and (min-width: 640px) {
    .hero--payment-options {
      background-position: center top; } }
  @media screen and (min-width: 900px) {
    .hero--payment-options {
      background-image: url("../img/covers/cover--woman-couch--1600x546.jpg"); } }

.hero--quick-tips {
  background-image: url("../img/covers/cover--quick-tips--780x600.jpg");
  background-position: center top; }
  @media screen and (min-width: 640px) {
    .hero--quick-tips {
      background-position: center top; } }
  @media screen and (min-width: 900px) {
    .hero--quick-tips {
      background-image: url("../img/covers/cover--quick-tips--1600x546.jpg"); } }

.hero--buy-package {
  background-image: url("../img/covers/cover--buy-package--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--buy-package {
      background-image: url("../img/covers/cover--buy-package--1600x546.jpg"); } }

.hero--about {
  background-image: url("../img/covers/cover--about-us--780x600.jpg");
  background-position: -50px top; }
  @media screen and (min-width: 640px) {
    .hero--about {
      background-position: center top; } }
  @media screen and (min-width: 900px) {
    .hero--about {
      background-image: url("../img/covers/cover--about-us--1600x546.jpg"); } }

.hero--contact {
  background-image: url("../img/covers/cover--woman-drinking-tea--780x600.jpg");
  background-position: center top; }
  @media screen and (min-width: 640px) {
    .hero--contact {
      background-position: center top; } }
  @media screen and (min-width: 900px) {
    .hero--contact {
      background-image: url("../img/covers/cover--woman-drinking-tea--1600x546.jpg"); } }

.hero--safety-tips {
  background-image: url("../img/covers/cover--couple-brunette-glasses-smiling--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--safety-tips {
      background-image: url("../img/covers/cover--couple-brunette-glasses-smiling--1600x546.jpg"); } }

.hero--guidelines {
  background-image: url("../img/covers/cover--woman-phone--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--guidelines {
      background-image: url("../img/covers/cover--woman-phone--1600x546.jpg"); } }

.hero--faq {
  background-image: url("../img/covers/cover--quick-tips--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--faq {
      background-image: url("../img/covers/cover--quick-tips--1600x546.jpg"); } }

.hero--cities-coverage {
  background-image: url("../img/covers/cover--coverage--780x600.jpg"); }
  @media screen and (min-width: 900px) {
    .hero--cities-coverage {
      background-image: url("../img/covers/cover--coverage--1600x546.jpg"); } }

.section {
  padding: 0 0 80px; }
  .section__heading {
    font-weight: 800;
    font-size: 24px;
    color: #e33946;
    text-transform: uppercase;
    margin: 0 0 35px 0; }
    @media screen and (min-width: 640px) {
      .section__heading {
        font-size: 26px; } }
    @media screen and (min-width: 900px) {
      .section__heading {
        font-size: 20px; } }
  .section__intro {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #313131;
    margin-bottom: 50px; }
    @media screen and (min-width: 640px) {
      .section__intro {
        font-size: 26px;
        line-height: 38px; } }
  .section__banner {
    position: relative;
    margin-bottom: 35px; }
    .section__banner:after {
      display: block;
      content: '';
      width: 100%;
      height: 0;
      padding-top: 37.17949%; }
    @media screen and (min-width: 900px) {
      .section__banner:after {
        display: block;
        content: '';
        width: 100%;
        height: 0;
        padding-top: 25%; } }
    .section__banner:after {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
  .section__panel-group {
    margin-bottom: 10px; }
  .section__panel {
    padding: 30px 0 60px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300; }
    .section__panel em {
      color: #467c9b;
      color: #a6d7d9;
      color: #e33946; }
    .section__panel p:last-child {
      margin-bottom: 0; }

.section-content {
  padding-top: 60px; }

.section__banner--women-how-to-use:after {
  background-image: url("../img/banners/banner--women-01b--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--women-how-to-use:after {
      background-image: url("../img/banners/banner--women-01b--1600x400.jpg"); } }

.section__banner--women-things-to-know:after {
  background-image: url("../img/banners/banner--women-02--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--women-things-to-know:after {
      background-image: url("../img/banners/banner--women-02--1600x400.jpg"); } }

.section__banner--women-membership:after {
  background-image: url("../img/banners/banner--women-03--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--women-membership:after {
      background-image: url("../img/banners/banner--women-03--1600x400.jpg"); } }

.section__banner--women-chat-tips:after {
  background-image: url("../img/banners/banner--women-04b--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--women-chat-tips:after {
      background-image: url("../img/banners/banner--women-04b--1600x400.jpg"); } }

.section__banner--women-greetings:after {
  background-image: url("../img/banners/banner--women-05--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--women-greetings:after {
      background-image: url("../img/banners/banner--women-05--1600x400.jpg"); } }

.section__banner--women-faqs:after {
  background-image: url("../img/banners/banner--women-06--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--women-faqs:after {
      background-image: url("../img/banners/banner--women-06--1600x400.jpg"); } }

.section__banner--men-how-to-use:after {
  background-image: url("../img/banners/banner--men-01--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--men-how-to-use:after {
      background-image: url("../img/banners/banner--men-01--1600x400.jpg"); } }

.section__banner--men-cost:after {
  background-image: url("../img/banners/banner--men-02--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--men-cost:after {
      background-image: url("../img/banners/banner--men-02--1600x400.jpg"); } }

.section__banner--men-chat-tips:after {
  background-image: url("../img/banners/banner--men-03--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--men-chat-tips:after {
      background-image: url("../img/banners/banner--men-03--1600x400.jpg"); } }

.section__banner--men-greetings:after {
  background-image: url("../img/banners/banner--men-04--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--men-greetings:after {
      background-image: url("../img/banners/banner--men-04--1600x400.jpg"); } }

.section__banner--men-faqs:after {
  background-image: url("../img/banners/banner--men-05--780x290.jpg"); }
  @media screen and (min-width: 900px) {
    .section__banner--men-faqs:after {
      background-image: url("../img/banners/banner--men-05--1600x400.jpg"); } }

.section--whylivelinks-men .btn--new-members {
  margin-bottom: 30px; }

@media screen and (min-width: 640px) {
  .section--whylivelinks-men .media-symbol-list {
    padding-bottom: 20px; } }

@media screen and (min-width: 900px) {
  .section--whylivelinks-men .media-symbol-list {
    padding-bottom: 30px; } }

.section--cost-men .box-findpackage-wrapper {
  margin-bottom: 80px; }

.section--whyus {
  position: relative;
  background: url("../img/banners/banner--why-livelinks--1600x468.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px;
  text-align: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 640px) {
    .section--whyus {
      min-height: 300px; } }
  @media screen and (min-width: 900px) {
    .section--whyus {
      background-image: url("../img/banners/banner--why-livelinks--1600x468.jpg"); } }
  @media screen and (min-width: 1200px) {
    .section--whyus {
      min-height: 400px; } }
  .section--whyus > .inner-content {
    -ms-flex: none;
    flex: none; }
  .section--whyus h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    margin: 0 0 15px; }
    .i18n-es .section--whyus h2 {
      font-size: 6vw; }
    @media screen and (min-width: 900px) {
      .section--whyus h2 {
        font-size: 2em; }
        .i18n-es .section--whyus h2 {
          font-size: 60px; } }
    .section--whyus h2 strong {
      font-weight: 800; }
  .section--whyus h4 {
    font-size: 3.5vw;
    line-height: 1.3;
    font-weight: 400;
    margin: 5px 0 30px; }
    .i18n-es .section--whyus h4 {
      font-size: 2.5vw; }
    @media screen and (min-width: 640px) {
      .section--whyus h4 {
        font-size: 16px;
        margin-top: 10px; } }

.section--elevator-pitch {
  font-weight: 300;
  font-size: 17px;
  color: #484749;
  padding: 40px 0;
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 640px) {
    .section--elevator-pitch {
      font-size: 30px;
      padding: 50px 0; } }
  @media screen and (min-width: 900px) {
    .section--elevator-pitch {
      font-size: 40px;
      padding: 85px 0; } }
  @media screen and (min-width: 1200px) {
    .section--elevator-pitch {
      font-size: 50px; } }
  .section--elevator-pitch strong {
    color: #e33946;
    font-weight: 700; }

.section--women-faqs .faq-category__banner,
.section--men-faqs .faq-category__banner {
  display: none; }

.section--women-faqs .section__panel-group.faq-panel-group,
.section--men-faqs .section__panel-group.faq-panel-group {
  margin-bottom: 10px; }

.box {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #EFF5EB;
  background: #e33946;
  padding: 24px; }
  @media screen and (min-width: 640px) {
    .box {
      padding: 30px; } }
  .box--secondary {
    background: #467c9b; }
    .box--secondary a {
      font-weight: 600;
      color: #EFF5EB;
      text-decoration: underline; }
    .box--secondary .btn, .box--secondary .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .box--secondary a {
      font-weight: inherit;
      text-decoration: none; }

.box-findpackage {
  font-size: 12px; }
  @media screen and (min-width: 640px) {
    .box-findpackage {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    .box-findpackage {
      font-size: 18px; } }
  .box-findpackage .box-heading {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 15px; }
  .box-findpackage a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline; }
  .i18n-es .box-findpackage .form-control {
    max-width: 110px; }

.box-heading {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #EFF5EB;
  margin: 0 0 30px;
  padding: 0; }

.box__header {
  border-bottom: 2px solid rgba(239, 245, 235, 0.1);
  margin-bottom: 20px;
  padding-bottom: 5px; }
  .box__header .box__heading {
    font-size: 24px;
    font-weight: 800;
    text-transform: initial;
    margin: 0; }
    @media screen and (min-width: 640px) {
      .box__header .box__heading {
        font-size: 32px; } }

.box__description {
  margin-bottom: 20px; }

.box--tryfreenow {
  padding: 20px 20px 40px;
  text-align: center;
  border-radius: 4px; }
  .box--tryfreenow h3 {
    font-weight: 400;
    font-size: 8vw;
    line-height: 1;
    margin: 0 0 10px; }
    @media screen and (min-width: 900px) {
      .box--tryfreenow h3 {
        font-size: 32px; } }
  .box--tryfreenow h4 {
    font-weight: 400;
    font-size: 4vw;
    margin: 0;
    text-transform: initial; }
    @media screen and (min-width: 900px) {
      .box--tryfreenow h4 {
        font-size: 14px; } }
  .box--tryfreenow .btn-wrapper {
    margin: 30px 0; }
  .box--tryfreenow .btn-ghost {
    font-weight: 700;
    font-size: 24px;
    border-color: #fff;
    color: #fff;
    transition: border-color 0.3s, color 0.3s; }
    .box--tryfreenow .btn-ghost:hover {
      border-color: rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.6); }
  .box--tryfreenow .lan-form label {
    display: block;
    margin: 0 auto 20px;
    font-size: 16px; }
    @media screen and (min-width: 900px) {
      .box--tryfreenow .lan-form label {
        font-size: 11px; } }
  .box--tryfreenow .lan-form .form-control {
    max-width: 60px; }
  .box--tryfreenow .lan-form .btn-primary, .box--tryfreenow .lan-form .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .box--tryfreenow .lan-form a {
    background: #467c9b; }

label {
  display: block; }

.form-group-focused .control-label, .form-group-focused .membershipInfo label, .membershipInfo .form-group-focused label {
  color: #fff !important; }

.btn, .featured-block--blog .views-field-view-node a {
  font-weight: 300;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px; }

.btn-sm, .btn-group-sm > .btn, .featured-block--blog .views-field-view-node .btn-group-sm > a {
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px; }

.btn-thin-wide {
  padding: 10px 40px;
  font-weight: 300; }
  @media screen and (min-width: 640px) {
    .btn-thin-wide {
      padding: 10px 40px; } }

.btn-ghost {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 400; }

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

.btn-lg, .btn-group-lg > .btn, .featured-block--blog .views-field-view-node .btn-group-lg > a {
  font-size: 16px;
  padding: 4px 20px 7px; }
  @media screen and (min-width: 640px) {
    .btn-lg, .btn-group-lg > .btn, .featured-block--blog .views-field-view-node .btn-group-lg > a {
      font-size: 18px;
      padding: 9px 40px 11px; } }

.btn-gender-female {
  color: #fff;
  background: #e33946; }
  .btn-gender-female:hover {
    color: #fff;
    background: #cc1d2a; }

.btn-gender-male {
  color: #fff;
  background: #467c9b; }
  .btn-gender-male:hover {
    color: #fff;
    background: #366078; }

.btn-secondary {
  background: #467c9b;
  color: #fff; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #366078; }

.btn--new-members {
  display: block;
  font-weight: 300;
  font-size: 5vw;
  line-height: 1.2;
  padding: 20px 25px;
  text-align: center;
  white-space: initial; }
  @media screen and (min-width: 640px) {
    .btn--new-members {
      font-size: 3vw; } }
  @media screen and (min-width: 900px) {
    .btn--new-members {
      font-size: 25px; } }
  .btn--new-members strong {
    font-weight: 600;
    display: block; }
    @media screen and (min-width: 900px) {
      .btn--new-members strong {
        display: inline; } }

.btn-ghost {
  font-weight: 300;
  border: 1px solid #414042;
  color: #414042;
  background: transparent; }
  .btn-ghost:hover {
    border-color: #5b595c;
    color: #5b595c;
    background: inherit; }
  .btn-ghost-white {
    border-color: #EFF5EB;
    color: #EFF5EB; }
    .btn-ghost-white:hover {
      border-color: #d4e4c9;
      color: #d4e4c9; }
  .btn-ghost-danger {
    border-color: #d9534f;
    color: #d9534f; }
    .btn-ghost-danger:hover {
      border-color: #c9302c;
      color: #c9302c; }

.lan-form label {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 10px; }
  @media screen and (min-width: 640px) {
    .lan-form label {
      font-size: 14px; } }
  @media screen and (min-width: 900px) {
    .lan-form label {
      display: inline-block;
      font-size: 11px;
      max-width: 220px;
      margin-bottom: 0; } }

.lan-form .form-control {
  -webkit-appearance: none;
  display: inline-block;
  background-color: rgba(239, 245, 235, 0.2);
  border: 1px solid #eff5eb;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  max-width: 60px;
  line-height: 25px;
  height: auto;
  color: #fff; }
  @media screen and (min-width: 640px) {
    .lan-form .form-control {
      max-width: 80px; } }
  .lan-form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 11px;
    height: 27px; }
  .lan-form .form-control:-moz-placeholder {
    color: #fff;
    font-size: 11px;
    height: 27px; }
  .lan-form .form-control::-moz-placeholder {
    color: #fff;
    font-size: 11px;
    height: 27px; }
  .lan-form .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 11px;
    height: 27px; }

.lan-form .btn, .lan-form .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .lan-form a {
  display: inline-block;
  font-size: 12px;
  padding: 0 30px;
  line-height: 25px;
  border-radius: 3px;
  vertical-align: middle; }
  @media screen and (min-width: 640px) {
    .lan-form .btn, .lan-form .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .lan-form a {
      padding: 0 40px; } }
  @media screen and (min-width: 900px) {
    .lan-form .btn, .lan-form .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .lan-form a {
      padding: 0 25px; } }

.form-box select.form-control, .select-wrap--secondary select {
  background-image: url("../img/select-arrows.svg");
  background-position: right 10px center;
  background-size: 7px 14px;
  background-repeat: no-repeat; }
  .form-box select.form-control::-ms-expand, .select-wrap--secondary select::-ms-expand {
    display: none; }

option {
  color: #000; }

.form-box .form-group > label,
.form-box .control-label,
.form-box .membershipInfo label, .membershipInfo
.form-box label {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: rgba(239, 245, 235, 0.45);
  transition: color 0.3s; }

.form-box .form-control {
  color: #EFF5EB;
  background-color: rgba(239, 245, 235, 0.1);
  border: 0;
  border-bottom: 2px solid #EFF5EB;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.3s;
  box-shadow: none; }
  .form-box .form-control:focus {
    box-shadow: none;
    background-color: rgba(239, 245, 235, 0.3); }

.form-box .description {
  font-size: 10px;
  font-style: italic; }

.form-box .form-checkboxes {
  margin-top: 0; }
  .form-box .form-checkboxes .checkbox,
  .form-box .form-checkboxes .radio {
    display: inline-block;
    margin-right: 20px; }
    .form-box .form-checkboxes .checkbox label,
    .form-box .form-checkboxes .radio label {
      font-weight: 300;
      color: #EFF5EB; }

.form-box div[style="color: red;"] {
  color: #EFF5EB !important;
  background-color: #e33946 !important;
  padding: 0 10px;
  font-size: 14px; }

.webform-client-form .form-submit {
  display: block;
  width: 100%; }

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
  margin: 0 0 0.5em 0; }

label[for="edit-mollom-captcha"] {
  text-transform: capitalize; }

.mollom-captcha-container {
  margin-top: 10px; }

.mollom-image-captcha-instructions {
  font-size: 14px;
  margin: 20px 0; }

.captcha .form-group {
  margin-top: 15px; }

.captcha .form-control {
  display: inline-block;
  width: auto;
  max-width: 70px; }

.captcha .description {
  margin-top: 10px; }

.captcha-wrapper {
  margin-bottom: 15px; }
  .captcha-wrapper .control-label, .captcha-wrapper .membershipInfo label, .membershipInfo .captcha-wrapper label {
    display: block; }
  .captcha-wrapper img {
    float: left;
    margin: 6px 0 0 5px;
    width: 59px;
    height: 25px; }
  .captcha-wrapper fieldset {
    display: inline-block;
    background: #BBBBBB; }
  .captcha-wrapper .form-group {
    float: left;
    margin-bottom: 0; }
    .captcha-wrapper .form-group label {
      display: none; }
  .captcha-wrapper input[name="CaptchaValue"],
  .captcha-wrapper input[name="CaptchaValue_1"] {
    float: left;
    max-width: 50px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    color: #000; }

.bar {
  position: relative;
  background: #e33946;
  transition: background 0.3s; }
  @media screen and (min-width: 640px) {
    .bar .container {
      padding-left: 24px;
      padding-right: 24px; } }
  .bar--gender-male {
    background-color: #467c9b; }
  .is-open .bar {
    background: #b61a26;
    background: #2f2f2f !important; }
    .is-open .bar .symbol-toggle {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .bar-heading {
    color: #EFF5EB;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    padding: 0; }
    .bar-heading a {
      display: block;
      cursor: pointer;
      color: inherit;
      text-decoration: none;
      line-height: 25px;
      padding: 10px 0; }
      @media screen and (min-width: 640px) {
        .bar-heading a {
          padding: 10px 0; } }
    .bar-heading .symbol-toggle {
      display: inline-block;
      padding: 0;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      vertical-align: middle;
      float: left;
      background: url("../img/symbols/symbol-round-expand.svg") no-repeat;
      color: #EFF5EB;
      transition: transform 0.3s linear; }

.content-bar {
  padding: 13px 15px;
  margin-bottom: 30px; }
  .content-bar .bar-heading {
    font-weight: 300;
    text-transform: initial;
    font-size: 20px; }

.section-bar {
  background: #e33946;
  padding: 15px 0; }
  @media screen and (min-width: 640px) {
    .section-bar {
      padding: 25px 0; } }
  @media screen and (min-width: 900px) {
    .section-bar {
      padding: 25px 0; } }

@media screen and (min-width: 900px) {
  .block-grid-media-symbol-list .block-grid-item {
    padding-bottom: 0; } }

@media screen and (max-width: 639px) {
  .block-grid-greetings-alternate .block-grid-item {
    padding-bottom: 5px; } }

.block-free-trial-new-members {
  font-size: 20px;
  font-weight: 300;
  margin: 60px 0; }
  .block-free-trial-new-members strong {
    font-weight: 800; }

.block-paid-members .block-subheading {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 640px) {
    .block-paid-members .block-subheading {
      font-size: 26px; } }
  .block-paid-members .block-subheading span {
    display: block; }
    @media screen and (min-width: 900px) {
      .block-paid-members .block-subheading span {
        display: inline; } }

.block-tryfree-cta .box {
  border-radius: 0;
  padding: 20px; }

.block--border-theme, .lp-sidebar-content {
  border-top: 3px solid #e33946;
  border-bottom: 9px solid #467c9b;
  background: #eff5eb;
  padding: 30px 25px 25px; }
  .block--border-theme__heading {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #e33946;
    margin: 0 0 20px; }
    @media screen and (min-width: 640px) {
      .block--border-theme__heading {
        font-size: 16px; } }

.block-customer-support__heading {
  position: relative;
  margin-bottom: 15px; }
  .block-customer-support__heading .media-object {
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 640px) and (max-width: 899px) {
      .block-customer-support__heading .media-object {
        width: 65px;
        height: 65px; } }
  .block-customer-support__heading .media-left,
  .block-customer-support__heading .media-body {
    vertical-align: middle; }
  .block-customer-support__heading .media-body {
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #e33946; }
    @media screen and (min-width: 640px) and (max-width: 899px) {
      .block-customer-support__heading .media-body {
        font-size: 26px;
        font-weight: 800; } }

.block-customer-support .block__content {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2; }
  @media screen and (min-width: 640px) {
    .block-customer-support .block__content {
      font-size: 18px; } }
  @media screen and (min-width: 900px) {
    .block-customer-support .block__content {
      font-size: 14px; } }
  @media screen and (min-width: 640px) {
    .block-customer-support .block__content p {
      margin-left: 75px; } }
  @media screen and (min-width: 900px) {
    .block-customer-support .block__content p {
      margin-left: 0; } }
  .block-customer-support .block__content a {
    color: #467c9b;
    font-weight: 700; }

/**
 * Block CTA: Ready to Buy?
 */
.block-cta-buy-time {
  position: relative;
  display: table;
  width: 100%;
  background-image: url("../img/ready-to-buy--1100x400.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  color: #EFF5EB;
  text-align: left; }
  @media screen and (min-width: 900px) {
    .block-cta-buy-time {
      background-position: right bottom; } }
  .block-cta-buy-time .inner-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    height: 300px; }
    @media screen and (min-width: 640px) {
      .block-cta-buy-time .inner-content {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        height: 400px; } }
    @media screen and (min-width: 900px) {
      .block-cta-buy-time .inner-content {
        padding-left: 60px;
        padding-right: 60px; } }
  .block-cta-buy-time h2 {
    text-transform: uppercase;
    color: inherit;
    font-weight: 700;
    font-size: 10vw;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 900px) {
      .block-cta-buy-time h2 {
        font-size: 4.5em;
        letter-spacing: -2px;
        line-height: 1;
        margin-left: -5px; } }
  .block-cta-buy-time p {
    margin: 15px 0;
    font-size: 3vw;
    line-height: 1.3; }
    @media screen and (min-width: 640px) {
      .block-cta-buy-time p {
        margin: 25px 0; } }
    @media screen and (min-width: 900px) {
      .block-cta-buy-time p {
        font-size: 1.5em; } }
  .block-cta-buy-time .btn, .block-cta-buy-time .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .block-cta-buy-time a {
    font-size: 14px;
    color: #e33946;
    font-weight: 600; }
  .block-cta-buy-time--text-smaller h2 {
    font-size: 8vw; }
    @media screen and (min-width: 900px) {
      .block-cta-buy-time--text-smaller h2 {
        font-size: 3.5em; } }

.list-payment-options {
  margin: 0 -2px 40px; }
  @media screen and (min-width: 640px) {
    .list-payment-options {
      margin-left: -4px;
      margin-right: -4px; } }
  .list-payment-options li {
    display: inline-block;
    padding: 0 2px 4px;
    margin: 0; }
    @media screen and (min-width: 640px) {
      .list-payment-options li {
        padding: 0 4px; } }
  .list-payment-options .paypal {
    clear: left; }
    @media screen and (min-width: 640px) {
      .list-payment-options .paypal {
        clear: none; } }

.payment-icon {
  height: 40px; }
  @media screen and (min-width: 640px) {
    .payment-icon {
      height: 50px; } }
  @media screen and (min-width: 1200px) {
    .payment-icon {
      height: 64px; } }

.tile, .feature {
  background: #e33946;
  color: #EFF5EB;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 25px; }
  .tile--gender-male {
    background-color: #467c9b; }
  .tile p, .feature p {
    margin: 0;
    padding: 0; }

.tile-heading {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 10px; }

.tile-numbered {
  margin-bottom: 30px; }
  .tile-numbered:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 640px) {
    .tile-numbered .media-body {
      padding-right: 30px; } }
  .tile-numbered .media-right {
    display: none;
    vertical-align: middle; }
    @media screen and (min-width: 640px) {
      .tile-numbered .media-right {
        display: table-cell; } }
  .tile-numbered .media-object {
    width: 35px;
    height: 35px;
    color: #EFF5EB; }

.tile.tile-light, .tile-light.feature {
  background: #fff;
  color: #e33946;
  padding: 20px 0; }
  @media screen and (min-width: 640px) {
    .tile.tile-light, .tile-light.feature {
      padding: 40px 0; } }
  .tile.tile-light .tile-counter, .tile-light.feature .tile-counter {
    margin: 0;
    color: #467c9b; }
    @media screen and (max-width: 639px) {
      .tile.tile-light .tile-counter, .tile-light.feature .tile-counter {
        width: 38px;
        height: 38px; } }
  .tile.tile-light .tile-body, .tile-light.feature .tile-body {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    height: 100px; }
    @media screen and (min-width: 640px) {
      .tile.tile-light .tile-body, .tile-light.feature .tile-body {
        height: 130px; } }
  .tile.tile-light .btn-secondary, .tile-light.feature .btn-secondary {
    background: #467c9b;
    color: #fff;
    margin: 10px 0; }
    .tile.tile-light .btn-secondary:hover, .tile-light.feature .btn-secondary:hover {
      background-color: #366078; }
  .tile.tile-light .link-em, .tile-light.feature .link-em {
    font-style: italic;
    font-size: 11px;
    text-decoration: underline; }

.tile-numbered-vertical {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding: 35px 0 25px; }
  .tile-numbered-vertical .tile-counter {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    color: #EFF5EB; }
    @media screen and (min-width: 640px) {
      .tile-numbered-vertical .tile-counter {
        width: 60px;
        height: 60px; } }
    @media screen and (min-width: 900px) {
      .tile-numbered-vertical .tile-counter {
        width: 80px;
        height: 80px; } }
  .tile-numbered-vertical .tile-symbol-block {
    position: relative; }
    .tile-numbered-vertical .tile-symbol-block:after {
      display: block;
      content: "";
      padding-top: 100%;
      width: 100%; }
  .tile-numbered-vertical .tile-symbol-block-short {
    position: relative;
    margin-bottom: 20px; }
    .tile-numbered-vertical .tile-symbol-block-short:after {
      display: block;
      content: "";
      padding-top: 41.33333%;
      width: 100%; }
  .tile-numbered-vertical .btn, .tile-numbered-vertical .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .tile-numbered-vertical a {
    color: #e33946;
    font-size: 14px;
    min-width: 150px; }
    .tile-numbered-vertical .btn, .tile-numbered-vertical .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .tile-numbered-vertical a, .tile-numbered-vertical .btn:hover, .tile-numbered-vertical .featured-block--blog .views-field-view-node a:hover, .featured-block--blog .views-field-view-node .tile-numbered-vertical a:hover, .tile-numbered-vertical .btn:focus, .tile-numbered-vertical .featured-block--blog .views-field-view-node a:focus, .featured-block--blog .views-field-view-node .tile-numbered-vertical a:focus, .tile-numbered-vertical .btn:active, .tile-numbered-vertical .featured-block--blog .views-field-view-node a:active, .featured-block--blog .views-field-view-node .tile-numbered-vertical a:active {
      text-decoration: none;
      background: #fff; }
  .tile-numbered-vertical .tile-symbol {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    height: auto; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-keypad {
      width: 64.97696%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-audio-wave {
      width: 62.67281%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-audio-recording {
      width: 58.06452%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-winking-male {
      width: 45.16129%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-winking-female {
      width: 53.91705%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-iphone {
      width: 21.66667%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-notebook {
      width: 56.66667%; }
    .tile-numbered-vertical .tile-symbol.tile-symbol-customer-service {
      width: 38%; }
  .tile-numbered-vertical .tile-body {
    position: relative;
    height: 60px;
    font-size: 3.5vw;
    line-height: 1.3;
    padding: 0 20px;
    height: 90px; }
    @media screen and (min-width: 640px) {
      .tile-numbered-vertical .tile-body {
        font-size: 2vw;
        height: 90px; } }
    @media screen and (min-width: 900px) {
      .tile-numbered-vertical .tile-body {
        font-size: 1em; } }

.tile-tip {
  padding-top: 30px;
  padding-bottom: 40px; }
  .tile-tip .img-quote-open {
    width: 60px;
    height: 36px; }
  .tile-tip .img-quote-close {
    width: 32px;
    height: 20px; }
  .tile-tip .tile-heading-count {
    font-weight: 300;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 0; }
  .tile-tip .tile-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 16px; }
  .tile-tip .tile-content {
    position: relative;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
    height: 240px;
    width: 100%;
    padding: 0 20px; }
    @media screen and (min-width: 640px) {
      .tile-tip .tile-content {
        height: 200px; } }
    @media screen and (min-width: 900px) {
      .tile-tip .tile-content {
        height: 220px; } }
    @media screen and (min-width: 1200px) {
      .tile-tip .tile-content {
        height: 200px; } }

.feature {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding: 25px 0; }
  .feature__counter {
    width: 29.95392%;
    height: 29.95392%;
    margin: 10px auto 0;
    color: #EFF5EB; }
    @media screen and (min-width: 640px) {
      .feature__counter {
        margin-bottom: 10px; } }
  .feature__symbol-wrapper {
    position: relative; }
    .feature__symbol-wrapper:after {
      display: block;
      content: "";
      padding-top: 100%;
      width: 100%; }
  .feature__symbol {
    /*
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate3d(-50%, -50%, 0);
    */
    margin: 0 auto;
    height: auto;
    width: 25%;
    /*
    &--iphone {
      //width: (100 / 300) * 100%;
      width: 50px;
    }

    &--notebook {
      //width: (170 / 300) * 100%;
      width: 50px;
    }

    &--customer-service {
      //width: (114 / 300) * 100%;
      width: 50px;
    }
    */ }
    .feature__symbol--keypad {
      width: 64.97696%; }
    .feature__symbol--audio-wave {
      width: 62.67281%; }
    .feature__symbol--audio-recording {
      width: 58.06452%; }
    .feature__symbol--winking-male {
      width: 45.16129%; }
    .feature__symbol--winking-female {
      width: 53.91705%; }
  .feature__heading {
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0;
    text-transform: initial; }
  .feature__content {
    position: relative;
    height: 60px;
    font-size: 3.5vw;
    line-height: 1.3;
    padding: 0 20px;
    height: 90px; }
    @media screen and (min-width: 640px) {
      .feature__content {
        font-size: 2vw;
        height: 90px; } }
    @media screen and (min-width: 900px) {
      .feature__content {
        font-size: 1em; } }
  .feature a {
    color: inherit;
    text-decoration: underline; }
  .feature .btn, .feature .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .feature a {
    color: #e33946;
    font-size: 14px;
    min-width: 150px; }
    .feature .btn, .feature .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .feature a, .feature .btn:focus, .feature .featured-block--blog .views-field-view-node a:focus, .featured-block--blog .views-field-view-node .feature a:focus, .feature .btn:active, .feature .featured-block--blog .views-field-view-node a:active, .featured-block--blog .views-field-view-node .feature a:active {
      transition: none;
      text-decoration: none;
      background: #EFF5EB;
      border-color: #EFF5EB; }
    .feature .btn:hover, .feature .featured-block--blog .views-field-view-node a:hover, .featured-block--blog .views-field-view-node .feature a:hover {
      text-decoration: none;
      background: transparent;
      border-color: #EFF5EB;
      color: #EFF5EB; }
  .feature--media {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    padding: 15px 0; }
    @media screen and (min-width: 640px) {
      .feature--media {
        display: block;
        text-align: center;
        padding: 20px 0; } }
    .feature--media__symbol {
      width: 80px; }
      @media screen and (min-width: 640px) {
        .feature--media__symbol {
          width: auto;
          height: 100px; } }
    .feature--media__symbol--iphone {
      width: 40px; }
      @media screen and (min-width: 640px) {
        .feature--media__symbol--iphone {
          width: auto; } }
    .feature--media__symbol-wrapper {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 0;
      text-align: center;
      min-width: 120px; }
      @media screen and (min-width: 640px) {
        .feature--media__symbol-wrapper {
          display: block;
          width: auto;
          min-width: auto;
          height: 100px; } }
    .feature--media__body {
      display: table-cell;
      vertical-align: top;
      width: 10000px;
      padding-right: 20px; }
      @media screen and (min-width: 640px) {
        .feature--media__body {
          display: block;
          width: auto;
          padding: 0; } }
    .feature--media__heading {
      font-size: 120%;
      text-transform: initial;
      margin: 0; }
      @media screen and (min-width: 640px) {
        .feature--media__heading {
          font-size: 100%;
          margin: 20px 0 0; } }
    .feature--media__content {
      font-size: 13px;
      line-height: 1.3;
      padding: 15px 0;
      height: auto;
      text-align: left; }
      @media screen and (min-width: 640px) {
        .feature--media__content {
          text-align: center;
          padding: 0 30px;
          height: 120px; } }
      @media screen and (min-width: 900px) {
        .feature--media__content {
          padding: 0 40px;
          height: 100px; } }
    .feature--media__content_inner {
      max-width: 250px; }
      @media screen and (min-width: 640px) {
        .feature--media__content_inner {
          max-width: 100%;
          position: relative;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .feature--media .btn, .feature--media .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .feature--media a {
      font-weight: 600;
      width: 150px; }
  .feature--city {
    padding: 20px;
    background-color: #467c9b; }
    .feature--city .feature__symbol {
      width: 30%;
      margin: 20px 0 30px; }
      @media screen and (min-width: 640px) {
        .feature--city .feature__symbol {
          width: 40%; } }
      @media screen and (min-width: 900px) {
        .feature--city .feature__symbol {
          width: 25%; } }
    .feature--city .feature__heading {
      font-size: 36px; }
      @media screen and (min-width: 640px) {
        .feature--city .feature__heading {
          font-size: 18px;
          min-height: 2em; } }
      @media screen and (min-width: 900px) {
        .feature--city .feature__heading {
          font-size: 25px; } }
    .feature--city .feature__body {
      font-size: 1.5em;
      line-height: 1.2em; }
      @media screen and (max-width: 639px) {
        .feature--city .feature__body {
          height: auto;
          margin: 30px 0; }
          .feature--city .feature__body .vertical-align {
            position: relative;
            top: auto;
            -ms-transform: translateY(0);
            transform: translateY(0); } }
      @media screen and (min-width: 640px) {
        .feature--city .feature__body {
          font-size: inherit;
          line-height: inherit;
          height: 160px;
          margin: 0; } }
      @media screen and (min-width: 900px) {
        .feature--city .feature__body {
          height: 100px; } }

.block-grid--features-media .block-grid-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px; }
  @media screen and (min-width: 640px) {
    .block-grid--features-media .block-grid-item {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }

ul.block-grid--features-city {
  margin: 40px -15px;
  padding: 0; }

.audio-greeting {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  padding: 0;
  color: #EFF5EB;
  background: #e33946; }
  .audio-greeting.audio-player--is-playing .audio-greeting__banner, .audio-greeting.audio-greeting--is-open .audio-greeting__banner, .audio-greeting:hover .audio-greeting__banner {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .audio-greeting.audio-player--is-playing .audio-greeting__button_play, .audio-greeting.audio-greeting--is-open .audio-greeting__button_play, .audio-greeting:hover .audio-greeting__button_play {
    opacity: 1; }
  .audio-greeting.audio-player--is-playing .audio-greeting__button_play {
    opacity: 0.33 !important; }
  .audio-greeting--gender-male {
    background-color: #467c9b; }
  .audio-greeting--small .audio-greeting__button_play {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  .audio-greeting__banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
    z-index: 10; }
    .audio-greeting__banner.audio-greeting__banner--thin:after, .audio-greeting__banner:after {
      display: block;
      content: "";
      padding-top: 27.77778%;
      width: 100%; }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner {
        -ms-transform: translateY(-101%);
        transform: translateY(-101%); }
        .audio-greeting__banner:after {
          padding-top: 58.04677%; } }
    .audio-greeting__banner--female-1, .audio-greeting__banner--female-1.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--men-01--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--female-1 {
        background-image: url("../img/banners/banner--greeting--men-01--727x422.jpg"); } }
    .audio-greeting__banner--female-2, .audio-greeting__banner--female-2.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--men-02--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--female-2 {
        background-image: url("../img/banners/banner--greeting--men-02--727x422.jpg"); } }
    .audio-greeting__banner--female-3, .audio-greeting__banner--female-3.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--men-03--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--female-3 {
        background-image: url("../img/banners/banner--greeting--men-03--727x422.jpg"); } }
    .audio-greeting__banner--female-4, .audio-greeting__banner--female-4.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--men-04--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--female-4 {
        background-image: url("../img/banners/banner--greeting--men-04--727x422.jpg"); } }
    .audio-greeting__banner--male-1, .audio-greeting__banner--male-1.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--women-01b--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--male-1 {
        background-image: url("../img/banners/banner--greeting--women-01b--727x422.jpg"); } }
    .audio-greeting__banner--male-2, .audio-greeting__banner--male-2.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--women-02--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--male-2 {
        background-image: url("../img/banners/banner--greeting--women-02--727x422.jpg"); } }
    .audio-greeting__banner--male-3, .audio-greeting__banner--male-3.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--women-03--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--male-3 {
        background-image: url("../img/banners/banner--greeting--women-03--727x422.jpg"); } }
    .audio-greeting__banner--male-4, .audio-greeting__banner--male-4.audio-greeting__banner--thin {
      background-image: url("../img/banners/banner--greeting--women-04--720x200.jpg"); }
    @media screen and (min-width: 900px) {
      .audio-greeting__banner--male-4 {
        background-image: url("../img/banners/banner--greeting--women-04--727x422.jpg"); } }
  .audio-greeting__button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: center center no-repeat;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    z-index: 11;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.33s; }
    @media (min-width: 480px) {
      .audio-greeting__button {
        width: 75px;
        height: 75px;
        margin: -37px 0 0 -37px; } }
    @media screen and (min-width: 900px) {
      .audio-greeting__button {
        opacity: 0; } }
    .audio-greeting__button_play {
      background-image: url("../img/symbols/symbol-round-play.svg"); }
  .audio-greeting__content {
    position: relative;
    padding: 30px 30px 40px;
    z-index: 1; }
    @media screen and (min-width: 900px) {
      .audio-greeting__content {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 0; } }
  .audio-greeting__heading {
    font-weight: 300;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .audio-greeting__heading {
        font-size: 34px;
        margin: 10% 0; } }
  @media screen and (min-width: 900px) {
    .audio-greeting__body {
      position: absolute;
      bottom: 0;
      padding: 0 10%;
      width: 100%;
      height: 35%; } }
  @media screen and (min-width: 900px) {
    .audio-greeting__body-inner {
      position: relative;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.audio-player__play {
  display: block; }

.audio-greeting.audio-player--is-playing .audio-player__scrubber {
  opacity: 1; }

.audio-greeting.audio-player--is-playing .audio-greeting__play {
  opacity: 0.66 !important; }

.audio-player__scrubber {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(239, 245, 235, 0.5);
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
  cursor: pointer; }

.audio-player__progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 8px;
  width: 0px;
  background: #467c9b;
  z-index: 1; }

.audio-player__loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 8px;
  width: 0px;
  background: transparent; }

.audio-player__time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #c00;
  color: #600;
  text-shadow: 1px 1px 0px rgba(125, 0, 0, 0.5); }

.audio-player__time em {
  padding: 0px 2px 0px 0px;
  color: #fcc;
  font-style: normal; }

.audio-player__time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal; }

.audio-player__errors {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.audio-player__errors a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap; }

.audio-player__playing .audio-player__play, .audio-player__playing .loadingZ, .audio-player__playing .errorZ {
  display: none; }

.audio-player__playing .audio-player__pause {
  display: block; }

.loadingZ .audio-player__play, .loadingZ .audio-player__pause, .loadingZ .errorZ {
  display: none; }

.loadingZ .loadingZ {
  display: block; }

.errorZ .timeZ, .errorZ .audio-player__play, .errorZ .audio-player__pause, .errorZ .audio-player__scrubber, .errorZ .loadingZ {
  display: none; }

.errorZ .errorZ {
  display: block; }

.errorZ .audio-player__play-pause p {
  cursor: auto; }

.errorZ .audio-player__errors {
  display: block; }

.select-wrap--secondary {
  background: #467c9b; }
  .select-wrap--secondary select {
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 800;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
    color: #EFF5EB;
    box-shadow: none !important;
    width: 100%;
    padding: 0 24px;
    background-position: right 24px center; }
    .select-wrap--secondary select:focus {
      outline: none; }

.coverage-map--small {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .coverage-map--small img {
    width: 150px;
    height: auto; }

.media-coverage-map {
  margin-top: 50px;
  margin-bottom: 30px; }
  @media screen and (min-width: 640px) {
    .media-coverage-map--usa .map-label {
      margin-bottom: 30px; } }
  @media screen and (min-width: 900px) {
    .media-coverage-map--usa .map-label {
      margin-bottom: 60px; } }
  .media-coverage-map--usa .media-coverage-map__img {
    margin-right: 30px; }
    @media screen and (min-width: 900px) {
      .media-coverage-map--usa .media-coverage-map__img {
        margin-right: 0; } }
  @media screen and (min-width: 640px) {
    .media-coverage-map--canada .map-label {
      margin-top: 20px; } }
  @media screen and (min-width: 900px) {
    .media-coverage-map--canada .map-label {
      margin-bottom: 40px; } }
  .media-coverage-map--canada .map-label__country {
    font-size: 50px; }
  .media-coverage-map--canada .media-coverage-map__img {
    margin-left: 30px; }
    @media screen and (min-width: 900px) {
      .media-coverage-map--canada .media-coverage-map__img {
        margin-left: 0; } }
  .media-coverage-map__img {
    display: block;
    height: auto;
    width: 240px; }
    @media (min-width: 700px) {
      .media-coverage-map__img {
        width: 372px; } }
    @media screen and (min-width: 900px) {
      .media-coverage-map__img {
        width: 500px; } }
    @media (min-width: 960px) {
      .media-coverage-map__img {
        width: 632px; } }
  .media-coverage-map .media-body {
    text-align: center;
    vertical-align: middle; }

.map-label {
  font-weight: 300;
  font-size: 26px; }
  .map-label__country {
    font-weight: 800;
    font-size: 60px;
    line-height: 1; }

.coverage-heading {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px; }

.lans-coverage {
  position: relative;
  margin-bottom: 60px; }
  .lans-coverage__grid-item {
    float: left;
    width: 20%; }
  .lans-coverage--usa:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.1;
    background: url("../img/map-usa.png") center center no-repeat;
    z-index: -1; }

.cities-coverage-box {
  background: #f0f6ec;
  padding: 20px 10px; }
  .cities-coverage-box__no-lan {
    font-weight: 600;
    font-size: 16px;
    text-align: center; }

.cities-coverage-table {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px; }
  @media screen and (min-width: 640px) {
    .cities-coverage-table {
      font-size: 19px; } }
  .cities-coverage-table td {
    width: 50%;
    padding: 5px; }
    .cities-coverage-table td.number {
      font-weight: 700; }

.lan {
  display: block;
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
  line-height: 32px;
  text-align: center; }
  .lan:hover {
    color: #fff;
    background: #e33946; }
    .lan:hover .lan__location {
      display: none; }
    .lan:hover .lan__number {
      display: block; }
    .lan:hover a {
      display: block;
      color: inherit;
      text-decoration: none; }
  .lan a {
    text-decoration: underline; }
  .lan--has-landing:hover .lan__location {
    display: block; }
  .lan--has-landing:hover .lan__number {
    display: none; }
  .lan__location {
    display: block;
    font-weight: 700; }
  .lan__number {
    display: none;
    font-weight: 300; }

/**
 * City Landing Pages
 */
.node-type-city-landing-page .site-footer {
  margin-top: 50px; }

@media screen and (min-width: 640px) {
  .featured-blocks-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

.featured-block {
  background: #467c9b;
  color: #EFF5EB;
  -ms-flex: none;
  flex: none;
  text-align: center;
  margin-bottom: 15px;
  padding: 30px 20px;
  line-height: 22px; }
  @media screen and (min-width: 640px) {
    .featured-block {
      -ms-flex: 1 1 33.33%;
      flex: 1 1 33.33%;
      margin: 0 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .featured-block svg {
    max-width: 100px;
    height: 100px;
    width: 100%;
    margin: 0 auto; }
  .featured-block__header {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .featured-block--blog .views-field-title, .featured-block__heading {
    margin: 1em 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    color: #EFF5EB; }
  .featured-block--blog .views-field-title {
    margin-top: 0; }
  .featured-block__heading--blog {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 700; }
  .featured-block--blog {
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .featured-block--blog .views-field-title a {
      color: inherit; }
    .featured-block--blog .views-field-view-node {
      margin-top: 1em; }

.block-city-landing-page-footer {
  background: #494949;
  text-align: center;
  color: #EFF5EB;
  padding: 2em; }
  @media screen and (min-width: 640px) {
    .block-city-landing-page-footer {
      padding: 3em; } }
  .block-city-landing-page-footer .container > *:first-child {
    margin-top: 0; }
  .block-city-landing-page-footer .container > *:last-child {
    margin-bottom: 0; }

.lp-sidebar-content {
  font-size: 15px; }
  .lp-sidebar-content > *:first-child {
    margin-top: 0; }
  .lp-sidebar-content > *:last-child {
    margin-bottom: 0; }

.node-form fieldset fieldset legend {
  font-size: 1em; }

/**
 * Drupal Admin
 */
.group-lp_sidebar,
.group-lp-footer,
.group-lp-lists,
.group-lp-hero,
.group-lp-featured-blocks {
  padding-left: 30px;
  margin-top: 0; }
  .group-lp_sidebar > .description,
  .group-lp-footer > .description,
  .group-lp-lists > .description,
  .group-lp-hero > .description,
  .group-lp-featured-blocks > .description {
    margin-bottom: 2em; }
    .group-lp_sidebar > .description.textarea-identifier,
    .group-lp-footer > .description.textarea-identifier,
    .group-lp-lists > .description.textarea-identifier,
    .group-lp-hero > .description.textarea-identifier,
    .group-lp-featured-blocks > .description.textarea-identifier {
      margin-bottom: 1em; }
  .group-lp_sidebar legend,
  .group-lp-footer legend,
  .group-lp-lists legend,
  .group-lp-hero legend,
  .group-lp-featured-blocks legend {
    margin-left: -30px;
    font-size: 1em; }
  .group-lp_sidebar fieldset,
  .group-lp-footer fieldset,
  .group-lp-lists fieldset,
  .group-lp-hero fieldset,
  .group-lp-featured-blocks fieldset {
    margin-left: 30px; }

.gender-path-link {
  display: block;
  width: 100%;
  height: inherit;
  position: relative;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 640px) {
    .gender-path-link {
      padding: 0;
      min-height: 350px; }
      .gender-path-link > .inner-content {
        display: block;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-55%) translateX(-50%);
        transform: translateY(-55%) translateX(-50%);
        left: 50%;
        width: 100%;
        z-index: 2; } }
  @media screen and (min-width: 1200px) {
    .gender-path-link {
      min-height: 450px; } }
  .gender-path-link:hover {
    color: #fff;
    text-decoration: none; }
    .gender-path-link:hover .btn-ghost {
      color: inherit; }
    @media screen and (min-width: 900px) {
      .gender-path-link:hover .gender-path-link__symbol {
        width: 55px; }
      .gender-path-link:hover .gender-path-link__overlay {
        opacity: 1; }
      .gender-path-link:hover .btn-ghost {
        background-color: rgba(255, 255, 255, 0.15); } }
    @media screen and (min-width: 1200px) {
      .gender-path-link:hover .gender-path-link__symbol {
        width: 75px; } }
  .gender-path-link--female {
    background-color: #e33946;
    background-image: url("../img/gender-path--for-women--600x409.jpg"); }
    @media screen and (min-width: 640px) {
      .gender-path-link--female {
        background-image: url("../img/gender-path--for-women--800x546.jpg"); } }
    .gender-path-link--female .path-gender-link__overlay {
      background: rgba(108, 0, 7, 0.4); }
  .gender-path-link--male {
    background-color: #467c9b;
    background-image: url("../img/gender-path--for-men--600x409.jpg"); }
    @media screen and (min-width: 640px) {
      .gender-path-link--male {
        background-image: url("../img/gender-path--for-men--800x546.jpg"); } }
    .gender-path-link--male .path-gender-link__overlay {
      background: rgba(6, 43, 63, 0.5); }
  .gender-path-link__symbol {
    width: 45px;
    height: auto; }
    @media screen and (min-width: 900px) {
      .gender-path-link__symbol {
        transition: width 0.3s; } }
    @media screen and (min-width: 1200px) {
      .gender-path-link__symbol {
        width: 65px; } }
  .gender-path-link__heading {
    font-weight: 800;
    font-size: 3.6vw;
    margin: 20px 0;
    padding: 0 20px;
    color: inherit; }
    @media screen and (min-width: 640px) {
      .gender-path-link__heading {
        margin: 30px 0; } }
    @media screen and (min-width: 900px) {
      .gender-path-link__heading {
        font-size: 32px;
        margin-top: 40px; } }
  .gender-path-link__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s; }
  .gender-path-link .btn, .gender-path-link .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .gender-path-link a {
    transition: background-color 0.3s; }

.section__panel-group.faq-panel-group {
  margin-bottom: 45px; }

.faq-category__banner {
  position: relative;
  transition: 0.3s opacity ease-in-out;
  opacity: 0.66;
  margin-bottom: 0; }
  .faq-category__banner:after {
    padding-top: 17.5641%;
    position: relative;
    display: block;
    content: "";
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 900px) {
      .faq-category__banner:after {
        padding-top: 17.5%; } }
  .is-open .faq-category__banner {
    opacity: 1; }

.faq-category__banner--1:after {
  background-image: url("../img/banners/banner--faqs-01--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--1:after {
      background-image: url("../img/banners/banner--faqs-01--1600x280.jpg"); } }

.faq-category__banner--2:after {
  background-image: url("../img/banners/banner--faqs-02--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--2:after {
      background-image: url("../img/banners/banner--faqs-02--1600x280.jpg"); } }

.faq-category__banner--3:after {
  background-image: url("../img/banners/banner--faqs-03--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--3:after {
      background-image: url("../img/banners/banner--faqs-03--1600x280.jpg"); } }

.faq-category__banner--4:after {
  background-image: url("../img/banners/banner--faqs-04--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--4:after {
      background-image: url("../img/banners/banner--faqs-04--1600x280.jpg"); } }

.faq-category__banner--5:after {
  background-image: url("../img/banners/banner--faqs-05--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--5:after {
      background-image: url("../img/banners/banner--faqs-05--1600x280.jpg"); } }

.faq-category__banner--6:after {
  background-image: url("../img/banners/banner--faqs-06--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--6:after {
      background-image: url("../img/banners/banner--faqs-06--1600x280.jpg"); } }

.faq-category__banner--7:after {
  background-image: url("../img/banners/banner--faqs-07--780x137.jpg"); }
  @media screen and (min-width: 900px) {
    .faq-category__banner--7:after {
      background-image: url("../img/banners/banner--faqs-07--1600x280.jpg"); } }

.faq-item {
  color: #313131;
  background: url("../img/symbols/symbol-question.svg") left 5px no-repeat;
  background-size: 17px 30px;
  margin-bottom: 30px;
  padding-left: 40px; }
  @media screen and (min-width: 640px) {
    .faq-item {
      background-size: 20px 34px;
      background-position: 10px 5px;
      padding-left: 65px; } }
  @media screen and (min-width: 900px) {
    .faq-item {
      background-size: 17px 30px;
      background-position: left 5px;
      padding-left: 50px; } }
  .faq-item__question {
    font-weight: 800;
    font-size: 16px;
    color: inherit;
    text-transform: initial;
    margin: 0 0 10px 0; }
    @media screen and (min-width: 640px) {
      .faq-item__question {
        font-size: 20px; } }
    @media screen and (min-width: 900px) {
      .faq-item__question {
        font-size: 18px; } }
  .faq-item__answer {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px; }
    @media screen and (min-width: 640px) {
      .faq-item__answer {
        font-size: 17px;
        line-height: 24px; } }
    @media screen and (min-width: 900px) {
      .faq-item__answer {
        font-size: 13px;
        line-height: 18px; } }
    .faq-item__answer ul,
    .faq-item__answer ol {
      margin-left: 0;
      padding-left: 30px; }
    .faq-item__answer li {
      margin-bottom: 10px; }

.faq-panel {
  padding: 40px 0; }

.faq-description {
  margin-bottom: 80px; }

.faq .collapsed {
  display: inherit; }
  .faq .collapsed.btn, .faq .featured-block--blog .views-field-view-node a.collapsed, .featured-block--blog .views-field-view-node .faq a.collapsed {
    display: inline-block; }

.bar-nav-item {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #EFF5EB;
  padding: 15px 0;
  text-align: center;
  transition: background-color 0.28s ease-in-out; }
  .bar-nav-item:link, .bar-nav-item:active, .bar-nav-item:visited, .bar-nav-item:hover {
    color: #fff;
    text-decoration: none; }
  .bar-nav-item.bar-nav-item-back-to-top {
    background: #8f9194; }
    .bar-nav-item.bar-nav-item-back-to-top:hover {
      background: #75777b; }
  .bar-nav-item.bar-nav-item-for-women {
    background: #e33946; }
    .bar-nav-item.bar-nav-item-for-women:hover {
      background: #cc1d2a; }
  .bar-nav-item.bar-nav-item-for-men {
    background: #467c9b; }
    .bar-nav-item.bar-nav-item-for-men:hover {
      background: #366078; }

.site-footer {
  margin-top: 150px;
  background: #2f2f2f;
  color: #EFF5EB;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .site-footer {
      margin-top: 170px; } }
  @media screen and (min-width: 900px) {
    .site-footer {
      margin-top: 200px; } }
  .site-footer--landing-page {
    padding: 30px 0;
    font-size: 14px;
    margin-top: 40px; }
    .site-footer--landing-page p:last-of-type {
      margin-bottom: 0; }

body.front .site-footer {
  margin-top: 0; }

.site-footer-nav {
  padding: 40px 0; }
  @media screen and (min-width: 640px) {
    .site-footer-nav {
      padding-left: 100px;
      padding-right: 100px; } }
  @media screen and (min-width: 900px) {
    .site-footer-nav {
      padding-left: 0;
      padding-right: 0; } }
  .site-footer-nav .nav {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .site-footer-nav .nav > li {
      display: block;
      margin: 0 12px;
      padding: 10px 0; }
      @media screen and (min-width: 640px) {
        .site-footer-nav .nav > li {
          display: inline-block; } }
      .site-footer-nav .nav > li > a {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
        color: #eff5eb;
        padding: 0 0 3px 0;
        transition: color 0.28s ease-in-out; }
      .site-footer-nav .nav > li > a:hover,
      .site-footer-nav .nav > li > a:focus,
      .site-footer-nav .nav > li.active-trail > a {
        color: #e33946;
        text-decoration: none;
        background-color: transparent; }

.site-footer-support {
  background: #202020;
  text-align: center;
  padding: 30px 20px;
  color: #EFF5EB;
  font-size: 13px;
  font-weight: 700; }
  .site-footer-support a:hover {
    color: #EFF5EB;
    text-decoration: none; }
  @media screen and (min-width: 900px) {
    .site-footer-support {
      font-size: 14px; } }
  .site-footer-support .social-icons-list {
    margin: 1em 0 0;
    padding: 0; }

.site-copyright {
  background: #131313;
  text-align: center;
  padding: 20px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 300;
  color: #EFF5EB; }
  .site-copyright em {
    color: #58595b; }

.site-footer__mfp a {
  color: #58595b; }

.social-icons-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-icons-list li {
    display: inline;
    margin: 0 10px; }

.social-icon {
  fill: #fff;
  width: 32px;
  height: 32px; }
  .social-icon:hover {
    fill: #e33946; }

.media-symbol-list {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #313131;
  text-align: left; }
  .media-symbol-list h4 {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: initial; }
  .media-symbol-list .media-body {
    padding-left: 10px; }
  .media-symbol-list .media-left,
  .media-symbol-list .media-body {
    vertical-align: middle; }
    @media screen and (min-width: 900px) {
      .media-symbol-list .media-left,
      .media-symbol-list .media-body {
        height: 90px; } }
  .media-symbol-list .media-object {
    width: 65px;
    height: 65px;
    color: #e33946; }
  .media-symbol-list--small .media-body {
    font-size: 13px;
    line-height: 18px; }
  .media-symbol-list.media-symbol-checkmark {
    padding-bottom: 10px; }
    .media-symbol-list.media-symbol-checkmark .media-object {
      width: 52px;
      height: 43px; }
    .media-symbol-list.media-symbol-checkmark .media-left,
    .media-symbol-list.media-symbol-checkmark .media-body {
      height: auto;
      vertical-align: top; }
    .media-symbol-list.media-symbol-checkmark p {
      margin: 0; }

.symbol-list-action-wrapper {
  margin: 40px 0; }

.media--gender-symbol {
  margin-bottom: 30px;
  font-weight: 300;
  color: #6d6e71; }
  .media--gender-symbol strong {
    font-weight: 600;
    color: #e33946; }
  .media--gender-symbol .media-left,
  .media--gender-symbol .media-body {
    vertical-align: middle; }
  .media--gender-symbol .media-object {
    width: 65px;
    height: 65px;
    margin-right: 10px; }

#keypad-menu {
  margin-bottom: 60px; }

.keypad-menu-grid {
  margin: 20px -8px 0; }
  @media screen and (min-width: 640px) {
    .keypad-menu-grid {
      margin: 30px -15px 0; } }
  .keypad-menu-grid .block-grid-item {
    position: relative;
    padding: 0 8px 20px 8px; }
    @media screen and (min-width: 640px) {
      .keypad-menu-grid .block-grid-item {
        padding: 0 15px 30px 15px; } }
  .keypad-menu-grid.active-row .menu-item.active:before {
    display: block; }
  .keypad-menu-grid .menu-item {
    position: relative;
    display: block;
    font-weight: 300;
    color: #e33946;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: auto;
    outline: none;
    transition: none; }
    .keypad-menu-grid .menu-item:before {
      display: none; }
    .keypad-menu-grid .menu-item.no-action:hover:after, .keypad-menu-grid .menu-item:after {
      display: block;
      content: '';
      width: 100%;
      padding-top: 100%;
      box-shadow: inset 0 0 0 4px #e33946;
      border-radius: 100%; }
    .keypad-menu-grid .menu-item:hover {
      color: #467c9b; }
    .keypad-menu-grid .menu-item:hover:after {
      box-shadow: inset 0 0 0 4px #467c9b; }
    .keypad-menu-grid .menu-item.active {
      color: #EFF5EB; }
      .keypad-menu-grid .menu-item.active:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -20px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #467c9b; }
        @media screen and (min-width: 640px) {
          .keypad-menu-grid .menu-item.active:before {
            bottom: -30px; } }
      .keypad-menu-grid .menu-item.active:after {
        background: #e33946; }
      .keypad-menu-grid .menu-item.active:hover:after {
        box-shadow: inset 0 0 0 4px #e33946; }
    .keypad-menu-grid .menu-item.no-action {
      cursor: default; }
      .keypad-menu-grid .menu-item.no-action:after {
        box-shadow: inset 0 0 0 4px rgba(227, 57, 70, 0.25); }
      .keypad-menu-grid .menu-item.no-action:hover:after {
        box-shadow: inset 0 0 0 4px rgba(227, 57, 70, 0.25); }
  .keypad-menu-grid .menu-content {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10%; }
  .keypad-menu-grid .menu {
    display: block;
    font-size: 9vw;
    line-height: 1.2; }
    @media screen and (min-width: 900px) {
      .keypad-menu-grid .menu {
        font-size: 4em; } }
  .keypad-menu-grid .menu-label {
    display: block;
    font-size: 3vw;
    line-height: 1.2;
    font-family: inherit;
    min-height: 3em; }
    @media screen and (min-width: 900px) {
      .keypad-menu-grid .menu-label {
        font-size: 1.2em; } }
    @media screen and (min-width: 1200px) {
      .keypad-menu-grid .menu-label {
        font-size: 1.6em; } }

.keypad-menu-output {
  display: none;
  padding: 24px;
  border-radius: 4px;
  text-align: left;
  background: #467c9b;
  font-weight: 300;
  color: #EFF5EB; }
  @media screen and (min-width: 900px) {
    .keypad-menu-output {
      font-size: 24px; } }

.block-grid-social {
  margin-bottom: 0; }
  .block-grid-social h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0 20px; }
  .block-grid-social .swiper-button-prev,
  .block-grid-social .swiper-button-next {
    opacity: 0; }
  .block-grid-social .block-grid-item {
    padding: 0; }
    .block-grid-social .block-grid-item:hover .swiper-button-prev,
    .block-grid-social .block-grid-item:hover .swiper-button-next {
      opacity: 0.2; }
  .block-grid-social .block-grid-item > .inner-content {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 40px 0; }
    @media screen and (min-width: 900px) {
      .block-grid-social .block-grid-item > .inner-content {
        padding: 70px 0;
        min-height: 480px; } }
  .block-grid-social .btn, .block-grid-social .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .block-grid-social a {
    font-size: 10px;
    padding: 10px 25px;
    text-transform: uppercase; }
    .block-grid-social .btn.btn-default, .block-grid-social .featured-block--blog .views-field-view-node a.btn-default, .featured-block--blog .views-field-view-node .block-grid-social a.btn-default {
      color: #467c9b; }
  .block-grid-social .inner-post {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .block-grid-social .post {
    position: relative;
    max-width: 600px;
    height: 200px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (min-width: 900px) {
      .block-grid-social .post {
        max-width: 320px;
        max-width: 360px; } }
    @media screen and (min-width: 1200px) {
      .block-grid-social .post {
        max-width: 500px; } }
  .block-grid-social .post-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 20px; }
  .block-grid-social .post-entry {
    font-size: 12px;
    line-height: 21px; }
    @media screen and (min-width: 640px) and (max-width: 899px) {
      .block-grid-social .post-entry {
        font-size: 16px !important;
        line-height: 24px !important; } }
  .block-grid-social .post-timestamp {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #b8babc;
    margin-top: 30px; }

.block-grid-social-facebook {
  color: #EFF5EB;
  background: #467c9b; }
  .block-grid-social-facebook .logo {
    width: 29px;
    height: 56px; }
  .block-grid-social-facebook h3 {
    color: inherit; }
  .block-grid-social-facebook .post a {
    text-decoration: underline;
    color: inherit; }
  .block-grid-social-facebook .btn, .block-grid-social-facebook .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .block-grid-social-facebook a {
    transition: none; }
    .block-grid-social-facebook .btn:hover, .block-grid-social-facebook .featured-block--blog .views-field-view-node a:hover, .featured-block--blog .views-field-view-node .block-grid-social-facebook a:hover {
      color: #EFF5EB;
      background: transparent; }

.block-grid-social-twitter {
  color: #58595b;
  background: #fff; }
  .block-grid-social-twitter .logo {
    width: 69px;
    height: 56px; }
  .block-grid-social-twitter h3 {
    color: #467c9b; }
  .block-grid-social-twitter .post-entry {
    font-size: 14px;
    line-height: 24px;
    color: #58595b; }
  .block-grid-social-twitter a {
    color: #467c9b; }
  .block-grid-social-twitter .btn, .block-grid-social-twitter .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .block-grid-social-twitter a {
    color: #fff;
    background: #467c9b;
    border-color: #467c9b;
    transition: none; }
    .block-grid-social-twitter .btn:hover, .block-grid-social-twitter .featured-block--blog .views-field-view-node a:hover, .featured-block--blog .views-field-view-node .block-grid-social-twitter a:hover {
      color: #467c9b;
      background: transparent; }

.mfp-hide {
  display: none; }

.mfp-fade.mfp-bg {
  opacity: 0;
  background: #000;
  transition: all 0.3s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.7; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  transition: all 0.3s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0); }

.lan-lookup__form {
  background: #2F2F2F;
  padding: 20px 10px; }
  @media screen and (min-width: 640px) {
    .lan-lookup__form {
      padding: 30px 20px; } }
  .lan-lookup__form__heading {
    font-size: inherit;
    color: #fff;
    margin: 0 0 10px 0; }
  .lan-lookup__form .form-group {
    display: inline-block;
    margin-bottom: 0; }

.lan-lookup__content {
  display: none;
  padding: 20px 0; }
  @media screen and (min-width: 640px) {
    .lan-lookup__content {
      padding: 30px; } }

.lan-lookup__result table {
  width: 100%;
  margin-bottom: 30px; }
  .lan-lookup__result table thead {
    display: none; }
  .lan-lookup__result table tbody {
    border-top: 0; }
  .lan-lookup__result table tr {
    background: none;
    padding: 0;
    border: 0; }
    .lan-lookup__result table tr:nth-child(even) {
      background: #fff; }
  .lan-lookup__result table td {
    font-weight: 600;
    text-align: left;
    padding: 8px 0;
    width: 50%; }
    .lan-lookup__result table td:first-child {
      font-weight: 700;
      text-align: right;
      padding-left: 0;
      padding-right: 8px; }
    .lan-lookup__result table td:last-child {
      padding-left: 8px;
      padding-right: 0; }

.lan-lookup__tollfree {
  margin-bottom: 0;
  font-weight: 600;
  min-height: 75px; }
  @media screen and (min-width: 640px) {
    .lan-lookup__tollfree {
      min-height: 85px; } }
  .lan-lookup__tollfree .tollfree-phone {
    display: inline-block;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    margin-top: 10px; }
    @media screen and (min-width: 640px) {
      .lan-lookup__tollfree .tollfree-phone {
        font-size: 40px; } }

.lan-lookup__loading {
  display: none;
  font-weight: 600;
  text-align: center;
  min-height: 75px; }
  @media screen and (min-width: 640px) {
    .lan-lookup__loading {
      min-height: 85px; } }
  .lan-lookup__loading .img-loading {
    margin-top: 20px; }

.lan-lookup--lightbox {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #000;
  background: #EFF5EB;
  border-radius: 10px;
  max-width: 100%;
  width: auto;
  min-height: auto;
  margin: 20px auto; }
  @media screen and (min-width: 640px) {
    .lan-lookup--lightbox {
      font-size: 18px;
      max-width: 700px; } }
  .lan-lookup--lightbox__header {
    padding: 10px 0; }
  .lan-lookup--lightbox__logo {
    width: 60px;
    height: 60px; }
    @media screen and (min-width: 640px) {
      .lan-lookup--lightbox__logo {
        width: 120px;
        height: 120px; } }
  .lan-lookup--lightbox__heading {
    margin: 0;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 800;
    color: #EFF5EB;
    background: #e33946; }
    @media screen and (min-width: 640px) {
      .lan-lookup--lightbox__heading {
        padding: 20px 0;
        font-size: 40px; } }

.lan-lookup--page {
  text-align: center; }

.package-table .most-popular {
  background: #e33946; }

.find-package-box-output {
  display: none; }
  .find-package-box-output__loading {
    display: none; }
  .find-package-box-output__content {
    display: none; }
  .find-package-box-output__no-result {
    display: none;
    max-width: 700px; }
  .find-package-box-output__cta {
    display: none;
    margin-top: 30px; }

label > .paymethods-list {
  pointer-events: none; }

#edit-zippostal, #edit-securitycode, #edit-cc-expiration-month, #edit-cc-expiration-year {
  display: inline-block;
  width: auto; }

#edit-zippostal {
  width: 100px; }

#edit-securitycode {
  width: 80px; }

#edit-cc-expiration-month {
  margin-right: 5px;
  width: 80px; }

#edit-cc-expiration-year {
  width: 80px; }

@media screen and (min-width: 640px) {
  .row--last-form-group .form-group {
    margin-bottom: 0; } }

.col--last-form-group .form-group {
  margin-bottom: 0; }

.paymethods-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  label[for="edit-paymethods-addcc"] .paymethods-list {
    margin-top: 0.5em; }
  .paymethods-list > li {
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 640px) {
      .paymethods-list > li {
        margin-right: 5px; } }

.paymethod {
  position: relative; }
  .paymethod.inactive .paymethod__icon {
    opacity: 0.3;
    filter: grayscale(1); }
  .paymethod .paymethod__icon {
    position: relative;
    opacity: 1;
    z-index: 2;
    width: 55px;
    height: 34.5098px;
    transition: opacity 1s, filter 1s; }
    @media screen and (min-width: 640px) {
      .paymethod .paymethod__icon {
        width: 80px;
        height: 50.19608px; } }

.payment-panel {
  padding-top: 2rem; }
  @media screen and (min-width: 640px) {
    .payment-panel {
      padding-left: 30px; } }
  .payment-panel .description {
    max-width: 500px; }
  .payment-panel .alert {
    margin-bottom: 0;
    font-size: 0.875em;
    border-radius: 0; }
  .payment-panel p {
    margin-bottom: 0; }
    .payment-panel p + p {
      margin-top: 1em; }

.form-box {
  color: #EFF5EB;
  background-color: #467c9b;
  padding: 2rem 1rem 4rem; }
  @media screen and (min-width: 640px) {
    .form-box {
      padding: 4rem 3rem 6rem; } }
  .form-box .form-actions {
    margin-top: 3rem; }

.form-box--purchase .form-box__header {
  margin-bottom: 4rem; }

.form-box--signup .form-radios {
  margin: 0; }
  .form-box--signup .form-radios .radio {
    display: inline-block;
    margin: 0 20px 0 0; }

.form-box--subscriptions .form-checkboxes {
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem 2rem; }
  .form-box--subscriptions .form-checkboxes .checkbox {
    display: block; }
    .form-box--subscriptions .form-checkboxes .checkbox label {
      padding-left: 0; }
  .form-box--subscriptions .form-checkboxes .form-checkbox {
    position: relative;
    margin: 0 10px 0 0; }

.form-box__header {
  margin-bottom: 2rem; }

.form-box__heading {
  margin: 0;
  padding: 0; }
  .form-box__heading small {
    display: block;
    font-size: 0.5em;
    line-height: 1.5;
    font-weight: lighter;
    color: inherit;
    opacity: 0.7; }

.form-box__description {
  margin-bottom: 3rem; }

.form-box__footer {
  margin-top: 2rem; }

.form-box__footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.form-box__footer-list-item {
  display: inline-block;
  margin-right: 2rem; }

.form-box-section {
  margin-bottom: 4rem; }
  @media screen and (min-width: 640px) {
    .form-box-section {
      margin-bottom: 5rem; } }
  .form-box-section + .form-box-section {
    margin-top: 4rem;
    margin-bottom: 0; }
    @media screen and (min-width: 640px) {
      .form-box-section + .form-box-section {
        margin-top: 5rem; } }

.form-box-section--choose-paymethod > .radio {
  padding-top: 2rem;
  margin: 0; }
  .form-box-section--choose-paymethod > .radio:first-of-type {
    padding-top: 0; }
  .form-box-section--choose-paymethod > .radio > label {
    font-size: 0.875em;
    padding-left: 30px; }
    .form-box-section--choose-paymethod > .radio > label > input {
      margin-left: -25px; }

.form-box-section--choose-paymethod .form-box__table--select-credit-card {
  margin-top: 0.5em;
  margin-bottom: 0; }

.form-box-section__heading {
  margin-top: 0;
  margin-bottom: 1em; }
  .form-box-section__heading small {
    display: block;
    font-size: 0.6em;
    line-height: 1.2;
    font-weight: lighter;
    color: inherit;
    opacity: 0.7;
    margin-top: 0.3em; }

.form-box-teaser {
  color: #EFF5EB;
  background-color: #467c9b;
  padding: 1em;
  margin-bottom: 30px;
  text-align: center; }
  .form-box-teaser .btn, .form-box-teaser .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .form-box-teaser a {
    font-size: inherit;
    text-decoration: none; }

.form-box-teaser__heading {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.4;
  min-height: 2.8em;
  font-weight: 600;
  font-size: inherit;
  color: inherit; }

.form-box__table {
  font-size: 0.75em;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  color: #fff; }
  .form-box__table thead {
    background-color: #5989a2;
    color: #EFF5EB; }
    .form-box__table thead tr {
      background: inherit; }
  .form-box__table tbody {
    border-top-width: 0; }
    .form-box__table tbody tr {
      background-color: #7aa1b2;
      padding: 0; }
      .form-box__table tbody tr.even {
        background-color: #8bacba; }
  .form-box__table tr {
    border-bottom: 1px solid #467c9b; }
  .form-box__table th {
    vertical-align: middle;
    padding: 0.75rem 1rem;
    border: 0;
    font-size: 1.1em;
    color: inherit;
    text-align: inherit; }
  .form-box__table td {
    vertical-align: middle;
    padding: 0.5rem 1rem;
    border: 0; }
  .form-box__table .checkbox,
  .form-box__table .radio {
    margin: 0; }
  .form-box__table input[type="checkbox"],
  .form-box__table input[type="radio"] {
    margin-top: 0; }
  .form-box__table .radio input[type="radio"],
  .form-box__table .checkbox input[type="checkbox"] {
    position: relative;
    margin: 0; }
  .form-box__table select.form-control {
    display: block;
    font-size: inherit;
    padding-top: 0.25em;
    padding-right: 2em;
    padding-bottom: 0.25em;
    border-bottom: 0;
    box-shadow: none;
    height: auto; }
  .form-box__table .form-group {
    margin-bottom: 0; }
  .form-box__table .container-inline .form-group {
    display: inline-block;
    width: auto; }

.form-box__table--membership-locations {
  margin-bottom: 1em;
  text-align: left; }
  .form-box__table--membership-locations tbody tr {
    cursor: pointer; }
  @media screen and (max-width: 639px) {
    .form-box__table--membership-locations .membershipsOption {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 639px) {
    .form-box__table--membership-locations .membershipsCity {
      padding-left: 0; } }
  .form-box__table--membership-locations .membershipsOption {
    text-align: center;
    width: 40px; }
    @media screen and (min-width: 640px) {
      .form-box__table--membership-locations .membershipsOption {
        width: 60px; } }

.form-box__table--packages {
  text-align: left; }
  .form-box__table--packages tbody {
    border-top-width: 1px; }
    .form-box__table--packages tbody tr {
      border: 0;
      cursor: pointer; }
  .form-box__table--packages .most-popular,
  .form-box__table--packages .favoritePackage {
    background-color: #e33946;
    color: #EFF5EB; }
    .form-box__table--packages .most-popular td,
    .form-box__table--packages .favoritePackage td {
      padding: 0.75rem 1rem; }
    .form-box__table--packages .most-popular .td--time__promo,
    .form-box__table--packages .most-popular .td--price,
    .form-box__table--packages .favoritePackage .td--time__promo,
    .form-box__table--packages .favoritePackage .td--price {
      font-weight: 600;
      font-size: 1.2em; }
    .form-box__table--packages .most-popular .td--promo,
    .form-box__table--packages .favoritePackage .td--promo {
      font-weight: 700;
      font-size: 0.875em; }
  .form-box__table--packages .td--input {
    text-align: center;
    width: 60px; }
    .form-box__table--packages .td--input .form-group {
      display: inline; }
  .form-box__table--packages .td--time {
    text-transform: capitalize; }
    .form-box__table--packages .td--time del {
      font-weight: lighter;
      opacity: 0.7;
      margin-right: 5px; }
  @media screen and (max-width: 639px) {
    .form-box__table--packages {
      display: block; }
      .form-box__table--packages thead {
        display: none; }
      .form-box__table--packages tbody {
        display: block;
        border-top-width: 0; }
        .form-box__table--packages tbody tr {
          display: block;
          overflow: hidden;
          padding: 0.5em 0; }
      .form-box__table--packages td {
        padding: 0; }
      .form-box__table--packages .td--input {
        float: left;
        width: 40px;
        padding-top: 0.25em; }
      .form-box__table--packages .td--time {
        float: left;
        font-size: 1.1em; }
      .form-box__table--packages .td--price {
        float: left;
        clear: left;
        margin-left: 40px; }
        .form-box__table--packages .td--price:before {
          display: inline-block;
          content: "Value";
          padding-right: 2em; }
          body.i18n-es .form-box__table--packages .td--price:before {
            content: "Valor"; }
      .form-box__table--packages .td--promo {
        float: left;
        clear: left;
        margin-top: 0.25em;
        margin-left: 40px; }
      .form-box__table--packages .most-popular,
      .form-box__table--packages .favoritePackage {
        padding-top: 1em;
        padding-bottom: 1em; }
        .form-box__table--packages .most-popular td,
        .form-box__table--packages .favoritePackage td {
          padding: 0; }
        .form-box__table--packages .most-popular .td--input,
        .form-box__table--packages .favoritePackage .td--input {
          padding-top: 0.5em; } }

.form-box__table--credit-cards {
  margin-bottom: 2em; }
  .form-box__table--credit-cards .td--input {
    width: 60px;
    text-align: center; }
  .form-box__table--credit-cards .td--expiry {
    white-space: nowrap; }
  .form-box__table--credit-cards .td--action {
    text-align: right; }
    .form-box__table--credit-cards .td--action a {
      font-size: 0.75em;
      padding-left: 0.5em;
      padding-right: 0.5em; }
  @media screen and (max-width: 639px) {
    .form-box__table--credit-cards {
      display: block; }
      .form-box__table--credit-cards thead {
        display: none; }
      .form-box__table--credit-cards tbody {
        text-align: left; }
        .form-box__table--credit-cards tbody tr {
          display: block;
          overflow: hidden; }
      .form-box__table--credit-cards td {
        width: 100%;
        float: left;
        padding: 0.5em 1em;
        font-weight: bold; }
        .form-box__table--credit-cards td:before {
          content: "";
          float: left;
          font-weight: normal;
          vertical-align: middle;
          width: 45%;
          white-space: normal; }
        .form-box__table--credit-cards td:nth-child(even) {
          background: rgba(255, 255, 255, 0.2); }
      .form-box__table--credit-cards .td--input:before {
        content: "Update?"; }
        body.i18n-es .form-box__table--credit-cards .td--input:before {
          content: "Actualiza"; }
      .form-box__table--credit-cards .td--card-number:before {
        content: "Card Number"; }
        body.i18n-es .form-box__table--credit-cards .td--card-number:before {
          content: "Número de Tarjeta"; }
      .form-box__table--credit-cards .td--card-type:before {
        content: "Card Type"; }
        body.i18n-es .form-box__table--credit-cards .td--card-type:before {
          content: "Card Type"; }
      .form-box__table--credit-cards .td--expiry:before {
        content: "Card Expiry"; }
        body.i18n-es .form-box__table--credit-cards .td--expiry:before {
          content: "Fecha de Vencimiento"; }
      .form-box__table--credit-cards .td--action:before {
        content: "\00a0"; }
      .form-box__table--credit-cards .td--input {
        width: 100%;
        text-align: inherit; }
        .form-box__table--credit-cards .td--input .checkbox {
          display: inline; }
      .form-box__table--credit-cards .td--expiry {
        padding-top: 0.25em;
        padding-bottom: 0.25em; }
        .form-box__table--credit-cards .td--expiry:before {
          padding-top: 0.25em; }
      .form-box__table--credit-cards .td--action {
        padding-top: 1em;
        text-align: left; }
        .form-box__table--credit-cards .td--action a {
          font-size: inherit; } }

@media screen and (max-width: 639px) {
  .form-box__table--select-credit-card .td--input:before {
    content: "Use This Card"; }
    body.i18n-es .form-box__table--select-credit-card .td--input:before {
      content: "Use This Card"; }
  .form-box__table--select-credit-card .td--expiry:before {
    padding-top: 0; }
  .form-box__table--select-credit-card .td--expiry {
    padding-top: 0.5em;
    padding-bottom: 0.5em; } }

.form-box__table--order-history .td--status {
  text-transform: uppercase; }

@media screen and (max-width: 639px) {
  .form-box__table--order-history {
    display: block; }
    .form-box__table--order-history thead {
      display: none; }
    .form-box__table--order-history tbody {
      text-align: left; }
      .form-box__table--order-history tbody tr {
        display: block;
        overflow: hidden; }
    .form-box__table--order-history td {
      width: 100%;
      float: left;
      padding: 0.5em 1em;
      font-weight: bold; }
      .form-box__table--order-history td:before {
        content: "";
        float: left;
        font-weight: normal;
        vertical-align: middle;
        width: 45%;
        white-space: normal; }
      .form-box__table--order-history td:nth-child(even) {
        background: rgba(255, 255, 255, 0.2); }
    .form-box__table--order-history tbody tr {
      border-bottom-width: 2em; }
      .form-box__table--order-history tbody tr.even {
        background-color: #7aa1b2; }
    .form-box__table--order-history td:before {
      text-transform: initial;
      width: 50%; }
    .form-box__table--order-history .td--id:before {
      content: "Order ID"; }
      body.i18n-es .form-box__table--order-history .td--id:before {
        content: "Número de Orden"; }
    .form-box__table--order-history .td--date:before {
      content: "Date"; }
      body.i18n-es .form-box__table--order-history .td--date:before {
        content: "Fecha"; }
    .form-box__table--order-history .td--status:before {
      content: "Order Status"; }
      body.i18n-es .form-box__table--order-history .td--status:before {
        content: "Estatus de la Orden"; }
    .form-box__table--order-history .td--type:before {
      content: "Payment Type"; }
      body.i18n-es .form-box__table--order-history .td--type:before {
        content: "Tipo de Pago"; }
    .form-box__table--order-history .td--time:before {
      content: "Minutes"; }
      body.i18n-es .form-box__table--order-history .td--time:before {
        content: "Minutos"; }
    .form-box__table--order-history .td--amount:before {
      content: "Amount"; }
      body.i18n-es .form-box__table--order-history .td--amount:before {
        content: "Cantidad"; } }

.verifyorder-table {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 3em; }
  @media screen and (min-width: 900px) {
    .verifyorder-table {
      width: auto; } }
  .verifyorder-table tbody {
    border-top: 0; }
  .verifyorder-table tr {
    border-bottom: 0;
    background: transparent; }
    .verifyorder-table tr:first-of-type .verifyorder-table__heading {
      margin-top: 0; }
  .verifyorder-table td {
    border-bottom: 1px solid #DFDFDF;
    padding: 0.5em 1em 0.5em 0;
    vertical-align: top; }
    .verifyorder-table td:first-of-type {
      font-weight: bold; }
  .verifyorder-table .td--heading {
    padding: 0; }
  .verifyorder-table__heading {
    margin: 2em 0 1em;
    padding: 0; }
    @media screen and (min-width: 640px) {
      .verifyorder-table__heading {
        margin: 1.5em 0 0.5em; } }

@media screen and (max-width: 639px) {
  .verifyorder-form-actions input[type="submit"] {
    display: block;
    margin-bottom: 1em;
    width: 100%; } }

.braintree-verifyorder-wrapper {
  max-width: 600px; }
  .braintree-verifyorder-wrapper .alert {
    margin-bottom: 2em; }

#braintree-paypal-loggedin {
  max-width: 100% !important;
  border-color: #DFDFDF !important; }

.braintree-form-container {
  min-height: 70px;
  margin-bottom: 2em; }
  .braintree-form-container iframe {
    display: block; }

.form-box--dashboard .form-box-section {
  margin-bottom: 0;
  margin-bottom: 0; }

.dashboard-subheading {
  margin-top: 1em;
  margin-bottom: 1.5em; }

.dashboard-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -5px; }

.dashboard-grid__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 33%;
  padding: 0 5px 10px;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .dashboard-grid__item {
      max-width: 25%; } }

.dashboard-link {
  text-decoration: none !important; }
  .dashboard-link:hover .dashboard-link__icon {
    color: #fff;
    background: #e33946; }
  .dashboard-link:hover .dashboard-link__label {
    opacity: 1; }

.dashboard-link__icon {
  display: block;
  height: 80px;
  line-height: 80px;
  border-radius: 7px;
  font-size: 2.2em;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1); }
  @media screen and (min-width: 640px) {
    .dashboard-link__icon {
      height: 100px;
      line-height: 100px;
      font-size: 2.7em; } }
  .dashboard-link__icon .ion-iphone {
    font-size: 1.3em; }
  .dashboard-link__icon .ion-email {
    font-size: 1.3em; }
  .dashboard-link__icon .ion-card {
    font-size: 1.3em; }

.dashboard-link__label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0;
  opacity: 0.7;
  transition: opacity 0.3s; }
  @media screen and (min-width: 640px) {
    .dashboard-link__label {
      font-size: 14px; } }

.form-box {
  line-height: 1.3;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (min-width: 640px) {
    .form-box {
      padding-left: 30px;
      padding-right: 30px; } }
  .form-box a {
    color: #EFF5EB;
    font-weight: 700; }
    .form-box a:hover {
      text-decoration: underline; }
  .form-box .alert-info {
    border: 0; }

.form-box--forgot-password .form-box__header,
.form-box--forgot-email .form-box__header,
.form-box--signup .form-box__header,
.form-box--signin .form-box__header {
  display: none; }

.form-box__header {
  border-bottom: 2px solid rgba(239, 245, 235, 0.1);
  padding-bottom: 5px; }

.form-box__heading {
  font-weight: 700; }

.form-box-section__heading {
  font-size: 1.2em;
  font-weight: 600; }

.form-box__table--packages .most-popular,
.form-box__table--packages .favoritePackage {
  animation: pulse-primary-bg 3s infinite; }

@keyframes pulse-primary-bg {
  0% {
    background-color: rgba(227, 57, 70, 0.5); }
  25% {
    background-color: #e33946; }
  75% {
    background-color: #e33946; }
  100% {
    background-color: rgba(227, 57, 70, 0.5); } }

.membershipInfo {
  margin-bottom: 50px; }
  .membershipInfo label {
    display: block;
    font-style: italic;
    font-weight: 300;
    color: #8c8c8c; }
    .membershipInfo label a {
      color: inherit;
      text-decoration: underline; }
      .membershipInfo label a:hover {
        color: #313131; }
  .membershipInfo .form-control,
  .membershipInfo #ivrBalance,
  .membershipInfo .field-value {
    display: block;
    font-weight: 600;
    color: #467c9b;
    padding: 7px 15px;
    background-color: #fff; }
  .membershipInfo .form-control {
    border: 0;
    text-indent: 5px;
    color: #467c9b;
    box-shadow: none; }
    .membershipInfo .form-control:focus {
      box-shadow: none; }

.verifyorder-table__heading {
  font-weight: 700;
  font-size: 1.3em;
  color: #467c9b; }
  @media screen and (min-width: 640px) {
    .verifyorder-table__heading {
      font-size: 1.8em; } }

.purchase-success-info {
  margin-bottom: 40px; }
  .purchase-success-info p {
    margin-bottom: 1em; }

.purchase-success-title {
  margin-bottom: 10px; }

.purchase-success-number {
  font-weight: 800;
  font-size: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  color: #e33946;
  margin-bottom: 1em; }
  @media screen and (min-width: 640px) {
    .purchase-success-number {
      font-size: 50px; } }

.block-buypackage-tips {
  padding-bottom: 40px; }
  .block-buypackage-tips h4 {
    font-weight: 800;
    font-size: inherit; }
  .block-buypackage-tips a {
    font-weight: 600;
    color: #e33946; }
  .page-cart-verifyorder .block-buypackage-tips {
    display: none; }
    @media screen and (min-width: 900px) {
      .page-cart-verifyorder .block-buypackage-tips {
        display: block; } }

.block-sidebar-buy-time-cta {
  position: relative;
  display: none;
  background: url("../img/buy-time-sidebar-model.jpg") center center no-repeat;
  background-size: cover; }
  .block-sidebar-buy-time-cta:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 118%; }
  @media screen and (min-width: 900px) {
    .block-sidebar-buy-time-cta {
      display: block; } }
  .block-sidebar-buy-time-cta .block__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #EFF5EB; }
    @media screen and (min-width: 1200px) {
      .block-sidebar-buy-time-cta .block__content {
        padding: 40px; } }
  .block-sidebar-buy-time-cta .block__heading {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    opacity: 0.66; }
    @media screen and (min-width: 1200px) {
      .block-sidebar-buy-time-cta .block__heading {
        font-size: 55px; } }
  .block-sidebar-buy-time-cta p {
    font-size: 14px;
    margin: 15px 0; }
  .block-sidebar-buy-time-cta .btn, .block-sidebar-buy-time-cta .featured-block--blog .views-field-view-node a, .featured-block--blog .views-field-view-node .block-sidebar-buy-time-cta a {
    color: #e33946;
    border: 0; }
    .block-sidebar-buy-time-cta .btn:hover, .block-sidebar-buy-time-cta .featured-block--blog .views-field-view-node a:hover, .featured-block--blog .views-field-view-node .block-sidebar-buy-time-cta a:hover {
      color: #EFF5EB;
      background-color: #e33946; }

body.page-cart-buy .block-sidebar-buy-time-cta {
  display: none; }

.swiper-tips-container {
  margin: 0 -24px; }
  @media screen and (min-width: 640px) {
    .swiper-tips-container {
      margin: 0 -30px;
      padding: 0 30px; } }
  @media screen and (min-width: 900px) {
    .swiper-tips-container {
      margin: 0;
      padding: 0;
      overflow: visible; } }
  .swiper-tips-container .swiper-slide {
    text-align: center; }
    .swiper-tips-container .swiper-slide.swiper-slide-next .tile-tip, .swiper-tips-container .swiper-slide.swiper-slide-active .tile-tip,
    .swiper-tips-container .swiper-slide.swiper-slide-next + .swiper-slide .tile-tip {
      opacity: 1; }
    .swiper-tips-container .swiper-slide .tile-tip {
      margin: 0 15%; }
      @media screen and (min-width: 640px) {
        .swiper-tips-container .swiper-slide .tile-tip {
          margin: 0; } }
      @media screen and (min-width: 900px) {
        .swiper-tips-container .swiper-slide .tile-tip {
          margin: 0;
          opacity: 0.1;
          transition: opacity 0.66s ease-in-out; } }

.swiper-pagination-primary-lg {
  position: relative;
  margin-top: 35px;
  text-align: center; }
  .swiper-pagination-primary-lg .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 10px;
    background: #e33946;
    opacity: 0.33; }
    @media screen and (min-width: 640px) {
      .swiper-pagination-primary-lg .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        border-radius: 9px;
        margin: 0 12px; } }
  .swiper-pagination-primary-lg .swiper-pagination-bullet-active {
    opacity: 1; }

/*
.swiper-slide {
  opacity: 0;
  transition: opacity 0.6s;
}

.swiper-slide-active {
  opacity: 1;
}
*/
/*
.facebook-swiper-container,
.twitter-swiper-container {
  position: relative;

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;

    @include breakpoint(medium) {
      display: inline-block;

      &:hover {
        opacity: 1 !important;
      }
    }
  }
}

.swiper-pagination-bullet-active {
  background: $brand-secondary;
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-pagination {
  margin-bottom: 15px;
}

.facebook-swiper-pagination {
  .swiper-pagination-bullet-active {
    background: #fff;
  }
}

.swiper-button-prev.swiper-button-blue,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23467c9b'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23467c9b'%2F%3E%3C%2Fsvg%3E");
}
*/
.node-type-blog-header {
  margin-bottom: 3rem; }
  .teaser .node-type-blog-header {
    margin-bottom: 2rem; }
  .node-type-blog-header h2 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 1rem; }
    .teaser .node-type-blog-header h2 {
      font-size: 1.3em;
      margin-bottom: 0; }
    .node-type-blog-header h2 a {
      text-decoration: none; }
      .node-type-blog-header h2 a:hover {
        color: #333; }
  .node-type-blog-header .submitted {
    font-size: 15px; }

.node-type-blog.teaser {
  border-bottom: 2px solid #e33946;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }
  .node-type-blog.teaser ul.links > li {
    padding: 0 10px 0 0; }
  .node-type-blog.teaser ul.links .node_read_more > a {
    font-weight: 700;
    font-size: 14px; }

.node-type-blog .field-field-featured-image {
  margin-bottom: 2em; }
  .node-type-blog .field-field-featured-image .imagecache-featured_image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }

.node-type-blog .terms {
  margin-top: 2em;
  font-size: 14px; }
  .node-type-blog .terms > span {
    font-weight: 600; }

.block-blog-sidebar-block {
  margin-bottom: 3rem; }
  .block-blog-sidebar-block h2 {
    font-weight: 700;
    margin-top: 0; }
  .block-blog-sidebar-block .item-list {
    font-weight: 500; }
    .block-blog-sidebar-block .item-list > ul {
      padding-left: 0; }
      .block-blog-sidebar-block .item-list > ul > li {
        margin: 0 0 0.75em 0;
        list-style: none; }
  .block-blog-sidebar-block .views-field-title {
    font-size: 16px;
    line-height: 1.2; }
  .block-blog-sidebar-block .views-field-created {
    font-size: 0.675em;
    color: #666; }

.block-start-chatting-today {
  border-top: 5px solid #e33946;
  text-align: center;
  padding: 20px 10px;
  margin: 40px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700; }
  .block-start-chatting-today .ani,
  .block-start-chatting-today .ani a {
    color: #e33946; }

.item-list .pager {
  font-size: 14px;
  text-align: left; }
  .item-list .pager li {
    margin: 0;
    padding: 0 2px; }
    .item-list .pager li.pager-current {
      background: #e33946;
      color: #fff;
      padding: 4px 10px;
      border-radius: 15px; }
    .item-list .pager li a {
      border: 0;
      transition: none;
      padding: 4px 12px;
      border-radius: 15px; }
      .item-list .pager li a:hover {
        background: #EFF5EB; }

.mfcContent {
  padding: 30px 24px 0;
  max-width: 900px;
  margin: 0 auto; }
  .mfcContent .center {
    text-align: center; }
  .mfcContent div.messages {
    margin: 30px 0;
    text-align: center; }
  .mfcContent .pageTitle {
    font-weight: 800;
    font-size: 40px;
    color: #e33946;
    margin: 0; }
  .mfcContent h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0 0 0; }
  .mfcContent .lookupSection {
    margin-top: 30px;
    margin-bottom: 60px; }
  .mfcContent table {
    width: 100%; }
  .mfcContent .page-subtitle, .mfcContent .purchase-success-title {
    display: none; }
  .mfcContent #teligence-cart-aera-code-form {
    margin: 30px 0;
    font-size: 16px; }
    @media screen and (min-width: 640px) {
      .mfcContent #teligence-cart-aera-code-form {
        font-size: 18px; } }
    .mfcContent #teligence-cart-aera-code-form fieldset {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
    .mfcContent #teligence-cart-aera-code-form .form-group,
    .mfcContent #teligence-cart-aera-code-form .control-label,
    .mfcContent #teligence-cart-aera-code-form .membershipInfo label, .membershipInfo
    .mfcContent #teligence-cart-aera-code-form label,
    .mfcContent #teligence-cart-aera-code-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .mfcContent #teligence-cart-aera-code-form .form-group {
      margin-bottom: 0; }
    .mfcContent #teligence-cart-aera-code-form .description {
      margin-bottom: 20px; }
    .mfcContent #teligence-cart-aera-code-form .control-label, .mfcContent #teligence-cart-aera-code-form .membershipInfo label, .membershipInfo .mfcContent #teligence-cart-aera-code-form label {
      color: #000 !important; }
    .mfcContent #teligence-cart-aera-code-form .form-control {
      max-width: 70px; }
    .mfcContent #teligence-cart-aera-code-form #edit-find {
      display: inline-block;
      vertical-align: middle; }
  .mfcContent font[color="#0000FF"] {
    color: #e33946; }
    .mfcContent font[color="#0000FF"] b {
      font-weight: 800; }
  .mfcContent #local-number-lookup thead th {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .mfcContent tbody {
    border-top: 0; }
  .mfcContent .mfc-links {
    padding: 30px 0;
    margin-bottom: 60px;
    text-align: center;
    border-bottom: 1px solid #000; }
  .mfcContent .mfc-footer {
    padding: 30px 0;
    margin-top: 60px;
    border-top: 1px solid #000;
    text-align: center; }

.theme--gender-male .media-symbol-list .media-object {
  color: #467c9b; }

.theme--gender-male .symbol-list-heading {
  color: #467c9b; }

.theme--gender-male .swiper-pagination-primary-lg .swiper-pagination-bullet,
.theme--gender-male .bar,
.theme--gender-male .tile,
.theme--gender-male .feature {
  background-color: #467c9b; }

.ui-datepicker-year,
.ui-datepicker-month {
  color: #000; }

.main-container #block-block-128 {
  margin-top: 60px;
  margin-bottom: 75px; }

.mfp-container {
  padding-left: 12px;
  padding-right: 12px; }

#block-block-84 {
  display: none; }

@media screen and (min-width: 900px) {
  main #block-block-128,
  main .block-sidebar--customer-support {
    display: none; } }

@media (min-width: 900px) {
  .layout-sidebars-first main.col-md-8 {
    right: 33.33333%; } }

@media (min-width: 900px) {
  .layout-sidebars-first #sidebar-right.col-md-4 {
    left: 66.66667%; } }
