/*
Theme Name: JLL Theme
Author: AIT
Description: JLL Template
Version: 0.0.1
Tags: bootstrap
*/

html {
    font-family: 'Source Sans Pro', Arial, Helvetica, 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;
}

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: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    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-appearance: textfield;
    box-sizing: content-box;
}

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

.no-left-pad {
    padding-left: 0;
}
.no-right-pad {
    padding-right: 0;
}
.no-pad {
    padding-left: 0;
	padding-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #000000; /*#373737;*/
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h2 {
    font-size: 28px;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 1.5em;
    font-size: 18px;
    border-color: #bc141a !important;
    position: relative;
    word-wrap: break-word;
    font-style: italic;
}

blockquote .popupsharer {
    float: right;
    margin-top: -10px;
}

blockquote .overlay {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote h2.text {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 blockquote h6 {
    margin: 0 0 10px;
}

blockquote .popupsharer {
    font-size: 14px;
    font-family: Arial, ​Helvetica, ​sans-serif;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

p.chinese {
    height: 63px;
    overflow: hidden;
}

#page h1.page-title {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

#page h1.entry-title {
    font-weight: 600;
}


/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.btn i {
    margin-right: 9px;
}

.btn-danger {
    background-color: #bc141a!important;
}

.btn-danger:hover {
    background-color: #d9534f!important;
    border-color: #d43f3a;
}
.btn-danger:visited {
	color: #fff;
}
*,
*: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: #bc141a;
    border: 0;
    height: 3px;
    margin-bottom: 10px;
}

ul,
ol {
    margin: 0 0 1.5em 0;
    padding-left: 2em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-bottom: 5px;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

.f-red {
    color:#bc141b;
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/

header {
    padding: 0;
    background-color: #000;
    position:relative;
	
}
header #masthead-overlay { 
    position:absolute;
    top:0;
    width:100%;
    height:100%;
}
header #masthead-overlay .red-bg {
    background-image: url(images/main_bg_2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height:100px;
}
header .site-logo h1 {
	margin: 0;
}
header .site-logo a, header .site-branding a {
    line-height: 100px;
}

header .site-branding h2 {
	margin: 0;
}
header .subscribe_link_header {display:inline-block;margin-top:30px;color:#fff;font-size:14px;font-weight:600;background-color:#404040;padding:12px 25px;text-transform:uppercase;text-decoration:none;}
header .subscribe_link_header .fa {margin-right:10px;font-size:16px;}

/*-------------------------------------------------------------- # Sub Header --------------------------------------------------------------*/
#sub-header-container {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}
#sub-header-container #top-banner {
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-template-page-investment #sub-header-container {
	background-image: url(images/opportunities-collage-bg.jpg);
    position:relative;
}
.page-template-page-investment #header_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index:0;
}

.page-template-page-about-us #sub-header-container {
	background-color: #eee;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.page-template-page-about-us #sub-header-container,.page-template-page-investment-map #sub-header-container {margin-bottom: 0;}

/*-------------------------------------------------------------- # Main Navigation --------------------------------------------------------------*/
.main-navigation .site-nav-sub {
	position:relative;
	background:#626468;
    z-index:10;
}
.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

.main-navigation > li > a:hover {
	background-color:#7f7f7f;
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 18px 9px;
    font-size: 14px;
}

.main-navigation li a:hover {
    color: #000;/*#7f7f7f;*/
}

.main-navigation li.menu-item.menu-item-has-children a:after,
.main-navigation li.current-menu-parent.menu-item-has-children a:after {
    display: inline-block;
    content: "";
    height: 7px;
    width: 10px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(images/arrow-down.png) no-repeat;
}

.main-navigation li li a:after {
    display: none !important;
}

.main-navigation li.current-menu-item a:first-child,
.main-navigation li.current-menu-parent a:first-child {
    background-color: #7f7f7f;
    color: #fff;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    padding-top: 0;/*5px;*/
    left: -999em;
    z-index: 99999;
    min-width: 180px;
	background-color:#404040;
	display:none;
}

.main-navigation ul li.menu-item-has-children:hover {
	background-color:#7f7f7f;
}

.main-navigation .current-menu-item.menu-item-has-children ul,
.main-navigation .current-menu-parent.menu-item-has-children ul {
    left: 0;
}

.main-navigation h1.china-logo-container {
    margin: 0 10px 0 0!important;
}

.single .main-navigation .current-menu-item.menu-item-has-children ul,
.single .main-navigation .current-menu-parent.menu-item-has-children ul {
    display: none;
}


.main-navigation ul ul li {
    display: block !important;
    margin-top: 0;
	float: none!important;
	border-bottom: 1px #808080 solid;
}

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

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

.main-navigation ul ul li {
    padding: 10px 25px !important;
}

.main-navigation ul ul a {
    color: #fff !important;
    padding: 0 !important;
    background: none !important;
}

.main-navigation .current-menu-item .current-menu-item a,
.main-navigation .current-menu-parent .current-menu-item a,
.main-navigation ul ul a:hover {
    color: #bc141a !important;
}

.main-navigation .current-menu-item .current-menu-item a,
.main-navigation .current-menu-parent .current-menu-item a {
    /*border-bottom: 2px solid #bc141a;*/
}

.single .main-navigation li a {
    background-color: transparent !important;
}

.single .main-navigation li .sub-menu {
    display: none;
}

.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 {}
.main-navigation .search {
    position: absolute;
    right: 0;
	background-color: #404040;
}
.main-navigation .search .subscribe_fixnav_link_header {
	display:none;
}
.main-navigation .search-toggle.toggled {
    /*background: #bc141a;*/
}

.main-navigation .medium-search .btn-danger:hover {
	background-color: #bc141a!important;
}
.main-navigation .search-toggle.toggled .fa-search {
	font-size: 24px;
}
.main-navigation .search-toggle.toggled .fa-search:before {
	    content: "\f00d";
}
.main-navigation .search a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    display: block;
}
.main-navigation .search .medium-search {
    display: none;
    background: #bc141a;
    padding: 0;
    position: absolute;
    width: 290px;
    right: 0;
    top: 40px;
    z-index: 9999999;
}

.main-navigation .search .medium-search .btn {
	padding: 0 10px;
    margin: 0!important;
    border: 0;
}

.main-navigation .search .medium-search .btn i {
	font-size: 20px;
	margin-right: 0;
}
.main-navigation .search .medium-search input[type="text"] {
    height: 35px;
    width: 100%;
    padding: 18px;
}
.fix-nav .main-navigation .menu-main-menu-container {margin-right:80px;}
.main-navigation .sticky-branding {display:none;float:left;}
.main-navigation .sticky-branding h1,.main-navigation .sticky-branding h2 {margin:0;display:inline-block;}
.main-navigation .sticky-branding h1 {margin-right:15px;}
.fix-nav .main-navigation {position:fixed;top:0;left:0;width:100%;background-color:#626468;z-index:99;}
.fix-nav .main-navigation .sticky-branding {display:block;width:200px;float:left;padding-top:2px;}
.fix-nav .main-navigation li a {padding:10px 8px;}
.fix-nav .main-navigation .site-nav-sub {float:right;}
.fix-nav .main-navigation li a:hover {color:#b1b2b4;}
/*.fix-nav .main-navigation .search {margin-top:3px;}*/
.fix-nav .main-navigation .search {
	background-image: url(images/sep-wh.jpg);
	background-repeat: no-repeat; 
	background-position-x: center;
	background-position-y: center;
}
.term-china.fix-nav .main-navigation .search {background-image:none;}
.fix-nav .main-navigation .search a {
	display: inline-block;
}

.main-navigation .sticky-branding.cn h2 a {border:none;}
.fix-nav .main-navigation .sticky-branding.cn {padding-top:2px;}
/*-------------------------------------------------------------- # Social Sharer --------------------------------------------------------------*/

.social-share-fixed .post-sharer-sidebar {
    position: fixed;
    top: 90px;
    width: 60px;
}

.social-share-absolute .post-sharer-sidebar {
    position: absolute !important;
    bottom: 0;
    top: auto !important;
}

.post-sharer-sidebar h4 {
    font-size: 14px;
    margin-top: 1px;
}

.wechat-qrcode-wrap {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999 !important;
}

.wechat-qrcode-container {
    text-align: center;
    margin-top: 8em;
}

.wechat-qrcode-body {
    border: 30px solid rgb(255, 255, 255);
    display: inline-block;
    position: relative;
}

.wechat-qrcode-body .qrclose {
    display: block;
    font-size: 19px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: -24px;
    top: -24px;
    width: 20px;
    background: #c72821;
    color: #fff;
}

.wechat {
    display: block;
    margin-bottom: 4px;
    width: 45px;
}

.addthis_toolbox {
    display: inline-block;
}

.addthis_toolbox a {
    display: block;
    background: url(images/social-icons.png) no-repeat;
    width: 45px !important;
    height: 45px;
}

.addthis_toolbox a span {
    display: none;
}

.addthis_toolbox a.addthis_button_facebook {
    background-position: 0 -45px !important;
}

.addthis_toolbox a.addthis_button_linkedin {
    background-position: 0 -91px !important;
}

.addthis_toolbox a.addthis_button_twitter {
    background-position: 0 -136px !important;
}

.addthis_toolbox a.addthis_button_google_plusone_share {
    background-position: 0 -182px !important;
}

.addthis_toolbox a.addthis_button_sinaweibo {
    background-position: 0 -227px !important;
}

.post-sharer-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.post-sharer-popup .share-wrap {
    max-width: 600px;
    margin: 6em auto 0;
    background: #fff;
    padding: 20px 44px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 98%;
    font-size: 17px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

.post-sharer-popup .share-wrap .author {
    display: block;
    margin-bottom: 13px;
}

.post-sharer-popup .share-wrap h2 {
    font-size: 22px;
}

.post-sharer-popup a.popupsharer {
    display: none;
}

.post-sharer-popup .wechat {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.post-sharer-popup .addthis_toolbox {
    display: inline-block;
}

.post-sharer-popup .addthis_toolbox a {
    display: inline-block !important;
    margin-right: 3px;
}

.post-sharer-popup .close {
    position: absolute;
    text-shadow: none !important;
    background: #F00;
    opacity: 1;
    color: #fff;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 5px 12px 7px;
    right: 6px;
    top: 5px;
}


/*-------------------------------------------------------------- ## Homepage --------------------------------------------------------------*/
.home-investment {
	margin-bottom: 30px;
}
/*-------------------------------------------------------------- ## Collage --------------------------------------------------------------*/

#collage .post-list {
    margin-bottom: 0;
}

#collage .post-list:first-child {
    margin-bottom: 12px;
    width: 100%;
}

#collage .small-collage .post-list {
    width: 280px;/*48%;*/
}

#collage .small-collage .post-list.left {
	margin-right: 6px;
}

#collage .small-collage .no-margin {
    margin-right: 0;
}

#collage .first-post {
    margin-bottom: 0 !important;
    max-height: 353px;
    overflow: hidden;
    width: 100%;
}
#collage .first-post .post-meta-large {
	padding: 10px 20px;
	background: url(images/text-bg.png);
}
#collage .first-post .post-meta-large h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}
#collage .small-collage  .post-meta-large,#investment-oportunity  .post-meta-large {
	padding: 10px;
	background: url(images/text-bg.png);
}
#collage .small-collage .post-meta-large h3,#investment-oportunity .post-meta-large h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	margin: 0;
	height: 36px;
    overflow: hidden;
}
.sample-widget-tablet {
    display: none;
}

#collage .mobile-view {
    display: none;
}


/*-------------------------------------------------------------- ### Editors Pick --------------------------------------------------------------*/

#editors-pick {
    padding: 40px 0;
    background: url(images/editors-pickbg.jpg);
    background-position: center;
    background-size: cover;
}

#editors-pick ul {
    padding: 0;
	list-style: none;
	margin-bottom: 0;
}

#editors-pick h2 {
    color: #fff;
	margin: 0 0 20px;
}

#editors-pick .post-thumb {
    position: relative;
}

#editors-pick .post-list a {
    color: #fff;
}

#editors-pick .post-list h2 {
	font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    height: 30px;
    overflow: hidden;
}

#editors-pick .post-list .post-desc {
    padding: 5px 10px;
	position: absolute;
    bottom: 0;
	background-color: rgba(0,0,0,0.5)!important;
	width:100%;
}

#editors-pick img {
    width: 100%;
}

#editors-pick span.post-format {
	position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
}

#editors-pick span.post-format .fa {
	font-size: 18px;
}

/*-------------------------------------------------------------- # Content --------------------------------------------------------------*/

#content {
    /*padding-top: 1.5em;*/
	margin-bottom: 30px;
}

.post-meta-large {
    color: #fff;
    width: 100%;
    padding: 15px;
    color: #fff;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+90&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.post-meta-large a {
    color: #fff;
    text-decoration: none !important;
}

.post-meta-large h2 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 33px;
}

.post-meta-large h3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.post-meta-large .post-format {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

/*-------------------------------------------------------------- ### Research & Options --------------------------------------------------------------*/

.research-options {
    background: #000;
    position: relative;
    padding-bottom: 7px;
}

.research-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.research-options ul li {
    float: left;
    display: block;
}

.research-options .research-details li {
    width: 749px;
    height: 330px;
}

.research-options .research-details img {
    width: 100%;
    /*height: 330px;*/
}

.research-options .research-details p,
.research-options .research-details h2 {
    margin-bottom: 8px;
}

.research-options .thumbs {
    width: 100%;
    max-width: 680px;
    padding: 0 15px 15px;
}

.research-options hr {
    background: #fff;
    margin: 20px 15px;
    height: 1px;
}

.research-options .thumbs li {
    cursor: pointer;
    color: #fff;
    width: 670px;
    height: 100px;
}

.research-options .thumbs li a {
    color: #fff;
}

.research-options .post-list {
    margin-bottom: 0;
    width: 100%;
}

.research-options .thumb-lists {
    word-wrap: break-word;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    position: relative;
}

.research-options .post-category {
    position: absolute;
    bottom: 0;
}

.research-options .thumb-lists .thumb {
    float: left;
    position: relative;
    margin-right: 15px;
}

.research-options .thumb-lists .thumb img {
	width: auto;
	height: 100px;
}

.research-options .thumb-lists p {
    margin: 0;
    font-weight: 600;
}

.research-options .control {
    position: absolute;
    right: 25px;
    bottom: 13px;
}

.research-options .control a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    outline: none;
    padding: 0px 3px;
}

.research-options .pagination {
    margin: 0;
}

.research-options .pagination a {
    display: block;
    text-indent: -9999999px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 5px;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    border: 3px solid #fff;
    background: #fff;
    outline: none;
}

.research-options .pagination a.selected {
    background: none;
}

.research-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.research-sidebar ul li .post-list {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    /* orig 18px; */
    padding-bottom: 15px;
}

.research-sidebar ul li:last-child .post-list {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.research-sidebar li a {
    color: #000;
}
/*
.research-sidebar h2 {
    font-size: 20px;
    margin-bottom: 25px;
}*/

.research-sidebar h3 {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 10px;
}

.research-sidebar li h3 a {
    font-weight: 600;
}

.research-sidebar .post-thumb img {
    width: 100%;
}

.research-sidebar ul li .post-list .post-category a.first {border-left:4px solid #d1ccbd;}
.research-sidebar ul li .post-list .post-category a.second {border-left:1px solid #d1ccbd;}

.page-template-page-research #top-banner img {
    width: 100%;
	height: 290px;
}

.page-template-page-research #top-banner .col-md-3 {
    padding: 0 5px;
}
.page-template-page-research #top-banner .post-meta-large {
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.6);
}
.page-template-page-research #top-banner .post-meta-large h2 {
	margin-bottom: 0;
	margin-top: 0;
}
.page-template-page-research #top-banner .post-meta-large p {
	margin-bottom: 0px;
}
.page-template-page-research #top-banner .post-meta-large p a {
	font-weight: 300;
}
.page-template-page-research #top-banner .post-list {
    margin-bottom: 0;
}

.page-template-page-research #top-banner .post-list.large {
    max-height: 327px;
    overflow: hidden;
}

.page-template-page-research #top-banner .post-desc h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
	color: #fff;
}

.page-template-page-research #top-banner .post-desc p {
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
}

.page-template-page-research #top-banner .post-desc {
    background-color: rgba(0,0,0,0.6);
    min-height: 100px;
	position:absolute;
	bottom:0;
	width:100%;
}

.page-template-page-research .research-loop {
    background: #fff;
	margin-bottom: 30px;
}

.page-template-page-research .research-loop.alter {
    background: none !important;
}

.page-template-page-research #content {
    padding-top: 0;
}
/*
.page-template-page-research #content h2 {
	font-size: 24px;
	font-weight: 400px;
}*/

.page-template-page-research #most-viewed {
    margin-top: 0;
}

.page-template-page-research .search-result {
    margin-top: 1.3em;
}

.page-template-page-research #search-form {
	margin-top: 10px;
}

/*-------------------------------------------------------------- ## GCF --------------------------------------------------------------*/
.page-template-page-gcf #top-banner .post-list .post-meta-large {
	background-color: rgba(0,0,0,0.6);
	height: 68px;
}
.page-template-page-gcf #top-banner .post-list .post-meta-large h2 {
	margin:0;
}
.page-template-page-gcf #top-banner img {
    width: 100%;
    height: 290px;
}
.page-template-page-gcf #top-banner .post-desc {
	position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}
.page-template-page-gcf #top-banner .post-desc h2 {
	font-size: 18px;
    font-weight: 600;
    color: #fff;
	margin: 0;
}
.page-template-page-gcf #top-banner .post-desc p {
    margin: 0;
}
.page-template-page-gcf #sidebar h4 {
	color: #fff;
    padding: 10px;
    text-align: left;
}
.page-template-page-gcf #sidebar h2 {
	margin: 0;
    padding: 10px;
}
/*-------------------------------------------------------------- ## Single --------------------------------------------------------------*/
#single {
	margin-bottom: 30px;
}
#single #main {
    position: relative;
}

#single .col-lg-3 {
    position: static;
}

#single .row {
    position: relative;
}

.single-page-header #single-top-banner {
    height: 500px;
    margin: 15px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.single-page-header #single-top-banner .post-meta-large {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.single-page-header #single-top-banner .post-meta-large h1 {
	font-size: 28px;
	color: #fff;
	margin: 16px;
}

.single-page-header.solo h1 {font-size:28px;}
.single .single-content a {color:#bc141a;}
#single .meta {
    margin-bottom: 2em;
    font-size: 13px;
}

#single .meta a {
    color: #000;
}

#single .meta .date {
    margin-right: 20px;
}

#single #inquiry-download {
    margin-top: 2em;
}

#single #inquiry-download .btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
#single #subscription-form-container {
    background-image: url(images/no-image-banner.png);
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
	padding: 60px 80px;
}

#single #subscription-form-container a {
	color: #fff;
}

#single #subscription-form-container h2 {
    margin-top: 0;
	color: #fff;
}

.single #related-article {
	padding: 40px 0;
    background: url(images/editors-pickbg.jpg);
    background-position: center;
    background-size: cover;
}

.single #related-article ul {
	padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.single #related-article h2 {
	color: #fff;
    margin: 0 0 20px;
}

.single #related-article .post-thumb {
    position: relative;
	max-height: 160px;
    overflow: hidden;
}

.single #related-article .post-thumb img {
    width: 100%;
}

.single #related-article .post-list .post-desc {
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5)!important;
	width:100%;
}

.single #related-article .post-list h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    height: 32px;
    overflow: hidden;
}

.single #related-article .post-list a {
    color: #fff;
}

#single #subscription-form .wpcf7-submit {
    width: 140px !important;
}

#single #sidebar {
    border: none;
    padding: 0;
}

#single #sidebar h3 {
    font-size: 14px;
    margin: 0;
}

#single .single-content {
    background: #fff;
    padding: 0 20px 20px;
}

#single .report-inquiry {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}
.single .report-inquiry p {margin:0;}
#single .report-inquiry .author_img {width:80px;display:inline-block;}
#single .report-inquiry .author_content {display:inline-block;margin-left:10px;vertical-align:top;}
#download .wpcf7-form-control-wrap.region-of-interest .wpcf7-list-item {margin-right:10px;}
#download .wpcf7-form-control-wrap.region-of-interest input[type="checkbox"] {margin-right:5px;}
/*-------------------------------------------------------------- ## Events --------------------------------------------------------------*/
.page-template-page-events #top-banner .post-list {
	height: 465px;
	width: 100%;
	background-size: cover;
}
.page-template-page-events #top-banner .post-meta-large p {
	font-size: 28px;
    margin-bottom: 0;
}
.page-template-page-events .post-thumb .post-meta-large h2 {
	margin: 0;
}
.page-template-page-events .post-thumb .post-meta-large {
	height: 56px;
}

/*-------------------------------------------------------------- ## About Us --------------------------------------------------------------*/
.page-template-page-about-us h1 {font-weight: bold;}
.page-template-page-about-us .desc_main {font-size: 20px;font-style: oblique;}
.page-template-page-about-us .contact_main_container {background-image: url(images/collage_bg.jpg);background-position: left top;background-repeat: no-repeat;background-size: cover;padding: 30px 0;}
.page-template-page-about-us .contact_container {background-size: cover;height: 350px;position:relative;}
.page-template-page-about-us .contact_details {background-color: rgba(0,0,0,0.8);width: 320px;padding: 20px 30px;height: 170px;position: absolute;bottom: 0;right: 0;color: #fff;}
.page-template-page-about-us .contact_container h4 {font-size: 16px;margin: 0;}
.page-template-page-about-us .contact_container h3 {margin-top: 10px;margin-bottom: 5px;font-weight: bold;}
.page-template-page-about-us .contact_container h3 a {color: #fff;}
.page-template-page-about-us .email_container .connect {width: 35%;display: inline-block;font-size: 13px;text-transform: uppercase;color: #bc141a;}
.page-template-page-about-us .email_container .connect i.fa {margin-right: 10px;}
.page-template-page-about-us .email_container .connect span {font-size: 12px;font-weight: bold;}
.page-template-page-about-us .email_container .linkedin {width: 58%;display: inline-block;text-align:left;}
.page-template-page-about-us .solution_container {background-color: #f4f2ee;}
.page-template-page-about-us #solution_container {padding-bottom: 30px;}
.page-template-page-about-us #solution_container .main_title {font-size: 24px;margin-top: 20px;margin-bottom: 40px;text-align: center;}
.page-template-page-about-us #solution_container .solution_title {width: 100%;padding: 10px;background-color: #bc141a;color: #fff;text-align: center;font-weight: bold;}
.page-template-page-about-us #solution_container .solution_description {background-color: #fff;width: 100%;padding: 30px;}
.page-template-page-about-us div.post-views {display:none;}
.page-template-page-about-us #investment-opp-no-padding {padding-top: 30px;}
.page-template-page-about-us #investment-opp-no-padding .desc_sub h2 {font-size: 28px;font-weight: 600;margin: 0 0 10px;}
.page-template-page-about-us #investment-opp-no-padding .desc_sub p {font-size: 14px;line-height: 20px;}
/*-------------------------------------------------------------- ## Investment Opportunity Map --------------------------------------------------------------*/
.page-template-page-investment-map #investment-opp-no-padding {
	padding: 0;
	margin-top: 15px;
}
/*-------------------------------------------------------------- ## Search --------------------------------------------------------------*/
.search .post-category a.first{border-left: 4px solid #d1ccbd;}
.search .post-category a.second {border-left: 1px solid #d1ccbd;}
.search #search-form {margin-bottom:30px;}
/*-------------------------------------------------------------- ## Spinner --------------------------------------------------------------*/

.spinner-wrap {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}

.loading .spinner-wrap {
    display: block;
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #F00;
    height: 100%;
    width: 10px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*-------------------------------------------------------------- ## Post Category --------------------------------------------------------------*/
.post-category a.first,.post-category a.second {
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d1ccbd!important;
	border-left: 4px solid #fff;
}
.post-category a.second {border-left: 1px solid #fff;}

/*-------------------------------------------------------------- # Social --------------------------------------------------------------*/

.social {
    text-align: right;
}

.social span {
    margin-right: 10px;
}

.social a {
    display: inline-block;
	width: 30px;
	height: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 100 !important;
    font-size: 12px;
    margin-right: 0;
    background: #000 !important;
}

.social .fb {
    background: #3b5998;
}

.social .in {
    background: #007bb6;
}

.social .tw {
    background: #5ba6d9;
}

.social .g-plus {
    background: #dd4b39;
}

#social-container section,
.footer-bottom .social {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    float: right;
}

#social-container section {
    margin-bottom: 0px;
}
#social-container a .fa {font-size:18px;}

.footer-bottom .social {
    margin-right: 20px;
}

#social-container section .textwidget {
    display: inline-block;
}

#social-container section .textwidget img {
    height: 40px;
}

/*-------------------------------------------------------------- # Search --------------------------------------------------------------*/

#search-form {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

#search-form button,
#search-form input {
    border-radius: 0;
    padding: 10px 18px;
    min-height: 42px;
    height: auto;
}

#search-form button {
    padding: 10px 25px;
    font-weight: 600;
}

#search-form button[type="submit"] {
    padding: 10px 34px;
    font-weight: 400;
}

#search-form button i {
    margin-left: 10px;
}

#search-form select {
    margin-top: 5px;
}

.small-search {
    position: relative;
}

.small-search i {
    position: absolute;
    right: 10px;
    top: 9px;
}

.search-results .post-list {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.search-results .post-list h3 {
    margin: 0 0 15px;
    color: #000;
}

.search-results .post-list .post-excerpt {
    padding: 0;
    background: none;
}

#search-form .sector ul.dropdown-menu {
    min-width: 128px;
}

#search-form .country ul.dropdown-menu {
    min-width: 140px;
}
/*-------------------------------------------------------------- # GCF Report --------------------------------------------------------------*/
.page-template-page-gcf-report .f-red {font-weight:300;}
.page-template-page-gcf-report #content {margin-bottom:0;}
#investment-opp-no-padding .header_desc_container {margin-top:60px;}
#investment-opp-no-padding .header_desc_container,#investment-opp-no-padding .header_desc_container h2,#investment-opp-no-padding .header_desc_container h3,#investment-opp-no-padding .header_desc_container p,#investment-opp-no-padding .header_form_container h3,#investment-opp-no-padding .header_form_container label {color:#fff;}
#investment-opp-no-padding .header_form_container label.error {color:#bc141a;font-size:12px;}
#investment-opp-no-padding .header_desc_container h2,#investment-opp-no-padding .header_form_container h2 {margin:0 0 30px;}
#investment-opp-no-padding .header_desc_container h2 {font-size:42px;font-weight:300;text-shadow: 1px 1px #000;}
#investment-opp-no-padding .header_desc_container h3 {font-size:26px;font-weight:bold;text-shadow: 1px 1px #000;}
#investment-opp-no-padding .header_desc_container ul {font-size:16px;text-shadow: 1px 1px #000;}
#investment-opp-no-padding .header_form_container {background:rgba(0,0,0,0.7);padding:20px 30px;}
#investment-opp-no-padding .header_form_container h2 {font-size:22px;color:#d3d3d3;margin-bottom:10px;}
#investment-opp-no-padding .header_form_container h3 {font-size:28px;margin:0;}
#investment-opp-no-padding .header_form_container fieldset {border:0;margin:0;padding:0;}
#investment-opp-no-padding .header_form_container .lp-pom-form-field {width:100%;margin-bottom:12px;}
#investment-opp-no-padding .header_form_container label {display:block;margin-bottom:0;font-weight:500;position:relative;}
#investment-opp-no-padding .header_form_container input.text,#investment-opp-no-padding .header_form_container select {width:100%;box-shadow:inset 0px 2px 3px #dddddd;-webkit-box-shadow:inset 0px 2px 3px #dddddd;-moz-box-shadow:inset 0px 2px 3px #dddddd;border-radius:0px;width:100%;font-size:15px;line-height:15px;height:36px;padding-left:10px;padding-right:10px;}
#investment-opp-no-padding .header_form_container #group_elqSubscribe input[type='checkbox']  {position:absolute;}
#investment-opp-no-padding .header_form_container #group_elqSubscribe label {left:18px;}
#color-overlay {position:absolute;background:rgba(0,0,0,0.6);-pie-background:rgba(0,0,0,0.6);height:288px;width:100%;}
#investment-opp-no-padding .header_form_container p {margin-bottom:0;}
.page-template-page-gcf-report #video_container{margin-bottom:30px;}
#quotation_container {background:rgba(0,0,0,0.6);background-image:url(images/standards-us-gaap-lease-accounting.jpg);background-attachment:fixed;background-repeat:no-repeat;background-position:left top;background-size:cover;border-style:none;margin:auto;border-radius:0px;width:100%;height:288px;position:relative;}
#submit_report_btn { display: block; border-style: solid; border-radius: 0px; z-index: 4; width: 100%; height: 58px; background: rgba(188,20,26,1); box-shadow: inset 0px 1px 0px #d5565b,inset 0 -1px 2px #890e12; text-shadow: none; color: #fff; border-width: 1px; border-color: #333333; font-size: 20px; line-height: 58px; text-align: center;}
#quotation_container .quotation {font-size:22px;color:#fff;height:288px;display: flex;align-items: center;}
#quotation_container .quotation p {font-style: italic;}
#quotation_container .quotation p span {font-style: normal;font-size:14px;}
#sub_subscribe_container {background: rgba(188,20,27,1);-pie-background: rgba(188,20,27,1);border-style: none;margin-left: auto;margin-right: auto;margin-bottom: 0px;border-radius: 0px;width: 100%;height: 65px;position: relative;}
#sub_subscribe_container .text {color:#fff;font-size:18px;line-height:65px;font-weight:bold;}
#sub_subscribe_container .link a {display: block;border-style: solid;border-radius: 0px;width: 340px;height: 43px;box-shadow: none;text-shadow: none;color: #fff;border-width: 1px;border-color: #fff;font-size: 16px;line-height: 43px;font-weight: bold;text-align: center;background-repeat: no-repeat;margin: 10px 0 0;}
#sub_subscribe_container .link a:hover {background: rgba(255,255,255,1);-pie-background: rgba(255,255,255,1);box-shadow: none;color: #bc141b;}
#contact_container .contact_details {margin:20px 0 30px;}
#contact_container .image {width:200px;display:inline-block;}
#contact_container .desc {margin-bottom:10px;}
#contact_container .link {display:inline-block;}
#contact_container .link a {display: block;border-style: solid;border-radius: 0px;z-index: 4;width: 200px;height: 58px;background: rgba(188,20,26,1);box-shadow: inset 0px 1px 0px #d5565b, inset 0 -1px 2px #890e12;text-shadow: none;color: #fff;border-width: 1px;border-color: #333333;font-size: 20px;line-height: 58px;text-align: center;}
/*-------------------------------------------------------------- # Common --------------------------------------------------------------*/
.container-top-border {border-top: 3px solid #e30613;margin-bottom: 15px;}
a.view-all {position: absolute;right: 0;top: 25px;color:#da4241;font-size: 14px;text-transform: uppercase;padding: 0px 20px;}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
footer {background: #000000;padding: 25px 0 0;}
footer,footer a {color: #f2f2f2 !important;text-decoration: none !important;}
footer a:hover {color: #fff !important;}
footer ul {margin: 0;padding: 0;}
footer ul li {list-style: none;margin: 0;padding: 0;}
footer .footer-widgets .widget-title,footer .footer-widgets h2 {margin-top: 0;font-size: 14px;font-weight: 600;}
footer .footer-widgets .footer-social-desktop {float: left;width: 360px;padding-right: 0px !important;}
footer .footer-widgets .footer-social-desktop .widget > h2 {margin-top: 20px;}
footer .footer-widgets .footer-social-desktop .widget .textwidget img {max-height: 60px;}
footer .footer-widgets .social {text-align: left !important;}
footer .footer-widgets .widget {float: left;}
footer .footer-widgets .widget_nav_menu {width: 100%;margin-bottom: 5px;}
footer .footer-widgets .menu li {display: inline-block;vertical-align: top;margin-right: 20px;}
footer .footer-widgets .menu li:last-child {margin-right: 0;}
footer .footer-widgets .menu li a {display: block;font-size: 14px;font-weight: 600;}
footer .footer-widgets .menu li li {display: block;}
footer .footer-widgets .menu li li a {font-weight: 300;}
footer .footer-widgets #footer-menu li {margin-right: 5px;border-right: 2px #fff solid;padding-right: 10px;line-height: 14px;}
footer .footer-widgets #footer-menu li:last-child {margin-right:0;border-right:0;}
footer .footer-widgets #footer-menu li a {font-weight: 300;}
footer .footer-bottom {border-top: 2px solid #bdbdbd;padding-top: 15px;margin-top: 15px;padding-bottom:5px;}
footer .footer-bottom .menu {margin-bottom: 5px;}
footer .footer-bottom .menu li {display: inline-block;}
footer .footer-bottom .menu li a {display: block;border-right: 1px solid #bdbdbd;margin-right: 10px;padding-right: 10px;line-height: 15px;}
footer .footer-bottom .menu li:last-child a {border-right: none;padding-right: 0;margin-right: 0;}
footer .footer-social-desktop {padding-right: 20px;margin-bottom: 20px;}
footer .footer-bottom h2 {display: inline;font-size: 15px;font-weight: 300;margin-right: 10px;vertical-align: top;}

/*-------------------------------------------------------------- # Contact Us --------------------------------------------------------------*/
/*
.page-template-page-contact-us p {margin-bottom: 10px;}
.page-template-page-contact-us .location p {width:32%;float:left;padding:0 10px;}
.page-template-page-contact-us input, .page-template-page-contact-us select {height:30px;}
.page-template-page-contact-us input, .page-template-page-contact-us select,.page-template-page-contact-us textarea {background-color:#e7e7e8;padding:2px 5px;font-size:14px;border:0;width:100%;}
.page-template-page-contact-us input[type="submit"] {height:40px;font-size:14px;line-height:14px;text-transform:uppercase;}
*/
/*-------------------------------------------------------------- # Subscription POPUP --------------------------------------------------------------*/
#subscription_container .modal-content .modal-body {padding:0;}
#subscription_container .modal-content .modal-body .subscribe_row {background-image:url(https://www.theinvestor.jll/wp-content/uploads/2017/09/bg-modal-subscribe.jpg);background-size:cover;}
#subscription_container .modal-content div.title h1,#subscription_container .modal-content div.title p {color:#fff;}
#subscription_container .modal-content div.form {background-color:#fff;}
#subscription_container .modal-content div.form p.fields.split_container {width: 50%;float: left;padding:10px 5px 0 0;}
#subscription_container .modal-content div.form .wpcf7-list-item label {font-weight: 400;}
#subscription_container .modal-content div.form p {margin-bottom:8px;color:#444;font-size:14px;font-weight:600;}
#subscription_container .modal-content div.form .left {padding:25px 40px;margin-bottom:45px;}
#subscription_container .modal-content div.form .right {position:absolute;bottom:0px;right:0px;width:100%;}
#subscription_container .modal-content div.form input, #subscription_container .modal-content div.form select {font-weight: 400;background-color:#ffffff; border:0.8px solid #b1b2b4 !important;padding:10px;font-size:14px;border:0;width:100%; height:100%;}
#subscription_container .modal-content div.form input[type="submit"] {background-color:#e30613;height:50px;text-transform:uppercase;color:#fff;font-size:16px;font-style: normal;font-weight: 600; border: 0 !important;}
#subscription_container .modal-content div.form input[type="checkbox"] {width: auto!important;height: auto!important;padding: 0;margin-right: 0px;}
#subscription_container .modal-content span.wpcf7-form-control-wrap.sector,#subscription_container .modal-content span.wpcf7-form-control-wrap.region {margin-right: 30px;}
#subscription_container .modal-content .modal-body a.close {position:absolute;right:0px;z-index:1;top:2px;}
#subscription_container .modal-content .sector-of-interest .sector_ch_list .wpcf7-list-item,
#subscription_container .modal-content .region-of-interest .region_ch_list .wpcf7-list-item {width:100%;}
#subscription_container .modal-content .ajax-loader {position: absolute;top: -18px;z-index: 10;left: 48%;}
#subscription_container .modal-content div.wpcf7-response-output {margin: 15px 0 0;}
#subscription_container .modal-content span.wpcf7-not-valid-tip {font-size:12px;}
.subscribe-content {padding: 50px 70px;}
.subscribe-h1 {padding: 0 40px;}
.subscribe-content .subscribe {padding:0 25px;}
.subscribe-content h1 {font-size:22px; font-weight:600; color:#000000 !important; margin-top:0px;}
.subscribe-content hr {background-color: transparent;border-top: 0.1px solid #626468;height: 1;margin-bottom: 15px;}
.subscribe-content p {font-size:14px; line-height:18px; font-weight:400; color:#626468 !important; padding: 0 40px;}
.btn-subscribe {background-color: #e30613;height: 50px;text-transform: uppercase;color: #fff;font-size: 16px;font-style: normal;font-weight: 600;border: 0 !important;width:100%;padding:10px;}

.wpcf7-form span.req {color:#e30613; font-size:18px;}
.wpcf7-form-control-wrap {display:block; margin-top:5px;}
.wpcform-checkbox, .wpcform-checkbox .wpcf7-form-control-wrap, .wpcform-checkbox .checkbox {margin-top:0px;}

/*-------------------------------------------------------------- # Contact form 7 POPUP --------------------------------------------------------------*/
.wpcf7-form p {margin-bottom:10px;color:#444;font-size:14px;font-weight:300;}
.wpcf7-form p span input[type="text"],.wpcf7-form p span input[type="email"], .wpcf7-form p span select {background-color:#e7e7e8;padding:2px 5px;font-size:14px;border:0;height:30px;width:100%;}
.wpcf7-form p span textarea {background-color:#e7e7e8;padding:2px 5px;font-size:14px;border:0;width:100%;}
.wpcf7-form p .wpcf7-list-item {margin:0;}
@media screen and (min-width:1200px) {
	.main-navigation ul li.menu-item-has-children:hover {
		background-color:#7f7f7f;
	}
	.main-navigation ul li.menu-item-has-children:hover ul {
		display:block;
	}
}
label.error {color:#bc141a;font-size:12px;}

img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

h1.post-expired {
    color: white;
    background-color: #bc141a !important;
    width: auto;
    padding: 10px 20px;
    position: absolute;
    bottom: 100px;
    font-weight: 600;
}

span.subHead { display: block; }

/** Slider stylings **/
.charticle-gallery .soliloquy-pager { display: none; }
.charticle-gallery .soliloquy-caption { position: inherit!important; margin-bottom: 20px; padding-bottom: 0px!important; background-color: #D0C9B7!important; }
.charticle-gallery .soliloquy-caption-inside { text-align:left!important; }
.charticle-gallery .soliloquy-caption-inside p { margin-bottom: 10px; line-height: 18px; font-size: 1.2em!important; color: #000000!important; }