@charset "UTF-8";
/*
Theme Name: Route4Me Blog
Description: Route4Me blog theme
--------------------------------------------------------------*/
/*Old Styles*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  line-height: 22px;
  text-wrap: pretty;
}

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

a {
  color: #3f51b5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ff6f00;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #3f51b5;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
  background-color: #3f51b5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

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.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

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

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

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .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 > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-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 > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-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 > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-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 > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-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 > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.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 {
  min-height: 0.01%;
  overflow-x: auto;
}

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

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

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

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #435b8d;
  border-color: #2e6da4;
}

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

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

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

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

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

.btn-primary .badge {
  color: #3f51b5;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.valign-wrapper {
  display: flex;
  align-items: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #353434;
  font-family: "Open Sans", sans-serif;
  clear: both;
  font-weight: 600;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}

h2 {
  font-size: 22px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 16px;
}

img, .wp-caption {
  max-width: 100%;
  height: auto;
}

.page-entry-header, .archive-page-header, .search-page-header, .awt-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.page-entry-title, .archive-page-title, .search-page-title, .awt-title {
  border-bottom: 2px solid #3f4d73;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  min-height: 40px;
  margin: 0 0 -2px 0;
  padding-right: 16px;
}

amp-wistia-player {
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.button-primary {
  background-color: #435b8d;
  color: #fff;
}

.button-primary:hover, .button-primary:focus, .button-primary:active {
  background-color: #ff6f00;
  color: #fff;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.r4m-pagination a, .r4m-pagination span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .r4m-pagination a {
    margin-right: -11px;
  }
}
.r4m-pagination span.current {
  background-color: #ebebeb;
}

.r4m-pagination a {
  color: #555;
}

.r4m-pagination a:hover {
  background-color: #ddd;
}

.breadcrumbs-wrapper {
  margin-bottom: 30px;
}

.breadcrumbs-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumbs-wrapper ul li {
  list-style: none;
  display: inline;
  color: #757575;
}

.breadcrumbs-wrapper ul li.separator {
  padding: 0 8px;
}

.r4m-content-float {
  padding-bottom: 40px;
}

#page {
  overflow: hidden;
}

#livechatFrame {
  background: transparent;
}

#livechatFrame amp-iframe {
  max-height: 100vh;
  max-width: 100%;
}

#livechatFrame .livechat-placeholder {
  display: block;
  font-size: 30px;
  color: #bdbdbd;
  width: 100%;
  text-align: center;
}

.livechat-btn {
  display: flex;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: #ff8001;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 99;
  border: 0;
}

.livechat-btn:active, .livechat-btn:focus {
  border: 0;
}

.livechat-btn > span {
  width: 32px;
  height: 32px;
}

.livechat-btn > span > svg {
  display: block;
  width: 32px;
  height: 32px;
}

.r4m-livechat-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.r4m-livechat-close > svg {
  vertical-align: middle;
}

.r4m-livechat-close:active, .r4m-livechat-close:focus {
  border: 0;
}

svg {
  vertical-align: middle;
}

input[type=button], input[type=reset], input[type=submit] {
  border: none;
  background: #334799;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px 20px;
}

body:has(#r4m-consent-ui:not([hidden])) #chat-widget-container {
  bottom: 50px !important;
}

@media (max-width: 992px) {
  .r4m-menu {
    padding: 8px 0;
  }
}
.r4m-menu .container-fluid {
  position: relative;
}

@media (min-width: 768px) {
  .r4m-menu .container-fluid {
    padding: 0 24px;
  }
}
.r4m-menu .site-branding {
  float: left;
  margin-top: 18px;
}

@media (max-width: 992px) {
  .r4m-menu .site-branding {
    margin-top: 4px;
  }
  .r4m-menu .site-branding img {
    width: 110px;
    height: 40px;
  }
}
.r4m-menu #toggleSearchbar {
  width: 48px;
}

.r4m-menu #toggleNavMenu, .r4m-menu #toggleSearchbar {
  background: none;
  border: none;
  color: #555;
  margin-top: 17.5px;
  margin-right: -6px;
}

@media (max-width: 992px) {
  .r4m-menu #toggleNavMenu, .r4m-menu #toggleSearchbar {
    margin-top: 9.5px;
    margin-right: -5.5px;
  }
}
.r4m-menu #toggleNavMenu {
  margin-left: 4px;
  margin-right: 16px;
}

.r4m-menu #toggleNavMenu > span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  position: relative;
  background-color: #444;
  opacity: 0.8;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.r4m-menu #toggleNavMenu > span:first-child {
  transform-origin: 2px 2px;
}

.r4m-menu #toggleNavMenu > span:last-child {
  transform-origin: 2px 2px;
}

.r4m-navigation {
  display: inline-block;
}

@media (max-width: 992px) {
  .r4m-navigation {
    display: none;
  }
}
.r4m-navigation ul {
  margin: 0;
}

.r4m-navigation ul > li {
  display: inline-block;
}

.r4m-navigation ul > li.current-menu-item a {
  box-shadow: 0 -2px 0 0 #ff6f00 inset;
  font-weight: 600;
}

.r4m-navigation ul > li a {
  display: block;
  position: relative;
  line-height: 64px;
  padding: 0 10px;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.r4m-navigation ul > li a:hover {
  text-decoration: none;
  box-shadow: 0 -2px 0 0 #ff6f00 inset;
}

.r4m-mobile-trigger {
  display: none;
}

@media (max-width: 992px) {
  .r4m-mobile-trigger {
    display: block;
  }
}
.r4m-mobile-menu {
  padding-left: 0;
}

.r4m-mobile-menu li {
  list-style: none;
}

.r4m-mobile-menu li a {
  display: block;
  padding: 16px 24px;
  font-size: 16px;
  border-bottom: 1px solid #334799;
  text-decoration: none;
  color: #fff;
}

.r4m-mobile-menu li.current-menu-item > a {
  border-right: 3px solid #ff6f00;
}

.lightbox h1 {
  color: 555;
}

#navMenu {
  width: 250px;
  background-color: #303a83;
}

#navMenu .close-sidebar {
  width: 24px;
  height: 24px;
  text-align: center;
  background: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 20px 12px 12px;
}

#navMenu .close-sidebar span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  position: relative;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

#navMenu .close-sidebar span:first-child {
  opacity: 1;
  transform: translate(4px) rotate(45deg);
}

#navMenu .close-sidebar span:last-child {
  transform-origin: 1px 1px;
  opacity: 1;
  transform: translate(6px) rotate(-45deg);
}

.r4m-search-trigger {
  float: right;
}

.r4m-mobile-trigger {
  float: left;
}

.r4m-featured-post {
  margin-bottom: 40px;
}

.r4m-featured-post .entry {
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .r4m-featured-post .entry {
    padding-top: 0;
  }
}
.r4m-featured-post .read-more {
  color: #424242;
  font-size: 15px;
}

.r4m-featured-post h1 {
  margin-top: 10px;
}

.r4m-featured-post .genpost-entry-title {
  font-size: 28px;
  line-height: 38px;
}

.r4m-featured-post .genpost-featured-image {
  margin-bottom: 24px;
}

.r4m-featured-post .genpost-entry-content {
  font-size: 16px;
  line-height: 24px;
}

.genpost-category a {
  color: #424242;
  text-transform: uppercase;
}

.genpost-entry-title a {
  color: #353434;
}

.genpost-entry-title a:hover {
  color: #3f51b5;
}

.genpost-entry-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
}

.genpost-featured-image amp-img {
  border-radius: 8px;
}

.genpost-entry-meta a, .genpost-entry-footer a, .genpost-entry-meta, .single-entry-meta, .single-entry-meta time, .genpost-entry-footer {
  color: #9f9f9f;
}

.single-entry-meta {
  margin: 24px 0 8px;
}

.single-entry-meta span {
  margin-right: 8px;
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.byline {
  margin: 0 15px 0 0;
}

.genaral-post-item {
  margin-bottom: 40px;
}

.r4m-widgets-float ul {
  padding-left: 0;
}

.widget {
  margin-bottom: 40px;
}

.main-widget-area ul {
  list-style: none;
  margin: 0;
}

.main-widget-area ul li {
  margin: 0.4em 0;
  padding: 0 1.2em;
}

.ams-post {
  display: block;
  clear: both;
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
  min-height: 85px;
}

.ams-thumb {
  width: 120px;
  height: 85px;
  position: absolute;
  right: 0;
  top: 0;
}

.ams-thumb amp-img {
  border-radius: 4px;
}

.ams-title {
  margin-top: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.ams-title a {
  color: #424242;
}

.ams-title a:hover {
  color: #3f51b5;
}

.ams-details {
  margin-right: 132px;
}

.ams-details .genpost-category {
  margin-bottom: 2px;
}

.ams-details .genpost-category > a {
  font-size: 13px;
}

.entry-content, .ebook-detail .detail-content {
  font-family: "Open Sans", Helvetica, Arial;
  font-size: 18px;
  line-height: 1.6666666667em;
  letter-spacing: 0.25px;
  color: #43464b;
}

.entry-content p, .ebook-detail .detail-content p {
  margin-bottom: 1.6666666667em;
}

.entry-content h2, .ebook-detail .detail-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.single-entry-header {
  margin-bottom: 16px;
}

.posted-on > a {
  color: #757575;
  font-size: 13px;
}

.article-featured-image {
  margin-bottom: 24px;
}

.article-featured-image amp-img {
  border-radius: 4px;
}

.single-entry-title {
  font-size: 28px;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  color: #424242;
}

.post-thumbnail-caption {
  font-size: 14px;
  color: #9e9e9e;
  position: relative;
  top: -15px;
}

.r4m-taxonomies-wrapper {
  margin: 40px 0;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.r4m-taxonomies-wrapper > div {
  margin-bottom: 24px;
}

.r4m-taxonomies-wrapper > div:last-child {
  margin-bottom: 0;
}

.r4m-taxonomies-wrapper .categorized-under .title, .r4m-taxonomies-wrapper .tagged-under .title, .r4m-taxonomies-wrapper .article-author .title {
  text-transform: uppercase;
  margin-right: 8px;
}

.r4m-taxonomies-wrapper .category-list a {
  text-transform: uppercase;
}

.r4m-taxonomies-wrapper .tag-list a {
  display: inline-block;
  background-color: #efefef;
  color: #424242;
  border-radius: 16px;
  padding: 4px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .entry-content {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.22px;
  }
  .entry-content p {
    margin-bottom: 1.4em;
  }
  .entry-content h2 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .single-entry-title {
    font-size: 2.6rem;
    margin-bottom: 24px;
    line-height: 3.5rem;
  }
}
.post-navigation {
  margin: 0 0 40px;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.nav-previous, .nav-next {
  font-size: 16px;
  font-weight: normal;
  display: table;
}

.nav-previous a, .nav-next a {
  display: table-cell;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
  padding-right: 3px;
}

@media (max-width: 600px) {
  .comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
}
.comment-navigation .nav-previous svg, .paging-navigation .nav-previous svg, .post-navigation .nav-previous svg {
  margin-right: 16px;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 3px;
}

@media (max-width: 600px) {
  .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
    width: 100%;
    float: none;
  }
}
.comment-navigation .nav-next svg, .paging-navigation .nav-next svg, .post-navigation .nav-next svg {
  margin-left: 16px;
}

.post-navigation svg {
  width: 24px;
  height: 24px;
  color: #757575;
}

.r4m-related-posts h2 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
}

.r4m-related-posts .related-posts-title {
  line-height: 22px;
  font-size: 15px;
}

.r4m-related-posts .related-posts-title a {
  font-weight: 600;
  color: #424242;
}

.r4m-related-posts amp-img {
  border-radius: 4px;
}

.r4m-related-posts .rpost {
  margin-bottom: 24px;
}

.r4m-related-posts .rpost:nth-child(3n+1) {
  clear: left;
}

.author-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.author-box h3 {
  clear: right;
}

.author-box .author-box-content {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.45em;
  color: #43464b;
}

.author-box .author-image {
  width: 128px;
  height: 128px;
  display: block;
  float: left;
  margin: 16px 16px 0 0px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

@media (max-width: 768px) {
  .author-box .author-image {
    float: none;
    margin: 24px auto 16px;
  }
  .author-box h3 {
    text-align: center;
  }
  .johnsonbox-link {
    font-size: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 14px;
    margin-top: 7px;
  }
}
.johnsonbox {
  margin-top: 20px;
}

p.author_links {
  margin: 0;
}

.johnsonbox {
  padding: 8px 30px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  margin-bottom: 20px;
  display: flex;
}

.johnsonbox-link {
  background: #ff8000;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
}

.johnsonbox-link:hover, .johnsonbox-link:focus {
  color: #fff;
  background: #FF9900;
}

.johnsonbox-link:active {
  color: #fff;
  background: #DC6E00;
}

.johnsonbox-text {
  font-size: 16px;
  line-height: 1.45em;
}

.johnsonbox-icon {
  float: left;
  width: 186px;
  margin-right: 40px;
  padding-top: 70px;
}

.johnsonbox-icon-image {
  max-width: 140px;
}

@media (max-width: 768px) {
  .johnsonbox {
    display: block;
  }
  .johnsonbox-icon {
    display: none;
  }
}
.johnsonbox-link.btn {
  white-space: unset;
}

p.author_links {
  margin: 0;
}

/* Common style for Johnson boxes (appstore_buttons and johnsonbox shortcodes) */
.johnsonboxes {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  border-radius: 16px;
  margin-top: 1.6666666667em;
  margin-bottom: 1.6666666667em;
  background: radial-gradient(377.92% 141.42% at 100% 0%, #FFF 13.59%, rgba(255, 255, 255, 0) 100%), #BBD5F3;
  background-blend-mode: overlay, normal;
  padding: 24px 24px 24px 36px;
}
.johnsonboxes .nowrap {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .johnsonboxes {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 24px 24px;
    gap: 8px;
  }
}
.johnsonboxes__content {
  position: relative;
  max-width: 459px;
}
@media (max-width: 640px) {
  .johnsonboxes__content {
    order: 2;
  }
}
.johnsonboxes__common__trial .johnsonboxes__content {
  margin-top: -10px;
}
.johnsonboxes__common .johnsonboxes__text {
  margin-top: 16px;
}
.johnsonboxes__title {
  margin: 0 !important;
  padding: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.87);
}
.johnsonboxes__text {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 24px;
  color: rgba(0, 0, 0, 0.87);
}
.johnsonboxes__title, .johnsonboxes__text {
  max-width: 600px;
}
.johnsonboxes__btn {
  border-radius: 4px;
  background-color: #2E48B1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  min-height: 40px;
  float: left;
}
.johnsonboxes__btn:hover, .johnsonboxes__btn:focus {
  background-color: #4159BD;
  color: #fff;
  outline: none;
}
.johnsonboxes__apps {
  display: flex;
  align-items: center;
  gap: 24px;
}
.johnsonboxes__qr {
  display: none;
  background-color: #fff;
  border-radius: 11px;
  width: 98px;
  height: 98px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 641px) {
  .johnsonboxes__qr {
    display: flex;
  }
}
.johnsonboxes__links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
@media (min-width: 641px) {
  .johnsonboxes__links {
    flex-direction: column;
  }
}
.johnsonboxes__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #000;
  width: 146px;
  height: 44px;
}
.johnsonboxes__links a img {
  display: block;
}
.johnsonboxes__image {
  order: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .johnsonboxes__image {
    width: 150px;
  }
}

.r4m-appstore-buttons {
  text-align: center;
  margin: 8px 0;
}

.r4m-appstore-buttons a {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 16px;
  border: 1px solid #212121;
  color: #fff;
  background-color: #212121;
}

.r4m-appstore-buttons a:hover {
  background-color: #000;
  color: #fff;
}

.r4m-appstore-buttons a > div > span {
  display: block;
  text-align: left;
}

.r4m-appstore-buttons a > div > span.download {
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}

.r4m-appstore-buttons a > div > span.appstore {
  font-weight: 700;
  font-size: 16px;
}

.r4m-appstore-buttons a > svg {
  float: left;
  margin-right: 16px;
}

.r4m-table-contents {
  margin-top: 20px;
}

.r4m-table-contents .toc-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.r4m-table-contents > svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.r4m-table-contents ul {
  list-style: none;
  padding-left: 0;
}

.r4m-table-contents ul li {
  position: relative;
}

.r4m-table-contents ul li a {
  margin-left: 1.7rem;
  box-shadow: inset 0 -1.3px 0 #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 2rem);
}

.r4m-table-contents ul li a:hover {
  box-shadow: none;
}

.r4m-table-contents ul svg {
  position: absolute;
  top: 1.2rem;
  left: 0.1rem;
  width: 1.125rem;
  height: 0.9375rem;
  color: #ff6f00;
}

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

.r4m-table thead > tr > th {
  vertical-align: middle;
}

.r4m-table.theme-r4m thead {
  background-color: #334799;
  color: #fff;
  font-weight: 600;
}

.r4m-table th {
  text-align: center;
}

.r4m-table tbody td {
  font-size: 16px;
}

.r4m-disclaimer {
  margin: 40px 0;
}

.r4m-disclaimer .disclaimer-title {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.r4m-disclaimer p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

.r4m-faq-accordion {
  margin-bottom: 40px;
}

.r4m-faq-accordion section {
  border-bottom: 1px solid #ddd;
}

.r4m-faq-accordion section > div > div {
  padding-bottom: 24px;
}

.r4m-faq-accordion section > h3 {
  background-color: transparent;
  border: 0;
  padding: 20px 30px 20px 0;
  font-size: 18px;
  position: relative;
}

.r4m-faq-accordion section > h3:after {
  content: "+";
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 20px;
}

.r4m-faq-accordion section[expanded] > h3:after {
  content: "-";
  font-size: 48px;
}

.r4m-sharings {
  margin: 24px 0;
}

.r4m-sharings a {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  color: #424242;
}

.r4m-sharings a svg {
  flex: none;
}

.news-post-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.news-post-item .genpost-entry-meta {
  margin-top: 20px;
}

.news-post-item h1 {
  margin-top: 0;
}

.news-post-item amp-img {
  border-radius: 4px;
}

.comment-content {
  padding: 10px 16px 20px;
  margin: 25px 0 0;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0.25px;
  color: #43464b;
}

.comment-content a {
  word-wrap: break-word;
}

.comments-title {
  margin: 20px 0;
}

.comment-list, .comment-list .children {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-list .children {
  margin: 0 0 0 40px;
}

.comment-list .reply a {
  font-size: 16px;
  margin-left: 16px;
}

.comment-body {
  padding: 24px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}

.comment-author {
  padding: 10px 5px 0;
}

.comment-author .avatar {
  display: block;
  float: left;
  margin: 0 10px 0 0px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.comment-author .fn {
  word-wrap: break-word;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin: 6px 0 0;
}

.comment-author .fn a {
  color: #424242;
}

.says {
  display: none;
}

.comment-metadata a {
  color: #999;
}

.comment-form [for=author], .comment-form [for=email], .comment-form [for=url], .comment-form [for=comment] {
  float: left;
  width: 100px;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
  max-width: 300px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
  padding: 8px;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  margin-bottom: 30px;
}

.comment-respond {
  margin-top: 40px;
}

#r4m-consent-ui {
  display: flex;
  flex-direction: row;
  background: #fff;
  color: #363636;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 9px 15px;
}

#r4m-consent-ui .consent_text {
  align-self: center;
  max-width: 800px;
}

#r4m-consent-ui .accept_container {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: "flex-end";
  padding-left: 16px;
}

#r4m-consent-ui .accept_container > button {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
  border-radius: 70px;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 19px;
}

#r4m-consent-ui .consent_text {
  line-height: 19px;
}

amp-consent {
  z-index: 100;
}

#r4m-youtube-video {
  margin-bottom: 24px;
  border-radius: 8px;
}

/**/
#r4m-consent-ui {
  justify-content: center;
}

.author_bio_section {
  background-color: #F5F5F5;
  padding: 8px 30px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.author_links {
  display: block;
}

.author_name {
  font-size: 16px;
  font-weight: 600;
}

.author_details img {
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.author_details {
  min-height: 150px;
  font-size: 16px;
  line-height: 1.45em;
}

.postby {
  margin-bottom: 20px;
}

.item-photo {
  position: relative;
}

.item-photo img {
  width: 100%;
  border-radius: 8px;
}

.item-photo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0.0509803922), rgba(0, 0, 0, 0.2) 100%);
  border-radius: 8px;
}

.item-photo:before {
  border-radius: 8px;
}

/*round post images */
.wp-post-image {
  border-radius: 8px;
}

.ams-thumb .wp-post-image {
  border-radius: 4px;
}

/*round youtube video*/
.rll-youtube-player {
  border-radius: 8px;
}

.btn.trial-button:hover, .r4m-download-ebook.btn:hover {
  background-color: #7ebd01;
}

@media screen and (max-width: 767px) {
  html.i-amphtml-fie > body.mobile-menu-open, html.i-amphtml-fie > body.mobile-search-open, html.i-amphtml-singledoc > body.mobile-menu-open, html.i-amphtml-singledoc > body.mobile-search-open {
    overflow: hidden !important;
    height: 100vh !important;
  }
}
@media screen and (max-width: 1150px) {
  html.i-amphtml-fie > body.mobile-menu-open .menu, html.i-amphtml-fie > body.mobile-search-open .menu, html.i-amphtml-singledoc > body.mobile-menu-open .menu, html.i-amphtml-singledoc > body.mobile-search-open .menu {
    position: fixed;
    left: 0;
    right: 0;
  }
}

.r4m-iframe-container {
  margin-top: 20px;
  border-radius: 8px;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  position: relative;
}
.r4m-iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

amp-youtube, amp-wistia {
  margin-bottom: 24px;
}

#global-menu * {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

.main-content {
  padding-top: 56px;
}
@media (max-width: 1094px) {
  .main-content {
    padding-top: 40px;
  }
}

.menu {
  z-index: 9000;
  line-height: 24px;
  position: sticky;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.menu.mobile-open {
  z-index: 2147483640;
}
body:not(.mobile-menu-open) .menu {
  top: -72px;
}
@media screen and (max-width: 1150px) {
  body:not(.mobile-menu-open) .menu {
    top: -56px;
  }
}
.menu hr {
  height: 1px;
  min-height: 1px;
  margin: 8px 24px;
  border: none;
  background: rgba(0, 0, 0, 0.12);
  width: calc(100% - 48px);
}
@media screen and (min-width: 1151px) {
  .menu__hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .menu__hide-mobile {
    display: none !important;
  }
}
.menu__blue-bar {
  padding: 0 24px;
  height: 72px;
  background: #334799;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.menu__main {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 24px;
  gap: 24px;
  background: #fff;
  transition: box-shadow 0.2s;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
}
.menu__main a:focus {
  color: #1E2B48;
}
.menu__head {
  flex: none;
}
.menu a,
.menu a:hover,
.menu a:focus,
.menu a:active {
  text-decoration: none !important;
}
.menu .menu__btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 17px;
  border-radius: 4px;
  background: #80BF00;
  display: inline-flex;
}
.menu .menu__btn:hover {
  color: #FFF;
}
.menu .menu__toggle,
.menu .menu__search-back {
  cursor: pointer;
}
.menu .menu__toggle i,
.menu .menu__search-back i {
  font-size: 24px;
}
.menu .menu__toggle,
.menu .menu__search-mobile {
  display: none;
}
.menu__content {
  display: flex;
  flex: 1;
}
.menu__content-footer {
  display: none;
}
.menu__logo {
  padding-top: 9px;
}
.menu__logo img {
  vertical-align: initial;
}
.menu__items {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}
.menu__items_right {
  flex: 1;
  justify-content: flex-end;
}
.menu__item {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.menu__item_search .menu__item-link {
  z-index: 1001;
}
.menu__item_search .menu__item-link .r4m-icon,
.menu__item_search .menu__item-link i {
  font-size: 20px;
}
.menu__item_search.active .menu__item-link {
  z-index: 1005;
}
.menu__item_search.active .menu__input-wrapper {
  opacity: 1;
  z-index: 1004;
}
.menu__item-link {
  color: #1E2B48;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
  padding: 12px 2px;
}
.menu__item-link .r4m-icon,
.menu__item-link i {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  transition: color 0.2s;
}
.menu__item-link .r4m-icon-chevron-right {
  transition: transform 0.2s;
  transform: rotate(90deg);
}
.menu__item-link:hover {
  color: #4285F4;
}
.menu__item-link:hover .r4m-icon, .menu__item-link:hover i {
  color: rgba(0, 0, 0, 0.6);
}
.menu__item_contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  align-items: flex-end;
  height: 48px;
}
.menu__item_contact span {
  line-height: 0.8;
  font-size: 11px;
  color: #fff;
}
.menu__item_contact span:first-child {
  display: none;
}
.menu__item_contact a {
  font-size: 22px;
  font-weight: 300;
  line-height: 0.8;
  color: #fff;
}
.menu__item_contact a:active, .menu__item_contact a:hover, .menu__item_contact a:focus {
  color: #fff;
}
.menu__submenu {
  padding: 32px;
  position: absolute;
  top: 100%;
  left: -24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 6px 14px 0 rgba(0, 0, 0, 0.12);
  gap: 48px;
  display: none;
  z-index: 1000;
  cursor: default;
}
.menu__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__submenu ul a,
.menu__submenu ul a span {
  transition: color 0.2s;
  white-space: initial;
}
.menu__submenu ul + ul {
  position: relative;
}
.menu__submenu ul + ul::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.menu__items_right .menu__submenu {
  left: initial;
  right: -24px;
}
.menu__item.active .menu__submenu {
  display: flex;
  animation: fade-down 0.2s ease-in both;
}
.menu__item:nth-child(6) .menu__ul-one {
  width: 133px;
}
.menu__ul-one {
  width: 236px;
}
.menu__ul-one a {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.menu__ul-one a:hover span:first-child {
  color: #4285F4;
}
.menu__ul-one a span:first-child {
  color: #1E2B48;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.menu__ul-one a span:last-child:not(:first-child) {
  color: #5A6888;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.menu__ul-two {
  width: 148px;
}
.menu__ul-two a {
  color: #5A6888;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.menu__ul-two a:hover {
  color: #4285F4;
}
.menu__ul-two .menu__li-bold span,
.menu__ul-two .menu__li-bold a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.menu__ul-two .menu__li-bold a:hover {
  color: #4285F4;
}
.menu__input-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -12px;
  padding: 2px 0;
  transition: left 0.2s ease-in, opacity 0.2s ease-in;
  opacity: 0;
  z-index: -1;
}
.menu__search-back {
  display: flex;
}
.menu__input-search {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 10px 38px 10px 12px;
  line-height: 18px;
  font-size: 16px;
  color: #1E2B48;
  width: 100%;
  max-height: 40px;
}
.menu__input-search.active {
  opacity: 1;
}
.menu__input-search:active, .menu__input-search:focus {
  outline: none;
}
.menu__search-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(0, 0, 0, 0.87);
  position: absolute;
  top: 18px;
  left: 36px;
  right: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s;
}
.menu__search-placeholder .r4m-icon,
.menu__search-placeholder i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.menu__autocomplete {
  max-height: 300px;
  background: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  transform: translateY(8px);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 6px 14px 0 rgba(0, 0, 0, 0.12);
  z-index: 9001;
}
.menu__autocomplete .group,
.menu__autocomplete .item {
  font-size: 14px;
  margin: 16px 0;
  line-height: 1.2;
}
.menu__autocomplete .group {
  color: #1E2B48;
  font-weight: 500;
}
.menu__autocomplete .item {
  color: #5a6888;
  cursor: pointer;
}
.menu__autocomplete .item:hover {
  color: #4285F4;
}
.menu__autocomplete .item.selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu__item_cart {
  animation: opacity-in 0.2s ease-in both;
}
.menu__item_cart:not([data-count]) {
  display: none !important;
}
.menu__item_cart::before {
  content: attr(data-count);
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  padding: 4px;
  border-radius: 20px;
  background: #80BF00;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  height: 16px;
  min-width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
}
.menu .fade-down {
  animation: fade-in 0.2s ease-in both;
}
@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-80%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(80%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu .r4m-icon-cart {
  font-size: 24px;
}
@media screen and (max-width: 1150px) {
  .menu.mobile-open::before {
    content: "";
    position: fixed;
    top: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1002;
  }
  .menu .menu__blue-bar {
    height: 56px;
  }
  .menu .menu__item_contact {
    height: 34px;
  }
  .menu .menu__item_contact span:last-child {
    display: none;
  }
  .menu .menu__item_contact a {
    color: #fff;
  }
  .menu .menu__item_contact a:hover, .menu .menu__item_contact a:active, .menu .menu__item_contact a:focus {
    color: #fff !important;
  }
  .menu:not(.mobile-open) .menu__items_left {
    display: none;
  }
  .menu.mobile-open .menu__content-footer {
    display: block;
  }
  .menu .menu__toggle,
  .menu .menu__search-mobile {
    display: flex;
  }
  .menu__toggle .r4m-icon,
  .menu__toggle i {
    color: rgba(0, 0, 0, 0.6);
  }
  .menu__head {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .menu__content-footer {
    position: fixed;
    bottom: 12px;
    left: 64px;
    right: auto;
    width: 382px;
    padding: 24px;
    background: #fff;
    z-index: 1003;
    animation: fade-left 0.2s ease-in both;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .menu__content-footer .menu__btn {
    width: 100%;
    justify-content: center;
    padding: 16px 17px;
  }
  .menu .menu__items_left {
    position: fixed;
    top: 68px;
    left: 64px;
    right: auto;
    bottom: 116px;
    width: 382px;
    background: #fff;
    flex-direction: column;
    animation: fade-left 0.2s ease-in both;
    overflow: auto;
    z-index: 1003;
    gap: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .menu .menu__items_left .menu__item {
    width: 100%;
    padding: 0 24px;
    flex-direction: column;
  }
  .menu .menu__items_left .menu__item.active .menu__item-link .r4m-icon-chevron-right {
    transform: rotate(90deg);
  }
  .menu .menu__items_left .menu__item.active .menu__submenu {
    padding-bottom: 32px;
  }
  .menu .menu__items_left .menu__item-link {
    padding: 20px 0;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    font-size: 20px;
  }
  .menu .menu__items_left .menu__item-link .r4m-icon-chevron-right {
    transform: rotate(0deg);
    font-size: 24px;
  }
  .menu .menu__items_left .menu__item-link:hover, .menu .menu__items_left .menu__item-link:hover .r4m-icon, .menu .menu__items_left .menu__item-link:hover i {
    color: #1E2B48;
  }
  .menu .menu__items_left .menu__submenu {
    position: initial;
    box-shadow: none;
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
    display: flex;
    transition: max-height 0.2s;
    max-height: 0;
    overflow: hidden;
  }
  .menu .menu__items_left .menu__submenu ul {
    width: 100%;
    align-items: flex-start;
  }
  .menu .menu__items_left .menu__submenu ul + ul {
    position: relative;
  }
  .menu .menu__items_left .menu__submenu ul + ul:before {
    left: 0;
    right: 0;
    width: initial;
    height: 1px;
    top: -24px;
  }
  .menu__item_search .menu__item-link {
    justify-content: center;
  }
  .menu__ul-one a:hover span:first-child {
    color: #1E2B48;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .menu.mobile-open .menu__toggle {
    position: fixed;
    left: 16px;
    top: 68px;
    z-index: 1003;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fade-left 0.2s ease-in both;
  }
  .menu .menu__items_left::-webkit-scrollbar {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    transition: top 0.1s;
  }
  .menu.mobile-open::before {
    top: 64px;
  }
  .menu.mobile-open, .menu.search-open {
    top: -56px;
    left: 0;
    right: 0;
    position: fixed;
  }
  .menu .menu__item_contact span:first-child {
    display: initial;
  }
  .menu .menu__item_contact span:nth-child(2) {
    display: none;
  }
  .menu .menu__item_contact a {
    font-size: 20px;
  }
  .menu .menu__items_left {
    top: 64px;
    left: 0;
    right: 0;
    bottom: 90px;
    width: initial;
    border-radius: 0;
  }
  .menu .menu__items_right {
    gap: 16px;
  }
  .menu .menu__content-footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: initial;
    border-radius: 0;
  }
  .menu .menu__main {
    height: 64px;
  }
  .menu .menu__input-wrapper {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    padding: 10px 24px;
    bottom: 0;
    background: #fff;
    animation: fade-right 0.2s ease-in both;
    display: none;
  }
  .menu .menu__input-search {
    padding: 10px 12px;
    position: initial;
    width: 100%;
  }
  .menu .menu__input-search:-moz-placeholder-shown + .menu__search-placeholder {
    opacity: 1;
  }
  .menu .menu__input-search:placeholder-shown + .menu__search-placeholder {
    opacity: 1;
  }
  .menu__item_search.active .menu__input-wrapper {
    display: block;
  }
  .menu__autocomplete {
    box-shadow: none;
    width: initial !important;
    height: 100% !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 0;
    overflow: auto;
    transform: none;
    max-height: calc(100vh - 114px) !important;
  }
}

:dir(rtl) .menu__input-wrapper {
  left: -12px;
  right: 0;
  transition: right 0.2s ease-in, opacity 0.2s ease-in;
}

.search-form label {
  margin-bottom: 0;
}

.search-form input[type=search] {
  background: #f5f5f5;
  border: none;
  color: #222;
  height: 48px;
  margin: 0;
  padding: 0 11px;
  width: 280px;
}

.search-form button[type=submit] {
  border-radius: 0;
  background-color: #334699;
  border: none;
  height: 44px;
  width: 44px;
}

.search-form button[type=submit] svg {
  vertical-align: middle;
  color: #fff;
}

#r4mSearchBar {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 999;
  padding: 8px 0;
  width: 100%;
}

.search-form input[type=search] {
  background: #ededed;
  border: none;
  color: #222;
  height: 44px;
  margin: 0;
  padding: 0 11px;
  width: 100%;
}

#r4mSearchBar .search-form {
  display: inline-block;
  width: 100%;
  padding-left: 300px;
}

@media (max-width: 572px) {
  #r4mSearchBar .search-form {
    padding-left: 85px;
  }
}
#r4mSearchBar .close-search {
  position: absolute;
  right: 25px;
  top: 8px;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
}

#r4mSearchBar button[type=submit] {
  background: transparent;
  position: absolute;
  right: 0px;
  top: 8px;
}

#r4mSearchBar button[type=submit] svg {
  color: #424242;
}

#r4mSearchBar button[type=submit] {
  color: #555;
  cursor: pointer;
}

#r4mSearchBar input[type=search] {
  border-radius: 4px;
}

#r4mSearchBar input[type=search] {
  text-indent: 20px;
}

.page-content .search-form input[type=search] {
  width: unset;
}

.r4m-search-lightbox {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**/
@media (max-width: 992px) {
  #r4mSearchBar {
    padding: 0;
  }
}
input#s:focus {
  outline: none !important;
}

.menu-primary-container {
  margin-left: 40px;
}

.r4m-mobile-menu li:last-child a {
  border-bottom: unset;
}

.r4m-mobile-menu li.current-menu-item > a:before {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -1px;
  border-right: 3px solid #334799;
  height: 1px;
}

.r4m-mobile-menu li.current-menu-item > a {
  position: relative;
}

@media screen and (max-width: 570px) {
  .r4m-mobile {
    line-height: 14px;
  }
}
@media only screen and (max-width: 570px) {
  .r4m-promo-bar a.phone {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #r4mSearchBar button[type=submit] {
    top: 4px;
  }
  #r4mSearchBar .close-search {
    top: 4px;
  }
}
.r4m-mobile {
  display: none;
}

.r4m-desktop {
  display: block;
}

@media screen and (max-width: 570px) {
  .r4m-mobile {
    display: block;
  }
  .r4m-desktop {
    display: none;
  }
}
/*footer style*/
.footer {
  font-size: 14px;
  line-height: 1.4em;
  background-color: #334799;
  color: #fff;
  padding: 15px 0;
}

.footer ul {
  list-style: none;
}

.footer .wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.footer .wrapper ul {
  padding: 0;
  margin: 0;
}

.footer a {
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.7);
}

.footer a:active, .footer a:hover {
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: underline;
}

.footer li {
  margin-bottom: 7px;
}

@media only screen and (max-width: 615px) {
  .footer li {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.footer .title {
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.footer .flex-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.footer .flex-row .f-about {
  order: -2;
}

.footer .flex-row .f-dev {
  order: -1;
}

.footer .flex-row .f-engage {
  order: 1;
}

.footer .flex-row .f-start {
  order: 2;
}

.footer .flex-row > div.col {
  margin-right: 45px;
  margin-bottom: 20px;
}

.footer .flex-row > div.col.f-start {
  margin-right: 0;
}

@media only screen and (max-width: 815px) {
  .footer .flex-row > div.cla {
    flex: 0 0 100%;
  }
  .footer .flex-row > div.col {
    min-width: 220px;
    margin-right: 0;
  }
}
.footer .copyright {
  display: flex;
  align-items: center;
  font-size: 10px;
}

.footer .copyright .copy, .footer .copyright .links > a, .footer .lang-wrapper {
  margin-right: 20px;
}

@media only screen and (max-width: 815px) {
  .footer .lang-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .copy {
    margin-bottom: 15px;
  }
  .footer .copyright {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 815px) {
  .footer .copyright {
    padding-left: 0px;
  }
}
.lang-switcher {
  position: relative;
  display: inline-flex;
}

.lang-switcher__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px 6px 33px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  height: 32px;
  background: transparent;
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 100%, 0.38);
  border-radius: 4px;
}

.lang-switcher__trigger:after {
  content: "";
  position: absolute;
  left: 11px;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 5px;
  transition: all 0.3s;
}

.lang-switcher__options {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.lang-switcher__options a.lang-switcher__option {
  position: relative;
  display: block;
  padding: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.lang-switcher__options a.lang-switcher__option:active, .lang-switcher__options a.lang-switcher__option:hover {
  text-decoration: none;
  color: #000;
}

.lang-switcher__option.selected, .lang-switcher__options a.lang-switcher__option:hover {
  background-color: #e8ebf6;
}

.footer a {
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.7);
}

.footer a:active, .footer a:hover {
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: underline;
}

.footer .lang-wrapper {
  margin-right: 20px;
}

@media only screen and (max-width: 815px) {
  .footer .lang-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.lang-switcher__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px 6px 33px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  height: 32px;
  background: 0 0;
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 100%, 0.38);
  border-radius: 4px;
}

.lang-switcher__trigger:after {
  content: "";
  position: absolute;
  left: 11px;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 5px;
  transition: all 0.3s;
}

.lang-switcher.open .lang-switcher__trigger:after {
  transform: rotate(-180deg);
}

.lang-switcher.open .lang-switcher__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.r4m-footer {
  position: relative;
  z-index: 1;
  background-color: #349;
  color: #fff;
  padding-top: 50px;
  margin-top: 80px;
}

.r4m-footer .r4m-widget {
  display: inline-block;
}

.r4m-footer .col {
  float: left;
  width: auto;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.r4m-footer .col .footer-widget-title {
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.r4m-footer .col ul {
  padding-left: 0;
  list-style: none;
}

.r4m-footer .col li {
  margin-bottom: 8px;
}

.r4m-footer .col li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.r4m-footer .col li a:hover {
  text-decoration: underline;
}

.r4m-footer > .container > .row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .r4m-footer .col li {
    margin-bottom: 0;
  }
  .r4m-footer .col li a {
    font-size: 14px;
    padding: 3px 0;
  }
}
.r4m-footer .social-links svg {
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 4px;
}

.r4m-footer-bottom {
  padding-top: 24px;
  padding-bottom: 14px;
}

.r4m-footer-bottom ul {
  padding-left: 0;
}

.r4m-footer-bottom li {
  display: inline-block;
  margin-right: 24px;
}

.r4m-footer-bottom a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.r4m-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .r4m-footer-bottom {
    padding-left: 35px;
    padding-bottom: 0;
  }
  .r4m-footer-bottom li {
    display: block;
    font-size: 16px;
  }
  .r4m-footer-bottom li:first-child {
    margin-bottom: 16px;
  }
  .r4m-footer-bottom li a {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .r4m-footer .col:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .r4m-footer .col {
    width: 50%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .r4m-footer .col:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 600px) {
  .r4m-footer .col {
    width: 100%;
    clear: both;
  }
}
@media (max-width: 768px) {
  .wrapper .copyright {
    padding-right: 50px;
    padding-left: 50px;
  }
  .other {
    display: none !important;
  }
}
@media only screen and (max-width: 615px) {
  .r4m-footer li {
    font-size: 17px;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .textwidget.custom-html-widget amp-img {
    width: 100% !important;
  }
}
.sidebar {
  display: inline-block;
  width: 100%;
  margin-bottom: 36px;
  max-height: 67px;
}

.sidebar-thumb {
  width: 118px;
  float: left;
  min-height: 67px;
  left: 0;
  top: 0;
}

.sidebar-details {
  display: table;
  padding-left: 24px;
}

.sidebar-title {
  left: 0;
  top: 0;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sidebar-title a {
  color: #353434;
}

.sidebar-category a {
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sidebar-thumb img {
  border-radius: 8px;
}

#pricing * {
  color: rgba(0, 0, 0, 0.7);
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

#pricing .i {
  display: none;
}

#pricing .pricing-sku .options .card {
  overflow: hidden;
  margin-bottom: 24px;
  flex-grow: 1;
  flex-basis: 33%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.13);
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
#pricing .pricing-sku .options .card.qr {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px;
  min-height: auto;
}
@media (max-width: 1199px) {
  #pricing .pricing-sku .options .card.qr {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  #pricing .pricing-sku .options .card.qr {
    box-shadow: none;
    padding: 0;
    margin-bottom: 24px;
    border-radius: 0;
  }
}
#pricing .pricing-sku .options .card.qr .image {
  flex: none;
  width: 104px;
}
@media (max-width: 1199px) {
  #pricing .pricing-sku .options .card.qr .image {
    width: 90px;
  }
}
@media (max-width: 991px) {
  #pricing .pricing-sku .options .card.qr .image {
    display: none;
  }
}
#pricing .pricing-sku .options .card.qr .buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  #pricing .pricing-sku .options .card.qr .buttons {
    gap: 8px;
  }
}
@media (max-width: 991px) {
  #pricing .pricing-sku .options .card.qr .buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
#pricing .pricing-sku .options .card.qr .buttons a {
  background-color: #000;
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 198px;
  padding: 0 16px;
}
#pricing .pricing-sku .options .card.qr .buttons a svg {
  height: 100%;
}
@media (max-width: 1199px) {
  #pricing .pricing-sku .options .card.qr .buttons a {
    height: 41px;
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  #pricing .pricing-sku .options .card.qr .buttons a {
    height: 44px;
    max-width: 146px;
  }
}

#pricing .pricing-sku .options .card:last-child {
  margin-right: 0;
}

#pricing .pricing-sku .options .card:first-child {
  margin-left: 0;
}

#pricing .pricing-sku .options .card .title {
  margin: 2px 0 26px;
  font-size: 26px;
  line-height: 120%;
  font-weight: 600;
  flex: none;
  max-width: 200px;
}

#pricing .pricing-sku .options .card .subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin: 15px 0;
}

#pricing .pricing-sku .options .card .actions {
  margin-top: 10px;
}

#pricing .pricing-sku .options .card .features {
  flex: 1 0 auto;
}

#pricing .pricing-sku .options .card .features + .actions {
  margin-top: 20px;
}

#pricing .pricing-sku .options .card .features .plus {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}

#pricing .pricing-sku .options .card .features ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 23px;
}

#pricing .pricing-sku .options .card .features li {
  position: relative;
  font-size: 13px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
}

#pricing .pricing-sku .options .card .features li:not(:last-child) {
  margin-bottom: 10px;
}

#pricing .pricing-sku .options .card .features li:before {
  position: absolute;
  left: -25px;
  content: "\e014";
  font-family: r4m-icon;
  font-size: 14px;
  float: left;
  margin: 0 8px 0 0;
  color: #999;
}

#pricing .pricing-sku .options .card .features li.included.special {
  font-weight: 500;
}

#pricing .pricing-sku .options .card .features li.included:before {
  content: "\e841";
  color: #80bf00;
  font-size: 15px;
}

#pricing .pricing-sku .options .card .i:after {
  position: absolute;
  top: 10px;
  right: 13px;
}

#pricing .pricing-sku .options .card .total-price {
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

#pricing .price {
  line-height: 25px;
  margin-bottom: -4px;
}

#pricing .price .usd {
  font-weight: 600;
  vertical-align: top;
  line-height: 2;
  align-self: flex-start;
  font-size: 20px;
  margin-right: 2px;
}

#pricing .price .val {
  font-size: 40px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.7);
}

#pricing .price .mo {
  font-size: 20px;
  font-weight: 600;
}

#pricing .i {
  cursor: pointer;
}

#pricing .i:after {
  color: #78a6e6;
  transition: color 0.2s linear;
  content: "info";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

#pricing .i:hover:after {
  color: #6195e6;
}

#pricing .button {
  display: inline-block;
  background: #80BF00;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 5px;
  text-align: center;
}

#pricing .button:active, #pricing .button:focus, #pricing .button:hover {
  text-decoration: none;
  background-color: #7ebd01;
}

#pricing .button.green {
  text-transform: uppercase;
}

#pricing .new-label {
  position: absolute;
  top: 10px;
  right: -55px;
  background: linear-gradient(#ff7c00, #ff6104);
  color: #fff;
  font-size: 18px;
  transform: rotate(45deg);
  font-weight: 800;
  width: 180px;
  line-height: 18px;
  text-align: center;
  padding: 8px 43px 12px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  white-space: normal;
}
html[lang=fr-FR] #pricing .new-label {
  font-size: 15px;
}

@media screen and (max-width: 950px) {
  #pricing .pricing-sku .options {
    flex-direction: column;
    margin: 10px 0 0;
  }
  #pricing .pricing-sku .options .card {
    margin: 0 0 10px;
  }
}
@media screen and (max-height: 800px) {
  #pricing .pricing-body .pricing-sku .options {
    margin-top: 10px;
  }
  #pricing .pricing-body .pricing-sku .options .card {
    padding: 20px 30px;
  }
  #pricing .pricing-body .pricing-sku .options .card .title {
    margin: 10px 0;
  }
  #pricing .pricing-body .pricing-sku .options .card .price .val {
    font-size: 35px;
  }
  #pricing .pricing-body .pricing-sku .options .card .features li {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.button {
  position: relative;
}

.awt-title {
  padding-right: 0px;
}

.block-price {
  margin-top: 20px;
}

/*! CSS Used fontfaces */
/*add banner style*/
#banner {
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px RGB(0 0 0/13%);
  position: relative;
}

#banner .details {
  padding: 24px;
}

#banner .title {
  color: #555;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  position: relative;
}

#banner .stars {
  font-size: 55px;
  color: #ff8000;
  margin-left: -6px;
  position: relative;
}

#banner .button {
  margin: 27px 0 0 0;
}

#banner a {
  border: 0;
  text-transform: uppercase;
  background: #ff8000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  position: relative;
}

#banner a:hover {
  background-color: #FF9900;
}

#banner img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.sidebar-header {
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sidebar-header {
    display: inline-block;
    font-size: 28px;
  }
}