/*!
Theme Name: InvestorBrandNetwork
Theme URI: https://www.investorbrandnetwork.com
Author: InvestorBrandNetwork
Author URI: https://www.investorbrandnetwork.com
Description: InvestorBrandNetwork Custom Theme
Version: 1.0.1 */
/* CSS Document */
/* --------------------------------- */
/* Webfont Load */
/* --------------------------------- */
.wf-loading * {
  opacity: 0; }

.wf-active *, .wf-inactive * {
  opacity: 1; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* Preset */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 110px; }

/* --------------------------------- */
/* reset */
/* --------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, button, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* --------------------------------- */
/* Colors */
/* --------------------------------- */
/* Color Classes */
.black {
  color: black; }

.blue {
  color: #2765d8; }

.burntorange {
  color: #d84127; }

.maroon {
  color: #7d1207; }

.nwred {
  color: #c42e24; }

.orange {
  color: #f36b24; }

.purple {
  color: #af29bb; }

.slate {
  color: #3f5364; }

.white {
  color: white; }

/* Background Color Classes */
.bgblack {
  background-color: black; }

.bgblue {
  background-color: #2765d8; }

.bgburntorange {
  background-color: #d84127; }

.bgmaroon {
  background-color: #7d1207; }

.bgnwred {
  background-color: #c42e24; }

.bgorange {
  background-color: #f36b24; }

.bgpurple {
  background-color: #af29bb; }

.bgslate {
  background-color: #3f5364; }

.bgslate5 {
  background-color: rgba(63, 83, 100, 0.05); }

.bgwhite {
  background-color: white; }

/* --------------------------------- */
/* Background Gradient Color Classes */
/* --------------------------------- */
/* Blue - Purple */
/* Blue - Slate */
/* Blue - Slate */
/* Burnt Orange - Purple */
/* Orange - Burnt Orange */
/* Orange - Purple */
/* Red - Maroon */
/* Background Color Classes */
.grad-bg-bp {
  background: linear-gradient(135deg, #2765d8, #af29bb); }

.grad-bg-bop {
  background: linear-gradient(135deg, #d84127, #af29bb); }

.grad-bg-bs {
  background: linear-gradient(135deg, #2765d8, #3f5364); }

.grad-bg-obo {
  background: linear-gradient(135deg, #f36b24, #d84127); }

.grad-bg-op {
  background: linear-gradient(135deg, #f36b24, #af29bb); }

.grad-bg-rm {
  background: linear-gradient(135deg, #c42e24, #7d1207); }

.grad-bg-sb {
  background: linear-gradient(135deg, #3f5364, #2765d8); }

/* --------------------------------- */
/* Global */
/* --------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 110px;
  background-color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3f5364;
  margin: 0;
  padding: 0; }

body.preload {
  opacity: 0;
  transition: 50ms opacity 50ms linear; }

body.loaded {
  opacity: 1;
  transition: 50ms opacity 50ms linear; }

a {
  color: #d84127;
  text-decoration: none; }

a:visited {
  color: #d84127;
  text-decoration: none; }

a:hover, a:visited:hover {
  color: #f36b24;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }

strong {
  font-family: "proxima-nova", sans-serif; }

.container {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }

.container-flex {
  width: 100%;
  display: flex;
  height: auto;
  margin: 0 auto; }

.container-1400 {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto; }

.container-1400-flex {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-center {
  align-items: center;
  justify-content: center; }

.flex-center-top {
  align-items: flex-start;
  justify-content: center; }

/* --------------------------------- */
/* Captcha */
/* --------------------------------- */
.grecaptcha-badge {
  opacity: 0; }

.captcha-statement, p.captcha-statement {
  color: rgba(63, 83, 100, 0.8);
  font-size: 12px;
  font-weight: 400; }

.captcha-statement a, .captcha-statement a:visited {
  color: rgba(63, 83, 100, 0.8);
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline; }

/* --------------------------------- */
/* Padding Add-ons */
/* --------------------------------- */
.tb-1 {
  padding: 1% 0 1% 0; }

.tb-2 {
  padding: 2% 0 2% 0; }

.tb-3 {
  padding: 3% 0 3% 0; }

.tb-4 {
  padding: 4% 0 4% 0; }

.tb-5 {
  padding: 5% 0 5% 0; }

.tb-6 {
  padding: 6% 0 6% 0; }

.tb-7 {
  padding: 7% 0 7% 0; }

.tb-8 {
  padding: 8% 0 8% 0; }

.tb-9 {
  padding: 9% 0 9% 0; }

.tb-10 {
  padding: 10% 0 10% 0; }

.lr-1 {
  padding: 0 1% 0 1%; }

.lr-2 {
  padding: 0 2% 0 2%; }

.lr-3 {
  padding: 0 3% 0 3%; }

.lr-4 {
  padding: 0 4% 0 4%; }

.lr-5 {
  padding: 0 5% 0 5%; }

.lr-6 {
  padding: 0 6% 0 6%; }

.lr-7 {
  padding: 0 7% 0 7%; }

.lr-8 {
  padding: 0 8% 0 8%; }

.lr-9 {
  padding: 0 9% 0 9%; }

.lr-10 {
  padding: 0 10% 0 10%; }

.pad-0 {
  padding: 0; }

.pad-1 {
  padding: 1%; }

.pad-2 {
  padding: 2%; }

.pad-3 {
  padding: 3%; }

.pad-4 {
  padding: 4%; }

.pad-5 {
  padding: 5%; }

.pad-6 {
  padding: 6%; }

.pad-7 {
  padding: 7%; }

.pad-8 {
  padding: 8%; }

.width25 {
  width: 25%;
  height: auto;
  display: block;
  margin: 0 auto; }

.width50 {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto; }

.width75 {
  width: 75%;
  height: auto;
  display: block;
  margin: 0 auto; }

.width100 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.timelines .width25 {
  width: 25%;
  height: auto;
  display: block;
  margin: 0 0 10px 0; }

.timelines h4.headings {
  background-color: rgba(63, 83, 100, 0.05);
  padding: 6px 6px 6px 18px;
  border-radius: 20px; }

.hide-on-desktop {
  display: none; }

/* --------------------------------- */
/* Buttons */
/* --------------------------------- */
a.btn, a.btn:visited, .btn-white a, .btn-white a:visited {
  display: inline-block;
  padding: 14px 20px 14px 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin: 20px 20px 0 0; }

a.btn:hover, a.btn:visited:hover, .btn-white a:hover, .btn-white a:visited:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.btn-bo, a.btn-bo:visited {
  display: inline-block;
  padding: 14px 20px 14px 20px;
  border: none;
  background-color: #d84127;
  border-radius: 28px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin: 20px 20px 0 0; }

a.btn-bo:hover, a.btn-bo:visited:hover {
  background-color: #f36b24;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.search-btn {
  padding: 14px 20px 14px 20px;
  border: none;
  background-color: #d84127;
  border-radius: 28px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin: 20px auto;
  text-align: center;
  width: 180px; }

.search-btn:hover {
  cursor: pointer; }

.podcast-library {
  height: 40px;
  width: auto;
  border-radius: 10px; }

#cookie-law-info-bar span {
  font-size: 14px; }

.cli-plugin-button {
  border-radius: 28px; }

/* --------------------------------- */
/* Page Divisions */
/* --------------------------------- */
.container-flex .threequarter, .container-1400-flex .threequarter {
  flex-basis: calc(75% - 40px);
  padding: 20px; }

.container-flex .half, .container-1400-flex .half, .container-flex .half-full, .container-1400-flex .half-full {
  flex-basis: calc(50% - 40px);
  padding: 20px; }

.container-flex .quarter, .container-1400-flex .quarter {
  flex-basis: calc(25% - 40px);
  padding: 20px; }

.container-flex .third, .container-1400-flex .third {
  flex-basis: calc(33.333% - 40px);
  padding: 20px; }

.container-flex .twothird, .container-1400-flex .twothird {
  flex-basis: calc(66.666% - 40px);
  padding: 20px; }

.container-flex .fifth, .container-1400-flex .fifth {
  flex-basis: calc(20% - 40px);
  padding: 20px; }

.container-flex .twofifth, .container-1400-flex .twofifth {
  flex-basis: calc(40% - 40px);
  padding: 20px; }

.container-flex .threefifth, .container-1400-flex .threefifth {
  flex-basis: calc(60% - 40px);
  padding: 20px; }

.container-flex .fourfifth, .container-1400-flex .fourfifth {
  flex-basis: calc(80% - 40px);
  padding: 20px; }

/* --------------------------------- */
/* Article Content Formatting */
/* --------------------------------- */
article h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  margin: 0 0 20px 0;
  padding: 0; }

article h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 0; }

article h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px 0; }

article h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0; }

article h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 20px 0;
  text-transform: uppercase; }

article h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0; }

article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px 0; }

article sup {
  vertical-align: baseline;
  position: relative;
  top: -5px;
  font-size: 11px; }

article strong {
  font-weight: 700; }

article ul {
  list-style-type: disc;
  margin: 0 0 30px 15px; }

article ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 15px; }

article ol {
  list-style-type: decimal;
  margin: 0 0 25px 15px; }

article ol li {
  list-style-type: decimal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 15px; }

article blockquote, .client-profile--left blockquote {
  padding: 3%;
  margin: 0 0 30px 0;
  background-color: rgba(63, 83, 100, 0.05);
  border-radius: 10px;
  font-weight: 300; }

article blockquote p, .client-profile--left blockquote p {
  color: #3f5364;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px; }

article em {
  font-style: italic; }

hr {
  margin: 20px 0;
  padding: 0;
  height: 4px;
  background-color: #ebeff2;
  border: none; }

.wp-block-separator {
  border: none !important; }

article .btn a, article .btn a:visited {
  display: inline-block;
  padding: 14px 20px 14px 20px;
  border: none;
  background-color: #d84127;
  border-radius: 28px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin: 20px 20px 0 0; }

article .btn a:hover, article .btn a:visited:hover {
  background-color: #f36b24;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

article p.note {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400; }

article .last-p p:last-of-type {
  margin-bottom: 10px; }

article p.btn-white a:last-of-type {
  margin-right: 0; }

/* --------------------------------- */
/* BAD Form / Gravity */
/* --------------------------------- */
.gravity-form-custom .gfield_label.gform-field-label {
  color: #3f5364;
  font-weight: 700 !important; }

.gravity-form-custom .gsection_title {
  color: #3f5364;
  font-weight: 700 !important; }

.gravity-form-custom .bad-options {
  display: flex;
  flex-wrap: wrap; }

.gravity-form-custom .bad-options div {
  flex-basis: 30%; }

/* --------------------------------- */
/* Initial Menu */
/* --------------------------------- */
#MainMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 8800;
  display: flex;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#MainMenu .wrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

#MainMenu.separate {
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#MainMenu .logo {
  flex-basis: 20%;
  padding: 15px 15px 15px 30px; }

#MainMenu .logo a {
  position: relative;
  z-index: -10; }

#MainMenu .logo .ibn {
  width: auto;
  height: 50px;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#MainMenu.separate .logo a {
  z-index: auto; }

#MainMenu.separate .logo .ibn {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#MainMenu nav {
  flex-basis: 75%; }

#MainMenu .menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

#MainMenu .menu li {
  padding: 20px 0;
  font-size: 16px;
  text-transform: none;
  white-space: nowrap; }

#MainMenu .menu a {
  position: relative;
  padding: 0 14px;
  color: white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#MainMenu .menu a:hover {
  color: rgba(0, 0, 0, 0.55); }

#MainMenu .rss-link a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f14c";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 4px;
  color: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#MainMenu .rss-link a:hover::after {
  color: rgba(0, 0, 0, 0.55);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#MainMenu.separate .menu a, #MainMenu.separate .rss-link a::after {
  color: #3f5364;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#MainMenu.separate .menu a:hover, #MainMenu.separate .rss-link a:hover::after {
  color: #af29bb; }

#MainMenu a.opened {
  color: rgba(0, 0, 0, 0.55); }

#MainMenu.separate a.opened {
  color: #af29bb; }

#MainMenu .search {
  flex-basis: 5%; }

#Hamburger, #CloseTopLevelMenu {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -100px; }

/* --------------------------------- */
/* Mega Menu */
/* --------------------------------- */
#MegaMenu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  color: white;
  background: linear-gradient(135deg, #f36b24, #af29bb); }

#MegaMenu.open {
  visibility: visible;
  z-index: 8500;
  opacity: 1;
  -webkit-animation: menuopen .3s;
  animation: menuopen .3s;
  animation-iteration-count: 1; }

/* Chrome, Safari, Opera */
@-webkit-keyframes menuopen {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#CloseMegaMenu {
  position: absolute;
  top: 116px;
  right: 30px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px; }

#CloseMegaMenu:hover {
  cursor: pointer;
  color: white; }

.all-solutions {
  position: absolute;
  bottom: 8%;
  left: 4%;
  width: 92%; }

.all-solutions .wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }

#MegaMenu .mega-level-1 {
  padding: 110px 4% 0 calc(4% - 28px);
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }

#MegaMenu .mega-level-1 ul {
  display: flex;
  flex-wrap: nowrap; }

#MegaMenu .mega-level-1 ul li {
  text-align: center;
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 0; }

#MegaMenu .mega-level-1 ul li a {
  display: block;
  padding: 10px 28px 12px 28px;
  color: white;
  border-radius: 36px;
  font-size: 18px;
  line-height: 18px; }

#MegaMenu .mega-level-1 ul li a:hover, #MegaMenu .mega-level-1 ul li a:visited:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }

#MegaMenu .mega-level-1 li a.active {
  background-color: rgba(0, 0, 0, 0.3);
  color: white; }

#MegaMenu .mega-level-2 {
  padding: 60px 4% 0 4%;
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }

#MegaMenu .mega-level-2 ul li {
  text-align: left;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0; }

#MegaMenu .mega-level-2 ul li a {
  color: white;
  border-radius: 36px;
  font-size: 16px;
  line-height: 16px; }

#MegaMenu .mega-level-2 ul li.current-menu-item a {
  color: rgba(0, 0, 0, 0.55); }

#MegaMenu .mega-level-2 ul li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 1px;
  color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#MegaMenu .mega-level-2 ul li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/* NetworkWire Specific */
#NetworkWire {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

#NetworkWire .mega-level-2--left {
  flex-basis: 33%; }

#NetworkWire .mega-level-2--left h6 {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 0 20px 0;
  color: rgba(0, 0, 0, 0.5); }

#NetworkWire .mega-level-2--left h6:nth-of-type(1) {
  padding: 0 0 20px 0; }

#NetworkWire .mega-level-2--right {
  flex-basis: 57%;
  font-size: 21px;
  line-height: 28px; }

#NetworkWire .mega-level-2--right strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px; }

/* Brand Awareness Specific */
#Awareness {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

#Awareness .mega-level-2--left {
  flex-basis: 33%; }

#Awareness .mega-level-2--right {
  flex-basis: 57%;
  font-size: 21px;
  line-height: 28px; }

#Awareness .mega-level-2--right strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px; }

/* Corporate Communications Specific */
#Communications {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

#Communications .mega-level-2--left {
  flex-basis: 33%; }

#Communications .mega-level-2--right {
  flex-basis: 67%; }

#Communications .mega-level-2--right ul {
  flex-basis: 100%; }

#Communications .mega-level-2--right ul li {
  display: flex;
  flex-wrap: wrap; }

#Communications .mega-level-2--right ul li a.heading {
  flex-basis: 100%;
  padding: 0 0 20px 0; }

#Communications .mega-level-2--right ul li a.heading-two {
  flex-basis: 100%;
  padding: 20px 0 20px 0; }

#Communications .mega-level-2--right ul li a {
  color: white;
  border-radius: 36px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700; }

#Communications .mega-level-2--right ul li a:hover {
  color: white; }

#Communications .mega-level-2--right ul li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 1px;
  color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#Communications .mega-level-2--right ul li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#Communications .mega-level-2--right ul ul {
  flex-basis: 33.33%; }

#Communications .mega-level-2--right ul li ul li {
  margin: 3px 0;
  padding: 3px 0; }

#Communications .mega-level-2--right ul li ul li a {
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400; }

#Communications .mega-level-2--right ul li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 1px;
  color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#Communications .mega-level-2--right ul li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/* Social Media Specific */
#Social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

#Social .mega-level-2--left {
  flex-basis: 33%; }

#Social .mega-level-2--right {
  flex-basis: 57%;
  font-size: 21px;
  line-height: 28px; }

#Social .mega-level-2--right strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px; }

/* Logistics Specific */
#Logistics {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

#Logistics .mega-level-2--left {
  flex-basis: 33%; }

#Logistics .mega-level-2--right {
  flex-basis: 57%;
  font-size: 21px;
  line-height: 28px; }

#Logistics .mega-level-2--right strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px; }

/* Logistics Specific */
#Podcasts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

#Podcasts .mega-level-2--left {
  flex-basis: 33%; }

#Podcasts .mega-level-2--right {
  flex-basis: 57%;
  font-size: 21px;
  line-height: 28px; }

#Podcasts .mega-level-2--right strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px; }

/* --------------------------------- */
/* BAD Campaign Features */
/* --------------------------------- */
.feature {
  width: 100%;
  max-width: 140px;
  margin: 2% 4%;
  font-size: 12px;
  line-height: 14px;
  text-align: center; }

.feature img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

article .feature p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0; }

/* --------------------------------- */
/* Search Icon */
/* --------------------------------- */
.search-icon {
  display: flex;
  flex-basis: 70px;
  align-items: stretch;
  padding-right: 12px; }

a.search-link {
  margin: auto; }

a.search-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f002";
  font-size: 20px;
  transition: 0.25s;
  color: white; }

a.search-link:hover:before {
  color: white; }

/* Separate Menu */
#MainMenu.separate a.search-link:before {
  color: #3f5364; }

#MainMenu.separate a.search-link:hover:before {
  color: #af29bb; }

/* --------------------------------- */
/* Search Form */
/* --------------------------------- */
.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  vertical-align: top;
  background: linear-gradient(135deg, #f36b24, #af29bb);
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
  visibility: hidden;
  opacity: 0; }

.search-panel.open {
  visibility: visible;
  opacity: 1;
  z-index: 9000; }

.search-panel form {
  display: table;
  width: auto;
  visibility: hidden;
  opacity: 0;
  margin: 50vh auto 0 auto;
  -webkit-transition: margin 300ms, opacity 300ms, visibility 300ms;
  transition: margin 300ms, opacity 300ms, visibility 300ms;
  transition-delay: 250ms; }

.search-panel form.open {
  visibility: visible;
  opacity: 1;
  margin: 40vh auto 0 auto; }

.search-panel div {
  display: table-cell;
  vertical-align: middle; }

.search-panel #s {
  -webkit-appearance: none;
  display: block;
  width: 600px;
  padding: 20px;
  border: none;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2b3141;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.search-panel #Search {
  -webkit-appearance: none;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  color: white;
  text-align: center;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; }

.search-panel #Search:hover {
  color: white;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.search-panel #s:focus {
  outline: none;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 8px rgba(0, 0, 0, 0.14);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.search-panel #s::placeholder {
  color: #2b3141; }

.search-close {
  position: absolute;
  z-index: 9500;
  top: 116px;
  right: 30px;
  display: block;
  vertical-align: middle; }

.search-close:hover {
  color: #0060ae;
  cursor: pointer; }

.search-close:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f057";
  font-size: 28px;
  transition: 0.25s;
  color: white; }

.search-close.open:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f057"; }

.search-close:hover:before {
  color: white;
  cursor: pointer; }

/* --------------------------------- */
/* Page Structure */
/* --------------------------------- */
#Page {
  position: relative;
  z-index: 100; }

.page-container {
  margin-top: 40px; }

.content-block {
  margin: 0 auto;
  padding: 4%;
  width: 92%;
  max-width: 1400px; }

/* --------------------------------- */
/* Home Page Billboard */
/* --------------------------------- */
.home.billboard {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  max-height: 800px;
  position: relative;
  /* background: $gradient-op; */
  background: linear-gradient(135deg, #d84127, #af29bb, #f36b24, #af29bb, #d84127);
  background-size: 500% 500%;
  animation: gradientbg 30s ease infinite; }

.home.billboard .bg {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% auto;
  mix-blend-mode: luminosity;
  opacity: 0.1; }

.home.billboard .container-1400-flex {
  position: relative;
  z-index: 200;
  flex-wrap: wrap;
  align-items: flex-start; }

.home.billboard .logo {
  position: relative;
  z-index: 200;
  flex-basis: 100%;
  padding: 140px 4% 0 4%;
  margin-bottom: 40px;
  border-right: none; }

.home.billboard .logo img {
  width: 100%;
  height: auto;
  max-width: 170px; }

.home.billboard .billboard-left {
  flex-basis: 46%;
  padding: 0 4%;
  color: white; }

.home.billboard .billboard-left h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px; }

.home.billboard .billboard-left p {
  font-size: 18px;
  line-height: 21px; }

.home.billboard .billboard-right {
  flex-basis: 38%;
  padding: 0 4%;
  color: white; }

#SpotlightBrands .brand-wrapper {
  display: none; }

.home.billboard .billboard-right h6 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6); }

.home.billboard .billboard-right .brand img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 20px; }

.home.billboard .billboard-right p {
  font-size: 16px;
  line-height: 18px; }

.home.billboard .billboard-left ul.social {
  display: block;
  margin: 40px 0 20px 0;
  padding: 10px 0 10px 0; }

.home.billboard .social li {
  display: inline-block;
  list-style-type: none;
  width: 42px;
  height: 42px;
  margin: 0 4px 0 0; }

.home.billboard .social a, .home.billboard .social a:visited {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 21px; }

.home.billboard .social a:hover, .home.billboard .social a:visited:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.home.billboard .twitter a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social-white.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

.home.billboard .facebook a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social-white.png);
  background-position: -42px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

.home.billboard .linkedin a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social-white.png);
  background-position: -84px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

.home.billboard .rss a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social-white.png);
  background-position: -122px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

/* --------------------------------- */
/* Home Page Syndicated */
/* --------------------------------- */
.home.syndicated {
  background: rgba(63, 83, 100, 0.05);
  padding: 4%;
  text-align: center; }

.home.syndicated h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #c42e24;
  margin-bottom: 40px; }

.home.syndicated a.btn, .home.syndicated a.btn:visited {
  background-color: #c42e24; }

.home.syndicated a.btn:hover, .home.syndicated a.btn:visited:hover {
  background-color: #d84127; }

/* Content Grid */
.syndicated-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 30px; }

.syndicated-grid div {
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #f36b24, #d84127); }

.syndicated-grid a, .syndicated-grid a:visited {
  color: white; }

.syndicated-grid a:hover, .syndicated-grid a:visited:hover {
  color: white; }

.syndicated-grid a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 1px;
  color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.syndicated-grid a:hover::after {
  padding: 0 0 0 5px;
  color: white;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.syndicated-grid div:nth-of-type(1) {
  flex-basis: calc(60% - 10px);
  margin: 0 10px 0 0; }

.syndicated-grid div:nth-of-type(1).content {
  padding: 8%;
  text-align: left;
  color: white; }

.syndicated-grid div:nth-of-type(1).content h5 {
  font-size: 24px;
  margin-bottom: 15px; }

.syndicated-grid div:nth-of-type(1).content h6 {
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700; }

.syndicated-grid div:nth-of-type(1).content ul {
  margin-bottom: 25px; }

.syndicated-grid div:nth-of-type(1).content li {
  font-size: 18px;
  margin-bottom: 5px; }

.syndicated-grid div:nth-of-type(1).content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px; }

.syndicated-grid div:nth-of-type(2) {
  flex-basis: calc(40% - 10px);
  margin: 0 0 0 10px; }

.syndicated-grid div:nth-of-type(1).image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  margin: 0; }

.syndicated-grid div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto; }

.syndicated-grid img {
  display: none; }

.demo-highlight {
  padding: 4% 8% 2% 8%; }

.demo-highlight-video {
  padding: 4% 2%; }

.demo-highlight h3 {
  margin-bottom: 10px !important; }

.demo-highlight h4 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 25px; }

.demo-highlight p:last-of-type {
  margin-bottom: 0; }

.demo-highlight a.btn {
  margin-right: 0 !important; }

/* --------------------------------- */
/* Focused Recent Articles */
/* --------------------------------- */
.home.recent {
  padding: 4%; }

.home.recent h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #3f5364;
  margin-bottom: 20px; }

.news-blocks {
  display: flex;
  flex-wrap: wrap; }

.news-block:nth-of-type(1), .news-block:nth-of-type(2) {
  margin-right: 1%;
  padding: 3%;
  width: calc(42.5% - 12px);
  border: 6px solid rgba(63, 83, 100, 0.05); }

.news-block {
  margin: 0 1% 1% 0;
  padding: 2%;
  width: calc(19.75% - 12px);
  border: 6px solid rgba(63, 83, 100, 0.05);
  background-color: #ffffff;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.news-block:hover {
  border: 6px solid rgba(63, 83, 100, 0.15); }

.news-block h4 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #3f5364; }

.news-block:nth-of-type(1) h4, .news-block:nth-of-type(2) h4 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 15px; }

.news-block a:hover h4 {
  color: #d84127; }

.news-block p.date {
  font-size: 12px;
  color: rgba(63, 83, 100, 0.8);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid rgba(63, 83, 100, 0.1); }

.news-block .excerpt p {
  font-size: 14px;
  line-height: 18px;
  color: #3f5364;
  margin-bottom: 0; }

.home.recent a.btn, .home.recent a.btn:visited {
  background-color: #3f5364; }

.home.recent a.btn:hover, .home.recent a.btn:visited:hover {
  background-color: #d84127; }

/* Tab System */
.home.recent .tabs {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 40px 0; }

.home.recent .tabs li {
  margin: 0 20px 0 0; }

.home.recent .tabs li a, .home.recent .tabs li a:visited {
  padding: 10px 24px 10px 24px;
  border-radius: 28px;
  color: white;
  border: 1px solid #c42e24;
  background-color: #c42e24;
  font-size: 14px;
  line-height: 14px; }

.home.recent .tabs li a:hover, .home.recent .tabs li a:visited:hover {
  color: white;
  border: 1px solid #d84127;
  background-color: #d84127; }

.home.recent .tabs li a.active, .home.recent .tabs li a.active:hover {
  background-color: rgba(63, 83, 100, 0);
  color: #3f5364;
  border: 1px solid #3f5364; }

.home.recent .tab-sections {
  margin: 40px 0 20px 0; }

/* --------------------------------- */
/* Focused Newsrooms */
/* --------------------------------- */
.focused-newsrooms {
  background: linear-gradient(135deg, #2765d8, #af29bb);
  padding: 6%;
  text-align: center;
  color: white; }

.focused-newsrooms h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px; }

.focused-newsrooms p {
  margin-bottom: 20px; }

.focused-newsrooms p a:last-of-type {
  margin-right: 0; }

/* --------------------------------- */
/* Home Page NetworkWire */
/* --------------------------------- */
.home.networkwire, article .home.networkwire {
  background-color: rgba(63, 83, 100, 0.05);
  padding: 4%;
  text-align: left; }

.home.networkwire h3, article .home.networkwire h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #c42e24;
  margin-bottom: 20px; }

.home.networkwire p, article .home.networkwire p {
  line-height: 21px;
  margin-bottom: 30px; }

/* Content Grid */
.networkwire-grid, article .networkwire-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 30px; }

.networkwire-grid a, .networkwire-grid a:visited, article .networkwire-grid a, article .networkwire-grid a:visited {
  color: white; }

.networkwire-grid a:hover, .networkwire-grid a:visited:hover, article .networkwire-grid a:hover, article .networkwire-grid a:visited:hover {
  color: white; }

.networkwire-grid a::after, article .networkwire-grid a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 1px;
  color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.networkwire-grid a:hover::after, article .networkwire-grid a:hover::after {
  padding: 0 0 0 5px;
  color: white;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.networkwire-grid div, article .networkwire-grid div {
  overflow: hidden;
  position: relative;
  min-height: 225px;
  background: linear-gradient(135deg, #f36b24, #d84127); }

.networkwire-grid div:nth-of-type(2), article .networkwire-grid div:nth-of-type(2) {
  flex-basis: 60%;
  margin: 0 0 20px 0; }

.networkwire-grid div:nth-of-type(3), article .networkwire-grid div:nth-of-type(3) {
  flex-basis: 60%;
  margin: 0 0 20px 0; }

.networkwire-grid div:nth-of-type(2).image, .networkwire-grid div:nth-of-type(3).image, article .networkwire-grid div:nth-of-type(2).image, article .networkwire-grid div:nth-of-type(3).image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  margin: 0; }

.networkwire-grid div img, article .networkwire-grid div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102%;
  height: auto; }

.networkwire-grid div img {
  display: none; }

.networkwire-grid div:nth-of-type(1), article .networkwire-grid div:nth-of-type(1) {
  flex-basis: calc(40% - 20px);
  margin: 0 20px 20px 0; }

.networkwire-grid div:nth-of-type(4), article .networkwire-grid div:nth-of-type(4) {
  flex-basis: calc(40% - 20px);
  margin: 0 0 20px 20px; }

.networkwire-grid div:nth-of-type(1).content, .networkwire-grid div:nth-of-type(4).content, article .networkwire-grid div:nth-of-type(1).content, article .networkwire-grid div:nth-of-type(4).content {
  padding: 12%;
  text-align: left;
  color: white; }

.networkwire-grid h5, article .networkwire-grid h5 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 400; }

.networkwire-grid h6, article .networkwire-grid h6 {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700; }

.networkwire-grid ul, article .networkwire-grid ul {
  margin: 0 0 25px 0;
  list-style-type: none; }

.networkwire-grid li, article .networkwire-grid li {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 10px 0;
  list-style-type: none; }

.networkwire-grid p, article .networkwire-grid p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px; }

.networkwire-grid p.note, article .networkwire-grid p.note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0; }

.home.networkwire a.btn, .home.networkwire a.btn:visited, article .home.networkwire a.btn, article .home.networkwire a.btn:visited {
  background-color: #c42e24;
  margin-right: 0; }

.home.networkwire a.btn:hover, .home.networkwire a.btn:visited:hover, article .home.networkwire a.btn:hover, article .home.networkwire a.btn:visited:hover {
  background-color: #d84127; }

/* --------------------------------- */
/* Home Page Clients */
/* --------------------------------- */
.home.clients {
  padding: 4%;
  text-align: center; }

.home.clients h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #3f5364;
  margin-bottom: 20px;
  width: 80%;
  max-width: 840px;
  margin: 0 auto; }

.home.clients h3 strong {
  font-weight: 700; }

.grid-clients {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 35px 0; }

.grid-client {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 40px;
  padding: 0;
  position: relative;
  z-index: 800;
  align-self: center; }

.grid-client.square {
  width: 100%;
  height: auto;
  max-width: 75px;
  margin: 20px;
  padding: 0;
  position: relative;
  z-index: 800;
  align-self: center; }

.grid-client img {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 850 !important; }

.grid-client .description-wrapper {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 900;
  bottom: 135%;
  left: auto;
  width: 100%;
  height: auto;
  background-color: white;
  font-size: 12px;
  line-height: 16px;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.grid-client .description-wrapper {
  width: 200%;
  left: -50%; }

.grid-client .description-wrapper .description {
  position: relative;
  padding: 20px;
  z-index: 1000;
  font-size: 12px;
  line-height: 16px;
  background-color: white; }

.grid-client .description-wrapper .arrow {
  bottom: -10px;
  height: 20px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  background-color: white;
  transform: rotate(45deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 850 !important; }

.grid-client:hover > .description-wrapper {
  display: block;
  opacity: 1;
  position: absolute;
  -webkit-animation: fadeit .4s;
  -moz-animation: fadeit .4s;
  -o-animation: fadeit .4s;
  animation: fadeit .4s; }

.home.clients a.btn, .home.clients a.btn:visited {
  background-color: #3f5364;
  margin-right: 0; }

.home.clients a.btn:hover, .home.clients a.btn:visited:hover {
  background-color: #d84127; }

/* --------------------------------- */
/* Company / Logo Scroll */
/* --------------------------------- */
.logo-scroll {
  padding: 60px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex; }

.logo-scroll:hover .logos-slide {
  animation-play-state: paused; }

.logos-slide {
  display: flex;
  align-items: center;
  animation: 50s logoslide infinite linear; }

.logos-slide img {
  height: 50px;
  width: auto;
  margin: 0 40px;
  filter: grayscale(100%); }

.logos-slide img:hover {
  filter: grayscale(0%); }

.logos-slide img.smallest {
  height: 35px; }

.logos-slide img.smaller {
  height: 40px; }

.logos-slide img.small {
  height: 45px; }

.logos-slide img.big {
  height: 55px; }

.logos-slide img.bigger {
  height: 60px; }

.logos-slide img.biggest {
  height: 65px; }

.logos-slide img.tiny {
  height: 25px; }

@keyframes logoslide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/* --------------------------------- */
/* Newsletter and Social Flip Cards */
/* --------------------------------- */
.newsletters {
  padding: 0 4%;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; }

.social-cards {
  padding: 0 4%;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; }

.flip-container {
  margin: 20px;
  perspective: 1000px;
  transform-style: preserve-3d; }

.flip-container:hover .back {
  transform: rotateY(0deg); }

.flip-container:hover .front {
  transform: rotateY(180deg); }

.flip-container, .flip-container .front, .flip-container .back {
  width: 280px;
  height: 280px; }

.social-cards .flip-container, .social-cards .flip-container .front, .social-cards .flip-container .back {
  width: 230px;
  height: 230px; }

.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.flip-container .front, .flip-container .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.flip-container .front {
  z-index: 2;
  transform: rotateY(0deg);
  background-color: #fff;
  border: 4px solid rgba(63, 83, 100, 0.1);
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center; }

.flip-container .front img {
  width: 80%;
  height: auto; }

.flip-container .back {
  transform: rotateY(-180deg);
  background-color: #fff;
  border: 4px solid rgba(63, 83, 100, 0.2);
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center; }

.social-cards .flip-container .back img {
  width: 60%;
  height: auto; }

.flip-container .back h6 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(63, 83, 100, 0.5);
  margin-bottom: 0px; }

.flip-container .back h6:nth-of-type(1) {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(63, 83, 100, 0.75);
  margin-bottom: 0px;
  padding: 0 4%; }

.flip-container .back p {
  margin-bottom: 40px; }

.flip-container .back a.btn, .flip-container .back a.btn:visited {
  background-color: #c42e24;
  margin-right: 0; }

.flip-container .back a.btn:hover, .flip-container .back a.btn:visited:hover {
  background-color: #d84127; }

.flip-container .back ul.social {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-right: none; }

.flip-container .back .social li {
  display: inline-block;
  list-style-type: none;
  width: 31px;
  height: 31px;
  margin: 4px 2px 0px 2px; }

.flip-container .back .twitter a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.flip-container .back .facebook a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -31px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.flip-container .back .linkedin a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -63px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.social-cards .flip-container .back .social li {
  display: inline-block;
  list-style-type: none;
  width: 41px;
  height: 41px;
  margin: 4px 4px 0px 4px; }

.social-cards .flip-container .back .twitter a {
  display: block;
  width: 41px;
  height: 41px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

.social-cards .flip-container .back .facebook a {
  display: block;
  width: 41px;
  height: 41px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -41px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

.social-cards .flip-container .back .linkedin a {
  display: block;
  width: 41px;
  height: 41px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -83px 0px;
  background-repeat: no-repeat;
  background-size: 165px 40px; }

/* --------------------------------- */
/* Brand Portfolio Brand Cards */
/* --------------------------------- */
#BrandPortfolio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  scroll-behavior: smooth; }

#BrandPortfolio .brand {
  width: 300px;
  height: 280px;
  position: relative;
  overflow: hidden;
  margin: 15px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.14);
  transition: 250ms all; }

#BrandPortfolio .brand img.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px; }

#BrandPortfolio .brand .content-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  opacity: 0;
  padding: 30px;
  transition: 250ms all;
  background: linear-gradient(135deg, #f36b24, #d84127);
  color: white; }

#BrandPortfolio .brand .content-wrapper h6 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  transition: 200ms all;
  transition-delay: 300ms;
  position: relative;
  opacity: 0;
  top: 20px; }

#BrandPortfolio .brand .content-wrapper h6 a {
  color: white; }

#BrandPortfolio .brand .content-wrapper p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
  transition: 200ms all;
  transition-delay: 300ms;
  position: relative;
  opacity: 0;
  top: 20px; }

#BrandPortfolio .brand .content-wrapper a.btn,
#BrandPortfolio .brand .content-wrapper a.btn:visited {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  color: white;
  font-size: 13px;
  line-height: 13px;
  margin: 10px 10px 0 0;
  transition: 200ms all;
  position: relative;
  opacity: 0;
  top: 20px; }

#BrandPortfolio .brand .content-wrapper a.btn:hover,
#BrandPortfolio .brand .content-wrapper a.btn:visited:hover {
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #f36b24;
  transition: 200ms all; }

#BrandPortfolio .brand .content-wrapper .links {
  transition: 200ms all;
  transition-delay: 400ms;
  position: relative;
  opacity: 0;
  top: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center; }

#BrandPortfolio .brand .content-wrapper .links span {
  margin: 4px 12px 0px 0px;
  font-size: 12px; }

#BrandPortfolio .brand .content-wrapper .links li {
  width: 32px;
  height: 32px;
  margin: 4px 6px 0px 0px; }

#BrandPortfolio .brand .content-wrapper .links li.twitter a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/brandcards-socialicons.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 132px 32px; }

#BrandPortfolio .brand .content-wrapper .links li.linkedin a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/brandcards-socialicons.png);
  background-position: -67px 0px;
  background-repeat: no-repeat;
  background-size: 132px 32px; }

#BrandPortfolio .brand .content-wrapper .links li.facebook a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/brandcards-socialicons.png);
  background-position: -33px 0px;
  background-repeat: no-repeat;
  background-size: 132px 32px; }

#BrandPortfolio .brand:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }

#BrandPortfolio .brand:hover > .content-wrapper {
  opacity: 1;
  top: 0; }

#BrandPortfolio .brand:hover > .content-wrapper h6,
#BrandPortfolio .brand:hover > .content-wrapper p,
#BrandPortfolio .brand:hover > .content-wrapper a.btn,
#BrandPortfolio .brand:hover > .content-wrapper .links {
  opacity: 1;
  top: 0; }

/* --------------------------------- */
/* Comparison Chart */
/* --------------------------------- */
.tablepress.comparison-chart {
  width: calc(100% - 12px);
  background-color: white;
  border: 6px solid white;
  margin: 0 auto; }

.tablepress.comparison-chart thead th {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0 !important;
  text-align: center;
  vertical-align: middle;
  word-wrap: normal;
  color: #3f5364;
  border-bottom: 3px solid rgba(63, 83, 100, 0.3); }

.tablepress.comparison-chart .heading td strong {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 21px; }

.tablepress.comparison-chart tr {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left; }

.tablepress.comparison-chart .odd td, .tablepress.comparison-chart .even td {
  background-color: white;
  line-height: 21px;
  border-top: 2px solid rgba(63, 83, 100, 0.1);
  padding: 18px 14px; }

.tablepress.comparison-chart td:nth-of-type(2), .tablepress.comparison-chart td:nth-of-type(3), .tablepress.comparison-chart td:nth-of-type(4), .tablepress.comparison-chart td:nth-of-type(5), .tablepress.comparison-chart td:nth-of-type(6), .tablepress.comparison-chart td:nth-of-type(7) {
  text-align: center;
  vertical-align: middle;
  width: 12%; }

.tablepress.comparison-chart td:nth-of-type(2) img, .tablepress.comparison-chart td:nth-of-type(3) img, .tablepress.comparison-chart td:nth-of-type(4) img, .tablepress.comparison-chart td:nth-of-type(5) img, .tablepress.comparison-chart td:nth-of-type(6) img, .tablepress.comparison-chart td:nth-of-type(7) img {
  width: 50px;
  height: auto; }

.tablepress.comparison-chart tr:hover td {
  background-color: white !important; }

.tablepress.comparison-chart strong {
  display: block;
  color: #d84127;
  font-weight: 700;
  font-size: 18px; }

.tablepress.comparison-chart a.chartbutton {
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
  padding: 4px 12px;
  background-color: #d84127;
  border-radius: 12px;
  color: white; }

.tablepress.comparison-chart a.chartbutton:hover {
  color: white; }

.tablepress.comparison-chart td[colspan]:not([colspan="1"]), .tablepress.comparison-chart tr:hover td[colspan]:not([colspan="1"]) {
  background-color: white !important;
  padding: 18px 14px;
  font-weight: 400;
  text-transform: none; }

/* --------------------------------- */
/* Oren Klaff Solution Table */
/* --------------------------------- */
.tablepress.oren {
  width: calc(100% - 12px);
  background-color: white;
  border: 6px solid white;
  margin: 0 auto; }

.tablepress.oren thead th {
  font-weight: 700 !important;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0 !important;
  text-align: center;
  vertical-align: middle;
  word-wrap: normal;
  color: #3f5364;
  border-bottom: 3px solid rgba(63, 83, 100, 0.3); }

.tablepress.oren tr {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left; }

.tablepress.oren .odd td, .oren .even td {
  background-color: white;
  line-height: 21px;
  border-top: 2px solid rgba(63, 83, 100, 0.1);
  padding: 18px 14px; }

.tablepress.oren td {
  width: 20%; }

.tablepress.oren td:nth-of-type(2), .tablepress.oren td:nth-of-type(3), .tablepress.oren td:nth-of-type(4), .tablepress.oren td:nth-of-type(5) {
  text-align: center;
  vertical-align: middle; }

.tablepress.oren td img {
  width: 30px;
  height: auto; }

.tablepress.oren tr:hover td {
  background-color: white !important; }

.tablepress.oren tr:nth-of-type(4) td, .tablepress.oren tr:nth-of-type(5) td, .tablepress.oren tr:nth-of-type(8) td {
  text-align: center;
  vertical-align: top; }

.tablepress.oren tr:nth-of-type(4) td:nth-of-type(1), .tablepress.oren tr:nth-of-type(5) td:nth-of-type(1), .tablepress.oren tr:nth-of-type(8) td:nth-of-type(1) {
  text-align: left;
  vertical-align: top; }

.tablepress.oren tr:nth-of-type(7) td {
  text-align: left;
  vertical-align: top; }

.tablepress.oren tr:nth-of-type(7) td:nth-of-type(2) {
  text-align: center;
  vertical-align: top; }

.tablepress.oren strong {
  display: block;
  color: #d84127;
  font-weight: 700;
  font-size: 18px; }

.tablepress.oren a.chartbutton {
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
  padding: 4px 12px;
  background-color: #d84127;
  border-radius: 12px;
  color: white; }

.tablepress.oren a.chartbutton:hover {
  color: white; }

.tablepress.oren td[colspan]:not([colspan="1"]), .tablepress.oren tr:hover td[colspan]:not([colspan="1"]) {
  background-color: white !important;
  padding: 18px 14px;
  font-weight: 400;
  text-transform: none; }

.tablepress.oren td em {
  font-style: italic; }

.tablepress.oren td .callout {
  display: block;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 8px; }

/* --------------------------------- */
/* Get Started */
/* --------------------------------- */
.get-started {
  background: linear-gradient(135deg, #f36b24, #d84127);
  padding: 4%;
  text-align: center; }

.get-started h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  margin-bottom: 40px; }

.get-started .container-flex {
  width: 100%;
  max-width: 800px;
  align-items: flex-start;
  margin: 0 auto; }

.get-started .container-flex div {
  flex-basis: 50%; }

.get-started p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: white;
  margin-bottom: 10px; }

.get-started p strong {
  display: block;
  font-weight: 700; }

.get-started a, .get-started a:visited {
  color: rgba(255, 255, 255, 0.8); }

.get-started a:hover, .get-started a:visited:hover {
  color: white; }

.get-started a[href^="tel:"], .get-started a[href^="tel:"]:visited {
  display: inline-block;
  margin-top: 30px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.75); }

.get-started a[href^="tel:"]:hover, .get-started a[href^="tel:"]:visited:hover {
  color: white; }

/* --------------------------------- */
/* Secondary Page Billboards */
/* --------------------------------- */
.billboard {
  width: 100%;
  height: auto;
  max-height: 800px;
  position: relative;
  /* background: $gradient-op; */
  background: linear-gradient(135deg, #d84127, #af29bb, #f36b24, #af29bb, #d84127);
  background-size: 500% 500%;
  animation: gradientbg 30s ease infinite; }

.billboard .bg {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% auto;
  mix-blend-mode: luminosity;
  opacity: 0.1; }

.billboard .container-flex {
  position: relative;
  z-index: 200;
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  padding: 140px 4% 0 4%; }

.billboard .logo {
  position: relative;
  z-index: 200;
  flex-basis: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

.billboard .logo img {
  width: 100%;
  height: auto;
  max-width: 160px; }

.billboard .page-title {
  position: relative;
  z-index: 200;
  flex-basis: calc(80% - 380px);
  margin-left: 30px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5); }

.billboard .content {
  position: relative;
  z-index: 200;
  flex-basis: 100%;
  margin: 40px 0 60px 0;
  padding-right: 8%;
  color: white; }

.billboard .content h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px; }

.billboard .content h5 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400; }

.billboard .content h5 em, .billboard .content h5 i {
  font-style: italic; }

/* Client Stock Data */
.client-qm-data.display {
  display: block;
  margin-top: 40px;
  min-height: 75px; }

.client-qm-data.hidden {
  display: none;
  min-height: 0px; }

.billboard .content .stock-data {
  width: 100%; }

.billboard .content .stock-data tr {
  display: flex;
  width: 100%; }

.billboard .content .stock-data td, .billboard .content .stock-data td:nth-of-type(4) {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-basis: 20%;
  text-align: left; }

.billboard .content .stock-data .data-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 15px;
  margin-bottom: 10px; }

.billboard .content .stock-data .data-value {
  flex-basis: 100%;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8); }

.billboard .content .stock-data td a {
  color: rgba(255, 255, 255, 0.8);
  position: relative; }

.billboard .content .stock-data td a:hover {
  color: white; }

.billboard .content .stock-data td .symbol-link a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f643";
  font-size: 14px;
  padding: 4px 0 0 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.billboard .content .stock-data td .symbol-link a:hover::after {
  color: white;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.billboard .content .stock-data td:nth-of-type(5) {
  text-align: right;
  justify-content: flex-end; }

.billboard .content .stock-data td.exchange .data-value {
  flex-basis: 100%;
  font-size: 16px;
  margin-bottom: 2px;
  text-align: right; }

.billboard .content .stock-data td.exchange .as-of {
  flex-basis: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right; }

#tradedVal {
  opacity: 0;
  transition: opacity 300ms linear; }

#tradedVal.show {
  opacity: 1;
  transition: opacity 300ms linear; }

/* --------------------------------- */
/* Adjustments for Offering Page Template */
/* --------------------------------- */
.page-template-client-offering .billboard .container-flex {
  padding: 80px 4% 0 4%; }

.page-template-client-offering .billboard .logo {
  flex-basis: 190px; }

.page-template-client-offering .billboard .logo img {
  max-width: 160px; }

.page-template-client-offering .billboard .page-title {
  font-size: 36px;
  line-height: 42px; }

.page-template-client-offering .billboard .content {
  position: relative;
  z-index: 200;
  flex-basis: 100%;
  margin: 40px 0 60px 0;
  padding-right: 8%;
  color: white; }

.page-template-client-offering .billboard .content h1 {
  font-size: 36px; }

.page-template-client-offering .billboard .content h5 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400; }

.page-template-client-offering .billboard .content h5 em, .page-template-client-offering .billboard .content h5 i {
  font-style: italic; }

/* --------------------------------- */
/* BreadCrumbs */
/* --------------------------------- */
.breadcrumbs {
  background-color: rgba(63, 83, 100, 0.05);
  padding: 20px 4%;
  font-size: 12px; }

.breadcrumb {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

/* --------------------------------- */
/* Solutions */
/* --------------------------------- */
.solution {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 6px solid rgba(63, 83, 100, 0.2); }

.solution.one {
  border-top: 6px solid rgba(255, 255, 255, 0.2); }

.solution .overview {
  flex-basis: 40%;
  padding: 0 4% 0 0; }

.solution .overview h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2765d8;
  margin-bottom: 20px; }

.solution .overview p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 12% 10px 0; }

.solution .overview p.note {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 12% 20px 0; }

.solution .list {
  flex-basis: 56%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

article .solution .list-half {
  flex-basis: 46%;
  padding: 49px 4% 0 0; }

article .solution .list-half ul {
  margin: 0; }

article .solution .list-half li {
  list-style-type: none;
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0; }

article .solution .secondary-list {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

article .solution .secondary-list.nw {
  justify-content: flex-start; }

article .solution .secondary-list a.heading {
  flex-basis: 100%;
  margin: 15px 0;
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  border-top: 2px solid rgba(63, 83, 100, 0.2); }

article .solution .secondary-list ul {
  flex-basis: 30%;
  padding: 0 0 3% 0;
  margin: 0; }

article .solution .secondary-list.nw ul {
  flex-basis: 47%;
  padding: 0 0 3% 0;
  margin: 0; }

article .solution .secondary-list li {
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
  margin: 8px 0; }

article .solution .secondary-list li strong {
  font-weight: 700; }

.solution li a, .solution li a:visited {
  color: #d84127; }

.solution li a:hover, .solution li a:visited:hover {
  color: #f36b24; }

.solution li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 1px;
  color: rgba(63, 83, 100, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.solution li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(63, 83, 100, 0.5);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/* --------------------------------- */
/* Featured Events */
/* --------------------------------- */
.featured-events {
  width: 92%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0 4%; }

/* event */
.featured-event {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #2765d8, #af29bb); }

.featured-event .content-wrapper {
  flex-basis: 60%;
  margin: 0; }

.featured-event .content-wrapper .content {
  padding: 8%;
  text-align: left;
  color: white; }

article .featured-event .content-wrapper .content h6 {
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75); }

article .featured-event .content-wrapper .content h4 {
  font-size: 28px;
  margin-bottom: 15px; }

article .featured-event .content-wrapper .content ul {
  margin-bottom: 25px; }

article .featured-event .content-wrapper .content li {
  font-size: 18px;
  margin-bottom: 5px; }

article .featured-event .content-wrapper .content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px; }

.featured-event .image-wrapper {
  flex-basis: calc(40% - 10px);
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  margin: 0;
  border-right: 10px solid #fff; }

.featured-event .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto; }

/* --------------------------------- */
/* About > Partner Profiles */
/* --------------------------------- */
article .partner-profile {
  flex-basis: 50%;
  padding: 30px 6% 30px 0; }

/* --------------------------------- */
/* Basic Table/List */
/* --------------------------------- */
.basic-list {
  width: 100%;
  margin: 60px auto 60px auto; }

.basic-list thead th {
  border: none;
  border-bottom: 3px solid rgba(170, 198, 201, 0.3);
  padding: 10px;
  font-size: 18px;
  font-weight: 400 !important;
  text-align: left;
  background-color: white; }

.basic-list thead th span {
  display: block;
  font-size: 24px;
  font-weight: 400 !important; }

.basic-list th:first-child {
  text-align: left; }

.basic-list td {
  padding: 14px 10px 14px 10px;
  text-align: left;
  font-size: 14px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid rgba(170, 198, 201, 0.3); }

.basic-list tbody td {
  border-top: none; }

.basic-list td:first-child {
  text-align: left; }

.basic-list tr:hover td {
  background-color: rgba(170, 198, 201, 0.1); }

.basic-list td i {
  font-size: 10px; }

.basic-list td:empty {
  height: 20px;
  padding: 0; }

.basic-list tr:hover td:empty {
  background-color: rgba(170, 198, 201, 0); }

.basic-list td[colspan]:not([colspan="1"]) {
  background-color: rgba(170, 198, 201, 0.3);
  padding: 8px 10px 10px 10px;
  font-weight: 600;
  text-transform: uppercase; }

.basic-list tr:hover td[colspan]:not([colspan="1"]) {
  background-color: rgba(170, 198, 201, 0.3); }

.basic-list.fixedHeader-floating {
  z-index: 4000 !important; }

.basic-list .sorting:hover,
.basic-list .sorting_asc,
.basic-list .sorting_desc {
  background-color: rgba(39, 101, 216, 0);
  color: #d84127; }

/* --------------------------------- */
/* Publishing Partners Logos */
/* --------------------------------- */
article ul.publishing-partners {
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left; }

article ul.publishing-partners li {
  display: inline-block;
  width: 145px;
  height: 145px;
  margin: 0 1.5% 1.5% 0;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  position: relative; }

article ul.publishing-partners li:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45); }

article ul.publishing-partners li img {
  width: 90%;
  height: auto;
  max-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

article ul.publishing-partners.synacor li img {
  width: 90%;
  height: auto;
  max-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .2s ease-in-out; }

article ul.publishing-partners.synacor li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

/* --------------------------------- */
/* Logo Cluster */
/* --------------------------------- */
.logo-grid, .logo-grid-larger {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; }

.logo-grid div, .logo-grid-larger div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center; }

.logo-grid img {
  width: auto;
  height: 30px;
  margin: 30px; }

.logo-grid img.square {
  width: auto;
  height: 50px; }

.logo-grid img.smaller {
  width: auto;
  height: 20px; }

.logo-grid-larger img {
  width: auto;
  height: 36px;
  margin: 36px; }

.logo-grid-larger img.square {
  width: auto;
  height: 72px; }

.logo-grid-larger img.smaller {
  width: auto;
  height: 28px; }

/* --------------------------------- */
/* Statistics */
/* --------------------------------- */
.stats {
  display: flex;
  flex-wrap: wrap; }

.stat {
  width: 23%;
  margin: 3% 1%;
  text-align: center;
  line-height: 18px; }

.stat strong {
  font-size: 48px;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  color: #2765d8; }

.white .stat strong {
  color: white; }

.stat em {
  display: block;
  font-size: 12px; }

/* --------------------------------- */
/* 60/40 Split Panel */
/* --------------------------------- */
.splitpanel-block {
  width: 92%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto 40px auto;
  padding: 0 4%; }

/* event */
.splitpanel {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

.splitpanel .content-wrapper {
  flex-basis: 60%;
  margin: 0; }

.splitpanel .content-wrapper .content {
  padding: 8%;
  text-align: left;
  color: white; }

article .splitpanel .content-wrapper .content h6 {
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75); }

article .splitpanel .content-wrapper .content h4 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px; }

article .splitpanel .content-wrapper .content ul {
  margin-bottom: 25px;
  margin-left: 0; }

article .splitpanel .content-wrapper .content li {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none; }

article .splitpanel .content-wrapper .content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px; }

article .splitpanel .content-wrapper .content a, article .splitpanel .content-wrapper .content a:visited {
  color: white; }

article .splitpanel .content-wrapper .content a:hover, article .splitpanel .content-wrapper .content a:visited:hover {
  color: white;
  text-decoration: underline; }

.splitpanel .image-wrapper {
  flex-basis: calc(40% - 10px);
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  margin: 0;
  border-left: 10px solid #fff; }

.splitpanel .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto; }

/* --------------------------------- */
/* ShowAll Button */
/* --------------------------------- */
#ShowAll {
  padding: 14px 20px 14px 20px;
  border: none;
  background-color: #d84127;
  border-radius: 28px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin: 20px auto 60px auto;
  text-align: center;
  width: max-content; }

#ShowAll:hover {
  background-color: #f36b24;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

#SecondTier {
  display: none;
  width: 100%; }

#ShowAll i {
  padding-right: 10px; }

/* --------------------------------- */
/* Corporate Communications Menu inside pages */
/* --------------------------------- */
.ccheading {
  font-size: 32px;
  font-weight: 700;
  color: #2765d8;
  margin-bottom: 40px; }

.ccmenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start; }

.ccmenu .mega-level-2--left {
  flex-basis: 33%; }

.ccmenu .mega-level-2--left ul li a {
  color: #3f5364;
  font-size: 16px;
  line-height: 24px; }

.ccmenu .mega-level-2--left ul li a:hover {
  color: #3f5364; }

.ccmenu .mega-level-2--left ul li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 1px;
  color: rgba(63, 83, 100, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ccmenu .mega-level-2--left ul li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(63, 83, 100, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ccmenu .mega-level-2--right {
  flex-basis: 67%; }

.ccmenu .mega-level-2--right ul {
  flex-basis: 100%; }

.ccmenu .mega-level-2--right ul li {
  display: flex;
  flex-wrap: wrap; }

.ccmenu .mega-level-2--right ul li a.heading {
  flex-basis: 100%;
  padding: 0 0 20px 0; }

.ccmenu .mega-level-2--right ul li a.heading-two {
  flex-basis: 100%;
  padding: 20px 0 20px 0; }

.ccmenu .mega-level-2--right ul li a {
  color: #3f5364;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700; }

.ccmenu .mega-level-2--right ul li a:hover {
  color: #3f5364; }

.ccmenu .mega-level-2--right ul li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 1px;
  color: rgba(63, 83, 100, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ccmenu .mega-level-2--right ul li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(63, 83, 100, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ccmenu .mega-level-2--right ul ul {
  flex-basis: 33.33%; }

.ccmenu .mega-level-2--right ul li ul li {
  margin: 3px 0;
  padding: 3px 0; }

.ccmenu .mega-level-2--right ul li ul li a {
  color: #3f5364;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400; }

.ccmenu .mega-level-2--right ul li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 1px;
  color: rgba(63, 83, 100, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ccmenu .mega-level-2--right ul li a:hover::after {
  padding: 0 0 0 5px;
  color: rgba(63, 83, 100, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ccmenu .mega-level-2--left ul li.current_page_item a, .ccmenu .mega-level-2--right ul li.current_page_item a {
  color: #2765d8;
  font-weight: 700; }

.ccmenu .mega-level-2--left ul li.current_page_item a:hover::after, .ccmenu .mega-level-2--right ul li.current_page_item a:hover::after {
  color: rgba(255, 255, 255, 0); }

/* --------------------------------- */
/* Other In Page Solutions Menus */
/* --------------------------------- */
.in-page-menu h5 {
  font-size: 32px;
  font-weight: 700;
  color: #2765d8;
  margin-bottom: 40px; }

.in-page-menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%; }

.in-page-menu .menu ul li {
  flex-basis: 33.33%; }

.in-page-menu .menu ul li a {
  color: #3f5364;
  font-size: 16px;
  line-height: 24px;
  position: relative; }

.in-page-menu .menu ul li a:hover {
  color: #3f5364; }

.in-page-menu .menu ul li a::after {
  position: absolute;
  top: 3px;
  right: -15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f0a9";
  font-size: 14px;
  line-height: 14px;
  color: rgba(63, 83, 100, 0);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.in-page-menu .menu ul li a:hover::after {
  position: absolute;
  top: 3px;
  right: -20px;
  color: rgba(63, 83, 100, 0.75);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.in-page-menu .menu ul li.current_page_item a, .in-page-menu .menu ul li.current_page_item a {
  color: #2765d8;
  font-weight: 700; }

.in-page-menu .menu ul li.current_page_item a:hover::after, .in-page-menu .menu ul li.current_page_item a:hover::after {
  color: rgba(255, 255, 255, 0); }

/* --------------------------------- */
/* Flags */
/* --------------------------------- */
.flags {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.flag {
  width: calc(20% - 40px);
  margin: 20px;
  font-size: 14px; }

.flag img {
  width: 100%;
  height: auto;
  margin-bottom: 5px; }

/* --------------------------------- */
/* Partners Lists */
/* --------------------------------- */
.partners-list li {
  list-style-type: none; }

.partners-list li em {
  font-size: 18px;
  color: #3f5364;
  border: 1px solid rgba(63, 83, 100, 0.5);
  display: block;
  width: 70%;
  border-radius: 20px;
  padding: 2px 0 2px 10px;
  margin: 14px 0 14px -10px;
  font-style: normal;
  font-weight: 800; }

/* --------------------------------- */
/* Company Spotlight */
/* --------------------------------- */
.clients-spotlight {
  background-color: rgba(63, 83, 100, 0.1);
  margin-bottom: 40px; }

.clients-spotlight .container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 4% 20px 4%; }

.clients-spotlight .left {
  flex-basis: 60%;
  padding-right: 5%; }

.clients-spotlight .left h3 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px; }

.clients-spotlight .left h3 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px; }

.clients-spotlight .left h5 {
  font-size: 26px;
  margin: 15px 0 10px 0;
  font-weight: 300; }

.clients-spotlight .left p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: #565656; }

.clients-spotlight .left p:last-of-type {
  margin: 0 0 25px 0; }

.clients-spotlight .right {
  flex-basis: 35%;
  padding-top: 10px; }

.clients-spotlight .right img {
  width: 90%;
  height: auto; }

.clients-spotlight .right .qmjsleft {
  display: none; }

.clients-spotlight .performance {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 36px;
  font-weight: 300; }

.clients-spotlight .performance-time {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 0 0 0; }

.clients-spotlight .performance .neg-red .qmjsright {
  color: #c00003; }

.clients-spotlight .performance .pos-green .qmjsright {
  color: #0d9700; }

.clients-spotlight .performance .neg-red .qmjsright::before {
  position: relative;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0ab";
  font-size: 36px;
  padding-right: 20px;
  color: #c00003; }

.clients-spotlight .performance .pos-green .qmjsright::before {
  position: relative;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0aa";
  font-size: 36px;
  padding-right: 20px;
  color: #0d9700; }

/* Main Client Page Spotlight */
.spotlight-performance {
  width: 80%;
  margin: 0 auto; }

.spotlight-performance .change {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  height: 30px; }

.spotlight-performance .base {
  margin: 5px 0;
  color: #3f5364; }

.spotlight-performance .performance {
  padding: 0; }

.ticker {
  display: flex;
  margin-bottom: 15px; }

.ticker-link {
  flex-basis: 50%;
  text-align: left; }

.ticker-link a {
  display: block;
  font-size: 28px; }

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

.ticker .change {
  flex-basis: 50%;
  text-align: right; }

.ticker-data {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(53, 53, 52, 0.1); }

.ticker-data-point {
  display: flex;
  flex-basis: 100%;
  font-size: 14px;
  border-bottom: 1px solid rgba(53, 53, 52, 0.1);
  padding: 10px 4px; }

.ticker-data-point div:nth-of-type(1) {
  flex-basis: 50%;
  text-align: left; }

.ticker-data-point div:nth-of-type(2) {
  flex-basis: 50%;
  text-align: right; }

/* --------------------------------- */
/* Client Cards */
/* --------------------------------- */
.client-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.client-block {
  flex-basis: calc(25% - 28px);
  background-color: white;
  border: 4px solid rgba(63, 83, 100, 0.05);
  border-radius: 12px;
  color: #3f5364;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.client-block:hover {
  border: 4px solid rgba(63, 83, 100, 0.2); }

.client-block a, .client-block a:hover {
  color: #3f5364; }

.client-block--logo {
  width: 80%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px; }

.client-block--logo a {
  width: 100%; }

.client-block--logo img {
  width: 75%;
  height: auto;
  margin: 0 auto; }

.data-block--wrapper {
  background-color: rgba(63, 83, 100, 0.05);
  border-radius: 8px;
  padding: 10px 20px 48px 20px;
  margin: 10px;
  min-height: 140px;
  position: relative; }

.private-company {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 10px 0; }

.public-company {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 10px 0; }

.data-block {
  display: flex;
  flex-wrap: wrap; }

.data-group {
  flex-basis: 50%;
  color: #3f5364; }

.label-last, .label-change {
  font-family: proxima-nova, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  color: rgba(63, 83, 100, 0.75); }

.last, .change {
  font-family: proxima-nova, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3f5364; }

.change.positive {
  color: #17be23; }

.change.negative {
  color: #be5e17; }

.change.flat {
  color: #3f5364; }

.data-group-full {
  flex-basis: 100%;
  margin: 10px 0; }

.data-group-full .sector, .data-group-full .industry {
  display: block;
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6); }

.data-group-full .sector span, .data-group-full .industry span {
  font-weight: 700; }

div.vip {
  position: absolute;
  bottom: 18px;
  left: 20px; }

div.vip::after {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  content: " Verified IBN Profile";
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f36b24, #af29bb);
  white-space: nowrap;
  display: inline-block;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset; }

/* --------------------------------- */
/* Client VIP Tag */
/* --------------------------------- */
li.vip {
  position: relative; }

li.vip::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: " \f336";
  font-size: 14px;
  margin-left: 4px;
  background: linear-gradient(135deg, #f36b24, #af29bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

li.vip:hover::after {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  content: " Verified IBN Profile";
  font-size: 10px;
  line-height: 10px;
  margin: 4px 0 0 6px;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f36b24, #af29bb);
  white-space: nowrap;
  position: absolute;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset; }

h4.vip {
  position: relative; }

h4.vip::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: " \f336";
  font-size: 24px;
  margin-right: 8px;
  color: #2765d8;
  background: linear-gradient(135deg, #f36b24, #af29bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h4.vip strong {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  content: " Verified IBN Profile";
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f36b24, #af29bb);
  white-space: nowrap;
  position: absolute;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset; }

/* --------------------------------- */
/* Client Profiles */
/* --------------------------------- */
.client-profile {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 4%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap; }

.client-profile-logo, .client-profile-title {
  flex-basis: 100%;
  margin-bottom: 20px; }

.client-profile-logo .post-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 280px; }

.client-profile-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 0; }

.client-profile--left {
  flex-basis: 60%;
  padding: 0 5% 0 0; }

.client-profile--left .post-thumbnail {
  width: 100%;
  margin: 0 auto 25px auto; }

.client-profile--left .post-thumbnail img {
  width: 100%;
  height: auto; }

/* .client-profile--left p:first-of-type {
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	margin: 0 0 30px 0;
	padding: 0;					
} */
.client-profile--left .considerations {
  margin: 0 0 30px 0;
  padding: 28px;
  background-color: rgba(63, 83, 100, 0.05);
  border-radius: 12px; }

.client-profile--left .considerations h6 {
  margin-bottom: 20px; }

.client-profile--left .considerations ul {
  margin-bottom: 10px; }

.client-profile--left p a[target="_blank"] {
  display: inline;
  padding-right: 5px; }

.client-profile--left p a[target="_blank"]:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: " \f14c";
  color: #b4b4b4;
  font-size: 12px; }

.client-profile--left p a[target="_blank"]:hover:after {
  color: #0db14b; }

.client-profile--right {
  flex-basis: 30%;
  padding: 0 5% 40px 0; }

.client-profile--right h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  color: #3f5364; }

.client-profile--right .post-thumbnail {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 45px auto; }

.client-profile--right .post-thumbnail img {
  width: 100%;
  height: auto; }

.client-profile--right ul {
  margin: 0 0 30px 20px; }

.client-profile--right li {
  list-style-type: disc;
  margin: 0 0 15px 0;
  line-height: 21px; }

.client-profile--news {
  flex-basis: 100%;
  padding: 0 0 0 0; }

.client-profile--news h6 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 0 0;
  padding: 25px 0 25px 20px;
  border-top: 2px solid rgba(63, 83, 100, 0.05); }

.client-profile--news h6 span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: rgba(63, 83, 100, 0.5); }

.reg-a-panel {
  margin: 30px 0;
  padding: 28px;
  background-color: #2765d8;
  border-radius: 12px;
  color: #ffffff; }

.reg-a-panel h6 {
  margin-bottom: 0;
  color: #ffffff; }

.client-profile--left .reg-a-panel p a[target="_blank"]::after {
  content: "";
  padding-right: 15px; }

#qmodTool {
  font-family: "proxima-nova", sans-serif; }

.qmodContainer.qmodQuoteChart .qmod-heading.qmod-hbg {
  color: #586a76;
  font-size: 200%;
  background-color: #fff; }

.qmodContainer.qmodQuoteChart h2.qmod-heading.qmod-hbg {
  display: none; }

.qmodContainer.qmodQuoteChart .qmod-ui-tool th, .qmodContainer.qmodQuoteChart .qmod-ui-tool td, .qmodContainer.qmodQuoteChart .qmod-ui-tool div, .qmodContainer.qmodQuoteChart .qmod-ui-tool a {
  font-size: 14px;
  color: #3f5364; }

.qmodContainer.qmodQuoteChart .qmod-block-wrapper {
  box-shadow: none;
  margin-bottom: 0; }

.qmodContainer.qmodQuoteChart .qmod-ui-tool .qmod-quotehead .qmod-change, .qmodContainer.qmodQuoteChart .qmod-ui-tool .qmod-quotehead .qmod-last {
  font-size: 220%; }

.qmodContainer.qmodQuoteChart .qmod-block-wrapper:last-child {
  display: none; }

.qmodContainer.qmodQuoteChart .qmod-quotehead .qmod-block-wrapper {
  display: block; }

.qmodContainer.qmodQuoteChart .qmod-heading.qmod-hbg, .qmodContainer.qmodQuoteChart .qmod-block-wrapper {
  background-color: rgba(255, 255, 255, 0); }

.qmodContainer.qmodQuoteChart {
  width: 100%;
  margin: auto; }

.qmodContainer.qmodCompanyModule {
  margin-top: 15px; }

.qmod-detailedquote .qmod-quotehead .qmod-heading {
  margin: 0; }

.qmodContainer.qmodCompanyModule .qmod-heading.qmod-hbg {
  background-color: #89969e;
  color: #fff; }

.qmodContainer.qmodCompanyModule h3.qmod-heading.qmod-hbg {
  background-color: #fff;
  color: #3f5364;
  font-size: 120%;
  font-weight: 700; }

.qmodContainer.qmodCompanyModule h2.qmod-heading.qmod-hbg {
  background-color: #fff;
  color: #3f5364;
  font-size: 160%;
  padding-top: 10px; }

.qmodContainer.qmodCompanyModule .qmod-button-group .qmod-btn {
  background-color: #f3f3f3;
  color: #3f5364; }

.qmodContainer.qmodCompanyModule .qmod-button-group .qmod-btn.qmod-btn-active {
  background-color: #89969e;
  color: #fff; }

.qmodContainer.qmodCompanyModule .qmod-charting .qmod-chart-buttons-rs > ul > li.qmod-active, .qmodContainer.qmodCompanyModule .qmod-charting .qmod-chart-buttons-ts > ul > li.qmod-active {
  background-color: #89969e;
  color: #fff; }

.qmodContainer.qmodCompanyModule .qmod-charting .qmod-chart-buttons-rs > ul > li, .qmodContainer.qmodCompanyModule .qmod-charting .qmod-chart-buttons-ts > ul > li {
  background-color: #f3f3f3;
  color: #3f5364; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool th, .qmodContainer.qmodCompanyModule .qmod-ui-tool td, .qmodContainer.qmodCompanyModule .qmod-ui-tool div, .qmodContainer.qmodCompanyModule .qmod-button-group .qmod-btn, .qmNavigation span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3f5364; }

.qmodContainer.qmodCompanyModule .qmod-button-group li {
  border-color: #fff; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool .qmod-news-list li {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool a {
  color: #3f5364; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool .qmod-disclaimer {
  font-size: 80%; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool .qmod-disclaimer-logo, .qmodContainer.qmodCompanyModule .qmod-quotehead {
  display: none; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool a.qmod-headline {
  font-size: 15px;
  line-height: 21px;
  text-decoration: none; }

.qmodContainer.qmodCompanyModule .qmod-ui-modal.anim {
  height: 90%; }

.qmNavigation {
  margin-bottom: 20px;
  background-color: white;
  padding: 10px; }

.qmNavigation span {
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: white;
  color: #3f5364;
  border: 1px solid rgba(63, 83, 100, 0.3);
  border-radius: 20px; }

.qmNavigation span:hover {
  background-color: white;
  color: #2573e2;
  cursor: pointer; }

.qmodContainer.qmodCompanyModule .qmod-ui-tool table.dataTable thead td, .qmodContainer.qmodCompanyModule .qmod-ui-tool table.dataTable thead th, .qmodContainer.qmodCompanyModule .qmod-ui-tool table.dataTable.no-footer {
  border-color: #e8e8e8; }

.qmodContainer.qmodCompanyModule a.qmod-dropdown_toggle {
  background-color: #f3f3f3; }

.qmodContainer.qmodCompanyModule .qmod-pricehistory h2 .qmod-btn {
  color: #fff; }

.qmodContainer.qmodCompanyModule .qmod-modifiers {
  padding: 20px; }

.qmodContainer.qmodCompanyModule .qmod-litenews .qmod-news-list {
  margin-top: 10px; }

.qmContainer {
  background-color: #fff; }

.qmMain {
  width: 100%;
  margin: auto; }

.qmodContainer.qmodCompanyModule .qmod-block-wrapper {
  box-shadow: none; }

.qmodContainer.qmodCompanyModule .qmod-ui-modal.anim {
  font-size: 120%;
  margin: 10px 0; }

h1.qmod-heading.qmod-hbg {
  font-size: 200%;
  background-color: white;
  color: #3f5364; }

h2.qmod-heading.qmod-hbg {
  font-size: 150%;
  background-color: white;
  color: #3f5364;
  border-bottom: 2px solid rgba(137, 150, 158, 0.25);
  margin-bottom: 20px; }

h3.qmod-heading.qmod-hbg {
  font-size: 110%;
  background-color: white;
  color: #89969e;
  margin-bottom: 10px; }

.qmod-ui-tool a.qmod-more-news-btn {
  color: #3f5364 !important;
  background-color: rgba(63, 83, 100, 0.2);
  border: 0;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 24px; }

.qmod-ui-tool a.qmod-more-news-btn:hover {
  color: white !important;
  background-color: #f36b24; }

.qmod-ui-modal {
  max-height: calc(98% - 200px) !important; }

.qmod-container.qmod-headlines-story {
  line-height: 150%;
  padding-bottom: 160px; }

.qmod-container.qmod-headlines-story p {
  margin: 10px 0 10px 0;
  line-height: 21px; }

.qmod-container.qmod-headlines-story strong, .qmod-container.qmod-headlines-story b {
  font-weight: 700; }

.qmod-container.qmod-headlines-story h3 {
  color: #3f5364;
  line-height: 28px;
  font-weight: 700; }

.qmod-container.qmod-headlines-story ul {
  margin: 0 0 20px 20px; }

.qmod-container.qmod-headlines-story li {
  line-height: 21px;
  list-style-type: disc;
  margin-bottom: 10px; }

.highlighted {
  background-color: white !important;
  color: #586a76 !important; }

/* --------------------------------- */
/* News/Press Release Pages */
/* --------------------------------- */
.release-container {
  width: 92%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin: 4% auto; }

.release-content {
  flex-basis: 68%;
  padding: 0 2% 0 0; }

.release-sidebar {
  flex-basis: 26%;
  padding: 0 2% 0 2%; }

.release-content article, .content-container {
  font-size: 14px;
  line-height: 21px; }

.release-container h1, .release-content h1.page-title, .content-container h1 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 40px; }

.release-content h2, .content-container h2 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px; }

.release-content h3, .content-container h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px; }

.release-content h4, .content-container h4 {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 20px; }

.release-content h5, .content-container h5 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px; }

.release-content h6, .content-container h6 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

.release-content p, .content-container p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px; }

.release-content strong, .content-container strong {
  font-weight: 700; }

.release-content em, .content-container em {
  font-style: italic; }

.release-content hr, .content-container hr {
  display: block;
  margin: 30px 0 30px 0;
  border: none;
  height: 4px;
  width: 100%;
  background-color: #e6e7e8; }

.release-content ul, .release-content ol, .content-container ul, .content-container ol {
  margin: 0 0 30px 30px; }

.release-content ul li, .content-container ul li {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: disc; }

.release-content ol li, .content-container ol li {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: decimal; }

h1.release.entry-title {
  width: 90%;
  max-width: 900px; }

.release-container p.release-date {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 5px 0; }

.news-featured {
  width: 40%;
  max-width: 400px;
  float: right;
  margin: 0 0 4% 4%; }

.news-featured .post-thumbnail img {
  width: 100%;
  height: auto; }

.release-content .button a, .release-content .button a:visited {
  display: inline-block;
  padding: 14px 48px 14px 24px;
  border: 1px solid rgba(64, 64, 64, 0.8);
  border-radius: 28px;
  color: rgba(64, 64, 64, 0.8);
  font-size: 14px;
  line-height: 14px;
  margin: 8px 16px 0 0; }

.release-content .button a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  content: " \f0a9";
  padding: 0 0 0 10px;
  position: absolute; }

.release-content .button a:hover, .release-content .button a:visited:hover {
  border: 1px solid #ff6c00;
  color: #ff6c00; }

/* --------------------------------- */
/* Full Year News List */
/* --------------------------------- */
.year {
  font-size: 32px;
  padding: 18px 8px 8px 0;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
  color: #ff6c00; }

.news-listing {
  margin: 0 0 30px 0 !important;
  padding: 0;
  list-style-type: none !important; }

.news-listing li {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0; }

.news-listing h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 28px; }

.news-listing p {
  margin: 0;
  padding: 0;
  font-size: 14px; }

.news-listing p.fulldate {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(64, 64, 64, 0.5); }

.news-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

article .news-grid li {
  flex-basis: calc(30% - 12px);
  margin: 1.5%;
  padding: 0;
  list-style-type: none;
  border: 6px solid rgba(63, 83, 100, 0.05); }

.news-grid li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

article .news-grid li div {
  padding: 2% 4%; }

.news-grid li h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700; }

.news-grid li h3 a, .news-grid li h3 a:visited {
  color: #3f5364; }

.news-grid li h3 a:hover, .news-grid li h3 a:visited:hover {
  color: #d84127; }

.news-grid li p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px 0;
  padding: 0; }

.news-grid li p.fulldate {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 700;
  color: rgba(63, 83, 100, 0.5); }

/* --------------------------------- */
/* News Article Sidebar */
/* --------------------------------- */
.recent-news {
  padding: 30px; }

.release-sidebar h3 {
  font-size: 21px;
  color: #3f5364;
  font-weight: 700;
  border-bottom: 1px solid rgba(63, 83, 100, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px; }

.release-list li {
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 1.2em; }

.release-list h6 {
  font-size: 16px;
  line-height: 21px;
  color: #404040; }

.release-list h6 span {
  font-size: 12px;
  display: block; }

/* --------------------------------- */
/* Post and CPT Navigation */
/* --------------------------------- */
.posts-navigation {
  border-top: 2px solid rgba(63, 83, 100, 0.25);
  margin: 50px 0 20px 0;
  color: #3f5364;
  display: table;
  width: 100%; }

.posts-navigation h2 {
  display: none; }

.posts-navigation .nav-links {
  display: table-row; }

.posts-navigation .nav-previous {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: top; }

.posts-navigation .nav-next {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: top; }

.posts-navigation a, .posts-navigation a:visited {
  display: inline-block;
  border: none;
  color: #2765d8;
  text-align: center;
  vertical-align: baseline;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
  margin: 20px 0 15px 0; }

.posts-navigation a:hover, .posts-navigation a:visited:hover {
  color: #f36b24;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* Paging Navigation */
.pagination .nav-links {
  text-align: center; }

.pagination h2 {
  display: none; }

.paging-navigation {
  border-top: 4px solid #ebeff2;
  margin: 48px 0; }

.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center; }

.paging-navigation {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  padding: 7px 16px; }

.paging-navigation a {
  color: #666666; }

.paging-navigation {
  border-top: 5px solid #ee3124; }

.paging-navigation a:hover {
  border-top: 5px solid #1996d5;
  color: #2b2b2b; }

.page-numbers {
  border-top: 4px solid #ebeff2;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 25px;
  margin-right: 1px;
  padding: 7px 16px; }

.page-numbers.dots {
  border-top: 4px solid white; }

.page-numbers a {
  color: #666666; }

.page-numbers.current {
  border-top: 4px solid #003764; }

.page-numbers a:hover {
  border-top: 4px solid #1996d5;
  color: #2b2b2b; }

/* Single Post */
.post-navigation {
  margin: 0 0 20px 0;
  color: #3f5364;
  display: table;
  width: 100%;
  border-top: 2px solid rgba(63, 83, 100, 0.25); }

.single-news .post-navigation {
  margin: 50px 0 20px 0; }

.post-navigation .previous {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: top; }

.post-navigation .previous span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 10px 10px 0; }

.post-navigation .next {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: top; }

.post-navigation .next span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0 10px 10px; }

.post-navigation .previous i, .post-navigation .next i {
  display: table-cell;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  padding: 0 15px;
  text-align: left;
  vertical-align: middle;
  min-height: 32px; }

.post-navigation a, .post-navigation a:visited {
  display: inline-block;
  border: none;
  color: #3f5364;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  margin: 0 4px 0 0; }

.post-navigation a.back strong {
  display: table-cell; }

.post-navigation a.back strong:before {
  display: inline-block;
  margin-right: -4px;
  width: 32px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0a8";
  font-size: 32px;
  line-height: 32px;
  color: #d84127;
  padding: 15px; }

.post-navigation a.forward strong {
  display: table-cell; }

.post-navigation a.forward strong:after {
  display: inline-block;
  margin-right: -4px;
  width: 32px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0a9";
  font-size: 32px;
  line-height: 32px;
  color: #d84127;
  padding: 15px;
  border-left: 4px solid #fff; }

.post-navigation a.back:hover strong:before, .post-navigation a.back:visited:hover strong:before, .post-navigation a.forward:hover strong:after, .post-navigation a.forward:visited:hover strong:after {
  color: #f36b24;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.tags-links {
  display: block;
  font-size: 12px; }

.edit-link {
  display: block; }

/* --------------------------------- */
/* Search Results */
/* --------------------------------- */
.result-wrapper {
  display: block; }

.results-filter {
  padding: 20px 40px;
  color: #3f5364;
  text-align: right;
  border-bottom: 2px solid rgba(63, 83, 100, 0.25); }

.filter-label, .button-group {
  display: inline-block; }

.button-group button {
  -webkit-appearance: none;
  outline: none;
  margin-left: 20px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(63, 83, 100, 0.25);
  border-radius: 24px;
  color: #3f5364;
  font-size: 12px;
  font-weight: 400;
  font-style: normal; }

.button-group button:hover {
  cursor: pointer; }

.button-group button.is-checked {
  border: 1px solid #3f5364; }

#msg-box {
  display: none;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  color: #3f5364;
  padding: 5% 0;
  text-align: center; }

#msg-box span {
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #2765d8; }

.result-item {
  margin: 0;
  border-top: 4px solid white;
  display: flex;
  width: 100%; }

.result-item-left {
  display: flex;
  width: 80%;
  align-items: center;
  padding: 40px;
  background-color: rgba(63, 83, 100, 0.05);
  border-right: 4px solid white; }

.result-item-right {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 83, 100, 0.1);
  padding: 40px 20px 40px 20px; }

.search-results article h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px; }

.search-results article p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }

.search-results article p.date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 700; }

.search-results article p.result-excerpt {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }

.search-results article p.result-excerpt strong {
  color: #2765d8; }

.search-for-results {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #3f5364; }

/* 404 Page */
.error404 h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px; }

/* No Results */
.no-results h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #2765d8; }

.no-results h3 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #3f5364; }

.no-results .search-form, .error404 .search-form {
  display: table; }

.no-results .search-form .screen-reader-text, .error404 .search-form .screen-reader-text {
  display: none; }

.no-results .search-form label, .error404 .search-form label {
  display: table-cell;
  vertical-align: middle; }

.resultslabel {
  font-size: 14px;
  font-weight: 700;
  color: rgba(63, 83, 100, 0.3);
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

/* --------------------------------- */
/* Standard Form Panel */
/* --------------------------------- */
.article-form {
  margin: 0;
  padding: 0 4% 0 4%;
  background-color: white;
  text-align: center; }

.form-divider {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  height: 4px;
  background-color: #ebeff2;
  border: none; }

.article-form h4 {
  font-size: 32px;
  color: #3f5364;
  font-weight: 700;
  margin-bottom: 10px; }

.article-form form {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left; }

/* .article-form form p {
	width: 50%;
} */
.article-form input[type="text"], .article-form input[type="email"], .article-form input[type="tel"] {
  -webkit-appearance: none;
  width: calc(90% - 50px);
  margin: 0 5% 10px 0;
  padding: 15px 25px;
  border: 1px solid rgba(63, 83, 100, 0.05);
  border-radius: 28px;
  background-color: rgba(63, 83, 100, 0.05);
  color: #3f5364;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.article-form input[type="text"]:focus, .article-form input[type="email"]:focus, .article-form input[type="tel"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: rgba(63, 83, 100, 0.05);
  border: 1px solid rgba(63, 83, 100, 0.25); }

.article-form input[type="text"]::placeholder, .article-form input[type="email"]::placeholder {
  color: #3f5364; }

.article-form form p.fullwidth {
  flex-basis: 100%;
  text-align: left; }

.article-form form p.halfwidth {
  width: 50%;
  text-align: left; }

.article-form select {
  -webkit-appearance: none;
  width: 50%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid #3f5364, 0.5;
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(63, 83, 100, 0.05);
  outline: none; }

.article-form textarea {
  display: block;
  -webkit-appearance: none;
  width: 96%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(63, 83, 100, 0.05);
  border-radius: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(63, 83, 100, 0.05);
  outline: none; }

.article-form textarea:focus {
  display: block;
  -webkit-appearance: none;
  width: 96%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(63, 83, 100, 0.25);
  border-radius: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(63, 83, 100, 0.05);
  outline: none; }

.article-form input[type="submit"] {
  -webkit-appearance: none;
  padding: 10px 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  color: #3f5364;
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 8px auto;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.article-form input[type="submit"]:hover, .form-panel input[type="submit"]:focus:hover {
  -webkit-appearance: none;
  outline: none;
  background-color: #f36b24;
  color: white;
  cursor: pointer; }

.article-form input[type="submit"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #2765d8;
  color: white; }

.article-form ul li p {
  margin: 0; }

/* --------------------------------- */
/* Demo Form Panel */
/* --------------------------------- */
.demo-form {
  margin: 0;
  padding: 0 4% 0 4%;
  background-color: white;
  text-align: center; }

.demo-form h4 {
  font-size: 32px;
  color: #3f5364;
  font-weight: 700;
  margin-bottom: 10px; }

.demo-form form {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left; }

.demo-form form p {
  width: 50%; }

.demo-form input[type="text"], .demo-form input[type="email"], .demo-form input[type="tel"] {
  -webkit-appearance: none;
  width: calc(90% - 50px);
  margin: 0 0 10px 0;
  padding: 15px 25px;
  border: 1px solid rgba(63, 83, 100, 0.1);
  border-radius: 28px;
  background-color: rgba(63, 83, 100, 0.05);
  color: #3f5364;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.demo-form input[type="text"]:focus, .demo-form input[type="email"]:focus, .demo-form input[type="tel"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: rgba(63, 83, 100, 0.05);
  border: 1px solid rgba(39, 101, 216, 0.5); }

.demo-form input[type="text"]::placeholder, .demo-form input[type="email"]::placeholder {
  color: #3f5364; }

.demo-form form p.fullwidth {
  flex-basis: 100%;
  text-align: center; }

.demo-form select {
  -webkit-appearance: none;
  width: 50%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid #3f5364, 0.5;
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(63, 83, 100, 0.05);
  outline: none; }

.demo-form textarea {
  display: block;
  -webkit-appearance: none;
  width: 96%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(63, 83, 100, 0.05);
  border-radius: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(63, 83, 100, 0.05);
  outline: none; }

.demo-form textarea:focus {
  display: block;
  -webkit-appearance: none;
  width: 96%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(63, 83, 100, 0.25);
  border-radius: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(63, 83, 100, 0.05);
  outline: none; }

.demo-form input[type="submit"] {
  -webkit-appearance: none;
  padding: 10px 24px;
  background-color: rgba(243, 107, 36, 0.9);
  color: white;
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 8px auto;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.demo-form input[type="submit"]:hover, .demo-form input[type="submit"]:focus:hover {
  -webkit-appearance: none;
  outline: none;
  background-color: #f36b24;
  color: white;
  cursor: pointer; }

.demo-form input[type="submit"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #2765d8;
  color: white; }

/* --------------------------------- */
/* Post Password Panel */
/* --------------------------------- */
.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  padding: 14px 35px;
  background-color: #d84127;
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin: 18px 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus:hover {
  -webkit-appearance: none;
  outline: none;
  background-color: #f36b24;
  color: white;
  cursor: pointer; }

.post-password-form input[type="submit"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #2765d8;
  color: white; }

/* --------------------------------- */
/* Standard Form Panel */
/* --------------------------------- */
.form-panel {
  margin: 0;
  padding: 6% 4% 4% 4%;
  background-color: rgba(63, 83, 100, 0.05);
  text-align: center; }

.form-panel h4 {
  font-size: 32px;
  color: #3f5364;
  font-weight: 700;
  margin-bottom: 10px; }

.form-panel form {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.form-panel form p {
  width: 50%; }

.form-panel input[type="text"], .form-panel input[type="email"], .form-panel input[type="tel"] {
  -webkit-appearance: none;
  width: calc(90% - 50px);
  margin: 0 2.5% 30px 2.5%;
  padding: 15px 25px;
  border: none;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #3f5364;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.form-panel input[type="text"]:focus, .form-panel input[type="email"]:focus, .form-panel input[type="tel"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: white; }

.form-panel input[type="text"]::placeholder, .form-panel input[type="email"]::placeholder {
  color: #505562; }

.form-panel form p.fullwidth {
  flex-basis: 100%;
  text-align: center; }

.form-panel select {
  -webkit-appearance: none;
  width: 50%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none; }

.form-panel textarea {
  display: block;
  -webkit-appearance: none;
  width: 96%;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #3f5364;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none; }

.form-panel input[type="submit"] {
  -webkit-appearance: none;
  padding: 10px 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  font-family: "proxima-nova", sans-serif;
  color: #3f5364;
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 8px auto;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.form-panel input[type="submit"]:hover, .form-panel input[type="submit"]:focus:hover {
  -webkit-appearance: none;
  outline: none;
  background-color: #f36b24;
  color: white;
  cursor: pointer; }

.form-panel input[type="submit"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #2765d8;
  color: white; }

/* Messages */
.wpcf7-response-output {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }

div.wpcf7-response-output {
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
  color: #3f5364; }

div.wpcf7-mail-sent-ok {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
  color: #2765d8; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
  color: #f36b24; }

div.wpcf7-spam-blocked {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
  rcolor: #c42e24; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
  color: #f36b24; }

/* --------------------------------- */
/* OTT Stats */
/* --------------------------------- */
.ott-stats {
  text-align: center;
  max-width: 1200px; }

.ott-stats h5 {
  font-size: 56px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2765d8;
  text-transform: none;
  background-color: #2765d8;
  background-image: linear-gradient(135deg, #2765d8, #af29bb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }

.ott-stats h5 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  color: #3f5364;
  background-color: #3f5364;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }

.ott-stats p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 10px; }

.ott-stats h6 {
  font-size: 12px;
  font-weight: 400;
  color: rgba(63, 83, 100, 0.5); }

.supercharge-ai {
  width: 60%;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 auto 80px auto;
  text-align: center;
  color: #663695;
  text-transform: none;
  background-color: #663695;
  background-image: linear-gradient(135deg, #663695, #c91e77);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }

/* --------------------------------- */
/* Headline Partners Page */
/* --------------------------------- */
.border-grey {
  border: 6px solid rgba(63, 83, 100, 0.05);
  margin: 20px 0;
  padding: 4%; }

.d-flex {
  display: flex; }

.justify-content-between {
  justify-content: space-between; }

.region {
  width: 80%;
  margin: 0 auto 30px auto; }

.region .description {
  flex-basis: 60%; }

.region .image {
  flex-basis: 40%; }

.map-category {
  font-size: 24px;
  font-weight: 700;
  color: #c42e24; }

.map-col {
  flex-basis: 50%;
  padding: 4%; }

.d-flex p {
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 21px; }

.d-flex p.font-18 {
  font-size: 18px; }

.d-flex p.font-21 {
  font-size: 21px;
  margin: 0 0 0 0; }

.region-description {
  text-align: center;
  padding: 3% 0 3% 0;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #efefef; }

.d-flex p a {
  display: block;
  margin-bottom: 10px; }

/* --------------------------------- */
/* Client Video Page Template */
/* --------------------------------- */
.page-template-client-video .billboard {
  max-height: inherit; }

.page-template-client-video .billboard .logo {
  max-width: 170px; }

.page-template-client-video .billboard .logo img {
  max-width: 140px; }

.page-template-client-video .billboard .page-title h1 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  color: white; }

.page-template-client-video .billboard .content {
  margin: 20px 0 40px 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.page-template-client-video .billboard .content h5 {
  font-size: 18px;
  line-height: 24px; }

.page-template-client-video .client-video {
  width: 100%;
  margin-bottom: 40px; }

.page-template-client-video .client-video .container {
  max-width: 1200px; }

.page-template-client-video .client-video a, .page-template-client-video .client-video a:visited {
  color: white; }

/* --------------------------------- */
/* Why IBN Cards */
/* --------------------------------- */
.half.why-card {
  flex-basis: 44%;
  background-color: rgba(63, 83, 100, 0.05);
  border-radius: 20px;
  margin: 2%;
  padding: 40px 40px 10px 40px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.half.why-card:hover {
  background-color: rgba(63, 83, 100, 0.1); }

article .half.why-card h4 {
  font-size: 28px;
  line-height: 36px;
  color: #2765d8; }

.half.why-card h6 {
  font-size: 28px;
  line-height: 28px;
  font-style: normal;
  background-color: white;
  padding: 12px;
  margin: 0 0 30px 0;
  border-radius: 50%;
  color: rgba(63, 83, 100, 0.25);
  text-align: center;
  width: 40px;
  height: 40px;
  display: grid;
  align-content: center; }

.half.why-card p strong {
  color: #2765d8; }

.ott-stats.why h5 {
  font-size: 46px; }

/* --------------------------------- */
/* IgnitionX Additions */
/* --------------------------------- */
.heading-icon {
  display: flex; }

.heading-icon-icon {
  flex-basis: 6%; }

.heading-icon-content {
  flex-basis: 94%; }

/* --------------------------------- */
/* Footer */
/* --------------------------------- */
footer {
  padding: 60px 4% 40px 4%;
  text-align: center; }

footer .container-1400-flex {
  align-items: flex-start; }

.footer-left {
  flex-basis: 25%;
  text-align: left; }

.footer-left .logo {
  width: 75%;
  max-width: 100px;
  height: auto;
  margin-bottom: 10px; }

.footer-left p {
  font-size: 13px;
  line-height: 18px;
  color: #3f5364;
  margin-bottom: 10px; }

.footer-left p a, .footer-left p a:visited {
  color: #3f5364; }

.footer-left p a:hover, .footer-left p a:visited:hover {
  color: #f36b24; }

.footer-left ul.social {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  vertical-align: middle;
  border-right: none; }

.footer-left .social li {
  display: inline-block;
  list-style-type: none;
  width: 31px;
  height: 31px;
  margin: 4px 2px 0px 2px; }

.footer-left .twitter a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.footer-left .facebook a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -31px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.footer-left .linkedin a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -63px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.footer-left .rss a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 500px;
  overflow: hidden;
  background-image: url(images/icons-social.png);
  background-position: -94px 0px;
  background-repeat: no-repeat;
  background-size: 124px 30px; }

.footer-center {
  flex-basis: 45%;
  text-align: left;
  display: flex; }

.menu-footer-solutions-container {
  padding-right: 20%; }

.footer-center li {
  font-size: 16px;
  margin-bottom: 6px; }

.footer-center a, .footer-center a:visited {
  color: #3f5364; }

.footer-center a:hover, .footer-center a:visited:hover {
  color: #f36b24; }

.footer-center .rss-link a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f14c";
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 4px;
  color: rgba(63, 83, 100, 0.5);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.footer-center .rss-link a:hover::after {
  color: #f36b24;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.menu-heading a:first-child {
  padding-bottom: 10px;
  font-weight: 700; }

.footer-right {
  flex-basis: 30%;
  text-align: right; }

.footer-right p {
  font-size: 16px;
  line-height: 21px;
  color: #3f5364;
  margin-bottom: 10px; }

.footer-right p strong {
  font-weight: 700; }

.footer-right p a, .footer-right p a:visited {
  color: #3f5364; }

.footer-right p a:hover, .footer-right p a:visited:hover {
  color: #f36b24; }

.footer-right .currencies {
  margin-bottom: 30px; }

.footer-right .currencies li {
  display: inline-block;
  list-style-type: none;
  width: 40px;
  height: 40px;
  margin: 0 0 0px 2px; }

.footer-right .currencies li img {
  display: block;
  width: 100%;
  height: auto; }

.footer-right p.copyright {
  font-size: 13px;
  line-height: 18px;
  color: #3f5364;
  margin-bottom: 10px; }

/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile */
@media screen and (max-width: 769px) {
  .container-flex .half-full, .container-1400-flex .half-full {
    flex-basis: 100%;
    padding: 20px 0; }

  .container-1400-flex.sol-block {
    flex-wrap: wrap; }

  .container-1400-flex.sol-block .half {
    flex-basis: 100%;
    padding: 0; }

  .podcast-library {
    height: auto;
    width: 50%;
    margin-bottom: 20px;
    border-radius: 10px; }

  .hide-on-desktop {
    display: block; }

  /* --------------------------------- */
  /* BAD Form / Gravity */
  /* --------------------------------- */
  .gravity-form-custom .bad-options div {
    flex-basis: 100%; }

  /* --------------------------------- */
  /* Main Menu */
  /* --------------------------------- */
  #MainMenu .logo {
    flex-basis: calc(100% - 135px);
    padding: 15px 15px 15px 20px;
    align-self: center; }

  #MainMenu .logo .ibn {
    height: 40px; }

  #MainMenu .menu {
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 120px;
    left: 50px; }

  #MainMenu .menu li {
    padding: 20px 0;
    font-size: 18px;
    text-transform: none;
    white-space: nowrap;
    flex-basis: 100%; }

  #MainMenu .menu li a, #MainMenu.separate .menu li a {
    color: white; }

  /* --------------------------------- */
  /* Hamburger Icon */
  /* --------------------------------- */
  #Hamburger {
    position: relative;
    visibility: visible;
    top: auto;
    left: auto;
    display: flex;
    flex-basis: 50px;
    justify-content: center;
    align-content: center; }

  #MainMenu #Hamburger i {
    font-size: 20px;
    transition: 0.25s;
    color: white;
    margin: auto; }

  /* Separate Menu */
  #MainMenu.separate #Hamburger i {
    color: #3f5364; }

  /* --------------------------------- */
  /* Search Icon */
  /* --------------------------------- */
  .search-icon {
    display: flex;
    flex-basis: 50px;
    align-items: stretch;
    padding-right: 12px; }

  a.search-link {
    margin: auto; }

  a.search-link:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f002";
    font-size: 20px;
    transition: 0.25s;
    color: white; }

  /* --------------------------------- */
  /* Mega Menu */
  /* --------------------------------- */
  #TopLevelMenu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    color: white;
    background: linear-gradient(135deg, #f36b24, #af29bb); }

  #TopLevelMenu.open {
    visibility: visible;
    z-index: 7500;
    opacity: 1;
    -webkit-animation: menuopen .3s;
    animation: menuopen .3s;
    animation-iteration-count: 1; }

  /* Chrome, Safari, Opera */
  @-webkit-keyframes menuopen {
    0% {
      opacity: 0;
      z-index: 1; }
    5% {
      z-index: 8500; }
    100% {
      opacity: 1;
      z-index: 8500; } }
  #CloseTopLevelMenu {
    visibility: hidden;
    position: fixed;
    top: 24px;
    right: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px; }

  #CloseTopLevelMenu.open {
    visibility: visible;
    z-index: 8500;
    opacity: 1;
    -webkit-animation: menuopen .3s;
    animation: menuopen .3s;
    animation-iteration-count: 1; }

  /* --------------------------------- */
  /* Mega Menu */
  /* --------------------------------- */
  #MegaMenu.open {
    z-index: 9000;
    overflow-x: scroll; }

  .all-solutions {
    position: relative;
    top: 4%;
    left: 4%;
    width: 50%; }

  #CloseMegaMenu {
    position: absolute;
    top: 24px;
    right: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px; }

  #MegaMenu .mega-level-1 {
    width: 90%;
    padding: 40px 4% 0 calc(4% - 28px);
    text-align: left; }

  #MegaMenu .mega-level-1 ul {
    display: flex;
    flex-wrap: wrap; }

  #MegaMenu .mega-level-1 ul li {
    flex-basis: 90%;
    text-align: left; }

  #MegaMenu .mega-level-1 ul li a, #MegaMenu .mega-level-1 ul li a:hover, #MegaMenu .mega-level-1 ul li a:visited:hover {
    display: block;
    padding: 10px 20px 12px 20px;
    color: white;
    border-radius: 36px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin: 5px 0 5px 4%;
    position: relative; }

  #MegaMenu .mega-level-1 ul li a.active {
    background-color: rgba(0, 0, 0, 0.2);
    color: white; }

  #MegaMenu .mega-level-1 ul li a.active::after {
    position: absolute;
    top: 11px;
    right: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: " \f0ab";
    font-size: 16px;
    line-height: 14px;
    padding: 0 0 0 1px;
    color: rgba(255, 255, 255, 0.5); }

  #MegaMenu .mega-level-2 {
    width: 80%;
    margin-top: 20px;
    padding: 30px 6% 120px 6%;
    text-align: left;
    border-top: 2px solid rgba(0, 0, 0, 0.15); }

  /* NetworkWire Specific */
  #NetworkWire {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-content: flex-start; }

  #NetworkWire .mega-level-2--left {
    flex-basis: 100%;
    padding-top: 30px; }

  #NetworkWire .mega-level-2--left h6 {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.5); }

  #NetworkWire .mega-level-2--left h6:nth-of-type(1) {
    padding: 0 0 20px 0; }

  #NetworkWire .mega-level-2--right {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px; }

  #NetworkWire .mega-level-2--right strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  /* Brand Awareness Specific */
  #Awareness {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-content: flex-start; }

  #Awareness .mega-level-2--left {
    flex-basis: 100%;
    padding-top: 30px; }

  #Awareness .mega-level-2--right {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px; }

  #Awareness .mega-level-2--right strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  /* Corporate Communications Specific */
  #Communications {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; }

  #Communications .mega-level-2--left {
    flex-basis: 100%;
    padding-top: 30px; }

  #Communications .mega-level-2--left ul {
    display: flex;
    flex-wrap: wrap; }

  #Communications .mega-level-2--left ul li {
    flex-basis: 50%; }

  #Communications .mega-level-2--left ul li a {
    font-size: 14px;
    line-height: 14px; }

  #Communications .mega-level-2--right {
    flex-basis: 100%; }

  #Communications .mega-level-2--right ul {
    flex-basis: 100%; }

  #Communications .mega-level-2--right ul li {
    display: flex;
    flex-wrap: wrap; }

  #Communications .mega-level-2--right ul li a.heading {
    flex-basis: 100%;
    padding: 20px 0 20px 0; }

  #Communications .mega-level-2--right ul li a.heading-two {
    flex-basis: 100%;
    padding: 20px 0 20px 0; }

  #Communications .mega-level-2--right ul li a, #Communications .mega-level-2--right ul li a:hover {
    color: white;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700; }

  #Communications .mega-level-2--right ul li a::after, #Communications .mega-level-2--right ul li a:hover::after {
    padding: 0; }

  #Communications .mega-level-2--right ul ul {
    flex-basis: 50%; }

  #Communications .mega-level-2--right ul li ul li {
    margin: 3px 0;
    padding: 0px 0 12px 0; }

  #Communications .mega-level-2--right ul li ul li a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400; }

  #Communications .mega-level-2--right ul li a::after, #Communications .mega-level-2--right ul li a:hover::after {
    padding: 0; }

  #MegaMenu .mega-level-2 ul li a::after {
    display: none; }

  /* Social Media Specific */
  #Social {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-content: flex-start; }

  #Social .mega-level-2--left {
    flex-basis: 100%;
    padding-top: 30px; }

  #Social .mega-level-2--right {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px; }

  #Social .mega-level-2--right strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  /* Logistics Specific */
  #Logistics {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-content: flex-start; }

  #Logistics .mega-level-2--left {
    flex-basis: 100%;
    padding-top: 30px; }

  #Logistics .mega-level-2--right {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px; }

  #Logistics .mega-level-2--right strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  /* Logistics Specific */
  #Podcasts {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-content: flex-start; }

  #Podcasts .mega-level-2--left {
    flex-basis: 100%;
    padding-top: 30px; }

  #Podcasts .mega-level-2--right {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px; }

  #Podcasts .mega-level-2--right strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  /* --------------------------------- */
  /* Search Form */
  /* --------------------------------- */
  .search-panel form {
    display: table;
    width: auto;
    visibility: hidden;
    opacity: 0;
    margin: 50vh auto 0 auto;
    -webkit-transition: margin 300ms, opacity 300ms, visibility 300ms;
    transition: margin 300ms, opacity 300ms, visibility 300ms;
    transition-delay: 250ms; }

  .search-panel form.open {
    visibility: visible;
    opacity: 1;
    margin: 40vh auto 0 auto; }

  .search-panel div {
    display: block;
    vertical-align: middle; }

  .search-panel #s {
    -webkit-appearance: none;
    display: block;
    width: 250px;
    padding: 20px;
    border: none;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2b3141;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .search-panel #Search {
    -webkit-appearance: none;
    display: block;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    color: white;
    text-align: center;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase; }

  .search-close {
    position: absolute;
    z-index: 9500;
    top: 24px;
    right: 24px;
    display: block;
    vertical-align: middle; }

  /* --------------------------------- */
  /* Home Billboard & Secondary Page Billboards */
  /* --------------------------------- */
  .home.billboard {
    width: 100%;
    height: auto;
    max-height: unset;
    padding-bottom: 40px; }

  .home.billboard .bg {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: unset;
    background-position: top center;
    background-size: auto 100%; }

  .home.billboard .logo {
    padding: 100px 6% 0 6%;
    margin-bottom: 25px; }

  .home.billboard .logo img, .billboard .logo img {
    max-width: 170px; }

  .home.billboard .billboard-left {
    flex-basis: 88%;
    padding: 0 6%; }

  .home.billboard .billboard-left h1 {
    font-size: 24px;
    line-height: 28px; }

  .home.billboard .billboard-right {
    flex-basis: 88%;
    padding: 40px 6% 0 6%; }

  .home.billboard .billboard-right .brand img {
    max-width: 180px; }

  .home.billboard .billboard-right p {
    font-size: 14px;
    line-height: 16px; }

  /* Standard/Secondary Only */
  .billboard {
    width: 100vw;
    height: auto;
    max-height: unset;
    padding-bottom: 0; }

  .billboard .bg {
    background-attachment: unset;
    background-position: bottom center;
    background-size: auto 100%; }

  .billboard .container-flex {
    width: 88%;
    padding: 100px 6% 0 6%; }

  .billboard .logo {
    flex-basis: calc(35% - 20px);
    padding-right: 20px; }

  .billboard .page-title {
    flex-basis: calc(60% - 20px);
    margin-left: 20px;
    font-size: 16px;
    line-height: 16px; }

  .billboard .content {
    margin: 30px 0 20px 0; }

  .billboard .content h1 {
    font-size: 21px;
    line-height: 26px; }

  .billboard .content h5 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400; }

  /* Client Stock Data */
  .client-qm-data.display {
    display: block;
    margin-top: 40px;
    min-height: 350px; }

  .client-qm-data.hidden {
    display: none;
    min-height: 0px; }

  .billboard .content .stock-data {
    width: 100%;
    min-height: 350px; }

  .billboard .content .stock-data tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }

  .billboard .content .stock-data td, .billboard .content .stock-data td:nth-of-type(4) {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-basis: 50%;
    text-align: left; }

  .billboard .content .stock-data .data-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    margin: 10px 0; }

  .billboard .content .stock-data .data-value {
    flex-basis: 100%;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.8); }

  .billboard .content .stock-data td a {
    color: rgba(255, 255, 255, 0.8);
    position: relative; }

  .billboard .content .stock-data td a:hover {
    color: white; }

  .billboard .content .stock-data td .symbol-link a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: " \f643";
    font-size: 14px;
    padding: 4px 0 0 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .billboard .content .stock-data td .symbol-link a:hover::after {
    color: white;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .billboard .content .stock-data td:nth-of-type(5) {
    flex-basis: 100%;
    text-align: left;
    justify-content: flex-start; }

  .billboard .content .stock-data td.exchange .data-value {
    flex-basis: 100%;
    font-size: 16px;
    margin-bottom: 2px;
    text-align: left; }

  .billboard .content .stock-data td.exchange .as-of {
    flex-basis: 100%;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left; }

  #tradedVal {
    opacity: 0;
    transition: opacity 300ms linear; }

  #tradedVal.show {
    opacity: 1;
    transition: opacity 300ms linear; }

  /* --------------------------------- */
  /* Adjustments for Offering Page Template */
  /* --------------------------------- */
  .page-template-client-offering .billboard .container-flex {
    padding: 80px 4% 0 4%; }

  .page-template-client-offering .billboard .logo {
    flex-basis: calc(35% - 20px);
    padding-right: 20px; }

  .page-template-client-offering .billboard .logo img {
    max-width: 160px; }

  .page-template-client-offering .billboard .page-title {
    font-size: 21px;
    line-height: 26px; }

  .page-template-client-offering .billboard .content {
    margin: 40px 0 20px 0; }

  .page-template-client-offering .billboard .content h1 {
    font-size: 21px; }

  .page-template-client-offering .billboard .content h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400; }

  .page-template-client-offering .billboard .content h5 em, .page-template-client-offering .billboard .content h5 i {
    font-style: italic; }

  /* --------------------------------- */
  /* Syndicated Grid */
  /* --------------------------------- */
  .home.syndicated {
    padding: 40px 4%; }

  .home.syndicated h3 {
    font-size: 28px;
    line-height: 28px; }

  .syndicated-grid {
    flex-wrap: wrap-reverse; }

  .syndicated-grid div:nth-of-type(1) {
    flex-basis: 100%;
    margin: 0; }

  .syndicated-grid div:nth-of-type(1).content h5 {
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 700; }

  .syndicated-grid a::after {
    padding: 0 0 0 6px;
    color: rgba(255, 255, 255, 0.75); }

  .syndicated-grid div:nth-of-type(2) {
    flex-basis: 100%;
    margin: 0;
    height: 200px; }

  .demo-highlight h4 {
    font-size: 18px;
    line-height: 21px; }

  .demo-highlight .half {
    flex-basis: 100%; }

  .demo-highlight-video {
    padding: 2%; }

  /* --------------------------------- */
  /* Recent Articles */
  /* --------------------------------- */
  .home.recent {
    padding: 40px 4%; }

  .news-block, .news-block:nth-of-type(1), .news-block:nth-of-type(2) {
    width: calc(100% - 24px);
    margin: 0 0 10px 0;
    padding: 12px; }

  .news-block h4, .news-block:nth-of-type(1) h4, .news-block:nth-of-type(2) h4 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 15px; }

  .news-block .excerpt p {
    font-size: 15px;
    line-height: 19px; }

  /* --------------------------------- */
  /* Focus Newsrooms */
  /* --------------------------------- */
  .focused-newsrooms {
    padding: 40px 4%; }

  .focused-newsrooms a.btn {
    font-size: 13px;
    margin: 10px; }

  /* --------------------------------- */
  /* Home Clients */
  /* --------------------------------- */
  .home.clients {
    padding: 40px 4%;
    text-align: center; }

  .grid-client {
    flex-basis: calc(50% - 40px);
    margin: 20px; }

  .grid-client:hover > .description-wrapper {
    display: none;
    opacity: 0;
    position: absolute; }

  /* --------------------------------- */
  /* NetworkWire Panels */
  /* --------------------------------- */
  .home.networkwire, article .home.networkwire {
    padding: 40px 4%; }

  .networkwire-grid div:nth-of-type(1), article .networkwire-grid div:nth-of-type(1) {
    flex-basis: 100%;
    margin: 0 0 10px 0; }

  .networkwire-grid div:nth-of-type(2), article .networkwire-grid div:nth-of-type(2) {
    display: none; }

  .networkwire-grid div:nth-of-type(3), article .networkwire-grid div:nth-of-type(3) {
    flex-basis: 100%;
    margin: 0 0 0 0; }

  .networkwire-grid div:nth-of-type(4), article .networkwire-grid div:nth-of-type(4) {
    flex-basis: 100%;
    margin: 0 0 10px 0; }

  .networkwire-grid div:nth-of-type(1).content, .networkwire-grid div:nth-of-type(4).content, article .networkwire-grid div:nth-of-type(1).content, article .networkwire-grid div:nth-of-type(4).content {
    padding: 6%; }

  .networkwire-grid a::after, article .networkwire-grid a::after {
    padding: 0 0 0 6px;
    color: rgba(255, 255, 255, 0.75); }

  .networkwire-grid .content h5 {
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 700; }

  /* --------------------------------- */
  /* Get Started */
  /* --------------------------------- */
  .get-started {
    padding: 40px 4%; }

  .get-started .container-flex {
    flex-wrap: wrap; }

  .get-started .container-flex div {
    flex-basis: 100%; }

  .get-started a.btn, .get-started a[href^="tel:"], .get-started a[href^="tel:"]:visited {
    margin: 10px 0 30px 0; }

  /* --------------------------------- */
  /* Split Panel Reverse */
  /* --------------------------------- */
  .splitpanel {
    flex-wrap: wrap-reverse; }

  .splitpanel .content-wrapper {
    flex-basis: 100%;
    margin: 0; }

  .splitpanel .image-wrapper {
    flex-basis: 100%;
    margin: 0;
    border: 0;
    min-height: 220px; }

  article .splitpanel .container-flex.partners {
    flex-wrap: wrap; }

  article .splitpanel .container-flex.partners .third {
    flex-basis: 100%;
    margin: 0;
    padding: 0 20px; }

  article .splitpanel .container-flex.partners .third ul {
    margin-bottom: 0; }

  /* --------------------------------- */
  /* Tech Alerts / Stay Connected */
  /* --------------------------------- */
  article .tech-alerts {
    flex-wrap: wrap; }

  article .tech-alerts .third {
    flex-basis: 100%;
    margin: 0;
    padding: 0 20px; }

  article .tech-alerts .twothird {
    flex-basis: 100%;
    margin: 0;
    padding: 0 20px; }

  /* --------------------------------- */
  /* Client Main Page Blocks */
  /* --------------------------------- */
  .client-blocks {
    justify-content: center; }

  .client-block {
    flex-basis: calc(100% - 28px); }

  /* switch to left-right on cards */
  .client-block a {
    display: flex; }

  .client-block a .client-block--logo {
    width: 50%; }

  .client-block a .data-block--wrapper {
    width: 50%; }

  /* --------------------------------- */
  /* Client Profiles */
  /* --------------------------------- */
  .client-profile {
    width: 88%;
    padding: 30px 6%; }

  .client-profile-logo, .client-profile-title {
    flex-basis: 100%; }

  .client-profile-logo .post-thumbnail img {
    width: 100%;
    height: auto;
    max-width: 280px; }

  .client-profile--left, .client-profile--right {
    flex-basis: 100%;
    padding: 0; }

  .client-profile--left article h2 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px 0; }

  .client-profile-title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 0; }

  .client-profile--left .considerations {
    margin: 0 0 30px 0;
    padding: 28px;
    background-color: rgba(63, 83, 100, 0.05);
    border-radius: 12px; }

  .client-profile--left .considerations h6 {
    margin-bottom: 20px; }

  .client-profile--left .considerations ul {
    margin-bottom: 10px; }

  .client-profile--right .post-thumbnail {
    margin: 20px 0 15px 0; }

  .qmNavigation span {
    margin-bottom: 20px; }

  .qmod-litenews .qmod-news-list li .qmod-news-source {
    opacity: 0.5; }

  .qmod-litenews .qmod-news-list li .qmod-news-date {
    opacity: 0.5; }

  /* --------------------------------- */
  /* News/Press Release Pages */
  /* --------------------------------- */
  .release-container {
    flex-wrap: wrap; }

  .release-content {
    flex-basis: 100%;
    padding: 0; }

  h1.release.entry-title {
    width: 100%;
    max-width: 900px; }

  .news-featured {
    width: 50%; }

  .release-sidebar {
    flex-basis: 100%;
    padding: 0; }

  .post-navigation {
    display: flex;
    flex-wrap: wrap; }

  .post-navigation .previous, .post-navigation .next {
    flex-basis: 100%; }

  /* --------------------------------- */
  /* Solutions Pages */
  /* --------------------------------- */
  .solution {
    flex-wrap: wrap;
    width: 88%;
    padding: 30px 2%; }

  .solution.one {
    padding: 0 0 30px 0; }

  .solution .overview {
    flex-basis: 100%;
    padding: 0; }

  .solution .overview h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2765d8;
    margin-bottom: 20px; }

  .solution .overview p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 6% 10px 0; }

  .solution .list {
    flex-basis: 100%; }

  article .solution .list-half {
    flex-basis: 100%;
    padding: 10px 4% 0 0; }

  article .solution .secondary-list ul {
    flex-basis: 44%;
    padding: 0 0 3% 0;
    margin: 0; }

  article .solution .secondary-list ul:nth-of-type(3) {
    flex-basis: 97%;
    padding: 0 0 3% 0;
    margin: 0; }

  .solution li a::after {
    display: none; }

  .page-template-brand-awareness article .container-1400-flex, .page-template-corporate-communications article .container-1400-flex, .page-template-social-media article .container-1400-flex, .page-template-logistics article .container-1400-flex, .page-template-podcasts article .container-1400-flex {
    flex-wrap: wrap;
    padding: 20px 0; }

  .page-template-brand-awareness article .container-1400-flex .third, .page-template-corporate-communications article .container-1400-flex .third, .page-template-social-media article .container-1400-flex .third, .page-template-logistics article .container-1400-flex .third, .page-template-podcasts article .container-1400-flex .third, .page-template-solutions article .container-1400-flex .third {
    flex-basis: calc(100% - 40px);
    padding: 0 20px; }

  .page-template-brand-awareness article .container-1400-flex .twothird, .page-template-corporate-communications article .container-1400-flex .twothird, .page-template-social-media article .container-1400-flex .twothird, .page-template-logistics article .container-1400-flex .twothird, .page-template-podcasts article .container-1400-flex .twothird, .page-template-solutions article .container-1400-flex .twothird {
    flex-basis: calc(100% - 40px);
    padding: 0 20px; }

  .ccheading, .in-page-menu h5 {
    font-size: 21px;
    padding: 20px 4% 0 4%;
    margin-bottom: 20px; }

  .ccmenu {
    flex-wrap: wrap;
    padding: 0 4%; }

  .in-page-menu .menu {
    width: 96%;
    padding: 0 2%; }

  .ccmenu .mega-level-2--left, .ccmenu .mega-level-2--right {
    flex-basis: 100%; }

  .ccmenu .mega-level-2--right ul ul, .in-page-menu .menu ul li {
    flex-basis: 100%; }

  .ccmenu .mega-level-2--right ul li a.heading, .ccmenu .mega-level-2--right ul li a.heading-two {
    flex-basis: 100%;
    padding: 20px 0 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(63, 83, 100, 0.25); }

  /* --------------------------------- */
  /* General Page Adjustments */
  /* --------------------------------- */
  .page-container {
    margin-top: 20px; }

  .wrap-reverse {
    flex-wrap: wrap-reverse; }

  .flex-center {
    align-items: flex-start;
    justify-content: flex-start; }

  .fullwidth {
    flex-basis: 100% !important;
    padding: 0; }

  .fullwidth img {
    margin-bottom: 30px; }

  article p.has-text-align-center.btn-white a, article p.has-text-align-center.btn-white a:last-of-type {
    margin: 20px 10px 0 10px; }

  .pad-4.forty {
    padding: 40px 4%; }

  .lr-4 .wp-block-group__inner-container:first-of-type div.container-1400-flex {
    flex-wrap: wrap; }

  .lr-4 .container-1400-flex .third {
    flex-basis: 100%; }

  article .lr-4 .container-1400-flex .third h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 0; }

  article .pad-4 .container-1400-flex .third h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0; }

  .lr-4 .container-1400-flex .twothird {
    flex-basis: 100%; }

  /* Flex-wrap specific items with class of stack */
  .stack .container-1400-flex, .stack .container-flex {
    flex-wrap: wrap; }

  .stack .container-1400-flex .half, .stack .container-1400-flex .third, .stack.container-1400-flex .third, .stack .container-flex .half {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 0; }

  .stack .container-1400-flex:first-of-type .half ul {
    margin-bottom: 0; }

  /* --------------------------------- */
  /* About > Partner Profiles */
  /* --------------------------------- */
  article .partner-profile {
    flex-basis: 100%;
    margin: 20px 0; }

  /* --------------------------------- */
  /* About > News Grid */
  /* --------------------------------- */
  article .news-grid li {
    flex-basis: calc(97% - 12px);
    margin: 1.5%;
    padding: 0;
    list-style-type: none;
    border: 6px solid rgba(63, 83, 100, 0.05); }

  /* --------------------------------- */
  /* Unlike anything else */
  /* --------------------------------- */
  .unlike {
    padding-top: 30px;
    padding-bottom: 30px; }

  .unlike h2 {
    font-size: 21px;
    line-height: 24px; }

  .unlike h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px; }

  /* --------------------------------- */
  /* Basic Table List */
  /* --------------------------------- */
  .basic-list {
    width: 100%;
    margin: 20px auto 20px auto; }

  .basic-list thead th {
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: left;
    border-bottom: 3px solid rgba(170, 198, 201, 0.3) !important;
    background-color: white; }

  .basic-list th:first-child {
    text-align: left;
    font-size: 14px;
    padding: 10px;
    border-bottom: 3px solid rgba(170, 198, 201, 0.3) !important; }

  .basic-list thead th span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400 !important; }

  .basic-list .column-1 {
    padding: 10px; }

  .basic-list td {
    padding: 17px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(170, 198, 201, 0.3); }

  .basic-list td:empty {
    height: 0;
    padding: 0;
    border-bottom: 1px solid white !important; }

  .basic-list td[colspan]:not([colspan="1"]) {
    display: none; }

  /* --------------------------------- */
  /* Publishing Partners Logos */
  /* --------------------------------- */
  article ul.publishing-partners {
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: left; }

  article ul.publishing-partners li {
    display: inline-block;
    width: 145px;
    height: 145px;
    margin: 0 1.5% 1.5% 0;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    position: relative; }

  article ul.publishing-partners li:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45); }

  article ul.publishing-partners li img {
    width: 90%;
    height: auto;
    max-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  /* --------------------------------- */
  /* Logo Clusters */
  /* --------------------------------- */
  .logo-grid, .logo-grid-larger {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center; }

  .logo-grid div, .logo-grid-larger div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center; }

  .logo-grid img, .logo-grid-larger img {
    width: calc(50% - 60px);
    height: auto;
    margin: 30px; }

  .logo-grid img.square, .logo-grid-larger img.square {
    width: calc(50% - 60px);
    height: auto;
    margin: 30px; }

  .logo-grid img.smaller, .logo-grid-larger img.smaller {
    width: calc(50% - 60px);
    height: auto;
    margin: 30px; }

  /* --------------------------------- */
  /* Statistics */
  /* --------------------------------- */
  .stats {
    display: flex;
    flex-wrap: wrap; }

  .stat {
    width: 96%;
    margin: 20px 2%;
    text-align: center;
    line-height: 18px; }

  .stat strong {
    font-size: 48px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    color: #2765d8; }

  .white .stat strong {
    color: white; }

  .stat em {
    display: block;
    font-size: 12px; }

  /* --------------------------------- */
  /* Events */
  /* --------------------------------- */
  .featured-event .image-wrapper {
    flex-basis: 100%;
    border-right: 0;
    min-height: 270px; }

  .featured-event .content-wrapper {
    flex-basis: 100%; }

  /* --------------------------------- */
  /* Social and Newsletter Cards (On Click) */
  /* --------------------------------- */
  .flip-container, .flip-container .front, .flip-container .back {
    width: auto;
    height: auto; }

  .flip-container {
    border: 4px solid rgba(63, 83, 100, 0.1); }

  .flip-container .front, .flip-container .back {
    border: none; }

  .social-cards .flip-container, .social-cards .flip-container .front, .social-cards .flip-container .back {
    width: auto;
    height: auto; }

  .social-cards .flip-container .front {
    display: none; }

  .flip-container .front, .flip-container .back, .flip-container.flipped .front, .flip-container.flipped .back {
    position: relative; }

  .flip-container .back {
    transform: rotateY(0deg); }

  .flip-container.flipped .back {
    transform: rotateY(0deg); }

  .flip-container .front {
    transform: rotateY(0deg); }

  .flip-container.flipped .front {
    transform: rotateY(0deg); }

  .flip-container .front img {
    width: 50%;
    height: auto; }

  .flip-container .back ul.social {
    margin: 0 0 20px 0; }

  .flip-container .back .social li {
    margin: 4px 6px 0px 6px; }

  /* --------------------------------- */
  /* Search Results */
  /* --------------------------------- */
  .results-filter {
    padding: 10px 10px;
    text-align: left;
    border-bottom: 2px solid rgba(63, 83, 100, 0.25); }

  .button-group button {
    margin: 10px 20px 0 0; }

  .result-item-left {
    padding: 4%; }

  .search-results article h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0; }

  .search-results article p.result-excerpt {
    display: none; }

  .result-item-right {
    padding: 4%; }

  .result-item-right a {
    font-size: 12px; }

  /* --------------------------------- */
  /* Standard Form Panel */
  /* --------------------------------- */
  .article-form {
    padding: 0 4%; }

  .form-divider {
    display: block; }

  .article-form h2 {
    font-size: 24px;
    line-height: 28px;
    color: #3f5364;
    font-weight: 700;
    margin-bottom: 10px; }

  .article-form h4 {
    font-size: 28px;
    color: #3f5364;
    font-weight: 700;
    margin-bottom: 10px; }

  .article-form form p {
    width: auto;
    display: block;
    text-align: left; }

  .article-form input[type="text"], .article-form input[type="email"], .article-form input[type="tel"] {
    -webkit-appearance: none;
    width: calc(90% - 50px);
    margin: 0 2.5% 8px 2.5%;
    padding: 8px 16px;
    border: none;
    border-radius: 24px;
    background-color: rgba(63, 83, 100, 0.05);
    color: #3f5364;
    font-size: 1em;
    font-weight: 400;
    font-style: normal; }

  .article-form input[type="text"]:focus, .article-form input[type="email"]:focus, .article-form input[type="tel"]:focus {
    -webkit-appearance: none;
    outline: none;
    background-color: #3f5364, 0.1; }

  .article-form input[type="text"]::placeholder, .article-form input[type="email"]::placeholder {
    color: #505562; }

  .article-form form p.fullwidth {
    text-align: left; }

  .article-form select {
    -webkit-appearance: none;
    width: 50%;
    margin: 4px 0;
    padding: 14px;
    border: 1px solid rgba(63, 83, 100, 0.5);
    border-radius: 24px; }

  .article-form textarea {
    display: block;
    -webkit-appearance: none;
    width: 80%;
    margin: 0;
    padding: 20px; }

  .article-form input[type="submit"] {
    -webkit-appearance: none;
    padding: 10px 24px;
    margin: 0 auto;
    border-radius: 24px;
    font-size: 16px;
    line-height: 16px; }

  .article-form ul li p {
    margin: 0; }

  /* --------------------------------- */
  /* Demo Form Panel */
  /* --------------------------------- */
  .demo-form {
    padding: 0 4%; }

  .demo-form h2 {
    font-size: 24px;
    line-height: 28px;
    color: #3f5364;
    font-weight: 700;
    margin: 10px auto; }

  .demo-form h4 {
    font-size: 28px;
    color: #3f5364;
    font-weight: 700;
    margin-bottom: 10px; }

  .demo-form form p {
    width: auto;
    display: block;
    text-align: left; }

  .demo-form input[type="text"], .demo-form input[type="email"], .demo-form input[type="tel"] {
    -webkit-appearance: none;
    width: calc(90% - 50px);
    margin: 0 2.5% 8px 2.5%;
    padding: 12px 16px;
    border: none;
    border-radius: 24px;
    background-color: rgba(63, 83, 100, 0.05);
    border: 1px solid rgba(63, 83, 100, 0.1);
    color: #3f5364;
    font-size: 1em;
    font-weight: 400;
    font-style: normal; }

  .demo-form input[type="text"]:focus, .demo-form input[type="email"]:focus, .demo-form input[type="tel"]:focus {
    -webkit-appearance: none;
    outline: none;
    background-color: #3f5364, 0.1;
    border: 1px solid rgba(39, 101, 216, 0.5); }

  .demo-form input[type="text"]::placeholder, .demo-form input[type="email"]::placeholder {
    color: #505562; }

  .demo-form form p.fullwidth {
    text-align: center; }

  .demo-form select {
    -webkit-appearance: none;
    width: 50%;
    margin: 4px 0;
    padding: 14px;
    border: 1px solid rgba(63, 83, 100, 0.5);
    border-radius: 24px; }

  .demo-form textarea {
    display: block;
    -webkit-appearance: none;
    width: 80%;
    margin: 0;
    padding: 20px; }

  .demo-form input[type="submit"] {
    -webkit-appearance: none;
    padding: 12px 24px;
    margin: 0 auto;
    border-radius: 24px;
    font-size: 16px;
    line-height: 16px; }

  /* --------------------------------- */
  /* Post Password Panel */
  /* --------------------------------- */
  .post-password-form input[type="submit"] {
    -webkit-appearance: none;
    padding: 10px 24px;
    margin: 14 auto;
    border-radius: 24px;
    font-size: 16px;
    line-height: 16px; }

  /* --------------------------------- */
  /* Standard Form Panel */
  /* --------------------------------- */
  .form-panel {
    padding: 40px 4%; }

  .form-panel h2 {
    font-size: 24px;
    line-height: 28px;
    color: #3f5364;
    font-weight: 700;
    margin-bottom: 10px; }

  .form-panel h4 {
    font-size: 28px;
    color: #3f5364;
    font-weight: 700;
    margin-bottom: 10px; }

  .form-panel form p {
    width: 50%; }

  .form-panel input[type="text"], .form-panel input[type="email"], .form-panel input[type="tel"] {
    -webkit-appearance: none;
    width: calc(90% - 50px);
    margin: 0 2.5% 8px 2.5%;
    padding: 8px 16px;
    border: none;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #3f5364;
    font-size: 1em;
    font-weight: 400;
    font-style: normal; }

  .form-panel input[type="text"]:focus, .form-panel input[type="email"]:focus, .form-panel input[type="tel"]:focus {
    -webkit-appearance: none;
    outline: none;
    background-color: white; }

  .form-panel input[type="text"]::placeholder, .form-panel input[type="email"]::placeholder {
    color: #505562; }

  .form-panel form p.fullwidth {
    flex-basis: 100%;
    text-align: center; }

  .form-panel select {
    -webkit-appearance: none;
    width: 50%;
    margin: 4px 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px; }

  .form-panel textarea {
    display: block;
    -webkit-appearance: none;
    width: calc(90% - 28px);
    margin: 4px auto;
    padding: 14px; }

  .form-panel input[type="submit"] {
    -webkit-appearance: none;
    padding: 10px 24px;
    margin: 0 auto;
    border-radius: 24px;
    font-size: 16px;
    line-height: 16px; }

  div.wpcf7 .ajax-loader {
    display: block; }

  /* --------------------------------- */
  /* Client Spotlight Stack */
  /* --------------------------------- */
  .clients-spotlight .pro-block {
    flex-wrap: wrap; }

  .clients-spotlight .pro-block .left, .clients-spotlight .pro-block .right {
    flex-basis: 100%; }

  .spotlight-performance {
    width: 96%;
    margin: 0; }

  /* --------------------------------- */
  /* OTT Stats */
  /* --------------------------------- */
  .ott-stats .third {
    flex-basis: calc(100% - 40px);
    padding: 20px; }

  .supercharge-ai {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 auto 80px auto;
    text-align: center;
    color: #663695;
    text-transform: none;
    background-color: #663695;
    background-image: linear-gradient(135deg, #663695, #c91e77);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; }

  /* --------------------------------- */
  /* Table / Table Button */
  /* --------------------------------- */
  .tablepress.comparison-chart thead th {
    padding: 15px !important; }

  .tablepress.comparison-chart strong {
    font-size: 16px; }

  .tablepress.comparison-chart a.chartbutton {
    display: inline-block;
    margin: 10px 0; }

  .tablepress.comparison-chart .odd td, .tablepress.comparison-chart .even td {
    line-height: 18px; }

  .tablepress.comparison-chart .odd td strong, .tablepress.comparison-chart .even td strong {
    display: inline-block;
    margin-bottom: 4px; }

  .tablepress.comparison-chart td img {
    width: 40px !important;
    height: auto; }

  /* --------------------------------- */
  /* Headline Partners Page */
  /* --------------------------------- */
  .region {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px auto; }

  .region .description {
    flex-basis: 100%;
    margin-bottom: 30px; }

  .region .image {
    flex-basis: 100%;
    text-align: center; }

  .region .image img {
    flex-basis: 80%;
    margin: 0 auto; }

  .map-row {
    flex-wrap: wrap; }

  .map-col {
    flex-basis: 92%;
    padding: 4%; }

  .map-row .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  .map-row .d-flex div:first-of-type {
    flex-basis: 100%; }

  /* --------------------------------- */
  /* Client Video Page Template */
  /* --------------------------------- */
  .page-template-client-video .billboard .content .client-qm-data.display, .page-template-client-video .billboard .content .stock-data {
    min-height: inherit; }

  /* --------------------------------- */
  /* Why IBN Cards */
  /* --------------------------------- */
  .half.why-card {
    flex-basis: 96%;
    background-color: rgba(63, 83, 100, 0.05);
    border-radius: 20px;
    margin: 2%;
    padding: 40px 40px 10px 40px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  .half.why-card:hover {
    background-color: rgba(63, 83, 100, 0.1); }

  article .half.why-card h4 {
    font-size: 28px;
    line-height: 36px;
    color: #2765d8; }

  .half.why-card h6 {
    font-size: 28px;
    line-height: 28px;
    font-style: normal;
    background-color: white;
    padding: 12px;
    margin: 0 0 30px 0;
    border-radius: 50%;
    color: rgba(63, 83, 100, 0.25);
    text-align: center;
    width: 40px;
    height: 40px;
    display: grid;
    align-content: center; }

  .half.why-card p strong {
    color: #2765d8; }

  .ott-stats.why h5 {
    font-size: 46px; }

  /* --------------------------------- */
  /* IgnitionX Additions */
  /* --------------------------------- */
  .heading-icon {
    display: flex;
    flex-wrap: wrap; }

  .heading-icon-icon {
    flex-basis: 100%; }

  .heading-icon-icon img {
    margin-bottom: 20px; }

  .heading-icon-content {
    flex-basis: 100%; }

  .heading-icon-content .half {
    flex-basis: 100% !important; }

  /* --------------------------------- */
  /* Footer */
  /* --------------------------------- */
  footer {
    padding: 40px 4%; }

  footer .container-1400-flex {
    flex-wrap: wrap; }

  .footer-left {
    flex-basis: 50%; }

  .footer-left ul.social {
    margin-top: 20px; }

  .footer-center {
    flex-basis: 100%; }

  .menu-footer-solutions-container, .menu-footer-menu-container {
    flex-basis: 50%; }

  .footer-center li {
    margin-bottom: 12px; }

  .footer-center .rss-link a::after {
    display: none; }

  .footer-right {
    margin-top: 40px;
    padding-top: 30px;
    flex-basis: 100%;
    text-align: center;
    border-top: 2px solid rgba(63, 83, 100, 0.1); }

  .footer-right p strong {
    font-size: 16px; }

  .footer-right p {
    font-size: 14px; }

  /* --------------- */
  /* --------------- */
  /* --------------- */
  /* --------------- */
  /* End Mobile */ }
/* --------------- */
/* small-medium desktop */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* --------------------------------- */
  /* Client Main Page Blocks */
  /* --------------------------------- */
  .client-blocks {
    justify-content: center; }

  .client-block {
    flex-basis: calc(45% - 28px); } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .syndicated-grid div img {
    width: auto;
    height: 120%; }

  #MegaMenu .mega-level-1 ul {
    width: 90%; }

  #MegaMenu .mega-level-1 ul li a {
    display: block;
    padding: 10px 24px 12px 24px;
    color: white;
    border-radius: 32px;
    font-size: 14px;
    line-height: 14px; }

  #Awareness .mega-level-2--right, #NetworkWire .mega-level-2--right, #Social .mega-level-2--right, #Logistics .mega-level-2--right, #Podcasts .mega-level-2--right {
    font-size: 18px;
    line-height: 24px; }

  #Awareness .mega-level-2--right strong, #NetworkWire .mega-level-2--right strong, #Social .mega-level-2--right strong, #Logistics .mega-level-2--right strong, #Podcasts .mega-level-2--right strong {
    font-size: 28px;
    line-height: 32px; }

  .home.billboard {
    font-size: 28px;
    line-height: 32px; }

  .billboard .logo {
    flex-basis: 190px; }

  .billboard .logo img {
    max-width: 160px; }

  .billboard .page-title {
    font-size: 32px;
    line-height: 32px; }

  .billboard .content h1 {
    font-size: 24px;
    line-height: 28px; }

  .billboard .content h5 {
    font-size: 21px;
    line-height: 24px; }

  /* --------------------------------- */
  /* Social and Newsletter Cards (On Click Replacement) */
  /* --------------------------------- */
  .flip-container, .flip-container .front, .flip-container .back {
    width: 280px;
    height: auto; }

  .flip-container {
    border: 4px solid rgba(63, 83, 100, 0.1); }

  .flip-container .front, .flip-container .back {
    border: none; }

  .social-cards .flip-container, .social-cards .flip-container .front, .social-cards .flip-container .back {
    width: auto;
    height: auto; }

  .social-cards .flip-container .front {
    display: none; }

  .flip-container .front, .flip-container .back, .flip-container.flipped .front, .flip-container.flipped .back {
    position: relative; }

  .flip-container .back {
    transform: rotateY(0deg); }

  .flip-container.flipped .back {
    transform: rotateY(0deg); }

  .flip-container .front {
    transform: rotateY(0deg); }

  .flip-container.flipped .front {
    transform: rotateY(0deg); }

  .flip-container .front img {
    width: 50%;
    height: auto; }

  .flip-container .back ul.social {
    margin: 0 0 20px 0; }

  .flip-container .back .social li {
    margin: 4px 6px 0px 6px; }

  /* --------------- */
  /* --------------- */
  /* --------------- */
  /* --------------- */
  /* End Tablet */ }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop */
/* --------------------------------- */
/* Animations */
/* --------------------------------- */
@keyframes gradientbg {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 0%; } }
@-webkit-keyframes gradientbg {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 0%; } }
/* Chrome, Safari, Opera */
@-webkit-keyframes downarrow {
  0% {
    top: 95%; }
  50% {
    top: 90%; }
  100% {
    top: 95%; } }
/* Standard syntax */
@keyframes downarrow {
  0% {
    top: 95%; }
  50% {
    top: 90%; }
  100% {
    top: 95%; } }
@-webkit-keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 135%; } }
@-moz-keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 135%; } }
@-o-keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 135%; } }
@keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 135%; } }
