html {
  font-size: 16px;
}

ul {
  list-style: none;
}

ul,
ol {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

em {
  font-style: normal;
}

span.icon {
  display: inline-block;
}

svg.icon {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.smaller {
  font-size: 0.7rem;
}

@media (min-width: 768px) {
  .smaller {
    font-size: 1rem;
  }
}

.x-smaller {
  font-size: .6rem;
}

@media (min-width: 768px) {
  .x-smaller {
    font-size: .9rem;
  }
}

.big {
  text-transform: uppercase;
}

.related {
  font-size: 13px;
}

.related li {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #a2a2a2;
}

.related li:after {
  display: block;
  clear: both;
  content: "";
}

.related li:before {
  content: "";
  background: #000000;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.related li a {
  color: #000000;
  display: inline-block;
  padding-left: 10px;
  width: 100%;
}

.related li p {
  display: inline-block;
  max-width: calc(100% - 29px);
}

.related li span {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .related li:last-child {
    border-bottom: 0;
  }
}

.contact {
  margin: 12px 0;
  background: #FFFFFF;
  -webkit-box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.12), 1px 2px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.12), 1px 2px 2px 0px rgba(0, 0, 0, 0.24);
  font-size: 0.8112em;
}

.contact .container {
  padding: 6px 12px;
}

.contact .container:after {
  display: block;
  clear: both;
  content: "";
}

.contact p {
  font-weight: bold;
  color: #f5a623;
  float: left;
  line-height: 36px;
}

.contact a {
  display: block;
  float: right;
  background: #f5a623;
  color: #FFFFFF;
  position: relative;
  min-width: 120px;
  min-height: 36px;
  line-height: 36px;
  padding-left: 24px;
  text-transform: uppercase;
}

.contact a span {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .contact {
    margin: 10px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border-top: 1px solid #979797;
    font-size: 16px;
  }
  .contact .container {
    padding: 21px 12px;
  }
  .contact p {
    float: none;
    display: inline-block;
    padding-right: 32px;
    font-size: 0.9984em;
  }
  .contact a {
    float: none;
    display: inline-block;
    text-align: left;
    padding-right: 48px;
    font-size: 0.8112em;
  }
  .contact a span.icon {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .contact a:hover {
    text-decoration: none;
  }
  .contact a:hover span.icon {
    right: 5px;
  }
}

.contact-action {
  background: #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #a2a2a2;
}

.contact-action.isSticky {
  position: absolute;
}

.contact-action.fixed {
  position: fixed;
  z-index: 2000;
}

.contact-action .action-head {
  padding: 15px 12px 0px 12px;
  font-size: 16px;
  margin: 0;
}

.contact-action .action-main {
  padding: 15px 12px;
  font-size: 0.8112em;
}

.contact-action .action-main ul:after {
  display: block;
  clear: both;
  content: "";
}

.contact-action .action-main li {
  width: calc(100%/2);
  padding: 0px 6px;
  float: left;
}

.contact-action .action-main button {
  border: 1px solid #e5101d;
  border-radius: 3px;
  color: #e5101d;
  background: #FFFFFF;
  padding: 0px 12px;
  width: 100%;
  max-width: 150px;
}

.contact-action .action-main button:hover {
  background: #e5101d;
  color: #FFFFFF;
}

.contact-action .action-main button a {
  color: currentColor;
  text-decoration: none;
  line-height: 32px;
  display: block;
}

@media (min-width: 768px) {
  .contact-action {
    position: relative !important;
    margin-top: 30px;
  }
  .contact-action:after {
    display: block;
    clear: both;
    content: "";
  }
  .contact-action .action-head {
    float: left;
    padding-top: 20px;
  }
  .contact-action .action-main {
    float: left;
    width: 30%;
    padding-top: 12px;
  }
  .contact-action .action-main button {
    font-size: 13px;
  }
}

.article-rate {
  font-size: 14px;
  text-align: center;
  padding: 24px 0 0 0;
}

.article-rate .rate-inner {
  display: block;
  width: 100%;
  text-align: center;
}

.article-rate .rate-inner > p {
  font-weight: bold;
  padding-bottom: 6px;
}

.article-rate .rate-inner ul {
  width: 100%;
}

.article-rate .rate-inner ul:after {
  display: block;
  clear: both;
  content: "";
}

.article-rate .rate-inner ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 6px;
}

.article-rate .rate-icon {
  position: relative;
  width: 30px;
  height: 30px;
}

.article-rate .rate-icon a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
}

.article-rate .rate-icon.up span.icon {
  border-color: #4990e2;
  color: #4990e2;
}

.article-rate .rate-icon.up a:hover span.icon,
.article-rate .rate-icon.up .article-voted span.icon {
  background: #4990e2;
  color: #FFFFFF;
}

.article-rate .rate-icon.down span.icon {
  border-color: #e5101d;
  color: #e5101d;
}

.article-rate .rate-icon.down a:hover span.icon,
.article-rate .rate-icon.down .article-voted span.icon {
  background: #e5101d;
  border-color: #e5101d;
  color: #FFFFFF;
}

.article-rate .rate-icon span.icon {
  display: block;
  width: 30px;
  height: 30px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: -1;
}

.article-rate .rate-icon span.icon svg.icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .article-rate {
    padding: 30px 0 65px 0;
    text-align: center;
  }
  .article-rate .rate-inner {
    display: inline-block;
    width: auto;
  }
  .article-rate .rate-inner:after {
    display: block;
    clear: both;
    content: "";
  }
  .article-rate .rate-inner > p {
    float: left;
    padding-right: 8px;
    font-size: 14px;
  }
  .article-rate .rate-inner ul {
    float: left;
    width: auto;
    margin-top: -5px;
  }
  .article-rate .rate-inner ul li {
    width: auto;
    padding-right: 8px;
    margin: 0;
  }
  .article-rate .rate-inner em {
    float: left;
    color: #a2a2a2;
    font-size: 13px;
  }
}

.notification.notification-notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.notification.notification-notice .notification-icon {
  border-color: #3c763d;
}

.pagination {
  width: 100%;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  width: 30px;
  height: 30px;
  margin: 0 6px;
}

.pagination li.pagination-current span, .pagination li.pagination-current a {
  background: #4990e2 !important;
}

.pagination li span, .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #c7c7cd;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
}

.pagination li span:hover, .pagination li a:hover {
  text-decoration: none;
  background: #acacb5;
}

body {
  font-family: 'Roboto', Helvetica, Arial,sans-senif;
  color: #000000;
  position: relative;
  background: #f1f1f1;
}

.container:after {
  display: block;
  clear: both;
  content: "";
}

.container.np {
  padding-left: 0;
  padding-right: 0;
}

p {
  margin-bottom: 0;
}

.btn a {
  color: currentColor;
  text-decoration: none;
}

.btn.btn-primary {
  background-color: #e5101d;
  color: #fff;
  border-color: #d0011b;
}

.btn.btn-default {
  background-color: #FFFFFF;
  color: #e5101d;
  border-color: #e5101d;
}

.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  background-color: #e5101d;
  color: #FFFFFF;
}

.mainHeader {
  background: #FFFFFF;
}

.mainHeader .headLink {
  background: #bc000b;
  height: 36px;
  line-height: 36px;
}

.mainHeader .headLink span {
  display: block;
}

.mainHeader .headLink .icon ~ .context {
  padding-left: 30px;
}

.mainHeader .headLink .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.mainHeader .headLink .icon svg {
  max-width: 100%;
  max-height: 100%;
}

.mainHeader .headLink a {
  color: #FFFFFF;
  text-decoration: none;
}

.mainHeader .headLink ul:after {
  display: block;
  clear: both;
  content: "";
}

.mainHeader .headLink ul li {
  display: inline-block;
  position: relative;
  margin-right: 24px;
}

.mainHeader .headLink ul li:last-child {
  margin: 0;
}

.mainHeader .nav {
  background: #e5101d;
  color: #FFFFFF;
  max-height: 48px;
}

@media (min-width: 768px) {
  .mainHeader .nav,
  .mainHeader .main-nav {
    min-height: 60px;
    position: relative;
  }
  .mainHeader .brand {
    width: 130px;
    padding-top: 6px;
  }
  .mainHeader .brand a {
    display: block;
  }
  .mainHeader .brand img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 992px) {
  .mainHeader .headLink {
    display: none;
  }
}

.mobile-nav {
  padding: 12px;
  background: #e5101d;
}

.mobile-nav:after {
  display: block;
  clear: both;
  content: "";
}

.mobile-nav a {
  color: #FFFFFF;
}

.mobile-nav a.disabled {
  display: none;
}

.mobile-nav .icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 6px;
}

.mobile-nav p {
  margin: 0;
  color: #FFFFFF;
  line-height: 24px;
}

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

.custom-breadcrumb {
  background: #FFFFFF;
  margin-bottom: 12px;
}

.custom-breadcrumb .container {
  overflow: auto;
}

.custom-breadcrumb ul {
  height: 36px;
  display: inline-block;
  white-space: nowrap;
}

.custom-breadcrumb li {
  position: relative;
  line-height: 36px;
  padding-right: 24px;
  display: inline-block;
}

.custom-breadcrumb li:last-child span.icon {
  display: none;
}

.custom-breadcrumb a {
  font-size: 14px;
  text-transform: uppercase;
  color: #646464;
}

.custom-breadcrumb span.icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.mainFooter {
  background: #353535;
  color: #757575;
  font-weight: 400;
}

.mainFooter .container {
  padding: 12px 12px 10px;
}

.mainFooter header {
  padding-bottom: 12px;
  border-bottom: 1px solid #757575;
  margin-bottom: 12px;
  font-size: 0.8112em;
}

.mainFooter header span {
  width: 20px;
  height: 17px;
  display: inline-block;
}

.mainFooter section {
  line-height: 1.8;
  font-size: 0.624em;
}

@media (min-width: 992px) {
  .mainFooter {
    padding-bottom: 24px;
    font-size: 16px;
  }
  .mainFooter .container {
    padding: 0 12px;
  }
  .mainFooter nav {
    padding: 24px 0 12px 0;
    border-bottom: 1px solid #757575;
  }
  .mainFooter nav ul:after {
    display: block;
    clear: both;
    content: "";
  }
  .mainFooter nav li {
    float: left;
    padding-right: 24px;
  }
  .mainFooter nav li:last-child {
    float: right;
    padding-right: 0;
  }
  .mainFooter nav a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.9984em;
  }
  .mainFooter .footerInfo header {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 24px 0 12px 0;
    font-size: 0.8112em;
  }
  .mainFooter .footerInfo section {
    font-size: 0.8112em;
  }
}

.index .indexHero {
  text-align: center;
  background: url("https://theme.zdassets.com/theme_assets/1920711/3503c5830ce02ea85c1092b0807f8272adb2bc92.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 130px;
  margin-bottom: -90px;
}

.index .indexHero h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  margin-top: 76px;
}

.index .indexHero p {
  font-size: 18px;
  color: #FFFFFF;
}

.index .indexHero form {
  width: 100%;
  margin: 36px auto 40px auto;
  max-width: 796px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 48px;
  position: relative;
}

.index .indexHero input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.index .indexHero input[type=search] {
  width: 100%;
  padding: 16px 133px 16px 24px;
  border-radius: 35px;
  max-height: 48px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #979797;
}

.index .indexHero input[type=submit] {
  background: #f5a623;
  text-align: center;
  padding: 0px 32px;
  border: 0;
  border-radius: 23px;
  max-height: 36px;
  line-height: 36px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.index .indexContext {
  width: 100%;
  max-width: 1031px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 86px;
  position: relative;
  text-align: center;
}

.index .indexContext h2 {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 731px;
  margin: 0 auto 20px auto;
}

.index .indexContext h2:before, .index .indexContext h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #000000;
  width: 100%;
  max-width: 243px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index .indexContext h2:before {
  left: 0;
}

.index .indexContext h2:after {
  right: 0;
}

.index .indexContext ul {
  list-style: disc outside;
  text-align: left;
  color: #646464;
}

.index .indexContext ul li {
  padding: 8px 0;
}

.index .indexContext ul a {
  color: #646464;
  text-decoration: underline;
}

.index .indexContext ul a:hover {
  color: #f5a623;
}

.index .indexCategory {
  margin-bottom: 48px;
}

.index .indexCategory h2 {
  display: block;
  font-size: 16px;
  border-left: 4px solid #f5a623;
  padding-left: 6px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 48px 0 24px 0;
}

.index .indexCategory ul {
  width: 100%;
}

.index .indexCategory ul:after {
  display: block;
  clear: both;
  content: "";
}

.index .indexCategory li {
  float: left;
  margin: 0;
  width: calc(100%/6);
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.index .indexCategory li:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.index .indexCategory span, .index .indexCategory a {
  display: block;
  text-decoration: none;
}

.index .indexCategory a {
  color: #828282;
  padding: 24px 0 34px 0;
  background: #FFFFFF;
}

.index .indexCategory .context {
  margin-top: 18px;
  width: 100%;
}

.index .indexCategory .icon {
  width: 83px;
  height: 83px;
  margin: 0 auto;
}

.index .indexCategory .icon svg {
  max-width: 100%;
  max-height: 100%;
  fill: #e5101d;
}

@media (max-width: 768px) {
  .index .indexHero {
    background: url("https://theme.zdassets.com/theme_assets/1920711/20b93f545f339d0f4620fc7fe9c8e87257f21eac.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 35px;
    margin-bottom: -35px;
  }
  .index .indexHero h1 {
    font-size: 16px;
    margin-top: 28px;
  }
  .index .indexHero p {
    font-size: 14px;
  }
  .index .indexHero span {
    display: block;
  }
  .index .indexHero form {
    margin: 12px auto 28px auto;
  }
  .index .indexHero input[type=search] {
    max-height: 35px;
    padding: 8px 97px 8px 20px;
  }
  .index .indexHero input[type=submit] {
    padding: 0 14px;
    max-height: 25px;
    line-height: 25px;
    top: 5px;
  }
  .index .indexContext {
    margin: 0 15px !important;
    padding: 14px 15px !important;
    width: auto;
  }
  .index .indexContext h2 {
    margin-bottom: 12px;
  }
  .index .indexContext h2:before, .index .indexContext h2:after {
    display: none;
  }
  .index .indexCategory h2 {
    margin-top: 36px;
  }
  .index .indexCategory li {
    width: calc(100%/2 - 7px);
    margin-bottom: 13px;
  }
  .index .indexCategory li:nth-child(odd) {
    margin-right: 7px;
  }
  .index .indexCategory li:nth-child(even) {
    margin-left: 7px;
  }
  .index .indexCategory .icon {
    width: 64px;
    height: 64px;
  }
  .index .indexCategory a {
    padding: 34px 0;
  }
}

@media (max-width: 1024px) {
  .index .indexContext {
    padding: 24px 34px;
    max-width: 95%;
    margin: 0 auto;
  }
}

.listting .content-left {
  display: none;
}

.listting .content-right > div {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background: #FFFFFF;
}

.listting .content-right .content-main {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.listting .content-right h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #646464;
  font-size: 14px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 0 8px 12px;
  border-bottom: 2px solid #c7c7cd;
}

.listting .content-right .context {
  padding: 12px;
}

.listting .content-right .context img {
  max-width: 100%;
}

.listting .content-right .content-related li {
  padding: 16px 0;
  position: relative;
  margin: 0 12px;
}

.listting .content-right .content-related li:hover {
  color: #4099da;
}

.listting .content-right .content-related li:hover a {
  color: #4099da;
  text-decoration: underline;
}

.listting .content-right .content-related li:before {
  content: "\2022";
  color: inherit;
  position: absolute;
  top: 16px;
  left: 0;
}

.listting .content-right .content-related a {
  width: 100%;
  color: #000000;
  text-decoration: none;
  padding-left: 10px;
  display: block;
}

@media (min-width: 768px) {
  .listting .listting-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .listting .content-left {
    width: 100%;
    max-width: 236px;
    margin-right: 15px;
    background: #FFFFFF;
    display: block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  }
  .listting .content-left h2 {
    font-size: 16px;
    display: block;
    border-left: 4px solid #f5a623;
    margin-top: 0;
    text-transform: uppercase;
    padding: 7px 0 7px 6px;
    margin-bottom: 24px;
  }
  .listting .list .list-item.active .list-trigger .glyphicon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .listting .list .list-item.active ul {
    max-height: 100vh;
  }
  .listting .list .list-trigger {
    padding: 12px 6px;
    color: #828282;
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .listting .list .list-trigger:hover, .listting .list .list-trigger.active {
    color: #e5101d;
    font-weight: bold;
  }
  .listting .list .list-trigger:hover svg, .listting .list .list-trigger.active svg {
    fill: #e5101d;
  }
  .listting .list .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .listting .list .icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #646464;
  }
  .listting .list .context {
    width: 100%;
  }
  .listting .list .glyphicon {
    color: #000000;
    font-size: 10px;
  }
  .listting .list ul {
    width: 100%;
    background: #f1f1f1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s ease;
    transition: max-height .25s ease;
  }
  .listting .list li {
    padding: 12px 0;
    position: relative;
    margin: 0 12px;
  }
  .listting .list li:hover, .listting .list li.current {
    color: #4099da;
  }
  .listting .list li:hover a, .listting .list li.current a {
    color: #4099da;
    text-decoration: underline;
  }
  .listting .list li a {
    width: 100%;
    color: #000000;
  }
  .listting .content-right {
    width: calc(100% - 251px);
  }
  .listting .contact {
    border: 0;
    margin-top: 39px;
  }
}

.p404 {
  background: #FFFFFF;
}

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

.p404 .not-found {
  padding: 10px 10px 24px 10px;
}

.p404 h2 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 12px 0 40px 0;
}

.p404 .content {
  padding-bottom: 48px;
}

.p404 .content h4 {
  font-size: 0.9984em;
  font-weight: bold;
}

.p404 .content p {
  color: #a2a2a2;
  font-size: 0.8112em;
  padding-bottom: 48px;
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p404 .content p {
    font-size: 0.9984em;
  }
}

.search_result {
  font-size: 0.8112em;
}

.search_result > .container {
  padding: 0px 12px;
}

.search_result .search-box {
  padding: 12px 0;
}

.search_result .search-box .search-inner {
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
}

.search_result .search-box .search-inner:after {
  display: block;
  clear: both;
  content: "";
}

.search_result .search-box .search-input {
  float: left;
  width: calc(100% - 33px);
  height: 33px;
  border: 0;
  padding: 10px;
  outline: none;
}

.search_result .search-box .search-input:disabled ~ button {
  background-color: #ebebe4;
}

.search_result .search-box button {
  background: #f5a623;
  float: left;
  width: 33px;
  height: 33px;
  border: 0;
  outline: none;
  position: relative;
}

.search_result .search-box button span.icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search_result .search-box p {
  padding-top: 12px;
  font-size: 0.7488em;
  font-weight: bold;
  font-style: italic;
  color: #a2a2a2;
}

.search_result .search-box p span {
  color: #e5101d;
}

.search_result .each-result {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
  padding: 17px 0 12px 0;
}

.search_result .each-result .result-head {
  padding: 0 12px 15px 12px;
  border-bottom: 1px solid #c7c7cd;
}

.search_result .each-result .result-head a {
  color: #4990e2;
}

.search_result .each-result .result-content {
  padding: 10px 12px 0px 12px;
  color: #a2a2a2;
}

.search_result .each-result .result-content:after {
  display: block;
  clear: both;
  content: "";
}

.search_result .each-result .result-content em {
  font-weight: bold;
  color: #787878;
}

.search_result .each-result .result-content .img {
  float: right;
  width: 72px;
  height: 72px;
  margin: 5px 0px 5px 5px;
}

.search_result .each-result .result-content .img img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .search_result {
    background: #FFFFFF;
    min-height: calc(100vh - 247px);
  }
  .search_result .search-box .search-input {
    min-height: 55px;
    font-size: 20px;
    padding: 10px 12px;
    width: calc(100% - 55px);
  }
  .search_result .search-box p {
    font-size: 16px;
  }
  .search_result .search-box button {
    background: url(../images/search.svg) no-repeat center center;
    height: 55px;
    width: 55px;
    background-size: 70%;
  }
  .search_result .search-box button span {
    display: none;
  }
  .search_result .each-result {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search_result .each-result .result-head {
    padding-bottom: 14px;
  }
}

.pContact {
  background: #FFFFFF;
}

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

.pContact #new_request footer {
  padding-top: 12px;
}

.pContact #new_request .form-field label {
  margin: 0;
}

.pContact #new_request .form-field:first-of-type {
  padding-bottom: 14px;
}

.pContact #new_request .form-field:first-of-type label {
  font-size: 16px;
  padding: 14px 0;
  margin: 0;
}

.pContact #new_request .form-field:not(:first-of-type).required label:after {
  content: "*";
  color: #e5101d;
  display: inline-block;
  margin-left: 5px;
}

.pContact #new_request .form-field:not(:first-of-type) label {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}

.pContact #new_request .form-field:not(:first-of-type) label ~ input,
.pContact #new_request .form-field:not(:first-of-type) label ~ textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px 6px 10px;
  color: #333;
  height: 30px;
  line-height: 30px;
}

.pContact #new_request .form-field:not(:first-of-type) label ~ textarea {
  min-height: 130px;
}

.pContact #new_request input[type="text"],
.pContact #new_request select,
.pContact #new_request .nesty-input {
  font-size: 13px;
}

.pContact .suggestion-pane .suggestion-header {
  margin: 0;
  font-size: 16px;
  padding: 0 0 12px 0;
  font-weight: bold;
}

.pContact .suggestion-pane .article-suggestions li {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}

.pContact .suggestion-pane .article-suggestions li:after {
  display: block;
  clear: both;
  content: "";
}

.pContact .suggestion-pane .article-suggestions li:before {
  content: "";
  background: #000000;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.pContact .suggestion-pane .article-suggestions li a {
  color: #000000;
  display: inline-block;
  padding-left: 10px;
  width: 100%;
}

.pContact .suggestion-pane .article-suggestions li p {
  display: inline-block;
  max-width: calc(100% - 29px);
}

.pContact .suggestion-pane .article-suggestions li span {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .pContact .suggestion-pane .article-suggestions li:last-child {
    border-bottom: 0;
  }
}

.pContact .suggestion-footer {
  padding-bottom: 12px;
}

.pContact .suggestion-footer:after {
  display: block;
  clear: both;
  content: "";
}

.pContact .suggestion-footer .suggestionFooterIntro {
  font-weight: bold;
  margin: 0;
  padding: 14px 0;
  font-size: 16px;
}

.pContact .suggestion-footer .suggestion-footer-option {
  width: calc(100%/2 - 6px);
}

.pContact .suggestion-footer .suggestion-footer-option:first-of-type {
  float: left;
}

.pContact .suggestion-footer .suggestion-footer-option:last-of-type {
  float: right;
}

.pContact .nextFields,
.pContact input[type="submit"] {
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e5101d;
  border-radius: 3px;
  background: #FFFFFF;
  line-height: 32px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #e5101d;
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}

.pContact .nextFields:hover,
.pContact input[type="submit"]:hover {
  background: #e5101d;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .pContact #new_request {
    max-width: 650px;
    margin: 0 auto;
  }
  .pContact #new_request .form-field:not(:first-of-type) {
    padding-bottom: 12px;
  }
  .pContact #new_request input[type="text"],
  .pContact #new_request select,
  .pContact #new_request .nesty-input {
    font-size: 14px;
    height: 36px !important;
    line-height: 36px !important;
  }
  .pContact .suggestion-footer {
    max-width: 650px;
    margin: 0 auto;
  }
  .pContact .suggestion-footer .suggestionFooterIntro {
    display: inline-block;
    padding-right: 12px;
  }
  .pContact .suggestion-footer .suggestion-footer-option {
    float: none !important;
    margin-right: 12px;
    width: auto;
    display: inline-block;
  }
}

.other .content-left {
  display: none;
}

.other .content-right {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 12px;
}

.other .tab-content {
  display: none;
}

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

.other .tab-content h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #646464;
  font-size: 14px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 0 8px 12px;
  border-bottom: 2px solid #c7c7cd;
}

.other .tab-content li {
  padding: 16px 0;
  position: relative;
  margin: 0 12px;
}

.other .tab-content li:hover {
  color: #4099da;
}

.other .tab-content li:hover a {
  color: #4099da;
  text-decoration: underline;
}

.other .tab-content li:before {
  content: "\2022";
  color: inherit;
  position: absolute;
  top: 16px;
  left: 0;
}

.other .tab-content a {
  width: 100%;
  color: #000000;
  text-decoration: none;
  padding-left: 10px;
  display: block;
}

.other .content-mobile {
  margin-bottom: 48px;
  display: block;
}

.other .content-mobile h2 {
  display: block;
  font-size: 16px;
  border-left: 4px solid #f5a623;
  padding-left: 6px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0 0 24px 0;
}

.other .content-mobile ul {
  width: 100%;
}

.other .content-mobile ul:after {
  display: block;
  clear: both;
  content: "";
}

.other .content-mobile li {
  float: left;
  width: calc(100%/2 - 7px);
  margin-bottom: 13px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.other .content-mobile li:nth-child(odd) {
  margin-right: 7px;
}

.other .content-mobile li:nth-child(even) {
  margin-left: 7px;
}

.other .content-mobile li:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.other .content-mobile span, .other .content-mobile a {
  display: block;
  text-decoration: none;
}

.other .content-mobile a {
  color: #828282;
  padding: 34px 0;
  background: #FFFFFF;
}

.other .content-mobile .context {
  margin-top: 18px;
  width: 100%;
}

.other .content-mobile .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.other .content-mobile .icon svg {
  max-width: 100%;
  max-height: 100%;
  fill: #e5101d;
}

@media (min-width: 768px) {
  .other {
    padding-bottom: 48px;
  }
  .other .tab-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .other .content-left {
    width: 100%;
    max-width: 236px;
    margin-right: 15px;
    background: #FFFFFF;
    display: block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  }
  .other .content-left h2 {
    font-size: 16px;
    display: block;
    border-left: 4px solid #f5a623;
    margin-top: 0;
    text-transform: uppercase;
    padding: 7px 0 7px 6px;
    margin-bottom: 24px;
  }
  .other .tab-categories li {
    margin-bottom: 24px;
    padding: 0 6px;
  }
  .other .tab-categories .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .other .tab-categories .icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #646464;
  }
  .other .tab-categories .context {
    width: 100%;
  }
  .other .tab-categories .glyphicon {
    color: #000000;
    font-size: 10px;
  }
  .other .tab-categories a {
    color: #828282;
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .other .tab-categories a:hover {
    color: #e5101d;
  }
  .other .tab-categories a:hover svg {
    fill: #e5101d;
  }
  .other .tab-categories .active {
    color: #e5101d;
    font-weight: bold;
  }
  .other .tab-categories .active svg {
    fill: #e5101d;
  }
  .other .content-right {
    width: calc(100% - 251px);
    margin-bottom: 0;
  }
  .other .tab-content li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .other .content-mobile {
    display: none;
  }
}

.form .formMain {
  margin: 16px auto 0 auto;
  width: 100%;
  max-width: 897px;
}

.form .formMain h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.form .formMain p {
  color: #646464;
  text-align: center;
  margin-bottom: 24px;
}

.form .formMid {
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 24px 50px;
}

.form .submitWrap {
  padding: 24px 0 48px 0;
}

.form .submitWrap:after {
  display: block;
  clear: both;
  content: "";
}

.form input[type=submit] {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: 11px 0;
  min-width: 141px;
  background: #f5a623;
  border-radius: 20px;
  border: 0;
  color: #FFFFFF;
  float: right;
  outline: 0 !important;
}

.form .control-label {
  color: #4a90e2;
  text-transform: uppercase;
  font-weight: 500;
}

.form .error, .form .error_email {
  font-size: 90%;
  color: #e5101d;
  margin-top: 5px;
  display: none;
}

.form .error.isError, .form .error_email.isError {
  display: block;
}

@media (max-width: 768px) {
  .form .formMain {
    margin: 0;
  }
  .form .formMain h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .form .formMid {
    padding: 24px;
  }
  .form .submitWrap {
    text-align: center;
  }
  .form input[type=submit] {
    width: 95%;
    float: none;
  }
  .form .gg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.success .successWrap {
  width: 100%;
  max-width: 530px;
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin: 16px auto 48px auto;
}

.success h2 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 48px;
  text-align: center;
}

.success .img {
  text-align: center;
  margin: 0 auto;
  max-width: 211px;
  max-height: 211px;
}

.success .img img {
  max-width: 100%;
  max-height: 100%;
}

.success p {
  text-align: center;
  margin: 48px 0 24px 0;
  color: #646464;
}

.success p a {
  color: #e5101d;
}

.success .home {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 141px;
  color: #FFFFFF;
  background: #f5a623;
  padding: 10px 0;
  border-radius: 20px;
  text-decoration: none;
}

.global-modal.isContact .modal-footer {
  display: block;
}

.global-modal.isContact .modal-external {
  padding-bottom: 100px !important;
}

.global-modal .modal-dialog {
  margin: 10px 0px;
}

.global-modal .modal-content {
  border-radius: 4px;
}

.global-modal .modal-header {
  border: 0px !important;
  position: relative;
  z-index: 10;
}

.global-modal .modal-header .modal-title {
  font-size: 16px;
  color: #4990e2;
  font-weight: bold;
}

.global-modal .modal-body {
  background: #f1f1f1;
  padding: 0;
  position: relative;
  border-radius: 0 0 4px 4px;
}

.global-modal .modal-body .modal-main,
.global-modal .modal-body .modal-external {
  background: #FFFFFF;
  padding: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.global-modal .modal-body .modal-main {
  font-size: 13px;
}

.global-modal .modal-body .modal-main img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .global-modal .modal-body .modal-main .wysiwyg-indent6 {
    padding-left: 20px;
  }
  .global-modal .modal-body .modal-main table {
    width: 100% !important;
    margin: 0 0 0 10px !important;
  }
  .global-modal .modal-body .modal-main table td {
    display: block;
    width: 100% !important;
    clear: both;
    margin: 5px 0;
  }
}

.global-modal .modal-body .modal-main ol {
  padding-left: 15px;
}

.global-modal .modal-body .modal-external {
  margin-bottom: 0;
}

.global-modal .modal-body .modal-external .tt {
  font-size: 16px;
  margin: 0 -12px;
  font-weight: bold;
  padding: 3px 12px 15px 12px;
  border-bottom: 1px solid #a2a2a2;
}

.global-modal .modal-body .modal-external li {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}

.global-modal .modal-body .modal-external li:after {
  display: block;
  clear: both;
  content: "";
}

.global-modal .modal-body .modal-external li:before {
  content: "";
  background: #000000;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.global-modal .modal-body .modal-external li a {
  color: #000000;
  display: inline-block;
  padding-left: 10px;
  max-width: 95%;
}

.global-modal .modal-body .modal-external li span {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-modal .modal-footer {
  text-align: left;
  padding: 15px 12px;
  font-weight: bold;
  display: none;
}

.global-modal .modal-footer h4 {
  font-size: 16px;
  margin: 0 -12px 12px -12px;
  padding: 0 12px 12px 12px;
  border-bottom: 1px solid #a2a2a2;
}

.global-modal .modal-footer button {
  width: calc(100%/2 - 5px);
  font-size: 13px;
}

#phoneContact .modal-dialog {
  max-width: 370px;
  text-align: center;
}

#phoneContact button {
  position: absolute;
  top: 10px;
  right: 15px;
}

#phoneContact h5 {
  margin: 0 auto 12px auto;
  font-weight: bold;
  display: block;
  width: 90%;
  text-align: center;
}

#phoneContact p span, #phoneContact p a {
  font-weight: bold;
  color: #e5101d;
}

#phoneContact p a.sm {
  display: none;
}

#phoneContact p a.md {
  display: inline-block;
}

@media (min-width: 768px) {
  #phoneContact p a.sm {
    display: inline-block;
  }
  #phoneContact p a.md {
    display: none;
  }
}

#phoneContact p em {
  font-size: 90%;
  font-style: italic;
}

.mainContent {
  min-height: calc(100vh - 247px);
}

/*# sourceMappingURL=map/main.css.map */