@charset "UTF-8";


html {
  font-size: 16px !important;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

header {
/*   z-index: 0 !important; */
  background-color: #fff;
  position: relative !important;
  width: auto !important;
  top: unset !important;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html, body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4e5565;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: rgba(7, 29, 73, 1);
  text-decoration: none;
}

a:hover, a:focus {
  color: #226352;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eceeef;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p,
ul,
ol {
  margin: 0 0 24px;
}

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

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

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

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

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

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

b, strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #eceeef;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

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

.clearfix:after {
  clear: both;
}

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

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

.hidden {
  display: none !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: #9ed5e7;
  outline: 0;
  -webkit-box-shadow: 0 0 2px #9ed5e7;
          box-shadow: 0 0 2px #9ed5e7;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.nesty-input:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.nesty-input::-webkit-input-placeholder {
  color: #999;
}

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

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}

textarea {
  resize: vertical;
  height: 114px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
}

.form-field {
  margin-bottom: 24px;
}

.form-field.required > label:after {
  content: "*";
  color: #ff5252;
  margin-left: 2px;
}

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
  left: 0;
}

.form-field.boolean label {
  min-height: 24px;
  margin-bottom: 0;
  cursor: pointer;
}

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

.help-block, .form-field p {
  font-size: 90%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #8c94a6;
}

.btn, input[type="submit"], [role="button"], .lines-button, .satisfaction-box input[type=radio] ~ label, .satisfaction-box .satisfaction-submit, .community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: .1px;
  padding: 6px 12px 6px 12px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, .community-recent-activity .recent-activity-controls a:focus, .btn:active:focus, input[type="submit"]:active:focus, [role="button"]:active:focus, .lines-button:active:focus, .satisfaction-box input[type=radio] ~ label:active:focus, .satisfaction-box .satisfaction-submit:active:focus, .community-recent-activity .recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, input[type="submit"]:hover, [role="button"]:hover, .lines-button:hover, .satisfaction-box input[type=radio] ~ label:hover, .satisfaction-box .satisfaction-submit:hover, .community-recent-activity .recent-activity-controls a:hover, .btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, .community-recent-activity .recent-activity-controls a:focus {
  color: rgba(7, 29, 73, 1);
  text-decoration: none;
}

.btn:active, input[type="submit"]:active, [role="button"]:active, .lines-button:active, .satisfaction-box input[type=radio] ~ label:active, .satisfaction-box .satisfaction-submit:active, .community-recent-activity .recent-activity-controls a:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn--default {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.btn--default:hover, .btn--default:focus, .btn--default:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.btn--default:active {
  background-image: none;
}

.btn--primary {
  color: #fff;
  background-color: rgba(7, 29, 73, 1);
  border-color: rgba(7, 29, 73, 1);
}

.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  color: #e0e0e0;
  background-color: #287662;
  border-color: #256e5b;
}

.btn--primary:active {
  background-image: none;
}

.btn--success {
  color: #fff;
  background-color: rgba(7, 29, 73, 1);
  border-color: rgba(7, 29, 73, 1);
}

.btn--success:hover, .btn--success:focus, .btn--success:active {
  color: #e0e0e0;
  background-color: #287662;
  border-color: #256e5b;
}

.btn--success:active {
  background-image: none;
}

.btn--warning {
  color: #fad782;
  background-color: transparent;
  border-color: #f9cf69;
}

.btn--warning:hover, .btn--warning:focus, .btn--warning:active {
  color: #f8c447;
  background-color: transparent;
  border-color: #f7bc2f;
}

.btn--warning:active {
  background-image: none;
}

.btn--danger {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939;
}

.btn--danger:hover, .btn--danger:focus, .btn--danger:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #fa0000;
}

.btn--danger:active {
  background-image: none;
}

.btn--topbar {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.btn--topbar:hover, .btn--topbar:focus, .btn--topbar:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.btn--topbar:active {
  background-image: none;
}

input[type="submit"] {
  color: #fff;
  background-color: rgba(7, 29, 73, 1);
  border-color: rgba(7, 29, 73, 1);
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: #e0e0e0;
  background-color: #287662;
  border-color: #256e5b;
}

input[type="submit"]:active {
  background-image: none;
}

[role="button"] {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

[role="button"]:hover, [role="button"]:focus, [role="button"]:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

[role="button"]:active {
  background-image: none;
}

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

.container-inner {
  max-width: 980px;
  margin: 0 auto;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
}

.table > thead > tr > th {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

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

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.column--xs-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.meta {
  font-size: 14px;
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: 6px;
}

.meta__item + .meta__item:before {
  margin-right: 6px;
  font-size: 10px;
  content: "\2022";
}

.meta--profile {
  margin-bottom: 0;
}

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .lines-button {
    float: right;
  }
}

@media (min-width: 768px) {
  .lines-button {
    display: none;
  }
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0;
  transition: 0;
}

.lines-button:focus {
  outline: 0;
}

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines:before, .lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 2.14286px center;
          transform-origin: 2.14286px center;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines:before {
  top: 7.5px;
}

.lines:after {
  top: -7.5px;
}

.csstransforms3d .lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.csstransforms3d .lines-button.is-active .lines {
  background: transparent;
}

.csstransforms3d .lines-button.is-active .lines:before, .csstransforms3d .lines-button.is-active .lines:after {
  top: 0;
  width: 30px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.csstransforms3d .lines-button.is-active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.csstransforms3d .lines-button.is-active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  max-height: 50px !important;
}

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user > .btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#user-dropdown [role="menuitem"] {
  padding: 10px 0;
}

@media (max-width: 767px) {
  #user-dropdown [role="menuitem"] {
    color: #fff;
  }
  #user-dropdown [role="menuitem"]:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  #user-dropdown [role="menuitem"] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#user-dropdown [role=separator] {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #user-dropdown [role=separator] {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 768px) {
  #user-dropdown[aria-expanded="true"] {
    top: 100%;
    -webkit-animation: bounce .6s ease-out;
            animation: bounce .6s ease-out;
  }
}

#user-dropdown:before, #user-dropdown:after {
  color: inherit;
}

@media (max-width: 767px) {
  #user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1 !important;
  }
  #user-dropdown:before, #user-dropdown:after {
    display: none;
  }
}

#user {
  display: block;
}

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  color: inherit;
}

#user .dropdown-toggle, #user .dropdown-toggle:active, #user .dropdown-toggle:hover {
  border-color: transparent;
}

#user .dropdown-toggle:before, #user .dropdown-toggle:after {
  color: #fff;
}

@media (max-width: 767px) {
  #user .dropdown-toggle:before, #user .dropdown-toggle:after {
    display: none;
  }
}

@media (min-width: 768px) {
  #user {
    display: inline-block;
    vertical-align: middle;
  }
}

#user-password,
#user-profile {
  color: #4e5565;
}

@media (max-width: 767px) {
  #user-password,
  #user-profile {
    min-width: 1px !important;
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 4px;
  }
}

#user-password [role=separator],
#user-profile [role=separator] {
  padding: 6px 12px !important;
}

#user-password form,
#user-profile form {
  padding: 6px 12px !important;
}

#user-profile {
  font-size: 14px !important;
}

#user-profile dt {
  padding: 8px 4px  !important;
}

#user-profile dt label {
  margin-bottom: 0 !important;
}

#user-profile input[type="text"] {
  font-size: 14px !important;
}

#password-form label {
  font-size: 14px !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

.breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li + li:before {
  content: "› ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumbs > li a {
  color: rgba(7, 29, 73, 1);
}

.breadcrumbs--search-results {
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0;
}

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}

.hero-unit {
  position: relative;
  margin-bottom: 48px;
  padding: 8% 15px;
  background-image: url(/hc/theming_assets/01KKHJMEKH21DHVFXY1JE1VVAB);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-unit:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 29, 73, 1);
  content: '';
  opacity: 0.25;
}

.hero-unit.hero-unit-light .search-box--hero-unit input[type="submit"] {
  background-color: white;
  color: #071d49;
  padding-bottom: 0;
  line-height: normal;
}
.hero-unit.hero-unit-light .search-box--hero-unit input[type="submit"]:hover {
  background-color: #ebebeb;
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar--agent:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -4px;
  margin-bottom: -4px;
  font-size: 14px;
  color: #572700;
  content: "\f19d";
}

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 40px;
  height: 40px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
}

.search {
  position: relative;
}

.search:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  font-size: 18px;
  color: #4e5565;
  content: "\f002";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search input[type="submit"] {
  display: none;
}

#query {
  display: inline-block;
  padding: 0 10px 0 35px;
  font-size: 14px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}

#query::-moz-placeholder {
  color: #333;
  opacity: 1;
}

#query:-ms-input-placeholder {
  color: #333;
}

#query::-webkit-input-placeholder {
  color: #333;
}

.searchbox {
  margin-top: 24px;
}

.searchbox-suggestions ul {
  margin-bottom: 24px;
  list-style: none;
  padding-left: 0;
}

.searchbox-suggestions li {
  margin-bottom: 8px;
}

.search-box {
  position: relative;
}

.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

@media (min-width: 992px) {
  .search-box--hero-unit .search {
    padding-right: 95px;
  }
}

.search-box--hero-unit .search:before {
  left: 20px;
  margin-top: -11px;
  font-size: 22px;
}

.search-box--hero-unit #query {
  height: 50px;
  padding: 0 55px;
  font-size: 20px;
  border-color: #fff;
}

@media (min-width: 992px) {
  .search-box--hero-unit #query {
    height: 60px;
  }
}

@media (min-width: 992px) {
  .search-box--hero-unit input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
    color: #fff;
    background-color: rgba(7, 29, 73, 1);
    border-color: rgba(7, 29, 73, 1);
  }
  .search-box--hero-unit input[type="submit"]:hover, .search-box--hero-unit input[type="submit"]:focus, .search-box--hero-unit input[type="submit"]:active {
    color: #e0e0e0;
    background-color: #287662;
    border-color: #256e5b;
  }
  .search-box--hero-unit input[type="submit"]:active {
    background-image: none;
  }
}

.search-box--small {
  margin-bottom: 48px;
}

.search-results-page {
  margin-bottom: 48px;
}

.search-results-count {
  font-size: 20px;
}

.search-result {
  margin-bottom: 24px;
  border-bottom: 2px solid #eceeef;
}

.search-result__title {
  margin-bottom: 12px;
  font-weight: 600;
}

.search-result__description {
  margin-bottom: 12px;
  font-size: 14px;
}

.search-result__description:empty {
  display: none;
}

.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 3px;
}

.search-result__meta {
  margin-bottom: 12px;
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(7, 29, 73, 1);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .category-page {
    margin-bottom: 48px;
  }
}

.category-description:empty {
  display: none;
}

.category-tree-item__title {
  padding-bottom: 12px;
  border-bottom: 2px solid #eceeef;
}

.category-tree-item__sections {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .category-tree-item__sections .section:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .category-tree-item__sections .section:nth-child(2n+1) {
    clear: none;
  }
  .category-tree-item__sections .section:nth-child(3n+1) {
    clear: left;
  }
}

.category-tree-item__title-link {
  color: inherit;
}

.category-list {
  padding-left: 0;
  margin-bottom: 24px;
  list-style: none;
}

.category-list-item {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .category-list-item {
    display: table;
    height: 150px;
  }
}

.category-list-item__link {
  display: block;
  padding: 24px 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #572700;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.category-list-item__link:active, .category-list-item__link:focus, .category-list-item__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(7, 29, 73, 1);
}

@media (min-width: 768px) {
  .category-list-item__link {
    display: table-cell;
  }
}

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

.section-page {
  margin-bottom: 48px;
}

.section {
  margin-bottom: 24px;
}

.section__title {
  font-weight: 300;
}

.section__title-link {
  color: inherit;
}

.section-header {
  position: relative;
}

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0;
}

.section-subscribe .dropdown-toggle {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.section-subscribe .dropdown-toggle:hover, .section-subscribe .dropdown-toggle:focus, .section-subscribe .dropdown-toggle:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.section-subscribe .dropdown-toggle:active {
  background-image: none;
}

.section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

.section-title {
  padding-right: 120px;
}

@media (min-width: 768px) {
  .section-tree .section:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .section-tree .section:nth-child(2n+1) {
    clear: none;
  }
  .section-tree .section:nth-child(3n+1) {
    clear: left;
  }
}

.article-page {
  margin-bottom: 48px;
}

.article {
  position: relative;
}

.article__title {
  font-size: 24px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .article__title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: 41px;
  }
}

.article-meta {
  display: table;
  margin-bottom: 24px;
  width: 100%;
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

.article-subscribe,
.article-unsubscribe {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.article-subscribe:active,
.article-unsubscribe:active {
  background-image: none;
}

.article__body {
  margin-bottom: 24px;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: 24px;
}

.article__body .wysiwyg-font-size-large {
  font-size: 20px;
}

.article__body .wysiwyg-font-size-medium {
  font-size: 16px;
}

.article__body .wysiwyg-font-size-small {
  font-size: 14px;
}

.article__body ul li,
.article__body ol li {
  margin-bottom: 8px;
}

.article-vote {
  position: relative;
  padding: 24px 12px;
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.article-vote-controls__item {
  color: #4e5565;
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item:hover, .article-vote-controls__item:focus, .article-vote-controls__item:active {
  color: #333842;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.article-vote-controls__item:active {
  background-image: none;
}

.article-vote-controls__item--voted {
  color: #383d48;
  border-color: #383d48;
}

.article-vote-question {
  float: left;
  margin-right: 12px;
}

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-count {
  display: block;
  font-size: 12px;
  color: #979797;
}

.article__share {
  margin-bottom: 24px;
}

.article__share ul {
  margin-top: 0;
}

.article-footer {
  margin-bottom: 24px;
}

.article__attachments {
  margin-bottom: 24px;
}

.article-more-questions {
  margin-bottom: 24px;
  clear: both;
}

.article-more-questions:empty {
  display: none;
}

.article-more-questions a {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: 24px;
    border-top: 2px solid #eceeef;
  }
}

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

.article-list-item {
  margin-bottom: 8px;
}

.article-list-item__link {
  color: rgba(7, 29, 73, 1);
}

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.comments__callout {
  font-size: 14px;
  color: #979797;
}

.comments__callout:empty {
  display: none;
}

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

.comment-list-header {
  margin-bottom: 24px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 12px;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-sorter {
  margin-bottom: 24px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .comment-sorter__col--main {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--filters {
    text-align: right;
  }
}

.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-sorter__item + .comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  content: '\2022';
}

.comment {
  margin-bottom: 24px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 24px;
}

.comment__inner {
  position: relative;
  padding-right: 52px;
}

.comments__content {
  position: relative;
  padding-right: 12px;
}

.comment__header {
  position: relative;
  margin-bottom: 24px;
}

.comment__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f013';
}

.comment__official-heading {
  position: absolute;
  right: 36px;
  top: 0;
  width: auto;
  padding: 1px 6px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(7, 29, 73, 1);
  border-radius: 0 0 4px 4px;
}

.comment--official .comment__inner {
  position: relative;
  border: 2px solid rgba(7, 29, 73, 1);
  border-radius: 4px;
  background-color: #f3f7f6;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.comment-form {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .comment-form {
    padding-left: 52px;
  }
}

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment-form__body {
  margin-bottom: 24px;
}

.comment-form__attachments {
  margin-bottom: 24px;
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__comment-ccs ul {
  margin-bottom: 0;
}

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 4px;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: FontAwesome;
  text-align: center;
}

.share-facebook {
  color: #3d5b95;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-facebook:hover, .share-facebook:focus, .share-facebook:active {
  color: #2b406a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-facebook:active {
  background-image: none;
}

.share-facebook:before {
  content: "\f09a";
}

.share-twitter {
  color: #24aadd;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-twitter:hover, .share-twitter:focus, .share-twitter:active {
  color: #1a82a9;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-twitter:active {
  background-image: none;
}

.share-twitter:before {
  content: "\f099";
}

.share-linkedin {
  color: #0976b4;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-linkedin:hover, .share-linkedin:focus, .share-linkedin:active {
  color: #06507a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-linkedin:active {
  background-image: none;
}

.share-linkedin:before {
  content: "\f0e1";
}

.share-googleplus {
  color: #d23e30;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-googleplus:hover, .share-googleplus:focus, .share-googleplus:active {
  color: #a22e23;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-googleplus:active {
  background-image: none;
}

.share-googleplus:before {
  content: "\f0d5";
}

.my-activities-header {
  margin-bottom: 24px;
}

.my-activities-items {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }
}

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  .my-activities-items__row {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eceeef;
  }
  .my-activities-items__col + .my-activities-items__col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-menu ul {
  list-style: none;
  padding-left: 0;
}

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
  display: block;
}

@media (min-width: 768px) {
  .my-activities-menu__item {
    float: left;
  }
}

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
  padding: 6px 12px;
  background-color: #eceeef;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: 8px;
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: #4e5565;
}

.my-activities-menu--sub {
  margin-bottom: 24px;
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
  font-weight: 600;
}

.my-activities-menu--sub .my-activities-menu__item a {
  display: inline-block;
}

@media (min-width: 768px) {
  .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: 12px 12px;
    margin-bottom: 24px;
    border: 2px solid #eceeef;
    border-radius: 4px;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: 6px;
  }
  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: 6px;
    content: "\2022";
  }
}

.my-activities-item__title {
  font-weight: 400;
}

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: 12px;
  }
}

.request-table-toolbar label {
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .request-table-filters__item {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: 6px;
}

.request-table-organization__col--button [role="button"] {
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  font-family: FontAwesome;
  content: '\f0d7';
  display: inline-block;
  color: #979797;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.requests-link {
  white-space: nowrap;
  color: #979797;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: '\f0d8';
}

.request-page {
  margin-bottom: 48px;
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: 12px;
  font-weight: 600;
}

.request-subject {
  font-size: 24px;
}

@media (min-width: 992px) {
  .request-subject {
    font-size: 34px;
    font-weight: 300;
  }
}

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: 24px 12px 0;
  margin-bottom: 24px;
  font-size: 14px;
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.request-sidebar dd {
  margin-bottom: 12px;
}

.request-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}

.request-status--solved,
.request-status--closed {
  background-color: rgba(7, 29, 73, 1);
}

.request-status--new,
.request-status--open {
  background-color: #ff5252;
}

.request-status--answered {
  background-color: #fad782;
}

.new-request-page {
  margin-bottom: 48px;
}

.new-request-title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .new-request-title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .new-request-title {
    font-size: 41px;
  }
}

.new-request-form {
  margin-bottom: 24px;
}

.upload-dropzone {
  padding: 24px 16px;
  border-color: #eceeef;
  border-radius: 4px;
}

.upload-dropzone,
.upload-dropzone a {
  font-size: 14px;
}

.intro-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  font-family: 'Droid Serif';
}

@media (min-width: 768px) {
  .intro-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .intro-title {
    margin-bottom: 36px;
    font-size: 34px;
  }
}

.custom-blocks {
  padding-top: 24px;
  padding-bottom: 72px;
}

@media (max-width: 479px) {
  .custom-blocks {
    margin-bottom: 24px;
  }
}

.custom-block {
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .custom-block {
    float: none;
    width: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 480px) {
  .custom-block {
    padding: 0 16px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .custom-block {
    margin-bottom: 48px;
  }
}

.custom-block__link {
  display: block;
}

@media (max-width: 479px) {
  .custom-block__link {
    display: table;
  }
}

.custom-block__link:active .custom-block__icon path, .custom-block__link:focus .custom-block__icon path, .custom-block__link:hover .custom-block__icon path {
  fill: #226352;
}

.custom-block__link:active .custom-block__icon circle, .custom-block__link:focus .custom-block__icon circle, .custom-block__link:hover .custom-block__icon circle {
  stroke: #226352;
}

.custom-block__icon {
  display: inline-block;
}

@media (min-width: 480px) {
  .custom-block__icon {
    margin-bottom: 24px;
  }
}

.custom-block__icon svg {
  width: 56px;
  height: 56px;
}

@media (min-width: 480px) {
  .custom-block__icon svg {
    width: 66px;
    height: 66px;
  }
}

.custom-block__icon circle,
.custom-block__icon path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-block__icon path {
  fill: rgba(7, 29, 73, 1);
}

.custom-block__icon circle {
  stroke: rgba(7, 29, 73, 1);
}

.custom-block__title {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Droid Serif';
  color: #4e5565;
}

@media (max-width: 479px) {
  .custom-block__title {
    display: table-cell;
    width: 100%;
    padding-left: 12px;
  }
}

@media (min-width: 480px) {
  .custom-block__title {
    display: block;
  }
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: '\f107';
}

.dropdown-menu {
  border: 0;
  min-width: 0 !important;
  font-size: 14px;
  overflow: hidden;
}

.dropdown-menu [role=menuitem] {
  padding: 12px 12px;
}

.dropdown-menu [role=menuitem][aria-selected=true]:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  content: '\f00c';
}

.error-page {
  padding: 10% 0 10%;
  text-align: center;
}

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

.footer-submit-ticket {
  padding: 48px 16px 24px;
  margin-bottom: 48px;
  text-align: center;
  background-color: #eceeef;
  border-radius: 4px;
}

.footer-submit-ticket__title {
  font-size: 24px;
}

.footer-submit-ticket__subtitle {
  font-size: 24px;
  color: #7e879b;
}

.footer-submit-ticket__btn:empty {
  display: none;
}

.footer-submit-ticket__btn .btn {
  padding: 9px 18px;
}

.note {
  position: relative;
  padding-left: 12px;
  margin: 24px 0;
  color: #7e879b;
  border-left: 4px solid transparent;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.note-default,
.note--default {
  border-color: #818a91;
}

.note-default .note-title,
.note--default .note-title {
  color: #818a91;
}

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title,
.note--info .note-title {
  color: #5bc0de;
}

.note-warning,
.note--warning {
  border-color: #fad782;
}

.note-warning .note-title,
.note--warning .note-title {
  color: #fad782;
}

.note-success,
.note--success {
  border-color: rgba(7, 29, 73, 1);
}

.note-success .note-title,
.note--success .note-title {
  color: rgba(7, 29, 73, 1);
}

.note-danger,
.note--danger {
  border-color: #ff5252;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #ff5252;
}

.component-footer {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .component-footer {
    font-size: 12px;
  }
}

.component-footer .container-fluid.sign-up {
  background-color: #ebebeb;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .component-footer .container-fluid.sign-up {
    padding: 15px 0;
  }
}

.component-footer .container-fluid.sign-up label {
  margin-bottom: 0;
}

.component-footer .container-fluid.sign-up .form-sign-up {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .component-footer .container-fluid.sign-up .form-sign-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .component-footer .container-fluid.sign-up .email_address {
    margin: 0 15px;
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .component-footer .container-fluid.sign-up .email_address {
    float: left;
    padding-right: 10px;
    width: 60%;
  }
}

.component-footer .container-fluid.footer {
  background-color: #f5f5f5;
  padding: 30px 0 15px;
}

.component-footer h5 {
  color: inherit;
  font-family: "Helvetica Neue","Montserrat",serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .component-footer h5 {
    font-size: 14px;
  }
}

.component-footer h6 {
  color: inherit;
  font-family: "Helvetica Neue","Montserrat",serif;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 1em;
  padding: 0;
}

.component-footer .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666;
  height: 40px;
  width: 100%;
}

.component-footer .form-control.error {
  border-color: #b94a48;
}

.component-footer .form-control::-ms-clear {
  display: none;
}

.component-footer .btn-signup, .component-footer .btn-search {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.component-footer .btn-signup {
  width: 170px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

@media only screen and (max-width: 767px) {
  .component-footer .btn-signup {
    width: 40%;
  }
}

.component-footer .btn-signup.success {
  border-color: #1ec939;
  background: #1ec939;
}

.component-footer .btn-search {
  background-color: #757575;
  margin-left: 10px;
  width: 100px;
}

.component-footer .btn-search:hover {
  background-color: #666;
}

.component-footer .list-footer {
  margin: 1em 0;
}

.component-footer .list-footer li {
  margin: 1em 0;
}

.component-footer .list-footer li a {
  color: inherit;
  text-decoration: none;
}

.component-footer .list-footer li a:hover {
  color: #051d49;
}

.component-footer .list-social {
  font-size: 25px;
}

.component-footer .list-social a {
  color: #757575;
}

.component-footer .list-social a:hover {
  color: #666;
}

.component-footer .footer-form {
  margin-bottom: 20px;
}

.component-footer .footer-form .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-footer .copyright {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}

.component-footer .mobile-footer .list-social {
  font-size: 30px;
  margin-bottom: 30px;
}

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

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

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 12px;
}

.pagination ul > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 12px;
}

.pagination ul > li > a, .pagination ul > li > span {
  position: relative;
  display: block;
  padding: 6px 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > li > span:hover, .pagination ul > li > span:focus {
  color: #226352;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul > .pagination-current > span, .pagination ul > .pagination-current > span:hover, .pagination ul > .pagination-current > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgba(7, 29, 73, 1);
  border-color: rgba(7, 29, 73, 1);
}

.satisfaction-box {
  padding: 10px 16px;
  margin: 0 0 20px 0;
  margin-top: 0;
  font-size: 14px;
  border-color: #eceeef;
  border-radius: 4px;
}

.satisfaction-box h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: rgba(7, 29, 73, 1);
  border-color: rgba(7, 29, 73, 1);
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #287662;
  border-color: #256e5b;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #fa0000;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box input[type=radio][checked=checked][value=good] + label:not([class="disabled"]) {
  background-color: rgba(7, 29, 73, 1) !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class="disabled"]) {
  background-color: #ff5252 !important;
}

.satisfaction-box input[type=radio][checked=checked] + label:not([class="disabled"]) {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: rgba(7, 29, 73, 1) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-comment label {
  font-weight: normal;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 15px !important;
  color: #fff !important;
  background-color: #287662 !important;
  border-color: #256e5b !important;
}

.icon {
  background-image: url(/hc/theming_assets/01HZH7N1WAFFS6574CNE0DA3PM);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.icon.bag {
  background-position-x: -118px;
  background-position-y: -70px;
  height: 19px;
  width: 23px;
}

.icon.blue-caret-down {
  background-position-x: -203px;
  background-position-y: -70px;
  height: 7px;
  width: 12px;
}

.icon.blue-caret-up {
  background-position-x: -191px;
  background-position-y: -70px;
  height: 7px;
  width: 12px;
}

.icon.blue-check {
  background-position-x: -177px;
  background-position-y: -70px;
  height: 11px;
  width: 14px;
}

.icon.close-black {
  background-position-x: -161px;
  background-position-y: -70px;
  height: 16px;
  width: 16px;
}

.icon.close-black-sm {
  background-position-x: -238px;
  background-position-y: -40px;
  height: 6px;
  width: 6px;
}

.icon.filter-outline {
  background-position-x: -68px;
  background-position-y: -90px;
  height: 18px;
  width: 18px;
}

.icon.filter-solid {
  background-position-x: -86px;
  background-position-y: -90px;
  height: 18px;
  width: 18px;
}

.icon.gallery-next {
  background-position-x: 0;
  background-position-y: -108px;
  height: 24px;
  width: 12px;
}

.icon.gallery-prev {
  background-position-x: -12px;
  background-position-y: -108px;
  height: 24px;
  width: 12px;
}

.icon.hamburger-nav {
  background-position-x: -141px;
  background-position-y: -70px;
  height: 16px;
  width: 20px;
}

.icon.item-address {
  background-position-x: -208px;
  background-position-y: -40px;
  height: 30px;
  width: 30px;
}

.icon.item-clock {
  background-position-x: -118px;
  background-position-y: -40px;
  height: 30px;
  width: 30px;
}

.icon.item-email {
  background-position-x: -178px;
  background-position-y: -40px;
  height: 30px;
  width: 30px;
}

.icon.item-phone {
  background-position-x: -148px;
  background-position-y: -40px;
  height: 30px;
  width: 30px;
}

.icon.map-pin {
  background-position-x: -64px;
  background-position-y: -108px;
  height: 19px;
  width: 13px;
}

.icon.minus-blue {
  background-position-x: -116px;
  background-position-y: -90px;
  height: 12px;
  width: 12px;
}

.icon.peter-millar-logo {
  background-position-x: 0;
  background-position-y: 0;
  height: 40px;
  width: 247px;
}

.icon.peter-millar-mobile-logo {
  background-position-x: -68px;
  background-position-y: -40px;
  height: 50px;
  width: 50px;
}

.icon.peter-millar-seal {
  background-position-x: 0;
  background-position-y: -40px;
  height: 68px;
  width: 68px;
}

.icon.plus-blue {
  background-position-x: -104px;
  background-position-y: -90px;
  height: 12px;
  width: 12px;
}

.icon.profile {
  background-position-x: -77px;
  background-position-y: -108px;
  height: 19px;
  width: 18px;
}

.icon.search {
  background-position-x: -44px;
  background-position-y: -108px;
  height: 20px;
  width: 20px;
}

.icon.search-gray {
  background-position-x: -24px;
  background-position-y: -108px;
  height: 20px;
  width: 20px;
}

.component-header .container,
.component-footer .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.component-header .container:before, .component-header .container:after,
.component-footer .container:before,
.component-footer .container:after {
  content: " ";
  display: table;
}

.component-header .container:after,
.component-footer .container:after {
  clear: both;
}

@media (min-width: 768px) {
  .component-header .container,
  .component-footer .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .component-header .container,
  .component-footer .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .component-header .container,
  .component-footer .container {
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  .component-header .container,
  .component-footer .container {
    width: 1400px;
  }
}

.component-header .container-fluid,
.component-footer .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.component-header .container-fluid:before, .component-header .container-fluid:after,
.component-footer .container-fluid:before,
.component-footer .container-fluid:after {
  content: " ";
  display: table;
}

.component-header .container-fluid:after,
.component-footer .container-fluid:after {
  clear: both;
}

.component-header .row,
.component-footer .row {
  margin-left: -15px;
  margin-right: -15px;
}

.component-header .row:before, .component-header .row:after,
.component-footer .row:before,
.component-footer .row:after {
  content: " ";
  display: table;
}

.component-header .row:after,
.component-footer .row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12, .component-column-control .new.section {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 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;
  }
}

.component-header {
  position: relative;
  background-color: #fff;
}

.component-header .header_skip-nav {
  left: 10px;
  position: absolute;
  top: -30px;
}

.component-header .header-bar {
  font-family: "Montserrat",serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  background-color: #051d49;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  z-index: 1;
  position: relative;
  height: 35px;
  white-space: nowrap;
}

.component-header .header-bar a {
  color: #fff;
}

.component-header .header-bar p {
  margin: 0;
  padding: 0;
}

.component-header .header-bar__left {
  float: left;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .component-header .header-bar__left {
    float: none;
    text-align: center;
  }
}

.component-header .header-bar__right {
  float: right;
  text-align: right;
}

.component-header .header_main {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .component-header .header_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .component-header .header_main .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component-header .header_main .col .pull-right {
    margin-left: auto;
  }
}

.component-header .header_logo_link {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.component-header .header_logo {
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 247px;
}

.component-header .header_logo_sm {
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.component-header .header_links {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
}

.component-header .header_links.left {
  text-align: left;
}

.component-header .header_links.left li {
  line-height: 40px;
}

.component-header .header_links.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.component-header .header_links > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 10px;
  padding: 0;
  text-align: center;
}

.component-header .header_links > li.search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 0;
}

.component-header .header_links > li.profile ul.nav {
  margin: 0;
}

.component-header .header_links > li.profile .login-text button {
  background-color: transparent;
  color: transparent;
  display: block;
  height: 19px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 18px;
  border: 0;
}

.component-header .header_links > li.profile .login-text button::after {
  background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/profile@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  cursor: pointer;
  display: block;
  height: 19px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.component-header .header_links > li.profile .account-full-title {
  display: block;
  position: relative;
  vertical-align: middle;
}

.component-header .header_links > li.profile .account-full-title::after {
  background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/profile@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  cursor: pointer;
  display: block;
  height: 19px;
  width: 18px;
}

.component-header .header_links > li.profile .account-full-title .account-title, .component-header .header_links > li.profile .account-full-title .account-name {
  display: none;
}

.component-header .header_links > li.profile .arrow {
  display: none;
}

.component-header .header_links > li.profile .dropdown-menu, .component-header .header_links > li.profile .account-dropdown {
  font-family: "Helvetica Neue","Montserrat",serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: auto;
  padding: .5rem 0;
}

.component-header .header_links > li.profile .dropdown-menu > li, .component-header .header_links > li.profile .account-dropdown > li {
  margin: 0;
  padding: .5rem 15px;
}

.component-header .header_links > li.profile .dropdown-menu > li > a, .component-header .header_links > li.profile .dropdown-menu > li .logout-user, .component-header .header_links > li.profile .account-dropdown > li > a, .component-header .header_links > li.profile .account-dropdown > li .logout-user {
  background-color: transparent;
  color: #757575;
  text-align: left;
  text-decoration: none;
  padding: 0;
  width: 100%;
}

.component-header .header_links > li.profile .dropdown-menu > li > a:hover, .component-header .header_links > li.profile .dropdown-menu > li .logout-user:hover, .component-header .header_links > li.profile .account-dropdown > li > a:hover, .component-header .header_links > li.profile .account-dropdown > li .logout-user:hover {
  background-color: transparent;
  color: #051d49;
  text-decoration: underline;
}

.component-header .header_links-link {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.component-header .header_links > li.bag .header-minicart, .component-header .mobile-bag .header-minicart {
  margin: 0;
}

.component-header .header_links > li.bag .header-minicart .cart-summary-link, .component-header .mobile-bag .header-minicart .cart-summary-link {
  text-decoration: none;
}

.component-header .header_links > li.bag .header-minicart .cart-summary-link::before, .component-header .mobile-bag .header-minicart .cart-summary-link::before {
  color: #051d49;
  content: 'BAG';
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
}

.component-header .header_links > li.bag .header-minicart .cart-summary-link .cart-icon, .component-header .mobile-bag .header-minicart .cart-summary-link .cart-icon {
  display: none;
}

.component-header .header_links > li.bag .header-minicart .cart-summary-link .count-container, .component-header .mobile-bag .header-minicart .cart-summary-link .count-container {
  background-color: transparent;
  position: relative;
  margin-left: 8px;
  padding-left: 32px;
}

.component-header .header_links > li.bag .header-minicart .cart-summary-link .count-container .cart-count, .component-header .mobile-bag .header-minicart .cart-summary-link .count-container .cart-count {
  font-size: 12px;
  font-weight: 600;
}

.component-header .header_links > li.bag .header-minicart .cart-summary-link .count-container::before, .component-header .mobile-bag .header-minicart .cart-summary-link .count-container::before {
  background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/bag@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown, .component-header .mobile-bag .header-minicart .minicart-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .show-loading-animation, .component-header .mobile-bag .header-minicart .minicart-dropdown .show-loading-animation {
  height: auto;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: auto !important;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .show-loading-animation .text-row, .component-header .mobile-bag .header-minicart .minicart-dropdown .show-loading-animation .text-row {
  background-color: transparent !important;
  display: inline-block;
  height: auto !important;
  position: relative;
  right: 0;
  top: 0;
  width: auto !important;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .show-loading-animation .text-row:after, .component-header .mobile-bag .header-minicart .minicart-dropdown .show-loading-animation .text-row:after {
  -webkit-animation: spin 1.5s infinite;
  animation: spin 1.5s infinite;
  content: '\f110';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .checkout-cta, .component-header .mobile-bag .header-minicart .minicart-dropdown .checkout-cta {
  background-color: #051d49;
  border-radius: 0;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin: 20px 15px;
  padding: 0 25px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .checkout-cta:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .checkout-cta:hover {
  background-color: black;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row {
  border-top: 1px solid #ccc;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row .line-item-content, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row .line-item-content {
  border: 0;
  padding: 20px 15px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row .line-item-error, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row .line-item-error {
  color: #b94a48;
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row .remove.trash, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row .remove.trash {
  color: #757575;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row .remove.trash:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row .remove.trash:hover {
  color: #051d49;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row .line-item_availability, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row .line-item_availability {
  padding-right: 20px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item-row .line-item_availability .sc_message-container, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item-row .line-item_availability .sc_message-container {
  margin: 0 0 15px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .primary-image-container img, .component-header .mobile-bag .header-minicart .minicart-dropdown .primary-image-container img {
  max-width: 100%;
  height: auto;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container {
  color: #666;
  font-size: 14px;
  text-align: left;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .product-attributes li, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .product-attributes li {
  margin: .5rem 0;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .product-attributes li .attribute-value, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .product-attributes li .attribute-value {
  margin-left: 6px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-name, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-name {
  margin-bottom: .5rem;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-name h3, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-name h3 {
  font-family: "Helvetica Neue","Montserrat",serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-name h3:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-name h3:hover {
  text-decoration: underline;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity {
  bottom: auto;
  color: #666;
  margin-top: 15px;
  position: relative;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-label, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .quantity, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-label, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .quantity {
  display: inline-block;
  font-size: 12px;
  width: auto;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units {
  border: 1px solid #ccc !important;
  font-weight: 600;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button:first-of-type, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash:first-of-type, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units:first-of-type, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units:first-of-type, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button:first-of-type, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash:first-of-type, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units:first-of-type, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units:first-of-type {
  border-right: 0 !important;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button:hover, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash:hover, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units:hover, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units:hover {
  background-color: #051d49;
  border-color: #051d49;
  color: #fff;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button:hover svg, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash:hover svg, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units:hover svg, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units:hover svg, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button:hover svg, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash:hover svg, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units:hover svg, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units:hover svg {
  fill: #fff;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button.disabled, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash.disabled, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units.disabled, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units.disabled, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button.disabled, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash.disabled, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units.disabled, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units.disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button.disabled:hover, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash.disabled:hover, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units.disabled:hover, .component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units.disabled:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .sc_button.disabled:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .trash.disabled:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .decrease-units.disabled:hover, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_quantity .cart-item-units .increase-units.disabled:hover {
  background-color: #ebebeb;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-price, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-price {
  bottom: 15px;
  padding-right: 0;
  right: 20px;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-price span, .component-header .mobile-bag .header-minicart .minicart-dropdown .product-name-container .line-item_product-price span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.component-header .header_links > li.bag .header-minicart .minicart-dropdown .line-item_product, .component-header .mobile-bag .header-minicart .minicart-dropdown .line-item_product {
  font-family: "Helvetica Neue","Montserrat",serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}

.component-header .mobile-bag {
  margin-left: auto;
}

.component-header .mobile-bag .header-minicart .cart-summary-link::before {
  display: none;
}

.component-header .mobile-bag__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-header .mobile-bag__count {
  margin-left: 5px;
  font-weight: 500;
}

.component-header .header_search {
  border: 1px solid #ccc;
  padding: 0;
  position: relative;
  height: 40px;
  width: 100%;
  max-width: 200px;
}

.component-header .header_search .icon.search {
  left: 10px;
  top: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.component-header .header_search form {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.component-header .header_search .header_search-input {
  display: inline-block;
  border: 0;
  height: 100%;
  width: 100%;
  padding-left: 40px;
  font-size: 12px;
}

.component-header .header_search .search-suggestions {
  font-size: 12px;
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: calc(100% - 1px);
  border: 1px solid #ccc;
  border-top-color: #fff;
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.component-header .header_search .search-suggestions li {
  display: none;
  margin: 0;
  padding: 5px 10px 5px 40px;
  height: auto;
  text-align: left;
}

.component-header .header_search .search-suggestions li:last-child {
  padding-bottom: 10px;
}

.component-header .flag {
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  vertical-align: middle;
}

.component-header .flag.usa {
  background-image: url(/hc/theming_assets/01HZH7N3AZ9RX6BF3RM0MRT628);
  height: 19px;
  width: 36px;
}

.component-header .shop-all {
  display: none;
  color: #051d49;
  font-family: "Helvetica Neue","Montserrat",serif;
  font-size: 1em;
  text-transform: uppercase;
  padding: 20px;
  border-top: 1px solid #ccc;
  font-weight: 600;
}

.component-header .shop-all a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .component-header .header_nav .header_nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .component-header .header_nav .header_nav-links > li {
    color: #666;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    text-align: center;
    padding: 0 40px 20px;
  }
  .component-header .header_nav .header_nav-links > li .nav_l1 {
    color: inherit;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .component-header .header_nav .header_nav-links > li .nav_l1.active, .component-header .header_nav .header_nav-links > li .nav_l1:hover, .component-header .header_nav .header_nav-links > li .nav_l1:focus {
    color: #051d49;
    text-decoration: underline;
  }
  .component-header .header_nav .mobilenav-sublinks {
    display: none;
  }
  .component-header .header_nav .component-header-submenu {
    display: none;
    position: absolute;
    z-index: 10;
  }
  .component-header .header_nav .component-header-submenu:hover, .component-header .header_nav .component-header-submenu.submenu-active {
    display: block;
  }
}

.component-header .mobilenav-toggle {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  margin-right: 20px;
}

.component-header .mobilenav-toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.component-header .mobilesearch-toggle {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: inline-block;
}

.component-header .mobilesearch-toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.component-header .mobilesearch-toggle.close-search {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.component-header .mobilenav-overlay {
  display: none;
}

@media screen and (max-width: 991px) {
  .component-header .mobilenav-overlay {
    background-color: #000;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 230ms linear;
    transition: opacity 230ms linear;
    visibility: hidden;
    z-index: 10;
  }
  .component-header .mobilenav-overlay.show {
    opacity: .2;
    visibility: visible;
  }
}

.component-header .mobilenav-header {
  display: none;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .component-header .mobilenav-header {
    display: block;
  }
}

.component-header .mobilenav-header .mobilenav-logo {
  text-align: center;
  margin: 30px 0;
}

.component-header .mobilenav-header .mobilenav-logo .icon {
  background-size: 100%;
  height: 26px;
  width: 165px;
}

.component-header .mobilenav-header .mobilenav-search {
  border: 1px solid #ccc;
  margin: 30px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  height: 40px;
  width: 100%;
}

.component-header .mobilenav-header .mobilenav-search .icon.search {
  left: 10px;
  top: 10px;
  position: absolute;
}

.component-header .mobilenav-header .mobilenav-search .header_search-input {
  display: inline-block;
  border: 0;
  width: 100%;
}

.component-header .mobilenav-subheader {
  display: none;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .component-header .mobilenav-subheader.show {
    display: block;
  }
}

.component-header .mobilenav-subheader .subheader-title {
  color: #051d49;
  font-family: "Helvetica Neue","Montserrat",serif;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .component-header .header_nav {
    background-color: #fff;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    left: -340px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    -webkit-transition: all 230ms ease-out;
    transition: all 230ms ease-out;
    width: 340px;
    z-index: 20;
  }
  .component-header .header_nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
  }
  .component-header .header_nav > ul > li {
    color: #666;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  .component-header .header_nav > ul > li > a {
    color: inherit;
    display: block;
    margin: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
  }
  .component-header .header_nav > ul > li.open {
    background-color: #fff;
    z-index: 25;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    position: absolute;
  }
  .component-header .header_nav > ul > li.open .nav_l1 {
    background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/caret-left-blue.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #051d49;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 20px;
  }
  .component-header .header_nav > ul > li.open .component-header-submenu {
    display: block;
  }
  .component-header .header_nav > ul > li.open .shop-all {
    display: block;
  }
  .component-header .header_nav > ul.mobilenav-sublinks {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
  }
  .component-header .header_nav > ul.mobilenav-sublinks::before {
    background-color: #ebebeb;
    content: '';
    display: block;
    height: 1px;
    left: -20px;
    right: -20px;
    top: 0;
    position: absolute;
    width: auto;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .mobilenav-button {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    color: inherit;
    display: block;
    margin: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .mobilenav-button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .flag {
    margin-left: 8px;
    margin-top: -.25em;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sublink-collapse {
    position: relative;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sublink-collapse::after {
    background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/minus-gray@2x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sublink-collapse.collapsed::after {
    background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/plus-gray@2x.png");
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sub-sublinks {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sub-sublinks > li {
    color: #666;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sub-sublinks > li > a {
    color: inherit;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sub-sublinks > li:first-of-type a {
    padding-top: 0;
  }
  .component-header .header_nav > ul.mobilenav-sublinks .sub-sublinks > li:last-of-type a {
    padding-bottom: 0;
  }
  .component-header .header_nav.open {
    -webkit-box-shadow: 20px 0 40px rgba(0, 0, 0, 0.4);
            box-shadow: 20px 0 40px rgba(0, 0, 0, 0.4);
    left: 0;
  }
  .component-header .header_nav.submenu-open .mobilenav-header {
    display: none;
  }
  .component-header .header_nav.submenu-open > ul > li {
    display: none;
  }
  .component-header .header_nav.submenu-open > ul > li.open {
    display: block;
  }
  .component-header .header_nav .component-header-submenu {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .component-header .header_nav {
    width: 280px;
  }
}

.component-header .mobile-search_wrapper {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  .component-header .mobile-search_wrapper {
    display: block;
    opacity: 0;
    -webkit-transition: all 130ms linear;
    transition: all 130ms linear;
    visibility: hidden;
  }
  .component-header .mobile-search_wrapper.open {
    opacity: 1;
    visibility: visible;
  }
}

.component-header .mobile-search {
  background-color: #fff;
  display: block;
  min-height: 100%;
  padding: 0;
}

.component-header .mobile-search .mobile-search_form_wrapper {
  padding: 0 30px;
}

.component-header .mobile-search .mobile-search_form {
  padding: 15px 30px;
  position: relative;
  width: 100%;
}

.component-header .mobile-search .mobile-search_form .icon.search {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.component-header .mobile-search .mobile-search_form .mobile-search_input {
  display: inline-block;
  border: 0;
  position: relative;
  height: 40px;
  padding: 0;
  width: 100%;
}

.component-header .mobile-search .mobile-search_recent {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #051d49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
}

.component-header .mobile-search .mobile-search_recent a {
  color: inherit;
  text-decoration: none;
}

.component-header .mobile-search .mobile-search_recent a:hover {
  color: #000;
}

.component-header .mobile-search .mobile-search_recent .clear-all {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.component-header .mobile-search .mobile-search_recent .clear-all::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.component-header .mobile-search .mobile-search_recent_searches {
  width: 100%;
  margin-top: 15px;
  padding: 0 30px;
}

.component-header .mobile-search .mobile-search_recent_searches .results {
  margin: 0;
  padding: 0;
}

.component-header .mobile-search .mobile-search_recent_searches .results li {
  color: #666;
  font-weight: 500;
  margin: 0;
  padding: 15px 0;
  cursor: pointer;
}

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

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

.component-header--cart {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-shadow: 0 8px 15px rgba(85, 85, 85, 0.3);
          box-shadow: 0 8px 15px rgba(85, 85, 85, 0.3);
  position: relative;
  z-index: 2;
}

.component-header--cart .header_logo_link {
  max-height: 45px;
}

@media only screen and (max-width: 767px) {
  .component-header--cart {
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .component-header-nav-list {
    border-top: 1px solid #ccc;
    padding: 20px;
  }
  .component-header-nav-list .nav_l2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #051d49;
    font-family: "Helvetica Neue","Montserrat",serif;
    font-size: 1em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }
  .component-header-nav-list .nav_l2.nav_l2-toggle {
    background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/plus-blue@2x.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .component-header-nav-list .nav_l2.expand {
    background-image: url("http://petermillar-stage.symphonycommerce.com/etc/clientlibs/petermillar-pagelibs/images/icons/minus-blue@2x.png");
  }
  .component-header-nav-list .submenu_nav {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 300ms linear;
    transition: max-height 300ms linear;
  }
  .component-header-nav-list .submenu_nav.open {
    max-height: 1000px;
  }
  .component-header-nav-list .submenu_nav li {
    margin: 10px 0;
    padding: 0;
  }
  .component-header-nav-list .submenu_nav li a {
    color: #666;
    text-decoration: none;
  }
  .component-header-nav-list .submenu_nav li a:hover, .component-header-nav-list .submenu_nav li a:focus {
    color: #051d49;
  }
}

@media screen and (min-width: 992px) {
  .component-header-nav-list {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
  }
  .component-header-nav-list.no-links {
    margin-bottom: 8px;
  }
  .component-header-nav-list .nav_l2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: inherit;
    font-family: "Helvetica Neue","Montserrat",serif;
    font-size: 1em;
    font-weight: 600;
    margin: 8px 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .component-header-nav-list .nav_l2 a {
    color: inherit;
    text-decoration: none;
  }
  .component-header-nav-list .nav_l2 a:hover {
    color: #051d49;
  }
  .component-header-nav-list .submenu_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .component-header-nav-list .submenu_nav li {
    margin: 8px 0;
    padding: 0;
  }
  .component-header-nav-list .submenu_nav li a {
    color: inherit;
    text-decoration: none;
  }
  .component-header-nav-list .submenu_nav li a:hover, .component-header-nav-list .submenu_nav li a:focus {
    color: #051d49;
  }
}

.component-header-submenu {
  display: block;
}

@media screen and (max-width: 991px) {
  .component-header-submenu .submenu_sidebar {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .component-header-submenu {
    background-color: #fff;
    -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
    min-height: 375px;
    height: auto;
    left: 0;
    right: 0;
    top: 100%;
    padding: 15px 0;
    position: relative;
  }
  .component-header-submenu .submenu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 970px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1170px) {
  .component-header-submenu .submenu_inner {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) {
  .component-header-submenu .submenu_inner .submenu_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 -10px;
  }
  .component-header-submenu .submenu_inner .submenu_grid .submenu_column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
  }
  .component-header-submenu .submenu_inner .submenu_sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
    padding-top: 8px;
    width: 360px;
  }
  .component-header-submenu .submenu_inner .submenu_sidebar .component-image .img-responsive {
    height: auto;
    width: 100%;
  }
  .component-header-submenu .submenu_inner .submenu_sidebar .text {
    display: block;
    font-family: "Palatino","Palatino Linotype","Cormorant Garamond",serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.25em;
    margin: 15px auto 0;
    text-align: center;
    width: 80%;
  }
}

.css-rkj06g .header-minicart .count-container {
  background-color: #cccccc;
  display: inline-block;
  padding: 5px 5px 5px 0px;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid rgba(7, 29, 73, 1);
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus, .scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: #226352;
  border-color: #226352;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: 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;
  }
}

.page-header {
  margin-bottom: 24px;
}

.page-header--with-border {
  border-bottom: 2px solid #eceeef;
}

.related-articles h3 {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .related-articles h3 {
    margin-top: 12px;
  }
}

.related-articles ul {
  list-style: none;
  padding-left: 0;
}

.related-articles ul > li {
  margin-bottom: 8px;
}

.related-articles ul > li a {
  color: #4e5565;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 1px;
}

.community-recent-activity {
  padding: 24px 12px;
  margin-bottom: 48px;
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.community-recent-activity .recent-activity-header {
  font-size: 16px;
}

.community-recent-activity .recent-activity-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-list {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-item {
    display: inline-block;
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 24px;
    vertical-align: top;
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: 14px;
  color: #979797;
}

.community-recent-activity .recent-activity-item-comment span:before {
  margin-right: 3px;
  content: "\f0e5";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
  font-weight: 600;
  color: #4e5565;
}

.community-recent-activity .recent-activity-controls a {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.community-recent-activity .recent-activity-controls a:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.community-recent-activity .recent-activity-controls a:active {
  background-image: none;
}

.profile-header {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #572700;
  padding: 24px 15px;
  text-align: center;
  color: #fff;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: 12px;
  font-size: 24px;
}

.profile-header__name a {
  color: #fff;
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: 34px;
    font-weight: 300;
  }
}

.profile-header__options [data-action="edit-profile"] {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.profile-header__options [data-action="edit-profile"]:hover, .profile-header__options [data-action="edit-profile"]:focus, .profile-header__options [data-action="edit-profile"]:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.profile-header__options [data-action="edit-profile"]:active {
  background-image: none;
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 24px;
  background-color: rgba(7, 29, 73, 1);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #979797;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }
  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: 6px;
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #eceeef;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: #4e5565;
}

.profile-nav__item.is-active {
  background-color: rgba(7, 29, 73, 1);
  color: #fff;
}

.profile-nav__item.is-active,
.profile-nav__item a {
  padding: 16px 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 24px;
}

.profile-section__title {
  margin-bottom: 12px;
  font-size: 24px;
}

.profile-section__description {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: 14px;
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    border-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right;
  }
}

.profile-contribution {
  position: relative;
  border-radius: 4px;
  background-color: #f4f5f6;
  padding: 12px 15px;
  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: 6px;
}

.profile-contribution__status {
  margin-bottom: 6px;
}

.profile-contribution__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 12px;
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-contribution__breadcrumbs {
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
}

.profile__no-activity,
.profile__private-activity {
  text-align: center;
  color: #979797;
}

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

.profile-activity {
  position: relative;
  margin-bottom: 36px;
}

.profile-activity__header {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.profile-activity__header:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5';
}

.user-subscribe {
  display: inline-block;
}

.entry-info {
  font-size: 14px;
  overflow: hidden;
}

.entry-info:before, .entry-info:after {
  display: table;
  
  content: "";
  
}

.entry-info:after {
  clear: both;
}

.entry-info__avatar {
  float: left;
  padding-right: 12px;
}

.entry-info__content {
  display: table-cell;
  vertical-align: top;
}

.status-label {
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.status-label--pending {
  background-color: #fad782;
}

.status-label--with-ticket {
  background-color: rgba(7, 29, 73, 1);
}

.status-label--with-ticket:hover, .status-label--with-ticket:focus, .status-label--with-ticket:active {
  color: #fff;
}

.status-label--solved,
.status-label--closed {
  background-color: rgba(7, 29, 73, 1);
}

.status-label--new,
.status-label--open {
  background-color: #ff5252;
}

.status-label--answered {
  background-color: #fad782;
}

.status-label--official {
  background-color: rgba(7, 29, 73, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: rgba(7, 29, 73, 1);
}

.status-label--planned {
  background-color: #572700;
}

.status-label--not-planned {
  color: #4e5565;
  background-color: #eceeef;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
}

.attachment-list__item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
  margin-left: 12px;
}

.community-nav__item.is-active {
  font-weight: 600;
}

.community-nav__item--button {
  float: right;
}

.vote {
  max-width: 40px;
  width: 100%;
}

.vote [aria-selected=true] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 4px 0 !important;
  font-size: 16px !important;
  color: #4e5565;
  border-color: #eceeef;
  line-height: 1.5 !important;
}

.vote-control:hover, .vote-control:active {
  z-index: 2;
}

@media (min-width: 768px) {
  .topic-list-page {
    margin-bottom: 24px;
  }
}

.topic-list-item:nth-child(2n+1) {
  clear: left;
}

.topic-list-item__box {
  padding: 24px 12px;
  margin-bottom: 24px;
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: 12px;
}

.topic-page {
  margin-bottom: 48px;
}

.topic {
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px solid #eceeef;
  display: table;
  width: 100%;
}

.topic__col {
  display: table-cell;
  vertical-align: top;
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  font-size: 34px;
  margin-bottom: 12px;
}

.topic-filters__item {
  float: left;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: 12px;
  }
}

.topic-controls {
  margin-bottom: 48px;
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: 6px;
}

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap;
  }
}

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-controls__item--subscribe .dropdown-menu {
  left: initial;
  right: 0;
}

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.topic-controls__item--subscribe .dropdown-toggle:hover, .topic-controls__item--subscribe .dropdown-toggle:focus, .topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  background-image: none;
}

@media (min-width: 768px) {
  .post-page {
    margin-bottom: 48px;
  }
}

.post {
  position: relative;
  margin-bottom: 24px;
}

.post__title {
  font-size: 24px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  .post__title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .post__title {
    font-size: 41px;
  }
}

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
  color: rgba(7, 29, 73, 1);
  background-color: transparent;
  border-color: rgba(7, 29, 73, 1);
}

.post-follow .post-subscribe:hover, .post-follow .post-subscribe:focus, .post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:hover,
.post-follow .post-unsubscribe:focus,
.post-follow .post-unsubscribe:active {
  color: #256e5b;
  background-color: transparent;
  border-color: #256e5b;
}

.post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:active {
  background-image: none;
}

.post__meta {
  margin-bottom: 24px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: 52px;
}

.post__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
}

.post__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
  content: '\f013';
  margin-left: 0;
  font-size: 16px;
}

.post-callout {
  background-color: #eceeef;
  padding: 12px 15px;
}

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

@media (min-width: 768px) {
  .post-list-page {
    margin-bottom: 48px;
  }
}

.post-list-item {
  border-bottom: 2px solid #eceeef;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item__title {
  font-size: 24px;
  margin-bottom: 12px;
}

.post-list-item__title .fa-star {
  position: relative;
  font-size: 50%;
  top: -4px;
}

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right;
  }
}

.post-info {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: #4e5565;
    font-weight: 600;
  }
}

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: rgba(7, 29, 73, 1);
}

.post-status--planned {
  background-color: #572700;
}

.post-status--not-planned {
  color: #4e5565;
  background-color: #eceeef;
}

@media (min-width: 768px) {
  .new-post-page {
    margin-bottom: 48px;
  }
}

.new-post-title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: 41px;
  }
}

.new-post-form {
  margin-bottom: 24px;
}
