<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
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;
    -webkit-box-shadow: none !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 &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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: .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: #337ab7;
}
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: #337ab7;
}
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;
  margin-left: -5px;
  list-style: none;
}
.list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 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: '\2014 \00A0';
}
.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: '\00A0 \2014';
}
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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          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;
}
.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;
  }
}
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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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 label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-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: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(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 {
  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 &gt; .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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
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 &gt; .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #337ab7;
  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 &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  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 &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.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 &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.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 &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.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: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb &gt; .active {
  color: #777;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs &gt; .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron &gt; hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}
.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default &gt; .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7;
}
.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top &gt; .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top &gt; .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right &gt; .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom &gt; .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom &gt; .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left &gt; .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */




/* BEGIN TEMPLATE */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body &gt; img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}
b, strong {
    font-weight: bold;
}
h1 {
    /*font-size: 2em;*/
	font-size:50px
    margin: 0.67em 0;
}
img {
    border: 0;
}
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;
}

h3:first-of-type {
    margin-bottom: 27px;					  
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 16px;
    font-size: 1rem;
}

h1, h2, h4, h6 {
    margin: 0 0 28px;
}

h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

h3, h5 {
    text-transform: uppercase;
}
h6 {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    font-family: , Lato;
    letter-spacing: 0px;
    text-align: inherit;
    color: #242426;
}
@media (min-width: 992px){
.posts-list--default .entry-title {
    font-size: 22px;
}
}
p {
    margin: 0 0 31px;
    line-height: 1.8;
}
dfn, em, i {
    font-style: italic;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

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

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}


@media (min-width: 544px) {
.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.col-xs-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
 .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media (min-width: 768px) {
	.col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	
}
@media (min-width: 992px) {
	.col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	.col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
	.col-lg-5 {
       	-webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
	.col-lg-7 {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
	 .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
}
@media (min-width: 1200px) {
	.col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	.col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-xl-5 {
       	-webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40;
        max-width: 40%;
    }
	.col-xl-7 {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
	 .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
	.col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
}
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

a {
    transition: 0.3s ease all;
}
#tm_builder_outer_content .tm_pb_text ul, #tm_builder_outer_content .tm_pb_text ol, .entry-content ul, .entry-content ol {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#tm_builder_outer_content .tm_pb_text ul li, #tm_builder_outer_content .tm_pb_text ol li, .entry-content ul li, .entry-content ol li {
    position: relative;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 2.9;
}
.entry-content ul li a,
.entry-content ol li a{
	color: #b00000!important;
}
#tm_builder_outer_content .tm_pb_text ul li, .entry-content ul li {
    padding-left: 37px;
}

#tm_builder_outer_content .tm_pb_text ul li::before, .entry-content ul li::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    top: 25px;
    left: 15.5px;
}
li &gt; ul, li &gt; ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.page-preloader {
    position: relative;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}

.page-preloader-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.page-preloader__cube {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid red;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 50px;
    height: 50px;
    z-index: 999;
    text-align: center;
    border-radius: 0;
}

#toTop span {
    display: none;
}

#toTop:before {
    font-family: FontAwesome;
    font-size: 24px;
    content: "\f106";
    position: absolute;
    top: 45%;
    left: 50%;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.4s ease all;
}

#toTop:focus {
    outline: none;
}

@media (min-width: 544px) {
    #toTop {
        right: 20px;
    }
}

@media (min-width: 768px) {
    #toTop {
        bottom: 80px;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type='button'], input[type='reset'], input[type='submit'] {
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 10px 18px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 2px solid;
}

.btn, .comment-form .form-submit .submit, .post-password-form input[type="submit"], .tm_pb_button, #tm_builder_outer_content .tm_pb_contact_form.tm_pb_module .tm_pb_contact_submit {
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 10px 18px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 2px solid;
    font-weight: bold;
}

.btn:hover, .comment-form .form-submit .submit:hover, .post-password-form input[type="submit"]:hover, .tm_pb_button:hover, #tm_builder_outer_content .tm_pb_contact_form.tm_pb_module .tm_pb_contact_submit:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
.main-navigation {
    display: block;
    clear: both;
    width: 100%;
}

.main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation li {
    position: relative;
    text-align: left;
    transition: 0.4s;
}

.main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 35px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .main-navigation ul {
        display: block;
    }

.main-navigation li:hover &gt; ul, .main-navigation li.menu-hover &gt; ul {
        top: 100%;
        left: 0;
        visibility: visible;
        opacity: 1;
    }
	.main-navigation .sub-menu li a {
        text-transform: none;
    }
	.main-navigation .menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
	 

    }.default .main-navigation .menu {
        display: block;
    }

	.main-navigation .menu &gt; li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.default .main-navigation .menu &gt; li {
        display: inline-block;
    }

	.main-navigation .sub-menu {
        position: absolute;
        z-index: 999;
        left: -999em;
        visibility: hidden;
        margin: 0;
        transition: 200ms linear;
        transition-property: top, opacity, visibility;
        opacity: 0;
        top: 100%;
        min-width: 170px;
    }

    .main-navigation .sub-menu &gt; li {
        padding: 0 31px;
    }

    .main-navigation .sub-menu &gt; li &gt; a {
        text-align: left;
        padding: 12px 0;
        font: 14px/20px sans-serif;
    }

    .main-navigation .sub-menu &gt; li ul {
        min-width: 130px;
		width:160px;
    }
	.main-navigation .menu-item .sub-menu li ul{
		margin-left:-160px!important;
		margin-top:-44px!important;
	}

    .main-navigation .sub-menu &gt; li ul li {
        padding: 0 15px;
    }

    .main-navigation .menu-toggle {
        display: none;
    }
}

	.header-container .main-navigation.isStuck .sub-menu li {
    padding: 0;
}													 

		  
.main-navigation a {
    text-align: left;
}
.main-navigation a:focus {
    outline: none;
}
						  
				  
 

.main-navigation .menu &gt; li &gt; a {
    text-align: center;
}

@media (max-width: 767px) {
	.menu.active{
		display:block!important;
	}
	.sub-menu-open .sub-menu{
		display:block!important;
	}
	.main-navigation a{
		padding:10px!important;
	}
	.sub-menu .main-navigation a{
		padding:20px!important;
		font-size:1.1rem;
	}
	.main-navigation.toggled .menu-toggle i::before {
		content: '\f00d';
	}
}
@media (min-width: 768px) {
    .main-navigation .menu &gt; li &gt; a {
        border-bottom: none;
    }
}

.main-navigation .menu &gt; li:last-child &gt; a {
    border-bottom: none;
}
.main-navigation .menu &gt; li:hover &gt; a, .main-navigation .menu &gt; li.menu-hover &gt; a, .main-navigation .menu &gt; li.current_page_item &gt; a, .main-navigation .menu &gt; li.current_page_ancestor &gt; a, .main-navigation .menu &gt; li.current-menu-item &gt; a, .main-navigation .menu &gt; li.current-menu-ancestor &gt; a {
    /* Active and hover state (level 1) */
}
																																																																									   
										  
 

.main-navigation .menu &gt; li[hidden] {
    display: none;
}

@media (min-width: 768px) {
    .main-navigation .sub-menu li:last-of-type a {
        border-bottom: none;
    }
}
.main-navigation .sub-menu li.menu-item-has-children::after {
    /* Marker (level 2, 3, ..., N) */
    /* top: 50%;
                    @include translate(0, -50%);
                    content: '\f105';*/
}
															 
									 
				
												
									   
 

.main-navigation .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .main-navigation .sub-menu a {
        padding: 1em;
    }
}
.menu-toggle {
    font-size: 30px;
    font-size: 1.875rem;
    transition: 0.3s ease all;
    border: none;
    background: transparent;
    line-height: 1;
    display: block;
    padding: 10px 18px;
    cursor: pointer;
    text-align: left;
    margin: 0 auto;
}
			  
					   
					
					 
 

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.clear:before, .clear:after, .comment-body:before, .comment-body:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .comment-body:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
						  
}
.card {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}
.site {
    word-wrap: break-word;
    -webkit-hyphens: none ;
    -moz-hyphens: none ;
    -ms-hyphens: none ;
    -o-hyphens: none ;
    hyphens: none ;
    overflow: hidden;
}
.site-content {
    padding-top: 0;
    padding-bottom: 0;
							 
					   
				 
}
.breadcrumbs {
    position: relative;
    padding: 18px 0;
    text-align: left;
}

.breadcrumbs__title .page-title {
    margin: 0; 
}

.breadcrumbs__browse {
    margin-right: .5em;
}

.breadcrumbs__wrap {
    margin: 0;
    display: inline-block;
}

@media (min-width: 992px) {
    .breadcrumbs__wrap {
        margin: .25em 0;
    }
						   
}

.breadcrumbs__item {
    display: inline-block;
    text-transform: uppercase;
}

.breadcrumbs__item-sep {
    margin: 0 1.35em;
    font-family: FontAwesome;
    font-style: normal;
    content: '|';
}

.breadcrumbs__item-link {
    text-decoration: none;
					  
}
.no-paddings .site-content {
    padding-top: 0;
    padding-bottom: 0;
}
.container.site-header, .container.site-footer {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.header-container #site-navigation.main-navigation .menu &gt; li.menu-item .sub-menu-toggle.active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .header-container #site-navigation.main-navigation .menu &gt; li.menu-item .sub-menu-toggle:hover {
        cursor: pointer;
    }
									
					   
					
					 
 
@media (max-width: 767px) {
    .header-container {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .header-container #site-navigation.main-navigation {
        padding-top: 1em;
        position: relative;
        z-index: 555;
    }

																
									  
							 
					
	 

	.header-container #site-navigation.main-navigation .menu {
        margin-top: 30px;
    }

    .header-container #site-navigation.main-navigation .menu &gt; li.menu-item {
        border-bottom: 1px solid #b4b4b5;
        position: relative;
    }

    .header-container #site-navigation.main-navigation .menu &gt; li.menu-item .sub-menu-toggle {
        position: absolute;
        top: 17px;
        right: 30px;
        display: inline-block;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        z-index: 22;
        text-align: center;
        transition: 0.3s ease all;
    }

																									 
										 
									 
								 
	 

																									
						
	 

	.header-container #site-navigation.main-navigation .menu &gt; li.menu-item .sub-menu-toggle::before {
        font-size: 16px;
        font-size: 1rem;
        font-family: FontAwesome;
        content: '\f105';
        line-height: 20px;
        position: absolute;
        top: 44%;
        left: 53%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
	.header-container #site-navigation.main-navigation .menu &gt; li.menu-item &gt; .sub-menu {
        display: none;
    }
	

}
.home .header-container {
    border: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
	box-shadow: rgba(0,0,0,0.4) 0px 0px 5px;
}

.header-container .main-navigation {
    padding-top: 0 !important;
}
.container .header-container {
    padding-right: 0;
    padding-left: 0;
}
.site-header.minimal .site-branding {
    padding: 14px 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    max-width: 100%;
}

@media (min-width: 992px) {
    .site-header.minimal .site-branding {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 400px;
        -ms-flex: 0 1 400px;
        flex: 0 1 400px;
        text-align: left;
        max-width: 330px;
    }
}

.site-header.minimal .main-navigation {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0;
}

.site-header.minimal .main-navigation .menu &gt; li &gt; a {
    text-align: center;
}

@media (min-width: 992px) {
    .site-header.minimal .main-navigation {
        padding-top: 0;
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .site-header.minimal .main-navigation {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.header-container__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media (min-width: 992px) {
    .header-container__flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.top-panel {
    text-align: left;
    margin-bottom: -1px;
}

.home .top-panel {
    position: relative;
    z-index: 99;
}

.container .top-panel {
    padding-right: 0;
    padding-left: 0;
}

.top-panel__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media (min-width: 768px) {
    .top-panel__wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.top-panel__wrap:after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}
.top-panel__message {
    display: none;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
}

@media (min-width: 1200px) {
    .top-panel__message {
        display: block;
    }
}

.top-panel__message .info-block {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
}
.top-panel__message .info-block address, .top-panel__message .info-block a {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
}

.top-panel__message .info-block + * {
    margin-left: 43px;
}

.top-panel__message .info-block i {
    font-size: 15px;
}

.top-panel__inner {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
}

.top-panel * + .top-panel__inner {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .top-panel * + .top-panel__inner {
        max-width: 270px;
    }
}
.site-logo {
    margin: 0;
}

.site-logo__link {
    text-decoration: none;
}

.site-logo__link:focus {
    outline: none;
}

.site-logo a {
    text-transform: uppercase;
}.single .entry-footer {
    margin-top: 2em;
 
					 
				  
}
.hentry {
    position: relative;
}
.single .mejs-container {
    margin-bottom: 30px;
}
.single .entry-content {
    padding: 0 0 15px;
}

.hentry:first-child {
    margin-top: 0;
}

.entry-title {
    margin-bottom: 0;
}

.entry-header .entry-title:first-child {
    margin-top: 0;
}
.container .footer-container {
    padding: 22px 0;
}
.site-info {
    padding: 0 30px;
}
.site-info .footer-copyright {
    font-size: 16px;
    font-size: 1rem;
}

.site-footer.centered {
    text-align: center;
}
embed, iframe, object {
    max-width: 100%;
}
.tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cta {
    margin-left: 0.9375rem;
}

@media (min-width: 544px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cta {
        padding-left: calc((100vw - 576px) / 2);
    }
}

@media (min-width: 768px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cta {
        padding-left: calc((100vw - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cta {
        padding-left: calc((100vw - 940px) / 2);
    }
}

@media (min-width: 1200px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:first-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:first-child .tm_pb_cta {
        padding-left: calc((100vw - 1200px) / 2);
    }
}

.tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cta {
    margin-right: 0.9375rem;
}

@media (min-width: 544px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cta {
        padding-right: calc((100vw - 576px) / 2);
    }
}

@media (min-width: 768px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cta {
        padding-right: calc((100vw - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cta {
        padding-right: calc((100vw - 940px) / 2);
    }
}

@media (min-width: 1200px) {
    .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_image, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_section_specialty .tm_pb_row .tm_pb_column_4_4:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_2:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_1_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_2_3:last-child .tm_pb_cta, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_button_module_wrapper, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_blurb_content, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cherry_services, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_image, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_toggle_close, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_text_align_center, .tm_pb_row_fullwidth .tm_pb_column_4_4:last-child .tm_pb_cta {
        padding-right: calc((100vw - 1200px) / 2);
    }
}

@media (max-width: 991px) {
    .tm_pb_column_1_2 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}
.single .hentry {
    margin-bottom: 2.7em;
						  
	 
}
#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide {
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    list-style: none !important;
    /*min-height: 837px !important;*/
}

@media (min-width: 544px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide {
        min-height: 600px;
    }
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide {
        min-height: 700px;
    }
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide {
        min-height: 837px;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide {
        min-height: 837px;
    }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description {
    padding: 238px 0 0;
    width: 53%;
    margin-right: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description h2 {
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    letter-spacing: -4px;
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description h2 {
        letter-spacing: 0;
    }
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description {
        /*padding: 150px 0;*/ padding: 90px 0;
        width: 100%;
    }
}
.single .entry-header {		  
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 2.5em;		   
}
#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description .tm_pb_slide_title {
    margin: 0 0 25px;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-weight: 900;
    font-size: 48px;
    font-size: 3rem;
}

@media (min-width: 544px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description .tm_pb_slide_title {
        font-size: 61px;
        font-size: 3.8125rem;
    }
}

@media (max-width: 1199px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows {
        display: none;
    }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-next {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'FontAwesome';
    opacity: 1;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    -webkit-transform: translate(0, -39%);
    -ms-transform: translate(0, -39%);
    transform: translate(0, -39%);
    display: table;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-next:before {
    display: table-cell;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-prev {
    left: 75px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-prev::before {
    content: '\f104';
    padding-right: 3px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-next {
    right: 75px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-slider-arrows .tm-pb-arrow-next::before {
    content: '\f105';
    padding-left: 3px;
}
#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {
    bottom: 244px;
    width: 50%;
    left: inherit;
    right: 0 !important;
    text-align: left;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {
        text-align: center;
        width: 100%;
        bottom: 44px;
    }
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_module {
    max-width: 585px;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    padding: 10px 33px 10px 0;
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_module .tm_pb_toggle_title {
    margin-bottom: 0;
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid #b4b4b5;
    color: #fff;
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_module .tm_pb_toggle_title::before {
    right: 0;
    left: auto;
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_module .tm_pb_toggle_content {
    padding-top: 15px;
    line-height: 1.7;
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
    content: '\f067' !important;
    font-family: FontAwesome;
}
#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon {
    float: none;
    display: inline-block;
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon + li {
    margin-top: 0;
}
.entry-footer {
    position: relative;
    margin-top: 1em;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single.single-post .entry-footer {
    padding: 50px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
				
}
#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon::before {
    display: none;
@media (min-width: 768px) {
    .single.single-post .entry-footer {
        padding: 45px 100px 40px;
    }
}

@media (min-width: 992px) {
    .single.single-post .entry-footer {
        padding: 45px 150px 40px;
    }
}
					  
						 
				  
							
						
					
										   
						   
								   
									
						  
							
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon .icon {
    font-size: 35.2px;
    font-size: 2.2rem;
    float: none;
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon a {
    margin-right: 0;
}

#tm_builder_outer_content .tm_pb_social_media_follow li {
    margin-right: 10px;
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon {
    padding: 1.1em !important;
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
    border-radius: 0 !important;
}
@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_text_align_left {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_column.tm_pb_column_1_3 {
        text-align: center;
    }
}

#tm_builder_outer_content .tm_pb_button_module_wrapper.tm_pb_module .tm_pb_button {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 9px 25px;
    border: none;
}

@media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_button_module_wrapper.tm_pb_module .tm_pb_button {
        font-size: 15px;
    }
}

#tm_builder_outer_content .template-custom-listing .content_wrap {
    line-height: 2.9;
}

#tm_builder_outer_content .template-custom-listing h4 a {
    padding-left: 20px;
}

#tm_builder_outer_content .template-custom-listing .services-macros {
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

#tm_builder_outer_content .template-custom-listing .services-macros a {
    overflow: hidden;
    display: block;
    padding: 14px 22px 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

#tm_builder_outer_content .template-custom-listing .services-macros:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: 0.4s ease;
    z-index: 2;
}

#tm_builder_outer_content .template-custom-listing .services-item {
    padding: 0px;
}

#tm_builder_outer_content .template-custom-listing .services-item + .services-item {
    border-top: 2px solid rgba(209, 209, 209, 0.2);
}
@media (max-width: 1199px) {
    .services-item {
        max-width: 100%;
        width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 1199px) {
    .template-custom-listing .services-item {
        max-width: 100%;
        width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon {
    float: none;
    display: inline-block;
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon + li {
    margin-top: 0;
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon::before {
    display: none;
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon .icon {
    font-size: 35.2px;
    font-size: 2.2rem;
    float: none;
}

#tm_builder_outer_content .tm_pb_social_media_follow .tm_pb_social_icon a {
    margin-right: 0;
}

#tm_builder_outer_content .tm_pb_social_media_follow li {
    margin-right: 10px;
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon {
    padding: 1.1em !important;
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
    border-radius: 0 !important;
}

.request-info-button {
    border-color: #000;
    color: #b00000 !important;
    font-size: 16px;
    padding: 4px 10px;
    text-decoration: none!important;
}
@media (max-width: 550px) {
    .card {
        overflow:hidden;
    }
}
.phone-head-links {
    display: none;
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: fixed!important;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1040;
}

.under-phone-head-links {
    height: 50px;
    display: none;
}

						   
		   
						
	 
 

@media (max-width: 1199px) {
    .phone-head-links {
        display:block;
    }

    .top-panel {
        /*display:none;*/
    }

    .under-phone-head-links {
        display: block;
    }
}

/* fixed top menu */
@media (min-width: 993px) {
    header.site-header {
        /*height:145px;*/
		height:149px;
    }

    header .top-panel {
        position: fixed!important;
        height: 46px;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 999;
    }

    header .header-container {
        position: fixed!important;
        width: 100%;
        top: 46px!important;
        left: 0px;
        z-index: 999;
    }

    .admin-bar header .top-panel {
        top: 32px;
    }

    .admin-bar header .header-container {
        top: 78px!important;
    }
}

.phone-head-links * {
    color: #000;
    border-color: #000;
}

.phone-head-links .tm_pb_button {
    padding: 2px 6px;
    margin: 12px 9px 0px 0px;
    color: #b00000 !important;
}
.request-info-button,
.request-info-button:hover,
.request-info-button:focus,
.request-info-button:active,
.phone-head-links .tm_pb_button:hover,
.phone-head-links .tm_pb_button:focus,
.phone-head-links .tm_pb_button:active,
.phone-head-links .tm_pb_button {
	text-decoration:none!important;
}

.phone-head-links .tm_pb_button:visited, .phone-head-links .tm_pb_button:hover, .phone-head-links .tm_pb_button:focus {
    color: #b00000 !important;
}

.phone-head-links .phone, .phone-head-links .map {
    float: left;
    padding-left: 22px;
    font-size: 18px;
}

.phone-head-links .phone {
    margin-left: 10px;
}

.top-panel .info-block a {
    color: #000;
}

.phone-head-links .map {
    margin-left: 12px;
}

.phone-head-links .material-icons {
    position: absolute;
    margin-top: 16px;
    margin-left: -22px;
    font-size: 18px;
}

.phone-head-links .request {
    float: right;
}

.clearfix {
    clear: both;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
    background: #000;
}

/* Cards */
.flip-blocks {
    width: 100%;
    margin-top: -220px;
    position: absolute;
    z-index: 1;
}

.flip-blocks-after {
    height: 25px;
}

.card {
    outline: none;
    text-decoration: none;
    width: 100%;
    height: 200px;
}

.card .front, .card .back {
    width: 100%;
    padding: 20px;
    height: 200px;
    background: #b00000;
    color: #fff;
}

.card .front {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}

.card .front .material-icons {
    font-size: 50px;
}

.card .front &gt; p {
    line-height: 25px;
    margin-top: 40px;
}

.card .back &gt; p {
    line-height: 18px;
    margin-bottom: 10px;
}

.card .btn {
    border-radius: 0px !important;
}

.card .back .btn {
    margin-top: 10px;
    padding: 5px 10px;
}

.card .back .btn:hover {
    color: #b00000;
    background: #fff;
    border-color: #fff;
}

.card .back strong {
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 991px) {
    .card .front {
        font-size:16px;
    }

    .flip-blocks {
        margin-top: 15px;
    }

    .flip-blocks-after {
        height: 230px;
    }
}

@media (max-width: 899px) {
    .card .front {
        font-size:24px;
    }

    .flip-blocks-after {
        height: 445px;
    }

    .card {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .card .front {
        font-size:16px;
    }

    .card .front &gt; p {
        margin-top: 0px !important;
    }

    .card {
        height: 150px;
    }

    .flip-blocks-after {
        height: 345px;
    }
}

@media (max-width: 1199px) {
    .card .back {
        display:none;
    }
}

.footer-text {
    font-size: 14px;
    line-height: 18px
}

.footer-logos {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logos img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 60px;
    margin: 15px;
}

.footer-logos img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.footer-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.news-one {
    color: #fff;
    padding: 80px 0px;
}

.news-one h2 {
    color: #fff!important;
    font-size: 50px;
    margin-bottom: -12px !important;
    font-weight: 900;
}

.news-one p {
    color: #fff!important;
    margin: 0 0 31px;
    line-height: 1.8;
    display: block;
    margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-size: 15px;
    margin: 40px 0px;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
}

.news-col {
    padding-bottom: 70px;
    padding-top: 62px
}

.news-col h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    font-family: Lato;
    letter-spacing: 0px;
    text-align: inherit;
    color: #e21818;
}

.news-col p {
}

.news-one .btn, .news-col .btn {
    text-transform: uppercase;
    /*font-size: 30px;*/
    font-weight: 700;
    padding: 16px 25px!important;
    font-size: 18px!important;
    border: none;
    letter-spacing: 0px!important;
    color: #ffffff !important;
    background: #b00000!important;
    border-radius: 0px;
}

.news-one .btn:hover, .news-one .btn:active, .news-one .btn:focus, .news-col .btn:hover, .news-col .btn:active, .news-col .btn:focus {
    background: #242426!important;
}

.posts-list article.post {
    height: auto!important;
    /*margin-bottom:35px;*/
}

.posts-list .entry-footer {
    margin-top: 0px;
}

.share-btns__list {
    text-align: center !important;
}

.red-button {
    background: #b00000;
    color: #fff!important;
}

.red-button:hover, .red-button:focus {
    background: #3a3a3c!important;
}

.homepage-video {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

/* FIX STYLES */
.home .entry-title.screen-reader-text {
    display: none;
}

.entry-title.screen-reader-text {
    position: relative !important;
    height: auto;
    width: auto;
    overflow: inherit;
    clip: auto;
}

h1.entry-title {
    margin: 20px 0px!important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
}

.entry-content h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}

.entry-content h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

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

#tm_builder_outer_content .tm_pb_text ol &gt; li, .entry-content ol &gt; li {
    /*padding: 0px 5px 5px 40px!important;*/
}

#tm_builder_outer_content .tm_pb_text ul li, #tm_builder_outer_content .tm_pb_text ol li, .entry-content ul li, .entry-content ol li {
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 32px;
	line-height:1.3;
}

#tm_builder_outer_content .tm_pb_text ul li::before, .entry-content ul li::before {
    top: 0px;
    left: 15.5px;
    margin-top: 5px;
}

#tm_builder_outer_content .tm_pb_text ul, #tm_builder_outer_content .tm_pb_text ol, .entry-content ul, .entry-content ol {
    margin: 20px 0 20px 0;
}

.entry-content h2 {
    margin: 0px;
    padding: 0px 0px 31px 0px;
}

.home .entry-content h2 {
    margin-bottom: 25px !important;
    padding: 0px!important;
}

.entry-content h3 {
    margin: 0px;
    padding: 0px 0px 31px 0px;
}

.wp-block-image {
    text-align: center;
}

#site-navigation button.menu-toggle {
    position: absolute;
    right: 10px;
    margin-top: -65px;
    margin-right: -10px;
}

@media (max-width: 767px) {
    .site-logo {
        text-align:left;
    }

    .tm_pb_slider {
        height: 455px;
    }

    .entry-title {
        font-size: 28px;
    }

    .entry-content h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 28px;
    }

    .entry-content h3 {
        font-size: 18px;
        font-weight: 600;
    }
}

.site-logo img {
    max-width: 185px;
}
.phone .header-container_wrap{
	padding-left:0px!important;
	padding-right:0px!important;
}
.phone .site-branding{
	padding: 14px 15px 0px 15px!important;
}

/* mobile menu after scroll */
.phone .breadcrumbs {
    position: fixed;
    top: 118px;
    width: 100%;
    left: 0px;
    z-index: 2;
    /*padding: 8px 0px;*/
	padding: 12px 0px 6px 0px;
}

.phone .header-container {
    position: fixed!important;
    width: 100%!important;
    ; top: 50px!important;
    ; z-index: 557!important;
    /*height: 60px!important;*/
    height: 68px!important;
    /*-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-webkit-transition: all 1s linear;*/
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	/*box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px;*/
	box-shadow:rgba(0,0,0,0.4) 0px 0px 5px;
}

.header-container * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.phone .header-container .site-logo {
    text-align: left;
    margin-top: -5px;
}

.phone .header-container .site-logo img {
    /*height: 46px;*/
    margin-top: -3px;
	height: 54px;
    /*margin-top: -6px;*/
    width: auto;
}

.phone .header-container button.menu-toggle {
    margin-top: -48px!important;
    margin-right: -20px;
}

.phone .header-container #main-menu {
    height: 400px;
    /*height: 540px;*/
    overflow: scroll;
}
.menu-up{
	display:none!important;
}
.phone .menu-up{
	width:100%;
	height:25px;
	display:block!important;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
	position:absolute;
	top:405px;
	color:#fff;
	text-align:center;
	background:#b00000;
	line-height: 25px;
}
.job-listing-meta li::before, .entry-content .job_listings ul li::before {
    background: transparent !important;
    display: none !important;
}

/* Subscribe Modal */
#newsletter_signup .inputs #submit_newsletter {
    background: #b00000!important;
    border: 0px!important;
}

#newsletter_signup .header h3 {
    font-size: 28px!important;
}

.subheading {
    max-width: 100%!important;
    font-size: 16px!important;
    line-height: 22px!important;
    padding: 15px 0px!important;
}

#newsletter_signup .inputs #submit_newsletter {
    font-size: 28px!important;
}

#newsletter_signup {
    padding: 30px!important;
    max-width: 450px!important;
}

#newsletter_signup .sep {
    display: none!important;
}

.phone #newsletter_signup .header h3 {
    font-size: 20px!important;
}

.phone #newsletter_signup .inputs #submit_newsletter {
    font-size: 18px!important;
}

.phone #newsletter_signup {
    padding: 20px!important;
}

.phone .site-content {
    padding-top: 130px;
}

.home.phone .site-content {
    padding-top: 60px;
}

.phone #main-menu {
    margin-top: 9px!important;
}

.footer-text a {
    text-decoration: underline;
}

a:visited, a:focus, a:active {
    color: #b00000;
}

.entry-footer a.btn:active, .entry-footer a.btn:visited {
    background: #b00000;
    border-color: #b00000;
}

/*.blog #content, */.home #content {
    padding-top: 0px!important;
}

@media (max-width: 599px) {
    .phone-h300 {
        height:500px;
    }
}

@media (max-width: 767px) {
    #newsletter_signup .header h3 {
        font-size:20px!important;
    }

    #newsletter_signup .inputs #submit_newsletter {
        font-size: 18px!important;
    }

    #newsletter_signup {
        padding: 20px!important;
    }

    .posts-list {
        margin-top: 100px;
    }

    .mfs {
        margin-bottom: 30px;
        text-align: center;
    }

    .news-one .btn, .news-col .btn {
        font-size: 15px!important;
    }
}

.entry-title a:visited, .entry-title a:active, .entry-title a:focus {
    color: #000;
}

@media (min-width: 768px) {
    .news-one .btn, .news-col .btn {
        font-size: 30px!important;
    }

    .post_content .post-thumbnail {
        float: left;
        margin: 10px 40px 25px 0px;
    }

    .post_content .post-thumbnail img {
        max-width: 450px;
    }
}

@media (min-width: 993px) {
    .breadcrumbs {
        position: fixed;
        width: 100%;
        z-index: 9;
    }

    article.post {
        margin-top: 40px!important;
    }

    .flip-blocks-after {
        display: none;
    }

    #content {
        padding-top: 90px;
    }
}

@media (max-width: 992px) {
    h6.entry-title {
        font-size:20px;
    }

    .posts-list .post-list__item-content {
        padding-bottom: 50px;
    }

    .posts-list {
        padding: 15px;
    }

    .post_content .post-thumbnail {
        margin: 0px 0px 25px 0px;
    }

    .post_content .post-thumbnail img {
        max-width: 100%;
    }
}

a.btn-primary:visited, a.btn-primary:focus, a.btn-primary:active {
    color: #fff!important;
}

.breadcrumbs__item-link {
    color: #fff!important;
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_module {
    width: 100%;
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_module .tm_pb_toggle_content {
    padding: 15px 20px;
}

.job-link {
    color: #e21818!important;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    padding: 10px 16px;
    margin-top: 10px;
}
.job-link.more{
	float:left;
	margin:10px 0px 30px 20px;
}

.lighting {
    height: 190px;
    position: relative;
    display: block;
    overflow: hidden;
}

.lighting:before {
    content: " ";
    background-image: linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
    position: absolute;
    height: 90px;
    bottom: 0px;
    width: 100%;
}

.job-link:hover, .job-link:active, .job-link:focus {
    color: #000!important;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1 {
    padding-top: 43px!important;
    padding-bottom: 50px!important;
}

ul.list-boxes {
    list-style: none;
}

ul.list-boxes li:before {
    background: #b00000;
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    top: 0px;
    left: 9px;
    margin-top: 10px;
}

ul.list-boxes li {
    list-style: none;
    text-transform: none;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
    padding: 0 0 0 25px!important;
    margin-bottom: 0px!important;
}

.home-jobs h5 {
    font-size: 16px;
}
ul li a:hover, blockquote cite, blockquote::before, .entry-content ol &gt; li::before, #tm_builder_outer_content .tm_pb_text ol &gt; li::before {
    color: #b00000;
}
#tm_builder_outer_content .tm_pb_text ol &gt; li::before, .entry-content ol &gt; li::before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}
.posts-list {
    padding-top: 3.125em;
}
/* Breadcrumbs on phone */
@media (max-width: 767px) {
    .breadcrumbs__item-sep, .breadcrumbs__item {
        display:inline;
    }

    .breadcrumbs__item {
        padding: 0px 10px 0px 0px;
        float: left;
    }

    .breadcrumbs__item-sep {
        margin: 0px;
    }

    h1.entry-title {
        font-size: 32px;
    }
	.job-link.more{
		display:block;
		text-align:center;
		margin:30px 20px 0px 20px;
		float:none;
	}
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #666;
    border-color: #666;
}
/* begin carousel fade animation */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* end carousel fade animation */
#carousel {
	background:#000;
	position:relative;
	height:450px;
}
#carousel img{
	display:none;
}
#carousel .item-image{
	background-size:cover;
	background-position:center;
	width:100%;
	height:100%;
	opacity:0.57;
}
#carousel img{
	width:100%;
	opacity:0.53;
}
.carousel-inner, 
.carousel-inner .item{
	height:100%;
}
.carousel-caption{
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	bottom:40%;
	opacity:0;
	text-align:left;
	text-shadow: none;
}
.carousel-caption *{
	color:#fff;
	text-shadow: none;
}
.carousel-caption h2{
	font-size: 35px !important;
	margin: 0 0 25px;
	hyphens: manual;
	font-weight: 900;
	text-align: left;
	letter-spacing: -4px;
}
.active .carousel-caption{
	bottom: 45%;
	opacity: 1;
}
.contacts-icons-inner {
	margin:0px auto;
	display:inline-block;
}
.contacts-icons a{
	color: #fff;
	background-color: #3a3a3c;
	margin-right:10px;
	width:77.4px;
	height:77.4px;
	text-align:center;
	line-height:77.4px;
	float:left;
	font-size:2.2rem;
	padding:0px;
}
.contacts-icons a:hover{
	color: #3a3a3c;
	background-color: #ffffff;
}
.carousel-indicators{
	bottom:220px;
}
.carousel-indicators li::before,
.carousel-indicators li::after{
	display:none!important;
}
.carousel-indicators{
	text-align:center;
	width: 100%;
	left: 0px;
}
.carousel-indicators li{
	border:none!important;
	width:30px!important;
	height:30px!important;
	padding:0px!important;
	margin:0px!important;
	background:#fff;
	border-radius:15px;
}
.carousel-indicators li.active{
	background:#b00000 !important;
	border:none!important;
}
.carousel-control{
	top:50%;
	background:#b00000;
	opacity:1;
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
	margin-top:-30px;
	font-size:1.875rem;
	text-shadow:none;
}
.carousel-control:hover{
	background:#fff;
	color:#b00000;
	opacity:1;
}
.carousel-control.left{
	background-image:none;
	left:75px;
}
.carousel-control.right{
	background-image:none;
	right:75px;
}

@media (min-width: 768px){
	#carousel {
		height:700px;
	}
	.carousel-caption{
		padding-left:30%;
	}
}
@media (max-width: 991px){
	.contacts-icons{
		text-align:center;
	}
	.carousel-indicators li {
		width: 20px!important;
		height: 20px!important;
		bottom:-200px;
	}
	.carousel-control{
		display:none;
	}
	.carousel-caption{
		top:15% !important;
		bottom:auto !important;
	}
	.active .carousel-caption{
		bottom:10% !important;
	}
	.carousel-caption h2{
		font-size: 24px !important;
		letter-spacing:0 !important;
	}
}
@media (min-width: 992px){
	#carousel {
		height:837px;
	}
}
@media (min-width: 1200px){
	.carousel-caption h2{
		font-size: 40px !important;
	}
}
@media (min-width: 1600px){
	#carousel {
		height:837px;
	}
	.carousel-caption h2{
		font-size: 60px !important;
	}
}
/* backgrounds */
.bg-darkgray{
	background:#242426;
}
.bg-gray{
	background:#3a3a3c;
}
.bg-red{
	background:#b00000;
}
.bg-darkgray, .bg-gray, .bg-red,
.bg-darkgray h1, .bg-gray h1, .bg-red h1,
.bg-darkgray h2, .bg-gray h2, .bg-red h2,
.bg-darkgray h3, .bg-gray h3, .bg-red h3,
.bg-darkgray h4, .bg-gray h4, .bg-red h4{
	color:#fff;
}
/* Buttons */
.btn{
	border-radius:0px;
	border:none!important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 16px;
}
.btn-lg{
	font-size: 30px;
	font-weight: 700;
	padding: 16px 25px !important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 768px){
	.btn-lg, .btn{
		font-size:15px!important;
		padding: 9px 25px!important;
	}
	.collapse-list-item h5{
		font-size:16px !important;
		padding-right:40px!important;
	}
	.collapse-list-item h5:after{
		right:10px!important;
	}
	.home-jobs{
		margin-right:0px!important;
	}
	.home-jobs h2{
		margin-left:0.9375rem!important;
		margin-right:0px!important;
	}
	.tm_pb_text{
		margin-right:0.9375rem!important;
		margin-left:0.9375rem!important;
	}
}
.btn-default{ /* white */
	color: #242426 !important;
	background: #fff !important;
}
.btn-primary{ /* red */
	color: #fff !important;
	background: #b00000 !important;
}
.btn-default:hover,
.btn-primary:hover{
	background: #242426 !important;
	color: #ffffff !important;
}
.bg-darkgray .btn-primary:hover{
	background:#3a3a3c !important;
}
.collapse-list-item h5{
	padding: 0 20px 15px 80px;
	min-height: 65px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b4b4b5;
	color: #fff;
	width:100%;
	position:relative;
}
.collapse-list-item h5:after{
	content:"+";
	font-size:28px;
	position:absolute;
	right:0px;
}
.collapse-list-item h5[aria-expanded=true]:after{
	content:"-";
}
.collapse-list-item h5 .fa-truck{
	padding-top:9px;
	color: #ffffff;
	float: left;
	font-size: 30px;
	width: 48px;
	height: 48px;
	background: #b00000;
	text-align: center;
	margin-right:15px;
	position:absolute;
	margin-left:-60px;
}
.collapse-list-item .collapse-list-item-text{
	padding: 15px 20px 40px 20px;
}
.collapse-list-item:after{
	content:" ";
	clear:both;
}
.services-macros:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	bottom: 0;
	height: 100%;
	width: 0;
	transition: 0.4s ease;
	z-index: 2;
}
.services-macros:hover::before {
    width: 100%;
	background:#b00000;
}
.services-macros{
	margin: 0;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.services-macros a{
	z-index: 3;
	overflow: hidden;
	display: block;
	padding: 14px 22px 15px;
	text-transform: uppercase;
	position: relative;
	border-bottom:2px solid #545456;
	color:#fff!important;
}
.services-macros a:hover{
	color:#fff;
}
.card .btn{
	border:2px solid #fff!important;
}

@media (min-width: 992px){
	h1{
		font-size:50px !important;
	}
}

.pagination {
  margin: 5em auto 5.7em;
  max-width: 570px;
  text-align: center;
	display:block;
}

.page-numbers {
  display: inline-block;
  margin: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
}

.page-numbers.dots {
  min-width: 2em;
  border: none;
  background-color: transparent;
}
.single.single-post .entry-footer {
    border-color: #b00000;
}
@media (min-width: 1200px)
.single.single-post .entry-footer {
    padding: 45px 300px 40px;
}
@media (min-width: 992px)
.single.single-post .entry-footer {
    padding: 45px 150px 40px;
}
@media (min-width: 768px)
.single.single-post .entry-footer {
    padding: 45px 100px 40px;
}
.single.single-post .entry-footer {
    padding: 50px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.single .entry-footer {
    margin-top: 2em;
}
.page-numbers.next {
  float: right;
}

.page-numbers.prev {
  float: left;
}

.page-numbers.next, .page-numbers.prev {
  margin: 0;
  border: none;
}

.page-numbers.next i, .page-numbers.prev i {
  vertical-align: middle;
}
@media (min-width: 544px){
	.single-post .share-btns__list {
		padding-top: 3px;
		margin-bottom: 0;
	}
	.single-post .share-btns__list {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		padding-top: 5px;
		margin-bottom: 10px;
	}
	.hentry .share-btns__list {
		float: left;
	}
}

.posts-list .share-btns__list, .single-post .share-btns__list {
    text-align: right;
    padding-top: 0;
}
.posts-list .share-btns__list, .single-post .share-btns__list {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.share-btns__list {
    text-align: center !important;
}
.social-list a:hover, .share-btns__link, .share-btns__link:hover {
    color: #d2d2d2;
}

.share-btns__link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.share-btns__item {
    display: inline-block;
    vertical-align: top;
}
.share-btns__item + * {
    margin-left: 27px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
    white-space: nowrap;
}
.comment-navigation .nav-next &gt; a, .posts-navigation .nav-next &gt; a, .post-navigation .nav-next &gt; a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
}
.comment-navigation .nav-next &gt; a:after, .posts-navigation .nav-next &gt; a:after, .post-navigation .nav-next &gt; a:after {
    font-size: 20px;
    font-size: 1.25rem;
    content: '\E409';
    vertical-align: middle;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    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;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    margin-left: 20px;
}
.comment-navigation .nav-previous &gt; a:before, .posts-navigation .nav-previous &gt; a:before, .post-navigation .nav-previous &gt; a:before {
    font-size: 20px;
    font-size: 1.25rem;
    content: '\E408';
    vertical-align: middle;
    margin-right: 27px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    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;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.comment-navigation, .posts-navigation, .post-navigation {
    max-width: 570px;
    margin: 1em auto 4em;
    overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
.comment-navigation .nav-previous &gt; a, .posts-navigation .nav-previous &gt; a, .post-navigation .nav-previous &gt; a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
@media (min-width: 544px){
	.single-post .share-btns__list {
		padding-top: 3px;
		margin-bottom: 0;
	}
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], select, textarea {
    padding: 16px 20px;
    border: 1px solid #e0e0e8;
    background-color: #f7fafd;
}
input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='color']:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 10px #e0e0e8;
}
.alignleft {
    margin: 0 30px 15px 0;
}
.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
#tm_builder_outer_content .tm_pb_text ul li, #tm_builder_outer_content .tm_pb_text ol li, .entry-content ul li, .entry-content ol li {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 32px;
}


#tm_builder_outer_content .tm_pb_text ol &gt; li, .entry-content ol &gt; li {
    padding: 0px 5px 5px 40px!important;
}
#tm_builder_outer_content .tm_pb_text ol &gt; li::before, .entry-content ol &gt; li::before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}
#tm_builder_outer_content .tm_pb_text ul, #tm_builder_outer_content .tm_pb_text ol, .entry-content ul, .entry-content ol {
    margin: 20px 0 20px 0;
}

#tm_builder_outer_content .tm_pb_text ol, .entry-content ol {
    counter-reset: li;
}
.home #tm_builder_outer_content .tm_pb_text ul li, 
.home #tm_builder_outer_content .tm_pb_text ol li, 
.home .entry-content ul li, .entry-content ol li {
	line-height: 1.8;
}
.posts-list h6.entry-title,
.blog h6.entry-title{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
	margin: 0px;
    padding: 0px 0px 31px 0px;
	font-style: normal;
	text-transform:uppercase;
}
.home-blog-title{
	font-weight:900;
}
@media (max-width: 768px){
	.home-blog-title{
		font-size:36px;
	}
	
}
#carousel ol.carousel-indicators &gt; li,
#carousel .entry-content ol &gt; li{
	padding:0px !important;
	margin:0px 5px!important;
}
.entry-content ul{
	margin-bottom:50px;
}
.error404 .search-form__submit{
	width:58px;
	height:58px;
	background:#B00;
	border:none;
}
.error404 .search-form__submit:before{
	position:absolute;
	font-family:"FontAwesome";
	color:#fff;
	content:"\f002";
	font-size: 26px;
    margin-top: -12px;
    margin-left: -12px;
}
.share-btns__item{
	float:left;
}
.share-btns__list{
	float:none!important;
	text-align:left;
}
.share-btns__list:after{
	content:" ";
	display:block;
	clear:both;
}
.search-results article{
	margin-top:30px!important;
}
.search-results .card{
	height:auto!important;
}
.search-results .entry-meta{
	margin-top:-15px;
}

#main &gt; header.page-header{
	display:none;
}

#main .posts-list{
	margin-top:0px;
	padding-top:0px;
}
.search-filters{
	margin-top:15px;
	text-align:right;
}
.search-filters a:active,
.search-filters a:focus,
.search-filters a{
	text-transform:none;
	color:#242426;
	text-decoration:none;
	font-weight:600;
}
.search-filters a:hover{
	text-decoration:underline;
}
.search-filters a i{
	color:#b00000;
	font-size:18px;
}
#eldt-logo{
	position:fixed;
	width:160px;
	height:30px;
	background:url(/wp-content/uploads/2022/04/eldt-black-curve.svg) left top no-repeat;
	background-size:contain;
	z-index:9999;
	top:12px;
	left:50%;
	margin-left:568px;
}
@media (max-width: 1199px){
	#eldt-logo{
		margin-left:0px;
		top:15px;
		left:auto;
		right:180px;
	}
}
@media (max-width:680px){
	#eldt-logo{
		margin-left:60px;
		left:50%;
		right:auto;
		background:url(/wp-content/uploads/2022/04/eldt-white-curve.svg) left top no-repeat;
		background-size: contain;
		top:74px;
		width:170px;
	}
}
@media (max-width:580px){
	#eldt-logo{
		margin-left:0px;
		left:auto;
		right:70px;
	}
}
@media (max-width:420px){
	#eldt-logo{
		margin-left:0px;
		left:auto;
		right:60px;
		width:140px;
		height:22px;
		top:77px;
	}
}</pre></body></html>