
/* Start Blog project */
/* Start Blog node */
#article-author-information {
    position: relative;
    overflow: hidden;
}

#article-author-information .post-info {
    /*max-width: 320px;*/
	padding-left: 0px;
    /*padding-top: 15px;*/
}
/*sm, md, and lg */
@media (min-width: 768px) {
    #article-author-information .post-info {
        font-size: 16px;
        line-height: 23px;
    }
    /*
    #article-author-information .post-image img {
        max-width: 90px;
    }
    */
}

@media (min-width: 992px) {
    #article-author-information .post-share {
        position: absolute;
        bottom: -5px;
        right: -20px;
    }
    /*
    #article-author-information .post-image img {
        max-width: 70px;
    }
    */
}
/* End Blog node */

/* Start Author node */
@media (min-width: 37.5em) {
    .author-homepage #blog-sidebar {
        /*top: -152px;*/
    }
}

.author-homepage > div.center-col {
    margin-top: 25px;
}
/* End Author node */
/* End Blog project */


/* ************************************************************************** */
/* Start general rules for fixing Bootstrap */
.breadcrumb {
    font-size: 13px;
    background-color: transparent;
}

.breadcrumb-container .breadcrumb > li a:hover {
    text-decoration: none;
}

.line-separator {
    border-bottom: 1px solid #2e311c;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 7px
}

hr.lineSeperator {
    background: none repeat scroll 0 0 gray;
    border: 0 none;
    height: 1px !important;
    margin: 1em 0 !important;
    line-height: 25px !important;
}

@media (min-width: 768px) {
    .col-sm-2-5 {
        width: 20%;
        float: left;
    }
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/* End general rules */


/* ************************************************************************** */
/* Start top nav project */
/* Remove sidebar */
.page {
    padding-left: 0;
}

/* Footer */
.footer h3 {
    font-family: "Guardian Sans Web", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: white;
    margin: 15px 0 0 0;
}

@media (min-width: 768px) {
    .footer h3 {
        margin: 0;
    }
}

.footer ul {
    margin: 0;
}

.footer .footer-under {
    margin-top: 5px;
}

.social-icons .icon {
    color: white;
    font-size: 25px;
}


/** Start templates subproject **/
/*** Start C - Breadcrumbs templates ***/
section.detail-masthead-space {
    padding: 0;
    margin-bottom: 0;
}

.csj-article section.detail-masthead-space,
.blog-article section.detail-masthead-space {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*** End C - Breadcrumbs templates ***/
/*** Start D - Thought Leadership page and carousel ***/
/* Add border to form and pagination's sections */
.thought-leadership section.section-thought-leadership-form {
    padding-bottom: 24px;
}
.thought-leadership section.section-results-pagination {
    border-top: 1px solid gray;
}

/* Remove border from result's section */
.thought-leadership .section-thought-leadership-results .thought-leadership-results {
    border: 0;
    margin: 0 auto;
}

.view .slick-slider ul.slick-dots {
    background: white !important;
}

/* Separate each result */

/* xs and sm sizes only */
.thought-leadership .section-thought-leadership-results .thought-leadership-box {
    padding: 10px 0px;
		min-height: 330px;
}
/* md and lg sizes only */
@media (min-width: 992px) {
.thought-leadership .section-thought-leadership-results .thought-leadership-box {
    padding: 20px;
	min-height: 400px;
}
}

/* Center each result into the box */
.thought-leadership .section-thought-leadership-results .thought-leadership-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
	line-height: 22px;
	text-align: center;
}

/* Style item results */
.thought-leadership-item .result-title {
    background: #fff none repeat scroll 0 0;
    color: #202020;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
    height: 3.75em;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.thought-leadership-item .result-title-mask {
    padding: 10px 15px 10px
}

.thought-leadership-item .result-content {
    color: #202020;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
}


@media (min-width: 1025px) {

	/* Style item results */
.thought-leadership-item .result-title {
    background: #fff none repeat scroll 0 0;
    color: #202020;
    font-size: 1.9em;
    font-weight: 400;
    height: 4.65em;
    line-height: 1.45em;
    margin: 0;
    overflow: hidden;
    padding: 0px 10px 10px
    position: relative;
    z-index: 2;
}


.thought-leadership-item p {
	color: #202020;
}


.thought-leadership-item img {
    width: 100% !important;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	overflow: hidden !important;
    max-width: 400px !important;
}

.thought-leadership-item {
	overflow: hidden !important;
    text-align: center;
}

.result-image {
	overflow: hidden !important;
	max-height: 250px;
}

.thought-leadership-item:hover img {
	opacity: 0.75;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	overflow: hidden !important;
	max-width: 400px !important;
}

.thought-leadership-item a.btnResourceBlock:focus img {
	opacity: 0.75;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	overflow: hidden !important;
	max-width: 400px !important;
}


.thought-leadership-item {
	max-width: 395px !important;
}


.thought-leadership-item .result-content: hover {
    color: #444 !important;
}

.thought-leadership-item .result-title: hover {
    color: #444 !important;
}
}


.widthRelatecContentCarousel {
	margin: 0 auto;
	padding: 0px;
	max-width: 1240px;
}

@media (min-width: 1340px) {
	.widthRelatecContentCarousel {
        margin: 0 auto;
        padding: 0px;
        max-width: 1230px;
    }
    .centerRelatedResource .slick-slide {
        margin: 0px 10px;
    }
}


@media (min-width: 1400px) {
	.widthRelatecContentCarousel {
        margin: 0 auto;
        padding: 0px;
        max-width: 1260px;
    }

    .centerRelatedResource .slick-slide {
        margin: 0px 30px;
    }
}



@media (min-width: 1600px) {
	.widthRelatecContentCarousel {
        margin: 0 auto;
        padding: 0px;
        max-width: 1340px;
    }
    .centerRelatedResource .slick-slide {
        margin: 0px 40px;
    }
}

@media (min-width: 1700px) {
	.widthRelatecContentCarousel {
        margin: 0 auto;
        padding: 0px;
        max-width: 1340px;
    }
    .centerRelatedResource .slick-slide {
        margin: 0px 15px;
    }
    .thought-leadership-item img {
        overflow: hidden !important;
        max-width: 400px !important;
    }
    .thought-leadership-item:hover img {
        opacity: 0.75;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        overflow: hidden !important;
        max-width: 400px !important;
    }
    .thought-leadership-item {
        max-width: 395px !important;
    }
}


.thought-leadership-item .result-image {
    display: block;
    margin: 0px auto;
	overflow: hidden !important;
}


.thought-leadership-item .category-title {
    font-style: normal;
	color: #202020;
	font-size: 13px;
}

.thought-leadership .section-thought-leadership-results .thought-leadership-item .wysiwyg-field {
    line-height: 1.25;
}

.thought-leadership .section-thought-leadership-results .thought-leadership-item .wysiwyg-field p {
    margin: 0 0 10px;
    padding: 0;
}

.details .detail-customers-win .carousel-customers-win .cycle-slideshow .slide p,
.details .detail-how-its-done .carousel-customers-win .cycle-slideshow .slide p {
    width: inherit;
    font-weight: 500;
    font-size: 16px;
}

    .details .detail-customers-win .carousel-customers-win,
    .details .detail-how-its-done .carousel-customers-win {
        max-width: 1280px;
        width: 75%;
    }

    .details .detail-customers-win .carousel-customers-win .cycle-slideshow-container,
    .details .detail-how-its-done .carousel-customers-win .cycle-slideshow-container {
        width: 100%;
        max-width: 1340px;
    }

        .cycle-slideshow.cycle-resize {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .cycle-carousel-wrap {
        width: 100% !important;
    }

    .details .detail-customers-win .carousel-customers-win .cycle-slideshow .slide,
    .details .detail-how-its-done .carousel-customers-win .cycle-slideshow .slide {
        width: 100%;
    }

@media (min-width: 600px) {
    .details .detail-customers-win .carousel-customers-win,
    .details .detail-how-its-done .carousel-customers-win {
        width: 85%;
    }
    .cycle-slideshow.cycle-resize {
        margin-left: 7px !important;
    }
    .details .detail-customers-win .carousel-customers-win .cycle-slideshow .slide,
    .details .detail-how-its-done .carousel-customers-win .cycle-slideshow .slide {
        width: 50%;
    }
}

@media (min-width: 980px) {
    .details .detail-customers-win .carousel-customers-win,
    .details .detail-how-its-done .carousel-customers-win {
        width: 90%;
    }
    .cycle-slideshow.cycle-resize {
        margin-left: 15px !important;
    }
    .details .detail-customers-win .carousel-customers-win .cycle-slideshow .slide,
    .details .detail-how-its-done .carousel-customers-win .cycle-slideshow .slide {
        width: 33.33%;
    }
}




    .details .detail-customers-win .carousel-customers-win .cycle-slideshow .slide img,
    .details .detail-how-its-done .carousel-customers-win .cycle-slideshow .slide img {
        max-width: none;
        width: 100%;
    }


/*** End D - Thought Leadership page and carousel ***/
/** End templates subproject **/
/* End top nav project */


/* ************************************************************************** */
/* Start Twitter Project */
/* Fix font sizes */
#tweet-cycle .dt-updated {
    font-size: 0.813em;
}

/* End Twitter Project */


@media (max-width: 767px) {
.breadcrumb {
    font-size: 10px;
    background-color: transparent;
}

.breadcrumb-container .breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 3px !important;
}

}

/* Custom breakpoints */
@media (max-width: 1024px) {
    .visible-ipad-landscape {
        display: block !important;
    }
    .hidden-ipad-landscape {
        display: none !important;
    }
}






/* related thought leadership sections */
.slide:hover img {
	opacity: 0.75;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.slide img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.slide {
	overflow: hidden !important;
}


.slide p {
	color: #202020 !important;
}
.slide:hover p {
	color: #575757 !important;
}

.slide .category-title {
    background: #fff none repeat scroll 0 0 !important;
    font-size: 15px !important;
    font-weight: 500;
    position: relative !important;
    width: inherit;
    z-index: 2 !important;
	margin: 0px;
	padding: 10px 15px 4px 15px;
	color: #575757 !important;
}

.slide .category-title:hover {
	color: #575757 !important;
}
.slide .resourceCatLine {
    background: gray none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 0 auto !important;
    max-width: 65%;
    text-align: center;
}

.slide .result-title {
    background: #fff none repeat scroll 0 0;
    color: #202020;
    font-size: 19px !important;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 10px 25px 0;
    position: relative;
    z-index: 2;
}

/* thought-leadership filter page */
.thought-leadership-item p {
	color: #202020 !important;
}
.thought-leadership-item:hover p {
	color: #575757 !important;
}

.thought-leadership-item .category-title-mask {
    padding: 6px 15px 4px 15px;
}

.thought-leadership-item .category-title {
    background: #fff none repeat scroll 0 0 !important;
    color: #575757 !important;
    font-size: 1.4em;
    font-weight: 500;
    height: 1.25em;
    line-height: 1.25em;
    margin: 0px;
    overflow: hidden;
    position: relative !important;
    width: inherit;
    z-index: 2 !important;
}

.thought-leadership-item .category-title:hover {
	color: #575757 !important;
}
.thought-leadership-item .resourceCatLine {
    background: gray none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 0 auto !important;
    max-width: 65%;
    text-align: center;
}
.view-emea-case-studies .thought-leadership-item .category-title.type,
.view-cs .thought-leadership-item .category-title.type,
.view-thought-leadership .thought-leadership-item .category-title.industry {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .view-thought-leadership .thought-leadership-box:nth-child(3n+4),
  .view-cs .thought-leadership-box:nth-child(3n+4),
  .view-emea-resources .thought-leadership-box:nth-child(3n+4),
  .view-emea-case-studies .thought-leadership-box:nth-child(3n+4),
  .view-resources-australia .thought-leadership-box:nth-child(3n+4) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .view-thought-leadership .thought-leadership-box:nth-child(4n+5),
  .view-cs .thought-leadership-box:nth-child(4n+5),
  .view-emea-resources .thought-leadership-box:nth-child(4n+5),
  .view-emea-case-studies .thought-leadership-box:nth-child(4n+5),
  .view-resources-australia .thought-leadership-box:nth-child(4n+5) {
    clear: both;
  }
}

ul.pager.pager-load-more {
    border-top: 1px solid #575757;
    float: left;
    font-size: 1.95em;
    margin: 25px 0 10px 0;
    padding: 15px 0;
    width: 100%;
}

.view .view-content,
.view-thought-leadership .view-content {
    max-width: 1340px;
    margin: 0 auto;
}



.thought-leadership-item {
    text-align: center;
    max-height: 350px;
}

.thought-leadership-item .field-name-field-image {
    overflow: hidden;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin: 0;
}

.cke_editable {
  font-size: 17px;
  padding: 10px;
}

/* press release article styles */
.node-type-article .section-csj-article a:focus {
    color: #2c6bb3;
    text-decoration: underline;
    text-decoration-color: #2b3a42;
}