/*
Theme Name: Nordic Road
Author: Fiat Insight
Author URI: https://fiatinsight.com/
Description: This theme has been built and customized for you.
Version: 1.0
*/
.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-black-brand-background-color {
  background-color: #222222;
}

.has-blue-background-color {
  background-color: #5974B9;
}

.has-font-blue-background-color {
  background-color: #061121;
}

.has-red-background-color {
  background-color: #8b0000;
}

.has-gray-background-color {
  background-color: #ccc;
}

.has-orange-background-color {
  background-color: #FF9209;
}

.has-gray-light-background-color {
  background-color: #f1f4fe;
}

.has-black-color {
  color: #000;
}

.has-black-brand-color {
  color: #222222;
}

.has-white-color {
  color: #fff;
}

.has-orange-color {
  color: #FF9209;
}

.has-blue-color {
  color: #5974B9;
}

.has-font-blue-color {
  color: #061121;
}

.has-red-color {
  color: #8b0000;
}

.has-gray-color {
  color: #ccc;
}

.has-gray-light-color {
  color: #f1f4fe;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.mejs-container {
  margin-bottom: 1.5em;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.wp-playlist-item:last-of-type {
  border-bottom: none;
}

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.wp-playlist-item-length {
  top: 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}

.btn {
  border-radius: 3px;
  font-size: 16px;
  padding: 16px 24px;
  font-weight: 700;
  font-family: "Rethink Sans", sans-serif;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-nav {
  padding-top: 22px;
  padding-bottom: 22px;
}
.btn.btn-nav-1 {
  border-right: 1px solid #dee2e6 !important;
}
.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.btn.btn-gray {
  color: #000;
  background: #ccc;
  border: none;
}
.btn.btn-gray:hover {
  background: #5974B9;
  color: #fff;
}
.btn.btn-blue {
  background: #5974B9;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #425c9d;
}
.btn.btn-orange {
  background: #FF9209;
  border: none;
  color: #fff;
}
.btn.btn-orange:hover {
  background: #d57700;
}
.btn.btn-orange-outline {
  background: #fff;
  border: 1px solid #FF9209;
  color: #222222;
}
.btn.btn-orange-outline:hover {
  background: #FF9209;
  border-color: #FF9209;
  color: #fff;
}
.btn.btn-red {
  background: #8b0000;
  border: none;
  color: #fff;
}
.btn.btn-red:hover {
  background: #580000;
}
.btn.btn-facebook {
  background: #3b5998;
  border: none;
  color: #fff;
}
.btn.btn-facebook:hover {
  background: #264077;
}
.btn.btn-twitter {
  background: #00aced;
  border: none;
  color: #fff;
}
.btn.btn-twitter:hover {
  background: #1dcaff;
}
.btn.btn-linkedin {
  background: #0173b1;
  border: none;
  color: #fff;
}
.btn.btn-linkedin:hover {
  background: #0194e4;
}

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

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

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important;
}

.gform_button.button {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px !important;
  background-color: #263d61;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 8px 35px;
  border-radius: 25px;
  margin: 0 auto;
}
.gform_button.button:hover {
  background-color: #263d61;
  cursor: pointer;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-family: "Rethink Sans", sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-family: "Rethink Sans", sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-family: "Rethink Sans", sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-family: "Rethink Sans", sans-serif;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow;
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Rethink Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4em;
  margin: 0 0 0.25em;
  padding: 1em 0 0;
  font-family: "Rethink Sans", sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
}

p {
  margin: 0 0 1.5em;
  font-size: 18px;
  padding: 0;
  font-family: "Rethink Sans", sans-serif;
  color: #000;
  font-weight: 400;
}

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Rethink Sans", sans-serif;
  overflow: hidden;
  border-left: 3px solid #ddd;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

a {
  color: #5974B9;
}
a:hover {
  color: #425c9d;
}

.font-alt {
  font-family: "Rethink Sans", sans-serif;
}

.line-height-sm {
  line-height: 1.2em;
}

.line-height-regular {
  line-height: 1.4em;
}

.font-thin {
  font-weight: 400;
}

.font-regular {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.letter-spacing {
  letter-spacing: 1px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-45 {
  font-size: 45px;
}

article a {
  color: #5974B9;
  text-decoration: underline;
}
article a:hover {
  color: #7d92c8;
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}
article ul,
article ol {
  font-size: 16px;
  font-weight: 400;
}
article ul li,
article ol li {
  margin-bottom: 7px;
}

.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}

blockquote.wp-block-quote {
  border-left: none;
  overflow: inherit;
  padding-left: 30px;
}
blockquote.wp-block-quote p {
  font-size: 18px;
  font-weight: 500;
}
blockquote.wp-block-quote::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  color: #03acdc;
  margin-left: -52px;
  float: left;
  font-size: 40px;
  margin-top: -21px;
  opacity: 0.3;
}

.accordion > .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.accordion > .card .card-header {
  background: transparent;
  padding-left: 0;
}
.accordion > .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.accordion h2 {
  border-bottom: 0;
}
.accordion h2 button {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.wp-block-group .wp-block-group__inner-container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 5px;
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

body.admin-bar #main-nav {
  top: 32px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.home {
  margin-top: 0 !important;
}

footer {
  margin-top: auto;
}

#main-nav {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
#main-nav .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#main-nav .nav-link,
#main-nav .navbar-brand {
  color: #222222;
}
#main-nav.affixed {
  background: #061121;
}
#main-nav.affixed .nav-link,
#main-nav.affixed .navbar-brand {
  color: #222222;
}
#main-nav.affixed .btn-blue {
  background-color: #263d61;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background: #5974B9;
  color: #fff;
}

.report-list-item-wrap:hover {
  background: #5974B9;
  color: #fff;
}
.report-list-item-wrap:hover p {
  color: #fff;
}

.img-box-shadow {
  box-shadow: 15px 15px #5974B9;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #5974B9;
}

.accordion-body {
  padding: 2em 3em;
}

.dropdown-toggle::after {
  display: none;
}

#countrynav > ul > li > a {
  border-right: 1px solid #b8b8b8;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 8px;
  padding-bottom: 8px;
}

#countrynav > ul > li.active a,
#countrynav > ul > li:hover a {
  color: #fff;
  background: #FF9209;
  border-left: none !important;
}

#countrynav > ul > li:first-of-type {
  border-left: 1px solid transparent;
}
#countrynav > ul > li:first-of-type > a {
  padding-left: 0;
  transition: 0.5s all;
}
#countrynav > ul > li:first-of-type:hover {
  border-left: 1px solid transparent !important;
}
#countrynav > ul > li:first-of-type:hover > a {
  padding-left: 20px;
}
#countrynav > ul > li:first-of-type.active > a {
  padding-left: 20px;
}

#countrynav > ul > li:last-of-type > a {
  border-right: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #fff;
  border-top: none;
  border-radius: 0;
  margin: 0 0 0 -1px;
  font-size: 14px;
  border-color: #b8b8b8;
}

#countrynav .nav-item {
  border-top: 1px solid transparent;
}

#countrynav .nav-item.dropdown:hover {
  background: #fff;
  border-top: 1px solid #b8b8b8 !important;
}

#countrynav .nav-item.dropdown:hover {
  background: #fff;
  border-top: 1px solid #b8b8b8 !important;
}

.height-50 {
  height: 50px;
}

.font-size-18 {
  font-size: 18px;
}

.report-summary h3 {
  margin-bottom: 20px;
}

.accordion h2 button {
  font-size: 14px;
}

.accordion-body {
  padding: 20px;
}

#accordionSide .dropdown-item {
  background: transparent !important;
  color: #000;
}

#accordionSide .dropdown-item:hover {
  text-decoration: underline;
}

.single-section h4,
.single-section h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  border-bottom: 3px solid #222222;
  color: #222222;
}

.report-summary .single-section li {
  font-size: 16px;
  font-weight: 400;
}
.report-summary .single-report h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.report-summary .single-report li {
  font-size: 18px;
  font-weight: 400;
}
.report-summary ul li {
  font-size: 18px;
  font-weight: 400;
}

#topicsections .list-group-item.active {
  background-color: #222222;
  border-color: #385178;
}

.citation {
  text-indent: -30px;
  margin-left: 30px;
}

.report-summary > img {
  filter: drop-shadow(2px 4px 6px grey);
}

body.page-template-page-topic-single article .single-section:first-child h3.report-section-heading:first-child {
  display: none;
}

.form-check-label {
  color: #fff;
}

.has-white-color {
  color: #fff;
}

.progress-bar {
  background-color: #FF9209;
}

.report-status {
  color: #000;
}

.foot-logo {
  width: 200px;
}

.d-logged-out-none {
  display: none;
}

body.logged-in .d-logged-out-none {
  display: block;
}

.btn-pdf-download {
  padding: 3px 6px;
  font-size: 12px;
  align-self: center;
}

#menu-menu li {
  font-size: 18px;
}

.font-pop {
  font-family: "Rethink Sans", sans-serif;
}

.loader {
  width: 120px;
  max-width: 100%;
  padding: 10px;
  background: #FF9209;
  aspect-ratio: 1;
  border-radius: 50%;
  mask: conic-gradient(rgba(0, 0, 0, 0), #000) subtract, linear-gradient(#000 0 0) content-box;
  box-sizing: border-box;
  animation: load 1s linear infinite;
}

@keyframes load {
  to {
    transform: rotate(1turn);
  }
}
#mainNav a.btn.has-white-color:hover {
  color: #FF9209 !important;
}

.edd-blocks-form.edd-blocks-form__login {
  border: 0;
}

#edd-blocks-form__login label,
#edd-blocks-form__lost-password label {
  color: #fff;
}

#edd_login_submit,
#edd_lost_password_submit {
  font-size: 16px;
  padding: 13px 34px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
}

.edd-blocks-form__group.edd-blocks-form__group-lost-password a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.edd-blocks-form__group.edd-blocks-form__group-lost-password a:hover {
  text-decoration: underline;
}

body.page-id-18309 #edd_user_login,
body.page-id-18309 #edd_user_pass,
body.page-id-18309 #user_login {
  border-radius: 0;
  border: 0;
  height: 50px;
}

.btn-pdf-download {
  min-width: 103px;
}

.footer-col-text {
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
}

.footer-nav a,
.footer-nav a p {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.4em;
}

.footer-nav a:hover,
.footer-nav a:hover p {
  text-decoration: underline;
}

.single-section ul {
  margin-bottom: 2em;
  font-size: 18px;
}

.citation {
  font-size: 16px;
}

#loader.active {
  border: 16px solid rgba(255, 146, 11, 0.4588235294) !important;
  border-top: 16px solid #ff920b !important;
  top: 50px !important;
}

body.page-id-2391 article h2,
body.page-id-2391 article h3 {
  font-size: 26px;
}

.wp-2fa-user-profile-form {
  margin-bottom: 30px !important;
}

.wp-2fa-configuration-form .button.enable_styling {
  display: block !important;
}

@media (max-width: 1291px) {
  #mainNav a {
    display: block;
    text-align: center;
  }
  .reportnav-s {
    top: 49px;
  }
}
@media (min-width: 1292px) {
  body.page-id-9932 .sticky-top {
    overflow-y: scroll;
    max-height: 60vh;
  }
}
.kb-button {
  border-radius: 0 !important;
  font-size: 16px !important;
  padding: 14px 25px !important;
}

body.single-case-study .yoast-breadcrumbs {
  color: #fff;
}

.button-group {
  padding: 10px 10px;
}

.page-id-22022 .gform_required_legend,
.page-id-22788 .gform_required_legend,
.page-id-22681 .gform_required_legend,
.page-id-22800 .gform_required_legend {
  display: none;
}

.page-id-22022 .gform-body label,
.page-id-22788 .gform-body label,
.page-id-22681 .gform-body label,
.page-id-22800 .gform-body label {
  color: #FF920B;
}

.page-id-22022 .gform_footer #gform_submit_button_1,
.page-id-22788 .gform_footer #gform_submit_button_1,
.page-id-22681 .gform_footer #gform_submit_button_1,
.page-id-22800 .gform_footer #gform_submit_button_1 {
  background-color: #FF920B;
  width: 100%;
  border-radius: 0px;
  font-weight: bold;
  min-height: 54px;
  font-size: 16px;
}

.page-id-22101 .kt-tab-title {
  display: flex;
  flex-direction: column;
}

.page-id-22101 .kt-tab-title .kt-title-text {
  text-align: left;
  margin-right: auto;
  margin-top: 10px;
}

.page-id-22101 .kt-tabs-title-list li .kt-tab-title-1:before {
  content: "";
  background: url("/wp-content/uploads/One-1.png");
  width: 170px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-22101 .kt-tabs-title-list li .kt-tab-title-2:before {
  content: "";
  background: url("/wp-content/uploads/Two-1.png");
  width: 170px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-22101 .kt-tabs-title-list li .kt-tab-title-3:before {
  content: "";
  background: url("/wp-content/uploads/Three-1.png");
  width: 170px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-22101 .kt-tabs-title-list li .kt-tab-title-4:before {
  content: "";
  background: url("/wp-content/uploads/Four-1.png");
  width: 170px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-22101 .kt-tabs-title-list li .kt-tab-title-5:before {
  content: "";
  background: url("/wp-content/uploads/Five-1.png");
  width: 170px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-22101 .fi-parent-text:hover .kt-inside-inner-col {
  background-color: orange;
}

.page-id-22101 .fi-parent-text:hover .fi-hover-img {
  display: none;
}

.page-id-22101 .fi-parent-text:hover .fi-text-overlay {
  display: block;
}

.page-id-22101 .fi-parent-text:hover .fi-hover-header {
  color: white;
}

.page-id-22101 .fi-text-overlay {
  display: none;
}

.page-id-22101 .fi-limited-sect {
  width: 80%;
}

.page-id-22101 .fi-limited-sect .gfield_label {
  color: #ff9208;
}

.page-id-22101 .fi-limited-sect .gform_heading {
  display: none;
}

.page-id-22101 .fi-limited-sect .gform_footer .button {
  background-color: #ff9208;
  width: 100%;
  border-radius: 0px;
  height: 54px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px !important;
}

.page-id-22101 .story-details img {
  width: 96px;
  height: 96px;
}

.page-id-22101 .story-details {
  background-color: rgba(255, 255, 255, 0) !important;
  border-right: none !important;
  border-left: none !important;
}

.page-id-22101 .story-details:before {
  display: none !important;
}

.page-id-22101 .story-content h3 {
  color: #ff920b;
  font-size: 24px;
}

.page-id-22101 .story-content p {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.page-id-22101 .story-time {
  display: none !important;
}

.case-study-template-default .has-orange-background-color {
  display: none;
}

.case-study-template-default .yoast-breadcrumbs a {
  color: #ff9209;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
}

.case-study-template-default .breadcrumb_last {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
}

.page-id-22299 .kt-blocks-accordion-title-wrap {
  width: 100%;
}

.page-id-22299 .fi-acc-func .kt-blocks-accordion-title-wrap:after {
  content: "Functional";
  margin-left: auto;
  margin-right: 2%;
}

.page-id-22299 .fi-acc-stat .kt-blocks-accordion-title-wrap:after {
  content: "Statistics";
  margin-left: auto;
  margin-right: 2%;
}

.page-id-22299 .fi-acc-mark-func .kt-blocks-accordion-title-wrap:after {
  content: "Marketing, Functional";
  margin-left: auto;
  margin-right: 2%;
}

.page-id-22299 .fi-acc-func-mark .kt-blocks-accordion-title-wrap:after {
  content: "Functional, Marketing";
  margin-left: auto;
  margin-right: 2%;
}

.page-id-22299 .fi-acc-multi .kt-blocks-accordion-title-wrap:after {
  content: "Functional, Marketing, Statistics, Preferences";
  margin-left: auto;
  margin-right: 2%;
}

.page-id-22299 .fi-acc-invest .kt-blocks-accordion-title-wrap:after {
  content: "Purpose pending investigation";
  margin-left: auto;
  margin-right: 2%;
}

.page-id-22299 .fi-acc-active .kt-blocks-accordion-title-wrap:after {
  content: "Always active";
  margin-left: auto;
  margin-right: 2%;
}

h3.report-section-heading {
  background: transparent;
  padding: 10px 0;
  color: #5974B9;
  margin-top: 50px;
  border-radius: 10px;
}

.btn-sm {
  padding: 1px 10px !important;
  font-size: 14px !important;
}

.offerFeedback i {
  font-size: 30px;
}

#gform_wrapper_8 .gform_required_legend {
  display: none;
}

.executive-hub p + ul {
  margin-top: -15px;
}

.executive-hub ul li {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .reportnav-s {
    top: 92px !important;
  }
  body.logged-in .reportnav-s {
    top: 124px !important;
  }
}
@media (min-width: 1400px) {
  .reportnav-s {
    top: 68px !important;
  }
  body.logged-in .reportnav-s {
    top: 100px !important;
  }
}
#loginform input {
  display: block;
}

#loginform p {
  color: #fff;
}

body.page-id-18309 #user_login, body.page-id-18309 #user_pass {
  border-radius: 0;
  border: 0;
  height: 50px;
  width: 100%;
}

body.page-id-18309 #rememberme {
  display: inline-block;
}

body.page-id-18309 form label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
}

body.page-id-18309 #wp-submit {
  font-size: 16px;
  padding: 13px 34px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  background-color: #ff9209;
  color: #fff;
}

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0;
  }
  .bg-fixed {
    background-attachment: scroll;
  }
  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .font-size-mobile-14 {
    font-size: 14px;
  }
  .list-group-item.list-group-item-action > div {
    display: block !important;
  }
  .list-group-item.list-group-item-action a.text-decoration-none {
    display: block;
    font-size: 16px;
  }
  body.single-report h1,
  body.page-template-page-topic-single h1 {
    font-size: 20px !important;
  }
  .report-summary p, .report-summary ul,
  .single-section p,
  .single-section ul {
    font-size: 16px;
  }
  .citation {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  #countrynav > ul > li > a {
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  #main-nav .navbar-nav .nav-item {
    padding-right: 25px;
    padding-left: 25px;
  }
  #main-nav .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #fff, #fff);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.2s ease-out;
  }
  #main-nav .navbar-nav .nav-link:hover {
    color: #FF9209;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }
  .container-wide {
    max-width: 1754px;
  }
}
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block; /*enable dropdown menu on hover*/
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media (max-width: 1199px) {
  #countrynav > ul > li > a {
    padding: 0 0 0 10px !important;
  }
}

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