@charset "UTF-8";
/*
 * FONTS
 */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/OpenSans/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/OpenSans/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/OpenSans/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
}
/**
 * STANDARD HTML TAGS
 */
* {
  backface-visibility: hidden;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  background: #f7fafc;
  color: #15272e;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.15s ease-out;
}

a {
  color: #4C7C92;
  font-weight: 400;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  outline: 2px solid transparent !important;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #416F83;
  text-decoration: underline;
}
a:hover img, a:focus img {
  opacity: 0.8;
}
a:focus {
  outline: 2px solid #000000 !important;
  outline-style: auto !important;
  outline-offset: 2px !important;
}

p, ul, ol {
  margin: 0 0 2.4rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #2C3136;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
@media (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 2.4rem 0;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 2.6rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.9rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.5rem;
}

label {
  font-weight: 400;
  font-size: 1.3rem;
}

mark, .mark {
  padding: 0;
}

strong {
  font-weight: 600;
}

/**
 * VARIOUS CLASSES AND HELPERS
 */
.marginBottom {
  margin-bottom: 2.4rem !important;
}

.marginTop {
  margin-top: 0.5rem !important;
}

.mt-1rem {
  margin-top: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.clear {
  clear: both;
}

.bigIcon {
  font-size: 4.8rem;
  color: #e3e8ee;
}

.noAnimation {
  transition: none !important;
}

.img-thumbnail {
  box-shadow: none;
  padding: 0;
  border: 0;
  border-radius: 2px;
}

.well {
  background: #e3e8ee;
  box-shadow: none;
  border-color: #e3e8ee;
}

.dBlock {
  display: block;
  width: 100%;
}

.halfWidth {
  width: 50%;
}
@media (max-width: 1199px) {
  .halfWidth {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .halfWidth {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .halfWidth {
    width: 100%;
  }
}

.verticallyCentered {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 1rem;
  line-height: 1.33;
}
.verticallyCentered .btn {
  margin-bottom: 0;
}

/*
 * PANELS
 */
.panel-success > .panel-heading {
  background: rgba(82, 165, 136, 0.2);
  border: 0;
}

.panel-info {
  border: 0;
}
.panel-info > .panel-heading {
  background: rgba(76, 124, 146, 0.2);
}

.panel-warning > .panel-heading {
  background: rgba(228, 93, 26, 0.2);
  border: 0;
}

.panel-danger > .panel-heading {
  background: rgba(244, 68, 68, 0.2);
  border: 0;
}

.panel {
  margin-bottom: 30px;
  border: 0;
}

.panel-body {
  padding: 25px;
}

.panel-title {
  font-size: 2rem;
}
.panel-title a {
  display: block;
  padding: 15px 10px;
}

.panel-default > .panel-heading {
  background: rgba(247, 250, 252, 0.5);
  color: #2C3136;
  padding: 0;
  transition: all 0.25s ease-out;
  overflow: hidden;
}
.panel-default > .panel-heading a {
  color: #2C3136;
}
.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus {
  text-decoration: none;
  background: rgba(44, 49, 54, 0.8);
  color: #fff;
}

.pageContent .panel-heading h3 {
  margin-bottom: 0;
}

.panel-footer {
  background: transparent;
  border: 0;
}

.nopaddingleft {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/**
 * PAGINATION
 */
.pagination > li > a, .pagination > li > span {
  color: #4C7C92;
}
@media (max-width: 480px) {
  .pagination > li > a, .pagination > li > span {
    padding: 6px 11px;
    font-size: 15px;
  }
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #4C7C92;
  border-color: #4C7C92;
}

#helpPanel {
  background: #52a588;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
#helpPanel a {
  color: #fff;
  text-decoration: underline;
}
#helpPanel a.close {
  text-decoration: none;
}

#helpDetails {
  max-width: 100%;
  width: 60rem;
  margin: 1rem auto 0 auto;
  text-align: left;
}
#helpDetails hr {
  margin: 10px 0;
}
#helpDetails .panel {
  margin-bottom: 0;
}
#helpDetails .panel a:not(.btn) {
  color: #4C7C92;
  text-decoration: none;
  padding: 12px;
  display: block;
}
#helpDetails .panel a:not(.btn) span {
  color: #000;
  margin-right: 6px;
}
#helpDetails .panel a:not(.btn):hover {
  text-decoration: underline;
}
#helpDetails .panel .panel-body {
  padding-bottom: 5px;
}
#helpDetails .panel .panel-body p:first-child {
  margin-top: 1rem;
}
#helpDetails .panel .panel-body p:last-child {
  margin-bottom: 0rem;
}

.breadcrumb,
.portalLink {
  margin-bottom: 10px;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.breadcrumb a,
.portalLink a {
  color: #5b6b71;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
}
.breadcrumb a:hover,
.portalLink a:hover {
  text-decoration: none;
  color: #416F83;
}
.breadcrumb svg,
.portalLink svg {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  height: 1.75rem;
  width: 1.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  top: 2px;
}

/**
 * Feathericons
 */
.icon {
  stroke: currentColor;
  stroke-width: 1.5px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2rem;
  width: 2rem;
  display: inline-block;
}

.icon-lg {
  height: 2.5rem;
  width: 2.5rem;
}

.icon-xl {
  height: 5rem;
  width: 5rem;
  stroke-width: 2px;
}

.icon-xxl {
  height: 8rem;
  width: 8rem;
  stroke-width: 2px;
}

.icon-sm {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-xs {
  stroke-width: 2px;
  height: 1.3rem;
  width: 1.3rem;
  position: relative;
  top: 1px;
}

/** 
 * BUTTONS
 */
.btn, .modal-footer .btn + .btn {
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 10px 16px;
  text-shadow: none;
  box-shadow: none;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  outline: 2px solid transparent !important;
}
.btn.text-left, .modal-footer .btn + .btn.text-left {
  text-align: left;
}
.btn:focus, .modal-footer .btn + .btn:focus {
  outline: 2px solid #000000 !important;
  outline-style: auto !important;
  outline-offset: 2px !important;
}
.btn.btn-default, .modal-footer .btn + .btn.btn-default {
  background: #fff;
  border-color: #e3e8ee;
  color: #364348;
}
.btn.btn-default:hover, .btn.btn-default:focus, .modal-footer .btn + .btn.btn-default:hover, .modal-footer .btn + .btn.btn-default:focus {
  color: #364348;
  background: #f7fafc;
  border-color: #e3e8ee;
}
.btn.btn-default:active, .btn-group.open .btn.btn-default, .modal-footer .btn + .btn.btn-default:active, .btn-group.open .modal-footer .btn + .btn.btn-default {
  color: #364348;
  background: #f7fafc;
  border-color: #e3e8ee;
}
.btn.btn-default.active, .modal-footer .btn + .btn.btn-default.active {
  color: #fff;
  background: #4C7C92;
  border-color: #4C7C92;
}
.btn.btn-default[disabled], .btn.btn-default:disabled, .modal-footer .btn + .btn.btn-default[disabled], .modal-footer .btn + .btn.btn-default:disabled {
  background: #e3e8ee !important;
  color: #809299 !important;
  border-color: #e3e8ee !important;
}
.btn.muted, .modal-footer .btn + .btn.muted {
  color: #809299;
}
.btn.muted:hover, .btn.muted:focus, .modal-footer .btn + .btn.muted:hover, .modal-footer .btn + .btn.muted:focus {
  color: #364348;
  background: #f7fafc;
  border-color: #e3e8ee;
}
.btn.btn-success, .btn.btn-primary, .modal-footer .btn + .btn.btn-success, .modal-footer .btn + .btn.btn-primary {
  background: #4C7C92;
  border-color: #4C7C92;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-primary:hover, .btn.btn-primary:focus, .modal-footer .btn + .btn.btn-success:hover, .modal-footer .btn + .btn.btn-success:focus, .modal-footer .btn + .btn.btn-primary:hover, .modal-footer .btn + .btn.btn-primary:focus {
  background: #416F83;
  border-color: #416F83;
}
.btn.btn-success.active, .btn.btn-success:active, .btn.btn-primary.active, .btn.btn-primary:active, .modal-footer .btn + .btn.btn-success.active, .modal-footer .btn + .btn.btn-success:active, .modal-footer .btn + .btn.btn-primary.active, .modal-footer .btn + .btn.btn-primary:active {
  background: #416F83;
  border-color: #416F83;
}
.btn.btn-success[disabled], .btn.btn-success:disabled, .btn.btn-primary[disabled], .btn.btn-primary:disabled, .modal-footer .btn + .btn.btn-success[disabled], .modal-footer .btn + .btn.btn-success:disabled, .modal-footer .btn + .btn.btn-primary[disabled], .modal-footer .btn + .btn.btn-primary:disabled {
  background: #e3e8ee !important;
  color: #809299 !important;
  border-color: #e3e8ee !important;
}
.btn.btn-votedup, .btn.btn-secondary, .modal-footer .btn + .btn.btn-votedup, .modal-footer .btn + .btn.btn-secondary {
  color: #15272e;
  background: #f7fafc;
  border-color: #e3e8ee;
}
.btn.btn-votedup:hover, .btn.btn-votedup:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .modal-footer .btn + .btn.btn-votedup:hover, .modal-footer .btn + .btn.btn-votedup:focus, .modal-footer .btn + .btn.btn-secondary:hover, .modal-footer .btn + .btn.btn-secondary:focus {
  color: #15272e;
  background: #e3e8ee;
  border-color: #e3e8ee;
}
.btn.btn-votedup.active, .btn.btn-votedup:active, .btn.btn-secondary.active, .btn.btn-secondary:active, .modal-footer .btn + .btn.btn-votedup.active, .modal-footer .btn + .btn.btn-votedup:active, .modal-footer .btn + .btn.btn-secondary.active, .modal-footer .btn + .btn.btn-secondary:active {
  color: #15272e;
  background: #e3e8ee;
  border-color: #e3e8ee;
}
.btn.btn-votedup[disabled], .btn.btn-votedup:disabled, .btn.btn-secondary[disabled], .btn.btn-secondary:disabled, .modal-footer .btn + .btn.btn-votedup[disabled], .modal-footer .btn + .btn.btn-votedup:disabled, .modal-footer .btn + .btn.btn-secondary[disabled], .modal-footer .btn + .btn.btn-secondary:disabled {
  background: #e3e8ee !important;
  color: #809299 !important;
  border-color: #e3e8ee !important;
}
.btn.btn-danger, .modal-footer .btn + .btn.btn-danger {
  background: #F44444;
  border-color: #F44444;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .modal-footer .btn + .btn.btn-danger:hover, .modal-footer .btn + .btn.btn-danger:focus {
  background: #cc6a6a;
  border-color: #cc6a6a;
}
.btn.btn-danger.active, .btn.btn-danger:active, .modal-footer .btn + .btn.btn-danger.active, .modal-footer .btn + .btn.btn-danger:active {
  background: #cc6a6a;
  border-color: #cc6a6a;
}
.btn.btn-danger[disabled], .btn.btn-danger:disabled, .modal-footer .btn + .btn.btn-danger[disabled], .modal-footer .btn + .btn.btn-danger:disabled {
  background: #e3e8ee !important;
  color: #809299 !important;
  border-color: #e3e8ee !important;
}
.btn.btn-warning, .modal-footer .btn + .btn.btn-warning {
  background: #e45d1a;
  border-color: #e45d1a;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .modal-footer .btn + .btn.btn-warning:hover, .modal-footer .btn + .btn.btn-warning:focus {
  background: #e45d1a;
  border-color: #e45d1a;
}
.btn.btn-warning.active, .btn.btn-warning:active, .modal-footer .btn + .btn.btn-warning.active, .modal-footer .btn + .btn.btn-warning:active {
  background: #e45d1a;
  border-color: #e45d1a;
}
.btn.btn-warning[disabled], .btn.btn-warning:disabled, .modal-footer .btn + .btn.btn-warning[disabled], .modal-footer .btn + .btn.btn-warning:disabled {
  background: #e3e8ee !important;
  color: #809299 !important;
  border-color: #e3e8ee !important;
}
.btn.btn-invisible, .modal-footer .btn + .btn.btn-invisible {
  background: transparent;
  color: #4C7C92;
  border-color: transparent;
}
.btn.btn-invisible:hover, .btn.btn-invisible:focus, .modal-footer .btn + .btn.btn-invisible:hover, .modal-footer .btn + .btn.btn-invisible:focus {
  background: transparent;
  color: #416F83;
  border-color: transparent;
}
.btn.btn-invisible.active, .btn.btn-invisible:active, .modal-footer .btn + .btn.btn-invisible.active, .modal-footer .btn + .btn.btn-invisible:active {
  background: transparent;
  color: #416F83;
  border-color: transparent;
}
.btn.btn-invisible[disabled], .btn.btn-invisible:disabled, .modal-footer .btn + .btn.btn-invisible[disabled], .modal-footer .btn + .btn.btn-invisible:disabled {
  color: #809299 !important;
  border-color: transparent;
}
.btn.btn-sm, .modal-footer .btn + .btn.btn-sm {
  padding: 7px 12px;
  font-size: 1.6rem;
}
.btn.btn-xs, .modal-footer .btn + .btn.btn-xs {
  padding: 9px 12px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .btn.btn-xs, .modal-footer .btn + .btn.btn-xs {
    padding: 4px 10px;
  }
}
.btn.btn-xxs, .modal-footer .btn + .btn.btn-xxs {
  padding: 5px 12px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .btn.btn-xxs, .modal-footer .btn + .btn.btn-xxs {
    padding: 4px 10px;
  }
}
.btn.btn-lg, .modal-footer .btn + .btn.btn-lg {
  padding: 12px 30px;
  font-size: 1.7rem;
}
@media (max-width: 1199px) {
  .btn, .modal-footer .btn + .btn {
    font-size: 1.3rem;
    padding: 10px 14px;
  }
}
@media (max-width: 480px) {
  .btn, .modal-footer .btn + .btn {
    padding: 10px 12px;
  }
}
.btn.btn-link.btn-muted, .modal-footer .btn + .btn.btn-link.btn-muted {
  color: #A9B5C5 !important;
  text-decoration: none !important;
}

.btn-group {
  margin-bottom: 5px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group .btn, .btn-group .btn:hover, .btn-group .btn:focus {
  box-shadow: none;
  margin-bottom: 0;
}
.btn-group .btn + .btn, .btn-group .btn:hover + .btn, .btn-group .btn:focus + .btn {
  margin-left: 0;
}
.btn-group .btn-default {
  border-left-width: 0;
  border-right-width: 0;
}
.btn-group .btn-default:first-child {
  border-left-width: 1px;
}
.btn-group .btn-default:last-child {
  border-right-width: 1px;
}
.btn-group .btn-default:only-of-type {
  border-right-width: 1px;
}

@media (max-width: 767px) {
  .mobileBlankButton {
    padding: 10px 16px;
  }
}

/*
 * FORMS
 */
input[type=checkbox], input[type=radio] {
  margin-right: 4px;
  margin-top: 0;
  vertical-align: middle;
}

/*
.styledCheckbox+label, .styledRadio+label { 
    position: relative;
    height: 14px;
    margin-bottom: 0;
    margin-top: 0; 
    margin-right: 6px;
    cursor: pointer;
    padding-left: 0;
    margin-left: 27px !important;
    font-weight: 400 !important;
}

.styledCheckbox {  
    margin-right: 4px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
}
.styledCheckbox+label {
    margin-right: 0px;

    &:before {
        transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: -22px;
        top: 4px;
        z-index: 1;
        width: 11px;
        height: 6px;
        border: 3px solid $white; 
        border-top-style: none;
        border-right-style: none;
    }

    &:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -27px;
        width: 20px;
        height: 20px;
        background: $gray-300;
        border: 2px solid $gray-300;
        cursor: pointer;
        transition: all .2s ease-out;
    }
}
.styledCheckbox:focus + label {
    &:after {
        border-color: $aegean-400;
    }
}
.styledCheckbox:checked + label {
    &:before {
        transform: rotate(-45deg) scale(1, 1);
    }
    &:after {
        border-color: $aegean-400;
        background: $aegean-400; 
    } 
}

.styledRadio {  
    margin-right: 6px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
}
.styledRadio+label {

    &:before {
        transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
        transform: scale(0,0);
        content: "";
        position: absolute;
        left: -23px;
        top: 3px;
        z-index: 1;
        width: 12px;
        height: 12px;
        background: $aegean-400;
        border-radius: 50%;
    }


    &:after {
        content: "";
        position: absolute;
        top: -1px;
        left: -27px;
        width: 20px;
        height: 20px;
        background: $white;
        border: 2px solid $gray-800;
        border-radius: 50%;
        transition: all .2s ease-out;
    }
}

.styledRadio:focus + label {
    &:after {
        border-color: $aegean-400;
    }
}
.styledRadio:checked + label {
    &:before {
        transform: scale(1,1); 
    }
    &:after {
        border-color: $aegean-400;
    }
} */
input[type=text], input[type=number], input[type=search], input[type=password], input[type=url], input[type=email], input[type=file], textarea, select {
  border-radius: 4px;
  border: 1px solid #e3e8ee;
  padding: 10px 16px;
  text-shadow: none;
  box-shadow: none;
  outline: none !important;
  transition: all 0.15s ease-out;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  background: #fff;
  border-color: #e3e8ee;
  color: #364348;
}
@media (max-width: 1199px) {
  input[type=text], input[type=number], input[type=search], input[type=password], input[type=url], input[type=email], input[type=file], textarea, select {
    font-size: 1.3rem;
    padding: 10px 14px;
  }
}
@media (max-width: 480px) {
  input[type=text], input[type=number], input[type=search], input[type=password], input[type=url], input[type=email], input[type=file], textarea, select {
    padding: 10px 12px;
  }
}
input[type=text][disabled], input[type=text]:disabled, input[type=number][disabled], input[type=number]:disabled, input[type=search][disabled], input[type=search]:disabled, input[type=password][disabled], input[type=password]:disabled, input[type=url][disabled], input[type=url]:disabled, input[type=email][disabled], input[type=email]:disabled, input[type=file][disabled], input[type=file]:disabled, textarea[disabled], textarea:disabled, select[disabled], select:disabled {
  background: #f7fafc !important;
  color: #809299 !important;
  -webkit-text-fill-color: #809299 !important;
  opacity: 1;
  cursor: not-allowed;
  border-color: transparent !important;
}
input[type=text][disabled]:focus, input[type=text]:disabled:focus, input[type=number][disabled]:focus, input[type=number]:disabled:focus, input[type=search][disabled]:focus, input[type=search]:disabled:focus, input[type=password][disabled]:focus, input[type=password]:disabled:focus, input[type=url][disabled]:focus, input[type=url]:disabled:focus, input[type=email][disabled]:focus, input[type=email]:disabled:focus, input[type=file][disabled]:focus, input[type=file]:disabled:focus, textarea[disabled]:focus, textarea:disabled:focus, select[disabled]:focus, select:disabled:focus {
  box-shadow: none !important;
}
input[type=text]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input[type=file]:focus, textarea:focus, select:focus {
  border-color: #e3e8ee;
  box-shadow: 0px 2px 9px rgba(54, 67, 72, 0.25);
}
input[type=text].form-control, input[type=number].form-control, input[type=search].form-control, input[type=password].form-control, input[type=url].form-control, input[type=email].form-control, input[type=file].form-control, textarea.form-control, select.form-control {
  padding: 10px 16px;
  background: #f7fafc;
  border-color: #e3e8ee;
  transition: all 0.15s ease-out;
  box-shadow: none;
  height: auto;
}
input[type=text].form-control:focus, input[type=number].form-control:focus, input[type=search].form-control:focus, input[type=password].form-control:focus, input[type=url].form-control:focus, input[type=email].form-control:focus, input[type=file].form-control:focus, textarea.form-control:focus, select.form-control:focus {
  border-color: #e3e8ee;
  box-shadow: 0px 2px 9px rgba(54, 67, 72, 0.25);
}
input[type=text].clipboard, input[type=number].clipboard, input[type=search].clipboard, input[type=password].clipboard, input[type=url].clipboard, input[type=email].clipboard, input[type=file].clipboard, textarea.clipboard, select.clipboard {
  border: 2px dashed #e3e8ee !important;
  background: transparent !important;
  margin-right: 5px;
  cursor: default;
}
@media (min-width: 1199px) {
  input[type=text].clipboard, input[type=number].clipboard, input[type=search].clipboard, input[type=password].clipboard, input[type=url].clipboard, input[type=email].clipboard, input[type=file].clipboard, textarea.clipboard, select.clipboard {
    padding: 7px 6px !important;
  }
}
.form-horizontal input[type=text], .form-horizontal input[type=number], .form-horizontal input[type=search], .form-horizontal input[type=password], .form-horizontal input[type=url], .form-horizontal input[type=email], .form-horizontal input[type=file], .form-horizontal textarea, .form-horizontal select {
  padding: 3px 6px !important;
}

input[type=text]:-moz-read-only, input[type=number]:-moz-read-only, input[type=search]:-moz-read-only, input[type=password]:-moz-read-only, input[type=url]:-moz-read-only, input[type=email]:-moz-read-only, input[type=file]:-moz-read-only, textarea:-moz-read-only {
  background: #f7fafc !important;
  color: #809299 !important;
  -webkit-text-fill-color: #809299 !important;
  opacity: 1;
  cursor: not-allowed;
  border-color: transparent !important;
}

input[type=text]:read-only, input[type=number]:read-only, input[type=search]:read-only, input[type=password]:read-only, input[type=url]:read-only, input[type=email]:read-only, input[type=file]:read-only, textarea:read-only {
  background: #f7fafc !important;
  color: #809299 !important;
  -webkit-text-fill-color: #809299 !important;
  opacity: 1;
  cursor: not-allowed;
  border-color: transparent !important;
}
input[type=text]:-moz-read-only:focus, input[type=number]:-moz-read-only:focus, input[type=search]:-moz-read-only:focus, input[type=password]:-moz-read-only:focus, input[type=url]:-moz-read-only:focus, input[type=email]:-moz-read-only:focus, input[type=file]:-moz-read-only:focus, textarea:-moz-read-only:focus {
  box-shadow: none !important;
}
input[type=text]:read-only:focus, input[type=number]:read-only:focus, input[type=search]:read-only:focus, input[type=password]:read-only:focus, input[type=url]:read-only:focus, input[type=email]:read-only:focus, input[type=file]:read-only:focus, textarea:read-only:focus {
  box-shadow: none !important;
}

input[type=text].form-control, input[type=password].form-control, input[type=url].form-control, input[type=email].form-control {
  height: auto !important;
  overflow: visible;
}

.has-error input[type=number], .has-error input[type=text], .has-error input[type=password], .has-error input[type=url], .has-error input[type=email], .has-error input[type=file], .has-error textarea {
  border-color: #cc6a6a !important;
}
.has-error input[type=number]:focus, .has-error input[type=text]:focus, .has-error input[type=password]:focus, .has-error input[type=url]:focus, .has-error input[type=email]:focus, .has-error input[type=file]:focus, .has-error textarea:focus {
  border-bottom-color: #4C7C92 !important;
}
.has-error input[type=checkbox], .has-error input[type=radio], .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error .checkbox label, .has-error .checkbox-inline label, .has-error .radio label, .has-error .radio-inline label {
  color: #F44444 !important;
}

.help-block {
  font-size: 1.3rem;
  color: #809299;
  margin-top: 4px;
  margin-bottom: 12px;
}
.checkbox .help-block {
  margin-top: 2px;
}
.help-block.notChanging {
  color: inherit;
}

.counterContainer {
  font-size: 1.3rem;
}
.counterContainer .invalid {
  color: #F44444;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 1.4rem;
}
.form-horizontal .form-group label {
  margin-left: 0;
  padding-top: 4px;
}
.form-group input[type=checkbox],
.form-group input[type=radio] {
  display: inline;
}
.form-group input[type=checkbox] + label,
.form-group input[type=radio] + label {
  display: inline;
  font-weight: 400;
}
h2 + .form-group {
  margin-top: 40px;
}
.form-group.margin-bottom {
  margin-bottom: 40px;
}

.input-group-addon {
  border-radius: 0;
  border: 0;
  color: #A9B5C5;
  background-color: #e3e8ee;
}

.control-label {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 1.1rem;
}
.form-horizontal .control-label {
  padding-top: 4px;
  margin-left: 0;
}

.altLabel {
  font-size: 1.6rem;
  margin: 5px 0 0 0;
}

.form-signup {
  margin-top: 30px;
}
.form-signup h1 {
  margin-bottom: 20px;
}

.agreements, .subscription {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .agreements, .subscription {
    text-align: left;
    padding-left: 21px;
  }
  .agreements .styledCheckbox, .subscription .styledCheckbox {
    position: absolute;
  }
}

.steps {
  width: calc(50% - 1px);
  height: 5px;
  background: #e3e8ee;
  margin-bottom: 10px;
  border-radius: 0 4px 4px 0;
}
.steps:first-child {
  margin-right: 2px;
  border-radius: 4px 0 0 4px;
}
.steps.active {
  background: #52a588;
}

.stepsContainer {
  display: flex;
  margin: 0 0 10px 0;
}

#forgotPassword {
  cursor: pointer;
}

#subscribeToNewsletter {
  margin-right: 10px;
}

.ts-control {
  background-color: #f7fafc;
  border-color: #e3e8ee;
}

/*
 * TABLES
 */
body table.table td {
  padding: 15px;
  border-bottom-width: 1px;
}
body table.table th {
  border-bottom: 1px solid #e3e8ee;
  padding: 10px 15px;
}
body table.table .mobileLabel,
body table.table thead {
  font-size: 1.2rem;
  color: #5b6b71;
}
@media (max-width: 991px) {
  body table.table .mobileLabel,
  body table.table thead {
    display: none;
  }
}
@media (max-width: 991px) {
  body table.table td:empty, body table.table tr:empty {
    display: none;
  }
}
@media (max-width: 991px) {
  body table.table tr {
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e3e8ee;
  }
}
body table.table .mobileLabel {
  display: none;
  font-weight: 700;
}
@media (max-width: 991px) {
  body table.table .mobileLabel {
    display: inline;
  }
}
body table.table .desktopLabel {
  display: inline;
  font-weight: 700;
}
@media (max-width: 991px) {
  body table.table .desktopLabel {
    display: none;
  }
}
@media (max-width: 991px) {
  body table.table.tableResponsive td, body table.table.tableResponsive th {
    display: inline-block;
    width: 100%;
    padding: 2px 10px;
    border: 0;
  }
}

.email-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 215px;
}

/** 
 * LABELS
 */
.sLabels {
  margin-top: 3px;
}

.label, .modal-sID {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  margin-right: 3px;
  margin-bottom: 4px;
  text-decoration: none;
  line-height: 1.3;
}
.label .glyphicon, .modal-sID .glyphicon {
  line-height: 0;
  top: 2px;
}

.sLabelUC {
  background: #2C3136;
}

.sLabelP {
  background: #4C7C92;
}

.sLabelNP {
  background: #e45d1a;
}

.sLabelR {
  background: #39b54a;
}

.sLabelX {
  background: #F44444;
}

.sLabelPink {
  background: #FC54D7;
}

.sLabelPurple {
  background: #8D40EE;
}

.sLabelBrown {
  background: #A95E19;
}

.sLabelGray {
  background: #63676B;
}

.sLabelAM, .modal-sID {
  background: #e3e8ee;
  color: #15272e;
}

.sLabelPinned {
  background: #39b54a;
}

.sLabelPinThis {
  background: #e3e8ee;
  color: #15272e;
}
.sLabelPinThis:hover {
  background: #f1f5fa;
  color: #15272e !important;
}

.sLabelUnpin {
  background: #e3e8ee;
  color: #15272e;
}
.sLabelUnpin:hover {
  background: #f1f5fa;
  color: #15272e !important;
}

.sLabelMod {
  background: #39b54a;
  position: relative;
}

.sLabelTag {
  background: #8bc2f5;
  color: #15272e;
}
.sLabelTag:before {
  content: "#";
}
.sLabelTag:hover {
  color: #15272e !important;
}

a.sLabelTag:hover {
  background: #6ba0df;
}

.labelButton, a.sLabelTag {
  outline: none !important;
}

/*
 * MODALS
 */
.modal-backdrop.in {
  opacity: 0.8;
}

.modal-content {
  border-radius: 4px;
  border: 0;
  overflow: hidden;
}

.modal-header {
  border-bottom: 1px solid #e3e8ee;
  padding-left: 30px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-header h4 {
  float: left;
  font-size: 2rem;
  font-weight: 600;
}
.modal-header button.close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: #fff;
  color: #2C3136;
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  padding: 4px;
  line-height: 0;
  transition: all 0.15s;
  outline: none !important;
}
.modal-header button.close:hover {
  background: #e3e8ee;
  color: #2C3136;
}

.modal-body {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 20px;
  }
}
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6, .modal-body p, .modal-body ul, .modal-body ol, .modal-body .marginBottom {
  margin: 0 0 1.4rem 0;
}

.innerModalTitle {
  border-top: 1px solid #e3e8ee;
  padding-top: 15px;
  font-weight: 600;
  margin: 20px 0 10px 0 !important;
  font-size: 1.8rem;
}
.innerModalTitle.noTop {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 10px !important;
}

.modalNote {
  font-size: 1.2rem;
  color: #74848a;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e3e8ee;
  padding-right: 3rem;
}

.modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e3e8ee;
  background: #f7fafc;
}
@media (max-width: 767px) {
  .modal-footer {
    padding: 20px;
  }
}
.modal-footer .btn {
  margin-bottom: 0;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .modal-xl {
    width: auto;
    max-width: 90%;
  }
}

#modalMerge {
  line-height: 1.4;
}

.modal-sTitle {
  font-size: 2rem;
  margin-bottom: 0 !important;
  font-weight: 600;
}
.modal-sTitle a {
  color: #2C3136;
  font-weight: 600;
}
.modal-sTitle a:hover {
  text-decoration: none;
}

.modal-sID {
  font-weight: 600;
  position: relative;
  top: -3px;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
}

.modal-sDate {
  font-size: 1.3rem;
  margin-bottom: 2px;
}

.mergeSearchResultsContainer {
  height: 310px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e3e8ee;
  border-radius: 4px;
}
.mergeSearchResultsContainer .modal-suggestion {
  font-size: 1.4rem;
  display: flex;
  border-bottom: 1px solid #e3e8ee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mergeSearchResultsContainer .modal-sTitle {
  font-size: 1.9rem;
}
.mergeSearchResultsContainer .styledRadio + label {
  height: auto;
  width: 100%;
  margin-left: 10px;
}
.mergeSearchResultsContainer .styledRadio + label:before {
  left: -24px;
}
.mergeSearchResultsContainer .styledRadio + label:after {
  left: -28px;
}

.modal-select {
  float: left;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-selectable {
  float: left;
  width: calc(100% - 30px);
}

.glyphicon-none:before {
  content: "™";
  color: transparent !important;
}

/*
 * ALERTS
 */
.alert {
  border-radius: 4px;
  border-color: transparent;
  text-shadow: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  color: #15272e;
  border-width: 0 0 0 10px;
}
.alert .btn {
  margin-top: -4px;
}
.alert .btn.btn-lg {
  margin-top: -6px;
}
.alert.alert-big {
  padding: 30px;
}
@media (max-width: 767px) {
  .alert.alert-big {
    padding: 20px;
  }
}
.alert .icon {
  margin-right: 5px;
}
.alert .icon.text-gray-500 {
  color: #4C7C92;
}

.alert-success {
  background: #fff;
  border-color: #52a588;
}
.alert-success .icon {
  color: #52a588;
}

.alert-info {
  background: #fff;
  border-color: #6ba0df;
}
.alert-info .icon {
  color: #6ba0df;
}

.alert-warning {
  background: #fff;
  border-color: #e45d1a;
}
.alert-warning .icon {
  color: #e45d1a;
}

.alert-danger {
  background: #fff;
  border-color: #cc6a6a;
}
.alert-danger .icon {
  color: #cc6a6a;
}

.alert-default {
  background: #fff;
  border-color: #2C3136;
}
.alert-default .icon {
  color: #2C3136;
}

.navbarFUV {
  border-radius: 0;
  background: #364348;
  border: 0;
  margin-bottom: 15px;
}
.navbarFUV .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .navbarFUV {
    margin-bottom: 25px;
    min-height: 50px;
  }
}
.navbarFUV .navbar-header {
  position: relative;
  z-index: 122;
}
.navbarFUV .navbar-brand {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 52px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navbarFUV .navbar-brand > img {
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .navbarFUV .nav .navbar-brand {
    float: none;
    padding: 0;
  }
}
.navbarFUV .navbar-text {
  color: #fff;
  position: relative;
}
.navbarFUV .navbar-text.brandName {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}
.navbarFUV .navbar-nav > li > a, .navbarFUV .navbar-link {
  color: #fff;
  padding: 12px 10px;
  opacity: 0.88;
  position: relative;
  background: transparent;
  line-height: 1;
  text-decoration: none;
}
.navbarFUV .navbar-nav > li > a:hover, .navbarFUV .navbar-link:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  background: transparent;
}
.navbarFUV .navbar-nav > li > a span, .navbarFUV .navbar-link span {
  display: none;
}
.navbarFUV.lightBg .navbar-nav > li > a, .navbarFUV.lightBg .navbar-link {
  color: #15272e;
}
.navbarFUV.lightBg .navbar-nav > li > a:hover, .navbarFUV.lightBg .navbar-link:hover {
  color: #15272e;
}
.navbarFUV .dropdown-toggle {
  color: #fff;
  font-size: 1.3rem;
  opacity: 0.88;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.navbarFUV .dropdown-toggle:hover {
  color: #fff;
  opacity: 1;
  background: transparent;
  text-decoration: none;
}
.navbarFUV .dropdown-menu {
  top: 100%;
  text-align: right;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbarFUV .dropdown-menu > li > a {
  color: #15272e;
  text-decoration: none;
}
.navbarFUV .dropdown-menu > li > a:focus, .navbarFUV .dropdown-menu > li > a:hover {
  background: transparent;
  text-decoration: none;
  color: #000;
}
.navbarFUV div.amount {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 10;
  background: #F44444;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  color: #fff;
  pointer-events: none;
  border: 2px solid #364348;
}
.navbarFUV .navbar-right {
  margin-left: auto;
}
@media (min-width: 768px) {
  .navbarFUV .navbar-right ~ .navbar-right {
    margin-right: 15px;
  }
}
.navbarFUV .mobile-menu-toggle {
  display: none;
  z-index: 122;
  position: relative;
}
.navbarFUV .mobile-menu-toggle .hidden {
  display: none;
}
@media (max-width: 767px) {
  .navbarFUV .navbar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f7fafc;
    border-bottom: 1px solid #e3e8ee;
    z-index: 120;
    margin: 0;
    padding-top: 10px;
    transition: transform 0.25s ease-out;
    transform: translateY(-130%);
  }
  .navbarFUV .navbar-nav > li > a {
    color: #15272e !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    white-space: nowrap;
    line-height: 1.55;
  }
  .navbarFUV .navbar-nav > li > a svg {
    margin-right: 8px;
  }
  .navbarFUV .navbar-nav > li > a:hover {
    color: #15272e !important;
  }
  .navbarFUV .navbar-nav > li > a span {
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 28px);
  }
  .navbarFUV .is-open + .navbar-nav {
    transform: translateY(0);
  }
  .navbarFUV .mobile-menu-toggle {
    display: block;
    margin-left: auto;
    color: #fff;
    cursor: pointer;
  }
  .navbarFUV div.amount {
    right: auto;
    left: 3px;
    border-color: #f7fafc !important;
  }
  .navbarFUV .dropdown-menu {
    display: block !important;
    text-align: left;
    position: relative;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #e3e8ee !important;
    width: 100%;
    margin-top: 10px !important;
  }
  .navbarFUV .dropdown-menu > li > a {
    color: #15272e !important;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px 15px 47px !important;
    white-space: nowrap;
  }
}

.dropdown-menu {
  border: 0;
  top: 100%;
  padding: 0;
  box-shadow: 0px 2px 4px rgba(54, 67, 72, 0.2);
  border-radius: 4px;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
  background: transparent;
  text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #416F83;
}

/*
 * FOOTER
 */
.customFooter {
  margin-top: 25px;
  font-size: 12px;
}
.customFooter p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .customFooter p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .customFooter p {
    width: 100%;
  }
}

.mainFooter {
  padding: 20px 15px 65px 15px;
  font-size: 1.3rem;
  position: relative;
  margin-top: 0;
  color: #A9B5C5;
}
.mainFooter a {
  color: #A9B5C5;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.mainFooter a:hover {
  text-decoration: none;
}
.mainFooter:after {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -110px;
  background: #e3e8ee;
}

.staticFooter {
  margin-bottom: 5px;
}

.poweredby-logo {
  display: block;
  margin: 5px auto;
  width: 180px;
  height: 30px;
}

/*
 * PAGE CONTENT
 */
.reviewNav a.active {
  font-weight: bold;
}

@media (max-width: 767px) {
  .siteTitle, .singleTitle {
    font-size: 2.2rem;
  }
}

.singleTitle {
  margin-bottom: 25px;
}

.productCustomText {
  font-size: 1.4rem;
}

.productCustomText p, .productCustomText ol, .productCustomText ul {
  margin: 0 0 1rem 0;
}

.singleHeader {
  margin-bottom: 3.2rem;
}

#controls {
  margin-top: 5rem;
  position: relative;
}

.addContainer {
  margin-left: 6px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .addContainer {
    top: 55px;
    position: absolute;
    right: 0;
  }
}

.addNew {
  text-transform: uppercase;
  font-weight: 700;
}

.controlBar {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .controlBar {
    padding-right: 75px;
  }
}

.orderBy, .filterBy, .filterByTag {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .orderBy, .filterBy, .filterByTag {
    margin-right: 5px;
  }
}

.filters {
  float: left;
  padding: 8px 0;
}

.votesRemaining {
  background-color: #E6F0F3;
  border-radius: 4px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 4px;
  font-weight: 600;
  color: #15272E;
  font-size: 12px;
  margin-left: 4px;
}

.showAllTags {
  position: relative;
  top: 3px;
  color: #2C3136;
  margin-left: 10px;
}

#searchQuery {
  background: #e3e8ee !important;
  border-bottom-color: #e3e8ee !important;
}

.search {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.search .btn {
  width: 48px;
}
.search .inputContainer {
  display: block;
  float: left;
  position: absolute;
  right: 46px;
  top: 0;
  bottom: 0;
  width: 0;
  transition: all 0.15s ease-out;
}
@media (max-width: 767px) {
  .search .inputContainer {
    position: relative;
    right: 0;
    width: 100%;
  }
}
.search.noAnimation .inputContainer {
  transition: none !important;
}
.search input[type=text], .search input[type=search] {
  padding: 7px 0 !important;
  outline: none;
  width: 100%;
  border: 0;
  position: relative;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 480px) {
  .search input[type=text], .search input[type=search] {
    padding: 8px 0 !important;
  }
}
.search.open .inputContainer {
  width: 300px;
}
@media (max-width: 1199px) {
  .search.open .inputContainer {
    width: 250px;
  }
}
.search.open .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search.open input[type=text], .search.open input[type=search] {
  padding: 7px !important;
}
@media (max-width: 480px) {
  .search.open input[type=text], .search.open input[type=search] {
    padding: 8px !important;
  }
}
.search.open .dropdown-menu {
  top: 38px !important;
  right: 0;
}
.search.open .dropdown-menu > li > a:hover, .search.open .dropdown-menu > li > a:focus {
  background: #f7fafc;
}
@media (max-width: 767px) {
  .search {
    width: 100%;
  }
  .search .inputContainer {
    width: calc(100% - 48px) !important;
  }
  .search .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .search input[type=text], .search input[type=search] {
    padding: 7px !important;
  }
  .search .dropdown-menu {
    top: 38px !important;
    right: 0;
  }
  .search .dropdown-menu > li > a:hover, .search .dropdown-menu > li > a:focus {
    background: #f7fafc;
  }
}

#searchContainer {
  position: relative;
  z-index: 110;
}
@media (max-width: 767px) {
  #searchContainer {
    float: none !important;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .ais-search-box {
    max-width: 200px !important;
  }
}
@media (max-width: 991px) {
  .ais-search-box {
    max-width: 100% !important;
  }
}

#search-input {
  padding-left: 40px;
  background-image: url(/assets/dist/img/search.svg);
  background-size: 2.6rem;
  background-position: 10px center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #search-input {
    background-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #search-input {
    background-size: 2.2rem;
    width: 100%;
  }
}
#search-input.w-100 {
  width: 100%;
}

.ais-search-box--reset-wrapper button[type=reset] {
  top: 14px;
  right: 8px;
  outline: none !important;
  transition: all 0.15s ease-out;
}
.ais-search-box--reset-wrapper button[type=reset]:hover {
  opacity: 0.6;
}

.ais-search-box--magnifier-wrapper {
  display: none;
}

#hits-container {
  position: absolute;
  z-index: 1000;
  width: 445px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 15px;
}
@media (max-width: 767px) {
  #hits-container {
    width: 100% !important;
  }
}

#search-stats,
.ais-hits--item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e3e8ee;
}
#search-stats:last-child,
.ais-hits--item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#search-stats a,
.ais-hits--item a {
  font-size: 15px;
  font-weight: 600;
  color: #15272e;
  text-decoration: none;
}
#search-stats a small,
.ais-hits--item a small {
  font-size: 11px;
  color: #5b6b71;
  display: block;
}
#search-stats em,
.ais-hits--item em {
  font-style: normal;
  background: rgba(76, 124, 146, 0.1);
}

#search-stats {
  font-size: 11px;
  color: #5b6b71;
}
#search-stats.alt {
  border-bottom: 0;
}

#search-submit {
  border-top: 1px solid #e3e8ee;
  padding-top: 12px;
  padding-bottom: 5px;
  margin-top: 8px;
}
#search-submit.alt {
  margin-top: 0;
}
#search-submit button, #search-submit a {
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4C7C92;
  text-decoration: underline;
}
#search-submit button svg, #search-submit a svg {
  margin-left: 5px;
}
#search-submit button:hover, #search-submit a:hover {
  color: #416F83;
}

.panel {
  border: 1px solid #e3e8ee;
}

.suggestionListItem {
  padding: 20px 20px 20px 10px;
  position: relative;
  font-size: 1.2rem;
  border-bottom: 1px solid #e3e8ee;
  display: flex;
}
@media (max-width: 767px) {
  .suggestionListItem {
    padding: 20px 15px;
    display: block;
    border-bottom: 1px solid #e3e8ee;
  }
}
@media (max-width: 480px) {
  .suggestionListItem {
    padding: 20px 10px;
  }
}
.suggestionListItem:last-child {
  border-bottom: 0;
}
.suggestionListItem.emptyItem {
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px;
}
.suggestionListItem.titleItem {
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .suggestionListItem.titleItem {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .suggestionListItem.titleItem h2 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
}
.suggestionListItem.deleted, .suggestionListItem.unmoderated {
  opacity: 0.5;
}
.suggestionListItem.deleted, .suggestionListItem.deleted .sVotes, .suggestionListItem.deleted .sLabel, .suggestionListItem.deleted .sTitle a {
  color: #cc6a6a;
}
.suggestionListItem.pinned .sTitle a {
  font-weight: 700;
}
.suggestionListItem .suggestionListVoteWrapper {
  display: flex;
  padding: 0;
}
.suggestionListItem .suggestionListVoteWrapper .sNumbers .sVotes .sNumber span {
  display: inline;
}
.suggestionListItem .suggestionListVoteWrapper .voteWrapper {
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 20px;
  width: 165px;
}
@media (max-width: 767px) {
  .suggestionListItem .suggestionListVoteWrapper .voteWrapper {
    width: 100%;
    margin: 0 0 25px 0;
    padding-right: 0;
  }
}

.pagination-row-mb {
  margin-bottom: 1.5rem;
}

.fade-in-effect {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.fade-out-effect {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

/*
 * SUGGESTIONS
 */
.sNumbers {
  margin-right: 25px;
  width: 110px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-right: 1px solid #e3e8ee;
  transition: background 0.15s ease-out;
}
@media (max-width: 767px) {
  .sNumbers {
    float: left;
    margin-right: 15px;
    width: 85px;
  }
}
@media (max-width: 480px) {
  .sNumbers {
    margin-right: 10px;
  }
}

.sInfo {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .sInfo {
    width: 100%;
  }
}
.sInfo .sTitle {
  font-size: 2.2rem;
  margin-bottom: 6px;
  font-weight: 700;
}
.sInfo .sTitle a {
  color: #15272e;
  text-decoration: none;
}
.sInfo .sTitle a:hover {
  text-decoration: none;
  color: #4C7C92;
}
.sInfo .sDescription {
  margin-bottom: 5px;
}

.suggestionListItem .sVotes {
  color: #15272e;
  display: block;
  padding: 10px 0;
  line-height: 1;
  font-size: 3.8rem;
  font-weight: 600;
  text-decoration: none;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .suggestionListItem .sVotes {
    font-size: 3rem;
    padding: 6px 0;
  }
}
.suggestionListItem .sVotes .sLabel {
  font-size: 1.3rem;
  display: block;
  font-weight: 400;
  color: #364348;
}
@media (max-width: 767px) {
  .suggestionListItem .sVotes .sLabel {
    font-size: 1.5rem;
  }
}
.suggestionListItem .sVotes .sLabel.sLabelBlue {
  color: #416F83;
  font-size: 1.3rem;
}

a.sVotes:hover {
  color: #4C7C92;
  text-decoration: none;
}

.sMeta {
  margin-bottom: 5px;
}

.loadMore {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.loadMore .glyphicon {
  font-size: 6.4rem;
  color: #e3e8ee;
  transition: 0.6s ease-out;
}
.loadMore .glyphicon:hover {
  transform: rotateZ(360deg);
}

.addContainer2 {
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 100;
}

.newSuggestion {
  position: relative;
  padding: 25px;
}
@media (max-width: 767px) {
  .newSuggestion {
    padding: 20px;
  }
}

#formDescription {
  overflow: hidden;
}

.similarSuggestions {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.similarSuggestions h4 {
  font-weight: 600;
}
.similarSuggestions ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}
.similarSuggestions ul li {
  margin: 0 0 13px 0;
  padding-top: 13px;
  line-height: 1.3;
  border-top: 1px solid #e3e8ee;
}
.similarSuggestions ul li a {
  color: #15272e;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.similarSuggestions ul li a:hover, .similarSuggestions ul li a:focus {
  text-decoration: underline;
}

.suggestionBody {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}
@media (max-width: 767px) {
  .suggestionBody {
    padding: 20px;
  }
}
.suggestionBody div.votingOptions {
  margin-top: 10px;
  margin-bottom: 0;
}
.suggestionBody .sNumbers {
  flex-direction: column;
  justify-content: start;
  border-right: none;
  width: 170px;
  padding-right: 25px;
  border-right: 1px solid #e3e8ee;
  padding-top: 0;
}
.suggestionBody .sNumbers.canAddVote span {
  color: #809299;
}
.suggestionBody .sNumbers.canRemoveVote span {
  color: #4F8196 !important;
}
.suggestionBody .sNumbers.reachedMaxVote span {
  color: #809299;
}
.suggestionBody .sNumbers div div {
  margin-bottom: 0;
  padding: 10px 16px;
}
.suggestionBody .sNumbers div div span {
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}
.suggestionBody .sNumbers .sVotes {
  padding: 0;
  margin-bottom: 0;
}
.suggestionBody .sNumbers .sVotes .sNumber {
  margin-top: 5px;
  display: block;
}
.suggestionBody .sNumbers .sVotes .sNumber span {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .suggestionBody .sNumbers .sVotes {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .suggestionBody .sNumbers .sVotes .sNumber {
    width: 50%;
    padding: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-top: 0;
    border-right: 1px solid #e3e8ee;
  }
}
@media (max-width: 767px) {
  .suggestionBody .sNumbers {
    order: 3;
    padding-top: 25px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-top: 1px solid #e3e8ee;
    width: 100%;
  }
}
.suggestionBody .suggestionDescription {
  width: calc(100% - 415px);
  font-size: 1.4rem;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .suggestionBody .suggestionDescription {
    width: calc(100% - 195px);
  }
}
@media (max-width: 767px) {
  .suggestionBody .suggestionDescription {
    width: 100%;
    order: 1;
  }
}
.suggestionBody .imageModal {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .suggestionBody .imageModal {
    margin-left: 169px;
    padding-left: 25px;
    border-left: 1px solid #e3e8ee;
  }
}
@media (max-width: 767px) {
  .suggestionBody .imageModal {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    order: 2;
  }
}
.suggestionBody .sMeta, .suggestionBody .sControls {
  width: 100%;
}
.suggestionBody .sMeta {
  font-size: 1.2rem;
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #e3e8ee;
  clear: both;
}
@media (max-width: 767px) {
  .suggestionBody .sMeta {
    order: 4;
  }
}
.suggestionBody .sControls {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .suggestionBody .sControls {
    order: 5;
  }
}

.suggestionBody .imageModal, .suggestionComments .imageModal {
  width: 200px;
  position: relative;
}
.suggestionBody .imageModal a, .suggestionComments .imageModal a {
  color: #4C7C92;
}
.suggestionBody .imageModal a:hover, .suggestionComments .imageModal a:hover {
  text-decoration: none;
}
.suggestionBody .imageModal figcaption, .suggestionComments .imageModal figcaption {
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 5px;
}

.suggestionComments {
  padding: 25px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .suggestionComments {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .suggestionComments .sComments {
    height: 44px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .suggestionComments .sComments {
    height: 35px;
    line-height: 32px;
  }
}
.suggestionComments .imageModal {
  float: right;
}

.panelTitle {
  font-size: 2rem;
  border-bottom: 1px solid #e3e8ee;
  padding: 0 25px 20px 25px;
  margin-left: -25px;
  margin-right: -25px;
}
.panelTitle .icon {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .panelTitle {
    padding: 0 20px 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }
}

.btnVoteUp {
  margin-top: 15px;
  margin-bottom: 0;
  float: left;
}
.btnVoteUp:disabled, .btnVoteUp.disabled {
  background: #4C7C92;
  color: #fff;
}
.btnVoteUp:disabled:hover, .btnVoteUp.disabled:hover {
  background: #4C7C92;
  color: #fff;
}
@media (max-width: 767px) {
  .btnVoteUp {
    margin-top: 0;
  }
}

#imageModal .modal-dialog {
  margin: 5% auto;
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px;
  max-width: 90%;
}
#imageModal .modal-body {
  padding: 0;
}
#imageModal button.close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  color: #2C3136;
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  line-height: 0;
  transition: all 0.15s;
  outline: none !important;
}
#imageModal button.close:hover {
  background: #e3e8ee;
  color: #2C3136;
}

.div-image-preview span a.image-preview-link {
  text-decoration: none;
}

.div-image-preview {
  vertical-align: top;
}

.commentList {
  list-style-type: none;
  padding: 0;
}

.commentItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e8ee;
  display: flex;
}
.commentItem div.itemWrapper {
  width: 100%;
}
.commentItem.deleted {
  opacity: 0.5;
}
.commentItem .theDate {
  font-size: 1.4rem;
  font-style: italic;
}
.commentItem .theAuthor {
  margin-bottom: 5px;
}
.commentItem .theAuthor .label, .commentItem .theAuthor .modal-sID {
  position: relative;
  top: -2px;
}
.commentItem .sMeta {
  font-size: 1.4rem;
}

/* to help fight against comment spambot use cForm instead of commentForm */
#cForm {
  padding: 25px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #cForm {
    padding: 20px;
    display: block;
  }
}
#cForm textarea {
  overflow: hidden;
}

/* 
 * MODERATOR CONTROLS
 */
#modStatus {
  position: relative;
  z-index: 100;
  margin: 0;
}
@media (max-width: 480px) {
  #modStatus {
    float: none !important;
    margin-bottom: 15px;
  }
}

*[dir=rtl] .navbarFUV .navbar-header {
  float: right;
}
*[dir=rtl] .navbar-right {
  float: left !important;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 40px;
}
*[dir=rtl] .dropdown-menu {
  float: right;
  left: auto;
  right: 0;
  text-align: right;
}
*[dir=rtl] .sNumbers {
  margin-right: 0;
  border-right: 0;
  margin-left: 20px;
  border-left: 1px solid #e3e8ee;
}
@media (max-width: 767px) {
  *[dir=rtl] .sNumbers {
    float: right;
  }
}
*[dir=rtl] .suggestionBody .sNumbers {
  border-left: 0;
}
*[dir=rtl] .suggestionBody .sNumbers .sVotes {
  border-right: 0;
  border-left: 1px solid #e3e8ee;
}
*[dir=rtl] .styledCheckbox + label:after {
  left: auto;
  right: -27px;
}
*[dir=rtl] .styledCheckbox + label:before {
  left: auto;
  right: -22px;
}
*[dir=rtl] .styledRadio + label:after {
  left: auto;
  right: -27px;
}
*[dir=rtl] .styledRadio + label:before {
  left: auto;
  right: -23px;
}
*[dir=rtl] .styledCheckbox + label, *[dir=rtl] .styledRadio + label {
  margin-left: 0 !important;
  margin-right: 27px !important;
}
*[dir=rtl] input[type=checkbox], *[dir=rtl] input[type=radio] {
  margin-right: 0;
  margin-left: 4px;
}
*[dir=rtl] .checkbox label, *[dir=rtl] .radio label {
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}
*[dir=rtl] .checkbox input[type=checkbox], *[dir=rtl] .checkbox-inline input[type=checkbox], *[dir=rtl] .radio input[type=radio], *[dir=rtl] .radio-inline input[type=radio] {
  right: 0;
}

/** 
 * VOTING PANEL
 */
@media (max-width: 767px) {
  div.voting-panel {
    order: 1;
    padding-top: 0;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    border: none !important;
  }
  .btn.btn-voting-panel, .btn-voting-options {
    width: calc(100% - 144px - 20px) !important;
  }
  .voting-panel.full-width .btn.btn-voting-panel, .voting-panel.full-width .btn-voting-options {
    width: 100% !important;
  }
  .btn.btn-voting-panel i {
    padding-left: 14px;
    padding-right: 14px;
    width: 48px;
  }
  .btn.btn-upvote {
    padding: 13px 30px;
    font-size: 1.7rem;
  }
  .btn.btn-voted {
    padding: 13px 30px;
    font-size: 1.7rem;
  }
  .btn.btn-no-votes-left {
    padding: 13.5px 30px;
    font-size: 1.7rem;
  }
  .btn.btn-voting-disabled {
    padding: 13px 30px;
    font-size: 1.7rem;
  }
  .btn.btn-upvote span, .btn.btn-voted span {
    margin-left: 45px;
  }
}
@media (min-width: 767px) {
  div.voting-panel {
    margin-right: 25px;
  }
  .btn.btn-voting-panel i {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn.btn-upvote {
    padding: 10px 12px;
    font-size: 1.4rem;
    padding-left: 35px !important;
  }
  .btn.btn-voted {
    padding: 10px 12px;
    font-size: 1.4rem;
    padding-left: 40px !important;
  }
  .btn.btn-no-votes-left {
    padding: 10px 12px;
    font-size: 1.4rem;
    padding-left: 15px !important;
  }
  .btn.btn-voting-disabled {
    padding: 10px 12px;
    font-size: 1.4rem;
  }
  .btn-voting-options button {
    padding: 9px 12px !important;
    font-size: 1.4rem !important;
  }
  .btn-voting-options {
    width: 100%;
  }
  .btn.btn-upvote span, .btn.btn-voted span {
    margin-left: 0;
  }
}
div.voting-panel {
  padding-right: 25px;
  border-right: 1px solid #e3e8ee;
  width: 170px;
}

div.vote-info {
  box-sizing: border-box;
  width: 144px;
  height: 103px;
  float: left;
  position: relative;
  margin-bottom: 5px;
}

div.vote-info:hover {
  cursor: default;
}

div.vote-info span.vote-label {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(79, 129, 150, 0.2);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  color: #15272E;
  border: 1px solid #C0D2D9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.vote-info span.vote-count {
  border: 1px solid #DCE6EA;
  border-radius: 4px;
  height: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  color: #4F8196;
  display: flex;
  justify-content: center;
}

.btn.btn-voting-panel {
  border: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
  float: right;
  text-align: center;
  text-overflow: unset !important;
}

.btn.btn-voting-panel i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #364348;
  align-items: center;
  display: flex;
}

.btn.btn-voting-panel {
  width: 100%;
}

.btn-voting-options {
  float: right;
  width: 100%;
}

.btn-voting-options button {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  float: right;
  text-align: center;
  margin-bottom: 0;
}

.btn-voting-options.open button {
  background: #f7fafc !important;
}

.btn.btn-upvote {
  background-color: #39B54A;
}

.btn.btn-voted {
  background: #4F8196;
}

.btn.btn-no-votes-left {
  background: #364348;
}

.btn.btn-voting-disabled {
  background: #D5E0E6;
}

.btn.btn-upvote, .btn.btn-voted {
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-upvote, .btn.btn-voted, .btn.btn-no-votes-left, .btn.btn-voting-disabled {
  border-color: rgba(0, 0, 0, 0.2);
}

.btn.btn-no-votes-left:hover, .btn.btn-voting-disabled:hover {
  cursor: default;
}

button.btn-upvote:focus, button.btn-upvote:hover,
button.btn-voted:focus, button.btn-voted:hover {
  filter: brightness(90%);
}
