.content {
  width: 1000px;
}

.full-width-content .content {
  max-width: 1000px;
}

@media only screen and (max-width: 1160px) {
  .content {
    width: 100%;
    max-width: 100%;
  }
}

.hero-section {
  padding-bottom: 40px !important;
}

.uagb-slick-carousel {
  padding: 15px 0;
}

.wp-block-button__link,
.uagb-post__link.uagb-text-link {
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  padding: 22px 36px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.wp-block-cover {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.wp-block-cover__inner-container,
.wp-block-cover h2 {
  max-width: 800px;
  margin: 0 auto;
}

.hero-section-column.right {
  padding-top: 0 !important;
}
.hero-section-column.right::before {
  display: none !important;
}

.site-footer {
  background-color: #313131;
}

.site-footer > .wrap {
  padding: 40px 0;
  color: #fff;
}

.m-0   { margin: 0 !important; }
.m-10   { margin: 10px !important; }
.m-15   { margin: 15px !important; }
.m-20   { margin: 20px !important; }
.m-25   { margin: 25px !important; }
.m-30   { margin: 30px !important; }
.m-35   { margin: 35px !important; }
.m-40   { margin: 40px !important; }
.m-45   { margin: 45px !important; }
.m-50   { margin: 50px !important; }

.my-0   { margin-top: 0px !important; margin-bottom: 0px !important; }
.my-10   { margin-top: 10px !important; margin-bottom: 10px !important; }
.my-15   { margin-top: 15px !important; margin-bottom: 15px !important; }
.my-20   { margin-top: 20px !important; margin-bottom: 20px !important; }
.my-25   { margin-top: 25px !important; margin-bottom: 25px !important; }
.my-30   { margin-top: 30px !important; margin-bottom: 30px !important; }
.my-35   { margin-top: 35px !important; margin-bottom: 35px !important; }
.my-40   { margin-top: 40px !important; margin-bottom: 40px !important; }
.my-45   { margin-top: 45px !important; margin-bottom: 45px !important; }
.my-50   { margin-top: 50px !important; margin-bottom: 50px !important; }

.mx-0   { margin-left: 0px !important; margin-right: 0px !important; }
.mx-10   { margin-left: 10px !important; margin-right: 10px !important; }
.mx-15   { margin-left: 15px !important; margin-right: 15px !important; }
.mx-20   { margin-left: 20px !important; margin-right: 20px !important; }
.mx-25   { margin-left: 25px !important; margin-right: 25px !important; }
.mx-30   { margin-left: 30px !important; margin-right: 30px !important; }
.mx-35   { margin-left: 35px !important; margin-right: 35px !important; }
.mx-40   { margin-left: 40px !important; margin-right: 40px !important; }
.mx-45   { margin-left: 45px !important; margin-right: 45px !important; }
.mx-50   { margin-left: 50px !important; margin-right: 50px !important; }

.mt-0   { margin-top: 0px !important; }
.mt-10   { margin-top: 10px !important; }
.mt-15   { margin-top: 15px !important; }
.mt-20   { margin-top: 20px !important; }
.mt-25   { margin-top: 25px !important; }
.mt-30   { margin-top: 30px !important; }
.mt-35   { margin-top: 35px !important; }
.mt-40   { margin-top: 40px !important; }
.mt-45   { margin-top: 45px !important; }
.mt-50   { margin-top: 50px !important; }

.mb-0   { margin-bottom: 0px !important; }
.mb-10   { margin-bottom: 10px !important; }
.mb-15   { margin-bottom: 15px !important; }
.mb-20   { margin-bottom: 20px !important; }
.mb-25   { margin-bottom: 25px !important; }
.mb-30   { margin-bottom: 30px !important; }
.mb-35   { margin-bottom: 35px !important; }
.mb-40   { margin-bottom: 40px !important; }
.mb-45   { margin-bottom: 45px !important; }
.mb-50   { margin-bottom: 50px !important; }

.tooltip {
  position: absolute !important;
  width: 400px;
  background-color: #fff;
  padding: 40px;
  word-break: normal;
}

.half-width-entries .content .entry .entry-title {
  margin: 40px 0 10px 0;
}
.entry-categories {
  margin-bottom: 30px;
}
.half-width-entries .content .entry-meta {
  margin-bottom: 10px;
}
.single .content .entry .entry-meta {
  margin-bottom: 10px;
}


pre {
  white-space: inherit;
}

.archive.category .entry-categories {
  display: none;
}

.half-width-entries .content .entry-content,
.half-width-entries .content .entry-title {
  padding: 0 40px;
}
.archive-title, .entry-title, .page-title,
.archive-description {
  margin-bottom: 40px;
}
.single-post h1.entry-title {
  margin-bottom: 30px;
}

.searchandfilter {
  max-width: 960px;
  margin: 0 auto;
}

.searchandfilter input[type="text"],
.searchandfilter select {
  max-width: 300px;
  height: 45px;
  line-height: 45px;
}
.searchandfilter input[type="submit"] {
  padding: 15px 36px 15px;
}
.searchandfilter ul li {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 870px) {
  .searchandfilter ul li {
    display: block;
    margin-bottom: 15px;
  }
}

.archive-no-results main.content .entry {
  width: 100% !important;
  text-align: center;
  padding: 25px;
}
.archive-no-results main.content .entry p {
  margin-bottom: 0;
}
.entry-content table {
  word-break: inherit;
}
.entry-content table th {
  font-weight: bold;
}
.entry-content table td {
  border-top: 1px solid #bbb;
  vertical-align: top;
  line-height: 1.5em;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 16px;
}
.entry-content table td abbr {
  text-decoration: none;
}

.tlp-team .round-img a {
  display: block;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  overflow: hidden;
}

.tlp-team .round-img img {
  border-radius: 0;
  width: 100%;
}

.rt-team-container figure {
  border-radius: 50%;
  overflow: hidden;
  height: 137px;
  max-width: 137px;
}

.rt-team-container .contact-info .fa-map-marker {
  display: none !important;
}

p.entry-meta .entry-time {
  font-family: 'Merriweather', serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: inherit;
  margin-left: 0;
  text-transform: unset;
}
p.entry-meta .author {
  font-weight: 700;
}

.entry-tags {
  display: none;
}

.academy-grid.archive:not(.woocommerce-page) .entry-header {
  margin-bottom: 0;
}
.academy-grid .content .post.entry .entry-meta {
  margin-bottom: 10px;
}

.wp-block-columns.logo-grid .wp-block-image {
  padding: 10px 30px;
}
.btn-small a {
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.data-dashboard .content .entry .entry-title, 
.data-dashboard .content .entry .entry-meta, 
.data-dashboard .content .entry .entry-content {
  padding-left: 0;
  padding-right: 0;
}

.data-dashboard.full-width-content .content {
  max-width: 1600px;
  width: inherit;
}
.data-dashboard.full-width-content .content form select[name="country"] {
  max-width: 300px;
  margin-right: 15px;
}
.data-dashboard.full-width-content .content form input[type="submit"] {
  padding: 10px 20px 10px;
}

.data-dashboard.full-width-content .content .row {
  margin-left: -15px;
  margin-right: -15px;
}
.data-dashboard.full-width-content .content .row:before,
.data-dashboard.full-width-content .content .row:after {
  content: " ";
  display: table;
}
.data-dashboard.full-width-content .content .row:after {
  clear: both;
}
.data-dashboard.full-width-content .content .row .col-md-3,
.data-dashboard.full-width-content .content .row .col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .data-dashboard .col-md-3,
  .data-dashboard .col-md-9 {
    float: left;
  }

  .data-dashboard.full-width-content .content .row .col-md-3 {
    width: 25%;
  }
  .data-dashboard.full-width-content .content .row .col-md-9 {
    width: 75%;
  }
}

.data-dashboard.full-width-content .content .row .col-md-3 span {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: -12px;
  font-size: 18px;
}
.data-dashboard .dedd-filter {
  padding: 15px;
  font-size: 16px;
}

.data-dashboard .dedd-link-clear {
  display: none;
  background-color: #e22c2f;
  border: 0;
  border-radius: 100px;
  box-shadow: 0 7px 16px 0 rgba(0,0,0,0.20);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  padding: 10px 20px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}
.data-dashboard .dedd-link-clear.visible {
  display: inline-block;
  margin-bottom: 20px;
}