@charset "UTF-8";
/*
Theme Name: Boshanka (Rebrand 2025)
Theme URI: http://www.boshanka.co.uk/
Author: Boshanka
Author URI: http://www.boshanka.co.uk
Description: Custom theme for The Sports Consultancy
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thesportsconsultancy
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Era Of Data is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Global
# Infinite scroll
# Media
	## Captions
	## Galleries
# GRID


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3385168, 2017-05-08T05:03:49-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: GillSansMTStd-LightItalic by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-light-italic/
 * Copyright: Font software Copyright 2001 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All Rights Reserved.
 *
 * Webfont: GillSansMTStd-Bold by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-bold/
 * Copyright: Font software Copyright 2001 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All Rights Reserved.
 *
 * Webfont: Poppins by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-book/
 * Copyright: Font software Copyright 1990, 1991, 1998 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All rights reserved.
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3385168
 * Licensed pageviews: 1,000,000
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* Scss Document */
/* Browser Friendly Linnear Gradients */
/**
Shadow use example
 * .card {
 *     -webkit-transition: all 250ms;
 *     -moz-transition: all 250ms;
 *     transition: all 250ms;
 *     @include box_shadow(1);
 *     &:hover {
 *         @include box_shadow(3);
 *         -webkit-transform: translateY(-5px);
 *         -moz-transform: translateY(-5px);
 *         transform: translateY(-5px);
 *     }
 * }
 *
 */
/* Scss Document */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Poppins, sans-serif;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

mark {
  background: #ff0;
  color: #000000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

a,
input,
a img,
a span,
svg,
.btn,
.wp-block-file__button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
input:hover,
a:hover img,
a:hover span,
svg:hover,
.btn:hover,
.wp-block-file__button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm0 {
  margin-top: 0px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.txt-colour-1 {
  color: #000041;
}

.txt-colour-2 {
  color: #ff0033;
}

.txt-colour-3 {
  color: #FEBF2C;
}

.txt-colour-4 {
  color: #03374a;
}

.bg-colour-1 {
  background: #000041;
}

.bg-colour-2 {
  background: #ff0033;
}

.bg-colour-3 {
  background: #FEBF2C;
}

.bg-colour-4 {
  background: #03374a;
}

body,
body,
button,
input,
select,
textarea {
  color: #464646;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.site-content {
  font-size: 1.125em;
  line-height: 1.6em;
}

h1,
.h1 {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1em;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  color: #000041;
  letter-spacing: 0em;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.single-reports .related-scroll {
  float: left;
}
.single-reports .related-scroll a {
  float: left;
  display: block;
  margin: 0px;
}

.service-intros h1,
.service-intros h2,
.service-intros h3,
.service-intros h4,
.service-intros h5,
.service-intros h6 {
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: none;
}

.service-intros h2 {
  font-size: 1.4em;
  line-height: 1.2em;
}

.related-scroll {
  float: left;
  width: 100%;
  margin-top: 1.6em !important;
}

h4.subtitle {
  margin-top: 0px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: #ff0033;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 0.7rem;
}

h6,
.h6 {
  font-size: 0.6rem;
}

p {
  margin-bottom: 1.5em;
  font-size: 1rem;
}

p.call {
  text-align: center;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 0em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

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

ul,
ol {
  margin: 0 0 1.5em 0.8em;
  font-size: 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#CookieDeclarationChangeConsentChange {
  font-weight: bold !important;
  color: #ff0033 !important;
}

input[type=button],
input[type=reset],
input[type=submit],
.btn,
.wp-block-file__button {
  text-align: center;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #ff0033;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 1em 1.6em 1em;
  margin: 0 auto 3.2em auto;
  display: table;
}
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.btn:active,
.wp-block-file__button:active {
  margin-top: 2px;
  box-shadow: 0 1px 0px rgba(5, 101, 177, 0.1), 0 1px 2px rgba(5, 101, 177, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}

.wp-block-file__button {
  display: inline-block;
}

.btn-yellow {
  float: left;
  background: #FEB808;
  color: #ffffff !important;
}
.btn-yellow:hover {
  background: #000041;
}

.btn:hover,
.wp-block-file__button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #99001f;
  color: #ffffff;
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: #ef9a21;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000041;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #00000e;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 13;
  top: 40px;
  background-color: #000041;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000041), to(#000041));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #000041, #000041);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #000041, #000041);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #000041, #000041);
  /* IE10 */
  background-image: -o-linear-gradient(top, #000041, #000041);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #000041, #000041);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#000041", EndColorStr="#000041");
}

#masthead.shrink {
  top: 0px;
}

#masthead .site-branding {
  background-color: #000041;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000041), to(#000041));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #000041, #000041);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #000041, #000041);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #000041, #000041);
  /* IE10 */
  background-image: -o-linear-gradient(top, #000041, #000041);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #000041, #000041);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#000041", EndColorStr="#000041");
  position: relative;
  float: left;
  width: 100%;
  padding: 0em 0em;
}

#masthead .site-branding .site-title {
  display: block;
  width: auto;
  height: 35px;
  margin: 0.5em 1em;
}

#masthead .site-branding a img {
  display: block;
  height: 100%;
  margin-top: -2px;
}

#masthead.shrink {
  /*background:#18aad9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#masthead.shrink .site-branding .site-title {
  width: auto;
  height: 40px;
  margin: 11px 0 11px 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#masthead.shrink .site-branding .site-title img {
  margin-top: 0;
}

@media screen and (max-width: 899px) {
  #masthead.shrink .site-branding .site-title {
    height: 35px;
  }
}
#content {
  margin-top: 59px;
}

.home #content {
  margin-top: 0px;
}

.top-nav {
  height: 40px;
  border-bottom: 1px solid #313169;
  background: #000041;
  padding: 4px 0;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 11;
}

.top-nav .container {
  padding: 0 1.6em;
}

.top-nav div.header-contacts {
  float: right;
  width: auto;
}
.top-nav div.header-contacts div.phone {
  float: left;
}
.top-nav div.header-contacts div.phone p {
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  margin: 0px;
}
.top-nav div.header-contacts div.phone p a {
  padding: 0 0.6em;
  color: #ffffff;
  font-size: 0.8em;
}
.top-nav div.header-contacts div.phone p a:hover {
  color: #ff0033;
}

.post-type-archive-careers .phone p a.careerslink {
  color: #ff0033 !important;
}

.page-id-471 .phone p a.contactlink {
  color: #ff0033 !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.no-js .main-navigation ul ul {
  display: block;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  cursor: pointer;
  position: fixed;
  right: 0.8em;
  top: 3.6em;
  z-index: 13;
  opacity: 1;
  margin: -6px 0 0;
  padding: 5px;
  width: 40px;
  height: 36px;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #000041;
}

.menu-toggle.shrink {
  top: 1.05rem;
  right: 0.8em;
}

.menu-toggle.open.shrink {
  top: 0.8em !important;
  right: 0.8em !important;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 32px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* Icon 3 */
.menu-toggle span:nth-child(1) {
  top: 6px;
}

.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 16px;
}

.menu-toggle span:nth-child(4) {
  top: 26px;
}

.menu-toggle.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.menu-toggle.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* Hovering Menu */
.main-navigation {
  height: calc(100vh - 130px);
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  Zopacity: 0;
  Zvisibility: hidden;
  clear: both;
  display: block;
  Zfloat: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  position: fixed;
  left: 0px;
  background-color: #000041;
  top: 40px;
}
.main-navigation .menu-main-menu-container ul {
  list-style: none;
  margin: 0px;
  padding: 0 0 1.6em 0;
  float: left;
  width: 100%;
}
.main-navigation .menu-main-menu-container ul li {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.main-navigation .menu-main-menu-container ul li a {
  outline: none;
  float: left;
  text-align: left;
  color: #ffffff;
  display: block;
  padding: 1.2em 0.8em 1em 0.8em;
  display: block;
  width: 100%;
  border-bottom: 1px solid #0d546b;
}
.main-navigation .menu-main-menu-container ul li a i {
  color: #ff0033;
}
.main-navigation .menu-main-menu-container ul li a i.fa-chevron-up {
  display: none;
}
.main-navigation .menu-main-menu-container ul > li.current-menu-ancestor > a {
  color: #ff0033;
}
.main-navigation .menu-main-menu-container ul > li.current-menu-item a,
.main-navigation .menu-main-menu-container ul > li.current-menu-ancestor ul.sub-menu > li.current_page_item a {
  color: #ff0033;
}
.main-navigation .menu-main-menu-container ul > li.current_page_item > a {
  color: #ff0033;
}
.main-navigation .menu-main-menu-container ul > li.current_page_parent > a {
  color: #ff0033;
}
.main-navigation .menu-main-menu-container ul li.open a i.fa-chevron-up {
  display: inline;
}
.main-navigation .menu-main-menu-container ul li.open a i.fa-chevron-down {
  display: none;
}
.main-navigation .menu-main-menu-container ul .sub-wrapper {
  display: none;
}
.main-navigation .menu-main-menu-container ul .sub-wrapper.toggled-on {
  display: block;
}
.main-navigation .menu-main-menu-container ul ul {
  padding: 0px;
}
.main-navigation .menu-main-menu-container ul ul li a {
  Zcolor: #a1a6ab;
  Zpadding: 1.6em 0.8em 1.4em 0.8em;
  Ztext-transform: uppercase;
  Zfont-size: 0.8em;
  Zpadding-left: 75px;
}
.main-navigation .menu-main-menu-container ul ul li.so a {
  background: url(img/svgs/RH-Consulting.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.rhc a {
  background: url(img/svgs/RH-Consulting.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.hcc a {
  background: url(img/svgs/HC-Consulting.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.mebm a {
  background: url(img/svgs/Major-Event-Bid-Management.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.mevc a {
  background: url(img/svgs/Major-Events-and-Venue-Consulting.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.lg a {
  background: url(img/svgs/Legal.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.bd a {
  background: url(img/svgs/Logo_BroadcastDigital_TSC.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.dd a {
  background: url(img/svgs/2021design.svg) 25px 0 no-repeat;
  background-size: 25px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.pei a {
  background: url(img/svgs/pei.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.rm a {
  background: url(img/svgs/Rights-Marketing.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.rms2 a {
  background: url(img/svgs/Logo_RM_Sales_TSC.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.bsp a {
  background: url(img/svgs/Brand-Sponsorship.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}
.main-navigation .menu-main-menu-container ul ul li.isca a {
  background: url(img/svgs/2021isca.svg) 25px 0 no-repeat;
  background-size: 35px 100%;
}

.single-case-studies #site-navigation .container .menu-main-menu-container #primary-menu li#menu-item-140 a {
  color: #ff0033;
}
.single-case-studies #site-navigation .container .menu-main-menu-container #primary-menu li#menu-item-137 a {
  color: #ffffff;
}

.post-type-archive-case-studies #menu-item-140 a,
.page-id-113 #menu-item-157 > a {
  color: #ff0033;
}

.post-type-archive-case-studies #menu-item-137 a {
  color: #ffffff;
}
.post-type-archive-case-studies #menu-item-137 a:hover {
  color: #ff0033;
}

.main-navigation.toggled-on {
  height: calc(100vh - 130px);
  top: 89px;
  overflow-y: auto;
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-navigation.toggled-on.shrink {
  top: 59px;
  height: calc(100vh - 60px);
}

@media screen and (max-width: 899px) {
  .main-navigation .menu-main-menu-container ul li a {
    font-size: 1em;
  }
  .main-navigation .menu-main-menu-container ul li ul li {
    background-color: #000041;
  }
  .main-navigation .menu-main-menu-container ul li ul li a {
    padding-left: 34px;
  }
}
@media screen and (min-width: 900px) {
  /*Position the menu in the header */
  .main-navigation {
    top: 110px;
  }
  .main-navigation .menu-main-menu-container ul {
    display: table;
    margin: 0 auto;
    width: auto;
    float: none;
  }
  .main-navigation .menu-main-menu-container ul li {
    position: static;
    float: left;
    width: auto;
    /*border: none;*/
  }
  .main-navigation .menu-main-menu-container ul li a {
    font-size: 1em;
    border: none;
  }
  .main-navigation .menu-main-menu-container ul li a:hover {
    color: #ff0033;
  }
  .main-navigation .menu-main-menu-container ul li ul {
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
  }
  .main-navigation .menu-main-menu-container ul li ul li {
    Zwidth: 16.666%;
    Zfloat: left;
  }
  .main-navigation .menu-main-menu-container ul li ul li a {
    Zbackground-position: center -20px !important;
    Zpadding: 1.6em 0.8em 1.4em 0.8em;
    Zpadding-top: 60px;
    Zfont-size: 0.55em;
    Ztext-align: center;
    Zpadding-left: 0;
  }

  .main-navigation.shrink {
    top: 60px;
  }

  .main-navigation.toggled-on {
    height: 290px;
    overflow-y: hidden;
  }

  .otl-hero .col:first-child {
    display: block !important;
  }
}
@media screen and (min-width: 900px) {
  #content {
    margin-top: 20px;
  }

  #masthead {
    z-index: 13;
    background: transparent !important;
    top: 50px !important;
    width: auto !important;
    height: 55px;
    padding-left: 1.6em;
  }
  #masthead .site-branding {
    background: transparent !important;
  }
  #masthead .site-branding .site-title {
    width: auto;
    height: 50px;
  }
  #masthead .site-branding .site-title img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -8px;
    width: auto;
    height: 100%;
  }

  #masthead.shrink {
    height: 53px;
    top: 0px !important;
  }

  .main-navigation.shrink .menu-main-menu-container {
    margin-top: 0.2em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .main-navigation {
    height: 80px;
    top: 40px;
    visibility: visible;
    opacity: 1;
    max-height: 400px;
    overflow: visible;
  }
  .main-navigation .menu-main-menu-container {
    margin: 0.6em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-navigation .menu-main-menu-container ul {
    float: right;
    display: block;
    margin: 0;
    padding: 0px 1.6em;
  }
  .main-navigation .menu-main-menu-container ul li {
    position: relative;
  }
  .main-navigation .menu-main-menu-container ul li.menu-item-has-children {
    padding-right: 20px;
    background: url(img/svgs/chevron-down.svg) 92% 55% no-repeat;
    background-size: 17%;
  }
  .main-navigation .menu-main-menu-container ul li.menu-item-has-children:hover {
    padding-right: 20px;
    background: url(img/svgs/chevron-up.svg) 92% 55% no-repeat;
    background-size: 17%;
  }
  .main-navigation .menu-main-menu-container ul li a {
    font-size: 0.9em;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper {
    max-height: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 19;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper ul {
    position: absolute;
    width: 340px;
    background: #000041;
    border: 1px solid #313169;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #313169;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper ul li a {
    font-size: 16px;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper.toggled-on {
    max-height: 400px;
    top: -10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-navigation .menu-main-menu-container ul li ul {
    Zheight: 170px;
    Ztop: 53px;
    Zpadding: 2em 1.6em;
    background-color: #000041;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000041), to(#000041));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #000041, #000041);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #000041, #000041);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #000041, #000041);
    /* IE10 */
    background-image: -o-linear-gradient(top, #000041, #000041);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #000041, #000041);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#000041", EndColorStr="#000041");
  }
  .main-navigation .menu-main-menu-container ul li ul li {
    /*width: 8.33%;*/
    /*a { padding: 60px 0.6em 1.4em 0.6em; height: 100px; line-height: 1.2em; }*/
  }
  .main-navigation .menu-main-menu-container ul li.open > a {
    color: #ff0033;
  }

  .main-navigation.shrink {
    top: 0px;
    height: 63px;
  }

  .main-navigation.toggled-on {
    height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-main-menu-container ul li .sub-wrapper ul {
    display: block !important;
    Zwidth: 1240px !important;
    Zmax-width: 100% !important;
    float: none !important;
  }

  .main-navigation .menu-main-menu-container ul li a {
    font-size: 1em !important;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper {
    Zheight: 175px;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper ul {
    Ztop: 35px;
  }
  .main-navigation .menu-main-menu-container ul li .sub-wrapper ul li a {
    Zbackground-position: center -40px !important;
    Zfont-size: 0.8em;
    Zheight: 120px;
    Zpadding: 50px 1em 1.4em 1em !important;
    Zfont-size: 0.7em !important;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 0px rgba(5, 101, 177, 0.1), 0 1px 2px rgba(5, 101, 177, 0.1);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.screen-reader-text:focus:hover {
  box-shadow: 0 5px 0px rgba(5, 101, 177, 0.1), 0 6px 6px rgba(5, 101, 177, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Slider */
#slider {
  display: table;
  padding-top: 20px;
  min-height: 550px;
  width: 100%;
  height: auto;
}
#slider h1 {
  font-size: 2.5em;
  padding: 1em 1em 0 1em;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  #slider h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #slider h1 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 900px) {
  #slider {
    padding-top: 100px;
    min-height: 600px;
  }
  #slider h1 {
    font-size: 4em;
  }
}
@media screen and (min-width: 1080px) {
  #slider h1 {
    font-size: 5em;
    padding: 0 1em;
  }
}
.slide-1 {
  background: url("img/slide1.jpg") no-repeat bottom center #000041;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-2 {
  background: url("img/slide2.jpg") no-repeat bottom center #000041;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-3 {
  background: url("img/slide3.jpg") no-repeat bottom center #000041;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-4 {
  background: url("img/slide4.jpg") no-repeat bottom center #000041;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-5 {
  background: url("img/slide5.jpg") no-repeat bottom center #000041;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.grey-row {
  background: #f1f1f1;
}

.checked-row {
  background: url(img/checks.png) top left fixed;
}

.contact-row {
  background: url(img/contact.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-row h1,
.contact-row h2,
.contact-row h3,
.contact-row h4,
.contact-row h5,
.contact-row h5 .contact-row p {
  color: #ffffff;
}

.case-studies-template-default .post-featured-image {
  max-width: 500px;
  margin: 0 auto;
  float: none !important;
  display: table;
}

.pages-header h4 {
  color: #ff0033;
  font-size: 1em;
}

.pages-header h1 {
  color: #ff0033;
  margin-top: 0px;
  font-size: 1.8em;
  margin-bottom: 0px;
}

.pages-header h1 span {
  color: #ef9a21;
}

.pages-header .container {
  padding: 0 1.6em;
}

.pages-header .entry-meta {
  color: #ffffff;
  font-size: 0.7em;
}

.pages-header .entry-meta a {
  font-weight: bold;
  color: #ffffff;
}

.site-main .entry-title {
  margin-bottom: 0.8em;
}

.site-main .page-header {
  padding: 3em 1.6em 0 1.6em;
  max-width: 760px;
  margin: 0 auto;
}

.site-main .page-header h1 {
  margin-bottom: 1.2em;
  max-width: 480px;
  font-size: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.site-main .page-header h2 {
  font-size: 1.25rem;
  color: #ff0033;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 1.6em;
  margin-top: -2em;
}

.site-main .page-header p {
  font-size: 1rem;
  line-height: 1.4em;
  margin-top: 1.6em;
}

.site-main .page-header a {
  color: #ff0033;
}

.page-template-tpl-service #content,
.archive #content,
.has-header-bg,
.single-post #content,
.post-type-archive-reports #content {
  background: none;
}

.site-main .footer-spacer {
  height: 3em;
  width: 100%;
  float: left;
}

.site-main .filter {
  height: 75px;
  background: url(img/stripes-x.png) 0 0 repeat-x;
  margin-bottom: 3.2em;
}
.site-main .filter .the-filter {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: 75px;
  background: #eff2f4;
}
.site-main .filter .the-filter select {
  -webkit-appearance: none;
  padding-right: 1.6em;
  font-weight: 700;
  padding: 1.6em;
  background: #eff2f4;
  height: 75px;
  width: 100%;
  border: none;
  display: block;
  float: left;
  padding-left: 100px;
  border-right: #eff2f4 1.6em solid;
}
.site-main .filter .the-filter select option {
  font-weight: 700;
  color: #000041;
  padding: 1.6em 0;
}
.site-main .filter .the-filter label {
  -webkit-appearance: none;
  font-weight: 700;
  padding: 1.1em;
  width: 120px;
  height: 75px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0.8em;
  color: #78797a;
  display: block;
  float: left;
}

/* Service Icons - Homepage */
.site-main .entry-content #services {
  float: left;
  width: 100%;
  padding: 0 0.8em;
  /*.col #service-7{background:none!important;}*/
}
.site-main .entry-content #services > .container {
  max-width: 1200px;
}
.site-main .entry-content #services .col .a-service {
  /*border: 1px solid;*/
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  background: url(img/service-div-mob.png) bottom center no-repeat;
  background-size: 129px 41px;
  padding-bottom: 60px;
}
.site-main .entry-content #services .col .a-service .svg-wrap {
  /*border:1px solid red;*/
  margin: 0 auto;
  display: block;
  max-width: 90px;
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
}
.site-main .entry-content #services .col .a-service .svg-wrap svg {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.site-main .entry-content #services .col .a-service .svg-wrap svg * {
  fill: #ff0033;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.site-main .entry-content #services .col .a-service .svg-wrap .right-arrow {
  opacity: 0;
  margin: auto;
  background: url(img/right-arrow.png) 0 0 no-repeat;
  width: 8px;
  height: 16px;
  background-size: 8px 16px;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -1em;
}
.site-main .entry-content #services .col .a-service span {
  width: 100%;
  display: block;
  margin: 0.8em auto 0 auto;
  max-width: 160px;
}
.site-main .entry-content #services #service-6 .svg-wrap {
  width: 55%;
}

.page-template-default #page #content #primary #main .entry-content {
  padding: 0 0.8em;
}

.page-id-471 .entry-content {
  padding: 0px !important;
}

/* Case Studies */
.spacer-small {
  height: 1.6em;
}

.spacer-large {
  height: 3.2em;
}

.news-views-loop .featured-image {
  width: 100%;
  height: auto;
}

.case-studies-loop {
  margin: 0 0 1.6em 0;
  float: left;
  width: 100%;
}

.site-main .entry-content #case-studies > .container {
  max-width: 1280px;
}

.site-main .entry-content #case-studies .col a.featured-case-study {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  height: 100%;
  background: #ff0033;
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content {
  padding: 1.6em;
  display: block;
  width: 100%;
  float: left;
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .h3 {
  margin: 0px;
  color: #ffffff;
  font-size: 1.8em;
  float: left;
  width: 100%;
  text-align: center;
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .service {
  width: auto;
  margin: 0 auto;
  display: table;
  color: #ffffff;
  font-size: 0.7em;
  margin-top: 0.4em;
  line-height: 1.4em;
  font-style: italic;
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .service span > span {
  display: block;
  float: left;
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .service span > span:after {
  content: " / ";
  margin-right: 0.2em;
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .service span > span:last-child:after {
  content: "";
}
.site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .read-more {
  float: left;
  width: auto;
  margin-top: 0.4em;
  opacity: 0;
  display: none;
  margin-bottom: 0px;
}

.home .entry-content #case-studies {
  padding: 0.8em 0;
  background: url(img/vertical-line-bg.png) 0 0 repeat #ffffff;
}

.single-case-studies .entry-content .default-page-loop .meta-info .meta-inner .category {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.single-case-studies .entry-content .default-page-loop .meta-info .meta-inner .service a {
  width: 100%;
  color: #ff0033;
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
}
.single-case-studies .entry-content .default-page-loop .meta-info .meta-inner .service a:hover {
  color: #000041;
  margin-left: 10px;
}
.single-case-studies .entry-content article .entry-content h2 {
  margin-bottom: 1.6em;
}

/* Our Team */
.our-team-loop {
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}
.our-team-loop .service-intros {
  float: left;
  width: 100%;
  margin-bottom: 1.6em;
}
.our-team-loop .meta-info {
  margin-bottom: 3.2em;
  margin-top: 3.2em;
  float: left;
  font-size: 0.9em;
  width: 100%;
  background: #eff2f4;
  padding: 0 2.6em 2.6em 2.6em;
}
.our-team-loop .meta-info .meta-inner .category {
  width: 100%;
}
.our-team-loop .meta-info .meta-inner .category ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.our-team-loop .meta-info .meta-inner .category ul li {
  height: 25px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.our-team-loop .meta-info .meta-inner .date {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  font-family: "Poppins", sans-serif;
}
.our-team-loop .meta-info .meta-inner .writtenby {
  padding: 0.8em 0 0 0;
  display: block;
  float: left;
  width: 100%;
}
.our-team-loop .team-overlay {
  visibility: hidden;
  width: 100%;
  opacity: 0;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000041;
}
.our-team-loop .team-overlay .member-info {
  padding: 1.6em;
  color: #ffffff;
}
.our-team-loop .team-overlay .member-info span.circle,
.our-team-loop .team-overlay .member-info span.square {
  width: 200px;
  height: 200px;
  background: #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.our-team-loop .team-overlay .member-info span.square {
  border-radius: 0;
}
.our-team-loop .team-overlay .member-info span.team-member-content {
  width: 100%;
  float: left;
  width: 100%;
}
.our-team-loop .team-overlay .member-info span.team-member-content .h4 {
  margin-top: 0.8em;
  color: #ff0033;
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.our-team-loop .team-overlay .member-info span.team-member-content .h4 .plus-icon {
  display: none;
}
.our-team-loop .team-overlay .member-info span.team-member-content .p {
  width: 100% !important;
  font-size: 0.8em;
  line-height: 1.3em;
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.our-team-loop .team-overlay .member-info span.team-member-content a {
  color: #ff0033;
  width: 100%;
  float: left;
  clear: both;
}
.our-team-loop .team-overlay .closeit {
  background: url(img/x-red.png) 0 0 no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 1.6em;
  top: 1.6em;
  cursor: pointer;
}
.our-team-loop .team-overlay .closeit:hover {
  background: url(img/x-white.png) 0 0 no-repeat;
  background-size: 29px 29px;
}
.our-team-loop .team-overlay.toggled-on {
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 13;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .our-team-loop .team-overlay.toggled-on {
    height: auto;
  }
}
.our-team-loop .team-overlay.toggled-on .member-bio {
  padding: 0 1.6em;
  float: left;
  width: 100%;
}
.our-team-loop .team-overlay.toggled-on .member-bio p {
  font-size: 0.8em;
  color: #ffffff;
  line-height: 1.6em;
}
.our-team-loop .team-overlay.toggled-on .member-bio a {
  color: #ff0033;
}

.otl-hero .col:first-child {
  display: none;
}

.consolidated-service .team-overlay .container .member-info .team-member-content .p,
.site-main .entry-content #our-team .team-overlay .container .member-info .team-member-content .p {
  width: 100% !important;
}

.consolidated-service,
#default-page #our-team {
  padding: 0px !important;
}
.consolidated-service .our-team-loop,
#default-page #our-team .our-team-loop {
  padding: 0 0.8em;
}
.consolidated-service .our-team-loop .col .team-member,
#default-page #our-team .our-team-loop .col .team-member {
  height: 230px;
  border-right: 2px solid #eff2f4;
  border-left: 2px solid #eff2f4;
  padding: 0 1.6em;
  margin-bottom: 0px;
}
.consolidated-service .our-team-loop .col .team-member .p,
#default-page #our-team .our-team-loop .col .team-member .p {
  width: 100%;
  float: left;
  padding: 0 0 0.8em 0;
}
.consolidated-service .our-team-loop .col .team-member .p span,
#default-page #our-team .our-team-loop .col .team-member .p span {
  float: right;
  color: #ff0033;
}
.consolidated-service .our-team-loop .col .team-member .email,
#default-page #our-team .our-team-loop .col .team-member .email {
  font-size: 0.6em;
  color: #ff0033;
  padding-bottom: 0px !important;
}
.consolidated-service .our-team-loop .col .team-member .team-member-content .p,
#default-page #our-team .our-team-loop .col .team-member .team-member-content .p {
  min-height: 50px;
  padding: 0px;
}

/* FULL TEAM PAGE */
.page-template-tpl-team #default-page #our-team .our-team-loop .col a {
  border: none;
  padding: 0px;
}
.page-template-tpl-team #default-page #our-team .our-team-loop .col a span .p {
  height: 80px;
  padding-right: 20px;
}
.page-template-tpl-team #default-page #our-team .team-overlay {
  height: 100%;
}

.team-overlay {
  height: 100%;
}

#default-page #case-studies {
  background: url(img/tsc-bg2.png) center 10px no-repeat;
}
#default-page #case-studies h2 {
  margin-bottom: 1.2em;
  font-size: 2em;
}

.site-main .entry-content #our-team > .container {
  max-width: 1100px;
}

.consolidated-service,
.site-main .entry-content #our-team {
  padding: 1.6em 0 0 0;
}
.consolidated-service .col .team-member,
.site-main .entry-content #our-team .col .team-member {
  Zcursor: pointer;
  margin-bottom: 1.6em;
  float: left;
  width: 100%;
  display: block;
}
.consolidated-service .col .team-member span.circle,
.consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.circle,
.site-main .entry-content #our-team .col .team-member span.square {
  width: 140px;
  height: 140px;
  background: #999;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
.consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.square {
  border-radius: 0;
}
.consolidated-service .col .team-member span.team-member-content,
.site-main .entry-content #our-team .col .team-member span.team-member-content {
  float: left;
  width: 100%;
}
.consolidated-service .col .team-member span.team-member-content .h4,
.site-main .entry-content #our-team .col .team-member span.team-member-content .h4 {
  margin-top: 0.8em;
  color: #ff0033;
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
}
.consolidated-service .col .team-member span.team-member-content .h4 .plus-icon,
.site-main .entry-content #our-team .col .team-member span.team-member-content .h4 .plus-icon {
  display: none;
}
.consolidated-service .col .team-member span.team-member-content .p,
.site-main .entry-content #our-team .col .team-member span.team-member-content .p {
  font-size: 0.6em;
  line-height: 1.3em;
  width: 75%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.consolidated-service .col .team-member,
.page-template-tpl-service-php .col .team-member {
  height: auto !important;
}

/* Client Logos */
#clients {
  float: left;
  width: 100%;
}

.client-logo-loop {
  margin: 0 0 1.6em 0;
  float: left;
  width: 100%;
}

.site-main .entry-content #client-logos > .container {
  max-width: 1280px;
}

.site-main .entry-content #client-logos {
  padding: 1.6em 0 2.8em 0;
  background: #eff2f4;
}
.site-main .entry-content #client-logos .owl-item {
  padding: 0 0.8em;
}

/* Brand Logos */
#brands {
  float: left;
  width: 100%;
}

.brand-logo-loop {
  margin: 0 0 1.6em 0;
  float: left;
  width: 100%;
}

.site-main .entry-content #brand-logos > .container {
  max-width: 1280px;
}

.site-main .entry-content #brand-logos {
  padding: 1.6em 0 2.8em 0;
  background: #ffffff;
}
.site-main .entry-content #brand-logos .owl-item {
  padding: 0 0.8em;
}

/* News and Views */
.news-views-loop {
  margin: 0 0 1.6em 0;
  width: 100%;
  padding: 0 1.6em;
}

.site-main .entry-content #news-views {
  background: url(img/line-div.jpg) repeat-x 0 0 #e7eff4;
  padding: 1.6em 0;
}
.site-main .entry-content #news-views .col-2 h3 {
  font-size: 1.4em;
  margin-bottom: 0px;
  margin-top: 0px;
}
.site-main .entry-content #news-views .col-2 h3 a {
  color: #ff0033;
  text-transform: uppercase;
}
.site-main .entry-content #news-views .col-2 a {
  color: #ff0033;
  text-transform: none;
}
.site-main .entry-content #news-views .col-2 p {
  font-size: 0.95em;
  color: #000041;
  line-height: 1.6em;
  margin-bottom: 0.4em;
}
.site-main .entry-content #news-views .col-2 .blog-head p.cats {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
}
.site-main .entry-content #news-views .col-2 .blog-head p.cats a {
  color: #000041;
  text-transform: uppercase;
}
.site-main .entry-content #news-views .col-2 .blog-head p.cats span {
  font-style: italic;
  color: #000041;
}
.site-main .entry-content #news-views .col-2 .blog-head p.cats strong {
  font-family: "Poppins", sans-serif;
}

/* Default Pages */
.default-page-loop {
  margin: 0 0 1.6em 0;
  float: left;
  width: 100%;
}

/* Single Posts */
#main .page-header .container h1:after {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100px;
  border-bottom: 5px solid #ff0033;
  margin: 0 auto;
  padding: 20px 0px;
}
#main .page-header .container .post-logo {
  width: auto;
  display: table;
  margin: 0 auto;
  max-width: 140px;
}
.single-post #main .page-header {
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .single-post #main .page-header .container .page-header-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .single-post #main .page-header .container .page-header-inner {
    width: 100%;
    margin-left: revert;
    margin-right: revert;
  }
}
.single-post #main .page-header .container h1.single-post-title {
  margin-right: auto;
  margin-left: revert;
  margin-bottom: 0;
  text-align: left;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .single-post #main .page-header .container h1.single-post-title {
    max-width: calc(65% - 60px);
    padding-right: 6rem;
  }
}
.single-post #main .page-header .container h1.single-post-title::after {
  margin-right: auto;
  margin-left: revert;
}
.single-post #main > .entry-content {
  padding: 0 1.6em 0 1.6em;
}
.single-post #main .row .container {
  /* remove BS artifacts */
}
@media screen and (min-width: 900px) {
  .single-post #main .row .container {
    display: flex;
    justify-content: space-between;
    gap: 3em;
  }
}
.single-post #main .row .container::before {
  display: none !important;
}
.single-post #main .row .container::after {
  display: none !important;
}
.single-post #main .row .container .news-views-loop {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .single-post #main .row .container .news-views-loop {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .single-post #main .row .container .news-views-loop {
    width: 65%;
    margin-left: revert;
    margin-right: revert;
  }
}
.single-post #main .row .container .news-views-loop .meta-info {
  margin-bottom: 1.4rem;
  font-size: 0.9em;
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  color: #000041;
  line-height: 1em;
}
.single-post #main .row .container .news-views-loop .meta-info .meta-row {
  justify-content: end !important;
}
.single-post #main .row .container .news-views-loop .meta-info .date {
  font-size: 0.9em;
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.single-post #main .row .container .recent-news {
  flex: 1 0 auto;
}
@media screen and (min-width: 600px) {
  .single-post #main .row .container .recent-news {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .single-post #main .row .container .recent-news {
    width: 35%;
    margin-left: revert;
    margin-right: revert;
  }
}
.single-post #main .row .container .recent-news ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.single-post #main .row .container .recent-news ul li.media-box {
  padding-left: 0;
  display: flex;
  gap: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.8em;
}
.single-post #main .row .container .recent-news .media-box-media {
  width: 150px;
  height: 150px;
  max-width: 150px;
  position: relative;
  flex: 1 0 auto;
}
.single-post #main .row .container .recent-news .media-box-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post #main .row .container .recent-news .media-box-blurb {
  line-height: 1.3;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.single-post #main .row .container .recent-news h2 {
  font-size: 0.9em;
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  font-weight: normal;
}
#main .row .container .news-views-loop .post-featured-image {
  position: relative;
  margin-bottom: 1.5em;
  width: 100%;
  padding-bottom: 56.25%;
}
#main .row .container .news-views-loop .post-featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .row .container .news-views-loop .meta-info {
  margin-bottom: 1.2em;
  font-size: 0.9em;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 900px) {
  #main .row .container .news-views-loop .meta-info {
    margin-bottom: 3.2em;
  }
}
#main .row .container .news-views-loop .meta-info .meta-inner .meta-row {
  display: flex;
  justify-content: center;
}
#main .row .container .news-views-loop .meta-info .meta-inner .meta-row .meta-col {
  width: auto;
  flex-grow: 1;
}
#main .row .container .news-views-loop .meta-info .meta-inner .meta-row .meta-col:last-child {
  text-align: right;
}
#main .row .container .news-views-loop .meta-info .meta-inner .meta-row .meta-separator {
  padding: 0 8px;
  font-size: 0.8em;
  color: #78797a;
}
#main .row .container .news-views-loop .meta-info .meta-inner .category {
  display: inline-block;
  font-size: 0.9em;
}
#main .row .container .news-views-loop .meta-info .meta-inner .category ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#main .row .container .news-views-loop .meta-info .meta-inner .category ul li {
  height: 25px;
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}
#main .row .container .news-views-loop .meta-info .meta-inner .writtenby .writtenby-name {
  color: #313169;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
#main .row .container .news-views-loop .col-3 a {
  float: left;
  display: block;
  width: 100%;
}
#main .row .container .news-views-loop .col-3 a img {
  float: left;
  width: 100%;
}
#main .row .container .news-views-loop .col-3 a .inner-post-wrap-content {
  padding: 0.8em 0;
  float: left;
  width: 100%;
}
#main .row .container .news-views-loop .col-3 a .inner-post-wrap-content .h3 {
  margin: 0px;
  color: #000041;
  width: 100%;
  float: left;
}
#main .row .container .news-views-loop .col-3 a .inner-post-wrap-content .category {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  color: #ff0033;
}
#main .row .container .news-views-loop .col-3 a .inner-post-wrap-content .date {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  color: #ff0033;
}
#main .row .container .news-views-loop#related {
  background: url(img/tsc-bg2.png) center 10px no-repeat;
}

.post-type-archive-reports,
.single-reports {
  background: #4d4d4d;
}
.post-type-archive-reports #content #main .page-header .container,
.single-reports #content #main .page-header .container {
  background: url("img/Seerlogo.png") center 0px no-repeat;
  background-size: 140px 163px;
  padding-top: 160px;
}
.post-type-archive-reports .site-main .yellow-row,
.single-reports .site-main .yellow-row {
  background: #FEB808;
  padding: 3.2em 0;
}
.post-type-archive-reports .site-main .yellow-row h3,
.post-type-archive-reports .site-main .yellow-row p,
.post-type-archive-reports .site-main .yellow-row h2,
.single-reports .site-main .yellow-row h3,
.single-reports .site-main .yellow-row p,
.single-reports .site-main .yellow-row h2 {
  color: #ffffff;
}
.post-type-archive-reports .site-main .yellow-row h3 span,
.post-type-archive-reports .site-main .yellow-row p span,
.post-type-archive-reports .site-main .yellow-row h2 span,
.single-reports .site-main .yellow-row h3 span,
.single-reports .site-main .yellow-row p span,
.single-reports .site-main .yellow-row h2 span {
  color: #4d4d4d;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper ul.gform_fields li.gfield,
.single-reports .site-main .yellow-row .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form,
.single-reports .site-main .yellow-row .gform_wrapper form {
  max-width: 480px;
  margin: 0 auto;
  display: Block;
  float: none;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form .gfield_label,
.single-reports .site-main .yellow-row .gform_wrapper form .gfield_label {
  display: none !important;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible,
.single-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible,
.single-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible,
.single-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible {
  background: #ffffff;
  padding: 10px;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield_label,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield_label,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield_label,
.single-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield_label,
.single-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield_label,
.single-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield_label {
  display: block !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible input,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible input,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible input,
.single-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible input,
.single-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible input,
.single-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible input {
  margin-top: 0px !important;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li input,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li input,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li input,
.single-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li input,
.single-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li input,
.single-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li input {
  margin: 0px;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li label,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li label,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li label,
.single-reports .site-main .yellow-row .gform_wrapper form #field_4_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li label,
.single-reports .site-main .yellow-row .gform_wrapper form #field_3_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li label,
.single-reports .site-main .yellow-row .gform_wrapper form #field_6_10.gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .ginput_container ul li label {
  font-size: 0.7em;
  margin-top: 0.4em;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form .ginput_container input,
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form .ginput_container select,
.single-reports .site-main .yellow-row .gform_wrapper form .ginput_container input,
.single-reports .site-main .yellow-row .gform_wrapper form .ginput_container select {
  padding: 10px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 0.9em !important;
  border: none;
  text-transform: uppercase;
}
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form input[type=button],
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form input[type=reset],
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form input[type=submit],
.post-type-archive-reports .site-main .yellow-row .gform_wrapper form .btn,
.single-reports .site-main .yellow-row .gform_wrapper form input[type=button],
.single-reports .site-main .yellow-row .gform_wrapper form input[type=reset],
.single-reports .site-main .yellow-row .gform_wrapper form input[type=submit],
.single-reports .site-main .yellow-row .gform_wrapper form .btn {
  background: #4d4d4d !important;
}
.post-type-archive-reports .site-main .seer-single > .container,
.post-type-archive-reports .site-main .seer > .container,
.single-reports .site-main .seer-single > .container,
.single-reports .site-main .seer > .container {
  background: url("img/seer-bg.png") left bottom no-repeat #4d4d4d;
}
.post-type-archive-reports .site-main .page-header,
.single-reports .site-main .page-header {
  max-width: 100%;
}
.post-type-archive-reports .site-main .page-header h1,
.single-reports .site-main .page-header h1 {
  color: #FEB808 !important;
}
.post-type-archive-reports .site-main .page-header h1 span,
.single-reports .site-main .page-header h1 span {
  color: #fff !important;
}
.post-type-archive-reports .site-main .page-header h1:after,
.single-reports .site-main .page-header h1:after {
  border-bottom: 5px solid #fff !important;
}
.post-type-archive-reports .site-main .page-header .taxonomy-description h2,
.single-reports .site-main .page-header .taxonomy-description h2 {
  font-family: "Poppins", sans-serif;
  color: #FEB808 !important;
  text-transform: none;
  font-size: 1.8em !important;
  font-weight: normal;
}
.post-type-archive-reports .site-main .page-header .taxonomy-description p,
.single-reports .site-main .page-header .taxonomy-description p {
  color: #ffffff;
  font-size: 1em !important;
}
.post-type-archive-reports .site-main #news-views-single .container .news-views-loop h3,
.single-reports .site-main #news-views-single .container .news-views-loop h3 {
  color: #E4E4E4 !important;
}
.post-type-archive-reports .site-main #news-views-single .container .news-views-loop p,
.post-type-archive-reports .site-main #news-views-single .container .news-views-loop ul li,
.post-type-archive-reports .site-main #news-views-single .container .news-views-loop ol li,
.single-reports .site-main #news-views-single .container .news-views-loop p,
.single-reports .site-main #news-views-single .container .news-views-loop ul li,
.single-reports .site-main #news-views-single .container .news-views-loop ol li {
  color: #fff;
}
.post-type-archive-reports .site-main .entry-content .seer .container h2,
.single-reports .site-main .entry-content .seer .container h2 {
  color: #FEB808;
}
.post-type-archive-reports .site-main .entry-content .seer .container h2 span,
.single-reports .site-main .entry-content .seer .container h2 span {
  color: #fff;
}
.post-type-archive-reports .site-main .entry-content .seer .container .col a.featured-case-study,
.single-reports .site-main .entry-content .seer .container .col a.featured-case-study {
  background: #000000 !important;
}
.post-type-archive-reports .site-main .entry-content .seer .container .col a.featured-case-study img,
.single-reports .site-main .entry-content .seer .container .col a.featured-case-study img {
  opacity: 0.5;
}
.post-type-archive-reports .site-main .entry-content .seer .container .col a.featured-case-study .inner-case-study-content .h3,
.single-reports .site-main .entry-content .seer .container .col a.featured-case-study .inner-case-study-content .h3 {
  color: #FEB808 !important;
}
.post-type-archive-reports .site-main .seer-front,
.single-reports .site-main .seer-front {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .site-main .page-header h1 {
    font-size: 2rem;
  }

  .page-template-tpl-team #default-page #our-team .team-overlay {
    height: auto;
  }

  .team-overlay {
    height: auto;
  }

  .consolidated-service .our-team-loop .col .team-member,
#default-page #our-team .our-team-loop .col .team-member {
    height: 310px;
  }
  .consolidated-service .our-team-loop .col .team-member .p,
#default-page #our-team .our-team-loop .col .team-member .p {
    padding: 0 0.8em 0.8em 0.8em;
  }
  .consolidated-service .our-team-loop .col .team-member .email,
#default-page #our-team .our-team-loop .col .team-member .email {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .row .container .news-views-loop .col-3 {
    width: 33.33333%;
    float: left;
  }
  .row .container .news-views-loop .col-3 .inner-post-wrap-content {
    height: 140px;
  }
  .row .container .news-views-loop .col-3 .inner-post-wrap-content .h3 {
    font-size: 1.2em;
  }
  .row .container .news-views-loop .col-3:nth-child(3n+1) {
    padding-right: 0.8em;
  }
  .row .container .news-views-loop .col-3:nth-child(3n+2) {
    padding-right: 0.4em;
    padding-left: 0.4em;
  }
  .row .container .news-views-loop .col-3:nth-child(3n+3) {
    padding-right: 0em;
    padding-left: 0.8em;
  }
}
.single-post .site-main .page-header h1 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .single-post .site-main .page-header h1 {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 900px) {
  .site-main .page-header h1 {
    margin-bottom: 1.5em;
  }

  .post-type-archive-reports #content #main .page-header .container,
.single-reports #content #main .page-header .container {
    background: url("img/Seerlogo.png") 1.8em 10px no-repeat;
    background-size: 160px 187px;
    padding-top: 0;
  }

  #main .page-header {
    position: relative;
    padding: 6em 1.6em 0em 1.6em;
  }
  #main .page-header .container .post-logo {
    position: absolute;
    left: -3em;
    top: 35%;
    margin: 0px;
    display: block;
  }
  #main .row .container .news-views-loop article {
    Zwidth: 70%;
    /*padding-right: 1.6em;*/
  }
  #main .row .container .news-views-loop article p {
    margin-top: 0px;
  }
  #main .row .container .news-views-loop .col-3 a .image-wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  #main .row .container .news-views-loop .col-3 a .image-wrapper img {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #main .row .container .news-views-loop .col-3 a .image-wrapper:hover img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.9;
  }
  #main .row .container .news-views-loop .col-3:nth-child(3n+1) {
    padding-right: 1.2em;
  }
  #main .row .container .news-views-loop .col-3:nth-child(3n+2) {
    padding-right: 0.6em;
    padding-left: 0.6em;
  }
  #main .row .container .news-views-loop .col-3:nth-child(3n+3) {
    padding-right: 0em;
    padding-left: 1.2em;
  }

  .page-template-default #page #content #primary #main .entry-content {
    padding: 0 1.6em;
  }

  .page-id-471 .entry-content {
    padding: 0px !important;
  }
}
@media screen and (min-width: 1080px) {
  #main .page-header {
    position: relative;
  }
  #main .page-header .container .post-logo {
    left: -4em;
  }
  #main .page-header .container h1.single-post-title {
    max-width: 760px;
  }
  #main .row .container .news-views-loop .col-3 a img {
    height: 300px;
  }
  #main .row .container .news-views-loop .col-3:nth-child(3n+1) {
    padding-right: 1.6em;
  }
  #main .row .container .news-views-loop .col-3:nth-child(3n+2) {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
  #main .row .container .news-views-loop .col-3:nth-child(3n+3) {
    padding-right: 0em;
    padding-left: 1.6em;
  }
}
@media screen and (min-width: 1200px) {
  #main .page-header .container .post-logo {
    left: -8em;
  }
  #main .default-page-loop .row .container .news-views-loop .meta-info {
    Zwidth: 70%;
  }
  #main .default-page-loop .row .container .news-views-loop article {
    Zwidth: 70%;
  }
  #main .default-page-loop .row .container .news-views-loop .col-3:nth-child(3n+1) {
    padding-right: 1.8em;
  }
  #main .default-page-loop .row .container .news-views-loop .col-3:nth-child(3n+2) {
    padding-right: 0.9em;
    padding-left: 0.9em;
  }
  #main .default-page-loop .row .container .news-views-loop .col-3:nth-child(3n+3) {
    padding-right: 0em;
    padding-left: 1.8em;
  }

  .page-template-default #page #content #primary #main .entry-content {
    padding: 0 3.2em;
  }

  .page-id-471 .entry-content {
    padding: 0px !important;
  }
}
/* Careers Single */
#careers-single .news-views-loop article h2.job-title {
  color: #ff0033;
  font-size: 1.4em;
  margin-top: 0px;
  margin-bottom: 0.8em;
}
#careers-single .news-views-loop article a.apply {
  color: #ff0033;
  margin-bottom: 1.6em;
  display: block;
}
#careers-single .news-views-loop .meta-info {
  border: none;
  background: #eff2f4;
  padding: 1.4em !important;
}
#careers-single .news-views-loop .meta-info .instructions {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 0.6em 0.8em;
  margin-bottom: 1.6em;
}
#careers-single .news-views-loop .meta-info .instructions .date {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif !important;
  color: #ff0033;
}
#careers-single .news-views-loop .meta-info .instructions .date strong {
  color: #000041;
}
#careers-single .news-views-loop .meta-info h3 {
  font-size: 1.4em;
  margin-top: 0px;
}
#careers-single .news-views-loop .meta-info p {
  margin-top: 0px;
}

/* forms */
.app-form .gform_wrapper form .validation_error {
  background: #ffffff;
  border: none;
  border-left: 5px solid #ff0033;
  text-align: left;
  color: #ff0033;
  padding: 0.8em;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  padding-right: 0px !important;
  margin-top: 36px !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label span {
  color: #ff0033;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0px;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0.4em 0.8em !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:hover {
  background: #d9dee2;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type=checkbox] {
  min-height: 1rem !important;
  margin-top: 0px;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_recaptcha {
  width: 100%;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_recaptcha div {
  width: 100% !important;
  margin-right: 0px;
  padding-right: 0px;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield_error {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px !important;
  border: none;
  background: none;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield_error label {
  color: #ff0033;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield_error .ginput_container input {
  border: 2px solid #ff0033 !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields li.gfield_error .validation_message {
  padding: 0.4em 0;
  color: #ff0033;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container input#input_1_4,
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container input#input_1_5 {
  display: none;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div {
  padding-top: 5px;
  display: block;
  /*flex */
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__button {
  width: 100%;
  border: 10px solid;
  text-align: center;
  background: #eff2f4 !important;
  border: 2px solid #ff0033;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__button span {
  margin-bottom: 0px !important;
  color: #ff0033 !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__button:hover {
  background: #ff0033 !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__button:hover span {
  color: #ffffff !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__caption {
  width: 100%;
  text-align: center;
  border: none !important;
}
.app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .jbfile-icon-image img {
  margin: 4px 8px 0 0;
  width: 16px;
  height: 16px;
}
.app-form .gform_wrapper form .gform_footer input.gform_button {
  padding: 0.8em 1.6em 0.8em;
}
.app-form .gform_confirmation_wrapper {
  float: left;
  width: 100%;
}
.app-form .gform_confirmation_wrapper .gform_confirmation_message {
  padding: 0.8em 0;
  border-left: 5px solid #76c074 !important;
  color: #76c074;
  padding: 0.4em 0.8em;
  background: #ffffff;
}

@media screen and (min-width: 480px) {
  .app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div {
    padding-top: 5px;
    display: flex;
  }
  .app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__button {
    width: auto;
    text-align: left;
  }
  .app-form .gform_wrapper form .gform_body ul.gform_fields .filebutton .ginput_container div div.jbfile-styler__caption {
    width: auto;
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .app-form .gform_wrapper form .gform_body ul.gform_fields .ginput_container input {
    min-height: 3.5rem !important;
  }
}
@media screen and (min-width: 900px) {
  .single-careers #main .row .container .news-views-loop article {
    width: 55%;
  }

  .single-careers #main .row .container .news-views-loop .meta-info {
    width: 45%;
  }

  .app-form .gform_wrapper form .gform_footer input.gform_button {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .single-careers #main .row .container .news-views-loop article {
    width: 60%;
  }

  .single-careers #main .row .container .news-views-loop .meta-info {
    width: 40%;
  }
}
/* Careers archive */
#careers .careers-loop .career {
  width: 100%;
  float: left;
  background: #eff2f4;
  padding: 3.2em 1.6em;
  margin-bottom: 0.8em;
}
#careers .careers-loop .career .inner-career-content {
  float: left;
  width: 100%;
}
#careers .careers-loop .career .inner-career-content .h3 a {
  color: #ff0033;
}
#careers .careers-loop .career .meta-info {
  margin-bottom: 3.2em;
  float: left;
  font-size: 0.9em;
  width: 100%;
  border-right: 1px solid #d1d9df;
  border-left: 1px solid #d1d9df;
  padding: 0 2.6em;
}
#careers .careers-loop .career .meta-info .meta-inner .date {
  font-size: 1em;
  width: 100%;
  display: block;
  font-family: "Poppins", sans-serif !important;
  color: #000041;
}
#careers .careers-loop .career .meta-info .meta-inner .date strong {
  color: #000041;
  font-family: "Poppins", sans-serif;
}
#careers .careers-loop .career .meta-info a {
  margin: 0.6em 0 0 0 !important;
  display: block;
  color: #ff0033 !important;
}

@media screen and (min-width: 768px) {
  #careers .careers-loop .career .inner-career-content {
    width: 50%;
    padding-right: 1.6em;
  }
  #careers .careers-loop .career .meta-info {
    width: 50%;
    margin-top: 3.8em;
  }
}
@media screen and (min-width: 900px) {
  #careers .careers-loop .career .inner-career-content {
    width: 60%;
  }
  #careers .careers-loop .career .meta-info {
    width: 40%;
  }
}
@media screen and (min-width: 1080px) {
  #careers .careers-loop .career .inner-career-content {
    padding-right: 3.2em;
  }
}
@media screen and (min-width: 1200px) {
  #careers .careers-loop .career {
    padding: 3.2em 3.2em 2.6em 3.2em;
  }
  #careers .careers-loop .career .inner-career-content {
    width: 65%;
    padding-right: 6em;
  }
  #careers .careers-loop .career .meta-info {
    width: 35%;
  }
}
/* Footer */
@media screen and (min-width: 480px) {
  .site-main .entry-content #services {
    padding: 0 0em 3.2em 1.6em;
  }
  .site-main .entry-content #services .col .a-service {
    background: url(img/service-div.png) right center no-repeat;
    background-size: 41px 129px;
    padding-bottom: 0px;
    padding-right: 60px;
  }
  .site-main .entry-content #services .col #service-2,
.site-main .entry-content #services .col #service-4,
.site-main .entry-content #services .col #service-6,
.site-main .entry-content #services .col #service-8 {
    background: none !important;
  }
  .site-main .entry-content #services .col-last {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  /* Case Studies */
  .site-main .entry-content #case-studies .col {
    margin-bottom: 0.6em;
    float: left;
    width: 100%;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study {
    margin-bottom: 0.6empx;
    float: left;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study img {
    float: left;
    width: 100%;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .h3 {
    color: #ff0033;
    text-align: left;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .service {
    width: 80%;
    text-align: left;
    display: block;
    float: left;
  }

  .consolidated-service .col .team-member span.circle,
.consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.circle,
.site-main .entry-content #our-team .col .team-member span.square {
    width: 200px;
    height: 200px;
    background: #999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 200px;
    height: 200px;
  }
  .consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.square {
    border-radius: 0;
  }
  .consolidated-service .col .team-member span.team-member-content .h4,
.site-main .entry-content #our-team .col .team-member span.team-member-content .h4 {
    font-size: 1em;
  }
  .consolidated-service .col .team-member span.team-member-content .p,
.site-main .entry-content #our-team .col .team-member span.team-member-content .p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .site-main .entry-content #services {
    padding-left: 2.2em;
  }
  .site-main .entry-content #services .services-row-2 {
    padding: 1.6em 0 0 0;
    float: left;
    width: 100%;
  }
  .site-main .entry-content #services .col .a-service {
    margin-bottom: 1.6em;
  }
  .site-main .entry-content #services .col .a-service .svg-wrap .right-arrow {
    opacity: 0;
  }
  .site-main .entry-content #services .col .a-service span {
    font-size: 0.6em;
    max-width: 120px;
  }
  .site-main .entry-content #services .col .a-service:hover .svg-wrap .right-arrow {
    opacity: 1;
    right: -2.5em;
  }
  .site-main .entry-content #services .col .a-service:hover .svg-wrap svg {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    fill: #000041;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .site-main .entry-content #services .col #service-1,
.site-main .entry-content #services .col #service-2,
.site-main .entry-content #services .col #service-3,
.site-main .entry-content #services .col #service-4,
.site-main .entry-content #services .col #service-5,
.site-main .entry-content #services .col #service-7,
.site-main .entry-content #services .col #service-8,
.site-main .entry-content #services .col #service-9,
.site-main .entry-content #services .col #service-10,
.site-main .entry-content #services .col #service-11 {
    background: url(img/service-div.png) right center no-repeat !important;
    background-size: 41px 129px !important;
  }
  .site-main .entry-content #services .col #service-6,
.site-main .entry-content #services .col #service-12 {
    background: none !important;
  }
  .site-main .entry-content #services .col-last {
    width: 25%;
  }
  .site-main .entry-content #services .col-8 {
    width: 12.5%;
    height: 10px;
    display: block;
    float: left;
  }

  /* Case Studies */
  .site-main .entry-content #case-studies .col {
    width: 50%;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study {
    overflow: hidden;
    margin-top: 0px;
    float: left;
    background: transparent;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study img {
    z-index: 1;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .site-main .entry-content #case-studies .col a.featured-case-study .read-more {
    clear: both;
    display: block !important;
    margin-left: -1.6em;
    margin-top: 0.8em;
    color: #fff;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study:hover {
    background: #ff0033;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study:hover img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.3;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study:hover .read-more {
    opacity: 1;
    margin-left: 0px;
  }
  .site-main .entry-content #case-studies .col a.featured-case-study:hover .h3 {
    color: #ffffff;
  }

  .site-main .entry-content #case-studies.seer .col {
    width: 100%;
    padding: 0px !important;
  }
  .site-main .entry-content #case-studies.seer .col a.featured-case-study .inner-case-study-content .h3 {
    font-size: 2em;
  }
  .site-main .entry-content #case-studies.seer .col a.featured-case-study .inner-case-study-content .service {
    font-size: 1.2em;
    margin: 0px;
    font-style: normal;
  }

  .right-col {
    padding-left: 0.3em;
  }

  .left-col {
    padding-right: 0.3em;
  }

  .consolidated-service .team-overlay,
#default-page #our-team .team-overlay {
    position: absolute;
    position: fixed;
    top: 50%;
    max-height: 80%;
    overflow-y: auto;
    left: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .consolidated-service .our-team-loop,
#default-page #our-team .our-team-loop {
    Zposition: relative;
  }
  .consolidated-service .our-team-loop .col .service-intros,
#default-page #our-team .our-team-loop .col .service-intros {
    padding: 0 1.6em 0 0;
  }
  .consolidated-service .our-team-loop .col .service-intros p,
#default-page #our-team .our-team-loop .col .service-intros p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .consolidated-service .our-team-loop .col .team-member,
#default-page #our-team .our-team-loop .col .team-member {
    height: 260px;
  }
  .consolidated-service .our-team-loop .col .team-member .h4,
#default-page #our-team .our-team-loop .col .team-member .h4 {
    text-align: left;
    height: 20px;
  }
  .consolidated-service .our-team-loop .col .team-member .p,
#default-page #our-team .our-team-loop .col .team-member .p {
    text-align: left;
    padding-left: 0px !important;
  }
  .consolidated-service .our-team-loop .left-col,
#default-page #our-team .our-team-loop .left-col {
    width: 60%;
  }
  .consolidated-service .our-team-loop .right-col,
#default-page #our-team .our-team-loop .right-col {
    width: 40%;
  }

  .consolidated-service .team-overlay,
.page-template-tpl-service #default-page .our-team-loop .team-overlay {
    overflow-y: hidden !important;
    max-height: 1000px !important;
    height: auto;
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    transform: none !important;
  }

  #default-page #case-studies .case-studies-loop .col {
    width: 33.33333%;
  }
  #default-page #case-studies .case-studies-loop .col:nth-child(2) {
    padding-right: 0.15em;
    padding-left: 0.15em;
  }
  #default-page #case-studies .case-studies-loop .col:nth-child(3) {
    padding-left: 0.3em;
    padding-right: 0px;
  }
  #default-page #case-studies .case-studies-loop .col a img {
    height: 300px;
    width: auto !important;
    max-width: 800px;
    margin-left: -60%;
  }
  #default-page #case-studies .case-studies-loop .col a .inner-case-study-content .service {
    width: 100%;
  }

  .case-studies-loop .col:nth-child(odd) {
    padding-right: 0.3em;
    padding-left: 0px;
  }

  .case-studies-loop .col:nth-child(even) {
    padding-left: 0.3em;
    padding-right: 0px;
  }

  /* Our Team */
  .consolidated-service .col .team-member,
.site-main .entry-content #our-team .col .team-member {
    outline: none;
    /* &:hover {
       img {backface-visibility: hidden;outline: none; -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); !*  opacity:0.8;  *!
       }
     }*/
  }
  .consolidated-service .col .team-member span.circle,
.consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.circle,
.site-main .entry-content #our-team .col .team-member span.square {
    display: block;
    backface-visibility: hidden;
    width: 160px;
    height: 160px;
    background: #999;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 160px;
    height: 160px;
    outline: none;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    overflow: hidden;
  }
  .consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.square {
    border-radius: 0;
  }
  .consolidated-service .col .team-member span.team-member-content .p,
.site-main .entry-content #our-team .col .team-member span.team-member-content .p {
    width: 70%;
    outline: none;
  }
  .consolidated-service .team-overlay,
.site-main .entry-content #our-team .team-overlay {
    padding: 3.2em 1.6em;
  }
  .consolidated-service .team-overlay .member-info,
.site-main .entry-content #our-team .team-overlay .member-info {
    width: 40%;
    float: left;
  }
  .consolidated-service .team-overlay .member-info .circle,
.site-main .entry-content #our-team .team-overlay .member-info .circle {
    float: left;
  }
  .consolidated-service .team-overlay .member-info .team-member-content .h4,
.consolidated-service .team-overlay .member-info .team-member-content .p,
.site-main .entry-content #our-team .team-overlay .member-info .team-member-content .h4,
.site-main .entry-content #our-team .team-overlay .member-info .team-member-content .p {
    text-align: left;
    width: 100%;
  }
  .consolidated-service .team-overlay .member-bio,
.site-main .entry-content #our-team .team-overlay .member-bio {
    width: 60%;
    float: left;
    padding: 0px;
  }

  /* News and Views */
  .news-views-loop {
    margin-bottom: 3.2em;
  }

  .news-views-loop.top {
    margin-bottom: 0em;
  }

  .site-main .entry-content #news-views .col-2:first-child .inner-blog {
    border-right: 1px solid #d9d9da;
    padding: 0 1.6em 0 0;
  }
  .site-main .entry-content #news-views .col-2:last-child .inner-blog {
    border-left: 1px solid #929497;
    padding: 0 0 0 1.6em;
  }
}
/* Default Pages */
.default-page-loop {
  margin-bottom: 3.2em;
}
.default-page-loop .gallery {
  max-width: 980px;
  margin: 0 auto;
}
.default-page-loop .gallery .gallery-item {
  margin-bottom: 1.6em;
}
.default-page-loop .gallery-columns-5 .gallery-item {
  max-width: 50%;
}

@media screen and (min-width: 768px) {
  .default-page-loop .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 900px) {
  .default-page-loop .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.page-template-tpl-service .default-page-loop {
  margin-bottom: 0.3em;
}

@media screen and (min-width: 900px) {
  /*services */
  .site-main .page-header {
    padding: 4em 1.6em;
  }
  .site-main .entry-content #services .col .a-service span {
    max-width: 140px;
  }

  .page-template-tpl-service .page-header {
    padding: 4em 1.6em 0 1.6em;
  }

  .archive .page-header {
    padding: 4em 1.6em 1.6em 1.6em;
  }

  #default-page #case-studies .case-studies-loop .col:nth-child(2) {
    padding-right: 0.15em;
    padding-left: 0.15em;
  }
  #default-page #case-studies .case-studies-loop .col:nth-child(3) {
    padding-left: 0.3em;
    padding-right: 0px;
  }
  #default-page #case-studies .case-studies-loop .col a img {
    height: 280px;
    margin-left: -25%;
  }
  /* Our Team */
  .consolidated-service #default-page #our-team .our-team-loop .col .team-member {
    height: 310px;
  }
  .consolidated-service,
.site-main .entry-content #our-team {
    position: relative;
  }
  .consolidated-service .col .team-member span.circle,
.consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.circle,
.site-main .entry-content #our-team .col .team-member span.square {
    width: 200px;
    height: 200px;
    background: #999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  .consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.square {
    border-radius: 0;
  }
  .consolidated-service .team-overlay,
.site-main .entry-content #our-team .team-overlay {
    overflow-y: hidden;
    position: absolute;
    padding: 4.8em 3.2em;
  }
  .consolidated-service .team-overlay .container,
.site-main .entry-content #our-team .team-overlay .container {
    max-width: 860px;
    position: relative;
  }
  .consolidated-service .team-overlay .container .closeit,
.site-main .entry-content #our-team .team-overlay .container .closeit {
    right: 0;
    top: -1.6em;
  }
  .consolidated-service .team-overlay .container .member-bio p,
.site-main .entry-content #our-team .team-overlay .container .member-bio p {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1080px) {
  .site-main .entry-content #services .col .a-service span {
    max-width: 180px;
    font-size: 0.9em;
  }

  .site-main .entry-content #case-studies .col a.featured-case-study .inner-case-study-content .service {
    font-size: 0.8em;
  }

  /* News and Views */
  .news-views-loop {
    padding: 0 3.2em;
  }

  /* Our Team */
  .consolidated-service .col .team-member,
.site-main .entry-content #our-team .col .team-member {
    padding: 0 0.8em;
  }
  .consolidated-service .col .team-member span.circle,
.consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.circle,
.site-main .entry-content #our-team .col .team-member span.square {
    width: 100%;
    height: 100%;
    background: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .consolidated-service .col .team-member span.square,
.site-main .entry-content #our-team .col .team-member span.square {
    border-radius: 0;
  }
  .consolidated-service .col .team-member span.team-member-content .h4,
.site-main .entry-content #our-team .col .team-member span.team-member-content .h4 {
    text-align: left;
    margin-bottom: 0px;
  }
  .consolidated-service .col .team-member span.team-member-content .h4 .plus-icon,
.site-main .entry-content #our-team .col .team-member span.team-member-content .h4 .plus-icon {
    display: block;
    opacity: 0;
    float: right;
    margin-right: 3.6em;
  }
  .consolidated-service .col .team-member span.team-member-content .p,
.site-main .entry-content #our-team .col .team-member span.team-member-content .p {
    text-align: left;
    margin: 0px;
  }
  .consolidated-service .col .team-member:hover span.team-member-content .h4,
.site-main .entry-content #our-team .col .team-member:hover span.team-member-content .h4 {
    color: #000041;
  }
  .consolidated-service .col .team-member:hover span.team-member-content .h4 .plus-icon,
.site-main .entry-content #our-team .col .team-member:hover span.team-member-content .h4 .plus-icon {
    opacity: 1;
    margin-right: 1.6em;
    color: #ff0033;
  }
  .consolidated-service .team-overlay .container .closeit,
.site-main .entry-content #our-team .team-overlay .container .closeit {
    right: -3.2em;
  }
  .consolidated-service .team-overlay .container .member-info,
.site-main .entry-content #our-team .team-overlay .container .member-info {
    width: 35%;
  }
  .consolidated-service .team-overlay .container .member-info .p,
.site-main .entry-content #our-team .team-overlay .container .member-info .p {
    width: 50% !important;
    float: left;
  }
  .consolidated-service .team-overlay .container .member-bio,
.site-main .entry-content #our-team .team-overlay .container .member-bio {
    width: 65%;
  }
  .consolidated-service .team-overlay .container .member-bio p,
.site-main .entry-content #our-team .team-overlay .container .member-bio p {
    font-size: 0.8em !important;
  }

  .consolidated-service > .container,
#default-page #our-team > .container {
    Zmax-width: 1280px;
  }
  .consolidated-service .team-overlay,
#default-page #our-team .team-overlay {
    padding: 3.2em 0;
  }
  .consolidated-service .our-team-loop,
#default-page #our-team .our-team-loop {
    padding: 0em 3.2em 0 3.2em;
    margin-bottom: 0px;
  }
  .consolidated-service .our-team-loop .col .service-intros,
#default-page #our-team .our-team-loop .col .service-intros {
    padding-right: 4.6em;
  }
  .consolidated-service .our-team-loop .col .team-member,
#default-page #our-team .our-team-loop .col .team-member {
    height: 330px;
    padding: 0 2.6em;
  }
  .consolidated-service .our-team-loop .col .team-member .circle,
.consolidated-service .our-team-loop .col .team-member .square,
#default-page #our-team .our-team-loop .col .team-member .circle,
#default-page #our-team .our-team-loop .col .team-member .square {
    max-width: 230px;
    height: auto;
  }
  .consolidated-service .our-team-loop .col .team-member .square,
#default-page #our-team .our-team-loop .col .team-member .square {
    border-radius: 0;
  }
  .consolidated-service .our-team-loop .left-col,
#default-page #our-team .our-team-loop .left-col {
    width: 60%;
  }
  .consolidated-service .our-team-loop .right-col,
#default-page #our-team .our-team-loop .right-col {
    width: 40%;
  }

  #default-page #case-studies .case-studies-loop {
    padding: 0 3.2em 6em 3.2em;
  }
  #default-page #case-studies .case-studies-loop .col a img {
    margin-left: -30%;
  }
  /* News and Views */
  .site-main .entry-content #news-views {
    padding: 2.8em 1.6em;
  }
  .site-main .entry-content #news-views .col-2:first-child .inner-blog {
    padding: 0 3.2em 0 0;
  }
  .site-main .entry-content #news-views .col-2:last-child .inner-blog {
    padding: 0 0 0 3.2em;
  }
}
@media screen and (min-width: 1200px) {
  #default-page #case-studies .case-studies-loop .col:nth-child(2) {
    padding-right: 0.3em;
    padding-left: 0.3em;
  }
  #default-page #case-studies .case-studies-loop .col:nth-child(3) {
    padding-left: 0.3em;
    padding-right: 0px;
  }
  #default-page #case-studies .case-studies-loop .col a img {
    height: 320px;
    margin-left: -40%;
  }
}
.site-main .entry-content .logos {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.site-main .read-more {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 1.6em;
  display: block;
}

.site-main .articles article {
  box-shadow: 0 1px 0px rgba(5, 101, 177, 0.1), 0 1px 2px rgba(5, 101, 177, 0.1);
  position: relative;
  padding: 1.6em 1.6em 3.2em 1.6em;
  background: url(img/checks.png) repeat #f7f7f7;
  background-size: 100% auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  float: left;
  width: 100%;
}
.site-main .articles article:hover {
  box-shadow: 0 5px 0px rgba(5, 101, 177, 0.1), 0 6px 6px rgba(5, 101, 177, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}

.site-main .articles article .entry-header {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 1.6em;
}

.site-main .articles article .entry-header h3 {
  margin-top: 0px;
  font-size: 1.2em;
}

.site-main .articles article .entry-header h4 {
  font-size: 0.8em;
}

.site-main .articles article .entry-header .posted-on {
  font-size: 0.7em;
}

.site-main .articles article .entry-content p {
  margin-top: 0px;
}

.site-main .articles article .entry-footer {
  font-size: 80%;
}

.site-main .articles article .entry-footer .cat-links {
  float: left;
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.site-main .articles article .entry-footer .tags-links {
  float: left;
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.site-main .articles article .entry-footer .comments-link {
  position: absolute;
  bottom: 1.2em;
  right: 1.6em;
}

.site-main .articles article .entry-footer .edit-link {
  display: none;
}

.site-main .articles article h4.subtitle {
  color: #434244 !important;
}

.site-main .sidebar .widget-title {
  color: #434244 !important;
}

.site-main .sidebar ul {
  padding: 0.8em 0px;
  margin-left: 0px;
  list-style: none;
}

.site-main .sidebar ul li {
  padding: 0.4em 0;
  border-bottom: 1px dashed #ccc;
  font-size: 0.8em;
  padding-left: 1.3em;
}

.site-main .sidebar ul li:before {
  color: #ccc;
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

.site-main .sidebar .search-field {
  padding: 5px !important;
  max-width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.single .site-main .articles article {
  padding-top: 0px;
}

.single .site-main .articles article > .entry-content {
  padding-top: 0px;
}

.owl-controls {
  margin: 1.6em 0px 0 0 !important;
}

.owl-controls .owl-nav {
  display: none !important;
  width: auto;
  display: table;
  margin: 0 auto 1.6em auto;
}

.owl-controls .owl-nav div {
  padding: 0.4em;
  display: block;
  border: 1px solid #ffffff;
  text-indent: -999999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 0 0.2em 0 0.2em;
  float: left;
}

.owl-controls .owl-nav .owl-prev {
  background: url(img/prev-white.png) 0 0 no-repeat;
  background-size: 28px 28px;
}

.owl-controls .owl-nav .owl-next {
  background: url(img/next-white.png) 0 0 no-repeat;
  background-size: 28px 28px;
}

.owl-controls .owl-dots {
  margin: 0 auto;
  display: table;
  width: auto;
}

.owl-controls .owl-dot {
  background: #ffffff;
  float: left;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0.2em;
}

.owl-controls .owl-dot.active {
  background: #ff0033;
}

#owl-zoom .owl-item {
  padding: 1.6em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper textarea.medium,
.gform_wrapper textarea.large {
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.pre-footer {
  padding: 3.2em 0;
  background: #000041;
  width: 100%;
  float: left;
  clear: both;
}
.pre-footer p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
}
.pre-footer a {
  color: #ff0033;
  margin-bottom: 3.2em;
  display: block;
  width: 100%;
}
.pre-footer a:hover {
  color: #ffffff;
}
.pre-footer li.current-menu-item a {
  color: #ffffff;
}
.pre-footer .col-2 .map {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 1.6em;
}
.pre-footer .col-2 .map img {
  width: 100%;
  height: auto;
}
.pre-footer .col-2 ul {
  float: left;
  list-style: none;
  margin: 0px;
  width: 100%;
  padding: 3.2em 0 0 0;
}
.pre-footer .col-2 ul li {
  padding: 0px;
  margin: 0px;
  text-align: center;
  width: 100%;
}
.pre-footer .col-2 ul li a {
  margin-bottom: 0px;
}
.pre-footer .col-2 ul:last-child {
  padding: 0;
}
.pre-footer .foot-pad {
  padding: 3.2em 0;
}
.pre-footer .foot-pad p {
  padding: 0 2.6em;
  text-align: left;
  margin: 0px;
}

footer .site-info a {
  color: #ff0033;
}

@media screen and (min-width: 768px) {
  .pre-footer {
    padding: 0;
  }
  .pre-footer .col-2 {
    width: 60%;
    float: left;
  }
  .pre-footer .col-2 .address {
    padding: 1.6em;
    width: 50%;
    float: left;
  }
  .pre-footer .col-2 .address p {
    text-align: left;
    font-size: 0.8em;
  }
  .pre-footer .col-2 .address a {
    margin: 0px;
  }
  .pre-footer .col-2 .map {
    width: 50%;
    margin-bottom: 0px;
  }
  .pre-footer .col-2 ul {
    width: auto;
    padding: 1.6em 1.6em 0 1.6em !important;
    float: right;
  }
  .pre-footer .col-2 ul li {
    text-align: left;
    font-size: 0.8em;
  }
  .pre-footer .col-2 ul:first-child {
    padding-right: 3.2em !important;
  }
  .pre-footer .col-2:last-child {
    width: 40%;
  }
  .pre-footer .foot-pad p {
    padding: 3.2em 20% 3.2em 20%;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .pre-footer .col-2 {
    width: 50%;
  }
  .pre-footer .col-2 .address {
    padding: 3.2em;
  }
  .pre-footer .col-2 .address p {
    margin: 0px;
  }
  .pre-footer .col-2 .address a {
    margin: 0.8em 0 0 0;
  }
  .pre-footer .col-2 ul {
    padding-top: 3.2em !important;
  }
  .pre-footer .col-2 ul:first-child {
    padding-left: 3.2em !important;
  }
  .pre-footer .col-2:last-child {
    width: 50%;
  }
}
.site-footer {
  float: left;
  width: 100%;
  background: #0d546b;
  padding: 0.6em;
  color: #ffffff;
}

.site-footer p {
  text-align: center;
  color: #ffffff;
  font-size: 80%;
  margin: 0px;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.single .pages-header .site-main,
#disqus_thread,
.sidebar {
  padding: 0 1.8em;
}

.blog .pages-header .site-main,
.single .pages-header .site-main {
  padding: 1.8em;
}

.site-main {
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 1.8em 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 0em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10;
  padding-right: 10;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row {
  width: 100%;
  float: left;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.col {
  margin: 0 0 0.6em 0;
  float: left;
  width: 100%;
}

.site-main .col3 {
  padding-bottom: 2.6em !important;
}

.site-main .col-4 {
  width: 50%;
  float: left;
}

@media screen and (min-width: 480px) {
  #disqus_thread {
    padding: 0px;
  }

  .sidebar {
    padding: 0px;
  }

  .site-main {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 1.8em 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main {
    font-size: 1.1em;
  }

  .site-main .col-4 {
    width: 25%;
    float: left;
  }

  .site-main .col-2 {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }

  .site-main .articles {
    padding: 0 1.6em 0 0;
    width: 60%;
    float: left;
  }

  .site-main .sidebar {
    padding: 0 0 0 1.6em;
    width: 40%;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  #masthead .site-branding .site-title {
    float: left;
    margin: 13px 0;
  }

  .site-main .col3 {
    text-align: center;
    float: left;
    width: 33.333333%;
    padding: 0 0.8em;
  }

  .site-main .col3.first {
    padding: 0 1.6em;
    padding-left: 0px;
  }

  .site-main .col3.last {
    padding: 0 1.6em;
    padding-right: 0px;
  }

  .site-main .col3:first-child {
    padding: 0 1.6em !important;
    padding-left: 0px !important;
  }

  .site-main .col3:last-child {
    padding: 0 1.6em !important;
    padding-right: 0px !important;
  }

  .site-main.blog-row .col3 {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .site-main .articles {
    width: 70%;
  }

  .site-main .sidebar {
    width: 30%;
  }
}
.gravity-form-submitted .meta-info .submit-hide {
  display: none;
}

article.post .entry-content {
  line-height: 1.4em;
}
article.post .entry-content :not(h1, h2, h3, h4, h5, h6) strong,
article.post .entry-content :not(h1, h2, h3, h4, h5, h6) b {
  font-family: "Poppins", sans-serif;
}

body.post-type-archive-reports .seerlink {
  color: #ff0033 !important;
}
body.post-type-archive-reports #menu-item-137 a {
  color: white !important;
}

body.post-type-archive-careers .careersrlink {
  color: #ff0033 !important;
}
body.post-type-archive-careers #menu-item-137 a {
  color: white !important;
}

.site-main {
  min-height: 85vh;
}

@media (max-width: 639px) {
  #our-people .splide__pagination {
    bottom: -60px !important;
  }
}
@media (max-width: 899px) {
  .menu-toggle {
    top: 3.3rem;
  }
}
