/*
Theme Name: Hunt Scanlon Media
Theme URI: http://huntscanlon.com/
Author: Hunt Scanlon Media
Author URI: http://huntscanlon.com/
Description: Hunt Scanlon Media Wordpress Theme
Version: 2.0.0
License: 
License URI:
Text Domain: scanlon
Tags:

Hunt Scanlon Media 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
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*-------------------------------------------------------
#Font-face
-------------------------------------------------------*/
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Light.woff2') format('woff2'),
    url('fonts/Gotham-Light.woff') format('woff'),
    url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Medium.woff2') format('woff2'),
    url('fonts/Gotham-Medium.woff') format('woff'),
    url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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;
    color: #4DB2EC;
}

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;
}

mark {
    background: #FFFF00;
    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 {
    max-width: 100%;
    border: 0;
    vertical-align: top;
    height: auto;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*clear: both;*/
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 25px;
    padding: 0;
    line-height: 21px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #EEEEEE;
    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 #666666;
    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: #CCCCCC;
    border: 0;
    height: 1px;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
}

ul,
ol {
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
}

.entry-content ul, ol {
    margin-left: 17px;
	margin-bottom: 1.4em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

.entry-content ul ul li {list-style: circle;}
.entry-content ul ul ul li {list-style: square;}
.entry-content ol ol li {list-style: lower-alpha;}

.entry-content ul li, ol li {
	margin-bottom: .25em;
}

.entry-content p + ul, .entry-content p + ol {
    margin-top: -20px;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

table th {
    border: 1px solid #EDEDED;
    padding: 2px 8px;
    text-align: left;
}

table td {
    border: 1px dashed #CCCCCC;
    padding: 2px 8px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 3px;
    background: #E6E6E6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #CCCCCC #BBBBBB #AAAAAA;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #AAAAAA #BBBBBB #BBBBBB;
}

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 {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    color: #444444;
    font-size: 12px;
    height: 34px;
    line-height: 21px;
    max-width: 100%;
    padding: 3px 9px;
    width: 100%;
}

select {
    border: 1px solid #CCCCCC;
    width: 100%;
}

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: #111111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:visited {
    color: #005693;
}

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

a:hover,
a:focus,
a:active {
    color: #4DB2EC;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.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;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 24px;
    margin-left: 0;
}

.alignright {
    float: right;
    margin-bottom: 6px;
    margin-left: 24px;
    margin-right: 0;
    margin-top: 6px;
}

.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;
}

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

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

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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 {
    color: darkgrey;
    font-size: 13px;
}

/*--------------------------------------------------------------
## 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;
}

/*Custom Style
==================================*/
body {
    font-family: sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    position: relative;
}

.wrapper {
    max-width: 1164px;
    margin: 0 auto;
    left: 0;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
}

/*Header Nav
--------------------------*/
.top-nav {
    padding: 6px 0 6px;
}

.top-nav ul li {
    display: inline-block;
}

.top-nav ul li a {
    display: block;
    font-size: 12px;
    margin-right: 20px;
    color: #005693;
}

.top-nav ul li:hover a,
.top-nav ul li.current-menu-item a {
    color: #D86429;
}

/*Header
--------------------------*/
.header {
    background: #E8EFF5;
    border-top: 5px solid #D86429;
    padding: 22px 0;
}

.header .header-left {
    display: inline-block;
    float: left;
}

.logo {
    margin: 24px 0 24px 70px;
}

.header-lt-btm span {
    font-size: 10px;
    display: block;
}

.header .header-right {
    display: inline-block;
    float: right;
    padding-right: 30px;
    padding-top: 15px;
}

/*Navigation
--------------------------*/
.nav-area {
    position: relative;
    background: #005693;
    border-bottom: 4px solid #D86429;
    margin-bottom: 22px;
}

.navigation {
    position: relative;
    width: calc(100% - 36px);
    padding-left: 12px;
}

.navigation ul {
    padding: 0;
    margin: 0;
}

.navigation ul li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #326189;
    margin-left: -4px;
}

.navigation ul li a {
    backface-visibility: hidden;
    color: #FFFFFF;
    font-size: 12.5px;
    line-height: normal;
    padding: 16px 20px;
    text-transform: uppercase;
    display: block;
    height: 48px;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.current-menu-item > a,
.navigation > ul > li.current-menu-ancestor > a {
    background: #D86429;
}

.navigation ul li:last-child {
    border-right: 0px;
}

.navigation ul > li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: "FontAwesome";
    padding-left: 5px;
}

/*Sub Menu
=====================*/
.navigation ul ul.sub-menu {
    background: #FFFFFF;
    position: absolute;
    top: -999em;
    min-width: 100% !important;
    left: 0;
    top: 48px;
    z-index: 999999;
    box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #D86429;
    width: 15em;
    display: none;
}

.navigation ul li:hover ul.sub-menu {
    display: block;
}

.navigation ul ul.sub-menu li {
    border-right: 0;
    display: block;
    margin: 0;
}

.navigation ul ul.sub-menu li a {
    color: #555555;
    padding: 6px 10px 6px;
    line-height: 18px;
    display: block;
    text-transform: capitalize;
    text-align: left;
    font-size: 14px;
    height: auto;
}

.navigation ul ul.sub-menu li:hover a,
.navigation ul ul.sub-menu li.current-menu-item a {
    background: #D86429;
    color: #FFFFFF;
    border: 0;
}

/*Header Search
=====================*/
.header-search {
    display: inline-block;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 13px;
    width: auto;
    cursor: pointer;
}

.search-icon {
    color: #FFFFFF !important;
    font-size: 16px;
    outline: 0;
}

.header-search .header-search-box {
    background: #FFFFFF none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -11px;
    top: 39px;
    width: 342px;
    z-index: 999;
    display: none;
}

.header-search .header-search-box::before {
    border-color: transparent transparent #D86429;
    border-style: solid;
    border-width: 0 5.5px 6px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 12px;
    top: -10px;
    width: 0;
}

.header-search-box form {
    margin: 20px;
}

.header-search-box input[type="text"] {
    outline: 0;
    background: #FFFFFF;
    width: 200px;
    border-radius: 0;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0 5px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #E1E1E1;
    vertical-align: top;
}

.header-search-box input[type="submit"] {
    border: 1px solid transparent;
    outline: 0;
    background: #005693;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    width: auto;
    padding: 5px 14px;
    text-align: center;
    border-radius: 0;
    margin-left: -4px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    height: 30px;
    position: relative;
}

/*Container
=====================*/

/*Sub Heading-------------*/
h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
    font-weight: 400;
    color: #005693;
}

h3 a {
    color: #005693 !important;
}

h3 a:hover {
    text-decoration: underline;
}

.block-title {
    background: #E1E1E1;
    border-top: 7px solid #005693;
    padding: 5px 10px;
    font-size: 16px;
    color: #111111;
    margin-bottom: 16px;
    margin-top: 0;
    text-transform: uppercase;
}

.block-title.style2 {
    background: none;
    border-bottom: 2px solid #EEEEEE;
    border-top: 2px solid #EEEEEE;
    padding: 6px 0 5px;
}

.sub-heading {
    color: #090909;
    margin-bottom: 12px;
}

/*Sidebar
=====================*/
.main-container {
    /*overflow: hidden;*/
    clear: both;
}

.main-container.imc-content {
    max-width: 1024px;
    margin: 0 auto;
}

.main-container.imc-inner {
    margin-bottom: 30px;
    float: right;
    margin-right: 20px;
    max-width: 1024px;
}

.main-content {
    width: 61%;
    float: left;
    color: #575757;
}

.main-container.imc-inner .main-content {
    width: calc(100% - 395px);
}

.main-container.imc-content .main-content {
    width: calc(100% - 330px);
}

.article-ads {
    margin-bottom: 25px;
}

.top-stories {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px dotted #949494;
}

.top-stories-lft {
    width: 60%;
    float: left;
    padding-right: 15px;
    border-right: 1px dotted #949494;
}

.top-stories-lft img {
    width: 100%;
    max-height: 273px;
}

.top-stories-lft h3 {
    font-size: 20px;
    line-height: none;
    line-height: 28px;
    margin-bottom: 10px;
}

.top-stories-lft img {
    display: block;
    margin-bottom: 10px;
}

.para-box {
    background: #F3F6FD;
    padding: 10px;
    font-size: 13px;
}

.para-box p {
    line-height: 20px;
    margin: 0;
}

.para-box p a {
    color: #575757;
}

.top-stories-rht {
    width: 40%;
    float: right;
    padding: 0 2px 0 16px;
}

.top-stories-rht h3 {
    margin-bottom: 10px;
}

.top-stories-rht p {
    margin-bottom: 21px;
    line-height: normal;
}

.top-stories-rht p:last-child {
    margin-bottom: 0;
}

.post-container {
    padding-left: 10px;
}

.widget-ads img {
    margin-bottom: -6px;
}

.post-row {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}

.page-template-template-imc-inner .post-row {
    margin: 25px 0;
}

.page-template-template-imc-inner .post-row:last-child {
    margin-bottom: 13px;
}

.talent-talks-row .post-row-content > h3 {
    margin-bottom: 6px;
}

.post-row-content p {
    margin-bottom: 0px;
}

.post-row .sub-heading {
    margin-bottom: 7px;
    text-transform: capitalize;
}

.desktop-sponsored-content .post-row .sub-heading {
    color: #909090;
}

.post-img {
    display: block;
    float: left;
    height: 108px;
    max-width: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.post-img img {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}

.post-row img:hover {
    opacity: 0.4;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.post-img + .post-row-content {
    padding-left: 17px;
}

.post-row-content {
    overflow: hidden;
}

.add-banner {
    margin-bottom: 20px;
}

.add-banner img {
    max-height: 112px;
}

.add-banner p {
    margin: 0;
}

a.archives-btn {
    margin-top: 1.2em;
    background: #005693;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
    padding: 13px;
}

aside.right-sidebar {
    width: 36.6%;
    float: right;
}

.widget-area {
    background: #F3F6FD;
}

.widget-content {
    padding: 0 10px 16px;
    clear: both;
    overflow: hidden;
}

.widget-content p:last-child {
    margin-bottom: 0;
}

.widget-content-box {
    margin-bottom: 10px;
    padding: 14px;
    background: #D4D6D5;
}

.gray-box {
    padding: 0 0 7px;
    overflow: hidden;
    margin-bottom: 0;
}

.widget-content-box h4 {
    margin-bottom: 15px !important;
}

.video-tab {

    overflow: hidden;
    background: #D4D5D5;
}

.video-tab strong {
    float: left;
    width: 50%;
    color: #000000;
    font-size: 14px;
    padding: 10px 10px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.video-tab strong:first-child {
    background: #005693;
    position: relative;
    transform: skew(-30deg, 0);
    width: calc(50% + 20px);
    margin-left: -20px;
    padding-left: 20px;
}

.video-tab strong span {
    transform: skew(30deg, 0);
    display: block;
    color: #FFFFFF;
}

.video-tab p {
    text-align: left;
    margin-bottom: 0;
    color: #000000;
    line-height: 20px;
}

.video-cont-box {
    float: left;
    font-size: 15px;
    padding: 10px 15px;
    width: 86.1%;
}

.now-playing {
    background: #005693;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0 10px 15px;
    padding: 2px 10px;
    text-align: left;
}

.now-playing:hover {
    color: #FFFFFF;
}

.now-playing i {
    font-size: 12px;
    padding-left: 2px;
}

.multimedia-image {
    float: right;
    margin-right: 10px;
    margin-top: 21px;
}

.add-border {
    border-top: 7px solid #005693;
}

.talk-head {
    background: #0C71B5;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 0;
    margin: 0 -13px 20px
}

.talk-box-area {
    padding: 0 13px 20px;
}

.talk-box {
    margin-bottom: 22px;
}

.talk-box:last-child {
    margin-bottom: 0px;
}

.talk-box:after {
    content: '';
    display: table;
    clear: both;
}

.talk-box img {
    float: left;
    width: auto;
    margin-right: 6px;
    max-height: 55px;
}

.talk-content {
    overflow: hidden;
}

.talk-content img {
    float: none;
    margin-right: 0;
}

.talk-content h3 {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}

.talk-content span {
    display: block;
    font-size: 13px;
    color: #000000;
}

.social-box {
    font-size: 13px;
}

.social-box a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
}

.social-box p a {
    color: #4557A9;
    margin-right: 0;
}

.get-height {
    min-height: inherit;
}

.ajax-loader {
    min-height: inherit;
    width: 100%;
    background: url(images/ajax-loader.gif) no-repeat 50% 50%;
}

.widget-news {
    overflow: hidden;
    padding: 9px 10px 9px 0;
}

.widget-news p {
    font-size: 13px;
    line-height: 17px;
    color: #090C11;
    margin-bottom: 0px;
}

.widget-news img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 95px;
}

.widget-news img:hover {
    opacity: 0.4;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.widget-news h3 {
    font-size: 15px;
    clear: none;
    margin-bottom: 7px;
}

.widget-content h5 {
    font-size: 15px;
    line-height: 16px;
    color: #090C11;
    margin: 10px 0 15px 0;
}

.imc-sidebar-box .widget-slide-nav {
    margin-bottom: 15px;
}

.widget-slide-nav,
.imc-slide-nav {
    overflow: hidden;
    width: 100%;
}

.imc-slide-nav {
    margin-bottom: 20px;
}

.widget-slide-nav a.prev,
.widget-slide-nav a.next {
    width: 18px;
    height: 18px;
    background-color: #005693;
    border-radius: 3px;
    display: block;
    line-height: 18px;
    text-align: center;
    margin-left: 5px;
    float: right;
    color: #FFFFFF;
    cursor: pointer;
}

.widget-latest-news {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.widget-latest-news img {
    float: left;
    margin-right: 14px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.widget-latest-news p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    padding-top: 3px;
    font-weight: 400;
    color: #005693;
}

.widget-latest-news p a {
    color: #005693;
}

.widget-latest-news p a:hover {
    text-decoration: underline;
}

.widget-latest-news.hide-img {
    padding-left: 20px;
    margin-bottom: 3px;
}

.widget-latest-news.hide-img img {
    display: none;
}

.widget-latest-news.hide-img:before {
    position: absolute;
    font-size: 14px;
    color: #C36738;
    content: '\25BA';
    top: 50%;
    left: 0px;
    margin-top: -8px;
}

.widget-latest-news.hide-img p {
    font-size: 14px;
}

.imc-slide-nav a.prev,
.imc-slide-nav a.next {
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    display: block;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
    float: left;
    color: #777777;
    cursor: pointer;
    border: 1px solid #BBBBBB;
}

.imc-slide-nav a.prev:hover,
.imc-slide-nav a.next:hover {
    background-color: #005693;
    border: 1px solid #005693;
    color: #FFFFFF;
}

.sidebar-add img {
    width: 100%;
}

.widget-trends {
    margin: 0 12px !important;
    width: 44%;
    float: left;
}

.widget-trends h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.widget-trends p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
}

.widget-trends p a {
    color: #575757;
}

.widget-trends p a:hover {
    text-decoration: underline;
}

.widget-trends img {
    margin-bottom: 5px;
}

.widget-trends img:hover {
    opacity: 0.4;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.widget-trends:last-child {
    margin-right: 0px;
}

.widget-content ul {
    padding: 0px 0 0 20px;
    margin: 0px;
    list-style: none;
}

.widget-content ul li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 0px 0px 6px;
    position: relative;
}

.widget-content ul li a {
    color: #005693;
}

.widget-content ul li a:hover {
    text-decoration: underline;
}

.widget-content ul li:before {
    position: absolute;
    font-size: 14px;
    color: #C36738;
    content: '\25BA';
    top: 0px;
    left: -17px;
}

.sidebar-bottom-block {
    overflow: hidden;
    padding: 20px 0px 0;
}

.sidebar-bottom-block h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    clear: none;
}

.sidebar-bottom-block ul {
    padding-left: 7px;
    overflow: hidden;
}

.sidebar-bottom-block ul li {
    font-size: 14px;
    color: #005693;
    position: relative;
}

.sidebar-bottom-block ul li:before {
    position: absolute;
    left: -11px;
    top: 3px;
    content: '\2212';
    font-size: 14px;
    color: #005693;
}

.sidebar-bottom-block img {
    float: left;
    margin-right: 12px;
}

.sidebar-bottom-block-right {
    float: right;
    width: calc(100% - 164px);
}

a.learn-more {
    background-color: #005693;
    max-width: 137px;
    font-size: 14px;
    color: #F0AF37;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

/*footer Style
==================================

.footer
{
    background-color:#005693;
    border-top:4px solid #D86429;
    padding:14px 15px 22px 15px;
    margin-top:20px;
    overflow:hidden;
}

.footer p
{
    font-size:12px;
    line-height:15px;
    color:#ffffff;
}

.footer-left{
    float:left;
    max-width:32%;
    padding-top:7px;
}

.footer-left input[type="search"]{
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    padding:5px 10px;
    width:332px;
    font-size:14px;
    margin-top:6px;
}

.footer-social-media
{
    padding-top:30px;
}
.footer-social-media ul
{
    padding:0px;
    margin:0px;
    overflow:hidden;
}
.footer-social-media ul li:first-child{
    line-height:40px;
}
.footer-social-media ul li{
    float:left;
    font-size:14px;
    display:block;
    color:#ffffff;
    margin-right:20px;
    vertical-align:middle;
    text-align:center;
}
.footer-social-media ul li a{
    background:#fff;
    padding:7px 10px;
    font-size:22px;
    display:block;
    width:40px;
    color:#005693;
}
.footer-social-media ul li:hover a{
    color:#fff;
}
.footer-social-media ul li:hover a.linkedin{ background:#0077B5;}
.footer-social-media ul li:hover a.facebook{ background:#295396;}
.footer-social-media ul li:hover a.twitter{ background:#1DA1F2;}
.footer-social-media ul li:hover a.youtube{ background:#EE1C1B;}


.footer h4{
    background:none;
    font-size:13px;
    line-height:normal;
    margin-top:0px;
    margin-bottom:10px;
    border-bottom:0px;
    padding:0px;
    color:#ffffff;
    text-transform:none;
}

.footer p
{
    font-size:12px;
    line-height:16px;
    padding:0;
    margin-bottom:10px;
    color:#ffffff;
}

.footer-right{
    float:right;
    max-width:63%;
    margin:0px;
    padding:0px;
}
.footer-right ul
{
    margin:0px;
    padding:0px;
}
.footer-right ul li{
    line-height:14px;
    padding:0px;
    margin:0px 32px 0 0;
    float:left;
}
.footer-right ul ul li {
    font-size:12px;
    line-height:16px;
    padding:0;
    margin-bottom:10px;
    color:#ffffff;
    width:100% !important;
}

.footer-right ul ul li a{
    color:#ffffff;
}
.footer-right ul ul li a:hover{
     text-decoration:underline;
}

.footer-right ul li:first-child
{
    width:33%;
}
.footer-right ul li:nth-child(2)
{
    width:20%;
}
.footer-right ul li:nth-child(3)
{
    width:13%;
}
.footer-right ul li:nth-child(4)
{
    width:16%;
    margin-right:0px;
}
*/

#footer {
    clear: both;
    text-align: center;
    margin: 60px 0 20px;
    font-size: 11px;
    color: #090909;
}

#footer a {
    color: #005693;
}

#footer li {
    display: inline-block;
}

footer.footer {
    border: 1px solid #CCCCCC;
    padding: 5px 10px 3px;
    margin: auto;
    max-width: 100%;
}

.footer li::after {
    content: "|";
    padding-left: 5px;
    padding-right: 2px;
    position: relative;
    top: -2px;
}

#footer .footer a {
    color: #090909;
    font-size: 15px;
    font-weight: 700;
}

.footer li:last-child:after,
.page-footer li:last-child:after,
.page-footer li.last:after,
.footer li.last:after {
    display: none;
}

.page-footer {
    margin: 25px auto;
    color: #005693;
}

.page-footer-menu > span,
.page-footer-menu > .menu-footer-ranking-container,
.page-footer-menu > .menu-footer-reports-container {
    display: inline-block;
}

.page-footer-menu > span {
    color: #000000;
    padding-right: 10px;
}

.page-footer li::after {
    content: "|";
    padding-left: 5px;
    padding-right: 2px;
}

.bottom-footer a {
    padding: 0 5px;
}

/*Inner Page Start
=============================*/
.inner-lft-sidebar {
    float: left;
    padding: 0;
    width: 22%;
}

.sidebar-social {
    margin-bottom: 20px;
}

.sidebar-social span {
    color: #005693;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.sidebar-social a {
    display: inline-block;
    font-size: 30px;
    margin-left: 5px;
    transition: all 0.25s ease-in-out;
}

.sidebar-social a:hover {
    opacity: 0.8;
}

.inner-rht-sidebar {
    float: left;
    padding: 0;
    width: 14%;
}

.inner-rht-sidebar a {
    margin-bottom: 50px;
    display: block;
}

.social-icon {
    display: block;
    overflow: hidden;
    text-align: right;
}

.sidebar-social a:nth-child(1) {
    color: #1B86BC;
}

.sidebar-social a:nth-child(2) {
    color: #1DA1F2;
}

.sidebar-social a:nth-child(3) {
    color: #355089;
}

.sidebar-social a:nth-child(4) {
    color: #CC181E;
}

/*inner-content*/
.inner-content {
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
    width: 54%;
}

.inner-content.center-grid {
    float: none;
    margin: 0 auto;
    width: 58%;
}

.inner-content.center-grid.full_width {
    width: 100%;
}

.executive-search {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    margin-bottom: 30px;
}

.executive-search p {
    line-height: 21px;
}

.executive-search strong {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.executive-search a {
    color: #326891;
    display: block;
}

.executive-search a:hover {
    text-decoration: underline;
}

/*past articles*/
.past_articles {
    font-size: 13px;
}

.past_articles .post-date {
    color: grey;
    font-size: 15px;
    font-weight: bold;
}

.post-right .post-row-content {
    padding-left: 0;
}

.post-right .post-row-content img {
    float: right !important;
    position: relative;
    top: -5px;
}

/*two-column
---------------------------*/
.two-column {
    float: left;
    margin-right: 5%;
    width: 81%;
}

.single-content {
    margin: 0 auto;
    max-width: 80%;
}

/*Newswire
---------------------------*/
.newswire {
}

.newswire-row {
    padding-top: 40px;
}

.newswire-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newswire-row ul li {
    display: block;
    margin-bottom: 20px;
    color: #005693;
    font-size: 15px;
}

.newswire-row ul li span {
    display: inline-block;
    padding-right: 12px;
}

.newswire-row ul li a {
    display: inline-block;
    color: #005693;
    padding-left: 12px;
}

.newswire-row ul li:hover a {
    text-decoration: underline;
}

.newswire-row ul li a::before {
    content: "|";
    left: -13px;
    position: relative;
}

/*Pager
---------------------------*/
.pager {
    overflow: hidden;
    clear: both;
    margin: 50px 0 30px;
}

.pager a {
    width: 35px;
    border: 1px solid #E3E3E3;
    color: #666666;
    display: inline-block;
    float: left;
    line-height: 21px;
    margin: 0 8px 0px 0;
    text-align: center;
    padding: 5px 0;
}

.pager span {
    width: 35px;
    border: 1px solid #E3E3E3;
    color: #666666;
    display: inline-block;
    float: left;
    line-height: 21px;
    margin: 0 8px 0px 0;
    text-align: center;
    padding: 5px 0;
}

.pager span:last-child {
    border: 0px solid #E3E3E3;
    float: right;
    margin: 0;
    width: auto;
}

.pager a:first-child {
    display: none;
}

.pager span.current {
    background: #005693;
    border: 1px solid #005693;
    color: #FFFFFF;
}

.pager a:hover {
    background: #444444;
    border: 1px solid #444444;
    color: #FFFFFF;
}

/*==================================
=            Mobile Bar            =
==================================*/
.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-footer {
        display: block;
    }

    body {
        padding-bottom: 100px;
    }

    body.page-template.page-template-template-ranking.page-template-template-ranking-php.page {
        padding-bottom: 60px;
    }

    #menu-item-23117,
    .category-executive-search-review .td_with_ajax_pagination > div > div:first-child,
    .category-our-latest-thinking .td_with_ajax_pagination > div > div:first-child {
        display: none !important;
    }
}

.mobile-footer-menu {
    display: table;
    width: 100%;
    background: #F2F2F2;
    border-top: 1px solid #E1E1E1;
    border-collapse: collapse;
    table-layout: fixed;
}

.mobile-footer-menu > div {
    display: table-cell;
    text-align: center;
}

.mobile-footer-menu > div a {
    display: block;
    padding: 5px 0px;
    line-height: 30px;
}

.mobile-footer-menu > div a.active {
    color: #005693;
}

.mobile-footer-menu > div a img {
    max-height: 30px;
    vertical-align: middle;
}

.mobile-footer-menu > div a .hover {
    display: none;
}

.mobile-footer-menu > div a.active .hover {
    display: inline-block;
}

.mobile-footer-menu > div a.active .normal {
    display: none;
}

.mobile-footer-menu > div a span {
    color: #888888;
    display: block;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
    overflow-wrap: break-word;
}

.mobile-footer-menu > div a:hover span,
.mobile-footer-menu > div a.active span {
    color: #005693;
}

/*=====  End of Mobile Bar  ======*/

.mobile-navigation {
    width: 80%;
    position: absolute;
    left: -80%;
    top: 0;
    height: 100%;
    z-index: 98;
    overflow: auto;
    background-color: #F5F5F5;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

.mobile-navigation a.close {
    display: block;
    text-align: center;
    padding: 15px 0 17px;
    background-color: #D86429;
    color: #FFFFFF;
    font-size: 17px;
}

.mobile-navigation a {

    display: block;
}

.mobile-navigation ul li {
    display: block;
}

.mobile-navigation ul li a {
    display: block;
    padding: 12px 13px 11px 17px;
    color: #1E1E1E;
    border-top: 1px solid #E8E8E8;
    font-size: 14px;
}

.mobile-navigation > ul > li:last-child > a {
    border-bottom: 1px solid #E8E8E8;
}

.mobile-navigation ul li:hover > a {
    background-color: #FAFAFA;
    color: #D86429;
}

.mobile-navigation .sub-menu li a {
    border: 0;
    padding-left: 27px;
}

.mobile-navigation .sub-menu li a:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

.mobile-navigation.opened {
    left: 0;
}

html.opened {
    overflow: hidden;
}

.wrapper.opened {
    left: 80%;
}

/*Mobile Footer
=======================================*/
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    background: #005693;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.mobile-blue-bar {
    display: none;
    background: #005693;
    padding: 10px 20px;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.mobile-blue-bar .event-link {
    float: right;
    margin: 5px 0 0 12px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 2px 5px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 20px;
}

.toggle-nav {
    display: none;
    margin-left: 12px;
    text-align: center;
    outline: none;
    float: left;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 2px 5px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 20px;
}

.toggle-nav i {
    color: #FFFFFF;
    font-size: 25px;
    margin-left: 5px;
    vertical-align: middle;
}

.blue-bar-social {
    text-align: center;
}

.blue-bar-social a {
    display: inline-block;
    margin-left: 8px;
    width: 34px;
    height: 34px;
    position: relative;
    background: #005693;
    border-radius: 50%;
    text-align: center;
}

.blue-bar-social a i {
    font-size: 24px;
    margin: 5px 0;
    color: #fff;
}

.financial-content h2 {
    border-bottom: 2px solid #7A8689;
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.financial-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.financial-content ul li {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.financial-content ul li a {
    font-size: 12px;
    color: #186EBA;
    display: block;
    line-height: 20px;
}

.financial-content ul li span {
    display: block;
    font-size: 12px;
    color: #444444;
    line-height: 20px;
    font-weight: 700;
}

.financial-content .post-row {
    border-bottom: 0px solid lightgray;
    padding-bottom: 0;
    margin-bottom: 0;
}

.financial-content .post-row-content {
    padding: 0 10px;
}

.grid-small {
    font-size: 15px;
}

/*Article CSS
=======================================*/
.article-area {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.article-lft {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(images/global20background3.jpg);
    background-size: cover;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    min-height: 669px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 72.2%;
    padding-right: 5.3%;
}

.article-lft h1 {
    margin-top: 50px;
    margin-bottom: 38px;
}

.article-lft p {
    line-height: 23px;
    padding: 0 62px;
    margin: 0 0 30px;
}

@media screen and (min-width: 1000px) {
    .post-51747 .article-lft p {
        padding: 0 143px;
    }
}

.post-51747 .article-lft p {
    text-shadow: 1px 1px 8px #001c31;
}

.download-pdf {
    text-align: center;
    margin-top: 50px;
}

.download-pdf a {
    margin: auto;
    padding: 6px 10px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    color: #FFFFFF;
    display: table;
    font-weight: 700;
    transition: all 0.25s ease-in-out;
    line-height: 1;
}

.download-pdf a img,
.download-pdf a span {
    vertical-align: middle;
    display: table-cell;
}

.download-pdf a:hover {
    opacity: 0.5;
}

.download-pdf img {
    margin-right: 5px;
    max-width: 50px;
    float: left;
}

.article-rht {
    float: right;
    border-bottom: thin solid #C9BFBF;
    border-top: thin solid #C9BFBF;
    height: 44.5em;
    overflow: hidden;
    padding: 0;
    width: 27.8%;
}

.article-rht h2 {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: thick solid #C9BFBF;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
}

.custom-scroll {
    height: 44.5em;
    max-width: 317px;
    overflow: hidden;
}

.custom-scroll-box {
    direction: ltr;
    height: 100%;
    max-width: 100%;
    outline: medium none;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.article-post-item {
    text-align: center;
    border-bottom: thin solid #C9BFBF;
    margin-bottom: 21px;
    padding-bottom: 0.5em;
    /*max-width:300px;
    min-width:300px;*/
}

.article-post-item:last-child {
    border-bottom: 0 none;
}

.article-post-item img {
    max-width: 82px;
    max-height: 82px;
    display: inline-block;
    margin-bottom: 10px;
}

.article-post-item h3 {
    color: #005693;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.article-post-item .meta-data {
    margin-bottom: 8px;
}

.article-post-item span {
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
}

.article-post-item span:after {
    position: relative;
    content: "|";
    padding: 0 3px;
}

.article-post-item span:last-of-type:after {
    content: none;
    display: none;
}

.article-post-item a {
    color: #005693;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    margin: 0 8px;
}

.rank-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #293D6F;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #000000;
    margin: 0 auto 10px;
}

/*Popup
=========================*/
#popup_article {
    display: none;
}

.popup_article {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.article-post-top {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

.article-post-top h3 {
    color: #005693;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
}

.article-post-top span {
    display: block;
    font-size: 12px;
    line-height: 17px;
}

.popup-scroll {
    padding: 10px 0;
    font-size: 14px;
    color: #000000;
}

.popup-scroll p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.article-post-mid {
    border-bottom: 2px solid #6FA0C2;
    border-top: 2px solid #6FA0C2;
}

.article-post-bottom {
    padding: 33px 0 0;
}

.popup-content {
    padding: 10px;
}

.popup-content .ceo-popup {
    margin-top: 10px;
}

.popup-content .ceo-popup:first-child {
    margin: 0;
}

.ceo-desc {
    overflow: hidden;
}

.company-stats {
    float: left;
}

.company-logo {
    text-align: right;
    overflow: hidden;
}

.ceo-image {
    width: 100px;
    float: left;
}

.ceo-image img {
    max-width: 100px;
    padding-right: 15px;
}

.linkedin-profile {
    display: block;
    margin-top: 5px;
    max-width: 70px;
}

.fancybox-inner {
    height: auto !important;
}

@media screen and (min-width: 768px) {
    .company-stats {
        max-width: 45%;
    }

    .company-logo {
        max-width: 45%;
        float: right;
    }
}

/*IMC Page Start
=======================================*/
.imc-left-sidebar {
    float: left;
    min-width: 100px;
    padding-right: 10px;
}

.imc-content {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.imc-content p {
    color: #222222;
}

.imc-content h1 {
    color: black;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 2%;
    text-transform: uppercase;
}

.imc-content ul,
.imc-content ol {
    color: #222222;
    list-style: inherit;
    margin-bottom: 25px;
}

.imc-content ul li,
.imc-content ol li {
    line-height: 24px;
    margin-left: 21px;
}

.page-template-template-imc-home-php .main-container.imc-content .imc-sidebar {
    width: 250px;
    margin-top: 0;
    margin-left: 20px;
}

.imc-sidebar {
    float: right;
    padding: 0px;
    width: 345px;
    margin-top: 15px;
}

.imc-sidebar-logo a {
    display: inline-block;
    /*padding: 0 7% 0 0; width: 49%;*/
}

.imc-sidebar .imc-address {
    font-style: normal;
    color: #222222;
    margin: 10px 0;
    line-height: normal;
}

.imc-address p {
    margin: 0;
}

.imc-sidebar .imc-address a {
    color: #326891;
    display: block;
}

.imc-social {
    margin: 10px 0 20px;
}

.imc-social a {
    display: inline-block;
    margin-right: 8px;
}

.imc-video {
    margin-bottom: 15px;
}

.imc-video iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 195px;
}

a.latest-video {
    display: block;
    margin-bottom: 20px;

}

a.latest-video i {
    color: #D86429;
}

.fwp-btn {
    background: #DDDDDD;
    border: 0 none;
    color: #000000;
    float: right;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    padding: 8px 7px;
}

div#td-top-search {
    padding-top: 12px;
}

.td-a-rec.td-a-rec-id-header {
    display: none;
}

.tm-custom-sidebar.clearfix {
    padding-left: 96px;
}

.facetwp-facet .facetwp-depth {
    margin-left: 19px;
    display: block !important;
}

.facetwp-facet-region .facetwp-depth {
    display: block;
    max-height: 150px;
    overflow-y: auto;
}

.facetwp-facet-industry .facetwp-depth {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter_it h5 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 11px;
    font-weight: bold;
}

.tm-detail-block {
    margin-top: 30px;
}

.tm-detail-block img {
    float: left;
    margin-right: 25px;
    margin-top: 16px;
}

.tm-detail-text {
    padding: 14px 0 0;
}

.tm-module_area {
    margin: 50px 0 0;
}

.tm-module_area .block-title {
    clear: both;
    margin-bottom: 25px;
}

.tm-module_area .facetwp-selections > ul {
    background: #F0F0F0;
    border-radius: 3px;
    margin-bottom: 45px;
    margin-top: -35px;
    padding: 45px 10px 10px;
    position: relative;
}

.tm-module_area .facetwp-selections > ul::before {
    content: "Showing Results For";
    font-size: 13px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 10px;
}

.tm-module_area .facetwp-selections > ul > li {
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    margin-left: 0;
    padding: 0;
    position: relative;
}

.tm-module_area .facetwp-selections > ul > li::after {
    vertical-align: top;
}

.tm-module_area > .facetwp-template > ul {
    margin: -20px -10px;
    list-style: none;
}

.tm-module_area > .facetwp-template > ul > li {
    float: left;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    width: 25%;
}

.tm-module_area > .facetwp-template > ul > li:nth-child(4n+1) {
    clear: left;
}

.tm-module_area > .facetwp-template > ul > li a {
    display: block;
}

.tm-module_area > .facetwp-template > ul > li a h5 {
    margin: 0;
    position: relative;
    top: 0;
    transition: top 0.3s ease-in-out 0s;
    font-size: 17px;
    color: #111111;
    font-weight: 400;
    line-height: 1.3;
}

.tm-module_area > .facetwp-template > ul > li a img {
    display: block;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out 0s;
}

.tm-module_area > .facetwp-template > ul > li a:hover img {
    transform: scale(1.10);
}

.tm-module_area > .facetwp-template > ul > li a:hover h5 {
    top: 10px;
}

.tm-custom-sidebar .facetwp-facet {
    margin-bottom: 20px;
}

.filter_it {
    position: relative;
    margin-top: 16px;
}

.facetwp-counter {
    display: none;
}

.facetwp-alpha {
    color: #DDDDDD;
    cursor: default;
    display: table-cell !important;
    margin-right: 8px;
    text-align: center;
    width: 3.57%;
}

.facetwp-facet {
    margin-bottom: 10px !important;
}

.facetwp-type-alpha {
    margin-left: 14px;
}

.top_facets {
    /* background: #F0F0F0 none repeat scroll 0 0; */
    border-radius: 10px;
    border: 2px solid #E8E8E8;
    background-image: linear-gradient(to right, #EDEDEC, white);
    margin-bottom: 45px;
    padding: 10px 10px 5px 9px;
}

.td-icon-search {
    margin-top: 0px;
}

span.facetwp-alpha {
    color: #333333;
}

span.facetwp-expand {
    display: none;
}

.imcIndRight {
    width: 50%;
    float: right;
}

.imcIndLeft {
    width: 50%;
    float: left;
}

.imcIndBlock {
    margin-top: -20px;
}

.facetwp-type-alpha:after {
    display: table;
    content: "";
    clear: both;
}

.tm-module_area .mobile-title,
.tm-module_area p {
    display: none;
}

.solution-exp-box {
    margin-bottom: 21px;
    clear: both;
    overflow: hidden;
}

.solution-exp-box h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}

.solution-exp-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.solution-exp-box ul li {
    background: url(images/link-more.png) no-repeat 0 6px;
    padding: 0 0 0 15px;
    font-size: 14px;
    display: block;
}

.aditional-media {
    padding-bottom: 10px;
}

.aditional-media ul li {
    display: block;
}

.aditional-media ul li a {
    display: block;
    background: url(images/link-more.png) no-repeat 0 6px;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #326891;
}

.featured_widget h4.block-title {
    background: none;
    border-bottom: 0px;
    padding: 0;
    margin: 0;
}

.ads_widget .widget-content {
    padding: 0;
}

.ads_widget h4.block-title {
    display: none;
}

.single-talent_talks h1.entry-title {
    font-size: 22px;
    font-weight: 400;
}

.post-sub-title {
    color: #999999;
    font-family: sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    margin: 9px 0 14px;
    display: block;
}

.marquee {
    background: #FAFAFA;
    display: block;
    height: 70px;
    line-height: 70px;
    margin-bottom: 16px !important;
    border-radius: 8px;
    border: 2px solid #F1F1F1;
    overflow: hidden;
    color: #000000 !important;
}

.marquee p {
    color: #000000 !important;
    margin: 0;
    line-height: 70px;
}

.marquee p a {
    display: inline-block;
    padding-right: 25px;
    color: #000000;
}

.marquee p a span {
    color: #005693;
}

.post-pagination {
    overflow: hidden;
    margin-top: 50px;
}

.post-pagination .page-nav {
    float: left;
}

.post-pagination .page-count {
    color: #666666;
    font-size: 12px;
    line-height: 33px;
    overflow: hidden;
    text-align: right;
}

.post-pagination a,
.post-pagination span {
    border: 1px solid #E3E3E3;
    color: #666666;
    display: inline-block;
    float: left;
    line-height: 21px;
    margin: 0 8px 0px 0;
    min-width: 33px;
    padding: 5px 11px;
    text-align: center;
    font-size: 12px;
}

.post-pagination a:hover {
    background-color: #444444;
    border-color: #444444;
    color: #FFFFFF;
}

.post-pagination .current {
    background-color: #005693;
    border-color: #005693;
    color: #FFFFFF;
}

.csRow {
    margin: 0 -15px;
}

.csRow img {
    margin-bottom: 5px;
}

.csRow h1,
.csRow h2,
.csRow h3 {
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 17px;
}

.csRow iframe {
    width: 100%;
    height: auto;
    min-height: 200px;
    border: 0;
}

.single h1.post-title, .single h1.imc-post-title {
    font-size: 22px;
    line-height: 30px;
    color: #326189;
    margin-bottom: 7px;
    margin-top: 0;
    overflow-wrap: break-word;
    font-weight: 400;
    text-transform: none;
}

.single h1.imc-post-title {
    margin-bottom: 13px;
    color: #000000;
}

.post-featured-image {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 5px;
    max-width: 20em;
}

.navigation.post-navigation {
    padding: 0;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    margin: 50px 0;
}

.navigation.post-navigation span {
    display: block;
    font-size: 12px;
    color: #C1C1C1;
}

.relatedpostslinks {
    margin: 25px 0;
}

.relatedpostslinks a {
    font-size: 15px;
    margin-bottom: 15px;
}

.related-post-container {
    overflow: hidden;
}

.related-post-container .get-height {
    margin: 0 -10px;
}

.related-post-container .ajax-container .widget-trends {
    margin: 0 !important;
    padding: 0 10px;
    width: 33.33%;
    float: left;
}

.related-post-container .ajax-container .widget-trends a {
    color: #005693;
}

.headline-style-3 {
    border-bottom: 4px solid #D86429;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 25px;
    padding: 0 0 5px;
}

.the_champ_sharing_container.the_champ_horizontal_sharing {
    margin: 25px 0;
}

/**********404 page*************/

.error-404 {
    text-align: center;
    overflow: hidden;
}

.error-404 .page-title {
    color: #326189;
    font-family: sans-serif;
    font-size: 30px;
    line-height: 50px;
    margin: 20px 0 17px;
    text-align: center;
    font-weight: 400;
}

.error-404 h3 {
    color: #000000;
    font-family: sans-serif;
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 40px;
    text-align: center;
    font-weight: 400;
}

.error-404 a {
    background-color: #005693;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 6px;
    padding: 8px 15px;
}

.lastest-posts {
    overflow: hidden;
    margin: 30px 0;
}

.lastest-posts-content {
    margin: 0 -15px;
}

.lastest-post-box {
    width: 25%;
    float: left;
    padding: 0 15px 25px;
}

.lastest-post-box img {
    margin-bottom: 15px;
}

.lastest-post-box h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.lastest-post-box span.pdate {
    font-size: 12px;
    color: #AAAAAA;
    display: block;
}

.lastest-posts a {
    display: block;
    transition: opacity 0.25s ease-in-out;
}

.lastest-posts a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.lastest-post-box:nth-child(5) {
    clear: left;
}

/********report-content********************/

.report-content {
    max-width: 930px;
    margin: auto;
}

.cover-image {
    float: left;
    max-width: 250px;
    margin-right: 15px;
}

.cover-right {
    overflow: hidden;
}

.cover-right h1 {
    color: #007471;
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 27px;
    font-weight: 400;
}

.author-image {
    float: right;
    margin: 0 0 0 24px;
}

.author-quote {
    overflow: hidden;
    color: #545555;
    font-family: arial;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
    text-align: right;
}

.author-quote > p {
    margin-bottom: 10px;
}

.top-qoute-content {
    margin-bottom: 35px;
}

.purchase-btn {
    float: right;
}

.additional-info {
    overflow: hidden;
    font-weight: 700;
    padding-right: 20px;
}

.additional-info h2 {
    color: #007471;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}

.additional-info p {
    margin: 0;
}

.report-bottom {
    clear: both;
}

.report-bottom-content h2 {
    color: #007471;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

.report-row {
    margin: 40px 0;
    color: #545555;
}

.report-bottom-image {
    float: left;
    margin-right: 15px;
}

.report-bottom-image a {
    display: block;
    position: relative;
}

.report-bottom-image a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    content: '\f002';
    font-family: 'FontAwesome';
    transition: all 0.25s ease-in-out;
    font-size: 50px;
    text-align: center;
    opacity: 0;
}

.report-bottom-image a:hover:after {
    opacity: 1;
}

.report-bottom-content {
    overflow: hidden;
}

.report-row:last-child {
    margin-bottom: 0;
}

.inline-quote.left {
    text-align: left;
}

.inline-quote.right {
    text-align: right;
}

.inline-quote.left .inline-quote-image {
    float: left;
    margin-right: 10px;
}

.inline-quote.right .inline-quote-image {
    float: right;
    margin-left: 10px;
}

.inline-quote-content {
    font-size: 14px;
    overflow: hidden;
}

.inline-quote-content > p {
    font-style: italic;
    margin: 0 0 5px;
}

/***Search Page****/

.site-main-search {
    max-width: 960px;
    margin: auto;
    padding: 0 10px;
}

.page-search {
    margin-bottom: 50px;
}

.page-search input[type="submit"] {
    width: 100px;
    background: #005693;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    outline: 0 none;
    padding: 7px 14px;
    position: relative;
    text-align: center;
    float: left;
}

.page-search input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    color: #333333;
    font-size: 14px;
    height: 30px;
    margin: 0;
    outline: 0 none;
    padding: 0 5px;
    width: calc(100% - 100px);
    float: left;
}

.search-row {
    border-bottom: 1px solid #D86429;
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-size: 14px;
}

.search-row.single-search {
    border-bottom: 0 none;
    margin: 0;
    padding: 0 0 15px;
}

.search-row:last-child {
    border-bottom: 0;
}

.search-row h2,
.result-row h2 {
    color: #005693;
    font-size: 20px;
    margin-bottom: 15px;
}

.search-row .result-row {
    font-size: 14px;
    margin: 15px 0;
}

.search-row .result-row span,
.search-row.single-search span {
    border-right: 1px solid #000000;
    display: inline-block;
    line-height: normal;
    margin-right: 10px;
    width: 90px;
}

.search-content center {
    color: #005693;
    font-weight: 700;
}

.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%;
}

.headline-subtitle {
    border-bottom: 2px dotted #000000;
    margin-bottom: 50px;
    padding: 20px 0;
    text-align: center;
}

.headline-subtitle h1, .headline-subtitle h2 {
    font-weight: 400;
    line-height: normal;
}

.headline-subtitle h1 {
    margin-bottom: 20px;
}

.section-row {
    margin: 0 -10px;
}

.section-row .col-2 {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.col-2 h1, .col-2 h2, .col-2 h3 {
    line-height: normal;
    margin-bottom: 15px;
}

.col-2 h3 {
    color: #000000;
    font-size: 19px;
}

/********Ajax Search**********/

.searchwp-live-search-results {
    width: 342px !important;
    border-radius: 0 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) !important;
    padding: 10px 0 0;
    background-color: #FDFDFD !important;
    border-bottom: 0px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    max-height: 373px !important;
    min-height: 72px !important;
}

.searchwp-live-search-result img {
    float: left;
    margin-right: 15px;
	height: 60px;
	width: 60px;
    object-fit: cover;
}

.searchwp-live-search-result {
    clear: both;
    overflow: hidden;
    padding: 10px 20px;
	flex-wrap: inherit !important;
}

.searchwp-live-search-result p {
    padding: 0 !important;
    border: 0 !important;
    font-size: 12px !important;
}

.searchwp-live-search-results-showing {
    top: 357px !important;
}

.result-msg {
    border-top: 1px solid #EDEDED;
    color: #222222;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    padding: 4px 0 6px;
    text-align: center;
}

.result-msg a {
    color: #222222;
}

.searchwp-live-search-no-results {
    padding: 1em 2em 0 !important;
}

.category .site-pagination {
    margin-bottom: 30px;
}

.site-pagination a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
    border: 1px solid #DCDCDC;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background-color: #005693;
    text-transform: capitalize;
    color: #FFFFFF;
}

/*****Mobile Footer******/

.mobFoot div#mc_embed_signup {
    background: lightgrey;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.mobFoot #mc_embed_signup form {
    padding: 1.2em 1.2em 0.4em 1.2em;
}

.mobFoot #mc_embed_signup input.email {
    width: 100%;
}

.mobFoot #mc_embed_signup input.button {
    width: 100%;
    background-color: #005693;
    font-weight: 700;
}

.mobile-post-block .post-row:first-child {
    display: none;
}

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

.category .jscroll-loading {
    margin-bottom: 30px;
}

.jscroll-loading small {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background: url(images/load-more-loader.gif) no-repeat center center;
}

.mobile-cat-posts .post-row:first-child h3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    margin: 10px 0;
}

.mobile-cat-posts .post-row:first-child .post-img {
    width: 100%;
    height: auto;
    float: none;
    max-width: none;
    position: static;
    padding: 0;
    margin-bottom: 10px;
}

.mobile-cat-posts .post-row:first-child .post-img img {
    position: static;
    top: 0;
    transform: none;
}

.mobile-cat-posts .post-row:first-child .post-img + .post-row-content {
    padding: 0;
}

.mobile-cat-posts .post-row:first-child .post-row-content p {
    background: lightgrey;
    padding: 8px;
    font-size: 14px;
    color: #222222;
    margin-bottom: 10px;
    line-height: 21px;
}

.desktop-mobile-ad {
    margin: 25px 0;
}

.desktop-mobile-ad p {
    margin-bottom: 0;
    margin-top: 9px;
}

.agenda_content {
    max-width: 930px;
    margin: 0 auto;
}

.agenda_content h1 {
    color: rgb(0, 86, 147);
    margin-bottom: 20px;
}

.agenda_note {
    padding: 30px 0 0;
    text-align: center;
    font-size: 16px;
}

.facetwp-selections ul li {
    margin: 5px 0 !important;
}

/*Hidden CSS
=======================================*/

.visible-xs,
.visible-sm,
.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 980px) {
    .hidden-md {
        display: none !important;
    }
}

/*Visible CSS
=======================================*/
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .page-template-template-conference .visible-xs, .page-template-template-agenda .visible-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 980px) {
    .visible-md {
        display: block !important;
    }
}

/*Admin Bar CSS
=======================================*/
@media screen and (max-width: 675px) {
    #wpadminbar {
        display: none !important;
    }

    html {
        margin-top: 0 !important;
    }
}

/**/

.home #cat-ads,
.category-our-latest-thinking #cat-ads,
.category-executive-search-review #cat-ads {
    display: none;
}

/*Owl-carousel arrow*/

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -10px;
    color: #999999;
}

.owl-nav .owl-prev {
    left: 5px;
}

.owl-nav .owl-next {
    right: 5px;
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
    text-indent: 10;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 24px;
}

.owl-nav .owl-prev:before {
    content: "\f053";
}

.owl-nav .owl-next:before {
    content: "\f054";
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
    color: #E9E8E8;
}

.article-tab .owl-carousel {
    display: block;
}

/*==============================[2017-01-13]==========================================*/
.ad_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 10%;
    display: none;
}

.ad_overlay .ad_wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9999;
}

.ad_overlay .ad_wrapper .site_btn {
    display: inline-block;
    padding: 8px 34px 8px 16px;
    background: #D86429;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.ad_overlay .ad_wrapper .site_btn:after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #FFFFFF;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    right: 0;
}


.ad_overlay .ad_wrapper .ad_area {
    padding: 20px 0 0;
}


#related-posts-heading {
    border: 0;
    line-height: 1.5;
}

#optin-monster-api-3 {
    background: none;
}

#optin-monster-api-3 #om-dcysehkhhxjjhcnd {
    border: 0;
    border-top: 7px solid #005693;
    border-bottom: 7px solid #005693;
}

#optin-monster-api-3 #om-dcysehkhhxjjhcnd #om-sidebar-action-optin {
    max-width: none;
}

.ajax-post-blocks .post-row-content h3 {
    margin-bottom: 2px;
}

.ajax-post-blocks .post-row-content p {
    font-size: 13px;
    line-height: 1.35;
}

.page-template-template-imc-inner-php .mejs-time-total {
    display: none !important;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}

.view-more-imc {
    bottom: -2px;
    position: absolute;
    right: 70px;
}

.view-more-imc a {
    color: #000000
}


.media-kit-banner {
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
}

.media-kit-banner > a {
    border: 1px solid #FFFFFF;
    left: 24px;
    max-width: 288px;
    padding: 3px 8px;
    position: absolute;
    top: calc(14em + 20px);
    transition: opacity 0.3s ease 0s;
}

.media-kit-banner > a:hover {
    opacity: 0.5;
}

.advads-track a {
    font-size: 16px;
    font-weight: 400;
}

.advads-track[data-id="7205"] img.alignright {
    margin-top: -6px;
}

.whole_container {
    max-width: 1164px !important;
}

.whole_container_left {
    margin-left: 0px !important;
}

.whole_container_right {
    width: calc(100% - 290px) !important;
}

.whole_container_right .tm-module_area {
    margin: 0 !important;
}

ul.clear.clear2 {
    display: flex !important;
    flex-wrap: wrap;
    justify-items: center;
    padding-bottom: 25px;
    clear: both;
}

ul.clear.clear2 li {
    width: 19.9% !important;
    float: none !important;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

ul.clear.clear2 li a {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #E8E8E8;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

ul.clear.clear2 li a:hover img {
    transform: none !important;
}

ul.clear.clear2 li a img {
    margin: -1px !important;
    width: 101.5%;
    max-width: 101.5%;
}

.overlap_container {
    position: absolute;
    background: #005693;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    margin: 0;
    text-align: left;
    color: #FFFFFF;
    transition: all .3s ease-out;
}

ul.clear.clear2 li a:hover .overlap_container {
    top: 0px;
}

ul.clear.clear2 li a:hover h5 {
    top: 0px;
}

.overlap_container h5 {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    line-height: 16px !important;
    word-spacing: -1px;
    /*  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.overlap_container p {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
}

.new_banner_container {
    background: #EDEDEC;
    display: flex;
}

.banner_left_section {
    width: 35%;
    display: flex;
    padding: 40px;
    background: #fafafa;
    text-align: center;
    align-items: center;
}

.banner_left_section button {
    border: none;
    background: #A7B8C5;
    display: block;
    margin: 5px auto 0;
    padding: 6px 10px;
    text-align: center;
    width: 100%;
    max-width: 125px;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 7px;
}

.banner_left_section button:focus {
    outline: none;
}

.banner_right_section {
    width: 65%;
    display: flex;
    padding: 40px;
    column-gap: 25px;
    align-items: center;
}

.banner_right_section p,
.banner_right_section h2 {
    color: #191817;
    font-size: 17px;
    line-height: 25px;
}

.banner_right_section p {
    margin: 10px 0 0;
}

.banner_right_section .banner_right_text {
    flex: 1;
}

.banner_right_section .banner_right_image {
    width: 30%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner_left_section,
    .banner_right_section {
        padding: 20px;
    }

    .banner_right_section p {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .new_banner_container {
        display: block;
        margin-top: -20px;
    }

    .banner_left_section,
    .banner_right_section {
        display: block;
        width: 100%;
        text-align: center;
    }

    .banner_right_section .banner_right_image {
        width: auto;
        margin-top: 25px;
    }
}

.filter_container {
    height: 100% !important;
    padding: 0px 5px 5px !important;
    border: none !important;
    max-height: 280px;
    overflow-y: auto;
    display: none;
}

.filter_it h3 {
    background: transparent;
    color: #000000;
    font-weight: bold;
    border: none;
    border-top: 2px solid #E8E8E8;
    border-radius: 0 !important;
    padding: 16px 0 !important;
    margin-bottom: 0px;
    cursor: pointer;
}

.filter_it .category_name:focus {
    outline: 0;
}

.filter_it .last-child {
    /* border-bottom: 1px solid #ccc !important; */
}

.filter_it h3 span {
    float: right;
    margin-top: 0px;
    opacity: 0.7;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(https://huntscanlon.com/wp-content/uploads/2018/09/ui-icons_444444_256x240.png) !important;
}

.ui-icon-triangle-1-s {
    background-position: -64px -128px !important;
}

.ui-icon-triangle-1-e {
    background-position: -32px -128px !important;
}

.page-template-template-imc-ellipses .nav-area {
    margin-bottom: 0px;
}

h4.block-title.block-title_filter {
    border: none;
    background: none;
    text-transform: capitalize;
    font-size: 22px;
    padding: 2px 0 7px 0;
    margin-bottom: 10px;
}

.fwp-btn.filter_cbtn {
    margin: 0px 0 15px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    min-width: 100px;
}

.tm-module_area .facetwp-selections > ul > li {
    display: block;
}

.tm-module_area .facetwp-selections > ul > li > span {
    font-size: 13px;
    background-color: #ddd;
    font-weight: 600;
    display: inline-block;
    padding: 8px 30px 8px 8px;
    background-position: 90% 50%;
    border-radius: 3px;
    margin-right: 10px;
}

.tm-module_area .facetwp-selections > ul > li > span.facetwp-selection-label {
    background: none;
    padding-right: 8px;
}

.facetwp-selection-value {
    font-size: 13px;
    font-weight: 500;
}

.compny_logo_container {
    background: #1B1B1B;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.facetwp-checkbox {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px;
    padding: 4px 0 5px 24px !important;
    margin-bottom: 0px !important;
    background: url(https://huntscanlon.com/wp-content/uploads/2018/09/box.png) 0 50% no-repeat !important;
}

.facetwp-checkbox.checked, .facetwp-checkbox:hover {
    background-image: url(https://huntscanlon.com/wp-content/uploads/2018/09/tick.png) !important;
    padding: 4px 0 5px 23px;
    background-color: #EEEEEE !important;
    background-position: 3px 5px !important;
    text-decoration: underline;
}

@media screen and (max-width: 1170px) {
    .media-kit-banner > a {
        border: none;
        background: #005693;
        display: block;
        position: static;
        width: 100%;
        max-width: none;
    }
}

.page-id-39075 .media-kit-banner > a {
    border: 1px solid #005693;
    background: none;
}

.page-id-39081 .media-kit-banner > a {
    border: 1px solid #005693;
    background: none;
}

.past_articles .post-row,
.past_articles .desktop-mobile-ad {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray;
    padding-bottom: 16px;
}

.js-marquee-wrapper {
    animation-duration: 56s !important;
}


.user-selections {
    background: #F0F0F0;
    border-radius: 5px;
    padding: 10px;
    display: none;
    margin-bottom: 45px;
    margin-top: -35px;
}

.user-selections ul {
    margin: 0;
}

.user-selections ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 10px 10px 0 0;
}

.user-selections ul li a {
    background: #DDDDDD url("images/icon-close.png") no-repeat scroll 96% center / 12px 12px;
    border-radius: 3px;
    color: #000000;
    font-size: 13px;
    padding: 5px 25px 5px 8px;
    position: relative;
}

.user-selections ul li a strong {
    text-transform: capitalize;
    margin-right: 5px;
}

.search-label {
    color: #000000;
    font-size: 13px;
}

@media (max-width: 1024px) {
    ul.clear.clear2 li {
        width: 25% !important;
    }
}

@media (max-width: 991px) {
    ul.clear.clear2 li {
        width: 33.20% !important;
    }
}

@media (max-width: 767px) {
    .whole_container_right {
        width: 100% !important;
    }

    img.alignleft,
    img.alignright {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }

    .single-post .post-featured-image {
        float: none;
        max-width: none;
        margin-right: 0;
    }

    .single-post .post-featured-image img {
        width: 100%;
        max-width: none;
    }
}

/**************** 19/01/17 ************/

blockquote p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #005693;
}

/***********  SIDEBAR HEIGHT FIX- Adjusted talent talks and hot searches to set height ******************/
/*div#talent_talks_widget-2 {
    height: 400px;
}*/

/*div#post_list_widget-2 {
    height: 490px;
}*/

/*div#post_list_widget-3 {
    height: 564px;
}*/

/*div#industry_media_center_widget-2 {
    height: 416px;
}*/

/*===============================================================
[Conference Page]
================================================================*/
.desktop_banner {
    margin-bottom: 28px;
    display: block;
}

.conference_banner {
    padding-top: 10px;
    padding-bottom: 5px;
    display: none;
}

.conference_banner h6 {
    font-size: 19px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.conference_banner h3 {
    font-size: 25px;
    line-height: 30px;
    color: #005693;
    margin-bottom: 10px;
}

.conference_banner h2 {
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 22px;
}

.conference_banner span.banner-keynote {
    display: block;
    font-size: 16px;
}

.conference_tab {
    width: 100%;
    display: inline-flex;
    margin-bottom: 40px;
}

.conference_tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.conference_tab ul li {
    font-size: 18px;
    font-weight: 350;
    text-transform: uppercase;
    color: #005693;
    display: block;
    float: left;
    border: #005693 2px solid;
    margin-right: -2px;
}

.conference_tab ul li:last-child {
    float: right;
    margin: 0;
    border: #D86429 2px solid;
}

.conference_tab ul li a {
    text-decoration: none;
    color: #005693;
    display: block;
    line-height: 40px;
    padding: 0 22px;
    /*padding: 0 19px 0 39px;*/
}

.conference_tab ul li:last-child a {
    background: #D86429 !important;
    color: #FFFFFF !important;
}

.conference_tab ul li a:hover, .conference_tab ul li.current a {
    color: #FFFFFF;
    background: #005693;
}

.panes {
    display: none;
}

.tab_container {
    padding: 0 0 30px;
}

.bottom_sponsors {
    margin-top: 15px;
}

.tab_container h2 {
    color: #005693;
    margin-bottom: 12px;
}

.bottom_sponsors h2 {
    border-bottom: 1px solid rgb(226, 233, 236);
    padding: 12px 0;
    text-align: left;
    margin-bottom: 0;
}

.event-desc p {
    margin-bottom: 15px;
}

.sponsors-desc {
    border-bottom: 1px solid #E2E9EC;
    padding-top: 14px;
    padding-bottom: 20px;
}

.sponsors-desc:last-child {
    border-bottom: none;
}

.sponsors-desc .support_sponsors {
    border-bottom: 1px solid #E2E9EC;
    padding: 17px 0;
}

.sponsors-desc .support_sponsors:last-child {
    border: none;
}

.sponsors-desc h3 {
    border-bottom: 1px solid #E2E9EC;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.sponsors-img {
    float: left;
    width: 22%;
    margin-right: 7px;
    /*width:32%; padding-top:17px;*/
}

.sponsors-img .image-holder > img, .sponsors-img .image-holder a img {
    max-width: 72%;
}

.sponsors-detail {
    float: left;
    width: 77%;
    /*width:67%;*/
}

.clients {
    background: #D4E6EA;
    padding: 7px 7px 7px 7px;
    margin-top: 42px;
    /*display:none;*/
}

.clients h6 {
    font-size: 16px;
    font-weight: 700;
    color: #005693;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sponsors .clients h6 {
    display: none;
}

.client-logo ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}

.client-logo h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #005693;
    margin-bottom: 20px;
    border-bottom: 1px solid #6D7376;
    padding-bottom: 5px;

}

.secondery_sponsor li img {
    width: 50%;
}

.agenda-headlines {

}

.agenda-headlines .agenda-content {
    margin-left: 19%;
}

.agenda-details {
    background: url(images/sideline-bg.png) repeat-y 44px 0;
}

.agenda-img {
    float: left;
    width: 19%;
}

.agenda-time {
    float: left;
    width: 17%;
}

.agenda-desc {
    float: left;
    width: 60%;
}

.agenda-category {
    background: url(images/underline-bg.jpg) no-repeat 171px bottom;
    padding: 19px 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .agenda-category {
        background: url(images/underline-bg.jpg) no-repeat 144px bottom;
    }
}

@media screen and (max-width: 479px) {
    .agenda-category {
        background: url(images/underline-bg.jpg) no-repeat 60px bottom;
    }
}

.agenda-category h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
	
    color: #475E71;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.agenda-desc {
    font-size: 16px;
    line-height: 20px;
}

.agenda-desc span.speaker-name {
    font-size: 16px;
    line-height: 18px;
    color: #1C1B1D;
}

.agenda-category2 .agenda-desc span.speaker-position {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #475E71;
    margin-bottom: 8px;
    margin-top: 5px;
}

}
.agenda-img .image-holder {overflow: hidden !important; padding-bottom: 16px !important;}

@media screen and (min-width: 768px) {
.agenda-category .image-holder img {height: 90px; width: 90px; object-fit: cover;}
}

.agenda-time span.time-table {
    font-size: 16px;
    font-weight: 500;
}

.agenda-checkbox img {
    margin-left: 31px;
}

.speakers-desc {
    border-bottom: 1px solid #E2E9EC;
    padding-top: 14px;
}

.speakers-desc:last-child {
    border-bottom: none;
}

.speakers-desc ul li, .speakers-desc ol li {
	margin-bottom: .25em;
}
.speakers-desc ul ul li {list-style: circle;}
.speakers-desc ul ul ul li {list-style: square;}
.speakers-desc ol ol li {list-style: lower-alpha;}
.speakers-desc ul, ol {
    margin-left: 17px;
	margin-bottom: 1.4em;
}
.speakers-desc p + ul, .speakers-desc p + ol {
    margin-top: -20px;
}

.speakers-img {
    float: left;
    width: 22%;
    padding-top: 8px;
    margin-right: 7px;
}

.speakers-detail {
    float: left;
    width: 77%;
}

.speakers-detail h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #475E71;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 0;
}

.speakers-desc .image-holder {
    height: 125px;
    width: 125px;
}

.conference_banner:after, .conference_tab ul:after, .sponsors-desc:after, .client-logo:after, .agenda-category:after, .speakers-desc:after, .support_sponsors:after {
    clear: both;
    content: "";
    display: table;
}


/*===============================================================
[Conference Page 2018]
================================================================*/

.page-id-55824 .conference_banner h1 {
    color: #029D25;
}

.backgroung_img_nocont .banner_img {
    display: block;
}

@media (max-width: 767px) {
    ul.clear.clear2 li a {
        border: 2px solid #E8E8E8;
    }

    .new_banner_container .row {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .banner_right_section .tm-detail-block img {
        float: inherit;
        margin: 30px auto 0;
    }

    .banner_left_section {
        max-width: 100%;
    }

    .banner_right_section .tm-detail-text {
        padding: 10px 0 0;
    }

    ul.clear.clear2 li a img {
        width: 102% !important;
        margin-left: -1% !important;
        max-width: 102%;
        margin-top: -1% !important;
        margin-bottom: -1% !important;
    }

    .overlap_container p {
        color: #FFFFFF !important;
        font-size: 12px !important;
    }

    .desktop-title {
        display: none !important;
    }

    .wp-image-56978, .wp-image-56977, .wp-image-56979 {
        float: none;
        width: 10%;
        margin: 0px 3px 0px 0px;
    }

    .speakers-img img {
        width: 150px;
    }

    .sponsors-img .image-holder a img {
        max-height: 150px;
    }
}

.agenda-category .image-holder-sub {
    width: 80px;
    height: 80px;
    margin-top: 16px;
}

.page-id-55824 .visible-xs {
    visibility: hidden;
}

.breaktimes .agenda-desc p {
    margin-bottom: 5px;
}

.breaktimes .agenda-desc img {
    float: none;
    margin: 8px 0 10px 0;
    max-width: 45%;
}

/*===============================================================
[Mullin Page]
================================================================*/

#mullincol1 {
    width: 48%;
    padding: 20px 10px 0 0;
    float: left;
}

#mullincol2 {
    width: 48%;
    padding: 20px 0 0 0;
    float: right;
}

@media only screen and (max-width: 629px) {
    #mullincol1 {
        float: none;
        width: 100%;
    }

    #mullincol2 {
        float: none;
        width: 100%;
    }
}

/*===============================================================
[Hide right sidebar on ESR]
================================================================*/
.category-executive-search-review .inner-rht-sidebar {
    display: none;
}

/*===============================================================
[Custom Thrive Editor CSS]
================================================================*/
#tve_editor ol li, #tve_editor ul li {
    margin-bottom: 2em;
}

/*===============================================================
[Homepage Ad Placement Margin]
================================================================*/
.hunts-home-page-newswire-ad-desktop-slot-1 {
    margin-bottom: 20px;
}

/*===============================================================
[Homepage Ticker White Space Hide Mobile]
================================================================*/
@media (max-width: 520px) {
    ul.clear.clear2 li {
        width: 49% !important;
        border: none !important;
        float: left !important;
    }
}

@media screen and (max-width: 450px) {
    .page-id-18529 .ezayoticker {
        display: none;
    }
}

.page-template-template-imc-ellipses-php .main-container.imc-content .imc-sidebar {
    width: 250px;
    margin-top: 0;
    margin-left: 20px;
    padding: 7px;
    padding-top: 30px;
    background-image: linear-gradient(to right, #EDEDEC, white);
    border-radius: 10px;
    border: 2px solid #E8E8E8;
}

/*===============================================================
[Blocking the mobile footer icons in Ellipsis]
================================================================*/
body.page-template-template-imc-ellipses .mobile-footer {
    display: none;
}

/*===============================================================
[Blocking the mobile optin on Conference Pages]
================================================================*/
body.page-template-template-conference-2019-new .visible-xs, .visible-xs, body.page-template-template-conference-2019 .visible-xs {
    display: none;
}

body.page-template-template-conference-2019-new .main-container, body.page-template-template-conference-2019 .main-container {
    margin-bottom: 200px;
}

/*===============================================================
[Sidebar button on conference page]
================================================================*/
body.page-template-template-conference-2019-new .conf-register {
    right: 55px;
    bottom: 10px;
    opacity: 0;
    position: fixed;
    transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 767px) {
    body.page-template-template-conference-2019-new .conf-register {
        left: 0;
        right: 0;
        bottom: 59px;
        text-align: center;
    }
}


body.page-template-template-conference-2019-new .conf-register.show {
    opacity: 1;
}

body.page-template-template-conference-2019-new .conf-register a {
    color: #fff;
    padding: 0 22px;
    display: block;
    font-size: 18px;
    font-weight: 350;
    background: #D86429;
    line-height: 38px;
    border-radius: 2px;
    text-transform: uppercase;
}

/*
Make unclickable menu item not hover
*/
.unclickable > a:hover {
    cursor: default;
}

/*
Mobile Conference Block
*/
.block-mobile-conferences {
    display: none;
    background-color: #EFEFEF;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

.block-mobile-conferences > div {
    background: #FFFFFF;
    padding: 0 15px 5px;
}

.block-mobile-conferences h4 {
    color: #9A9CAA;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
}

.block-mobile-conferences a p {
    color: #575757;
    font-size: 13px;
    line-height: 1.35;
    margin: 15px 0;
}

.block-mobile-conferences .all-link {
    font-weight: 700;
    text-decoration: underline;
}

/* Mobile Hedaer Block */
.block-homepage-header h4 {
    color: #9A9CAA;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
}

/* Mobile Menu Search */
.mobile-navigation-form {
    padding: 15px;
}

.mobile-navigation-form input[type="text"] {
    background: transparent;
    border-radius: 0;
    border-color: #E8E8E8;
    float: left;
    width: 70%;
    height: 30px;
}

.mobile-navigation-form input[type="submit"] {
    height: 30px;
    float: left;
    width: 30%;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: #005693;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
}

/**/
.page-template-template-conference .header-right,
.page-template-template-conference-2019 .header-right,
.page-template-template-conference-2019-new .header-right,
.page-template-template-conference-2018 .header-right,
.page-template-template-conference-2018-october .header-right {
    display: none;
}

/* New Talent Talks */
.tt-breadcrumb {
    font-size: 11px;
    margin-bottom: 25px;
}

.tt-single-view {
    display: flex;
    padding-bottom: 50px;
}

.tt-single-view .view-image {
    flex: 1;
    width: 50%;
    padding-right: 30px;
    max-width: 50%;
}

.tt-single-view .view-content {
    flex: 1;
}

.tt-single-view .view-content .tt-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(0, 86, 147);
    margin-bottom: 20px;
}

.tt-single-view .view-content .tt-content {
    margin-bottom: 30px;
}

.tt-button {
    text-align: center;
    padding-bottom: 50px;
}

.tt-button a {
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgb(0, 86, 147);
    border: 2px solid rgb(0, 86, 147);

    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.tt-button a:hover {
    font-weight: 500;
    color: rgb(0, 86, 147);
    background-color: #FFFFFF;
}

@media all and (max-width: 768px) {
    .tt-single-view {
        display: block;
    }

    .tt-single-view .view-image {
        width: auto;
        padding-right: 0px;
        max-width: none;
    }

    .tt-single-view .view-content {
        margin-top: 25px;
    }

    .tt-button a {
        font-size: 12px;
        line-height: 1.2em;
    }
}

/**************** 2020 ************/
.wp-caption-text {
    color: #2a2a2a;
    font-weight: bold;
    text-align: center;
}

/* 9/16/2021: Homepage Widget Fix */
.right-sidebar .widget.optin-monster-api .block-title {
    display: none;
}

.right-sidebar .widget.optin-monster-api .widget-content {
    padding: 0;
}

.hide-splash-popup:not(.e-preview--show-hidden-elements) #elementor-popup-modal-120586 {
    display: none !important;
}

/* 9/27/21: Optin Widget Add Padding */
.widget.optin-monster-api {
    padding: 15px 0;
}

/* 9/28/21: Mobile Conference Homepage Image Align */
.block-mobile-conferences a div {
    text-align: center;
}

/* 9/28/21: Homepage webinar widget responsive video */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
    overflow: hidden;
}

.responsive-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 9/28/21: Ellipsis Popup Fix */
.page-template-template-ranking .fancybox-outer,
.page-template-template-ranking .fancybox-inner {
    position: static;
}

/* 10/6/21: Conference Breadcrumb */
.conf-breadcrumb {
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .conf-breadcrumb {
        margin-bottom: 10px;
    }
}