/*  
Theme Name: POS
Theme URI: http://www.sixhalfdozen.com/
Version: 1.0.0
Author: 6HD
Author URI: http://www.sixhalfdozen.com/
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 14px/150% "franklin-gothic-urw",sans-serif;
	color: #666;
	background: #2D292A;
}
a {
	color: #0080C6;
	text-decoration: none;
	outline: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
p:last-child , .home-block p{
	margin: 0!important;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "franklin-gothic-urw",sans-serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=tel], input[type=email], input[type=date], input[type=password], textarea {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-appearance: none;
}
select {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
}
input[type=text], input[type=tel], input[type=email], input[type=date] {
	width: 94%;
}
select {
	width: 97%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=date]:focus, select:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
	background: #EFEFEF!important;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #666!important;
    transition: all .5s;	
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #DD3124!important;
    border: 0;
    color: #ffffff!important;
    transition: all .5s;
	padding: 10px 15px!important;
	cursor: pointer!important;
}
.button-red{
	background: #DD3124;
    border: 0;
    color: #ffffff;
    transition: all .5s;
	padding: 10px 15px;
	cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;			
}
.button-red:hover{
	text-decoration: none;
	color: #DD3124;
	background: #ffffff;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap{
	min-width: 1100px;
}
#bg-white{
	width: 100%;
	min-width: 1100px;
	background: #FFFFFF;
}
/* main page width */
.pagewidth {
	width: 1100px;
	margin: 0 auto;
}

/* content */
#content {
	width: 67%;
	float: right;
	padding: 50px 0;
	position: relative;
	z-index: 0;	
}
#content-full-with{
	width: 100%;
	padding: 50px 0;
	position: relative;
	z-index: 0;		
}
.home #content-full-with{
	width: 100%;
	padding: 50px 0 0 0;
	position: relative;
	z-index: 0;		
}
/* sidebar */
#sidebar {
	width: 30%;
	float: left;
	padding:  50px 0;
}



/************************************************************************************
HEADER
*************************************************************************************/
#header-wrap{
	width: 100%;
	min-width: 1100px;
	height: 500px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 70%) 0% 0% / cover, url('images/default.jpg') no-repeat top center;
	background-size: cover;
	display: none;
}
#header {
	position: relative;
	height: 160px;
}
.home #header {
	position: relative;
}
.bg-header{
	background: #C9C9C9;
}

#social{
	list-style-type: none;
	right: 0;
	top: 25px;
	position: absolute;
}
#social li{
	float: left;
	margin: 0 5px;
}
#social li:nth-child(2) a{
    background: url(images/fb.png) no-repeat top left;
    background-size: contain;
	width: 25px;
	height: 35px;
	display: block;
}
#social li:nth-child(3) a{
    background: url(images/tw.png) no-repeat top left;
    background-size: contain;
	width: 25px;
	height: 35px;
	display: block;
}
#social li:nth-child(1) a{
    background: url(images/in.png) no-repeat top left;
    background-size: contain;
	width: 25px;
	height: 35px;
	display: block;
}
#social li a:hover{
-webkit-animation:bounce-in 1s ease 0s 1 normal;
-moz-animation:bounce-in 1s ease 0s 1 normal;
-ms-animation:bounce-in 1s ease 0s 1 normal;
animation:bounce-in 1s ease 0s 1 normal;	
}
@-webkit-keyframes bounce-in {
0%{ opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); }
50%{ opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); }
70%{ -webkit-transform: scale(0.9); transform: scale(0.9); }
100%{ -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes bounce-in {
0%{ opacity: 0; transform: scale(.3); }
50%{ opacity: 1; transform: scale(1.0); }
70%{ transform: scale(0.9); }
100%{ transform: scale(1); }
}
/* 
SITE LOGO
================================================ */
#site-logo {
    position: absolute;
    top: 15px;
    left: 0;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 300px;
    height: 130px;
    background: url(images/logo1.png) no-repeat top left;
    background-size: contain;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	bottom: 25px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
    display: block;
    padding: 10px 15px;
    margin: 0 0 0 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}
/* main level link :hover */
#main-nav a:hover {
	color: #FFFFFF!important;
	background: #DD3124;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: none;
}
/************************************************************************************
FIXED HEADER
*************************************************************************************/

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.transition{
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
.fixed #header{
	height: 110px;
}
.fixed  #site-logo{
	position: absolute;
    top: 35px;
    left: 0;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 300px;
    height: 45px;
    background: url(images/logo2.png) no-repeat top left;
    background-size: contain;
}
.fixed #main-nav{
	bottom: 32px;
}
.fixed #main-nav a{
	font-size: 100%;
	color: #ffffff;
}


.bg-header.fixed{
	background: #4D4D4D;
}
.fixed #social{
	display: none;
}

/************************************************************************************
HOME
*************************************************************************************/
.google-visualization-tooltip{
	color: #ffffff!important;
	background: #808080!important;
	width: 200px!important;
	padding: 10px!important;
	border: 2px solid #4D4D4D!important;
	text-align: center!important;
	width: 150px!important;
	max-width: 150px!important;
}
#home-news{
	
}
#home-news a{
	color: #666!important;
	font-size: 140%;
}
#home-news .post-date{
	color: #666!important;
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 15px;
}
#home-news  artiicle{
	margin: 25px 0 ;
	padding: 25px 0 ;
	border-bottom: 1px solid #666;
}
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	font-size: 26px;
	line-height: 150%;
	margin: 0 0 5px;
	padding: 150px 0 0 0;
	color: #ffffff;
	position: relative;
	font-weight: bold;
	font-family: "franklin-gothic-urw",sans-serif;
	text-transform: uppercase;
}
a.page-title{
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
a.page-title:hover{
	text-decoration: none;
	color: #0080C6;
}
.page-title-wrap{
	position: relative;
}
.page-title-wrap span{
	display: block;
	width: 95px;
	height: 105px;
	position: absolute;
	background: url('images/bg-title.png') no-repeat top left;
	left: -40px;
	top: -25px;
	z-index:-1;
}



.page-id-45 table{
	border-collapse: collapse;
}
.page-id-45 td{
	border-bottom: 1px solid #DD3124;
	padding: 10px 10px 10px 0;
	margin: 0;
}


.page-id-45 td:first-of-type {
	min-width: 150px;
}
/*
.page-id-45 td:last-of-type{
	display: none;
}
*/
.page-id-45 td:nth-child(5) {
	padding: 10px 0;
	text-align: center;
}
.page-id-45 table tr:nth-child(2) td, .page-id-45 td:nth-child(3), .page-id-45 td:nth-child(4), .page-id-45 td:nth-child(5){
	text-align: center;	
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 25px;
	position: relative;
	z-index: 0;
}
.post:last-child {
	margin-bottom: 0;
}
.post-date{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 25px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}
.image-case-study{
	float: right;
	margin: 0 0 25px 25px;
}
/************************************************************************************
SIMILAR ARTICLES
*************************************************************************************/
.red-line{
	display: block;
	height: 5px;
	background: #DD3124;
	width: 100%;
	min-width: 1100px;
} 
.similar-articles-title{
	font-size: 20px;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0;
    color: #DD3124;
    position: relative;
    font-weight: bold;	
	font-family: "franklin-gothic-urw",sans-serif;
}
.similar-articles-wrap{
	padding: 0 0 50px 0;
}
.page-insights{
	padding: 5px 25px 50px 25px!important;
}
.similar-articles-wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-link{
	display: block;
	height: 38px;
	overflow: hidden;
}
.similar-articles-wrap ul li{
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
	width: 175px;
	min-height: 335px;
	background: #F3F3F3;
}
.page-insights ul li{
	width: 228px;
}
.similar-articles-wrap ul li:last-child{
	margin: 0;
}
.page-insights{
	padding: 5px 0 45px 0;
}

.page-insights ul li{
	margin: 0 5px 5px 0;
}
.page-insights ul li:nth-child(4n+4){
	margin: 0;
}
.date-similar{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	padding: 0 10px;
	font-size: 12px;
	line-height: 150%;	
}
.title-similar{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 14px;
	line-height: 150%;
	padding: 0 10px;
}
.similar-article-wrap{
	min-height: 250px;
	overflow: hidden;
}
.page-insights  .similar-article-wrap{
	min-height: 400px;
	overflow: hidden;
}
.read-more{
	display: block;	
	font-size: 12px;
	line-height: 150%;	
	padding: 0 10px 10px 10px;
}
.thumbnail-post{
	height: 175px;
	width: 175px;
}
.page-insights .thumbnail-post{
	height: 228px;
	width: 228px;
}
/************************************************************************************
OPPORTUNITY
*************************************************************************************/
#opportunity a{
	text-transform: uppercase;
}



/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-top: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #666;
	color: #fff;
	text-decoration: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.pagenav a:hover {
	background-color: #000000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 40%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #666;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000000;
}
.post-nav a{
	color: #666;
}
.post-nav a:hover {
	color: #000000;
}
.home-blog-button-wrap{
	width: 20%;
	float: left;
	display: none;
}
.home-blog-button-wrap a{
	display: block;
	height: 32px;
	width: 32px;
	margin: 0 auto;
	background: url('images/home-blog-button.png') no-repeat bottom left;
}
.home-blog-button-wrap a:hover{
	display: block;
	height: 32px;
	width: 32px;
	margin: 0 auto;
	background: url('images/home-blog-button.png') no-repeat top left;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/

#searchform #s {
	width: 214px;
	color: #a5a099;
	background: #FFFFFF url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 25px 0;
}
#searchform #s:focus {
	color: #333;
}

#insights-search{
	padding: 3% 15% 0 15%;
}
#insights-search #searchform #s {
	width: 95%;
}
#recent-insights{
	margin: 0 0 25px 0;
	background: #333333;
	padding: 25px;
	text-align: right;
}
.page #recent-insights, .page #recent-insights ul{
	list-style: none;
}
 .page #recent-insights ul{
	display: none;
	margin: 0;
	padding: 0;
}
 .page #recent-insights a{
	margin: 0 0 10px 0;
}
.page #recent-insights li a{
	font-weight: bold;
	padding: 10px 0;
}
.page #recent-insights li ul li a{
	font-weight: normal;
	padding: 0;
	font-size: 13px;
}
.page #recent-insights li{
	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	margin: 0;
	padding: 0;
}
.page #recent-insights li:hover > .children {
	display: block;
}




.recent-insights-title{
	color: #FFFFFF;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: "franklin-gothic-urw",sans-serif;
}
#recent-insights a{
	color: #FFFFFF;
	margin: 0 0 15px 0;
	display: block;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;			
}
#recent-insights a:last-child{
	margin: 0;
}
#recent-insights a:hover{
	text-decoration: none;
	color: #BCB8B4;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 25px 0;
	clear: both;
	position: relative;
	color: #ffffff;
}
.bloginfo-footer{
    position: absolute;
    top: -25px;
    left: 0;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 100%;
    height: 45px;
    background: url(images/logo2.png) no-repeat center center;
    background-size: contain;
}
#footer .left, #footer .right{
	width: 47.5%;
}
/************************************************************************************
TESTIMONIALS
*************************************************************************************/
#bg-gray{
	padding: 25px 0;
	background: #DAD6D2;
	width: 100%;
	min-width: 1100px;
}
#testimonials{
	width: 100%;
	margin: 0 auto;
}
#testimonials div:active, #testimonials div:focus, .draggable:focus{
	border: none!important;
	text-decoration: none!important;
}
.testimonial-logo{
	display: block;
	width: 100%;
	height: 100px;
}
.testimonial-content{
	float: right;
	width: 100%;
}
.testimonial-content span{
	color: #BCB8B4;
	font-size: 18px;
	padding: 0 3px;
}
.testimonial-content p{
	display: initial;
}
.slick-dots li {
    margin: 0!important;
}
.slick-next{
	background: url(images/arrow-right.png) no-repeat center center!important;
	background-size: contain!important;
}
.slick-prev{
	background: url(images/arrow-left.png) no-repeat center center!important;
	background-size: contain!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: transparent!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: white!important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white!important;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix,  #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix,  #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

#wp-admin-bar-wp-logo, #wp-admin-bar-customize, #wp-admin-bar-comments{
	display: none;
}

.authors-list .partner-block{
	width: 15%;
	margin: 0 2% 2% 0;
	min-height: 285px;
	font-size: 100%;
}
.authors-list .partner-block:nth-child(3n+3){
	margin: 0 2% 2% 0;
}
.authors-list .partner-block:nth-child(6n+6){
	margin: 0 0 2% 0;
}



/************************************************************************************
CASE STUDY
*************************************************************************************/
.page-title h4{
	    margin: 0;
    font-size: 80%;
    font-weight: 100;
    letter-spacing: 1px;
}
.single-case-studies #header-wrap{
	height: 640px;
}
.single-case-studies #content-full-with{
	background: url(images/lines-down.png) no-repeat 45px 0px;
    background-size: 7%;
}
.background{
	margin: -100px 0 25px 0;
    background: #333333;
    padding: 25px;
    text-align: left;
	color: #ffffff;
}
.study-main-content{
	padding: 0 0 0 200px;
}
.background-title{
	font-size: 200%;
	line-height: 110%;
	
}
.post-nav-study{
	background: #EFEFEF;
}
.post-nav-study div{
	width: 45%;
}
.post-nav-study a {
	display: block;
	color: #666;
	line-height: 80px;
}
.post-nav-study a:hover{
	text-decoration: none;
	color: #DD3124;
}
.post-nav-study div.right .plus{
	float: right;
}
.post-nav-study span{
	color: #ffffff;
	background: #666;
	padding: 0 25px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.post-nav-study  a:hover span{
	background: #DD3124;
}
.plus-left{
	float: left;
	margin: 0 25px 0 0;
}
.plus-right{
	float: left;
	margin: 0 0 0 25px;
}
/************************************************************************************
HOME
*************************************************************************************/
#red-links{
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
#red-links li{
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
}
#red-links li:first-child{
	margin: 0 25px 0 185px;
}
#red-links a{
	color: #ffffff;
	padding: 15px 35px;
	display: block;
	border: 1px solid #DD3124;
	text-align: center;
	min-height: 38px;
	font-weight: bold;
	font-size: 125%;
	line-height: 105%;
}
#red-links a:hover{
	border: 1px solid #ffffff;
	text-decoration: none;
}


.google-visualization-tooltip{
	color: #ffffff!important;
	background: #808080!important;
	width: 200px!important;
	padding: 10px!important;
	border: 2px solid #4D4D4D!important;
	text-align: center!important;
}
#home-news{
	
}
#home-news .post a{
	color: #666!important;
	font-size: 140%;
	font-weight: bold;
}
#home-news .post-date{
	color: #666!important;
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 15px;
}
#home-news  .post{
	margin: 0 ;
	padding: 25px 0 ;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#home-news  .post:last-child{
	margin:  0 0 0 ;
	padding: 25px 0 0 0 ;
	border-bottom: none;
}
#home-leadership div{
	cursor: pointer;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 15px;
	font-weight: bold;
}
#home-leadership div:hover, #home-leadership div.active{
	background: #DD3124; 
}
#home-leadership-content .home-leadership-content-item{
	display: none;
}
#home-leadership-content .home-leadership-content-item:nth-child(1){
	display: block;
}
#home-leadership2 div{
	cursor: pointer;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 15px;
	font-weight: bold;
}
#home-leadership2 div:hover, #home-leadership2 div.active{
	background: #DD3124; 
}
#home-leadership-content2 .home-leadership-content-item{
	display: none;
}
#home-leadership-content2 .home-leadership-content-item:nth-child(1){
	display: block;
}

#modal-content {
	padding: 25px;
}


/************************************************************************************
PORTFOLIO PAGE
*************************************************************************************/
#links-portfolio-page{
	margin: 0;
	width: 100%;
	clear: both;
	padding: 5px 0 0px 5px;
}
#links-portfolio-page  p{
	display: none;
}
#links-portfolio-page  a, .home-page-staff-memeber{
	display: inline-block;
	width: 186px;
    height: 218px;
	/*float: left;*/
	text-decoration: none;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;		
	overflow: hidden;
	background-size: 110%;
}
.home-page-staff-memeber{
	width: 184px;
}
#links-portfolio-page  a, .home-page-staff-memeber{
	margin: 0 5px  0px 0;
}
#links-portfolio-page  a:nth-child(4n){
	margin: 0 0px  5px 0;
}
#links-portfolio-page  a:hover, .home-page-staff-memeber:hover{
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;	
}
.link-portfolio-image{
	display: block;
	width: 190px;
	height: 245px;
	position: absolute;
	left: 0px;
	top: 0px;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */		
	-webkit-filter: none;
	filter: none;		
}
#links-portfolio-page  a:hover > .link-portfolio-image, .home-page-staff-memeber:hover > .link-portfolio-image{
	filter: opacity(0.41);
	-webkit-filter: opacity(0.41);
}
.link-text{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -50px;
	background: #DD3124;
	padding: 5px 10px;
	width: 269px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
#links-portfolio-page  a:hover > .link-text, .home-page-staff-memeber:hover > .link-text, .home-case-study:hover > .link-text, .home-case-study-single-full-item:hover > .home-case-study-single-full-item-link-text{
	bottom: 0px;
}

/************************************************************************************
Studies
*************************************************************************************/
#links-study-page{
	margin: 0;
	width: 100%;
	clear: both;
	padding: 0;
}
#links-study-page  p{
	display: none;
}
#links-study-page  a{
	display: inline-block;
	width: 347px;
    height: 250px;
	/*float: left;*/
	text-decoration: none;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;		
	overflow: hidden;
	background-size: 110%;
}
#links-study-page  a{
	margin: 0 25px  25px 0;
}
#links-study-page  a:nth-child(3n){
	margin: 0 0px  25px 0;
}
#links-study-page  a:hover{
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;	
}
.link-study-image{
	display: block;
	width: 347px;
	height: 250px;
	position: absolute;
	left: 0px;
	top: 0px;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */		
	-webkit-filter: none;
	filter: none;		
}
#links-study-page  a:hover > .link-study-image{
	filter: opacity(0.41);
	-webkit-filter: opacity(0.41);
}
.link-study-text{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -50px;
	background: #DD3124;
	padding: 5px 10px;
	width: 352px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
#links-study-page  a:hover > .link-study-text{
	bottom: 0px;
}



/************************************************************************************
Event
*************************************************************************************/
.home-events-block-wrap{
	
	padding: 0;
}
.home-events-block{
	
	padding: 5px 0;
}
.home-events-block .clearfix{
	padding: 5px 0 0;
	display: none;
}
.home-events-block-wrap .right{
	position: relative;
	width: 40%;
	margin: 0 0 0 5%;
}
.event-image{
	width: 100%;
	height: 250px;
	background: url('images/default-header.jpg') no-repeat center center; 
	background-size: cover;	
}
.event-title{
	color: #ffffff;
	margin: 0;
	padding: 15px;
	background: #B0B0B0 url(images/plus.png) no-repeat right center;
	background-size: 35px;
	cursor : pointer;
	font-weight: normal;
}
.event-title.active{
	background: #DD3124 url(images/minus.png) no-repeat right center;
	background-size: 35px;
}
.content-question {
	margin: 15px;
	color: #ffffff;
}
.home-events-block .button-yellow{
	position: absolute;
    top: 100px;
    left: -70px;	
}
.event-meta{
	color:#399DA5;
	font-size: 130%;
	line-height: 110%;
	font-weight: bold;
	margin: 0 0 30px;
}


.custom-html-widget img.alignleft{
	margin-bottom: 0px;
	width: 100%;
}
.custom-html-widget .alignleft{
	margin-right: 0px;
}
.name-front {
	color: #ffffff;
	background: #DD3124;
    padding: 10px 15px;
    font-weight: bold;	
}
.name-front span{
	font-size: 90%;
}
.custom-html-widget .more-studies{
	color: #ffffff;
	background: #DD3124;
    padding: 10px 15px;
    font-weight: bold;		
}


div:focus, footer:focus { outline: none; }




@media screen and (max-width: 970px) {
	
	.similar-articles-title, .similar-articles-wrap{
		padding: 0 5%;
	}

	#header-wrap-slider{
		min-width: 100%;
	}
	#header-wrap-slider img{
		min-height: 650px;
		width: 150%;
	}
	#main-nav a:hover, .superactive {
		background: transparent;
	}
	#main-nav-wrap, #subscribe{
		display: none;
	}
	#pagewrap, .pagewidth{
		width: 100%;
	}
	#pagewrap, #bg-white, #bg-gray, #header-wrap, .red-line{
		min-width: 100%;
	}
	#header-main-area{
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;	
	}
	#site-logo{
		position: relative;
		top: auto;
		left: auto;
		margin: 30px auto;
		width: 70%;
		width: 70%;
		background: url('images/logo.png') no-repeat center center;
		background-size: contain;
	}
	
	#content, #sidebar, #content-full-with  {
		width: 90%;
		padding: 5%;
	}
	#searchform #s{
		width: 95%;
	}
	
	
	.similar-articles-wrap ul li{
		width: 47%;
		margin: 0 0 5% 0;
		float: left;
	}
	.similar-articles-wrap ul li:nth-child(2n+2){
		float: right;
	}
	.similar-articles-wrap ul li:nth-child(5), .similar-articles-wrap ul li:nth-child(6){
		display: none;
	}
	.thumbnail-post, .page-insights .thumbnail-post{
		width: 100%;
		height: 100%;
	}
	.page-insights ul li{
		margin: 0 0 5% 0;
	}
	.page-insights ul li:nth-child(4n+4){
		margin: 0 0 5% 0;
	}
	.page-insights .similar-article-wrap {
		min-height: 500px;
		overflow: hidden;
	}
	.featured-post-logo{
		width: 100%;
	}
	.title-featured-post{
		width: 90%;
		top: 75px;
	}
	.author-featured-post, .read-more-slider {
		top: 230px;
	}
	.read-more-slider{
		border-left: none;
	}
	.featured-post-content{
		width: 90%;
		padding: 5%;
		height: 85px;
	}
	
	.home-block {
		width: 90%;
		padding: 5%;
	}
	.home #header, #header-wrap-slider{
		height: 650px;
	}
	.home #header{
		margin-top: -650px;
	}
	
	
	.home-block .case-studies-block a.read-more{
		width: 45%;
		margin: 0 0 5% 0;
	}
	.home-block .case-studies-block a.read-more:nth-child(2n+2){
		float: right;
	}	
	
	
	#testimonials{
		width: 80%;
	}
	.testimonial-logo{
		width: 100%;
	}
	.testimonial-content{
		width: 100%;
	}
	
	
	#footer div{
		padding: 0;
	}
	#insights-search #searchform #s {
		width: 93%;
	}	
}

@media screen and (max-width: 780px) {
	.home #header, #header-wrap-slider{
		height: 500px;
	}
	.home #header{
		margin-top: -500px;
	}	
	#header-wrap-slider img{
		min-height: 500px;
		width: 150%;
	}
	.partner-block{
		width: 100%;
		margin: 0 0 5%;
	}	
	.partner-block:nth-child(3n+3){
		margin: 0 0 5%;
	}
	.featured-partner-image{
		padding-bottom: 100%;
	}
	#insights-search #searchform #s {
		width: 90%;
	}	
	#red-links li:first-child {
    margin: 0 25px 25px 25px;
}	
	#red-links li {
    margin: 0 25px 25px 25px;
	float: none;
}	
.home-leadership-content2 .custom-html-widget img{
	display: none;
}
#footer .left {
    width: 90%;
	padding: 0 5%;
}
 #footer .right {
    width: 90%;
    padding: 0 5%;
}
#header {
    display: none;
}
#links-study-page a {
    width: 100%;
}	
.link-study-image {
    width: 100%;
}	
.link-study-text, .link-text{
	width: 101%;
}
#links-portfolio-page a, .home-page-staff-memeber {
    width: 100%;
    height: 420px;
}	
.link-portfolio-image {
    display: block;
    width: 100%;
	height: 420px;
}	
.study-main-content {
    padding: 0;
}
#pg-17164-2.panel-has-style > .panel-row-style, #pg-17164-4.panel-has-style > .panel-row-style{
	-webkit-flex-direction: row!important; 
    -ms-flex-direction: row!important;
     flex-direction: row!important;	
}
#pl-17164 #pgc-17164-2-0, #pgc-17164-4-0{
	width: 25%!important;
    float: left;	
}
#pl-17164 #pgc-17164-2-1, #pl-17164 #pgc-17164-4-1{
    width: 72%!important;
    float: right;	
}
#home-leadership2 div, #home-leadership div {
	font-size: 80%;
    line-height: 30px;	
}
#header-wrap{
	height: 350px;
}
}




