.sn-icon {
  background-image: url("../images/svg/icons-nu.svg");
  background-size: 900px 600px;
  background-repeat: repeat;
  display: block;
}

.sn-icon-xs {
  height: 15px;
  width: 15px;
}

.sn-icon-sm {
  height: 30px;
  width: 30px;
}

.sn-icon-md {
  height: 45px;
  width: 45px;
}

.sn-icon-lg {
  height: 75px;
  width: 75px;
}

.sn-icon-round {
  border-radius: 50%;
}

.charts {
  background-position: 0 -195px;
}

.reports {
  background-position: -45px -195px;
}

.profiles {
  background-position: -90px -195px;
}

.newsletters {
  background-position: -135px -195px;
}

.search {
  background-position: -0px -240px;
}

.go {
  background-position: -30px -240px;
}

.toggle-dropdown {
  background-position: -15px -330px;
}

.white {
  color: #fff;
}
.white a {
  color: #fff;
}
.white a:hover {
  color: #25b7bc;
}

.f-white {
  color: #fff;
}

.f-black {
  color: #000;
}

.f-muted {
  color: #e6e6e6;
}

.f-java {
  color: #25b7bc;
}

.f-light_green {
  color: #25b7bc;
}

.f-dark_blue {
  color: #526490;
}

.f-orange {
  color: #e39b34;
}

.f-light_blue {
  color: #25aae0;
}

.f-lilac {
  color: #4f35eb;
}

.widget-list-item.f-light_green {
  color: #191b1f;
}
.widget-list-item.f-light_green .widget-list-subtitle {
  color: #25b7bc;
}
.widget-list-item.f-light_blue {
  color: #191b1f;
}
.widget-list-item.f-light_blue .widget-list-subtitle {
  color: #526490;
}
.widget-list-item.f-orange {
  color: #191b1f;
}
.widget-list-item.f-orange .widget-list-subtitle {
  color: #e39b34;
}
.widget-list-item.f-light_blue {
  color: #191b1f;
}
.widget-list-item.f-light_blue .widget-list-subtitle {
  color: #25aae0;
}
.widget-list-item.f-lilac {
  color: #191b1f;
}
.widget-list-item.f-lilac .widget-list-subtitle {
  color: #4f35eb;
}

.bg-deep_green {
  background-color: #125b5e;
}
.bg-deep_green .show-more {
  color: #25b7bc !important;
}
.bg-deep_green .subscription-link {
  color: #fff;
}
.bg-deep_green .subscription-link:before {
  background-image: url(../images/svg/icon-mail.svg);
}

.bg-white {
  background-color: white;
}

.bg-java {
  background-color: #25b7bc;
}

.bg-deepest_green {
  background-color: #125b5e;
}

.bg-light_green {
  background-color: #ebf9f1;
}

.bg-light_red {
  background-color: #ff5d60;
}

.bg-bright_blue {
  background-color: #25b7bc;
}

.bg-claret {
  background-color: #8c1e3c;
}
.bg-claret h3,
.bg-claret h4,
.bg-claret h5,
.bg-claret p,
.bg-claret a {
  color: #fff;
}

.bg-bitter {
  background-color: #858d79;
}

.bg-orange {
  background-color: #e39b34;
}

.bg-black {
  background-color: #000;
}
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black p,
.bg-black a {
  color: #fff;
}

.bg-carnation {
  background-color: #ff5d60;
  color: white;
}

.btn-large {
  padding: 15px 30px;
  font-weight: 600 !important;
}

.btn-plain {
  background-color: transparent;
}

.bg-narvik {
  background-color: #ebf9f1;
}

body {
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  line-height: normal;
}

h1,
h2,
h3,
h4 {
  line-height: normal;
  font-family: 'museo-slab', serif;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: "museo-slab", serif;
}

h2 {
  color: #25b7bc;
  font-weight: 400;
  font-family: "museo-sans", sans-serif;
  line-height: normal;
  letter-spacing: -0.00025em;
  font-size: 21px;
}
h2.f-museo {
  font-family: "museo-slab", serif;
  line-height: normal;
}

h3 {
  font-size: 21px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
}

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

  h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 50px;
  }
}
p {
  margin: 5px 0;
  font-size: 15px;
  line-height: 20px;
  color: #191b1f;
}

blockquote,
.blockquote {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 24px;
  color: #191b1f;
}

.body-description p {
  font-weight: bold;
}

@media (max-width: 767px) {
  .body-description {
    margin: 30px 0px;
  }
}
.lead {
  font-size: 22px;
  line-height: 28px;
}

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

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

.txt-wht {
  color: white;
}

ul.with-icons li {
  margin-bottom: 0.8em;
}

a {
  text-decoration: none;
  color: #191b1f;
  opacity: 1;
}
a:hover {
  opacity: 0.85;
}

.social-links {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.social-links a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  font-size: 0;
  color: transparent;
}
.social-links a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #25b7bc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  font-size: 14px;
  line-height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ebf9f1;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-links .social-link--facebook:after {
  content: '\f09a';
  background-color: #4963a5;
}
.social-links .social-link--twitter:after {
  content: '\f099';
  background-color: #5ea9de;
}
.social-links .social-link--google-plus:after {
  content: '\f0d5';
  background-color: #de4c3a;
}
.social-links .social-link--linkedin:after {
  content: '\f0e1';
  background-color: #0f75b3;
}
.social-links .social-link--mail:after {
  content: '\f0e0';
  background-color: #125b5e;
}

.subscription-link {
  cursor: pointer;
  position: relative;
  color: #25b7bc;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  padding-left: 25px;
}
.subscription-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 19px;
  height: 14px;
  background-image: url(../images/svg/icon-mail-j.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.subscription-link.subscribed:before {
  color: #00c53e;
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 15px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}

.older-stories {
  display: block;
  float: right;
}
.older-stories .older-stories-link {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  padding-left: 25px;
}
.older-stories .older-stories-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f073';
  width: 19px;
  height: 14px;
  line-height: 14px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ebf9f1;
  text-align: center;
}

.show-more {
  display: block;
  margin: 12px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #25b7bc;
}

.load-more {
  position: relative;
  width: 123px;
  height: 123px;
  margin: 0 auto;
  -webkit-border-radius: 123px;
  -moz-border-radius: 123px;
  -ms-border-radius: 123px;
  border-radius: 123px;
  background-color: #25b7bc;
  cursor: pointer;
}
.load-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

ul {
  padding: 0;
  list-style: none;
}
ul li {
  font-size: 15px;
  font-weight: bold;
  color: #125b5e;
}
ul.default-list {
  display: block;
  float: left;
  width: 100%;
}
ul.default-list li {
  color: #191b1f;
  font-weight: normal;
  line-height: 20px;
}
ul.default-list li a {
  color: #191b1f;
}
ul.history-list {
  padding-top: 10px;
  margin-top: 10px;
}
ul.history-list li {
  margin: 0 0 10px 0;
}
ul.form-list {
  display: block;
  float: left;
  width: 100%;
}
ul.form-list li {
  display: block;
  float: left;
  width: 100%;
  margin: 0 !important;
}
ul#exports-controls li,
ul #import-controls li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
ul.download-list {
  display: block;
  float: left;
  width: 100%;
}
ul.download-list li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 !important;
}
ul.download-list li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 12px;
  background: url(../images/ui/icon-download.png) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
ul.download-list li a {
  font-weight: 300;
  padding-left: 20px;
}
ul.disc-list li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding-left: 20px;
  color: #000;
  line-height: normal;
  font-weight: 300;
}
ul.disc-list li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #25b7bc;
}
ul.disc-list.disc-list--bg-java li:before {
  background-color: #25b7bc;
}
ul.disc-list.disc-list--bg-light_red li:before {
  background-color: #ff5d60;
}
ul.disc-list.disc-list--bg-claret li:before {
  background-color: #8c1e3c;
}
ul.disc-list.disc-list--bg-deep_green li:before {
  background-color: #125b5e;
}

.meta-info .meta-info-item {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
  color: #191b1f;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.meta-info .meta-info-item .meta-info-name {
  font-weight: bold;
}

.disclaimer-list {
  display: inline-block;
  width: 100%;
  margin: 45px 0 15px 0;
  padding-left: 0;
  text-align: center;
}
.disclaimer-list li {
  display: inline-block;
  text-align: center;
  font-size: 14px !important;
  padding: 0 10px;
}
.disclaimer-list li a {
  font-size: 14px;
}
.disclaimer-list li a:hover {
  text-decoration: underline;
}

.highlights-list {
  display: block;
  float: left;
}
.highlights-list .tagline {
  margin-bottom: 20px;
}
.highlights-list .hightlights-list--item {
  display: table;
  width: 100%;
}
.highlights-list .hightlights-list--item .post-date {
  position: relative;
  display: table-cell;
  width: 60px;
  padding-right: 15px;
  text-align: right;
  color: #b9b9b9;
  font-size: 12px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.highlights-list .hightlights-list--item .post-date:before {
  position: absolute;
  top: 10px;
  right: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #25b7bc;
}
.highlights-list .hightlights-list--item .post-date:after {
  position: absolute;
  right: -5px;
  top: 10px;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #25b7bc;
}
.highlights-list .hightlights-list--item a {
  display: table-cell;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #191b1f;
}
.highlights-list .hightlights-list--item a:hover {
  color: #25b7bc;
}
.highlights-list .hightlights-list--item a.show-more {
  color: #25b7bc !important;
  font-weight: bold;
}
.highlights-list .hightlights-list--item:last-child .post-date:before {
  height: 0;
}

.news-list .news-list-item {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #191b1f;
}
.news-list .news-list-item a {
  color: #191b1f;
}

.news-thumb-list-view {
  width: 100%;
}
.news-thumb-list-view .news-list-item {
  display: block;
  float: left;
  width: 50%;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #191b1f;
  /*900px and down*/
}
.news-thumb-list-view .news-list-item:nth-child(2n + 1) {
  clear: left;
}
@media (max-width: 56.25em) {
  .news-thumb-list-view .news-list-item {
    width: 100%;
  }
}
.news-thumb-list-view .news-list-item a {
  color: #191b1f;
}
.news-thumb-list-view .news-list-item .image {
  display: block;
  float: left;
  width: 50%;
  max-width: 165px;
  height: 92px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-thumb-list-view .news-list-item .image img {
  width: 100%;
  height: auto;
}
.news-thumb-list-view .news-list-item .content {
  display: block;
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-thumb-list-view .news-list-item .content .post-date {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #858d79;
}

.events-page .col-8,
.events-page .col-4 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .events-page .col-8,
  .events-page .col-4 {
    width: 100%;
    float: none;
  }
}
.events-page .btn.btn-show-more {
  margin-top: 0;
}

.events-list {
  padding: 40px 0;
  clear: both;
}
.events-list .events-list-item {
  overflow: hidden;
}
.events-list .events-list-item .image {
  width: 50%;
  padding-right: 20px;
  float: left;
  /*479px and down*/
}
.events-list .events-list-item .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 29.938em) {
  .events-list .events-list-item .image {
    width: 100%;
    float: none;
  }
}
.events-list .events-list-item .content {
  width: 50%;
  float: right;
  padding-left: 20px;
  padding-bottom: 60px;
  position: relative;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .events-list .events-list-item .content {
    width: 100%;
    float: none;
  }
}
.events-list .events-list-item .content h3 {
  font-size: 18px;
}
.events-list .events-list-item .content:before {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  border-left: 1px solid #25b7bc;
}
.events-list .events-list-item .content:after {
  width: 20px;
  top: 40px;
  left: -10px;
  position: absolute;
  content: '';
  display: block;
  border-top: 1px solid #25b7bc;
}
.events-list .events-list-item .event-date {
  color: #125b5e;
}
.events-list .events-list-item:first-child .content:before {
  top: 40px;
}

.filters {
  margin-top: 38px;
  margin-bottom: 30px;
}
.filters .row {
  margin-bottom: 0;
}
.filters input[type='checkbox'] + div + label {
  padding-left: 0;
}

.events-recommend p {
  padding: 12px 0;
  clear: both;
}

.tag-list {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.tag-list .tag-link {
  display: block;
  float: left;
  height: 28px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  background-color: #25b7bc;
  text-align: center;
  line-height: 28px;
  margin-right: 2px;
}

.widget-list-view {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-list-view .tagline {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #25b7bc;
  background: transparent;
  border-bottom: 1px solid #25b7bc;
}
.widget-list-view .tagline span {
  position: relative;
}
.widget-list-view .tagline span:after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #25b7bc;
}
.widget-list-view .widget-list .widget-list-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-list-view .widget-list .widget-list-item i {
  float: left;
}
.widget-list-view .widget-list .widget-list-item .widget-list__info {
  padding-left: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #191b1f;
}
.widget-list-view .widget-list .widget-list-item .widget-list__info .widget-list__subtitle {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.widget-list-view .widget-list .widget-list-item .widget-list__info a {
  color: #191b1f;
}

.file-list .file-list-item {
  display: table;
  vertical-align: middle;
  margin-bottom: 30px;
}
.file-list .file-list-item i {
  display: table-cell;
}
.file-list .file-list-item .file-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.file-list .file-list-item .file-info p {
  margin: 0 !important;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  font-family: "museo-slab", serif;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.file-list .file-list-item .file-info span {
  font-weight: 300 !important;
  font-family: "museo-slab", serif;
}
.file-list .file-list-item:last-child {
  margin-bottom: 0;
}
.file-list .file-list-item:hover i {
  opacity: 0.5;
}
.file-list .file-list-item:hover .file-info p {
  color: #25b7bc !important;
}

ol {
  padding-left: 30px;
}
ol li {
  padding: 5px 0;
}

ul.default-list.bullet {
  list-style: disc outside none !important;
  padding-left: 35px;
}
ul.default-list.bullet li {
  padding: 5px 0;
}

.step {
  position: relative;
  display: block;
  width: 100%;
}
.step .step-num {
  position: relative;
  display: block;
  clear: both;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 36px;
  font-family: "museo-slab", serif;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #25b7bc;
  z-index: 1;
}
.step:after {
  position: absolute;
  top: 30px;
  right: 0%;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #25b7bc;
  z-index: 0;
}
.step:before {
  position: absolute;
  top: 30px;
  left: -30px;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #25b7bc;
}

.col-2:first-child .step:before {
  width: 0;
}

.news-list-view {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.news-list-view .tagline {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #25b7bc;
  background: transparent;
  border-bottom: 1px solid #25b7bc;
}
.news-list-view .tagline span {
  position: relative;
}
.news-list-view .tagline span:after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #25b7bc;
}
.news-list-view .post-date {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #858d79;
}

* {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #ebf9f1;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 20px;
}
body > section:last-of-type {
  margin-bottom: auto;
}

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

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

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

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

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

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

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

.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.blockquote {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #191b1f;
  font-weight: normal;
  font-style: italic;
}
.blockquote h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
}
.blockquote a {
  color: #191b1f;
}
.blockquote p {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
.blockquote.social-blockquote {
  position: relative;
  margin-bottom: 31px;
  padding: 25px 15px;
  border: 1px solid #25b7bc;
  margin-top: -11px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.blockquote.social-blockquote:after {
  position: absolute;
  content: '';
  bottom: -21px;
  left: 15px;
  width: 21px;
  height: 21px;
  background: url(../images/ui/icon-arrow-quote.png) no-repeat top center;
}

.user-navigation {
  display: table-cell;
  width: 30%;
  vertical-align: bottom;
}
.user-navigation .user-navigation--wrapper {
  width: 100%;
  display: table;
  vertical-align: bottom;
}

.logged-user {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-family: "museo-slab", serif;
  /*901px and up*/
}
@media (max-width: 72.5em) {
  .logged-user {
    padding: 0 12px;
  }
}
.logged-user .logged-icon-wrapper {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
}
.logged-user .logged-icon-wrapper .logged-icon {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  background-color: #8c1e3c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.logged-user .logged-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  /*901px and up*/
}
@media (max-width: 72.5em) {
  .logged-user .logged-content-wrapper {
    display: none;
  }
}
.logged-user .logged-content-wrapper p,
.logged-user .logged-content-wrapper a {
  position: relative;
  font-family: "museo-slab", serif;
  color: #fff;
  margin: 2px 0;
}
.logged-user .logged-content-wrapper a {
  font-size: 15px;
  font-weight: 700;
}
.logged-user .logged-content-wrapper a ~ a {
  padding-left: 15px;
}
.logged-user .logged-content-wrapper a ~ a:after {
  position: absolute;
  content: '|';
  color: #fff;
  left: 3px;
  top: 0;
}

.section-cda {
  display: block;
  float: left;
  width: 100%;
}
.section-cda .headline {
  font-family: "museo-slab", serif;
  margin: 0;
}
.section-cda p {
  margin: 10px 0;
  font-family: "museo-slab", serif;
  font-weight: 500;
  line-height: 18px;
}
.section-cda.f-white p {
  color: #fff;
}
.section-cda .contact-block {
  position: relative;
}
.section-cda .contact-block p {
  margin: 0;
  font-family: "museo-slab", serif;
}
.section-cda .contact-block p a {
  padding-left: 10px;
  color: #fff;
  font-weight: 700;
}
.section-cda .service {
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .service {
    width: 50%;
  }
}
@media (max-width: 47.938em) {
  .section-cda .service {
    width: 100%;
  }
}
.section-cda .service .img-responsive {
  width: 100%;
  height: auto;
}
.section-cda .service h3 {
  margin: 0;
}
.section-cda .service h3 a {
  color: #25b7bc;
}
.section-cda .service:nth-child(3n + 1) {
  clear: left;
  /*900px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .service:nth-child(3n + 1) {
    clear: inherit;
  }
}
.section-cda .service:nth-child(even), .section-cda .service:nth-child(odd) {
  /*900px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .service:nth-child(even), .section-cda .service:nth-child(odd) {
    clear: inherit;
  }
}
.section-cda .service:nth-child(2n + 1) {
  /*900px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .service:nth-child(2n + 1) {
    clear: left;
  }
}
.section-cda .feature {
  text-align: center;
  margin-top: 30px;
}
.section-cda .feature h3 {
  font-weight: normal;
  margin: 20px 0;
}
.section-cda .leader {
  text-align: center;
  margin-top: 30px;
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .leader {
    width: 33.33%;
  }
}
@media (max-width: 47.938em) {
  .section-cda .leader {
    width: 50%;
  }
}
.section-cda .leader:nth-child(4n + 1) {
  clear: left;
  /*900px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .leader:nth-child(4n + 1) {
    clear: inherit;
  }
}
.section-cda .leader:nth-child(3n + 1) {
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .section-cda .leader:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 47.938em) {
  .section-cda .leader:nth-child(3n + 1) {
    clear: inherit;
  }
}
.section-cda .leader:nth-child(2n + 1) {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .section-cda .leader:nth-child(2n + 1) {
    clear: left;
  }
}
.section-cda .leader h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.section-cda .leader h3 a {
  color: #fff;
}
.section-cda .leader p {
  margin: 0;
  font-family: "museo-slab", serif;
}

.about-cda {
  padding-bottom: 40px;
  min-height: 100% !important;
  min-height: 100vh !important;
  /*767px and down*/
}
.about-cda .background-image {
  min-height: 100%;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .about-cda .background-image {
    min-height: inherit;
  }
}
@media (max-width: 47.938em) {
  .about-cda {
    min-height: auto !important;
    min-height: auto !important;
  }
  .about-cda.title-cda--medium {
    min-height: 417px !important;
  }
}

.section-img-cda {
  position: relative;
  min-height: 490px;
  max-height: 490px;
  overflow: hidden;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .section-img-cda {
    min-height: 400px;
    max-height: 400px;
  }
}
.section-img-cda > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.section-img-cda > .container {
  position: absolute;
  top: 60%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .section-img-cda > .container {
    top: 50%;
  }
  .section-img-cda > .container .col-8 {
    width: 100%;
  }
}
.section-img-cda > .container h2,
.section-img-cda > .container p {
  font-family: "museo-slab", serif;
  line-height: normal;
}
.section-img-cda > .container h2 {
  padding-bottom: 20px;
}
.section-img-cda > .container p {
  font-size: 24px;
}

.col-contact {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .col-contact {
    width: 100% !important;
  }
}
.col-contact:after {
  position: absolute;
  content: '';
  left: -25%;
  bottom: -160px;
  width: 488px;
  height: 349px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(../images/ui/icon-contact-block.png);
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .col-contact:after {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

section,
.section {
  display: inline-block;
  width: 100%;
}
section .subscription,
.section .subscription {
  position: absolute;
  right: 15px;
  bottom: -13px;
  display: block;
  float: right;
  margin-top: -10px;
  text-align: right;
}

.title-cda {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.title-cda .background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-cda .title-cda--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.title-cda .title-cda--wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "museo-slab", serif;
  text-align: center;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .title-cda .title-cda--wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 29.938em) {
  .title-cda .title-cda--wrapper h2 {
    font-size: 24px;
  }
}
.title-cda .title-cda--wrapper .btn {
  font-size: 24px;
  font-weight: normal;
  height: auto;
  margin: 10px 0 10px -1px;
  padding: 5px 20px;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .title-cda .title-cda--wrapper .btn {
    font-size: 20px;
    padding: 5px 10px;
  }
}
@media (max-width: 29.938em) {
  .title-cda .title-cda--wrapper .btn {
    font-size: 16px;
    padding: 5px;
  }
}
.title-cda .title-cda--wrapper .btn-default {
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  border: none;
  background: #25b7bc;
}

.title-cda--medium {
  min-height: 417px;
  max-height: 417px;
  width: 100%;
}

.title-cda--shadow:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  background: none;
  background: -webkit-linear-gradient(top, #000, transparent);
  background: -o-linear-gradient(top, #000, transparent);
  background: -moz-linear-gradient(top, #000, transparent);
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

#trust a[href^='mailto:'] {
  color: #25b7bc;
  text-decoration: underline;
}

.provider-logos {
  width: 100%;
  margin: 40px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.provider-logos li {
  width: 180px;
  float: left;
  text-align: center;
}

.logo-action:hover img,
.logo-action img.onhover {
  display: none;
}

.logo-action:hover img.onhover {
  display: inline-block;
}

.zopim {
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .zopim {
    bottom: 29px !important;
  }
}

.tabs-container {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.tabs-container .tab {
  display: block;
  float: right;
  color: #25b7bc;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  padding: 0 20px;
  outline: none;
}
.tabs-container .tab.selected {
  color: #fff;
  background-color: #25b7bc;
}
.tabs-container .panel {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 40px;
  background-color: #e39b34;
  border-top: 6px solid #25b7bc;
}
.tabs-container .panel .form-row {
  display: inline-block;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  margin-bottom: 30px;
}
.tabs-container .panel .form-row:last-child {
  margin-bottom: 0;
}
.tabs-container .panel .form-row .search-input {
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
}
.tabs-container .panel .form-row .form-cell {
  display: block;
  float: left;
  text-align: left;
  width: 25% !important;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}
.tabs-container .panel .form-row .form-cell label {
  display: block;
  float: left;
  width: 100%;
}
.tabs-container .panel .form-row .form-cell input.medium {
  width: 100%;
  max-width: 100%;
}
.tabs-container .panel .form-row .form-cell input.small {
  width: 46%;
  float: left;
}
.tabs-container .panel .form-row .form-cell input:last-child.small {
  float: right;
}
.tabs-container .panel .form-row .form-cell .dash {
  width: 8%;
  display: block;
  float: left;
  line-height: 32px;
  text-align: center;
}
.tabs-container .panel .form-row.centered .form-cell {
  display: inline-block;
  float: none;
  text-align: left;
  width: 25% !important;
  padding-right: 15px;
  padding-left: 15px;
}
.tabs-container .panel input {
  margin-bottom: 0;
}
.tabs-container .panel .form-cell .select2 {
  width: 100% !important;
  border: none;
}
.tabs-container .panel .form-cell .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #191b1f;
}
.tabs-container .panel .form-cell .select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #191b1f transparent transparent transparent;
}
.tabs-container .panel .btn-search-sbmt {
  display: inline-block;
}
.tabs-container .panel .btn-search-sbmt span:before {
  color: #e39b34;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  font-family: "museo-slab", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  color: #191b1f;
  table-layout: fixed;
  overflow: hidden;
}
table td {
  border: none;
  border-bottom: 1px solid #b9b9b9;
  display: table-cell;
  padding: 15px 20px;
  text-align: right !important;
}
table td:first-child {
  text-align: left !important;
}
table.table-search-results {
  table-layout: inherit;
  margin-bottom: 20px;
}
table.table-search-results td {
  display: table-cell;
  border-bottom: 1px solid #b9b9b9;
  font-weight: normal;
  padding: 15px 20px;
  vertical-align: center;
}
table.table-search-results td.colspan {
  padding-bottom: 0;
}
table.table-search-results td:first-child {
  font-weight: bold;
  padding: 15px 0;
}
table.table-search-results td:first-child.colspan {
  padding-bottom: 0;
}
table.table-search-results td:hover:after {
  background-color: transparent;
}
table.table-search-results td i {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
table.table-search-results td a,
table.table-search-results td .compare,
table.table-search-results td .view {
  color: #25b7bc;
}
table.table-search-results td .compare {
  display: inline-block;
  cursor: pointer;
}
table.table-search-results td .date,
table.table-search-results td .time {
  color: #b9b9b9;
}
table tr td {
  padding: 15px 20px;
  vertical-align: center;
}
table tr td:first-child {
  padding: 15px 20px 15px 0;
}
table tr td span.company {
  color: #25b7bc;
}
table tr td span.number {
  font-size: 24px;
  font-weight: normal;
  word-break: break-all;
}
table tr td span.special {
  color: #e39b34;
}
table thead tr td {
  border-bottom: 1px solid #25b7bc;
  vertical-align: bottom;
  background-color: #ebf9f1;
  z-index: 0;
}
table tbody tr td {
  position: relative;
}
table tbody tr td:hover:after {
  content: '';
  position: absolute;
  background-color: #e9e6cb;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
table tfoot tr td {
  border-top: 1px solid #25b7bc;
  color: #25b7bc;
  background-color: #ebf9f1;
  z-index: 0;
}
table tfoot tr td a {
  color: #25b7bc;
}

.table {
  display: table;
  width: 100%;
}
.table .table-row {
  display: table-row;
}
.table .table-row .table-cell {
  display: table-cell;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  padding: 5px 0;
}
.table .table-row .table-cell a {
  color: #191b1f;
}
.table.sm-table .table-cell {
  width: 50%;
}
.table.sm-table .table-cell:last-child {
  text-align: right;
}

.default-table-container {
  display: block;
  float: left;
  width: 100%;
  overflow-y: scroll;
}

.default-table {
  table-layout: inherit;
  margin: 10px 0;
}
.default-table tr th {
  font-size: 15px;
  line-height: 20px;
  color: #25b7bc;
  text-align: left;
  padding: 7px 15px;
  border-bottom: 1px solid #25b7bc;
}
.default-table tr th.right-align {
  text-align: right;
}
.default-table tr th:first-child {
  padding: 7px 15px 7px 0;
}
.default-table tr td {
  padding: 7px 15px !important;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #191b1f;
  text-align: left;
}
.default-table tr td.right-align {
  text-align: right;
}
.default-table tr td:first-child {
  padding: 7px 15px 7px 0 !important;
}
.default-table tr td:hover:after {
  background-color: transparent;
}
.default-table tfoot td {
  border-top: none;
  font-weight: bold;
}

.companies-search-result-form {
  display: block;
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 20px 40px 10px 40px;
}
.companies-search-result-form input,
.companies-search-result-form select,
.companies-search-result-form .select2 {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #191b1f;
}
.companies-search-result-form input {
  min-width: 100%;
}
.companies-search-result-form .col-2,
.companies-search-result-form .col-3,
.companies-search-result-form .col-4 {
  margin: 0;
}
.companies-search-result-form .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #191b1f;
}
.companies-search-result-form .select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #191b1f transparent transparent transparent;
}
.companies-search-result-form .btn-search-sbmt {
  display: block;
  margin: 0 auto;
}
.companies-search-result-form .btn-search-sbmt input {
  margin-top: 0;
  margin-bottom: 0;
}
.companies-search-result-form .btn-search-sbmt span:before {
  color: #e39b34;
}

.sidebar-wrapper {
  min-width: 250px;
  margin-top: 50px;
  display: block;
  float: left;
}
.sidebar-wrapper ul {
  position: relative;
  top: inherit;
  list-style: none;
  margin-top: 0;
}
.sidebar-wrapper ul li {
  margin-bottom: 15px;
}
.sidebar-wrapper ul li a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 0 5px;
  color: #191b1f;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
}
.sidebar-wrapper ul li a.active {
  background-color: #e39b34;
  color: #fff;
}
.sidebar-wrapper ul li a.active:before {
  position: absolute;
  content: '';
  left: -11px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #e39b34;
}
.sidebar-wrapper ul.fixed {
  margin-top: 0px;
  position: fixed;
  bottom: 50%;
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}
.sidebar-wrapper ul.fixed-footer {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sidebar-menu.sticky {
  position: fixed;
  top: 0px;
  z-index: 6;
  margin-top: 30px;
}

.company-profile-section {
  display: block;
  float: left;
  width: 100%;
}

.block-account .block-content {
  margin-top: 20px;
  max-width: 180px;
}
.block-account .block-content ul {
  list-style: none;
}
.block-account .block-content ul li {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 15px;
}
.block-account .block-content ul li a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 0 5px;
  color: #25b7bc;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
}
.block-account .block-content ul li a.active, .block-account .block-content ul li a:hover {
  background-color: #e39b34;
  color: #fff;
}
.block-account .block-content ul li a.active:before, .block-account .block-content ul li a:hover:before {
  position: absolute;
  content: '';
  right: -11px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #e39b34;
}

.section-navigation {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 50px 0;
  border-radius: 0;
  border: none;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .section-navigation {
    display: none;
  }
}
.section-navigation .main-navigation-holder {
  width: 100%;
  display: table;
  border-bottom: 1px solid #25b7bc;
}
.section-navigation .main-navigation-holder .navbar-nav {
  float: left;
  margin: 0;
  padding-left: 0;
}
.section-navigation .main-navigation-holder .navbar-nav li {
  position: relative;
  display: block;
  float: left;
}
.section-navigation .main-navigation-holder .navbar-nav li a {
  display: block;
  margin: 0 15px;
  line-height: 20px;
  padding: 15px 0;
  color: #25b7bc;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-navigation .main-navigation-holder .navbar-nav li:first-child a {
  margin-left: 0;
}
.section-navigation .main-navigation-holder .navbar-nav li.active a {
  margin-bottom: -5px;
  color: #25b7bc;
  border-bottom: 5px solid #25b7bc;
  background: none;
}
.section-navigation.section-navigation--light .main-navigation-holder {
  border-bottom: 1px solid #fff;
}
.section-navigation.section-navigation--light .main-navigation-holder li a {
  color: #fff;
}
.section-navigation.section-navigation--light .main-navigation-holder li.active a {
  color: #fff;
  border-bottom-color: #fff;
}

fieldset {
  border: none;
}

textarea {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  text-indent: 10px;
  border: 1px solid #fff;
  height: 150px;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='text'] {
  max-width: 235px;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
}
input[type='email'].search-input,
input[type='number'].search-input,
input[type='password'].search-input,
input[type='text'].search-input {
  width: 100%;
  max-width: 100%;
  text-indent: 10px;
  height: 52px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 52px;
  color: #191b1f;
  font-family: "museo-slab", serif;
}
input[type='email'].error,
input[type='number'].error,
input[type='password'].error,
input[type='text'].error {
  border-color: #ff615f;
}

input[type='radio'] {
  display: none;
  max-width: 14px important;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

input[type='radio'] + label span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

input[type='radio']:checked + label span:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type='checkbox'] {
  display: none;
  max-width: 14px important;
  margin-right: 10px;
}

input[type='checkbox'] + div + label {
  padding-left: 24px;
  display: inline-block;
}

input[type='checkbox'] + div + label span,
input[type='checkbox'] + label span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #25b7bc;
  cursor: pointer;
  font-weight: 300;
}

input[type='checkbox']:checked + div + label span:after,
input[type='checkbox']:checked + label span:after {
  content: '\f00c';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font: normal normal normal 12px/32px FontAwesome;
  font-size: inherit;
  text-align: center;
}

input[type='checkbox'] + div + label i {
  font-style: normal;
  color: #b9b9b9;
}

input[type='button'] {
  border: none !important;
}

label img {
  vertical-align: middle;
}

.input-big {
  width: 395px !important;
  max-width: 100% !important;
}

.input-medium,
.select-medium,
.select-meium {
  width: 235px !important;
  max-width: 100% !important;
}

.select-medium + .select2-container {
  width: 235px !important;
  max-width: 100% !important;
}

.input-small {
  width: 155px !important;
  max-width: 100% !important;
}

.link-back {
  color: #000;
  font-weight: 700;
  position: relative;
}
.link-back:before {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #25b7bc;
}
.link-back:hover {
  opacity: 0.85;
}

.btn {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  border: none;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-show-more {
  display: block;
  margin: 50px auto;
  outline: none;
  color: #fff;
  border: none;
  background-color: #25b7bc;
  width: 120px;
  height: 120px;
  cursor: pointer;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  line-height: 120px;
}
.btn.btn-compare {
  position: relative;
  width: 50px;
  height: 50px;
  color: #e39b34;
  font-weight: bold;
}
.btn.btn-compare i {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  z-index: 1;
}
.btn.btn-compare:after {
  position: absolute;
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.btn-default {
  display: inline-block;
  height: 36px;
  padding: 0 50px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.btn-transparent {
  padding: 0 30px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  -moz-transition: all ease;
  -o-transition: all ease;
  -webkit-transition: all ease;
  transition: all ease;
}
.btn-transparent:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.btn-transparent-black {
  display: inline-block;
  margin: 15px 0;
  padding: 0 15px;
  max-width: inherit;
  width: auto;
  text-align: center;
  text-indent: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
  border: 1px solid #000;
  background: transparent;
}
.btn-transparent-black:hover {
  cursor: pointer;
  opacity: 0.8;
}

.btn-search {
  display: block;
  float: left;
  width: 60px;
  height: 50px;
  border: none;
  background-color: #8c1e3c;
  outline: none;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .btn-search {
    height: 45px;
  }
}
.btn-search i {
  position: relative;
}
.btn-search i:before {
  content: '\f002';
  height: 50px;
  width: 60px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  font-size: 20px;
  line-height: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .btn-search i:before {
    height: 45px;
    line-height: 45px;
  }
}

.btn-download {
  display: block;
  color: #191b1f;
}

.header .btn-search {
  float: right;
}

.btn-login {
  font-weight: 300;
  margin-left: 2px;
  padding: 12px 15px;
  height: 60px;
  line-height: 120%;
  color: #fff;
  background-color: #ff5d60;
  /*767px and down*/
  /*901px and up*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .btn-login {
    width: 60px;
    margin-left: 2px;
    padding: 12px 15px;
  }
}
@media (max-width: 72.5em) {
  .btn-login {
    width: 60px;
    height: 50px;
    margin-left: 2px;
    padding: 15px;
  }
}
@media (max-width: 29.938em) {
  .btn-login {
    padding: 12px 15px;
  }
}
.header-fixed-top .btn-login {
  height: 50px;
  margin-left: 2px;
  padding: 12px 15px;
}
.btn-login a {
  color: #fff;
  font-weight: bold;
}
.btn-login .log-user,
.btn-login .subscribe-user {
  /*767px and down*/
  /*901px and up*/
}
@media (max-width: 47.938em) {
  .btn-login .log-user,
  .btn-login .subscribe-user {
    font-size: 0;
    color: transparent;
  }
}
@media (max-width: 72.5em) {
  .btn-login .log-user,
  .btn-login .subscribe-user {
    height: 50px;
    font-size: 0;
    color: transparent;
  }
}
.header-fixed-top .btn-login .log-user:before, .btn-login .log-user:before, .header-fixed-top
.btn-login .subscribe-user:before,
.btn-login .subscribe-user:before {
  display: block;
  content: '\f2bd';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.btn-login .subscribe-user:before {
  content: '\f055' !important;
  display: none;
  /*901px and up*/
}
.header-fixed-top .btn-login .subscribe-user:before:before {
  display: block;
  font-size: 25px;
}
@media (max-width: 72.5em) {
  .btn-login .subscribe-user:before {
    display: block;
  }
}

.btn-continue {
  height: 32px;
  padding: 0 30px;
  color: #fff;
  font-weight: 700;
  font-family: "museo-slab", serif;
  -moz-transition: all ease;
  -o-transition: all ease;
  -webkit-transition: all ease;
  transition: all ease;
}
.btn-continue:hover {
  opacity: 0.85;
}

.header .btn-login {
  float: right;
  margin-top: 40px;
  /*901px and up*/
  /*767px and down*/
}
@media (max-width: 72.5em) {
  .header .btn-login {
    margin-top: 50px;
  }
}
@media (max-width: 47.938em) {
  .header .btn-login {
    margin-top: 0;
    height: 45px;
  }
}

.icon-log {
  width: 7px;
  height: 11px;
  display: inline-block;
  float: none;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/svg/icon-log.svg");
}

.icon-lock {
  width: 30px;
  height: 46px;
  display: inline-block;
  float: none;
  margin: 0 auto;
  vertical-align: middle;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/svg/icon-lock.svg");
  background-repeat: no-repeat;
}

.icon-big {
  display: block;
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .icon-big {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 29.938em) {
  .icon-big {
    width: 42px;
    height: 42px;
  }
}

.icon-small {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-newsletter {
  display: block;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/ui/icon-newsletter.png");
}

.icon-close {
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/ui/icon-close.png");
}

.icon-download-report {
  display: block;
  width: 64px;
  height: 63px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/ui/icon-download-report.png");
}

.icon-dashboard {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/ui/icon-dashboard-big.png");
}

.icon-download-simple {
  display: inline-block;
  width: 11px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background: url("../images/svg/icon-download.svg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-calendar.icon-big {
  background-image: url("../images/svg/icon-calendar-big.svg");
}
.icon-calendar.icon-small {
  background-image: url("../images/svg/icon-calendar-big.svg");
}

.icon-company_report.icon-big {
  background-image: url("../images/svg/icon-company-report.svg");
}

.icon-files {
  background-image: url("../images/svg/icon-files-big.svg");
}
.icon-files.icon-big {
  background-image: url("../images/svg/icon-files-big.svg");
}

.icon-company_report.icon-small {
  background-image: url("../images/svg/icon-company-report.svg");
}
.icon-company_report.icon-small.white {
  background-image: url("../images/svg/icon-company-report-white.svg");
}

.icon-report-white {
  background-image: url("../images/svg/icon-tender-report-white2.svg");
}

.icon-infinity-white {
  background-image: url("../images/svg/icon-infinity-white.svg");
}

.icon-eye-white {
  background-image: url("../images/svg/icon-eye-white.svg");
}

.icon-download {
  background-image: url("../images/svg/icon-download.svg");
}

.icon-user {
  background-image: url("../images/svg/icon-user.svg");
}

.icon-industry_report {
  background-image: url("../images/svg/icon-industry-report.svg");
}

.icon-infographic {
  background-image: url("../images/svg/icon-infographic.svg");
}

.icon-interview {
  background-image: url("../images/svg/icon-interview.svg");
}

.icon-media {
  background-image: url("../images/svg/icon-media.svg");
}

.icon-media_monitoring {
  background-image: url("../images/svg/icon-media-monitoring.svg");
}

.icon-broker_reports {
  background-image: url("../images/svg/icon-broker-report.svg");
}

.icon-see_top100 {
  background-image: url("../images/svg/icon-see-top100.svg");
}

.icon-country-report {
  background-image: url("../images/svg/icon-country-report.svg");
}

.icon-power_market_review {
  background-image: url("../images/svg/icon-power-market-review.svg");
}

.icon-analysis {
  background-image: url("../images/svg/icon-analysis.svg");
}

.icon-report.icon-small {
  background-image: url("../images/ui/icon-report-small.png");
}

.icon-tender.icon-small {
  background-image: url("../images/svg/icon-tender.svg");
}

.icon-tender_report {
  background-image: url("../images/svg/icon-tender-report.svg");
}

.bg-deep_green .icon-company_report.icon-small {
  background-image: url("../images/svg/icon-company-report-white.svg");
}
.bg-deep_green .icon-industry_report.icon-small {
  background-image: url("../images/svg/icon-industry-report-white.svg");
}
.bg-deep_green .icon-infographic.icon-small {
  background-image: url("../images/svg/icon-infographic-white.svg");
}
.bg-deep_green .icon-interview.icon-small {
  background-image: url("../images/svg/icon-interview-white.svg");
}
.bg-deep_green .icon-media.icon-small {
  background-image: url("../images/svg/icon-media-white.svg");
}
.bg-deep_green .icon-media_monitoring.icon-small {
  background-image: url("../images/svg/icon-media-monitoring-white.svg");
}
.bg-deep_green .icon-broker_reports.icon-small {
  background-image: url("../images/svg/icon-broker-report-white.svg");
}
.bg-deep_green .icon-see_top100.icon-small {
  background-image: url("../images/svg/icon-see-top100-white.svg");
}
.bg-deep_green .icon-country-report.icon-small {
  background-image: url("../images/svg/icon-country-report-white.svg");
}
.bg-deep_green .icon-power_market_review.icon-small {
  background-image: url("../images/svg/icon-power-market-review-white.svg");
}

.social-media {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-left: 30px;
  color: #191b1f;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}
.social-media span {
  display: block;
  float: left;
  width: 100%;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: normal;
}
.social-media:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #25b7bc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  font-size: 12px;
  line-height: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ebf9f1;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-media:hover:before {
  color: #fff;
}
.social-media.twitter:before {
  content: '\f099';
}

footer .social-media-list li {
  margin-bottom: 10px;
}
footer .social-media {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
footer .social-media:before {
  position: absolute;
  content: '';
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #25b7bc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  font-size: 12px;
  line-height: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #1a1a1a;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social-media:hover:before {
  color: #fff;
}
footer .social-media.twitter:before {
  content: '\f099';
}
footer .social-media.google-plus:before {
  content: '\f0d5';
}
footer .social-media.linkedin:before {
  content: '\f0e1';
}
footer .social-media.facebook:before {
  content: '\f09a';
}

.select2-container--default .select2-selection--single {
  border: 1px solid #25b7bc;
  border-radius: 15px;
  height: 36px;
}

.form-wrapper
.form-group
span.select2.select2-container--default
.select2-selection__rendered.is-selected {
  color: #000 !important;
  font-weight: 400;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #8c1e3c;
  line-height: 36px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 28px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #8c1e3c transparent transparent transparent;
}

.btn-search-sbmt {
  display: block;
  width: 64px;
  text-align: center;
}
.btn-search-sbmt span {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  border-radius: 64px;
  cursor: pointer;
}
.btn-search-sbmt span input {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  border-radius: 64px;
  margin-bottom: 0 !important;
  font-size: 0;
  color: transparent;
  background-color: #fff;
}
.btn-search-sbmt span:before {
  position: absolute;
  content: '\f002';
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  border-radius: 64px;
  display: inline-block;
  font: normal normal normal 42px/1 FontAwesome;
  font-size: 42px;
  line-height: 64px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #8c1e3c;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search-sbmt label {
  text-align: center;
}

label {
  min-height: 18px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  text-align: left;
  font-weight: 300;
}
label span {
  font-weight: bold;
}
label.downsel {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
label.downsel + select
+ .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #000;
}

.search-input::-webkit-input-placeholder {
  color: #191b1f;
}

.search-input:-moz-placeholder {
  color: #191b1f;
}

.search-input::-moz-placeholder {
  color: #191b1f;
}

.search-input:-ms-input-placeholder {
  color: #191b1f;
}

::-webkit-input-placeholder {
  color: #b9b9b9;
}

:-moz-placeholder {
  color: #b9b9b9;
}

::-moz-placeholder {
  color: #b9b9b9;
}

:-ms-input-placeholder {
  color: #b9b9b9;
}

.expand-content {
  position: relative;
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #25b7bc;
  cursor: pointer;
}
.expand-content:after {
  position: absolute;
  content: '\f0d7';
  display: block;
  width: 25px;
  height: 25px;
  color: #526490;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  line-height: 29px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.expand-content.active:after {
  content: '\f0d8';
  line-height: 24px;
}

.i-hamburger {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #125b5e;
}

.slicknav_btn {
  display: block;
  float: left;
  position: relative;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.i-hamburger:focus,
.slicknav_btn:focus {
  outline: none;
}

.i-hamburger span,
.slicknav_btn .slicknav_icon {
  display: block;
  position: absolute;
  top: 22px;
  left: 21px;
  right: 21px;
  height: 3px;
  background-color: white;
}

.i-hamburger span::after,
.i-hamburger span::before,
.slicknav_btn .slicknav_icon:after,
.slicknav_btn .slicknav_icon:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: '';
}

.i-hamburger.is-active span,
.i-hamburger.is-active span::after,
.i-hamburger.is-active span::before,
.slicknav_btn.slicknav_open .slicknav_icon,
.slicknav_btn.slicknav_open .slicknav_icon:after,
.slicknav_btn.slicknav_open .slicknav_icon:before {
  background-color: #125b5e;
}

.i-hamburger span::before,
.slicknav_btn .slicknav_icon::before {
  top: -6px;
}

.i-hamburger span::after,
.slicknav_btn .slicknav_icon::after {
  bottom: -6px;
}

.i-hamburger span,
.slicknav_btn .slicknav_icon {
  transition: background 0s 0.3s;
}

.i-hamburger span::after,
.i-hamburger span::before,
.slicknav_btn .slicknav_icon:after,
.slicknav_btn .slicknav_icon:before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.i-hamburger span::before,
.slicknav_btn .slicknav_icon::before {
  transition-property: top, transform;
}

.i-hamburger span::after,
.slicknav_btn .slicknav_icon::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.i-hamburger.is-active,
.slicknav_btn.slicknav_open {
  background-color: #fff;
}

.i-hamburger.is-active span,
.slicknav_btn.slicknav_open .slicknav_icon {
  background: none;
}

.i-hamburger.is-active span::before,
.slicknav_btn.slicknav_open .slicknav_icon::before {
  top: 0;
  transform: rotate(45deg);
}

.i-hamburger.is-active span::after,
.slicknav_btn.slicknav_open .slicknav_icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.i-hamburger.is-active span::after,
.i-hamburger.is-active span::before,
.slicknav_btn.slicknav_open .slicknav_icon::after,
.slicknav_btn.slicknav_open .slicknav_icon::before {
  transition-delay: 0s, 0.3s;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: white;
}

.tooltip-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: url("../images/svg/icon-tooltip.svg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.btn-scroll-up {
  position: absolute;
  top: 0;
  left: 50%;
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
  left: calc(50%);
  width: 64px;
  height: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  border-radius: 64px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/svg/icon-scroll-up.svg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  outline: none;
}
.btn-scroll-up:hover {
  opacity: 0.95;
}

.in-focus {
  display: block;
  float: left;
  clear: both;
  height: 34px;
  margin: 0;
  font-family: "museo-slab", serif;
  font-size: 15px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.in-focus .in-focus--position {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 1px;
  color: #fff;
  background-color: #25b7bc;
}
.in-focus .in-focus--btn {
  display: block;
  float: left;
  min-width: 104px;
  height: 34px;
  padding: 0 10px;
  color: #fff;
  background-color: #25b7bc;
}

.forgot-password-container {
  padding: 60px 0;
}
.forgot-password-container h2 {
  color: #25b7bc;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.forgot-password-container .input-box {
  display: block;
  float: left;
  margin: 15px 0;
}
.forgot-password-container .input-box input {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  float: left;
  margin-bottom: 10px;
}
.forgot-password-container .forgot-password-box,
.forgot-password-container .message {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.account-info-edit-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.account-info-edit-wrapper h3 {
  line-height: normal;
  margin-bottom: 30px;
}
.account-info-edit-wrapper form label {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 0;
  font-family: "museo-slab", serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}
.account-info-edit-wrapper form input {
  width: 100%;
  display: block;
  float: left;
}
.account-info-edit-wrapper form .form-buttons {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.account-info-edit-wrapper form .input-box {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  float: left;
  margin-bottom: 10px;
}

.new-password-box {
  padding: 60px 0;
}
.new-password-box h3 {
  line-height: normal;
  margin-bottom: 30px;
}
.new-password-box form label {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: "museo-slab", serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}
.new-password-box form input {
  width: 100%;
  display: block;
  float: left;
}
.new-password-box form .form-buttons {
  display: block;
  float: left;
  width: 100%;
}
.new-password-box form .form-buttons input {
  display: block;
  margin: 0 auto;
}
.new-password-box form .input-box {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  float: left;
  margin-bottom: 10px;
}

.required-entry.error {
  border: 2px solid #ff5d60;
}

.form-button {
  display: block;
  max-width: 124px;
  line-height: 34px;
  font-size: 15px;
  font-family: "museo-slab", serif;
  font-family: 700;
  text-align: center;
  text-indent: 0;
  color: #fff;
  background-color: #125b5e;
  border: none;
}

#billing-form,
#subscription-form {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
#billing-form h3,
#subscription-form h3 {
  line-height: normal;
  margin-bottom: 30px;
}
#billing-form .input-box,
#subscription-form .input-box {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0;
  line-height: 32px;
  vertical-align: middle;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  #billing-form .input-box,
  #subscription-form .input-box {
    margin: 5px auto;
  }
}
#billing-form label,
#subscription-form label {
  display: block;
  float: left;
  width: 100%;
  line-height: normal;
}
#billing-form .form-push_left,
#subscription-form .form-push_left {
  margin-left: 170px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  #billing-form .form-push_left,
  #subscription-form .form-push_left {
    margin-left: 0;
  }
}
#billing-form .form-label_left,
#subscription-form .form-label_left {
  width: 170px;
  display: block;
  float: left;
  padding-right: 15px;
  vertical-align: middle;
  text-align: right;
  line-height: 32px;
  margin-bottom: 0;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  #billing-form .form-label_left,
  #subscription-form .form-label_left {
    text-align: left;
  }
}
#billing-form .form-buttons,
#subscription-form .form-buttons {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
#billing-form .form-buttons input,
#subscription-form .form-buttons input {
  min-width: 120px;
}
#billing-form .col-6,
#subscription-form .col-6 {
  /*1140px and down*/
}
@media (max-width: 81.429em) {
  #billing-form .col-6,
  #subscription-form .col-6 {
    width: 100% !important;
  }
}

.subscription-form {
  display: block;
  float: left;
  width: 100%;
}
.subscription-form .input-box {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.subscription-form .input-box label {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

.selpos label {
  display: block;
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  line-height: 32px;
  min-width: 150px;
}
.selpos .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #000;
}

.popup {
  display: none;
  width: 760px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 90px !important;
  position: fixed;
  border: 5px solid #ff5d60;
  border-radius: 5px;
  background: #fff;
  z-index: 99999999999;
  /*767px and down*/
  /*479px and down*/
}
.popup.open {
  display: block;
}
.popup:before, .popup:after {
  content: ' ';
  width: 0;
  height: 0;
  left: 18%;
  bottom: -25px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ff5d60;
}
.popup:after {
  margin-left: 3px;
  bottom: -17px;
  border-width: 17px;
  border-top-color: #fff;
}
.popup .popup-holder {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 30px;
}
.popup .popup-holder .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  /*479px and down*/
}
.popup .popup-holder .row:before {
  display: none;
}
@media (max-width: 29.938em) {
  .popup .popup-holder .row {
    margin-bottom: 20px;
  }
}
.popup .col-5 {
  margin-top: 0;
}
.popup .popup-desc {
  height: 100%;
  background: #ffdcdf;
}
.popup .msg-onmobile {
  padding: 15px;
  color: #000;
  display: none;
}
@media (max-width: 47.938em) {
  .popup {
    width: auto;
    margin-left: 0;
    left: 10px;
  }
}
@media (max-width: 29.938em) {
  .popup {
    top: 45px;
    bottom: 0 !important;
    left: 0;
    right: 0;
    margin-bottom: 120px;
    margin-left: 0;
    border-radius: 0;
    padding-bottom: 0;
  }
  .popup .col-5 {
    width: 100%;
  }
  .popup .disc-list {
    display: none;
  }
  .popup .msg-onmobile {
    display: block;
  }
}
.popup h3 {
  margin-top: 0;
  padding-bottom: 10px;
}
.popup .popup-title {
  padding: 5px 10px;
  color: #fff;
  background: #ff5d60;
}
.popup ul {
  padding: 15px;
}
.popup ul li {
  float: none;
}
.popup ul.disc-list li:before {
  background-color: #ff5d60;
}
.popup .input-box {
  line-height: 16px;
  margin-bottom: 10px;
}
.popup input[type='email'],
.popup input[type='number'],
.popup input[type='password'],
.popup input[type='text'] {
  height: 40px;
  max-width: none;
  border: 2px solid #ff5d60;
}
.popup input[type='checkbox'] + label {
  font-size: 14px;
  color: #000;
}
.popup input[type='checkbox'] + label span {
  padding: 7px;
  border: 2px solid #ff5d60;
}
.popup input[type='checkbox']:checked + label span:after {
  color: #000;
}
.popup .form-button {
  font-size: 18px;
  text-transform: uppercase;
  max-width: none;
  padding: 5px 20px;
  cursor: pointer;
  background: #ff5d60;
}
.popup .form-button:hover {
  opacity: 0.85;
}
.popup .close-popup {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  /*479px and down*/
}
.popup .close-popup:after {
  display: block;
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #ff5d60;
  text-align: center;
}
@media (max-width: 29.938em) {
  .popup .close-popup {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

#chart-info {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 30px 0 30px;
  min-height: 65px;
}
#chart-info .col-6 {
  text-align: left;
}
#chart-info .col-6 p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
#chart-info .col-6 p span {
  font-weight: normal;
}
#chart-info .col-6:last-child {
  text-align: right;
}

#chart {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  min-height: 330px;
}

.sn-icon {
  background-image: url("../images/svg/icons-nu.svg");
  background-size: 900px 600px;
  background-repeat: repeat;
  border-radius: 50%;
  /* SM ICONS -- 30x30 */
  /* XL ICONS -- 75x75 */
  /* XS ICONS */
}
.sn-icon.articles {
  background-position: 0 0;
}
.sn-icon.megaphone {
  background-position: -75px 0;
}
.sn-icon.toggle {
  background-position: -45px -150px;
}
.sn-icon.articles-xs {
  background-position: -30px -75px;
}
.sn-icon.info {
  background-position: 0px -105px;
}
.sn-icon.company {
  background-position: -135px -150px;
}
.sn-icon.industry {
  background-position: -180px -150px;
}
.sn-icon.macro {
  background-position: -225px -150px;
}
.sn-icon.broker {
  background-position: -270px -150px;
}
.sn-icon.tender {
  background-position: -315px -150px;
}
.sn-icon.regulation {
  background-position: -315px -150px;
}
.sn-icon.fb {
  background: url(../images/svg/icon-fb-circle.svg);
  background-size: cover;
  border-radius: 0;
}
.sn-icon.tw {
  background-position: -30px -270px;
}
.sn-icon.in {
  background-position: -60px -270px;
}
.sn-icon.gmail {
  background-position: -90px -270px;
}
.sn-icon.pen {
  background-position: -120px -270px;
}
.sn-icon.wifi {
  background-position: -150px -270px;
}
.sn-icon.companies {
  background-position: -180px -270px;
}
.sn-icon.sort {
  background-position: -240px -270px;
}
.sn-icon.thankyou {
  background-position: -300px 0px;
}
.sn-icon.check {
  background-position: -30px -330px;
}
.sn-icon.bell {
  background-position: -45px -330px;
}
.sn-icon.download {
  background-position: -180px -330px;
}
.sn-icon.profile {
  background-position: -195px -330px;
}
.sn-icon.stack-xs {
  background-position: -210px -330px;
}
.sn-icon.destroy {
  background-position: -225px -330px;
}
.sn-icon.go {
  background-position: -240px -330px;
}

.sn-icon.lg {
  height: 75px;
  width: 75px;
  min-width: 75px;
}

.sn-icon.md {
  height: 45px;
  width: 45px;
  min-width: 45px;
}

.sn-icon.sm {
  height: 30px;
  width: 30px;
  min-width: 30px;
}

.sn-icon.xs {
  height: 15px;
  width: 15px;
  min-width: 15px;
}

.icon {
  display: inline-block;
}

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

.icon--with-stroke svg {
  stroke: currentColor;
}

.icon.icon--sm {
  display: inline-block;
}

.icon--text {
  font-size: 22px;
  font-weight: 300;
}

.icon--symbol {
  font-size: 30px;
  font-weight: 300;
}

.icon--tiny {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.icon--sm {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.icon--md {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.icon--lg {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (min-width: 540px) {
  .icon--lg {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

.sn-btn {
  display: inline-block;
  text-align: center;
  max-width: 140px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  border: none;
}
.sn-btn.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sn-btn.icon .sn-icon {
  margin-right: 0.6em;
}
.sn-btn.large {
  max-width: 204px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
}
.sn-btn.rounded {
  border-radius: 20px;
}
.sn-btn.block {
  max-width: 100%;
}
.sn-btn.danger {
  background-color: #ff615f;
}

.sn-link {
  display: inline-block;
}
.sn-link.icon {
  width: 100%;
  display: flex;
  align-items: center;
}
.sn-link.icon .sn-icon,
.sn-link.icon .icon {
  margin-right: 0.6em;
}
.sn-link:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn-icon {
  -webkit-display: flex;
  display: flex;
}
.btn-icon .sn-icon {
  margin-right: 10px;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
}

.col-2 {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}

.col-3 {
  -ms-flex: 0 0 24.9%;
  flex: 0 0 24.9%;
  max-width: 24.9%;
}

.col-4 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 100%;
}

.col-5 {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}

.col-6 {
  -ms-flex: 0 0 49.8%;
  flex: 0 0 49.8%;
  max-width: 49.8%;
}

.col-7 {
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}

.col-8 {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
  max-width: 83%;
}

.col-11 {
  -ms-flex: 0 0 91%;
  flex: 0 0 91%;
  max-width: 91%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8%;
}

.offset-2 {
  margin-left: 16%;
}

.offset-3 {
  margin-left: 24.9%;
}

.offset-4 {
  margin-left: 33%;
}

.offset-5 {
  margin-left: 41%;
}

.offset-6 {
  margin-left: 49.8%;
}

.offset-7 {
  margin-left: 58%;
}

.offset-8 {
  margin-left: 66%;
}

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

.offset-10 {
  margin-left: 83%;
}

.offset-11 {
  margin-left: 91%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91%;
    flex: 0 0 91%;
    max-width: 91%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8%;
  }

  .offset-sm-2 {
    margin-left: 16%;
  }

  .offset-sm-3 {
    margin-left: 24.9%;
  }

  .offset-sm-4 {
    margin-left: 33%;
  }

  .offset-sm-5 {
    margin-left: 41%;
  }

  .offset-sm-6 {
    margin-left: 49.8%;
  }

  .offset-sm-7 {
    margin-left: 58%;
  }

  .offset-sm-8 {
    margin-left: 66%;
  }

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

  .offset-sm-10 {
    margin-left: 83%;
  }

  .offset-sm-11 {
    margin-left: 91%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }

  .col-md-3 {
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }

  .col-md-6 {
    -ms-flex: 0 0 49.8%;
    flex: 0 0 49.8%;
    max-width: 49.8%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91%;
    flex: 0 0 91%;
    max-width: 91%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8%;
  }

  .offset-md-2 {
    margin-left: 16%;
  }

  .offset-md-3 {
    margin-left: 24.9%;
  }

  .offset-md-4 {
    margin-left: 33%;
  }

  .offset-md-5 {
    margin-left: 41%;
  }

  .offset-md-6 {
    margin-left: 49.8%;
  }

  .offset-md-7 {
    margin-left: 58%;
  }

  .offset-md-8 {
    margin-left: 66%;
  }

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

  .offset-md-10 {
    margin-left: 83%;
  }

  .offset-md-11 {
    margin-left: 91%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 49.8%;
    flex: 0 0 49.8%;
    max-width: 49.8%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91%;
    flex: 0 0 91%;
    max-width: 91%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8%;
  }

  .offset-lg-2 {
    margin-left: 16%;
  }

  .offset-lg-3 {
    margin-left: 24.9%;
  }

  .offset-lg-4 {
    margin-left: 33%;
  }

  .offset-lg-5 {
    margin-left: 41%;
  }

  .offset-lg-6 {
    margin-left: 49.8%;
  }

  .offset-lg-7 {
    margin-left: 58%;
  }

  .offset-lg-8 {
    margin-left: 66%;
  }

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

  .offset-lg-10 {
    margin-left: 83%;
  }

  .offset-lg-11 {
    margin-left: 91%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91%;
    flex: 0 0 91%;
    max-width: 91%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8%;
  }

  .offset-xl-2 {
    margin-left: 16%;
  }

  .offset-xl-3 {
    margin-left: 24.9%;
  }

  .offset-xl-4 {
    margin-left: 33%;
  }

  .offset-xl-5 {
    margin-left: 41%;
  }

  .offset-xl-6 {
    margin-left: 49.8%;
  }

  .offset-xl-7 {
    margin-left: 58%;
  }

  .offset-xl-8 {
    margin-left: 66%;
  }

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

  .offset-xl-10 {
    margin-left: 83%;
  }

  .offset-xl-11 {
    margin-left: 91%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin: 0 -15px 20px -15px;
}

.row:after,
.row:before {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

.col {
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.col-2 {
  position: relative;
  display: block;
  flex-basis: 16%;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-2 {
    width: 33%;
  }
  .col-2:nth-child(3n + 2) {
    clear: left;
  }
}
@media (max-width: 29.938em) {
  .col-2 {
    width: 50%;
  }
  .col-2:nth-child(3n + 2) {
    clear: inherit;
  }
  .col-2:nth-child(2n) {
    clear: left;
  }
}

img {
  max-width: 100%;
}

.col-3 {
  position: relative;
  display: block;
  flex-basis: 25%;
}

.col-4 {
  position: relative;
  display: block;
  flex-basis: 33%;
  margin-top: 10px;
  margin-bottom: 50px;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-4 {
    flex-basis: 50%;
  }
}
@media (max-width: 29.938em) {
  .col-4 {
    flex-basis: 100%;
  }
}
.col-4:nth-child(even) {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .col-4:nth-child(even) {
    clear: left;
  }
}

.col-5 {
  position: relative;
  display: block;
  flex-basis: 41%;
  margin-top: 10px;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .col-5 {
    flex-basis: 100%;
  }
}

.col-6 {
  position: relative;
  display: block;
  flex-basis: 50%;
  margin-top: 10px;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .col-6 {
    flex-basis: 100%;
  }
}

.col-7 {
  position: relative;
  display: block;
  flex-basis: 58%;
  margin-top: 10px;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .col-7 {
    flex-basis: 100%;
  }
}

.col-8 {
  position: relative;
  display: block;
  flex-basis: 66%;
  margin-top: 10px;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-8 {
    flex-basis: 50%;
  }
}
@media (max-width: 29.938em) {
  .col-8 {
    flex-basis: 100%;
  }
}

.col-9 {
  position: relative;
  display: block;
  flex-basis: 75%;
  margin-top: 10px;
}

.col-10 {
  position: relative;
  display: block;
  flex-basis: 83%;
  margin-top: 10px;
}

.col-12 {
  position: relative;
  display: block;
  flex-basis: 100%;
}

.col-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.col-md-3 {
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 29.938em) {
  .col-md-3 {
    width: 100%;
  }
}

.col-sm-3 {
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-sm-3 {
    width: 40%;
  }
}
@media (max-width: 29.938em) {
  .col-sm-3 {
    width: 100%;
  }
}

.col-sm-9 {
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-sm-9 {
    width: 60%;
  }
}
@media (max-width: 29.938em) {
  .col-sm-9 {
    width: 100%;
  }
}
.col-sm-9 .col-12,
.col-sm-9 .col-6 {
  margin-top: 0;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .col-sm-9 .col-12,
  .col-sm-9 .col-6 {
    width: 100%;
  }
}

.col-sm-12 {
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 29.938em) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.clearfix {
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hide {
  display: none;
}

.top-space {
  padding-top: 60px;
}

.top-space-medium {
  padding-top: 30px;
  overflow: hidden;
}

.bottom-space {
  padding-bottom: 60px;
}

.bottom-space-medium {
  padding-top: 30px;
}

.centered {
  display: block;
  margin: 0 auto;
}

.section-image {
  width: 100%;
  height: auto;
}

.header {
  padding-bottom: 5px;
}
.header .header-section {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.header .header-section .background-image {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header .header-section .background-image {
    min-height: 100%;
  }
}
.header .next-layer {
  display: none;
}
.header .nav-header {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
}
.header .nav-header:after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #25b7bc;
  z-index: 101;
}
.header .nav-header button.i-hamburger {
  display: none;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header .nav-header button.i-hamburger {
    display: none;
  }
}
.header .nav {
  display: flex;
  justify-content: space-between;
}
.header.header-fixed-top {
  padding-top: 150px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header.header-fixed-top {
    position: relative;
  }
}
.header.header-fixed-top button.i-hamburger {
  display: block;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header.header-fixed-top button.i-hamburger {
    display: none;
  }
}
.header.header-fixed-top .nav-header {
  border-top: 5px solid #25b7bc;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header.header-fixed-top .nav-header:after {
  height: 0;
}
.header.header-fixed-top .search-header {
  position: fixed;
  top: 45px;
  z-index: 999;
}
.header.header-fixed-top .main-menu {
  display: block;
  position: relative;
  margin: 0;
}
.header.header-fixed-top .main-menu.hidden + .next-layer {
  display: flex;
}
.header.header-fixed-top .main-menu + .next-layer {
  display: none;
}
.header.header-fixed-top .main-menu > ul {
  display: none;
  float: left;
}
.header.header-fixed-top .main-menu > ul > li > a {
  line-height: 45px;
  padding: 0 7px;
}
.header.header-fixed-top .main-menu-sub {
  display: none;
}
.header.header-fixed-top .next-layer {
  line-height: 45px;
  padding-left: 10px;
}
.header.header-fixed-top .next-layer .next-story a {
  display: none;
}
.header.header-fixed-top .next-layer .next-story a span {
  color: #191b1f !important;
}
.header.header-fixed-top .next-layer .next-story a:hover span {
  text-decoration: underline;
}
.header.header-fixed-top .next-layer .next-story a.active {
  display: block;
}
.header.header-fixed-top .next-layer .next-story a.active + .active {
  display: none;
}
.header.header-fixed-top .next-layer span {
  font-size: 15px;
  line-height: 45px;
  font-family: "museo-slab", serif;
  font-weight: bold;
  color: #25b7bc;
  padding-right: 10px;
}
.header.header-fixed-top .site-logo {
  padding: 0px 30px;
  margin: 0 !important;
  width: 130px;
  height: 45px;
}
.header.header-fixed-top .site-logo a {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 17px;
  height: 18px;
}
.header.header-fixed-top .site-logo a:after {
  position: absolute;
  content: '';
  left: 8px;
  bottom: 2px;
  height: 18px;
  background: url(../images/svg/logo-small.svg) no-repeat top center;
}
.header.header-fixed-top .btn-login,
.header.header-fixed-top .search-block {
  margin-top: 0;
}
.header.header-fixed-top .btn-login .btn-search i:before,
.header.header-fixed-top .search-block .btn-search i:before {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
.header.header-fixed-top .btn-login {
  position: relative;
  font-size: 0;
  color: transparent;
}
.header.header-fixed-top .btn-login .logged-user {
  padding: 0 12px;
  font-size: 15px;
}
.header.header-fixed-top .btn-login .logged-user a {
  font-weight: 700;
}
.header.header-fixed-top .btn-login .logged-user .logged-content-wrapper {
  display: none;
  color: #fff;
}
.header .site-logo {
  display: block;
  position: relative;
  padding: 0px 30px;
  margin: 10px 0 0 0 !important;
  width: 165px;
  height: 90px;
  color: #fff;
  background-color: #25b7bc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header .site-logo {
    padding: 0px 30px;
    margin: 0 !important;
    width: 130px;
    height: 45px;
  }
}
.header .site-logo a {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 126px;
  height: 0px;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header .site-logo a {
    top: 50%;
    left: -3px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: auto;
    height: 18px;
  }
}
.header .site-logo a:after {
  position: absolute;
  content: '';
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 10px;
  width: 150px;
  height: 65px;
  background: url(../images/svg/logo-full.svg) no-repeat top center;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .header .site-logo a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    transform: translate(-5%, 0%);
    height: 18px;
    background: url(../images/svg/logo-small.svg) no-repeat top center;
  }
}
@media (max-width: 767px) {
  .header .wrap-inner {
    padding: 0px;
  }
}
.header .menu-wrap {
  display: flex;
  align-items: flex-end;
}
.header .menu-wrap .main-menu {
  margin: 0px;
}
.header .menu-wrap .btn-srch {
  margin: 0px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 5px;
  margin-left: 15px;
}
.header .menu-wrap .btn-srch i {
  display: block;
  font-size: 20px;
  color: #125b5e;
  text-align: center;
  font-style: normal;
  font-family: 'FontAwesome';
}
.header .buttons-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header .buttons-wrap .btn {
  font-weight: 300;
  margin-left: 2px;
  line-height: 120%;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
.header .buttons-wrap .btn .i-wrap {
  position: relative;
}
.header .buttons-wrap .btn .i-wrap:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.header .buttons-wrap .btn span {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .header .buttons-wrap .btn {
    flex-direction: row;
    width: auto;
    height: 100%;
    padding-right: 1em;
  }
  .header .buttons-wrap .btn span {
    margin-top: 0;
    margin-right: 5px;
    color: #a5a5a5;
  }
  .header .buttons-wrap .btn .notification-badge {
    color: #fff;
  }
}
.header .buttons-wrap .btn.btn-pricing {
  background-color: #8c253e;
}
.header .buttons-wrap .btn.btn-pricing .i-wrap:before {
  content: '\f058';
}
.header .buttons-wrap .btn.btn-new {
  background-color: #ff5d60;
}
.header .buttons-wrap .btn.btn-new .i-wrap:before {
  content: '\f055';
}
.header .buttons-wrap .btn.btn-login {
  background-color: #125b5e;
}
.header .buttons-wrap .btn.btn-login .i-wrap:before {
  content: '\f2bd';
}
.header .buttons-wrap .btn.btn-profile {
  background-color: #125b5e;
}
.header .buttons-wrap .btn.btn-profile .i-wrap:before {
  content: '\f2bd';
}
.header .btn-pricing {
  background-color: #ff5d60;
}

.main-menu {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  margin-top: 60px;
  margin-left: 5px;
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .main-menu {
    margin-top: 50px;
    height: 50px;
  }
}
@media (max-width: 47.938em) {
  .main-menu {
    margin-top: 0;
    height: 45px;
  }
}

.main-navigation {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  overflow: visible;
  /*900px and down*/
}
.main-navigation ul {
  overflow: visible;
}
@media (max-width: 56.25em) {
  .main-navigation {
    display: none !important;
  }
}
.main-navigation li {
  display: block;
  float: left;
  line-height: 40px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .main-navigation li {
    width: 100%;
  }
}
.main-navigation li > a {
  display: block;
  padding: 0 13px;
  color: #125b5e;
  line-height: 40px !important;
  /*901px and up*/
}
@media (max-width: 72.5em) {
  .main-navigation li > a {
    padding: 0 10px;
  }
}
.main-navigation li:hover a {
  opacity: 1;
  color: #fff;
  background-color: #25b7bc;
}
.main-navigation li .sub-menu {
  display: none;
}
.main-navigation li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  height: 40px;
  padding-top: 5px;
  z-index: 120;
}
.main-navigation li > ul.sub-menu > li {
  position: relative;
  margin: 0;
  height: 40px;
}
.main-navigation li > ul.sub-menu > li a {
  position: relative;
  padding-right: 30px;
  color: #fff;
  background-color: #25b7bc;
}
.main-navigation li > ul.sub-menu > li a:after {
  position: absolute;
  content: '\f078';
  top: 14px;
  right: 15px;
  display: inline-block;
  line-height: 40px;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation li > ul.sub-menu > li:hover a, .main-navigation li > ul.sub-menu > li.hover a {
  opacity: 1;
  background-color: #1c898c;
}
.main-navigation li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  min-height: 40px;
  padding-top: 0px;
  background-color: #1c898c;
}
.main-navigation li > ul.sub-menu > li > ul.sub-menu li {
  width: 100%;
  min-width: 240px;
  min-height: 40px;
  display: block;
  float: left;
  clear: both;
  background: transparent;
}
.main-navigation li > ul.sub-menu > li > ul.sub-menu li a {
  background-color: #1c898c;
}
.main-navigation li > ul.sub-menu > li > ul.sub-menu li a:after {
  content: '';
}
.main-navigation li > ul.sub-menu > li > ul.sub-menu li:hover a {
  opacity: 1;
  background-color: #125b5e;
}

.slicknav_btn {
  height: 50px;
  width: 60px;
  margin: 0;
  background-color: #125b5e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.slicknav_btn span.slicknav_icon-bar,
.slicknav_btn span.slicknav_menutxt {
  display: none;
}

.slicknav_menu {
  display: none;
  padding: 0;
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .slicknav_menu {
    display: block;
    float: left;
  }
  .slicknav_menu ul.slicknav_nav {
    position: absolute;
    top: 100px;
    z-index: 100;
    background-color: #25b7bc;
    left: 0;
    width: 100%;
  }
  .slicknav_menu ul.slicknav_nav li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    outline: none;
  }
  .slicknav_menu ul.slicknav_nav li ul {
    margin-left: 0;
  }
  .slicknav_menu ul.slicknav_nav li ul li {
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .slicknav_menu ul.slicknav_nav li ul a {
    border-bottom: 1px solid #125b5e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .slicknav_menu ul.slicknav_nav li ul a a {
    border-bottom: 0;
  }
  .slicknav_menu ul.slicknav_nav li a {
    position: relative;
    color: #fff;
    padding: 0 15px;
  }
  .slicknav_menu ul.slicknav_nav li a:hover {
    background-color: transparent;
    color: #125b5e;
    outline: none;
  }
  .slicknav_menu ul.slicknav_nav li a a {
    color: #fff;
    padding: 0;
  }
  .slicknav_menu ul.slicknav_nav li a .slicknav_arrow {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 47.938em) {
  .slicknav_menu ul.slicknav_nav {
    top: 45px;
  }
}

.next-layer {
  display: block;
}

@media screen and (max-width: 56.25em) {
  /* .main-navigation is the original menu */
  .js .main-navigation {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .nav-header .menu-wrap .main-menu ul li a.slicknav_item,
  .header .nav-header .menu-wrap .main-menu ul li a.nav-link {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav-header .menu-wrap .main-menu ul li ul li a.slicknav_item,
  .header .nav-header .menu-wrap .main-menu ul li ul li a.nav-item_sub {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav-header .menu-wrap .main-menu ul li ul li a.slicknav_item .slicknav_arrow,
  .header .nav-header .menu-wrap .main-menu ul li ul li a.nav-item_sub .slicknav_arrow {
    top: 5px !important;
  }
  .header .nav-header .menu-wrap .main-menu ul li ul li ul li a {
    border-bottom: none !important;
    font-weight: 300;
  }
  .header .nav-header .menu-wrap .main-menu ul li.hidden-md-up a {
    padding: 35px 15px 15px;
    position: relative;
  }
  .header .nav-header .menu-wrap .main-menu ul li.hidden-md-up .i-wrap:before {
    content: '';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    text-align: center;
    top: 15px;
    left: 50%;
    margin-left: -9px;
  }
  .header .nav-header .menu-wrap .main-menu ul li.pricing .i-wrap:before {
    content: '\f058';
  }
  .header .nav-header .menu-wrap .main-menu ul li.new .i-wrap:before {
    content: '\f055';
  }
  .header .nav-header .buttons-wrap .btn-new,
  .header .nav-header .buttons-wrap .btn-pricing {
    display: none;
  }
  .header .nav-header .buttons-wrap .btn.btn-login,
  .header .nav-header .buttons-wrap .btn.btn-profile {
    background-color: transparent;
    border-radius: 50%;
    position: relative;
  }
  .header .nav-header .buttons-wrap .btn.btn-login .i-wrap:before,
  .header .nav-header .buttons-wrap .btn.btn-profile .i-wrap:before {
    color: #125b5e;
  }
  .header .nav-header .buttons-wrap .btn-profile {
    color: #a5a5a5;
    font-size: 13px;
  }
}

.btn-profile {
  position: relative;
}

.notification-badge {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  background: #ff615f;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .notification-badge {
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}

.widget-blockquote .blockquote {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #191b1f;
  font-weight: normal;
  font-style: italic;
}
.widget-blockquote .blockquote h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
}
.widget-blockquote .blockquote a {
  color: #191b1f;
  font-size: 20px;
  line-height: 24px;
}
.widget-blockquote .blockquote p {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
.widget-blockquote .author {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #191b1f;
}

.widget-latest .title {
  display: block;
  float: left;
  width: 100%;
  color: #191b1f;
}
.widget-latest .title a {
  color: #191b1f;
}
.widget-latest .image {
  position: relative;
  display: block;
  float: left;
  max-width: 368px;
  width: 100%;
  max-height: 207px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .widget-latest .image {
    max-width: 100%;
  }
}
.widget-latest .image img {
  min-width: 368px;
  height: 207px;
  width: auto;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .widget-latest .image img {
    width: 100%;
  }
}
.widget-latest .image a {
  display: block;
  cursor: pointer;
}
.widget-latest .short-description {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #191b1f;
}
.widget-latest .short-description a {
  color: #191b1f;
}
.widget-latest .short-description p {
  margin: 10px 0;
}
.widget-latest .post-date {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  color: #858d79;
}
.widget-latest:hover .image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.widget-chart .image {
  position: relative;
  display: block;
  float: left;
  max-width: 368px;
  width: 100%;
  max-height: 207px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .widget-chart .image {
    max-width: 100%;
  }
}
.widget-chart .image img {
  min-width: 368px;
  height: 207px;
  width: auto;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .widget-chart .image img {
    width: 100%;
  }
}
.widget-chart .image a {
  display: block;
  cursor: pointer;
}
.widget-chart .title {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 5px 0;
  color: #191b1f;
  font-size: 15px;
  font-weight: bold;
}
.widget-chart .title a {
  color: #191b1f;
}
.widget-chart .post-date {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  color: #858d79;
}

.widget-story_feed {
  display: block;
  float: left;
}
.widget-story_feed ul li {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #191b1f;
}
.widget-story_feed ul li a {
  color: #191b1f;
}

.widget-interview .image {
  position: relative;
  display: block;
  float: left;
  max-width: 368px;
  width: 100%;
  max-height: 207px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .widget-interview .image {
    max-width: 100%;
  }
}
.widget-interview .image img {
  min-width: 368px;
  height: 207px;
  width: auto;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .widget-interview .image img {
    width: 100%;
  }
}
.widget-interview .image a {
  display: block;
  cursor: pointer;
}
.widget-interview .blockquote {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #191b1f;
  font-weight: normal;
  font-style: italic;
}
.widget-interview .blockquote h3 {
  font-weight: normal;
  font-style: italic;
}
.widget-interview .blockquote a {
  color: #191b1f;
}
.widget-interview .blockquote p {
  margin: 10px 0;
}
.widget-interview .author {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #191b1f;
}

.widget-numbers {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-numbers .number {
  margin: 10px 0 0 0;
  font-family: "museo-slab", serif;
  font-size: 72px;
  font-weight: normal;
  font-style: italic;
  line-height: 70px;
  color: #191b1f;
}
.widget-numbers .number a,
.widget-numbers .number span {
  display: inline-block;
  color: #191b1f;
}
.widget-numbers .number a.f-white,
.widget-numbers .number span.f-white {
  color: #fff;
}

.widget-dashboard-numbers {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-dashboard-numbers .number {
  margin: 10px 0 0 0;
  font-family: "museo-slab", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #191b1f;
}
.widget-dashboard-numbers .number a,
.widget-dashboard-numbers .number span {
  display: inline-block;
  color: #191b1f;
}
.widget-dashboard-numbers .number a.f-white,
.widget-dashboard-numbers .number span.f-white {
  color: #fff;
}

.widget-tags-item {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.widget-tags-item .taxonomy-name {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  color: #191b1f;
}
.widget-tags-item .taxonomy-name p {
  font-size: 12px;
  line-height: normal;
  color: #191b1f;
}
.widget-tags-item .taxonomy-items a {
  padding-right: 5px;
  font-size: 12px;
  line-height: normal;
  color: #25b7bc;
}

.free-profile {
  display: block;
  float: left;
  clear: both;
  padding: 0 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ff5d60;
}

.layer .title {
  display: block;
  float: left;
  width: 100%;
  color: #191b1f;
}
.layer .title a {
  color: #191b1f;
}
.layer .image {
  position: relative;
  display: block;
  float: left;
  max-width: 368px;
  width: 100%;
  max-height: 207px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .layer .image {
    max-width: 100%;
  }
}
.layer .image img {
  min-width: 368px;
  height: 207px;
  width: auto;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .layer .image img {
    width: 100%;
  }
}
.layer .image a {
  display: block;
  cursor: pointer;
}
.layer .short-description {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #191b1f;
}
.layer .short-description a {
  color: #191b1f;
}
.layer .short-description p {
  margin: 10px 0;
}
.layer .post-date {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  color: #858d79;
}
.layer:hover .image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.image-lift {
  position: relative;
}
.image-lift .top-tagline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.image-lift img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.image-lift .content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 2;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .image-lift .content {
    position: relative;
    padding: 0;
    color: #191b1f;
  }
}
.image-lift .content h2 {
  font-size: 40px;
  line-height: 45px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .image-lift .content h2 {
    font-size: 24px;
    line-height: 30px;
    color: #191b1f;
  }
}
.image-lift .content h2 a {
  color: #fff;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .image-lift .content h2 a {
    color: #191b1f;
  }
}
.image-lift .content p {
  font-size: 15px;
  line-height: 20px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .image-lift .content p {
    color: #191b1f;
  }
}
.image-lift .content p a {
  color: #fff;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .image-lift .content p a {
    color: #191b1f;
  }
}
.image-lift .content p a:hover {
  color: #25b7bc;
}
.image-lift .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */
}

.commercial-section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 120px;
  text-align: center;
}
.commercial-section .col-12 {
  position: inherit;
}
.commercial-section form input {
  margin-right: 5px;
}
.commercial-section .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
}
.commercial-section h2 {
  margin-bottom: 10px;
  font-family: "museo-slab", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}
.commercial-section h2 a {
  color: #fff;
}

.section-background {
  display: block;
  float: left;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.section-background .bg-section {
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-background .section-container {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: table;
  min-height: 200px;
  vertical-align: middle;
  overflow: hidden;
}
.section-background .section-container .profile {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.section-background .section-container .content {
  display: table-cell;
  vertical-align: middle;
}
.section-background .section-container .content h1 {
  line-height: normal;
  font-family: "museo-slab", serif;
  font-weight: 700;
  color: #fff;
}
.section-background .section-container .content p {
  color: #fff;
}

.section-subscription .col-10 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .section-subscription .col-10 {
    width: 100%;
    left: inherit;
    right: inherit;
  }
}
.section-subscription .col-7,
.section-subscription .col-5 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .section-subscription .col-7,
  .section-subscription .col-5 {
    width: 50%;
    left: inherit;
    right: inherit;
  }
}
.section-subscription .row {
  margin-bottom: 0;
}

.section-dashboard-numbers .col-4 {
  margin-bottom: 0;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .section-dashboard-numbers .col-4 {
    width: 33.33%;
    clear: inherit;
  }
}
@media (max-width: 29.938em) {
  .section-dashboard-numbers .col-4 {
    width: 100%;
  }
}
.section-dashboard-numbers .col-10 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .section-dashboard-numbers .col-10 {
    width: 100%;
  }
}

.content-title {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 5px solid #25b7bc;
}
.content-title h2 {
  font-family: "museo-slab", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -0.025;
  color: #25b7bc;
}

.content-image {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.content-image img {
  width: 100%;
  height: auto;
}

.content-description p {
  margin: 15px 0;
}
.content-description a {
  color: #25b7bc;
}
.content-description .company-link {
  position: relative;
  color: #191b1f;
  font-weight: bold;
  padding-left: 22px;
}
.content-description .company-link:before {
  position: absolute;
  content: '';
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/svg/icon-company-report.svg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.author-post {
  display: block;
  float: left;
  width: 100%;
}
.author-post .author-avatar {
  width: 30%;
  height: 50px;
  display: block;
  float: left;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.author-post .author-avatar img {
  max-width: 46px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #25b7bc;
}
.author-post .author-name {
  width: 70%;
  padding-top: 5px;
  padding-right: 5px;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.author-post .author-info,
.author-post .post-date {
  display: block;
  float: left;
  width: 60%;
  font-size: 12px;
  line-height: normal;
}
.author-post .author-info span,
.author-post .author-info p,
.author-post .author-info a,
.author-post .post-date span,
.author-post .post-date p,
.author-post .post-date a {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  color: #191b1f;
}
.author-post .author-info p,
.author-post .author-info a,
.author-post .post-date p,
.author-post .post-date a {
  margin: 5px 0;
  font-weight: bold;
  color: #25b7bc;
}
.author-post .post-date {
  padding-top: 5px;
  width: 40%;
}

.trending-header {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.trending-header .tagline {
  color: #fff;
  border-color: #fff;
}
.trending-header .tagline span {
  font-size: 24px;
}
.trending-header .tagline span:after {
  background-color: #fff;
}
.trending-header .layers {
  display: none;
}
.trending-header .layer-image {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
}
.trending-header .layer-image img {
  width: 100%;
  height: auto;
}
.trending-header .layer-image .position {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 15px;
  color: #526490 !important;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
}
.trending-header .layer-item {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.trending-header .layer-item .subtitle {
  font-size: 10px;
  text-transform: uppercase;
}
.trending-header .layer-item .title {
  font-size: 15px;
  font-weight: bold;
}

.wide-background {
  position: relative;
}
.wide-background .content-image {
  position: relative;
  z-index: 1;
  min-height: 620px;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .wide-background .content-image {
    min-height: 520px;
  }
}
@media (max-width: 47.938em) {
  .wide-background .content-image {
    min-height: 420px;
  }
}
.wide-background .content-image img {
  display: block;
  min-height: 620px;
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .wide-background .content-image img {
    min-height: 520px;
  }
}
@media (max-width: 47.938em) {
  .wide-background .content-image img {
    min-height: 420px;
  }
}
.wide-background .wide-intro {
  position: relative;
  min-height: 620px;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  /*900px and down*/
  /*767px and down*/
}
@media (max-width: 56.25em) {
  .wide-background .wide-intro {
    min-height: 520px;
  }
}
@media (max-width: 47.938em) {
  .wide-background .wide-intro {
    min-height: 420px;
  }
}
.wide-background .wide-title {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.wide-background .wide-title .content-title {
  border: none;
}
.wide-background .wide-title h2 {
  color: #fff;
}

.news-single .col-8 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .news-single .col-8 {
    width: 100%;
  }
}
.news-single .col-4 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .news-single .col-4 {
    width: 100%;
  }
}

.text-block ol {
  padding-left: 30px;
}
.text-block ol li {
  padding: 5px 0;
}
.text-block ul {
  list-style: disc outside none !important;
  padding-left: 35px;
}
.text-block ul li {
  padding: 5px 0;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner h2 {
  line-height: normal;
  font-family: "museo-slab", serif;
  font-weight: 700;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner h2 {
    font-size: 32px;
  }
}
.banner hr {
  width: 100%;
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  height: 5px;
  background-color: #fff;
  border-color: #fff;
}
.banner img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner .row {
  position: relative;
  z-index: 2;
}
.banner .description {
  margin: 50px 0;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner .description {
    margin: 20px 0;
  }
}
.banner .description.col-8 {
  margin: 50px -15px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner .description.col-8 {
    width: 100%;
    margin: 20px -15px;
  }
}
.banner .btn {
  display: block;
  float: left;
  clear: both;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 15px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.banner.banner-big {
  min-height: 450px;
  max-height: 450px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-big {
    min-height: 350px;
    max-height: 350px;
  }
}
.banner.banner-big .col-12 {
  min-height: 450px;
  max-height: 450px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-big .col-12 {
    min-height: 350px;
    max-height: 350px;
  }
}
.banner.banner-big .col-12 .description {
  margin: 50px 0;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-big .col-12 .description {
    margin: 20px 0;
  }
}
.banner.banner-big .col-12 .description.col-8 {
  margin: 50px -15px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-big .col-12 .description.col-8 {
    width: 100%;
    margin: 20px -15px;
  }
}
.banner.banner-company, .banner.banner-small {
  min-height: 180px;
  max-height: 180px;
  max-width: 1184px;
  margin: 0 auto;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-company, .banner.banner-small {
    min-height: 80px;
    max-height: 350px;
  }
}
.banner.banner-company .col-12, .banner.banner-small .col-12 {
  min-height: 180px;
  max-height: 180px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-company .col-12, .banner.banner-small .col-12 {
    min-height: 350px;
    max-height: 180px;
  }
}
.banner.banner-company .col-12 .description, .banner.banner-small .col-12 .description {
  margin-bottom: 10px;
}
.banner.banner-company .col-12 .description.col-8, .banner.banner-company .col-12 .description.col-9, .banner.banner-small .col-12 .description.col-8, .banner.banner-small .col-12 .description.col-9 {
  margin: 0px -15px 10px -15px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .banner.banner-company .col-12 .description.col-8, .banner.banner-company .col-12 .description.col-9, .banner.banner-small .col-12 .description.col-8, .banner.banner-small .col-12 .description.col-9 {
    width: 100%;
  }
}
.banner.banner-company .col-12 .tagline, .banner.banner-small .col-12 .tagline {
  font-size: 24px;
  padding-top: 0;
  width: 100%;
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .banner.banner-company .col-12 .tagline, .banner.banner-small .col-12 .tagline {
    font-size: 18px;
  }
}
.banner.banner-company .col-12 .tagline.f-white, .banner.banner-small .col-12 .tagline.f-white {
  color: #fff;
  border-color: #fff;
}
.banner.banner-company .col-12 .tagline.f-white span:after, .banner.banner-small .col-12 .tagline.f-white span:after {
  background-color: #fff;
  border-color: #fff;
}
.banner.banner-small {
  max-width: 100%;
}

.paywall-tooltips {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
.paywall-tooltips img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.paywall-tooltips .paywall-tooltips--block {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '';
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  max-width: 600px;
  width: 100%;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  /*height: 100%;*/
}
.paywall-tooltips .paywall-tooltips--block > div {
  display: table-cell;
  min-height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.paywall-tooltips .paywall-tooltips--block .image {
  position: relative;
  max-width: 62px;
  width: 10%;
}
.paywall-tooltips .paywall-tooltips--block .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--link {
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content {
  max-width: 528px;
  width: 80%;
  padding: 10px 2px;
  text-align: center;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content p,
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content div {
  display: inline;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip {
  position: relative;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip > span {
  position: relative;
  border-bottom: 1px dotted #fff;
  margin-right: 15px;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip > span:after {
  position: absolute;
  content: '';
  top: -2px;
  right: -14px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/ui/icon-info.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content {
  display: none;
  position: absolute;
  top: 27px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 220px;
  padding: 15px;
  background-color: #fff;
  font: 300 13px/16px "museo-slab", serif;
  text-align: left;
  color: #000;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content:before {
  position: absolute;
  content: '';
  top: -5px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content p,
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content li {
  font: 300 13px/16px "museo-slab", serif;
  color: #000;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content p {
  font-weight: 700;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content .tooltip-list li {
  position: relative;
  padding: 5px 0 0 15px;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip .tooltip-content .tooltip-list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ff5d60;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip:hover {
  cursor: pointer;
}
.paywall-tooltips .paywall-tooltips--block .paywall-tooltips--content .tooltip:hover .tooltip-content {
  display: block;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#counter {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 0px;
  overflow: hidden;
  position: fixed;
  z-index: 16000002;
  padding-bottom: 5px;
  left: 0;
  right: 200px;
  bottom: 0px;
  color: #fff;
  border-radius: 0 5px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*479px and down*/
  /*767px and down*/
}
#counter .counter-item {
  flex: 1;
  padding: 5px 5px 0 5px;
  text-align: center;
}
@media (max-width: 29.938em) {
  #counter {
    right: 0;
    border-radius: 0;
    display: block;
  }
  #counter .counter-item {
    text-align: left;
  }
}
@media (max-width: 47.938em) {
  #counter .counter-item {
    text-align: left;
  }
}
#counter strong {
  margin-right: 5px;
}
#counter a {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}
#counter a:hover {
  text-decoration: none;
}
#counter .icon-small {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.point-of-sale .point-container {
  display: block;
  float: left;
  width: 100%;
}
.point-of-sale .point-container .point-content {
  margin-top: 12px;
  position: relative;
  padding: 30px 30px 30px 130px;
}
.point-of-sale .point-container .point-content:before {
  position: absolute;
  content: '';
  top: -12px;
  left: 30px;
  width: 62px;
  height: 125px;
  background-repeat: no-repeat;
  background-image: url(../images/ui/icon-point-of-sale.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.point-of-sale .point-container .point-content h3 {
  font-size: 30px;
}
.point-of-sale .point-container .point-content p {
  color: #8c1e3c;
  font: 700 24px/24px "museo-slab", serif;
  padding: 15px 0;
}
.point-of-sale .point-container .point-content ul li {
  position: relative;
  color: #fff;
  font: 300 18px/normal "museo-slab", serif;
  padding: 0 0 15px 25px;
}
.point-of-sale .point-container .point-content ul li:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 9px;
  width: 10px;
  height: 10px;
  display: block;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #8c1e3c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.point-of-sale .point-container .point-footer {
  position: relative;
  padding: 20px 30px 25px 130px;
}
.point-of-sale .point-container .point-footer p {
  color: #fff;
  font: 700 18px/normal "museo-slab", serif;
  padding-bottom: 15px;
}
.point-of-sale .point-container .point-footer:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(../images/ui/icon-phone.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.point-of-sale .point-container .point-footer input {
  margin-right: 10px;
}
.point-of-sale .point-container .point-footer .btn {
  vertical-align: top;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.loading-bar {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.loading-bar .bar {
  display: inline-block;
  width: 145px;
  height: 5px;
  margin: 0 4px;
  text-align: center;
  background-color: #fff;
}
.loading-bar .bar.loaded {
  background-color: #ff5d60;
}

.pricing-plan {
  display: block;
  float: left;
  width: 100%;
}
.pricing-plan .pricing-component {
  position: relative;
  display: block;
  width: 100%;
  min-height: 103px;
  padding: 25px 30px;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-family: "museo-slab", serif;
  /*767px and down*/
  /*901px and up*/
}
@media (max-width: 47.938em) {
  .pricing-plan .pricing-component {
    font-size: 20px;
  }
}
@media (max-width: 72.5em) {
  .pricing-plan .pricing-component {
    padding: 25px 20px;
  }
}
.pricing-plan .pricing-component .pricing-time {
  display: block;
  float: left;
  text-align: left;
  font-weight: 700;
}
.pricing-plan .pricing-component .pricing-price {
  display: block;
  float: right;
  text-align: right;
  font-weight: 300;
}
.pricing-plan .pricing-btn {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.pricing-plan .package {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.pricing-plan .package .package-text {
  position: relative;
  z-index: 1;
}
.pricing-plan .package .ribbon {
  position: absolute;
  top: -3px;
  left: -40px;
  height: 23px;
  width: 200px;
  background-color: #fff;
  z-index: 0;
  /*901px and up*/
}
@media (max-width: 72.5em) {
  .pricing-plan .package .ribbon {
    left: -30px;
  }
}
.pricing-plan .package .ribbon:after {
  position: absolute;
  content: '';
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 11px solid transparent;
  border-right-width: 9px;
  border-right-style: solid;
}
.pricing-plan .package.package-light_red {
  color: #ff5d60;
}
.pricing-plan .package.package-light_red .ribbon {
  border: 1px solid #ff5d60;
}
.pricing-plan .package.package-light_red .ribbon:after {
  border-right-color: #ff5d60;
}
.pricing-plan .package.package-claret {
  color: #8c1e3c;
}
.pricing-plan .package.package-claret .ribbon {
  border: 1px solid #8c1e3c;
}
.pricing-plan .package.package-claret .ribbon:after {
  border-right-color: #8c1e3c;
}

.fwdnewsletter {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.fwdnewsletter .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .close {
    right: 0;
  }
}
.fwdnewsletter .view-sample {
  position: absolute;
  left: 0;
  bottom: 35px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .fwdnewsletter .view-sample {
    display: none;
  }
}
.fwdnewsletter .view-sample img {
  width: 84px;
  height: 141px;
}
.fwdnewsletter .view-sample p {
  padding: 0;
  margin: 0;
}
.fwdnewsletter h2 {
  font-size: 50px;
  font-family: "museo-slab", serif;
  font-weight: 700;
  line-height: normal;
  /*767px and down*/
  /*479px and down*/
  /*375px and down*/
}
@media (max-width: 47.938em) {
  .fwdnewsletter h2 {
    font-size: 40px;
  }
}
@media (max-width: 29.938em) {
  .fwdnewsletter h2 {
    font-size: 32px;
  }
}
@media (max-width: 23.438em) {
  .fwdnewsletter h2 {
    font-size: 24px;
  }
}
.fwdnewsletter h3 {
  font-size: 24px;
  font-family: "museo-slab", serif;
  font-weight: 700;
  line-height: normal;
}
.fwdnewsletter p {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  font-family: "museo-slab", serif;
  line-height: normal;
}
.fwdnewsletter .fwdnewsletter-info {
  display: block;
  text-align: center;
  padding: 22px 0;
}
.fwdnewsletter .fwdnewsletter-info .info-item {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0 5px;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .fwdnewsletter .fwdnewsletter-info .info-item {
    padding: 10px;
  }
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-info .info-item {
    text-align: center;
  }
}
.fwdnewsletter .fwdnewsletter-info .info-item h3 {
  margin-top: -5px;
}
.fwdnewsletter .fwdnewsletter-info .info-item p {
  padding: 0;
  margin: 0;
}
.fwdnewsletter .fwdnewsletter-info .info-item.info-icon {
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-info .info-item.info-icon {
    display: none;
  }
}
.fwdnewsletter .fwdnewsletter-info .info-item.info-btn {
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-info .info-item.info-btn {
    margin-top: 10px;
  }
}
.fwdnewsletter .fwdnewsletter-content {
  display: none;
  text-align: center;
  min-height: 360px;
  padding-top: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fwdnewsletter .fwdnewsletter-content form {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0 auto;
  /*479px and down*/
  /*375px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-content form {
    display: inline-block;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 23.438em) {
  .fwdnewsletter .fwdnewsletter-content form {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}
.fwdnewsletter .fwdnewsletter-content form .input-box {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-content form .input-box {
    display: inline-block;
    float: inherit;
  }
}
.fwdnewsletter .fwdnewsletter-content form .input-box label {
  width: 100px;
  padding-right: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  float: left;
  line-height: 33px;
  text-align: right;
  font-weight: 300;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-content form .input-box label {
    width: auto;
  }
}
.fwdnewsletter .fwdnewsletter-content form .input-box input {
  float: left;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-content form .input-box input {
    float: left;
    width: 100%;
    max-width: 100%;
  }
}
.fwdnewsletter .fwdnewsletter-content form .form-button-content {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  padding-left: 100px;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-content form .form-button-content {
    margin-top: 15px;
    padding-left: 0;
  }
}
.fwdnewsletter .fwdnewsletter-content form .form-button-content .form-button-wrapper {
  width: 235px;
  display: block;
  text-align: center;
  /*479px and down*/
}
@media (max-width: 29.938em) {
  .fwdnewsletter .fwdnewsletter-content form .form-button-content .form-button-wrapper {
    width: inherit;
  }
}
.fwdnewsletter .fwdnewsletter-content .fwdnewsletter-confirm {
  display: none;
  clear: both;
}

.banner-inline {
  position: relative;
}
.banner-inline span {
  position: absolute;
  color: white;
  background-color: #1b1b1b;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 100% 0;
  font-size: 12px;
  padding: 0px 5px;
  top: 0px;
  right: 15px;
}

.section--heading {
  padding: 30px 0px;
}
.section--heading .wrap {
  -webkit-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section--heading .wrap .sn-icon {
  margin-right: 15px;
}
.section--heading .centered-title {
  margin: 0.6em 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section--heading {
    padding: 45px 0px;
  }
}

.page-header {
  position: relative;
  overflow: visible;
  padding: 1.6em 0;
  background: #125b5e;
}
@media screen and (min-width: 540px) {
  .page-header {
    padding: 3em 0;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.page-header__bg img {
  width: auto;
  height: 100%;
  opacity: 0.7;
}

.page-header__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}

.page-header__icon {
  padding: 0 1.2em 0 0;
  color: #fff;
}

.page-header__title {
  padding: 0.2em 0 0;
}
.page-header__title h1 {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 540px) {
  .page-header__title h1 {
    font-size: 50px;
  }
}
.page-header__title p {
  font-size: 14px;
}

.search-block {
  display: block;
  float: right;
  width: 60px;
  border: none;
  outline: none;
  margin-top: 50px;
  height: 50px;
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .search-block {
    margin-top: 0;
    height: 45px !important;
  }
}

.search-header {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  padding: 30px 0;
  background-color: #8c1e3c;
  z-index: 10;
}
.search-header:after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #8c1e3c;
}
.search-header:before {
  position: absolute;
  content: '';
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #8c1e3c;
}
.search-header .container .row {
  display: block;
}
.search-header input,
.search-header .search-input {
  width: 100%;
  max-width: 100%;
  text-indent: 10px;
  height: 52px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 52px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.l-input,
.search-header .search-input.l-input {
  height: 52px;
  font-size: 30px;
  line-height: 52px;
}
.search-header input.l-input::-webkit-input-placeholder,
.search-header .search-input.l-input::-webkit-input-placeholder {
  font-size: 30px;
  line-height: 52px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.l-input:-moz-placeholder,
.search-header .search-input.l-input:-moz-placeholder {
  font-size: 30px;
  line-height: 52px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.l-input::-moz-placeholder,
.search-header .search-input.l-input::-moz-placeholder {
  font-size: 30px;
  line-height: 52px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.l-input:-ms-input-placeholder,
.search-header .search-input.l-input:-ms-input-placeholder {
  font-size: 30px;
  line-height: 52px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.m-input,
.search-header .search-input.m-input {
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}
.search-header input.m-input::-webkit-input-placeholder,
.search-header .search-input.m-input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.m-input:-moz-placeholder,
.search-header .search-input.m-input:-moz-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.m-input::-moz-placeholder,
.search-header .search-input.m-input::-moz-placeholder {
  ffont-size: 16px;
  line-height: 32px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header input.m-input:-ms-input-placeholder,
.search-header .search-input.m-input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #8c1e3c;
  font-family: "museo-slab", serif;
}
.search-header .select-list {
  display: inline-block;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}
.search-header .select-list--item {
  display: block;
  float: left;
  width: 20% !important;
  padding-right: 15px;
  padding-left: 15px;
}
.search-header .select-list--item .select2 {
  width: 100% !important;
}
.search-header .btn-search-sbmt {
  margin: 30px auto 0 auto;
  text-align: center;
}

.search-results-wrp {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.search-results-wrp .search-result-title {
  margin-bottom: 10px;
}
.search-results-wrp .search-result-title a {
  color: #191b1f;
  font-weight: bold;
}
.search-results-wrp .search-result-title p {
  margin: 0;
}
.search-results-wrp .search-result-title span {
  color: #25b7bc;
}
.search-results-wrp .search-result-title .post-date {
  font-size: 12px;
  line-height: normal;
  color: #858d79;
}

.company-summary {
  display: block;
  float: left;
  width: 100%;
  margin-top: -10px;
  padding: 30px;
  border-top: 5px solid #e39b34;
}
.company-summary .company-label p {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.company-summary .company-description p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.company-summary .company-description ul li {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.company-profile-section {
  margin-top: 30px;
}
.company-profile-section h2 {
  font-family: "museo-slab", serif;
}
.company-profile-section .show-more {
  display: block;
  float: left;
  margin: 10px 0;
}

.company-compare-view {
  display: none;
  float: left;
  width: 100%;
  margin: 30px 0;
  border-top: 5px solid #25b7bc;
  padding: 15px 40px;
  background-color: #125b5e;
  position: fixed;
  bottom: -30px;
  width: 100%;
  height: 150px;
  z-index: 20;
  left: 0;
}
.company-compare-view.visible {
  display: block;
}
.company-compare-view .compare-link {
  display: block;
  float: left;
  text-align: center;
  color: #e39b34;
}
.company-compare-view .compare-link .btn-compare {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.company-compare-view .company-view {
  position: relative;
  display: block;
  float: left;
  max-width: 20%;
  margin: 0 10px 30px 10px;
  color: #fff;
  padding-left: 40px;
  font-size: 15px;
}
.company-compare-view .company-view i {
  position: absolute;
  left: -10px;
}
.company-compare-view .company-view .company-country {
  font-weight: normal;
  padding: 5px 0;
}
.company-compare-view .company-view .remove {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  color: #25b7bc;
  padding-left: 15px;
  cursor: pointer;
}
.company-compare-view .company-view .remove:before {
  position: absolute;
  left: 0;
  content: '-';
  display: block;
  width: 12px;
  height: 12px;
  color: #fff;
  text-align: center;
  line-height: 12px;
  background-color: #25b7bc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

#progress-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  height: 5px;
}

#progress-element {
  background-color: #ff5d60;
  height: 5px;
}

.packages {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.packages__labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
}
.packages__labels div {
  height: 54px;
  line-height: 2.2em;
  font-weight: bold;
}
.packages__labels div.multine {
  height: 76px;
}
@media screen and (min-width: 728px) {
  .packages__labels div.multine {
    height: auto;
  }
}
.packages__labels div + div {
  border-top: 4px solid transparent;
}
@media screen and (min-width: 728px) {
  .packages__labels {
    position: relative;
    left: auto;
    top: auto;
    width: 250px;
    padding-right: 1em;
    font-size: 14px;
    text-align: right;
  }
  .packages__labels div {
    height: 38px;
    font-weight: 300;
  }
}

.packages__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 892px;
  max-width: 100%;
}

.packages__item {
  flex-basis: 33.33%;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}
.packages__item .btn {
  background: #25b7bc;
}
@media screen and (min-width: 350px) {
  .packages__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 728px) {
  .packages__item {
    flex-basis: 32%;
    border-radius: 10px;
  }
}
.packages__item:nth-child(2) .packages__item__header {
  margin: 0 0.4em;
}
@media screen and (min-width: 728px) {
  .packages__item:nth-child(2) .packages__item__header {
    margin: 0;
  }
}
.packages__item--recommended .packages__item__header {
  position: relative;
  background-color: #ff615f;
}
.packages__item--recommended .packages__item__header:before {
  content: url(../images/ui/icon-pricing-recommended.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140%;
  height: 36px;
}
.packages__item--recommended .packages__item__header:after {
  content: 'Recommended';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  padding: 6px 0;
  font-size: 1em;
  text-align: center;
  color: #ff615f;
}
.packages__item--recommended .btn {
  background-color: #ff615f;
}

.pricing__disclaimer {
  flex-basis: 100%;
  padding: 2em 0.5em;
  text-align: center;
}
.pricing__disclaimer p {
  font-size: 1em;
  font-weight: 300;
}
@media screen and (min-width: 728px) {
  .pricing__disclaimer {
    text-align: left;
  }
}

.packages__icon {
  font-size: 30px;
  font-weight: 300;
}

.packages__item__header {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #25b7bc;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.packages__item__header h3,
.packages__item__header h6 {
  margin: 0;
  color: inherit;
}
.packages__item__header h3 {
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 728px) {
  .packages__item__header h3 {
    font-size: 2em;
  }
}
.packages__item__header h6 {
  font-size: 1em;
  font-weight: 300;
}
@media screen and (min-width: 728px) {
  .packages__item__header h6 {
    font-size: 1.2em;
  }
}

.packages__item__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
  font-weight: 300;
  line-height: 38px;
  color: #8e8e8e;
}
.packages__item__info div {
  height: 54px;
  line-height: 54px;
  padding-top: 0.6em;
  vertical-align: middle;
}
.packages__item__info div span {
  display: inline-block;
}
@media screen and (min-width: 728px) {
  .packages__item__info div {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    line-height: 38px;
  }
}
.packages__item__info div + div {
  border-top: 4px solid #bde9eb;
  line-height: 50px;
}
@media screen and (min-width: 728px) {
  .packages__item__info div + div {
    line-height: 37px;
    height: 37px;
    border-top-width: 1px;
  }
}
.packages__item__info div + div.packages__item__button {
  border-top-color: #fff;
  height: 84px;
}
.packages__item__info strong {
  display: inline;
  color: #000;
}
.packages__item__info .btn {
  width: 80%;
  max-width: 170px;
  border-radius: 15px;
  font-size: 1.4em;
  padding: 0;
}
.packages__item__info .icon {
  vertical-align: middle;
}
.packages__item__info .multine {
  height: 76px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.2em 0;
}
@media screen and (min-width: 728px) {
  .packages__item__info .multine {
    height: 38px;
    padding: 0 1.2em;
  }
}

div.packages__item__button {
  justify-self: flex-end;
  padding: 24px 0;
  height: 84px;
}

@media (min-width: 1200px) {
  .enterprise_list li {
    padding-right: 30px;
  }
  .enterprise_list li p {
    max-width: 80%;
  }
}
.section--pricing {
  padding: 0.5em 0;
}
@media screen and (min-width: 728px) {
  .section--pricing {
    padding: 1em 0;
  }
}

.top-tagline {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  line-height: normal;
  color: #25b7bc;
  background: transparent;
  border-top: 1px solid #25b7bc;
}
.top-tagline span {
  background-color: #25b7bc;
  color: #fff;
  display: block;
  float: left;
  padding: 5px 10px;
}

.tagline {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #25b7bc;
  background: transparent;
  border-bottom: 1px solid #25b7bc;
}
.tagline span {
  position: relative;
}
.tagline span:after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #25b7bc;
}

.tagline__description {
  clear: both;
  display: block;
  padding: 40px 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.tagline__description a {
  color: #25b7bc;
}

.tagline {
  margin-bottom: 0px;
}
.tagline h1,
.tagline h2,
.tagline h3,
.tagline h4,
.tagline h5,
.tagline h6,
.tagline p {
  margin: 0px;
}
.tagline span {
  display: inline-block;
}

.tagline.orange {
  color: #e39b34;
  border-bottom: 1px solid #e39b34;
}
.tagline.orange span:after {
  background-color: #e39b34;
}

.tagline.java {
  color: #25b7bc;
  border-bottom: 1px solid #25b7bc;
}
.tagline.java h2,
.tagline.java h4 {
  color: #25b7bc !important;
}
.tagline.java h2 span,
.tagline.java h4 span {
  color: #25b7bc !important;
}
.tagline.java span:after {
  background-color: #25b7bc;
}

.tagline.white {
  color: #25b7bc;
  border-bottom: 1px solid white;
}
.tagline.white span:after {
  background-color: white;
}

.tagline--subitem {
  margin-bottom: 30px;
}
.tagline--subitem a {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  color: inherit;
}

.tagline--section-title_subitem {
  -webkit-display: flex;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  margin-top: 5px;
  color: inherit;
}
.tagline--section-title_subitem a {
  color: inherit;
}

.subheadline {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #25b7bc;
  background: transparent;
  border-bottom: 1px solid #e39b34;
}
.subheadline h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0;
  color: #e39b34;
}
.subheadline h2:after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e39b34;
}

.headline {
  position: relative;
  margin: 10px 0;
  display: block;
  float: left;
  width: 100%;
}
.headline .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.headline .icon + h2 {
  padding: 15px 0 0;
  text-indent: 100px;
  border-bottom: 0;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .headline .icon + h2 {
    padding: 10px 0 0;
    text-indent: 70px;
  }
}
@media (max-width: 29.938em) {
  .headline .icon + h2 {
    padding: 5px 0 0;
    text-indent: 50px;
  }
}
.headline .icon-dashboard + h2 {
  padding: 0;
  text-indent: 80px;
}
.headline h2 {
  font-family: "museo-slab", serif;
  font-weight: 700;
  line-height: 60px;
  border-bottom: 6px solid #25b7bc;
  /*767px and down*/
  /*479px and down*/
}
@media (max-width: 47.938em) {
  .headline h2 {
    font-size: 38px;
    line-height: normal;
  }
}
@media (max-width: 29.938em) {
  .headline h2 {
    font-size: 28px;
  }
}
.headline h2 a {
  color: #25b7bc;
}

.section-subscribe_tab {
  display: none;
  opacity: 0;
  pointer-events: none;
  max-height: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section-subscribe_tab .container {
  position: relative;
}
.section-subscribe_tab .top-space-medium {
  margin-bottom: 15px;
}

.section-subscribe_tab.active {
  max-height: 900px;
  opacity: 1;
  pointer-events: all;
  display: block;
}

.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.form-wrapper .form-group {
  width: 100%;
  padding: 8px 15px 15px;
  float: left;
}
.form-wrapper .form-group label span.lbl {
  color: #000;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.form-wrapper .form-group label span.lbl.is-required:after {
  content: '';
  position: absolute;
  content: '*';
  color: #25b7bc;
  top: 0;
  right: -8px;
}
.form-wrapper .form-group input,
.form-wrapper .form-group select {
  width: 100%;
  max-width: none;
}
.form-wrapper .form-group span.select2.select2-container--default {
  width: 100% !important;
}
.form-wrapper .form-group span.select2.select2-container--default .select2-selection__rendered {
  color: #b9b9b9 !important;
}
.form-wrapper .form-group span.select2.select2-container--default .select2-selection__rendered.is-selected {
  color: #000 !important;
}
.form-wrapper .form-group.f-25 {
  width: 50%;
  float: left;
}
.form-wrapper .form-group.buttons-wrap {
  width: 100% !important;
  margin-top: 18px;
  text-align: right;
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}
.form-wrapper .form-group.buttons-wrap.single-button {
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  .form-wrapper .form-group.f-50 {
    width: 50%;
  }
  .form-wrapper .form-group.f-25 {
    width: 25%;
  }
}

/* FORMS */
input,
select,
textarea {
  font-weight: 400 !important;
  color: #000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-family: inherit;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b9b9b9;
  font-weight: 400 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
  font-weight: 400 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  font-weight: 400 !important;
}

input:focus,
select:focus,
textarea:focus,
span:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #25b7bc;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #b9b9b9 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #b9b9b9 transparent;
}

.select2-results__option li {
  color: #000 !important;
}

.select2-selection__rendered {
  color: #000 !important;
}

.select2-results__options li:first-child {
  color: #b9b9b9 !important;
}

.select2-dropdown {
  border-radius: 0px;
  border: none;
  background-color: #f9f9f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

span.lbl {
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.login-box {
  display: block;
  position: relative;
}
.login-box .login-content {
  display: block;
  float: left;
  width: 100%;
  padding-left: 35%;
}
.login-box .login-content h3 {
  margin-bottom: 20px;
}
.login-box .login-content p + p {
  margin-top: 1em;
}
.login-box form {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.login-box form label {
  width: 35%;
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: "museo-slab", serif;
  font-size: 15px;
  line-height: 34px;
  text-align: right;
}
.login-box form input {
  width: 60%;
  display: block;
  float: left;
}
.login-box form .input-box {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  float: left;
  margin-bottom: 10px;
}
.login-box form .form-buttons {
  display: block;
  float: left;
  width: 100%;
}
.login-box form .form-buttons input {
  margin-left: 35%;
}
.login-box form .form-buttons input:hover {
  opacity: 0.8;
  cursor: pointer;
}
.login-box + .login-box .login-content {
  padding-left: 25%;
}
.login-box + .login-box form label {
  width: 25%;
}
.login-box + .login-box form .form-buttons input {
  margin-left: 25%;
}
.login-box .tooltip {
  display: block;
  float: left;
  margin-left: -25px;
  line-height: 34px;
}
.login-box .tooltip .fa-input {
  font-size: 21px !important;
  line-height: 34px;
  color: #25b7bc;
}

.login-section {
  padding: 2em 0;
}
@media screen and (min-width: 800px) {
  .login-section {
    padding: 4em 0;
  }
}
.login-section .col-10 {
  /*900px and down*/
}
@media (max-width: 56.25em) {
  .login-section .col-10 {
    width: 100% !important;
  }
}
.login-section .col-10 .col-6 {
  /*767px and down*/
}
@media (max-width: 47.938em) {
  .login-section .col-10 .col-6 {
    width: 50% !important;
  }
}

.account-page {
  display: flex;
  padding: 1em 0;
}
.account-page aside {
  padding-right: 8em;
  min-width: 340px;
}
@media (min-width: 768px) {
  .account-page {
    padding: 50px 0px;
  }
}

.account-box {
  max-width: 100%;
}

.account-nav {
  position: relative;
  margin-left: 10px;
  min-width: 160px;
  font-size: 12px;
}
.account-nav ul {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  display: none;
  background-color: #125b5e;
  padding: 0 1em 15px;
  border: 2px solid #fff;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  color: #fff;
}
.account-nav ul a {
  display: block;
  color: inherit;
  line-height: 30px;
}
.account-nav ul a:hover {
  color: #25b7bc;
}
.account-nav ul li {
  margin-top: 10px;
}
.account-nav .account-nav__btn .icon {
  transition: transform ease-in-out 300ms;
}
.account-nav .account-nav__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  line-height: 30px;
  border: 2px solid #25b7bc;
  border-radius: 15px;
}
.account-nav .account-nav__btn .icon {
  margin-left: auto;
  color: #25b7bc;
}
.account-nav.open ul {
  display: block;
}
.account-nav.open .account-nav__btn {
  border-color: #fff;
  border-bottom-color: transparent;
  border-radius: 15px 15px 0 0;
}
.account-nav.open .account-nav__btn .icon {
  transform: rotate(180deg);
  color: inherit;
}
@media screen and (min-width: 410px) {
  .account-nav {
    width: 170px;
    margin-left: auto;
  }
}

.block--table__row {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  border-radius: 20px;
}
.block--table__row p {
  font-size: inherit;
  font-weight: inherit;
}
.block--table__row .block--table_item + .block--table_item {
  border-left: 2px solid #ebf9f1;
}
@media screen and (min-width: 410px) {
  .block--table__row {
    display: inline-flex;
  }
}

.block--table_item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  font-size: 14px;
}
.block--table_item strong {
  color: #125b5e;
  font-size: 15px;
}
@media screen and (min-width: 410px) {
  .block--table_item {
    width: 130px;
  }
  .block--table_item strong {
    font-size: 18px;
  }
}

.account-content {
  max-width: 100%;
  font-weight: 300;
  font-size: 15px;
}
.account-content .block--table__row {
  margin-bottom: 36px;
}
.account-content p {
  margin-bottom: 1em;
  font-size: inherit;
  font-weight: inherit;
}
.account-content h3,
.account-content h4,
.account-content h5 {
  color: #25b7bc;
}
.account-content h6 {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .account-content p {
    max-width: 470px;
  }
}
.account-content > h4, .account-content > h5, .account-content > p, .account-content > div, .account-content > ul {
  margin-bottom: 30px;
}
.account-content li {
  max-width: 400px;
}
.account-content .form-group,
.account-content .label--text {
  padding-bottom: 20px;
}
.account-content .radio-inline-wrap {
  display: flex;
}
.account-content .actions {
  margin-top: 2em;
}
.account-content input[type='email'],
.account-content input[type='number'],
.account-content input[type='password'],
.account-content input[type='text'] {
  max-width: 165px;
}
.account-content .select2-container {
  max-width: 100%;
  width: 100% !important;
}
.account-content .form--submit {
  max-width: 125px;
}
.account-content .with-divider {
  padding-bottom: 2em;
  border-bottom: 1px solid #25b7bc;
}

.block--title {
  margin-bottom: 30px;
}
.block--title.with-subtitle {
  margin-bottom: 0.4em;
}

.block--title_sub {
  margin-bottom: 15px;
}

.wrap-edit {
  max-width: 470px;
}
.wrap-edit .wrap-edit_txt {
  display: block;
}
.wrap-edit .wrap-edit_form {
  display: none;
}
.wrap-edit.is-editing .wrap-edit_txt {
  display: none;
}
.wrap-edit.is-editing .wrap-edit_form {
  display: block;
}

.block--table_order__header,
.block--table_order__item {
  min-width: 420px;
  font-size: 12px;
  display: flex;
}
.block--table_order__header span,
.block--table_order__item span {
  height: 38px;
  line-height: 38px;
}
.block--table_order__header .block--table_order__item__column,
.block--table_order__item .block--table_order__item__column {
  width: 20%;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (min-width: 906px) {
  .block--table_order__header .block--table_order__item__column,
  .block--table_order__item .block--table_order__item__column {
    padding: 0 20px;
  }
}

.block.block--table_order {
  overflow: scroll;
  max-width: 100vw;
}

.block--table_order__item {
  border-bottom: 1px solid #d9d9d9;
}
.block--table_order__item p {
  margin: 0;
  height: 40px;
  line-height: 40px;
}

.side-content_wrapper {
  position: relative;
}
.side-content_wrapper .side-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (min-width: 768px) {
  .side-content_wrapper .side-content {
    position: relative;
    top: 15px;
    left: 0;
    width: 100%;
  }
}
.side-content_wrapper .side-content .wrap-all {
  opacity: 0;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  pointer-events: none;
}
.side-content_wrapper .side-content.is-current {
  opacity: 1;
  max-height: 2100px;
}
.side-content_wrapper .side-content.is-current .wrap-all {
  opacity: 1;
  pointer-events: all;
}

/* SIDE NAVIGATION */
.side-nav .xs-version {
  margin: 0px -15px;
}
.side-nav .xs-version a.title {
  position: relative;
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}
.side-nav .xs-version .xs-dropdown__list {
  max-height: 0px;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 0.2s;
  background-color: #f9f9f9;
}
.side-nav .xs-version .xs-dropdown__list ul {
  opacity: 0;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 15px 0px;
}
.side-nav .xs-version .xs-dropdown__list ul li {
  text-align: center;
}
.side-nav .xs-version .xs-dropdown__list ul li a {
  padding: 10px 5px;
  color: grey;
  display: block;
}
.side-nav .xs-version .xs-dropdown__list ul li.current a {
  color: #25b7bc;
}
.side-nav .xs-version .xs-dropdown__list ul.sub {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.side-nav .xs-version .xs-dropdown__list ul.sub li a {
  padding: 5px;
  font-size: 12px;
  color: grey;
}
.side-nav .xs-version.is-dropdown-open .xs-dropdown__list {
  max-height: 600px;
}
.side-nav .xs-version.is-dropdown-open .xs-dropdown__list ul {
  opacity: 1;
}
.side-nav .marked {
  display: inline-block;
  vertical-align: text-top;
  content: '';
  width: 6px;
  height: 6px;
  background: #ff615f;
  border-radius: 50%;
  margin-left: 5px;
}

.side-nav-content ul {
  padding: 10px 0px;
}
.side-nav-content ul li {
  margin-bottom: 5px;
  padding-right: 15px;
}
.side-nav-content ul li a {
  height: 36px;
  line-height: 36px;
  position: relative;
  display: block;
  padding: 0 10px 0 15px;
  color: #25b7bc;
}
.side-nav-content ul li a:after {
  position: absolute;
  content: '';
  right: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 13px solid #ff5d60;
  display: none;
}
.side-nav-content ul.main li.current a {
  background-color: #ff5d60;
  color: white;
}
.side-nav-content ul.main li.current a:after {
  display: block !important;
}
.side-nav-content ul.sub li.current a {
  color: #ff5d60;
}
.side-nav-content ul.sub {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.side-nav-content ul.sub li a {
  font-size: 13px;
  color: grey;
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
    opacity: 0;
    pointer-events: none;
  }
}

/* SECTION */
.padding-lg {
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .padding-lg {
    padding: 45px 0px;
  }
}

.section-tabs .wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 0px 10px;
}

.section-tabs.section-tabs_icons .tabs ul {
  margin-bottom: 30px;
  position: relative;
  -webkit-display: flex;
  display: flex;
  padding: 30px 0px 0px;
}
.section-tabs.section-tabs_icons .tabs ul li {
  width: 25%;
}
.section-tabs.section-tabs_icons .tabs ul li a {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 30px;
}
.section-tabs.section-tabs_icons .tabs ul li h4 {
  display: none;
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
.section-tabs.section-tabs_icons .tabs ul li .sn-icon {
  margin: 0 auto;
}
.section-tabs.section-tabs_icons .tabs ul li.active .sn-icon {
  background-color: #ff5d60;
}
.section-tabs.section-tabs_icons .tabs ul li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: #ff5d60;
  height: 5px;
  z-index: 20;
}
.section-tabs.section-tabs_icons .tabs ul:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  left: 0;
  bottom: 2px;
}
.section-tabs.section-tabs_icons .tabs .txt-wrap h3 {
  margin-bottom: 30px;
}
.section-tabs.section-tabs_icons .tabs .txt-wrap .txt {
  display: none;
}
.section-tabs.section-tabs_icons .tabs .txt-wrap .txt.current {
  display: block;
}
@media (min-width: 768px) {
  .section-tabs.section-tabs_icons .tabs ul li a h4 {
    display: block;
  }
  .section-tabs.section-tabs_icons .tabs .txt-wrap h3 {
    display: none;
  }
}

section.section-heading-txt h1 {
  margin-bottom: 30px;
}

section.section-upgrade .txt {
  padding-top: 90px;
}
section.section-upgrade .txt:before {
  content: '';
  position: absolute;
  background-image: url("../images/svg/icons-nu.svg");
  background-size: 900px 600px;
  background-repeat: repeat;
  height: 75px;
  width: 75px;
  background-position: -150px 0px;
  left: 15px;
  top: 0;
}
section.section-upgrade .wrap-sub h4 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section.section-upgrade .txt {
    padding-top: 0px;
    padding-left: 90px;
  }
  section.section-upgrade .txt:before {
    left: 0px;
  }
  section.section-upgrade .wrap-sub {
    -webkit-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.section-upgrade .wrap-sub h4 {
    margin-bottom: 0px;
  }
  section.section-upgrade .wrap-sub a.btn {
    min-width: 210px;
    margin-left: 150px;
  }
}

.top-tagline {
  margin-top: -1px;
}

.img-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .top-story {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .image-lift .content {
    position: relative;
  }
  .image-lift .content h2 {
    margin: 15px 0px;
  }
  .image-lift .content h2 a,
  .image-lift .content p a {
    color: black;
  }
}

@media (max-width: 991px) {
  .trending-header .layer-item {
    margin: 10px 0px;
  }
}
/* CHART NAV */
/* LEVEL 1 - SWITCHING BETWEEN DIFFERENT TYPES */
ul {
  overflow: hidden;
}

.charts_switch ul {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.charts_switch ul li {
  padding: 5px 15px 5px 0px;
}
.charts_switch ul li a {
  color: #125b5e;
  opacity: 0.5;
  display: block;
  padding-bottom: 5px;
}
.charts_switch ul li.is-current a {
  opacity: 1;
  border-bottom: 2px solid #125b5e;
}

/* The tab itself */
.charts_select {
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}
.charts_select label {
  color: black;
  margin: 0px;
}

.charts_select__wrap .is-chart {
  display: none;
}
.charts_select__wrap .is-chart.is-current {
  display: block;
}

.row {
  margin: 0 -15px 0px -15px;
}

.padding-sm {
  padding: 30px 0px;
}

.padding-md {
  padding: 45px 0px;
}

.padding-lg {
  padding: 60px 0px;
}

.padding-top-md {
  padding-top: 30px;
}

.padding-top-lg {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .padding-top-lg {
    padding-top: 60px;
  }
}

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

.margin-bottom-md {
  margin-bottom: 30px;
}

.margin-bottom-lg {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .margin-bottom-lg {
    margin-bottom: 60px;
  }
}

.margin-top-sm {
  margin-top: 15px;
}

.margin-top-md {
  margin-top: 30px;
}

.margin-top-lg {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .margin-top-lg {
    margin-top: 60px;
  }
}

.main-footer {
  margin-top: 45px;
  position: relative;
  padding: 80px 0 20px;
  background-color: #1a1a1a;
  border-bottom: 10px solid #25b7bc;
  color: #fff;
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__content .footer__section {
  flex-basis: 45%;
  margin-bottom: 2em;
}
.footer__content .footer__section--info {
  flex-basis: 100%;
}
@media screen and (min-width: 540px) {
  .footer__content .footer__section {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1100px) {
  .footer__content .footer__section {
    flex-basis: 14%;
  }
}
.footer__content .footer__section--bottom {
  flex-basis: 100%;
}

.footer__section h4 {
  margin-bottom: 1em;
  font-size: 16px;
  color: #25b7bc;
}
@media screen and (min-width: 1100px) {
  .footer__section h4 {
    margin-bottom: 30px;
  }
}
.footer__section ul li {
  color: inherit;
}
.footer__section ul li a {
  cursor: pointer;
}
.footer__section ul li a:hover {
  color: #25b7bc;
}
.footer__section ul li a.sn-link.icon:hover {
  text-decoration: none;
}
.footer__section p {
  color: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.footer__section li {
  font-weight: 700;
  line-height: 30px;
}
.footer__section li.for-media {
  font-weight: 300;
}
.footer__section a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.footer__section a:hover {
  color: #25b7bc;
}
.footer__section p + .sn-link,
.footer__section p + .sn-btn {
  margin-top: 1em;
}
@media screen and (min-width: 540px) {
  .footer__section p + .sn-link,
  .footer__section p + .sn-btn {
    margin-top: 30px;
  }
}

.footer__section--bottom {
  margin-bottom: 1em;
}
@media screen and (min-width: 540px) {
  .footer__section--bottom {
    padding-top: 50px;
    text-align: center;
  }
}
.footer__section--bottom ul {
  display: inline-flex;
  margin-bottom: 12px;
}
.footer__section--bottom ul li + li {
  margin-left: 10px;
}
.footer__section--bottom small {
  opacity: 1;
}
.footer__section--bottom .copy {
  color: #c5c5c5;
}

.picked-for-you {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 0.4s;
}
.picked-for-you .wrap-inner {
  max-height: 0px;
  min-width: 300px;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  padding: 0px;
}
.picked-for-you .wrap-inner .wrap-opacity {
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.picked-for-you .wrap-inner ul {
  padding: 20px 0px 0px;
}
.picked-for-you .wrap-inner ul li {
  margin-bottom: 15px;
}
.picked-for-you .wrap-inner ul li a {
  color: white;
  -webkit-display: flex;
  display: flex;
}
.picked-for-you .wrap-inner ul li a .img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
}
.picked-for-you .wrap-inner ul li a .txt {
  width: calc(100% - 65px);
}
.picked-for-you .wrap-inner a.btn {
  align-items: center;
}
.picked-for-you .tagline {
  color: white;
  border-bottom: 1px solid white;
  position: relative;
  padding-right: 45px;
  margin-bottom: 15px;
}
.picked-for-you .tagline span:after {
  display: none;
}
.picked-for-you .tagline button.picked-for-you_toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 45px;
  width: 45px;
  margin-top: -15px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .picked-for-you {
    width: 100%;
  }
  .picked-for-you .disclaimer {
    display: none;
  }
}
@media (min-width: 768px) {
  .picked-for-you {
    bottom: 0;
    width: 180px;
  }
}

.picked-for-you.is-open {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100vw;
}
@media (min-width: 768px) {
  .picked-for-you.is-open {
    width: 330px;
  }
}
.picked-for-you.is-open .wrap-inner {
  max-height: 900px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.picked-for-you.is-open .wrap-inner .wrap-opacity {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.picked-for-you.is-open .tagline button.picked-for-you_toggle {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1200px) {
  .picked-for-you {
    display: none;
  }
}
.lighter-text {
  font-weight: 300;
}
.lighter-text p {
  font-weight: inherit;
}

img {
  width: 100%;
  max-width: 100%;
}

.popup {
  display: none !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow .tooltipster-arrow-border {
  border-right-color: #125b5e !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #125b5e !important;
}

.tooltipster-base .tooltipster-box {
  background-color: #125b5e;
  border: none;
  border-radius: 0px;
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  color: #fff;
  font-size: 13px;
}
.tooltipster-base .tooltipster-box .tooltipster-content a {
  color: #ff5d60;
}
.tooltipster-base .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: transparent !important;
}
.tooltipster-base .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #125b5e !important;
}

.section-subscribe_tab.review h4 {
  margin-bottom: 18px;
  margin-top: 30px;
  font-weight: bold;
  font-family: 'museo-slab', serif;
}
.section-subscribe_tab.review .wrap span {
  display: block;
  font-size: 12.5px;
}

.section-ondemand h4 {
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-ondemand .ondemand_video {
    margin-top: 15px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-custom .custom-details h4 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-custom .custom-details {
    margin-bottom: 15px;
  }
}
.section-custom .custom-details ul li {
  margin-bottom: 10px;
}

.terms-conditions small {
  margin-top: 15px;
  display: block;
}

.btn {
  outline: none !important;
}
.btn i {
  font-family: 'FontAwesome';
  font-style: normal !important;
}

.btn-small {
  font-size: 18px;
  width: 24px;
}

.company-info_block ul {
  float: left;
}

.f-white p,
.f-white span {
  color: white !important;
}
.f-white a {
  color: white !important;
}
.f-white ul li a {
  color: white !important;
}

.col-4 {
  margin-bottom: 0px;
}

.section-hp {
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .section-hp {
    padding: 45px 0px;
  }
}

header.header-fixed-top .buttons-wrap .btn {
  position: relative;
  width: 60px;
  font-size: 0;
  color: transparent;
  height: 45px;
  margin-top: 0;
}

section {
  display: block;
}

.notification-section .container .row {
  margin-bottom: 0px;
}
.notification-section .container .wrap {
  -webkit-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.notification-section .container .wrap p {
  margin: 0px;
}
.notification-section .container .wrap p a {
  font-weight: bold;
}
.notification-section .container .wrap .notification-section__close {
  margin-left: auto;
}
.notification-section .container .wrap .btn-close-ntf i {
  color: #fff;
}

.slogan-section {
  text-align: center;
}
.slogan-section .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slogan-section .container .row {
  margin-bottom: 0px;
}
.slogan-section .container .row h4 {
  margin: 0px;
}

@media (max-width: 767px) {
  .section-signup {
    padding: 30px 15px;
  }
}
.section-signup h1 {
  text-align: center;
  color: #25b7bc;
  margin-bottom: 45px;
  width: 100%;
}
.section-signup .feature h3 {
  font-weight: 300;
}
.section-signup .feature .i-wrap {
  -webkit-display: flex;
  display: flex;
  margin-right: 24px;
}
.section-signup .feature .i-wrap span {
  display: block;
  color: #25b7bc;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .section-signup .feature {
    -webkit-display: flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-signup .feature {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-signup .free-articles h3,
  .section-signup .leading-news h3 {
    position: absolute;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-signup .access h3 {
    font-weight: 600;
    color: #25b7bc;
  }
}
@media (max-width: 991px) {
  .section-signup .feature {
    margin-bottom: 30px;
  }
}
.section-signup .btn-wrapper {
  margin: 15px 0px 0px;
  text-align: center;
}
.section-signup .btn-wrapper a {
  margin-bottom: 30px;
}
.section-signup .btn-wrapper small a {
  color: #25b7bc;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-signup .btn-wrapper {
    margin: 45px 0px 0px;
  }
}
.section-signup .free-articles,
.section-signup .leading-news {
  position: relative;
}
.section-signup .free-articles:before,
.section-signup .leading-news:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background-color: #25b7bc;
  left: 0;
  top: 50%;
  margin-top: -22px;
}

.section-banner {
  background-size: cover;
  background-position: center center;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner_sm {
  height: 300px;
}

.section-banner_md {
  height: 450px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-body {
  margin-bottom: 30px;
}

.widget-wordforword h3 {
  margin: 15px 0px;
  font-weight: 300;
  font-style: italic;
}

.daily-image {
  position: relative;
}
.daily-image .wrap {
  position: relative;
}
.daily-image .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 45px 15px 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#125b5e+0,125b5e+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(18, 91, 94, 0) 0%, #125b5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(18, 91, 94, 0) 0%, #125b5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(18, 91, 94, 0) 0%, #125b5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00125b5e', endColorstr='#125b5e',GradientType=0 );
  /* IE6-9 */
}

.section_topclients .client {
  padding: 15px;
}
.section_topclients .clients {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  padding: 0px 0px 30px;
}
@media (min-width: 992px) {
  .section_topclients .clients {
    padding: 60px 0px 45px;
  }
}

#counter {
  display: none;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-color-0 {
  fill: #125b5e;
  stroke: #125b5e;
}
.highcharts-color-0 rect {
  fill: #125b5e;
  stroke: #125b5e;
}

.highcharts-color-1 {
  fill: #25b7bc;
  stroke: #25b7bc;
}
.highcharts-color-1 rect {
  fill: #25b7bc;
  stroke: #25b7bc;
}

.highcharts-color-2 {
  fill: #4761a2;
  stroke: #4761a2;
}
.highcharts-color-2 rect {
  fill: #4761a2;
  stroke: #4761a2;
}

.highcharts-label text {
  font-weight: 300;
}
.highcharts-label tspan.highcharts-text-outline {
  fill: none;
  stroke: none;
}

text.highcharts-credits {
  display: none !important;
}

.chart-switch {
  display: block;
  overflow: hidden;
  float: left;
}
.chart-switch .chart-switch_select {
  margin: 15px 0px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.chart-switch .chart-switch_select label {
  color: #125b5e;
  margin-right: 10px;
}

.chart-wrap .chart {
  display: none;
}
.chart-wrap .chart.is-current {
  display: block;
}

section {
  overflow: hidden;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.section-label {
  display: block;
  float: left;
  clear: both;
  height: 34px;
  margin: 0;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.section-label p {
  float: left;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  height: 34px;
  background-color: #25b7bc;
  color: #fff;
  padding: 0px 15px;
  margin-right: 1px;
}
.section-label .label-1 {
  display: block;
}
.section-label .label-2 {
  display: block;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

#scroll-marker {
  opacity: 0;
}

.nav-fixed-side {
  background-color: #ebf9f1;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .nav-fixed-side {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-fixed-side {
    max-width: 190px;
  }
}
@media (min-width: 992px) {
  .nav-fixed-side {
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  .nav-fixed-side {
    max-width: 190px;
  }
}
.nav-fixed-side ul {
  padding-right: 15px;
  padding-top: 15px;
}
.nav-fixed-side ul li {
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
.nav-fixed-side ul li.active {
  background-color: #e39b34;
  color: white;
}
.nav-fixed-side ul li.active:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 15px;
  border-left: 15px solid #e39b34;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.nav-fixed-side.is-fixed {
  position: fixed;
  -webkit-transition: 0s all;
  transition: 0s all;
  top: 90px;
  left: 50%;
  z-index: 5000;
}
@media (min-width: 768px) {
  .nav-fixed-side.is-fixed {
    margin-left: -360px;
  }
}
@media (min-width: 992px) {
  .nav-fixed-side.is-fixed {
    margin-left: -480px;
  }
}
@media (min-width: 1200px) {
  .nav-fixed-side.is-fixed {
    margin-left: -570px;
  }
}

.nav-fixed-side.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.bg-deepgreen {
  background-color: #125b5e;
}

.btn-action {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-family: "museo-slab", serif;
}

.btn-action.btn-action_top {
  padding-top: 50px;
}

.btn-action.btn-action_top:before {
  content: '';
  position: absolute;
  background-image: url("../images/svg/icons-nu.svg");
  background-size: 900px 600px;
  background-repeat: repeat;
  height: 45px;
  width: 45px;
  top: 0;
  left: 50%;
  margin-left: -22.5px;
  background-color: #e39b34;
  border-radius: 50%;
}

.btn-action.btn-action_top.pdf:before {
  background-position: -90px -150px;
}

.btn-action.btn-action_top.compare:before {
  background-position: 0px -150px;
}

#content-company-profiles .company-title {
  -webkit-display: flex;
  display: flex;
  align-items: center;
}
#content-company-profiles .company-title .sn-icon {
  margin-right: 15px;
  border-radius: 50%;
  background-position: -225px 0px;
}
#content-company-profiles .company-title h1 {
  position: relative;
}
#content-company-profiles .company-title .actions a.btn {
  margin-left: 10px;
}
@media (min-width: 992px) {
  #content-company-profiles .company-title .actions {
    min-width: 300px;
  }
}
#content-company-profiles #summary .summary-numbers {
  padding: 30px;
}
#content-company-profiles #summary .summary-numbers .info {
  margin-bottom: 30px;
}
#content-company-profiles #summary .summary-numbers .row p {
  margin-bottom: 15px;
}
#content-company-profiles #summary .summary-numbers .row h3 {
  font-weight: 600;
  padding-left: 15px;
}
#content-company-profiles #summary .summary-numbers .row ul li {
  color: white;
  margin-bottom: 0px;
}
#content-company-profiles .company-info_block .tagline {
  margin-bottom: 30px;
}
#content-company-profiles .company-info_block ul li {
  margin-bottom: 10px;
}
#content-company-profiles .company-info_block ul li p {
  margin: 0px;
  font-weight: 300;
}
#content-company-profiles .company-info_block ul li strong {
  font-weight: 800;
}

.section-tabs .content {
  position: relative;
}
.section-tabs .content .content-block {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  max-height: 1200px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
}
.section-tabs .content .content-block.current {
  opacity: 1;
  pointer-events: all;
  max-height: none;
  position: relative;
}

#content-charts .chart-switch {
  padding: 30px 0px;
  color: black;
}
#content-charts .chart-switch label {
  color: black;
}

#content-reports .col-12,
#content-newsletters .col-12 {
  padding: 90px 0px;
}

#content-newsletters {
  margin: -45px 0px;
}

.widget-blockquote {
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .daily-image {
    margin-bottom: 15px;
  }
}

.company-info_block .content .item-right {
  text-align: right;
}

@media (max-width: 991px) {
  .company-title .actions {
    -webkit-display: flex;
    display: flex;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #d9d9d9;
  }
  .company-title .actions a.btn {
    margin-left: 0px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  #content-company-profiles #summary .summary-numbers {
    padding: 30px 15px;
  }
  #content-company-profiles #summary .summary-numbers .col-12 {
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
  }
}
.btn-form {
  height: 36px;
  padding: 0px 12px;
}
.btn-form .sn-icon {
  margin-left: 5px;
}

.form-group_text-button .wrap {
  -webkit-display: flex;
  display: flex;
}

.btn-form {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group.radio label {
  margin-right: 15px;
}

label.radio,
label.radio-inline {
  padding-left: 21px;
  position: relative;
}
label.radio span,
label.radio-inline span {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
label.radio span:after,
label.radio-inline span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
label.radio input[type='radio'] + span:after,
label.radio-inline input[type='radio'] + span:after {
  display: none;
}
label.radio input[type='radio']:checked + span:after,
label.radio-inline input[type='radio']:checked + span:after {
  display: block;
}

.from-to input {
  width: calc(50% - 5px);
  margin-right: 5px;
  float: left;
}

.half {
  width: 50%;
  padding-right: 5px;
  float: left;
}

.padding-b-lg {
  padding-bottom: 45px;
}

.form-group {
  overflow: hidden;
}

section.sn-search {
  max-height: 0px;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
section.sn-search .container {
  opacity: 0;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
section.sn-search .row {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.sn-search .row .form-group {
    margin-bottom: 15px;
  }
}
section.sn-search #sn-search_expand .expand {
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  max-height: 0px;
  overflow: hidden;
}
section.sn-search #sn-search_expand .expand .wrap {
  opacity: 0;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
section.sn-search #sn-search_expand .expand.is-expanded {
  max-height: 1000px;
}
section.sn-search #sn-search_expand .expand.is-expanded .wrap {
  opacity: 1;
}

section.sn-search.is-expanded {
  max-height: 1000px;
  border-bottom: 1px solid #ebf9f1;
}
section.sn-search.is-expanded .container {
  opacity: 1;
}

ul {
  overflow: hidden;
}
ul li {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

p {
  color: inherit;
}

.side-content_wrapper {
  position: relative;
}

.chart-wrap.chart-wrap__multiple .is-chart {
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
}
.chart-wrap.chart-wrap__multiple .is-chart.is-current {
  opacity: 1;
  max-height: 900px;
}

.chart-switch_select {
  -webkit-display: flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  width: 100%;
  padding-top: 15px;
}
.chart-switch_select label {
  color: black;
  margin-bottom: 0px;
  line-height: 32px;
  margin-right: 15px;
}

#dashboard_industry {
  margin-top: 45px;
}

.is-chart {
  display: block;
  width: 100%;
}

.top-space-medium {
  overflow: visible;
}

.f-java {
  color: #25b7bc;
}

.headline {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
.headline i.icon {
  position: relative;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .headline {
    padding: 45px 0px 30px;
  }
}

.top-space-large {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-charts .section-charts_single .tagline {
  margin-bottom: 30px;
}
.section-charts .section-charts_single .chart-nav {
  margin-bottom: 30px;
}

.btn-medium {
  padding: 5px 30px;
}

.chart-nav.large .chart-switch {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0px;
}
.chart-nav.large .chart-switch ul li {
  padding: 0px;
}
.chart-nav.large .chart-switch ul li a {
  padding: 15px 15px 15px 15px;
  margin-right: 10px;
  margin-bottom: -1px;
}
.chart-nav.large .chart-switch ul li.is-current a {
  border-bottom: 5px solid #125b5e;
}
@media (max-width: 767px) {
  .chart-nav.large {
    display: block;
    overflow: hidden;
  }
  .chart-nav.large ul li a {
    padding: 5px 5px 5px 5px !important;
    min-height: 40px;
  }
  .chart-nav.large ul li a h4 {
    font-size: 13px;
  }
}

.m-b-sm {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .chart-title {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}

.author-post {
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  margin-bottom: 15px;
}
.author-post .author-info,
.author-post .post-date {
  width: auto;
}

.feed_report {
  -webkit-display: flex;
  display: flex;
  justify-content: flex-start;
  padding: 5px 0px;
}
.feed_report .sn-icon {
  margin-right: 15px;
}
.feed_report .txt h5 {
  line-height: 1em;
  margin: 0px 0px 5px;
}

.feed {
  display: block;
}

.heading--content {
  padding: 30px 0px 5px;
  margin-bottom: 15px;
}

.block--meta {
  border-bottom: 5px solid #25b7bc;
}

.widget-tgs .widget-tgs-item {
  width: 100%;
}
.widget-tgs .widget-tgs-item .tx-items a {
  color: #25b7bc;
}
.widget-tgs .widget-tgs-item .tx-items a:hover {
  color: black;
}
@media (min-width: 768px) {
  .widget-tgs {
    -webkit-display: flex;
    display: flex;
  }
  .widget-tgs .widget-tgs-item {
    width: 33%;
  }
}

.widget-researchondemand p {
  margin-bottom: 15px;
}
.widget-researchondemand p a {
  color: #25b7bc;
}
.widget-researchondemand p a:hover {
  color: black;
}

@media (max-width: 767px) {
  .image-lift {
    margin: 0px -15px;
  }
  .image-lift .content {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  #hp_topstories {
    padding-top: 0px;
  }
}

.headline-description {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 5px solid #25b7bc;
}
.headline-description p {
  max-width: 650px;
}

.block--content-thumbnail .img {
  position: relative;
}
.block--content-thumbnail .img span.pos {
  -webkit-display: flex;
  display: flex;
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: white;
  color: black !important;
  left: 0;
  bottom: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.block--content-thumbnail h6 {
  text-transform: uppercase;
}

.block--content-thumbnail_gradient {
  position: relative;
}
.block--content-thumbnail_gradient .title-wrap {
  -webkit-display: flex;
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50%;
  padding: 45px 15px 15px;
  background: -moz-linear-gradient(top, rgba(18, 91, 94, 0) 0%, #125b5e 100%);
  background: -webkit-linear-gradient(top, rgba(18, 91, 94, 0) 0%, #125b5e 100%);
  background: linear-gradient(to bottom, rgba(18, 91, 94, 0) 0%, #125b5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00125b5e', endColorstr='#125b5e',GradientType=0 );
}

.widget--researchondemand p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .widget--researchondemand {
    -webkit-display: flex;
    display: flex;
    align-items: center;
  }
  .widget--researchondemand p {
    margin-top: 0px;
  }
  .widget--researchondemand .sn-btn {
    margin-right: 30px;
  }
}

.widget--tags ul {
  -webkit-display: flex;
  display: flex;
}
.widget--tags ul li {
  margin-right: 8px;
}
/*
.paywall-tooltips {
  display: none;
}

.paywall-tooltips .paywall-tooltips--block {
  display: none;
}
*/
.ul--labels_spacebetween ul {
  width: 100%;
}
.ul--labels_spacebetween ul li {
  width: 100%;
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
}

h5 {
  line-height: 1.2em;
}

.block {
  overflow: hidden;
  width: 100%;
}

.block--table_header {
  padding: 5px 0px;
  border-bottom: 1px solid #25b7bc;
}

.count-bar {
  -webkit-display: flex;
  display: flex;
  align-items: center;
}
.count-bar span.num {
  margin-right: 10px;
}
.count-bar .count-wrap {
  width: 100%;
  position: relative;
  display: block;
}
.count-bar .count-wrap span.count {
  display: block;
  height: 10px;
  background-color: #25b7bc;
  opacity: 0.5;
}

.top-tagline span {
  margin-top: -1px;
}

ul.bulleted li {
  padding-left: 18px;
  position: relative;
  padding: 5px 0px 5px 18px;
}
ul.bulleted li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #125b5e;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

p.description {
  max-width: 650px;
}

.charts_select label {
  margin-right: 10px;
}

.partner-logo-wrap {
  max-height: 90px;
}
.partner-logo-wrap img {
  height: 60px;
  max-width: 150px;
  width: auto;
}
.partner-logo-wrap.perceptica img {
  max-width: 210px;
}

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

.btn-wrap.scroll {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
.btn-wrap.scroll button {
  background: transparent;
  border: none;
  box-shadow: none;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.btn-wrap.scroll button:after {
  content: '';
  position: absolute;
  background-image: url("../images/svg/icons-nu.svg");
  background-size: 900px 600px;
  background-repeat: repeat;
  height: 15px;
  width: 15px;
  background-position: -165px -330px;
  bottom: 0;
  opacity: 0.3;
  left: 50%;
  margin-left: -10px;
}

.main-navigation li > a {
  padding: 0px 9px;
}

.side-content_wrapper .side-content {
  -webkit-transition: 0s all;
  transition: 0s all;
}

span.strong {
  font-weight: 600;
}

.m-650 {
  max-width: 650px;
}

.form-wrapper .form-group {
  padding: 0px;
}

@media (max-width: 767px) {
  #homepage_topstories {
    padding-top: 0px;
  }
}
small {
  display: block;
  line-height: 1.2em;
  opacity: 0.75;
}

.required-fields {
  position: relative;
  padding-left: 10px;
}
.required-fields:before {
  content: '';
  position: absolute;
  content: '*';
  color: #25b7bc;
  top: 0;
  left: 0;
}

.label--text h4 {
  margin-top: 10px !important;
}

.form--input__edit {
  max-width: 300px;
}
.form--input__edit label span {
  color: black;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.flex-center-start {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flex-center-center {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.chart-wrap__multiple {
  display: none;
}
.chart-wrap__multiple.is-current {
  display: block;
}

.wrap-thankyou {
  text-align: center;
  width: 100%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-thankyou .icon {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  max-width: 150px;
}
.wrap-thankyou .txt h1 {
  color: #25b7bc;
  margin-bottom: 30px;
}
.wrap-thankyou .txt h4 {
  margin-bottom: 30px;
}
.wrap-thankyou .txt ul li a {
  color: #25b7bc;
}

.form--check .input-box input {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0;
}
.form--check label span {
  pointer-events: none;
}
.form--check a {
  color: #25b7bc;
}
.form--check p {
  font-weight: 300;
}

label span {
  font-weight: 400;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'museo-sans', sans-serif;
  margin: 0px;
  line-height: 1.2em;
}
p a {
  color: #25b7bc;
}
p a:hover {
  color: #000;
}

.notification-section {
  max-height: 0px;
  pointer-events: none;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.notification-section .container {
  opacity: 0;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.notification-section .container .wrap {
  align-items: center;
}
.notification-section .container .wrap #close-notification {
  margin-left: 30px;
}
.notification-section.is-open {
  max-height: 150px;
  pointer-events: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.notification-section.is-open .container {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.btn--section-collapse {
  background: transparent;
  border: none;
  z-index: 10;
}

.section-collapse .btn--section-collapse {
  position: absolute;
  right: 10px;
  top: 0;
}
.section-collapse .btn--section-collapse .toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-collapse .section-collapse_container {
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  max-height: 0px;
}
.section-collapse .section-collapse_container .row {
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.section-collapse.is-open .section-collapse_container {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-height: 600px;
}
.section-collapse.is-open .section-collapse_container .row {
  pointer-events: all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.section-collapse.is-open .btn--section-collapse .toggle {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.widget--storyfeed ul li {
  margin-bottom: 10px;
}
.widget--storyfeed ul li a {
  font-weight: bold;
}

.select--multiple_container ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.select--multiple_container ul li {
  -webkit-display: flex;
  display: flex;
}

.select2-results__options li:first-child {
  color: inherit !important;
}

.select2-selection__choice {
  display: none;
}

.select2-container .select2-selection--multiple {
  min-height: 36px;
}

li.tag-selected {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  padding: 3px 0px;
}

li.tag-selected {
  padding-top: 3px;
}
li.tag-selected a.destroy-tag-selected {
  margin-left: 5px;
  margin-top: 3px;
}

#sn-search #search-submit .sn-icon {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  #sn-search #search-submit a {
    margin-top: 23px;
  }
}

.notification-section .wrap .sn-icon {
  margin-right: 10px;
}

label {
  color: inherit !important;
}

.m-600 {
  max-width: 600px;
}

.label--text strong {
  display: block;
  margin-bottom: 5px;
}

/* CONTENT BLOCKS */
.flex-center-start {
  align-items: center;
  justify-content: flex-start;
}

.download-sm {
  background-position: -210px -270px;
}

h5 {
  font-size: 15px;
}

span.counter {
  font-weight: 300;
  padding-left: 10px;
}

.block--table_header__item {
  -webkit-display: flex;
  display: flex;
  align-items: center;
}
.block--table_header__item .sn-icon {
  margin-left: 2px;
}

.block--table_list .actions {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
}
.block--table_list .actions a {
  margin: 0px 3px;
}
.block--table_list .block--table_list__item .col-12 {
  -webkit-display: flex;
  display: flex;
  align-items: center;
}

.bg-java-transparent {
  background-color: rgba(37, 183, 186, 0.3);
}

.block--table_header {
  padding: 0px;
}
.block--table_header .block--table_header__item {
  padding: 10px 15px;
}

.block--table_list .block--table_list__item .block--table_list__item___sub {
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
}

.widget--tags .heading--small {
  margin-bottom: 5px;
}
