@charset "UTF-8";
/* GLOBAL */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .h6 {
  padding-bottom: 20px;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
}

h1, .h1 {
  font-size: 3.3em;
  color: #000;
}

h2, .h2 {
  font-size: 2.15em;
  color: #000;
}

h3, .h3 {
  font-size: 2.15em;
  color: #000;
}

h4, .h4 {
  font-size: 2.15em;
  color: #000;
}

h5, .h5 {
  font-size: 2.15em;
  color: #000;
}

b, strong {
  font-weight: 800;
}

p {
  line-height: 1.29em;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
}

a {
  color: #ff5733;
}
a:hover {
  color: #ff5733;
}

.orange-strip {
  background-color: #ff5733;
  height: 10px;
  width: 100%;
}

.link-no-underline {
  text-decoration: none;
}
.link-no-underline:hover {
  text-decoration: none;
}

.light-text {
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sub-header {
  font-size: 23px;
}

.project-sub-header {
  line-height: 1.8em;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #ff5733;
}

.orange-bg {
  background-color: #ff5733;
  padding: 100px 60px;
}
@media (max-width: 767px) {
  .orange-bg {
    padding: 50px 60px;
  }
}

.orange-bg-no-pad {
  background-color: #ff5733;
}

.black-bg {
  background-color: #000;
  padding: 100px 60px;
}
@media (max-width: 767px) {
  .black-bg {
    padding: 50px 60px;
  }
}

.black-bg-no-pad {
  background-color: #000;
}

.standard-opening-content-bg {
  position: relative;
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fff;
}
@media (max-width: 767px) {
  .standard-opening-content-bg {
    background-size: 0;
  }
}
.standard-opening-content-bg h1 {
  color: #000;
}
.standard-opening-content-bg p {
  color: #000;
}

.oc-black {
  color: #000;
}
.oc-black p {
  color: #000;
}

a.orange-text {
  text-decoration: none;
}
a.orange-text:hover, a.orange-text:focus {
  color: #ff5733;
}

.orange-text {
  color: #ff5733;
}

.white-text {
  color: #ffffff;
}
.white-text:hover {
  color: #ffffff;
}
.white-text p {
  color: #ffffff;
}

.black-text {
  color: #000;
}
.black-text:hover {
  color: #000;
}
.black-text p {
  color: #000;
}

.no-underline {
  text-decoration: none;
}

.support-community-bg {
  position: relative;
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #000;
}
@media (max-width: 767px) {
  .support-community-bg {
    background-size: 0;
  }
}
.support-community-bg h3 {
  color: #ff5733;
}
.support-community-bg p {
  color: #fff;
}

.white-text-bold {
  color: #ffffff;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.white-text-bold p {
  color: #ffffff;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contact-page-white-bg {
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .contact-page-white-bg {
    padding-top: 50px;
  }
}

.white-bg {
  padding: 100px 60px;
}
@media (max-width: 767px) {
  .white-bg {
    padding: 50px 60px;
  }
}

.hr-white {
  width: 70px;
  border: 3px solid #ffffff;
  margin-bottom: 40px;
  border-radius: 100px;
  color: #ffffff;
  opacity: 1;
}

.hr-black {
  width: 70px;
  border: 3px solid #000000;
  margin-bottom: 40px;
  border-radius: 100px;
  color: #000000;
  opacity: 1;
}

.hr-orange {
  width: 70px;
  border: 3px solid #ff5733;
  margin-bottom: 40px;
  border-radius: 100px;
  color: #ff5733;
  opacity: 1;
}

.vr {
  width: 5px;
  background-color: #000;
  border-radius: 100px;
  color: #000;
  opacity: 1;
}

.pad-right {
  padding-right: 60px;
}

@media (max-width: 1024px) {
  .mobile-set-pad-right-zero {
    padding-right: 0;
  }
}

.pad-right-extra {
  padding-right: 200px;
}

.pad-left {
  padding-left: 60px;
}

.pad-bottom {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pad-bottom {
    padding-bottom: 50px;
  }
}

.align-items-start {
  margin-right: 0;
}

.container-fluid {
  /*padding-right: 0; */
}

.project-hero {
  padding: 0;
}

img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}

embed, iframe, object, video {
  max-width: 100%;
  width: 100%;
}

.special-padding-left-portfolio-alignment {
  padding-left: 102px;
}
.special-padding-left-portfolio-alignment h3, .special-padding-left-portfolio-alignment p {
  color: #fff;
}
@media (max-width: 1600px) {
  .special-padding-left-portfolio-alignment {
    padding-left: 62px;
  }
}
@media (max-width: 1400px) {
  .special-padding-left-portfolio-alignment {
    padding-left: 52px;
  }
}
@media (max-width: 1200px) {
  .special-padding-left-portfolio-alignment {
    padding-left: 42px;
  }
}
@media (max-width: 1024px) {
  .special-padding-left-portfolio-alignment {
    padding-left: 0px;
  }
}

.white-btn-black-bg-orange-border {
  font-size: 0.8rem;
  height: 62px;
  max-width: 235px;
  width: 100%;
  margin: 20px 0px;
  background-color: transparent;
  border: 5px solid #ff5733;
  border-radius: 20px;
  color: #fff;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 640px) {
  .white-btn-black-bg-orange-border {
    max-width: 100%;
  }
}
.white-btn-black-bg-orange-border:hover, .white-btn-black-bg-orange-border:focus {
  border: 5px solid #ff5733;
  background-color: #ff5733;
  box-shadow: none;
  color: #000;
}

.black-btn-orange-bg-white-border {
  font-size: 0.8rem;
  height: 62px;
  width: 235px;
  margin: 20px 0px;
  background-color: transparent;
  border: 5px solid #fff;
  border-radius: 20px;
  color: #000;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.black-btn-orange-bg-white-border:hover, .black-btn-orange-bg-white-border:focus {
  border: 5px solid #fff;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

.special-padding-left {
  padding-left: 90px;
}
@media (max-width: 1600px) {
  .special-padding-left {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .special-padding-left {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .special-padding-left {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .special-padding-left {
    padding-left: 0px;
  }
}

.special-padding-right {
  padding-right: 90px;
}
@media (max-width: 1600px) {
  .special-padding-right {
    padding-right: 50px;
  }
}
@media (max-width: 1400px) {
  .special-padding-right {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .special-padding-right {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .special-padding-right {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .mobile-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

picture {
  display: inline-block;
  max-width: 100%;
}
picture img {
  width: auto;
  /* Allows the image to retain its original size */
  max-width: 100%;
  /* Makes sure it scales properly */
  height: auto;
  /* Maintains aspect ratio */
}

.objective-list {
  margin-left: -13px;
}
.objective-list li {
  line-height: 1.29em;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #000;
}

/* Header */
.logo-img {
  max-width: 260px;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .mobile-icons-container {
    width: 62px;
    margin-left: auto;
  }
}
.mobile-icons-container .phone-icon {
  margin-top: -5px;
  margin-right: 10px;
  width: 21.28px;
}
.mobile-icons-container .mail-icon {
  width: 18.28px;
}

/* NAV */
#nav_open_menu {
  cursor: pointer;
  max-width: 45px;
}
@media (max-width: 767px) {
  #nav_open_menu {
    max-width: 30px;
  }
}

#close-icon {
  cursor: pointer;
}

.obj-nav-container {
  background-color: #ff5733;
  height: auto;
  padding: 30px 60px 30px 60px;
}

.nav-phone {
  color: #fff;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 0;
  float: right;
  font-size: 25px;
  text-decoration: none;
}
.nav-phone:hover, .nav-phone:focus {
  color: #fff;
}

.mail-icon {
  margin-top: 5px;
  padding-right: 0px;
  float: right;
  width: 21.28px;
}

/* NAV OPEN*/
.nav-open {
  width: 50%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 60px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.close-icon {
  padding-bottom: 30px;
  max-width: 44px;
}

.nav-list {
  margin-left: 0;
}

.nav-list li {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8em;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 0;
  padding: 10px 0px;
  list-style-type: none;
}

.nav-list a {
  color: #ffffff;
  text-decoration: none;
}
.nav-list a:hover {
  color: #ff5733;
}

.sub-menu {
  border-left: 5px solid #ff5733;
}

.nav-list .sub-menu li {
  font-size: 1.4em;
  color: #ffffff;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 640px) {
  .nav-list .sub-menu li {
    font-size: 0.8em;
  }
}

.custom-nav-sizing {
  max-width: 820px;
  margin: 0;
}

/* CONTACT TAB */
.contact-tab {
  position: absolute;
  top: 229px;
  left: -48px;
  width: 50px;
  height: 127px;
  background-color: #000;
  padding: 10px;
  z-index: 666;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 767px) {
  .contact-tab {
    display: none;
  }
}

.contact-tab .list-group li {
  padding: 5px 0px;
}

.contact-tab-open {
  width: 370px;
  height: auto;
  min-height: 440px;
  background-color: #000;
  border-radius: 0px 0px 0px 10px;
  padding: 30px;
  position: fixed;
  z-index: 777;
  right: -28px;
  top: 40px;
  transition: all 250ms ease-in-out;
  -webkit-transform: translateX(343px);
  transform: translateX(343px);
}

.contact-tab-open.active {
  right: 343px;
}

.contact-header {
  font-size: 18.75px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.contact-tab-icons {
  padding-bottom: 15px;
  max-width: 18px;
  height: auto;
}

.contact-tab-form input {
  border-radius: 10px;
  border: 0;
}

.bold {
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
}

#contact-tab-open-form-into p {
  font-size: 15px;
  margin-bottom: 10px;
}

#contact-tab-form-step-2 p.gdpr-options-text {
  color: #fff;
  font-size: 15px;
}
#contact-tab-form-step-2 .gdpr-options-container {
  text-align: left;
}
#contact-tab-form-step-2 .gdpr-options-container label {
  margin-left: 10px;
}
#contact-tab-form-step-2 .gdpr-options-container p {
  color: #fff;
  font-size: 15px;
}
#contact-tab-form-step-2 p {
  color: #fff;
  font-size: 15px;
}

.contact-field-error {
  border: 2px solid red !important;
}

#contact-tab-form-step-3 p {
  color: #fff;
}

.contact-tab-visible-graphic img {
  max-width: 12px;
  height: auto;
}

/* HERO SECTION */
.hero-img {
  position: relative;
  height: 920px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 125px;
}

.hero-container p {
  color: #ffffff;
  padding-bottom: 40px;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-container {
  position: relative;
  bottom: 0;
  padding-bottom: 50px;
}

.hero-subtext {
  font-size: 1.26em;
}

.homepage-max-width-title {
  max-width: 764px;
  margin: 0 auto;
}

.orange-btn {
  height: 62px;
  width: 235px;
  margin: 20px 0px;
  background-color: transparent;
  border: 5px solid #ff5733;
  border-radius: 20px;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.orange-btn:hover, .orange-btn:focus {
  border: 5px solid #ff5733;
  background-color: #ff5733;
  box-shadow: none;
}

.orange-btn-white-bg {
  font-size: 0.8rem;
  height: 62px;
  width: 235px;
  margin: 20px 0px;
  background-color: transparent;
  border: 5px solid #ff5733;
  border-radius: 20px;
  color: #000;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.orange-btn-white-bg:hover, .orange-btn-white-bg:focus {
  border: 5px solid #ff5733;
  background-color: #ff5733;
  box-shadow: none;
  color: #000;
}

.white-btn-black-bg-white-border {
  font-size: 0.8rem;
  height: 62px;
  max-width: 235px;
  width: 100%;
  margin: 20px 0px;
  background-color: #000;
  border: 5px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 640px) {
  .white-btn-black-bg-white-border {
    max-width: 100%;
  }
}
.white-btn-black-bg-white-border:hover, .white-btn-black-bg-white-border:focus {
  border: 5px solid #fff;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

.black-btn {
  height: 62px;
  max-width: 235px;
  width: 100%;
  margin: 20px 0px;
  background-color: transparent;
  border: 5px solid #000;
  border-radius: 20px;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
}
@media (max-width: 640px) {
  .black-btn {
    max-width: 100%;
  }
}
.black-btn:hover, .black-btn:focus {
  border: 5px solid #000;
  background-color: #000;
  box-shadow: none;
}

.hero-arrow {
  padding-top: 40px;
}

.btn-link-line-height {
  line-height: 44px;
}

.abs-position-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 30px;
}

@media (max-width: 640px) {
  h1.hero-header {
    font-size: 2.3em;
  }
}

/* SUB PAGE HERO */
.subpage-hero {
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* FOLIO SECTION */
#latest-prev, #latest-next {
  cursor: pointer;
  max-width: 12px;
}

.folio-col-pad {
  padding: 125px 60px;
}
@media (max-width: 767px) {
  .folio-col-pad {
    padding: 50px 60px;
  }
}

.folio-container {
  padding: 0;
}

.folio-item {
  padding: 0;
}

.folio-img {
  width: 100%;
}

.row-full-width {
  margin: 0px 0px 0px -12px;
}

.portfolio-box {
  position: relative;
  width: 100%;
}
.portfolio-box a {
  width: 100%;
  height: 100%;
  display: block;
}
.portfolio-box .overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.portfolio-box .overlay a {
  color: #fff;
  text-decoration: none;
  height: 100%;
  padding-top: 24%;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .portfolio-box .overlay a {
    padding-top: 22.5%;
  }
}
@media (max-width: 1200px) {
  .portfolio-box .overlay a {
    padding-top: 22%;
  }
}
@media (max-width: 1024px) {
  .portfolio-box .overlay a {
    padding-top: 21%;
  }
}
@media (max-width: 767px) {
  .portfolio-box .overlay a {
    padding-top: 23%;
  }
}
.portfolio-box:hover .overlay {
  display: block;
}

.text-portfolio-max-width {
  max-width: 937px;
}

.homepage-portfolio p {
  max-width: 503px;
  width: 100%;
}
@media (max-width: 1024px) {
  .homepage-portfolio p {
    max-width: 100%;
  }
}

.portfolio-rollover-img {
  max-width: 200px;
  width: 80%;
}

/* Home page specific */
.self-hosted-video-container {
  text-align: center;
  margin-bottom: -6px;
  width: 100%;
  position: relative;
}
.self-hosted-video-container .placeholder-before-video-loads {
  width: 100%;
  height: 864px;
  background-color: #000;
}
.self-hosted-video-container .hidden-video {
  display: none;
}
.self-hosted-video-container .video-placeholder {
  width: 100%;
}

.about-section {
  max-width: 543px;
  width: 100%;
  margin: 0 auto;
}

.about-section-title {
  max-width: 543px;
  font-weight: 500;
  font-size: 2em;
}

.black-background-under-video {
  height: 440px;
  background-color: #000;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .black-background-under-video {
    height: 300px;
  }
}

.latest-section-padding {
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 217.23px;
}
@media (max-width: 768px) {
  .latest-section-padding {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .latest-section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.obj-logo-animation {
  max-width: 460px;
  width: 100%;
  height: auto;
}

.careers-benefits-padding {
  margin-bottom: 40px;
  margin-top: 24px;
}

.better-benefits-top-margin {
  margin-top: 40px;
}

.current-vacancies-large-title {
  font-size: 4.3em;
  color: #000;
}
@media only screen and (max-width: 1195px) {
  .current-vacancies-large-title {
    font-size: 3.4em;
  }
}

.key-services-title h3 {
  color: #ff5733;
}

.expand-sub-service-menu-arrow {
  cursor: pointer;
}

.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.key-services-block h1, .key-services-block h2, .key-services-block h3, .key-services-block h4, .key-services-block h5, .key-services-block h6 {
  font-size: 17px;
  color: #ff5733;
  margin-bottom: 17px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .key-services-block h1, .key-services-block h2, .key-services-block h3, .key-services-block h4, .key-services-block h5, .key-services-block h6 {
    font-size: 16px;
  }
}
.key-services-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.key-services-block ul li::before {
  content: "-";
  /* Insert a dash before each list item */
  padding-right: 0.5em;
  /* Add space between the dash and the text */
  color: #ff5733;
  float: left;
  width: 5%;
}
.key-services-block ul li {
  float: left;
  width: 100%;
  max-width: 287px;
}
@media (max-width: 1600px) {
  .key-services-block ul li {
    max-width: 245px;
  }
}
@media (max-width: 1024px) {
  .key-services-block ul li {
    max-width: 100%;
  }
}
.key-services-block ul li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  float: left;
  width: 90%;
}
@media (max-width: 1024px) {
  .key-services-block ul li a {
    font-size: 14px;
  }
}
.key-services-block ul li a:hover {
  color: #ff5733;
}

/* REASONS SECTION */
.reasons-bg {
  position: relative;
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #ff5733;
}
@media (max-width: 767px) {
  .reasons-bg {
    background-size: 0;
  }
}
.reasons-bg h3 {
  color: #fff;
}
.reasons-bg p {
  color: #fff;
}

.reasons-bg-2 {
  position: relative;
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("/wp-content/themes/objective-theme/assets/reasons-bg-2.png");
}
@media (max-width: 767px) {
  .reasons-bg-2 {
    background-image: none;
  }
}

.grey-round-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
  -o-background-size: 49% auto;
  -webkit-background-size: 49% auto;
  -moz-background-size: 49% auto;
  background-size: 49% auto;
}

.img-col {
  padding-left: 0px;
}

.img-col-2 {
  padding-right: 0px;
}

.auto-roll {
  font-size: 22.5px;
  color: #c53523 !important;
  line-height: 1.2em;
  text-align: right;
  clear: right;
  -webkit-transition: color 2s;
  -moz-transition: color 2s;
  -ms-transition: color 2s;
  -o-transition: color 2s;
  transition: color 2s;
}

.roll-active {
  font-weight: bold;
  color: #c53523 !important;
}

.reasons-hr {
  margin: 40px 0px 40px 0px;
  float: right;
}

/* PEOPLE SECTION */
.people-img {
  padding-bottom: 40px;
}

.people-header {
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1em;
  font-size: 24px;
  margin-bottom: 30px;
}

.people-box p {
  width: 100%;
  max-width: 412px;
}

/* PROJECT SECTION */
.result {
  font-size: 23px;
}
.result p {
  font-size: 23px;
}

.values-section-padding {
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 217.23px;
}
@media (max-width: 767px) {
  .values-section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.black-mission-panel {
  background-color: #000;
}
.black-mission-panel h3, .black-mission-panel p {
  color: #fff;
}

.white-mission-panel p {
  margin-top: 68px;
}

.mission-panel p {
  font-size: 24px;
  max-width: 335px;
}
.mission-panel span {
  color: #ff5733;
  display: block;
}

.values-slider {
  margin-top: 70px;
}
.values-slider .value h3 {
  color: #fff;
}
.values-slider .value p {
  font-size: 24px;
  max-width: 300px;
}

.testimonials-section-padding {
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 217.23px;
}
@media (max-width: 767px) {
  .testimonials-section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonials-slider {
  margin-top: 70px;
}
.testimonials-slider .testimonial h3 {
  color: #fff;
}
.testimonials-slider .testimonial p {
  font-size: 24px;
  color: #fff !important;
}

.objective-insight-background {
  background-color: #000;
}

.objective-insight-button {
  border: 2px solid #ff5733;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  margin-top: 18px;
}
.objective-insight-button:hover {
  background-color: #ff5733;
  color: #000;
}

.objective-insight-sign-out {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
}
.objective-insight-sign-out:hover {
  color: #ff5733;
}

.objective-insight-username {
  color: #ff5733;
  font-size: 18px;
  margin-top: 26px;
  font-weight: bold;
}

.objective-insight-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /* Add position relative */
  border: 3px solid #fff;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}

.objective-insight-date {
  color: #fff;
  float: right;
  margin-top: 28px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .objective-insight-date {
    float: left;
  }
}
.objective-insight-date img {
  max-width: 23px;
  margin-right: 9px;
  margin-top: -5px;
}

.insight-full-width-horizontal-line {
  background-color: #ff5733;
  opacity: 1;
  height: 3px !important;
}

.insight-full-width-horizontal-line-thin {
  background-color: #fff;
  opacity: 1;
  height: 1px !important;
}

.objective-insight-standard-link {
  color: #fff;
}
.objective-insight-standard-link:hover {
  color: #ff5733;
}

.insight-change-positioning {
  float: right;
}
@media (max-width: 767px) {
  .insight-change-positioning {
    float: left;
  }
}

.insight-orange-block {
  background-color: #ff5733;
  border-radius: 15px;
}
.insight-orange-block h1, .insight-orange-block h2, .insight-orange-block h3, .insight-orange-block h4, .insight-orange-block h5, .insight-orange-block h6 {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 37px;
}
@media (max-width: 767px) {
  .insight-orange-block h1, .insight-orange-block h2, .insight-orange-block h3, .insight-orange-block h4, .insight-orange-block h5, .insight-orange-block h6 {
    line-height: 22px;
  }
}
.insight-orange-block h1 span, .insight-orange-block h2 span, .insight-orange-block h3 span, .insight-orange-block h4 span, .insight-orange-block h5 span, .insight-orange-block h6 span {
  line-height: 37px;
}
@media (max-width: 767px) {
  .insight-orange-block h1 span, .insight-orange-block h2 span, .insight-orange-block h3 span, .insight-orange-block h4 span, .insight-orange-block h5 span, .insight-orange-block h6 span {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .insight-orange-block h1, .insight-orange-block h2, .insight-orange-block h3, .insight-orange-block h4, .insight-orange-block h5, .insight-orange-block h6 {
    font-size: 15px;
  }
}
.insight-orange-block .title {
  margin-top: 20px;
}
.insight-orange-block .title span {
  float: right;
  font-size: 25px;
  color: #000;
  line-height: 37px;
}
@media (max-width: 767px) {
  .insight-orange-block .title span {
    font-size: 15px;
    line-height: 22px;
  }
}
.insight-orange-block .insight-full-width-horizontal-line {
  background-color: #fff;
}

.insight-white-block {
  background-color: #fff;
  border-radius: 15px;
}
.insight-white-block h1, .insight-white-block h2, .insight-white-block h3, .insight-white-block h4, .insight-white-block h5, .insight-white-block h6 {
  display: inline-block;
  font-size: 25px;
  line-height: 37px;
  color: #ff5733;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .insight-white-block h1, .insight-white-block h2, .insight-white-block h3, .insight-white-block h4, .insight-white-block h5, .insight-white-block h6 {
    line-height: 22px;
  }
}
.insight-white-block h1 span, .insight-white-block h2 span, .insight-white-block h3 span, .insight-white-block h4 span, .insight-white-block h5 span, .insight-white-block h6 span {
  line-height: 37px;
}
@media (max-width: 767px) {
  .insight-white-block h1 span, .insight-white-block h2 span, .insight-white-block h3 span, .insight-white-block h4 span, .insight-white-block h5 span, .insight-white-block h6 span {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .insight-white-block h1, .insight-white-block h2, .insight-white-block h3, .insight-white-block h4, .insight-white-block h5, .insight-white-block h6 {
    font-size: 15px;
  }
}
.insight-white-block .title {
  margin-top: 20px;
}
.insight-white-block .title span {
  float: right;
  font-size: 25px;
  line-height: 37px;
  color: #000;
}
@media (max-width: 767px) {
  .insight-white-block .title span {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .mt-xl-below {
    margin-top: 1rem !important;
    /* Adjust the margin-top value as needed */
  }

  .my-xl-below {
    margin-top: 1rem !important;
    /* Adjust the margin-top value as needed */
    margin-bottom: 1rem !important;
    /* Adjust the margin-top value as needed */
  }
}
@media (max-width: 1024px) {
  .mt-lg-below {
    margin-top: 1rem !important;
    /* Adjust the margin-top value as needed */
  }

  .my-lg-below {
    margin-top: 1rem !important;
    /* Adjust the margin-top value as needed */
    margin-bottom: 1rem !important;
    /* Adjust the margin-top value as needed */
  }
}
.insight-news-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.insight-news-item h1, .insight-news-item h2, .insight-news-item h3, .insight-news-item h4, .insight-news-item h5, .insight-news-item h6 {
  color: #000;
  font-size: 22px;
}
.insight-news-item p {
  font-size: 14px;
}
.insight-news-item a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.insight-topics-container .text-small {
  font-size: 26px;
  margin-bottom: 0px;
}
@media (max-width: 668px) {
  .insight-topics-container .text-small {
    font-size: 18px;
  }
}
.insight-topics-container .text-normal {
  font-size: 30px;
  margin-bottom: 0px;
}
@media (max-width: 668px) {
  .insight-topics-container .text-normal {
    font-size: 20px;
  }
}
.insight-topics-container .text-large {
  font-size: 35px;
  margin-bottom: 0px;
}
@media (max-width: 668px) {
  .insight-topics-container .text-large {
    font-size: 23px;
  }
}
.insight-topics-container .text-xlarge {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .insight-topics-container .text-xlarge {
    font-size: 38px;
  }
}
@media (max-width: 668px) {
  .insight-topics-container .text-xlarge {
    font-size: 24px;
  }
}

.insight-mentions-container {
  padding-top: 40px;
}
.insight-mentions-container .number {
  font-weight: bold;
}

.volume-size-1 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .volume-size-1 {
    font-size: 21px;
  }
}

.volume-size-2 {
  font-size: 60px;
}

.block-alignment-min-height {
  min-height: 400px;
}

.chart-container-min-height {
  min-height: 869px;
}
@media (max-width: 768px) {
  .chart-container-min-height {
    min-height: 680px;
  }
}

.image-centralizer {
  width: 100%;
  text-align: center;
  display: block;
}
.image-centralizer .chart-image {
  max-width: 80%;
  width: 100%;
  margin-top: 50px;
}

.slider .slide-container {
  max-width: 300px;
  width: 90%;
  height: 297px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .slider .slide-container {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.slider .slide-container .overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.slider .slide-container .overlay .btn {
  width: 90%;
  max-width: 200px;
}
.slider .slide-container .overlay a {
  margin-top: 39%;
  text-transform: uppercase;
}
.slider .slide-container:hover .overlay {
  display: block;
}
.slider .slide-container img {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .slick-initialized .slick-slide {
    padding: 0px;
  }
}

.twitter-box {
  padding: 20px;
  width: 100%;
  position: relative;
}
.twitter-box .title p {
  line-height: 12px;
}
.twitter-box .title .name {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
}
.twitter-box .title .twitter-handle {
  color: #3c3c3c;
  font-size: 11px;
  display: inline-block;
}
.twitter-box .title .twitter-handle a {
  color: #3c3c3c;
  font-size: 11px;
}
.twitter-box .title .tweet-time {
  color: #3c3c3c;
  font-size: 11px;
  display: inline-block;
}
.twitter_post > ul {
  margin: 0;
}

.twitter_post span {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  position: relative;
}

.twitter_post .cf div span a {
  color: #ff5733;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .twitter_post .cf div span a {
    font-size: 12px;
  }
}

.twitter_post div p {
  display: inline;
}

.twitter_post div span {
  display: inline-block;
}

.twitter_post div p {
  display: inline;
  font-size: 15px;
  line-height: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .twitter_post div p {
    font-size: 12px;
  }
}

.twitter_post ul li {
  display: inline-block;
  list-style: none;
}

.twitter_post ul {
  padding: 0;
}

.twitter_post a {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
}

.twitter_post div p a {
  display: block;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .twitter_post div p a {
    font-size: 12px;
  }
}

.twitter_post li.cf {
  padding-top: 10px;
}

.button.popup-contact-button > a:hover {
  color: #000000;
}

.twitter_post {
  padding: 40px 20px 38px 27px;
  text-align: left;
}
@media (max-width: 767px) {
  .twitter_post {
    padding: 15px;
  }
}

.twitter_post span.tweet-time {
  color: #ff5733;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
}

.twitter_post span a {
  color: #ff5733;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  text-transform: lowercase;
}

.tweet-info span {
  background-image: url("/wp-content/themes/objective-theme/assets/twitter_tweet.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  font-size: 0;
}

.twitter_post .cf div span a::before {
  content: none;
}

.twitter_post span a:before {
  content: "·";
  padding-left: 2px;
  padding-right: 2px;
}

.twitter_post span a:hover, .twitter_post .cf div span a:hover {
  color: #fff;
}

.twitter-post ul li div p {
  color: #fff;
}

.page-numbers-container .page-numbers {
  font-size: 20px;
  padding-right: 10px;
}
.page-numbers-container a {
  color: #ff5733;
  text-decoration: none;
}

.news-line {
  margin: 60px 0px;
}

.news-article-date-sizing {
  font-size: 20px;
}

.nav-links {
  width: 100%;
  text-align: center;
}

.wpcf7-submit {
  height: 75px;
  width: 100%;
  max-width: 528px;
  margin: 20px 0px;
  background-color: transparent;
  border: 5px solid #000;
  border-radius: 20px;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: normal;
  color: #000;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
  border: 5px solid #000;
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

.wpcf7-form p {
  margin-bottom: 14px;
  font-size: 14px;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form .wpcf7-text {
  width: 100%;
}
.wpcf7-form .wpcf7-textarea {
  width: 100%;
}
.wpcf7-form .gdpr-options-text {
  width: 100%;
  margin-top: 20px !important;
}
.wpcf7-form .gdpr-options-text a {
  color: #ff5733;
  text-decoration: none;
}
.wpcf7-form .gdpr-options-text a:hover, .wpcf7-form .gdpr-options-text a:focus {
  color: #ff5733;
  text-decoration: none;
}
.wpcf7-form .gdpr-options-container {
  width: 100%;
  max-width: 100%;
}
.wpcf7-form .gdpr-options-container .wpcf7-list-item {
  width: 100%;
  display: block;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}

.contact-page-image {
  margin-top: 160px;
  margin-left: -200px;
}
@media (max-width: 1024px) {
  .contact-page-image {
    margin-top: 40px;
  }
}

/* FOOTER SECTION */
.footer-icons {
  padding: 40px 0px;
}

.list-group li {
  background-color: transparent;
  border: 0;
  list-style-type: none;
}

@media (max-width: 640px) {
  .list-group-item {
    padding: 0.1rem 0.4rem;
  }
}

.footer-address {
  font-size: 1.02em;
}

.small-print {
  font-size: 0.75em;
}

.footer-logo {
  max-width: 310px;
}

.social-img-fluid {
  max-width: 28.5px;
  height: auto;
}

.footer-credit-img {
  max-width: 105px;
  height: auto;
}
@media (max-width: 767px) {
  .footer-credit-img {
    max-width: 30px;
  }
}
@media (max-width: 640px) {
  .footer-credit-img {
    max-width: 25px;
  }
}
@media (max-width: 480px) {
  .footer-credit-img {
    max-width: 20px;
  }
}

.footer-telephone {
  color: #fff;
  text-decoration: none;
}
.footer-telephone:hover {
  color: #fff;
}

.privacy-cookies-link {
  text-decoration: none;
}
/* MOBILE RESPONSIVE */
@media only screen and (max-width: 1195px) {
  h1, .h1 {
    font-size: 3em;
    color: #000;
  }

  h2, .h2 {
    font-size: 1.7em;
    color: #000;
  }

  h3, .h3 {
    font-size: 1.7em;
    color: #000;
  }

  h4, .h4 {
    font-size: 1.7em;
    color: #000;
  }

  h5, .h5 {
    font-size: 1.7em;
    color: #000;
  }

  p {
    font-size: 1em;
  }

  .hero-subtext {
    font-size: 1.1em;
  }

  .hero-img {
    height: 800px;
  }

  .mob-pad-bottom {
    padding-bottom: 60px;
  }

  .mob-pad-top {
    padding-top: 60px;
  }

  .mob-pad-left {
    padding-left: 0px;
  }

  .auto-roll {
    text-align: left;
    clear: none;
  }

  .reasons-hr {
    margin: 40px 0px 40px 0px;
    float: none;
  }

  .reasons-bg {
    background-image: none;
  }

  .grey-round-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0px;
  }

  .review-text {
    font-size: 1.72em;
  }

  .nav-phone {
    display: none;
  }

  .logo img {
    width: 160px;
  }

  .burger-menu {
    width: 40px;
  }

  .results {
    padding-left: 0px;
  }

  .pad-right-extra {
    padding-right: 0px;
  }

  .footer-icons {
    padding: 40px 0px;
  }

  .footer-address {
    font-size: 0.9em;
  }

  .small-print {
    font-size: 0.8em;
  }

  .footer-logo {
    max-width: 197px;
  }

  .mod-col-xl-6 {
    padding: 0px 0px 60px 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  /* NAV OPEN*/
  .nav-open {
    width: 100%;
  }

  .nav-list li {
    font-size: 1.2em;
  }
}
@media (max-width: 640px) {
  #about_section h2, #about_section .h2 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  #about_section h2, #about_section .h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .mob-pad-top {
    padding-top: 50px;
  }

  .mob-pad-bottom {
    padding-bottom: 50px;
  }
}
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ff5733 !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  color: #ff5733 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #ff5733 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #ff5733 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border: 2px solid #ff5733 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #ff5733 !important;
  color: #ff5733 !important;
}

.CookieDeclaration {
  display: none;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #ff5733 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #ff5733 !important;
}

#CookiebotWidget * {
  color: #000 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #ff5733 !important;
  border-color: #ff5733 !important;
  color: #FFFFFF;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: #FFFFFF;
  border-color: #ff5733 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #ff5733 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #ff5733 !important;
}

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