/* EVENT ARCHIVE */
:root {
  --main: #f99d25;
  --tinted: #59a870;
}


	.single-post-container.Europe, .single-post-container.Europe button.event-view-more-button {
	border-color: #8596b0;
}

	.single-post-container.LATAM, .single-post-container.LATAM button.event-view-more-button {
	border-color: #7a2879;
}

	.single-post-container.Africa, .single-post-container.Africa button.event-view-more-button {
	border-color: #187a34;
}

	.single-post-container.North.America, .single-post-container.North.America button.event-view-more-button {
	border-color: #b31c2b;
}

	.single-post-container.Middle.east, .single-post-container.Middle.east button.event-view-more-button {
	border-color: #1f325e;
}

	.single-post-container.APAC, .single-post-container.APAC button.event-view-more-button {
	border-color: #3b6189;
}

.events-filter-button-wrap button {
    margin-right: 1em;
    padding: 1px 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    box-shadow: 1px 1px 5px #949494;
	border: 0;
}

.events-me-button, .single-post-container.Middle.east:hover button.event-view-more-button{
	background: #1f325e;
}

.events-eu-button, .single-post-container.Europe:hover button.event-view-more-button{
	background: #8596b0;
}

.events-africa-button, .single-post-container.Africa:hover button.event-view-more-button{
	background: #187a34;
}

.events-apac-button, .single-post-container.APAC:hover button.event-view-more-button{
	background: #3b6189;
}

.events-na-button, .single-post-container.North.America:hover button.event-view-more-button{
	background: #b31c2b;
}

.events-latam-button, .single-post-container.LATAM:hover button.event-view-more-button{
	background: #7a2879;
}

.single-post-container.LATAM:hover button.event-view-more-button, .single-post-container.North.America:hover button.event-view-more-button, .single-post-container.APAC:hover button.event-view-more-button, .single-post-container.Africa:hover button.event-view-more-button, .single-post-container.Europe:hover button.event-view-more-button, .single-post-container.Middle.east:hover button.event-view-more-button{
	color: #fff;
}

.events-filter-button-wrap button a {
    color: inherit;
    text-decoration: none;
}

.event-archive-page {
    margin: 2em 0;
}

.event-archive-page h1 {
    text-align: center;
    margin-bottom: 1em;
}

.event-list-text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2em;
}

.events-filter-button-wrap {
    display: table;
    margin: 0 auto 2em;
}

.single-post-container {
    box-shadow: 1px 1px 10px #949494;
	border-top: 1rem solid;
}

.events-archive-inner{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 2em;
    position: relative;
    padding-bottom: 1em;
}

.event-content-inside {
    padding: 5px 1em 10px;
}

.event-content-inside h3.event-title-lp {
    margin-bottom: 0;
}

.location-icon-event-lp .fa-location-dot, .date-icon-event-lp .fa-calendar-days {
    margin-right: 5px;
}

.event-lp-date-wrap {
    width: 33%;
	margin-right: 2%;
    text-align: center;
}
.event-lp-date1, .event-lp-date2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

.evmb-wrapper {
    width: 100%;
}
.event-content-lp {
    margin-bottom: 5px;
}
.event-date-day-range {
    display: flex;
}
.event-title-lp a {
    color: inherit;
    text-decoration: none;
}


button.event-view-more-button {
    background: #fff;
   border: 2px solid;
	width: 100%;
	transition: 0.6s ease 0s;
}


.Event-Date-Header, .Event-Location-Header, .Event-Org-Header {
	text-align: center;
}


/* Event Single */

.single-event-page {
    margin: 2em 0;
}

.event-head {
	border-bottom: 2px solid #21252a;
}

.calendar-button {
    border: 0;
    background: none;
    margin: 0;
	padding: 0;
	margin-right: 10px;
}

.calendar-button .fa-calendar-days {
    padding-right: 0;
	font-size: 30pt;
}

.location-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
	border: 1px solid #ebebeb ;
	transition: 0.3s ease 0s;
}
.location-button:hover {
	background-color: transparent;
	color: var(--main);
	border: 1px solid var(--main);
}
.organiser-button {
    color: #fff;
    background: var(--main);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    margin-bottom: 15px;
	border: 1px solid #ebebeb ;
	transition: 0.3s ease 0s;
}

.organiser-button .fa-globe, .location-button .fa-location-dot {
    padding-right: 0;
}

.organiser-button:hover {
	background-color: transparent;
	color: var(--main);
	border: 1px solid var(--main);
}

.Title-Calendar-Row {
    display: flex;
}
.Location-Row {
    display: flex;
	margin-top: 15px;
	margin-bottom:15px;
}
.Organiser-Row {
    display: flex;
}
.event-title {
    width: 85%;
    margin-right: 3%;
}

.event-title h1 {
    margin-bottom: 0;
	margin-top: 0;
}


.Location-Title {
	padding-left: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: var(--main);
    line-height: 24px;
}
.event-location {
    padding-left: 10px;
    margin-bottom: 0px;
    color: #21252a;
    font-size: 20px;
    line-height: 24px;
}
.Organiser-Title {
    padding-left: 10px;
    margin-bottom: 0px;
	font-size: 20px;
	color: var(--main);
	 line-height: 24px;
}
.organiser-name {
    padding-left: 10px;
    margin-bottom: 0px;
	color:#21252a;
	font-size: 20px;
	 line-height: 24px;
}
.event-featured-image-wrap {
  	position: relative;
}
.organiser-image {
  	position: absolute;
    top: -110px;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    height: auto;
    padding: 10px;
    overflow: hidden;
	box-shadow: 1px 2px 6px 0px;
	color: #000;
}
.event-featured-image {
    top: 0px;
    left: 0px;
    border-radius: 20px;
}
.featured-img-event {
	width: 100%;
    padding-bottom: 1em;
}
.event-cal {
	width: 12%;
	display: flex;	
	padding-bottom: 1px;
}
.event-date-wrap {
    display: flex;
}

.event-date-day-1, .event-date-day-2 {
    font-size: 24px;
}

.event-date-1, .event-date-2 {
    text-align: center;
}

.event-date-month-1, .event-date-month-2 {
    font-size: 22px;
}

.event-date-day-1 p, .event-date-day-2 p, .event-date-month-1 p, .event-date-month-2 p {
    margin-bottom: 0;
	line-height: 24px
}
	 

.event-date-break {
    padding: 0 10px;
    display: table;
}

.event-date-break p {
    display: table-cell;
    vertical-align: middle;
}

/*Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1;
}

.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  text-align: center;
  border-radius:20px;
	height: auto;
    width: 50%;
}

.close-button {
  position: absolute;
  top: -10px;
  right: 0px;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size:30px;
}
/*Events Archive END*/

#whitepaper-form td p {
    margin-bottom: 0;
}

.page-template-page-subscribe .component.form-component {
    background: #e6e6e6!important;
}

footer .subscribe h2{
	margin-bottom: 1em!important;
}


.moosend-form {
    margin-bottom: 2em;
}


label.form-input-wrapper-element.lp-flex-container {
    margin: 0!important;
}

.footer-logos-mobile {
	display: none;
}

div#SIGNUP_HEADING {
    display: none!important;
}
.quick_form_8_css {
    width: 100%!important;
    border: 0px!important;
    margin-top: 2em;
    margin-bottom: 2em;
}

input#EMBED_FORM_EMAIL_LABEL::-webkit-input-placeholder {
    color: #fff;
}

.SIGNUP_FLD {
    height: 45px!important;
}

.quick_form_8_css {
    background: transparent!important;
}

form#zcampaignOptinForm {
    text-align: center;
}



/*-----Fluent Forms-----*/
.fluentform {
    margin: 20px;
    padding-top: 3%;
}
form.fluent_form_1 .ff-btn-submit {
    background-color: #f99d25 !important;
}

.page-template-page-whitepapers-testing-list .twitter {
    position: relative;
    margin-top: 2em;
    height: auto;
    margin-bottom: 2em;
}

.sidebar-syndicated .bib__info {
    padding: 0 !important;
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 5px;
    line-height: 1.428571429;
}

.sidebar-syndicated .widget-title.flat h3 {
    max-width: 250px;
}

.sidebar-syndicated {
    position: relative;
    margin: 2em 0;
    background-color: #f2f2f2;
    padding: 15px;
}
.content.sidebar-syndicated-inner {
    margin-top: 2em;
}
.sidebar-syndicated a:nth-last-child(1) .bib__info {
    border-bottom: 0;
	margin-bottom: 0;
}

@media (min-width: 992px){
.container {
    max-width: 1170px!important;
}
}

.row.subscribe h2 {
    text-align: center;
    margin-bottom: 1.5em;
}
#single-post-col .subscribe .subscribe-form {
    margin-bottom: 20px;
}

div#mag-archive-page-col iframe {
    position: absolute;
    overflow: scroll;
    height: 1850px!important;
}

div#mag-archive-page-col {
    position: relative;
	width: 70%;
    margin-right: 5%;
}

.col300.whitepaper-mpu {
	height: auto;
}

.mag-pop-up-img {
    max-width: 220px;
    border: 1px solid #f99d25;
    margin-bottom: 5px;
}

.mag-pop-up-img {
    max-width: 220px;
}
.content.recommended-content {
    margin-top: 2em;
}
.sidebar-recommended {
    position: relative;
    margin: 2em 0;
    background-color: #f2f2f2;
    padding: 15px;
}
.recommended-footer h2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0;
}

i.fab.fa-facebook-f {
	width: 22.25px;
    text-align: center;
}

#popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  visibility: hidden;
  z-index: 10002;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  background: #00000094;
  color: #fff;
}
div#popup .content {
    width: 800px;
    height: 400px;
    background: #2d2d2d;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin-left: -400px;
    margin-top: -200px;
    padding: 2em;
	box-shadow: 0 2px 30px rgb(45 43 42);
}

div#popup .content .subscribe-form {
    width: 80%;
    margin-top: 2em;
}
div#popup .content h2 {
    text-transform: initial;
    font-size: 28px;
    text-align: center;
	margin-bottom: 20px;
}
div#popup .content h1 {
    text-align: center;
    color: #f99d25;
    text-transform: uppercase;
}
div#popup .content .social i {
    color: #ffffff;
    border-radius: 30px;
    margin: 0 10px;
    background: #f99d25;
    font-size: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
	text-align: center;
}
.social i:hover {
    color: #f99d25!important;
    background: #fff!important;
}
.social i {
	transition: all 0.2s linear 0s;
}
div#popup .content .social {
    margin: 0 auto;
    width: 35%;
}
div#popup .content .close {
        float:right;
        display:block;
        text-decoration:none;
        font-size:22px;
        color: #ffffff;
        }
.subscribe-form .button button#formSubmit:hover {
    background: #fff;
    color: #f99d25;
}
.subscribe-form .button button#formSubmit{
	transition: all 0.2s linear 0s;
}
.site-header .social i:hover {
    background: #e6e6e6!important;
}
.el_events-template-default .overlay-img {
    position: relative;
    padding: 3em;
    margin-top: 2em;
}

.el_events-template-default .article-img {
    display: none;
}

.el_events-template-default div#single-post-col p {
    width: 100%;
    background: #f99d25;
    padding: 10px;
    text-align: center;
}

.el_events-template-default div#single-post-col a {
    color: #fff!important;
    text-decoration: none;
}

.subscribe-form {
    display: flex;
    width: 50%;
    margin: 0 auto 10px;
}
footer .subscribe h2{
	margin-bottom: 0px;
}
form.subscribe {
    border-top: 0!important;
}
.subscribe-form .email-address-field {
    width: 75%;
    margin-right: 5%;
}
.subscribe-form .email-address-field input.text {
    width: 100%;
    padding: 10px;
    background: #939393;
    font-size: 16px;
    border: 0;
}

.subscribe-form .button {
    width: 20%;
}

.subscribe-form .button button#formSubmit {
    width: 100%;
    padding: 10px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f99d25;
    color: #fff;
}

.subscribe-form .email-address-field input.text::-webkit-input-placeholder {
    color: #fff;
}


.podcasts-block-wrapper {
    background: #fff;
}
#single-podcast, .category-podcasts #content {
    background: #fff;
}
.podcasts-block-wrapper .podcast-title-but .ptb-title{
	color: #a3a3a3;
}
.podcasts-block-wrapper .podcast-inner {
    background: #f99d25;
    color: #fff;
}
.podcasts-block-wrapper h3 {
    margin: 0px auto;
    color: #ffffff;
    padding-top: 1em;
    text-transform: uppercase;
    font-size: 20px;
}
.podcasts-block-wrapper h3 a{
    color: #2d2d2d!important;	
}
.podcasts-block-wrapper .row#podcasts {
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
}
#podcasts .col880 {
    width: 72%;
    margin-right: 1.6%;
}
#podcasts .col300 {
    display: table;
    height: 264px;
}
#podcasts .col300 .textwidget {
    display: table-cell;
    vertical-align: bottom;
}

.podcast-heading {
    background-image: url(https://www.intelligentcio.com/india/wp-content/uploads/sites/23/2021/04/Podcasts-BG.png);
    background-size: cover;
	background-position: bottom;
}
.podcast-player iframe {
    width: 100%;
}
.postcast-header-inner {
    display: flex;
    margin: 3em 0;
}
.podcast-image {
    width: 35%;
    margin-right: 5%;
}
.podcast-title {
    width: 50%;
}
.podcast-title .post-meta {
    color: #333333;
}
.block-podcasts {
  overflow: hidden;
  width: 100%;
  margin: 1em auto;
}
.animation {
  width: auto;
  height: 100px;
  font-size: 0px;
}
.podcast-title-but {
    color: #1d1d1d;
    position: relative;
	 margin: 5px auto;
	 width: 95%;
}
.podcast-title-but .ptb-title{
    min-height: 60px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}
.animation .content-block {
    display: inline-block;
    float: none;
    margin: 0 10px;
    position: relative;
    width: 230px;
    vertical-align: top;
}

.ptb-desc {
    font-size: 14px;
    min-height: 100px;
	margin-bottom: 1em;
}

.podcast-inner {
	background: #2d2d2d;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 400;
    width: 140px;
    transition: .3s all;
    display: flex;
	font-size: 14px;
}
.podcast-inner p{
	color: #fff;
	text-decoration: none;
	line-height: 20pt;
    margin: 0px;
}

.content-block:hover .podcast-inner {
	background: #2d2d2d;
	color: #fff;
}
.content-block:hover .podcast-inner p{
	color: #fff;
}

.podcast-inner .fa-headphones-alt {
    font-size: 20pt;
    margin-left: 20px;
}
.podcasts-category-page {
    width: 65%!important;
    margin-left: 5%;
}
div#podcasts-sidebar {
    width: 30%;
    top: 1em;
    margin-bottom: 3em;
}
.podcasts-smooth .heading {
    text-transform: uppercase;
    margin-top: 3em;
}









.col-md-4.footer-logos {
	width: 53%!important;
}

.col-md-4.footer-contact {
	width: 19%!important;
}

.col-md-4.aboutcopy {
	width: 28%!important;
}

footer .footer a{
padding: 5px;
}


/* HEADER */
html body.page #LeadboosterContainer, html body.category #LeadboosterContainer, html body.single #LeadboosterContainer, html body.error404 #LeadboosterContainer {
    bottom: 70px !important;
    right: -15px !important;
}

body {
    background: #e6e6e6;
}
header#masthead {
    background: #fff;
}

.post, .page {
    margin: 0;
}
.read-more a {
    background: #f99d25;
    color: #fff!important;
    padding: 5px 10px;
    border-radius: 5px;
}
.main-navigation {
    background: #f99d25;
}

.nav-links a {
    color: #212121;
}
section.error-404.not-found a {
    color: #1d1d1d;
}
.carousel-controls.light .carousel-indicators li {
    background-color: #fff;
	border: 0px;
}
#single-post-col.subscribe {
    margin: 2em auto;
}
.widget-title {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}
.logo-partners-header {
    display: flex;
    margin: 1em auto;
}
.global-partners, .website-partners {
    width: 30%;
    text-align: center;
	margin-top: 2em;
}
.site-branding {
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
}
.header-leaderboard {
    width: 728px;
    margin: 2em auto;
}
/* REGIONAL NEWS */
.first .col700 {
    width: 72%;
    margin-left: 1.6%;
}
#cat-region {
    background: #fff;
    border: 2px solid #f99d25;
    padding: 26px;
}
.regional-news .nav-tabs>li>a {
    border-radius: 0px;
    border-bottom: 0;
    border-left: 2px solid #f99d25;
    border-right: 2px solid #f99d25;
    border-top: 2px solid #f99d25;
    background: #f99d25;
    color: #fff;
    /*margin-right: 10px;*/
	text-transform: uppercase;
}
.regional-news .nav-tabs {
    margin-left: 1em;
}
.regional-news .nav-tabs>li.active>a {
    background: #fff;
    color: #2d2d2d;
}

/* CHANNEL CHIEFS */
.second .col700 {
    width: 72%;
    margin-left: 1.6%;
}
.channel-chiefs .content {
    width: 90%;
    margin: 3em auto 0;
}
.channel-chiefs {
    border: 2px solid #f99d25;
	position: relative;
	background: #fff;
}

.channel-chiefs #first {
    border-bottom: 2px solid #f99d25;
    margin-bottom: 1em;
    padding-bottom: 1em;
    display: flex;
}
.channel-chiefs #first .image-holder {
    width: 35%;
    margin-right: 5%;
}
.channel-chiefs #first .content-holder {
    width: 60%;
}
.channel-chiefs .smaller {
    display: flex;
	margin-bottom: 1em;
}
.channel-chiefs .smaller .block {
    width: 48%;
	text-align: center;
}
.channel-chiefs .smaller .block:nth-child(1), .channel-chiefs .smaller .block:nth-child(2) {
    margin-right: 2%;
    padding-right: 2%;
    border-right: 2px solid #f99d25;
}
.channel-chiefs h4 {
    font-size: 14px;
}
.channel-chiefs h3 {
    font-size: 20px;
}
.channel-chiefs .read-more {
    text-align: right;
}
.channel-chiefs h4 a, .channel-chiefs h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

/* LATEST VIDOS */
.last .col700 {
    width: 72%;
    margin-left: 1.6%;
}
.latest-videos .content {
    width: 90%;
    margin: 3em auto 0;
}
.latest-videos {
    border: 2px solid #f99d25;
	position: relative;
	background: #fff;
}

.latest-videos #first {
    border-bottom: 2px solid #f99d25;
    margin-bottom: 1em;
    padding-bottom: 1em;
    display: flex;
}
.latest-videos #first .image-holder {
    width: 35%;
    margin-right: 5%;
}
.latest-videos #first .content-holder {
    width: 60%;
}
.latest-videos .smaller {
    display: flex;
	margin-bottom: 1em;
}
.latest-videos .smaller .block {
    width: 48%;
	text-align: center;
}
.latest-videos .smaller .block:nth-child(1) {
    margin-right: 2%;
    padding-right: 2%;
    border-right: 2px solid #f99d25;
}
.latest-videos h4 {
    font-size: 14px;
	min-height: 45px;
}
.latest-videos h3 {
    font-size: 20px;
}
.latest-videos .read-more {
    text-align: right;
}
.latest-videos h4 a, .latest-videos h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

/* POP UP WINDOW */
.magazine-open {
    position: fixed;
    left: 5px;
    bottom: 5px;
    padding: 5px;
    z-index: 2;
}
.magazine-open:after {
    content: "1";
    background: #ff0000;
    position: absolute;
    height: 2rem;
    top: 0;
    right: 0.2rem;
    z-index: 99;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
    border: 1px #770505 solid;
	line-height: 18px;
}
.magazine-open img{
	width: 55px;
	box-shadow: 2px 2px 7px #585858;
    border-radius: 50%;
	transition: all 0.2s linear 0s;
	position: relative;
    z-index: 2;
	background: #f99d25;
}
.magazine-open img:hover{
	box-shadow: 3px 3px 8px #585858;
	transition: all 0.2s linear 0s;
}

.pop-txt{
	text-transform: uppercase;
	font-weight: bold;
	color: #f99d25!important;
}
.mag-arch-text{
	color: #f99d25!important;
}
.Magazine-cover{
	border: 1px solid #f99d25;
}
.pop-head, .mag-arch{
	text-align: center;
}


.boxzilla{
	padding: 3em!important;
}
select{
	border: 1px solid;
}
.mobile {
    display: none;
}

/* MAGAZINE ARCHIVE PAGE */

.rTable {
    display: block;
    max-width: 100%;
    text-align: center;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  	clear: both;
}
.rTableCell, .rTableHead {
  	float: left;
  	overflow: hidden;
	padding: 0px 10px;
	display: table;
}
.rTable:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}
	.rTableCell img{
		width: 175px;
	}	
	#latestissue img{
		width: 340px;
		box-shadow: 3px 5px 6px 4px #a7a7a7;
	}
#latestissue {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    background-color: #fff;
}
	.rTable{
		width: 780px;
	}
	.laistxt {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 100;
	}

/* HEADER START */
.container{
	position: relative;
}

.page-template-page-contactus .container {
    display: flex;
}
.category .container {
    display: flex;
}
.category .whitepaper-block-wrapper .container {
    display: block;
}
.searchandsocial {
    display: flex;
    margin: 1em auto;
	width: 650px;
}
.searchandsocial .search-bar {
    width: 85%;
	margin-right: 5%;
}
.social{
	width: 20%;
	display: flex;
}
.social i {
    background: #ff921e;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    margin: 0 5px;
}
.searchandsocial input#search-bar{
	width: 100%;
}

.twitter, .linkedin {
    height: 30px;
}
.page-template-page-whitepaper-list .container {
    display: flex;
}

.page-template-page-contactus .container.morenews {
    display: block;
}
.marque .container {
    display: block;
}
footer .copyright .container {
    display: flex;
}
.copyrighttxt {
	padding-top: 5px;
	font-size: 12px;
    width: 80%;
    margin-right: 5%;
	padding-left: 15px;
}
.copyrighttxt a {
    color: #cccccc;
}
.top-header .container {
    display: block;
}
.testingmobile {
    display: none;
}
.container#mobile{
	display: none;
}
.navbar {
    min-height: 35px!important;
    margin-bottom: 5px!important;
}
a:hover, a:focus {
    color: inherit!important;
    text-decoration: none!important;
}
nav.navbar.navbar-default {
    background-color: transparent;
    border: 0;
    width: 700px;
    padding: 0;
    height: 40px;
    position: relative;
	float: right;
}
.navbar-collapse {
    padding-right: 0px!important;
    padding-left: 0px!important;
	float: right;
}

.main-navigation li{
	color: #fff;
	background: #f99d25;
}

.top-header-wrapper {
    display: flex;
	margin: 1.5em 0 1em 0;
	width: 100%;
}
.top-header-wrapper .header-left {
    width: 30%;
	margin-right: 5%;
}
.top-header-wrapper .header-right {
    width: 65%;
}
.menu-item a {
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 6px;
    font-weight: 500;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #2ec9fe!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent!important;
}
.dropdown-menu > li > a{
    color: #1d1d1d!important;
}

.label.label-warning {
    background: none;
    font-size: 22px;
    color: #04C9FF;
    padding: 0px;
	float: left;
    margin-right: 1em;
}
/* FOOTER START */
.copyright .social i {
    background: #fff;
    color: #939393;
}
.footer-logos-row {
    display: flex;
}
footer .subscribe h2 {
	color: #fff;
}
.footer-logos img {
    transition: transform .3s;
	width: 100%;
}
.footer-logos a:hover img {
    transform: scale(1.2);
    transition: transform .3s;
}
footer .subscribe h2{
    font-weight: bold;
	margin-top: 0px;
	color: #f99d25;
}

footer .subscribe .container {
    display: block;
}
footer .subscribe input.subscribe-button {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    width: 140px;
    margin-left: 2em;
	height: 45px;
	background: #f99d25;
}
footer .subscribe input.subscribe-input {
    background-color: #939393;
    font-size: 16px;
    border: 0;
    height: 45px;
    width: 400px;
    margin: 0;
	padding: 10px;
}
footer .subscribe .row1, .row2 {
    color: #f7f7f7;
    font-size: 16px;
    margin: 6px auto;
    text-align: left;
    width: 500px;
}
input#partner-announcements, input#IntelligentCSIONewsletter, input#otheremails {
    margin-right: 10px;
}
input#IntelligentCSIONewsletter {
    margin-left: 1em;
}

footer .subscribe .row3 {
    margin-top: 15px;
}
footer .subscribe input.subscribe-input::-webkit-input-placeholder {
    color: #f0f0f0;
}
footer .subscribe {
    background-color: #f3f3f3;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
	position: relative;
	border-top: 5px solid #ff931e;
}
footer .footer h5{
	font-weight: bold;
	color: #fff;
}
footer .footer ul#menu-footer-menu {
    list-style: none;
    padding-left: 0px;
}
footer .footer a{
	color: #cbcbca;
	text-decoration: none;
}
footer .footer {
    background-color: #f89b26;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #ffffff;
}
footer .footer .container {
    display: flex;
}
footer .footer .container .col-md-4 {
    width: 33.33%;
}
footer .copyright {
    background-color: #939393;
    padding-top: 1em;
    padding-bottom: 1em;
	color: #ffffff;
}
.social .twitter {
    margin-right: 1em;
}
.social .twitter:hover {
    background: #1da1f2;
    border-radius: 35px;
}

.social .linkedin:hover {
    background: #0077b5;
    border-radius: 35px;
}

/* MAIN BODY START */

.carousel-controls ol.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
	z-index: 0;
}

.carousel-controls.grey ol > li {
    background: #f99d25;
}

div#flexfrom, div#whitepapers {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.page-template-page-whitepaper-list .choose.box .col-md-4, .page-template-page-whitepaper-list .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.row {
    margin: 2em 0;
}

.col300 {
    width: 26.4%;
	display: table;
    height: 302px;
}
.col300 .textwidget {
    display: table-cell;
    vertical-align: middle;
}

 .widget-title.flat h3 {
	background: #e6e6e6;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    z-index: 2;
    position: relative;
    color: #2d2d2d;
    max-width: 250px;
    margin: 0 auto;
    border-left: 2px solid #ff921e;
    border-right: 2px solid #ff921e;
    border-bottom: 2px solid #ff921e;
}


.widget-title.flat h3 a {
    color: inherit;
	text-decoration: none;
}
.widget-title.flat.latest h3 a {
    color: #fff;
	text-decoration: none;
}
.widget-title.flat.top h3 a {
    color: #fff;
	text-decoration: none;
}
.widget-title.flat.more h3 a {
    color: #fff;
	text-decoration: none;
}

/* HOW TO */ 
.how-to .widget-title.flat h3 {
    max-width: 160px;
}
.how-to {
    border: 2px solid #f99d25;
	position: relative;
	background: #fff;
	margin-left: 1.6%;
    margin-right: 1.6%;
	width: 44%;
}
.how-to .content {
    display: flex;
	margin: 3em auto 0;
    width: 95%;
}
.how-to #mainstory p {
    width: 96%;
	min-height: 95px;
}
.how-to .content a {
    color: #1d1d1d;
}
.how-to #mainstory {
    width: 52%;
}
.how-to .sidestories {
    width: 45%;
    margin-left: 2%;
    text-align: center;
	margin-top: 1em;
}
.how-to .sidestories .block {
    border-bottom: 2px solid #f99d25;
}
.how-to .sidestories .block:nth-child(3) {
    border-bottom: 0px;
}

/* REGIONAL NEWS */
.regional-news-block-wrapper .tab-content > .active {
    animation-name: fadeIn;
    animation-duration: 1.5s;
}
.regional-news-block-wrapper {
    background: #2d2d2d;
}
.regional-news .block {
    display: flex;
	margin-bottom: 1em;
}
.regional-news .tab-content > .active {
    animation-name: fadeIn;
    animation-duration: 1.5s;
}
.regional-news .block:nth-child(3) {
    margin-bottom: 0;
}
.regional-news .block .featured-image {
    width: 36%;
    margin-right: 2%;
}
.regional-news .block .body {
    width: 62%;
}
.regional-news .block .body h4 {
    min-height: 38px;
}
.regional-news .block .body h4 a {
    color: inherit;
}
.regional-news-block-wrapper h3 {
    margin: 0px auto;
    color: #ffffff;
    padding-top: 1em;
    text-transform: uppercase;
    font-size: 20px;
}

#other-regions .nav-tabs > li.active > a, #other-regions .nav-tabs > li.active > a:hover, #other-regions .nav-tabs > li.active > a:focus {
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    border-radius: 0px;
    padding-bottom: 15px;
    margin-right: 0px;
	background: #fff;
    color: #2d2d2d;
}
#other-regions .nav-tabs > li:nth-child(2).active, #other-regions .nav-tabs > li:nth-child(3).active{
	border-left: 1px solid #2d2d2d;
}
#other-regions .nav > li > a:hover, #other-regions .nav > li > a:focus {
    background-color: #2d2d2d;
    color: #fff!important;
}
#other-regions .nav > li.active > a:hover, #other-regions .nav > li.active > a:focus {
	color: #2d2d2d!important;
}
#other-regions .nav.nav-tabs {
    border-bottom: 0;
	margin: 0;
}

#other-regions .nav-tabs > li > a {
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
}
#other-regions .nav > li > a:hover, #other-regions .nav > li > a:focus {
    background-color: none;
}



/* TECHNOLOGY SECTION */

#technology-news {
    border: 1px solid;
    overflow: hidden;
	width: 72%;
    margin-left: 1.6%;
}

#technology-news .nav-tabs > li{
	width: 190px;
}

#technology-news .nav-tabs > li.active > a{
	width: 190px;
}
#technology-news .lowerrow img{
	width: 100%
}
#technology-news .tab-content {
    padding: 1em;
}
.lowerrow {
    display: flex;
}
.lowerrow .block {
    width: 49%;
	margin-right: 2%;
}
.lowerrow .block:nth-child(2) {
    margin-right: 0%;
}
#technology-news .lowerrow a {
    text-decoration: none;
    font-size: 14px;
    color: #1d1d1d;
}

#technology-news .lowerrow .block {
    opacity: 0.8;
    transition: all 0.2s linear 0s;
}

#technology-news .lowerrow .block:hover {
    opacity: 1;
    transition: all 0.2s linear 0s;
}
#technology-news #mainstory {
    display: flex;
    margin-bottom: 1em;
	margin-top: 0em;
}
#technology-news #mainstory .readmore {
    width: 140px;
    float: right;
	background: #1d1d1d;
    border-radius: 35px;
}

#technology-news #mainstory .featured-image {
    width: 55%;
    margin-right: 2%;
}
#technology-news #mainstory .featured-image img{
	width: 100%;
}
#technology-news .nav > li > a {
    padding: 10px 0px;
}
#technology-news #mainstory .bodytxt {
    width: 42%;
}

#technology-news #mainstory a {
    color: #1d1d1d!important;
    text-decoration: none;
}

/* ---------------------------------------- TOP STORIES ---------------------------------------- */
#important-info .container {
    overflow: hidden;
}
.home-top-stories .read-more a {
    background: #f99d25;
    color: #fff!important;
    padding: 6px 25px;
}
.home-top-stories .read-more{
	margin-top: 2em;
}
.accordion-wrapper .inner-content h3 a {
    color: #fff;
}
.l-accordion {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
	overflow: hidden;
}
.l-accordion__slide {
  flex: 1;
  transition: 0.4s ease-in-out;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  overflow: hidden;
  display: flex;
  border-left: 4px solid #e6e6e6;
}
[data-accordion-slide].l-accordion__slide:hover {
  flex: 3;
}
		[data-accordion-slide].l-accordion__slide:hover .accourdion-header,
		[data-accordion-slide].l-accordion__slide:focus .accourdion-header{
			display: none;
			transition: all 0.5s ease;
		}
		.inner-content{
			opacity: 0;
			position: absolute;
			bottom: 4em;
			left: 6em;
    		text-align: left;
			width: 70%;
    		margin: 0 auto;
			color: #fff;
			font-size: 12pt;
		}
.accordion-wrapper {
    height: 100%;
    width: 100%;
}
.l-accordion__slide:hover .accordion-wrapper{
	    background: linear-gradient(#7d7d7dcf, #000000a3);
}
		[data-accordion-slide].l-accordion__slide:hover .inner-content,
		[data-accordion-slide].l-accordion__slide:focus .inner-content{
			opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.4s;
		}
.l-accordion__slide:first-child {
  border-left: 0;
  flex: 1.25;
  margin-left: -3em;
}
.l-accordion__slide:last-child {
  flex: 1.25;
  margin-right: -3em;
}
.l-accordion__inside {
  -webkit-transform: skewX(5deg);
          transform: skewX(5deg);
  background-cover: cover;
  background-position: 50% 50%;
  margin: 0 -3em;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.learn-more-button {
    float: right;
    border: 2px solid #2f6497;
    padding: 5px 15px;
    text-transform: uppercase;
	font-size: 14pt;
}

.l-accordion__slide:nth-child(1) .l-accordion__inside {
  background-position: 0 50%;
}
.l-accordion__slide:nth-child(2) .l-accordion__inside {
  background-position: 27.85% 50%;
}
.l-accordion__slide:nth-child(3) .l-accordion__inside {
  background-position: 50% 50%;
}
.accourdion-header h1 {
  margin: 0;
  color: #fff;
  font-weight: 100;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  transform: rotate(-85deg);
}

.icon-list {
    display: flex;
}
.ili-list h5 {
    font-weight: bold;
    font-size: 14pt;
}
.icon-list .icon {
    font-size: 70pt;
	margin-right: 20px;
}
.ili-list ul {
    margin-left: 0px;
}
.inner-content hr{
    border-top: 5px solid #fff;
}
.iis-tabs .nav-tabs {
    margin: 0px auto 1em auto;
    border-bottom: 0px;
}
.iis-tabs .nav-tabs>li.active>a, .iis-tabs .nav-tabs>li.active>a:hover, .iis-tabs .nav-tabs>li.active>a:focus{
	color: #fff;
    background-color: #306497;
}
.iis-tabs .nav-tabs>li>a {
	border: 1px solid #2f6497;
    border-radius: 0px;
    color: #2d2d2d;
	padding: 10px;
}

/* LATEST THREATS */ 

div#latest-threats {
    border: 1px solid #1d1d1d;
	width: 72%;
	margin-left: 1.6%;
}
#cat-latestthreats .content {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin-top: 2em;
}
#cat-latestthreats .content .block img, #cat-latestthreats .content .block .txt {
	width: 240px;
    margin-left: 16px;
}
#cat-latestthreats .block:nth-child(3) {
    border: 0;
    padding-right: 0;
}
#cat-latestthreats .keyword a .cat {
    width: 240px;
    margin-left: 16px;
    text-align: center;
    display: block;
    margin-right: 0px!important;
    font-size: 14px;
}
#cat-latestthreats .keyword a {
    text-decoration: none;
}
#cat-latestthreats .txt a, #cat-latestthreats .txt p {
    color: #1d1d1d;
	text-decoration: none;
}
#cat-latestthreats .txt h4 {
    min-height: 54px;
	font-size: 16px;
}
#cat-latestthreats .txt p {
    min-height: 200px;
	font-size: 13px;
}
#cat-latestthreats .block {
    border-right: 1px solid #eee;
    padding-right: 16px;
}


#cat-latestthreats .content .block .readmore img {
    float: right;
	background: #1d1d1d;
    border-radius: 35px;
}
#cat-latestthreats .block:hover span.cat {
    color: #ffdd00;
    background-color: #1d1d1d;
	transition: all 0.2s linear 0s;
}
#cat-latestthreats .block:hover .readmore img {
    box-shadow: 1px 1px 12px #1d1d1d;
}

/* WHITEPAPERS PAGES */

.wp-inner-content input, .wp-inner-content select {
    width: 100%;
}

input[type="checkbox"] {
    width: 18px!important;
    height: 12px!important;
}

.wpcf7-checkbox {
    display: inline-grid;
}

.page-template-page-whitepaper .whitepaper-page .entry-content .wp-block-image img {
    width: auto;
}

.page-template-page-whitepaper #content {
    background: #ebeae8;
}

.page-template-page-whitepaper #content .container {
    width: 60%;
}
div#whitepaper-page-col {
    width: 100%;
}

.page-template-page-whitepaper .whitepaper-page .entry-content {
    background: #fff;
    padding: 3em;
	margin: 1.5em 0 1.5em 0;
}
.page-template-page-whitepaper #content .wp-title {
    background: #f99d25;
    color: #fff;
    padding: 1em;
    margin: 1em 0;
}
.wp-inner-content {
    background: #fff;
    padding: 1em;
}

.page-template-page-whitepaper .whitepaper-page .entry-content img{
width: 100%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content .wp-brand-logo img{
width: auto!important;
}

.page-template-page-whitepaper #content .wp-title h1 {
    margin-bottom: 20px;
    word-break: break-word;
}

/* WHITEPAPER SITES */
.whitepaper-sites-block-wrapper h3 {
    color: #000;
	text-transform: uppercase;
	font-size: 20px;
}
.whitepaper-sites-block-wrapper h3 a{
	color: #000;
}
.whitepaper-sites-block-wrapper{
	background: #f2f2f2;
	border: solid 2px #f89b26;
	margin-bottom: 20px;
}
.animation .whitepaper-region-box {
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}
.block-whitepapers-regions .animation {
	min-height: 290px;
}

.block-whitepapers-regions{
	overflow: hidden;
	white-space: nowrap;
}
.cxo-box:hover .cxo-overlay {
	 opacity: 0.9;
}
.cxo-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #562932;
}
.idc-box:hover .idc-overlay {
	 opacity: 0.9;
}
.idc-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #12c3f4;
}
.ciso-box:hover .ciso-overlay {
	 opacity: 0.9;
}
.ciso-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffdd00;
}
.techchannels-box:hover .techchannels-overlay {
	 opacity: 0.9;
}
.techchannels-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f89b26;
}
.smetech-box:hover .smetech-overlay {
	 opacity: 0.9;
}
.smetech-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4978bc;
}
.latam-box:hover .latam-overlay {
	 opacity: 0.9;
}
.latam-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #7a28799c;
}
.apac-box:hover .apac-overlay {
	 opacity: 0.9;
}
.apac-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3a6489;
}
.africa-box:hover .africa-overlay {
	 opacity: 0.9;
}
.africa-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #197e00a3;
}
.na-box:hover .na-overlay {
	 opacity: 0.9;
}
.na-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #b22235a8;
}
.eu-box:hover .eu-overlay {
	 opacity: 0.9;
}
.eu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #8496b094;
}
.middle-east-box:hover .middle-east-overlay {
	 opacity: 0.9;
}
.middle-east-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #004ea9;
}
.overlay-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.region-image{
	width: auto !important;
	height: 250px !important;
}
.whitepaper-region-box {
	padding: 0;
	margin: 10px;
	width: auto !important;
	height: 250px !important;
}


/* WHITEPAPERS */
.whitepapers-sidebar-container {
	padding-top: 3em;
	padding-bottom: 1em;
}
.block-whitepapers {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.download-button p {
	line-height: 20pt;
	margin: 0px;
	font-size: 14px;
}
.whitepapers-home-page .content-block:hover .download-button {
	background: #2d2d2d;
	color: #fff;
    transition: .3s all;
}
.whitepapers-home-page .brand {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
	padding-top: 0px;
	float: none;
	color: #a3a3a3;
}
.whitepapers-home-page .wptitle {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
	padding-top: 0px;
	float: none;
	color: #a3a3a3;
}
.whitepapers-home-page .wptext {
	white-space: normal !important;
	min-height: 70px;
	margin-top: 10px !important;
}
.whitepapers-home-page {
    white-space: nowrap;
}
.whitepapers-home-page .content-block {
    width: 240px;
    margin-right: 2em;
    color: #dfdfdf;
	display: inline-block;
}
.whitepapers-home-page .content-block a {
    text-decoration: none;
    color: #a3a3a3!important;
}
.whitepapers-home-page .content-block:hover .download-but {
    background: #2d2d2d;
	box-shadow: 1px 1px 10px #2d2d2d;
}

span.wpcf7-list-item.first.last {
    display: flex;
    margin: 0px;
}
input[type="checkbox"] {
    width: 18px!important;
	height: 12px!important;
}
#whitepaper-form td {
    padding: 5px;
}
.wpcf7-checkbox {
    display: inline-grid;
}

.wp-inner-content {
    background: #fff;
    padding: 1em;
}
.wp-inner-content input, .wp-inner-content select {
    width: 100%;
} 
#whitepaper-form {
    width: 100%;
    margin: 0 auto;
}


.whitepapers .choose.box .col-md-4, .whitepapers .wrapper.pge .col-md-4 {
    min-height: 240px;
}
.download-button {
	background: #f99d25;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 400;
    width: 140px;
    transition: .3s all;
	display: flex;
}
.download-button .fa-file-download {
    font-size: 20pt;
    margin-left: 1em;
}
.WP-wrapper .WP:hover .download-button {
    color: #fff;
    transition: .3s all;
}
#whitepapers .col880 {
    width: 72%;
    margin-right: 1.6%;
}

.whitepaper-block-wrapper {
    background: #fff;
}
.whitepaper-block-wrapper h3 {
    margin: 0px auto;
    color: #000;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 20px;
}
.whitepaper-block-wrapper h3 a{
	color: #000;
}
#whitepapers .col880 .textwidget {
    position: relative;
    width: 100%;
}
#whitepapers .col880 .textwidget::-webkit-scrollbar {
    height: 0;
}
.WP-wrapper {
	white-space: nowrap;
}
.WP-wrapper .brand {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
	padding-top: 0px;
	float: none;
	color: #a3a3a3;
}
.WP-wrapper .WP .wptext {
	white-space: normal !important;
	min-height: 70px;
	margin-top: 10px !important;
}

.WP-wrapper .WP {
    width: 240px;
    margin-right: 2em;
    color: #a3a3a3;
    font-weight: 600;
	display: inline-block;
}
.WP a {
    text-decoration: none;
    color: #a3a3a3!important;
}
.WP-wrapper .WP:hover .download-but {
	background: #2d2d2d;
	box-shadow: 1px 1px 10px #2d2d2d;
}
img.download-but {
    width: 140px;
    border-radius: 35px;
    background: #fff;
}

.row.fourth .col300 {
    margin-left: 1.6%;
    margin-right: 1.6%;
}

/* THOUGHT LEADERSHIP */

.thought-leadership {
	border: 2px solid #f99d25;
	position: relative;
	width: 35.2%;
	background: #fff;
}
.category .thought-leadership {
	margin-bottom: 2em;
}
.thought-leadership .content h4 a {
    color: #1d1d1d;
	text-decoration: none;
}
.thought-leadership .content p {
    color: #737373;
	min-height: 80px;
}
.thought-leadership .content h4, .thought-leadership .content p, .thought-leadership .content .carousel-controls {
    padding: 0 10px;
}
.thought-leadership .content h4{
	font-size: 16px;
	min-height: 35px;
	margin-top: 8px;
    margin-bottom: 8px;
}

/* PARTNERS PROGRAMME */
.partners-programme {
	border: 2px solid #f99d25;
    position: relative;
	width: 35.2%;
	background: #fff;
}
.category .partners-programme {
	margin-bottom: 2em;
}
.partners-programme .content h4 a {
    color: #1d1d1d;
	text-decoration: none;
}
.partners-programme .content p {
    color: #737373;
	min-height: 80px;
}
.partners-programme .content h4, .partners-programme .content p, .partners-programme .content .carousel-controls {
    padding: 0 10px;
}
.partners-programme .content h4{
	font-size: 16px;
	min-height: 35px;
	margin-top: 8px;
    margin-bottom: 8px;
}

/* VIDEOS */ 
.col560{
	width: 44%;
}
.videos {
    background: #333333;
	border: 1px solid #212121;
}

.videos #first img {
    width: 100%;
}
.videos a {
    text-decoration: none;
    color: #a3a3a3;
}
.videos p {
    margin: 6px 27px 0 27px;
    color: #fff;
}
.videos a:hover {
    color: #fff!important;
}
.videos a.play-button {
	position: relative;
	display: block;
}

.videos .smaller {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0.8em auto;
}

.videos .smaller img, .videos .smaller h4 {
    width: 100%;
	font-size: 16px;
	margin-top: 12px;
}
.videos .smaller .block {
    width: 48%;
    margin: 0 auto;
}
.videos #first h4 {
    margin: 1em 1.5em 0 1.5em;
    min-height: 45px;
}
.videos a.play-button:after {
    content: "";
    background: url(/me/wp-content/uploads/sites/12/2019/05/play-button.png) no-repeat center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	position: absolute;
}
.videos .block:hover a.play-button::after {
    opacity: 0.4;
}
.video-player iframe.wistia_embed {
    padding: 0;
}
.video-player .wistia_responsive_padding {
    margin-bottom: 3em;
}
/* -------------------------------------- VIDEO CATEGORY PAGE -------------------------------------- */

.video-category-page .heading {
    display: flex;
    width: 90%;
    margin: 1em auto;
}
.video-category-page .heading hr {
    margin-top: 15px;
    margin-bottom: 15px;
	border-color: #f99c25;
}
.video-category-page .heading .left{
	width: 40%;
}
.video-category-page .heading .right{
	width: 40%;
}
.video-category-page .heading .head {
    width: 20%;
    text-align: center;
}
.video-category-page .heading .head h2 {
    margin-top: 15px;
}
.video-category-page .heading .left hr.sh-gy, .video-category-page .heading .right hr.sh-gy {
    border-top: 2px solid #212121;
    width: 80%;
}

.video-category-page .videos-holder {
    display: flex;
    flex-wrap: wrap;
	padding: 1em 0em 1em 1em;
	background: #f99c25;
}

.video-category-page .video-post {
    width: 50%;
	padding-right: 1em;
    padding-bottom: 1em;
}

.video-post  a.play-button:after {
    content: "";
    background: url(/india/wp-content/uploads/sites/23/2019/05/play-button.png) no-repeat center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	transition: .3s all;
}
.video-post:hover a.play-button::after {
    opacity: 0.4;
	transition: .3s all;
}

.video-category-page .video-post .featured-image {
    position: relative;
}
.video-category-page .video-post .overlay-story-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fa9b26;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
	opacity: 0;
	transition: .3s all;
}

.video-post:hover .overlay-story-content{
	opacity: 1;
	transition: .3s all;
}

/* -------------------------------------- VIDEO SINGLE PAGE -------------------------------------- */

#single-video {
    width: 80%;
    margin: 0 auto;
}
#single-video .embed-youtube {
    margin: 0 auto;
    width: 77%;
}
.jetpack-video-wrapper {
    background: #eee;
    padding-top: 2em;
    padding-bottom: 2em;
}
#single-video .heading-post {
    text-align: center;
    color: #fff;
    padding: 0.5em;
    margin-top: 2em;
	background: #f99c25;
}
#single-video .video-heading {
    width: 80%;
    margin: 0 auto;
}


/* CHANNEL PEOPLE VENDOR */
.channel-people-vendor .widget-title.flat h3 {
    max-width: 330px!important;
}

.channel-people-vendor {
    position: relative;
	border: 2px solid #f99d25;
	width: 100%;
	background: #fff;
}
.channel-people-vendor #cat-networking {
    width: 98%;
    margin: 0 auto;
}
.channel-people-vendor .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-top: 3.5em;
	margin-bottom: 1em;
}
.channel-people-vendor .content .block {
    width: 32.5%;
    margin-right: 1%;
	padding-right: 1%;
	text-align: center;
    border-right: 2px solid #f99d25;
}
.channel-people-vendor .content .block h4 {
    font-size: 16px;
    color: #1d1d1d;
	min-height: 51px;
	width: 80%;
    margin: 10px auto 15px;
}
.channel-people-vendor .content .block:nth-child(3) {
    margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

/* TWITTER */
.twitter #content {
	padding-top: 2em;
    height: 466px!important;
    overflow: auto;
}
.widget-block.twitter-feed {
    border: 2px solid #ff921e;
}
.twitter-feed .widget-title {
    top: 0;
}
.twitter-feed .widget-title h3 {
    max-width: 160px;
}
.intelligent-technology .twitter{
	background: #fff;
	margin-top: 2em;
	position: relative;
	margin-bottom: 2em;
	height: auto;
	
}
/* CASE STUDY */
.page-template-page-home .case-studies {
    margin-top: 2em;
}

.case-studies{
	border: 1px solid #1d1d1d;
}
.case-studies .content h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
.case-studies .content h4, .case-studies .content p, .case-studies .content .carousel-controls {
    padding: 0 10px;
}
.case-studies .txt a, .case-studies .txt p {
    color: #1d1d1d;
    text-decoration: none;
}
.case-studies .content h4 {
    min-height: 52px;
    font-size: 16px;
}
.category .case-studies .smaller h4 {
    min-height: 83px;
}
.case-studies .content p {
    min-height: 80px;
}
.category .case-studies #first img {
	margin-bottom: 15px;
}
.category .case-studies {
    background: #333333;
    border: 1px solid #212121;
}
.category .case-studies #first h4 {
    margin: 1em;
    min-height: 53px;
}
.category .case-studies .smaller {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 1em auto;
	width: 95%;
}
.category .case-studies .smaller .block {
    width: 48%;
    margin: 0 auto;
}
.category .case-studies a {
    text-decoration: none;
    color: #fefefe!important;
}

/* GET TO KNOW */
.get-to-know #content p {
    margin: 0 0 2px;
}
.get-to-know {
    border: 1px solid #1d1d1d;
    margin-bottom: 2em;
    position: relative;
	background: #2d2d2d;
}
	#expend {
  display:none;  
}
#gettoknow-carousel h4 a {
    color: #1d1d1d;
	text-decoration: none;
}
#gettoknow-carousel p {
    color: #737373;
	min-height: 41px;
}
.get-to-know #content h4, .get-to-know #content p, .get-to-know #content .carousel-controls {
    padding: 0 10px;
	color: #fff;
}
.get-to-know #content h4{
	font-size: 16px;
	color: #bdbdbd;
	min-height: 35px;
}
.get-to-know #content h4 a{
	color: inherit;
}
/* DEEP DIVE */

div#deep-dive {
    border: 1px solid #212121;
}
.tagdate {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#cat-deepdive .featured-image.border-b-0 {
    float: right;
}
#cat-deepdive .featured-image.border-b-0 img {
    width: 250px;
}

#cat-deepdive .block {
	height: 144px;
    padding: 0 2em;
    margin: 1.5em 0;
}

#cat-deepdive .content {
    padding: 0 3em;
    margin: 1em auto;
    width: 820px;
    overflow: auto;
    height: 540px;
}
#deep-dive .txt {
    width: 390px;
}
#cat-deepdive .date {
    color: #737373;
    font-size: 11px;
	line-height: 20px;
}
#cat-deepdive .txt a {
    color: #1d1d1d;
	text-decoration: none;
}
#cat-deepdive .txt p {
    color: #737373;
	font-size: 13px;
    margin: 0;
}
#cat-deepdive .txt h4 {
    margin: 5px 0;
}

#cat-deepdive .block:nth-child(2), #cat-deepdive .block:nth-child(4), #cat-deepdive .block:nth-child(6) {
    background: #1d1d1d;
    padding: 20px 2em;
    height: 185px;
}
#cat-deepdive .txt p:nth-child(2), #cat-deepdive .txt p:nth-child(4), #cat-deepdive .txt p:nth-child(6) {
    color: #737373;
}

#cat-deepdive .block:nth-child(2) a, #cat-deepdive .block:nth-child(4) a, #cat-deepdive .block:nth-child(6) a {
    color: #FFFFFF!important;
}

/* SINGLE POST PAGE */
#single-post-col .article-img img {
    margin-top: 2em;
    position: relative;
    width: 800px;
	opacity: 0.7;
}
.single-post .previous-next-box .prev {
    position: absolute;
    top: 0;
    left: 1em;
}
.single-post .previous-next-box .nxt {
    position: absolute;
    top: 0;
    right: 1em;
}
.single #flex-from, .page #flex-from {
    display: flex;
}
.heading-post {
    position: relative;
    background: #212121;
}
.overlay-img {
    position: absolute;
    bottom: 1em;
    left: 1em;
	right: 1em;
}
.entry-thumb-caption {
    background: #000;
    color: #fff;
    padding: 0px 1em;
	line-height: 26px;
}
#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 70%;
    margin-right: 5%;
}

.sidebar {
    width: 27%;
	top: 2em;
    position: relative;
	margin-bottom: 4em;
}
.sidebar .editors-choice {
    margin-top: 2em;
}
.sidebar .events #content{
	height: 360px!important;
}
.sidebar .events {
    background: #f2f2f2;
	position: relative;
}
.sidebar .event-location {
    color: #2d2d2d;
}
.sidebar .whitepapers {
    position: relative;
    background: #f2f2f2;
    margin-top: 2em;
    margin-bottom: 2em;
}
.sidebar .whitepaper-sidebar .WP-wrapper {
    display: block;
}
.sidebar .WP-wrapper .WP-img{
	filter: brightness(50%);
}
.sidebar .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
	position: relative;
	display: block;
}
.sidebar .WP-wrapper .download-button {
    display: none;
}
.sidebar .WP-wrapper .WP p {
	position: absolute;
    bottom: 0;
    left: 10px;
}
.catlink {
    display: inline-block;
}
span.cat {
    color: #fff;
    padding: 2px 4px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 12px;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
	background: #f99d25;
}
.catlink:hover{
	text-decoration: none;
}
.sidebar .events {
    margin-top: 2em;
	margin-bottom: 2em;
}
.content.most-read-content {
    padding-top: 2em;
}
 .most-read {
    margin: 2em 0;
    background-color: #f2f2f2;
	 position: relative;
}
 .most-read a {
    text-decoration: none;
    color: #1d1d1d;
}

.most-read ul {
    list-style-type: none;
    padding: 1em;
	min-height: 240px;
	margin: 0 0 1.5em 0em;
}
.most-read li {
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
 .most-read li:nth-last-child(1) {
    border-bottom: 0;
}
.previous-next-box #post-nav {
    display: flex;
}
.post-previous {
    width: 49%;
	margin-right: 2%;
    border: 1px solid #c3c3c3;
	padding: 1em;
	margin-bottom: 2em;
	display: flex;
	position: relative;
	background: #fff;
}
a.previous, a.next, a.prev {
	color: #111111;
    font-size: 10px;
	text-decoration: none;
}
.post-previous .thumb {
    width: 43%;
    margin-left: 2%;
}
.post-previous .title {
    width: 55%;
}
.post-previous .thumb img {
    width: 100%;
    height: auto;
}
#post-nav .title a {
    text-decoration: none;
    color: #1d1d1d;
}
.post-next .title {
    width: 55%;
}
.post-next .thumb {
    width: 43%;
    margin-right: 2%;
}
.post-next .thumb img{
	width: 100%;
	height: auto;
}
.post-next {
    width: 49%;
    border: 1px solid #c3c3c3;
	padding: 1em;
	margin-bottom: 2em;
	display: flex;
    position: relative;
	background: #fff;
}
.post-meta {
    margin-top: 5px;
	color: #fff;
	display: flex;
}
.overlay-img .entry-header {
    color: #fff;
}

/* CONTACT FORM PAGE */

.contactform {
	position: relative;
    background: #fff;
    min-height: 545px;
    margin-bottom: 2em;
}
.contactform .wpcf7 {
    margin: 4em auto;
    width: 80%;
}
.page-template-page-contactus-php div#single-post-col {
    min-height: 100%!important;
}
.contactform .row#one .left, .contactform .row#two .left {
	width: 49%;
    float: left;
}
.contactform .row#one .right, .contactform .row#two .right {
	width: 49%;
    float: right;
}
.contactform input {
		width: 100%;
	}
.contactform .row{
	margin: 1em 0;
}
.contactform textarea{
	width: 100%;
}
.contactform .row#four textarea {
    width: 100%;
    border: 1px solid #cacaca;
}
.contactform .row#three input {
    width: 100%;
}
.contactform #wpcf7-f99-p95-o1 {
    margin: 15px 20px;
}
#single-post-col #cat-more-news a h4 {
    color: #fff;
}

/* SCROLL BARS */

 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* ANALYSIS PAGES */
.row.category-content h2 {
    padding: 10px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #333333;
}

.row.category-content .entry-excerpt.row {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
}

.row.category-content h2.screen-reader-text {
    display: none;
}
.row.category-content {
    min-height: 1500px;
}
.whitepapers img {
    width: 100%;
    height: auto;
}
.WP-wrapper .WP-img {
    width: 240px;
}
.tablet-portrait-only{
	display: none;
}
.page-template-page-subscribe #single-post-col {
    float: none;
    width: 100%;
    margin-top: 2em;
	margin-bottom: 2em;
}

/* CONTACT FORM 7 */

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px 10px;
    font-family: Arial;
}
div.wpcf7-validation-errors {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 8px 10px;
    font-family: Arial;
}
div.wpcf7 input[type="submit"] {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 1em;
    color: #fff;
    text-transform: uppercase;
	background: #f89b26;
	margin-top: 1em;
}
div.wpcf7 .required {
    color: #CC0000;
}
#additional-spec-table,
#additional-spec-table tr,
#additional-spec-table td {
    border: 0;
}
#additional-spec-table td {
    padding-left: 0;
}
#additional-spec-table textarea {
    height: 60px;
    width: 450px;
    border: 1px solid #A9A9A9;
}
.cf7-dynamic-hide {
    display: none;
}
.cf7-dynamic-show {
    display: block !important;
}
/*** WHITEPAPER PAGE **/
/** NEW WHITEPAPER **/

.new-wp {
    position: relative;
}
.new-wp p.new-text {
    position: absolute;
    top: 0;
    color: #FFFFFF!important;
    padding: 3px 6px;
	background: #f89b26;
}
.mobile-advert{
		display: none;
	}

/* ---------------------- REGION SPECIFIC PAGES -------------------------- */

#regions .insights {
    margin-top: 0;
	margin-bottom: 2em;
}
.whitepaper-block-wrapper#regions .container {
    display: block;
}
#regions-col1, #regions-col2, #regions-specific-hidden {
    margin-right: 1.6%;
}

#regions .case-studies{
    border: 1px solid #1d1d1d;
    margin-top: 2em;
	min-height: 361px;
}
#regions .case-studies .content {
    margin-top: -32px;
    position: relative;
    z-index: 1;
}
#regions.case-studies .content h4, #regions .case-studies .content p, #regions .case-studies .content .carousel-controls {
    padding: 0 10px;
}
#regions .case-studies .content h4 {
    font-size: 16px;
	padding: 0 10px;
}
#regions #casestudies-carousel h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
#regions #casestudies-carousel p {
    color: #737373;
    min-height: 80px;
}
#regions #more-news {
    border: 1px solid #212121;
	width: 72%;
}
#regions #more-news .content {
    padding: 0 3em;
    margin: 1em auto;
    overflow: auto;
    height: 540px;
}
#regions #more-news .block {
    height: 144px;
    padding: 0 2em;
    margin: 1.5em 0;
	display: flex;
}
#regions .featured-image.border-b-0 img {
    width: 100%;
}
#regions #more-news .block:nth-child(2), #regions #more-news .block:nth-child(4), #regions #more-news .block:nth-child(6) {
    background: #1d1d1d;
    padding: 20px 2em;
    height: 185px;
}
#regions #more-news .block a {
    width: 40%;
}
#regions #more-news .txt {
    width: 55%;
	margin-left: 5%;
}
#regions #more-news .txt h4 {
    margin: 5px 0;
}
#regions #more-news .txt p {
    color: #737373;
    font-size: 13px;
    margin: 0;
}
#regions #more-news .block:nth-child(2) a, #regions #more-news .block:nth-child(4) a, #regions #more-news .block:nth-child(6) a {
    color: #FFFFFF;
}

#regions #more-news .txt a {
    color: #1d1d1d;
    text-decoration: none;
}
#regions #more-news .date {
    color: #737373;
    font-size: 11px;
    line-height: 20px;
}
/* ---------------------- SEARCH PAGE ---------------------------------- */
.search-field {
    width: 100%;
}
.search-submit {
    display: none;
}
.search-form label {
    width: 100%;
}
.search .container {
    display: flex;
}
#search-result-col h2 a {
    color: #2d2d2d;
}
/* ---------------------- ARCHIVE PAGES -------------------------------- */

.archive-story {
    display: flex;
}
.archive-story .featured-image {
    width: 38%;
    margin-right: 2%;
}
.archive-story .story-content {
    width: 60%;
}
.archive-story .story-content a {
    color: #2d2d2d;
}
#archive-page-col .heading {
    margin-bottom: 1em;
    text-transform: uppercase;
}
/* ---------------------- WHITEPAPER ARCHIVE PAGES -------------------------------- */

.whitepaper-page-sidebar-display {
	display: flex;
}

.archive-page-wp {
	min-height: 250px;
}
/* ---------------------- INTELLIGENT TECHNOLOGY SECTION --------------------------- */
.intelligent-technology {
    margin: 2em 0 1em;
	display: flex;
}

.intelligent-technology .int-col {
    position: relative;
    width: 35.2%;
}
.intelligent-technology .col300 {
    display: block;
    margin-left: 1.6%;
    margin-right: 1.6%;
}
.int-tech-sect {
	background: #fff;
    border: 2px solid #f99d25;
	margin-bottom: 2em;
	min-height: 440px;
}
.int-tech-sect:nth-child(3), .int-tech-sect:nth-child(6) {
    margin-right: 0;
}
.int-tech-sect .widget-title{
	position: relative;
	top: auto;
	display: flex;
    margin: 0 auto;
}
.int-tech-sect .widget-title.flat h3 {
    background: inherit;
    border: 0;
    color: #f99d25;
	text-align: left;
    line-height: 40pt;
	max-width: 100%;
}
.int-tech-sect .widget-title.flat img {
    margin-right: 10px;
}
.int-tech-sect #mainstory {
    display: flex;
}
.int-tech-sect #mainstory .featured-image {
    width: 52%;
	margin-right: 2%;
}
.int-tech-sect #mainstory .bodytxt {
    width: 44%;
	margin-right: 2%;
}
.int-tech-sect #mainstory .bodytxt p {
    margin-bottom: 0;
}
.int-tech-sect #mainstory .bodytxt h4 {
    margin-top: 0px;
    margin-bottom: 5px;
	min-height: 95px;
	font-size: 16px;
}
.int-tech-sect .bodytxt a {
    color: #1d1d1d;
}
.int-tech-sect .sidestories {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.int-tech-sect .sidestories a {
    color: #2d2d2d;
}
.int-tech-sect .sidestories .block {
    margin: 15px 0;
}
.int-tech-sect .sidestories .block:nth-child(1) {
    border-bottom: 1px solid #e2e2e2;
}
.int-tech-sect .sidestories .block h5 {
    min-height: 30px;
	width: 92%;
    margin: 8px auto;
}
.int-tech-sect .bodytxt .body-wrapper .body-inner h4 {
    min-height: 60px;
}
.int-tech-sect .bodytxt .body-wrapper .body-inner p {
    min-height: 80px;
}

/* ---------------------- INTELLIGENT VERTICAL SPECIFIC PAGES ------------------------- */
.intelligent-vertical-page .heading {
    text-transform: uppercase;
}
.intelligent-vertical-page #top-carousel .feat-image{
	max-height: 450px;
}
.intelligent-vertical-page #top-carousel .overlay {
    background: #f7f7f754;
    border: 2px solid #fff;
    top: 2em;
    bottom: 2em;
    left: 2em;
    right: 2em;
    width: auto;
    height: auto;
    padding: 2em;
    text-align: center;
}
.intelligent-vertical-page #top-carousel .carousel-controls {
    position: absolute;
    bottom: 4em;
    left: 47%;
	right: auto;
}
.intelligent-vertical-page #top-carousel .overlay h1 {
    width: 68%;
    margin: 0 auto;
	min-height: 120px;
}
.intelligent-vertical-page #top-carousel .overlay p {
    width: 70%;
    margin: 0 auto;
}
/* ---------------------- INTELLIGENT TECHNOLOGY SPECIFIC PAGES ------------------------- */

div#maincolumn {
    width: 100%;
}
#int-tech-top-stories {
    margin-top: 1em;
}
.heading-w-sponsor {
    display: flex;
    margin-top: 1em;
}
.int-tech-sponsors {
    width: 50%!important;
}
.int-tech-sponsors .website-partners {
    width: 100%;
}
.intelligent-technology-page .heading{
    text-transform: uppercase;
}
#technology-whitepapers .container {
    display: block;
}
#technology-col1, #technology-col2 {
    margin-right: 1.6%;
}
#top-carousel .feat-image img, #top-mobile-carousel .feat-image img, #top-tablet-carousel .feat-image img {
    width: 100%;
	opacity: 0.7;
}
#top-carousel .feat-image, #top-mobile-carousel .feat-image, #top-tablet-carousel .feat-image {
    background: #000;
	max-height: 510px;
}
#top-carousel .overlay, #top-mobile-carousel .overlay, #top-tablet-carousel .overlay {
    position: absolute;
    top: 4em;
    width: 60%;
    left: 3em;
}
#top-carousel .overlay a, #top-mobile-carousel .overlay a, #top-tablet-carousel .overlay a {
    color: #fff!important;
	text-decoration: none;
}
#top-carousel .overlay h1, #top-tablet-carousel .overlay h1 {
    font-size: 40px;
    width: 85%;
	min-height: 140px;
}
#top-carousel .overlay .readmorebut {
    width: 200px;
}
#top-carousel .overlay p, #top-tablet-carousel .overlay p {
    color: #fff;
    font-size: 16px;
	padding-bottom: 1em;
}
#top-tablet-carousel .overlay p{
	font-size: 18px;
}
#top-carousel .carousel-controls, #top-mobile-carousel .carousel-controls, #top-tablet-carousel .carousel-controls {
    position: absolute;
    bottom: 1em;
    right: 2em;
	z-index: 999;
}

/* FEATURES */

.features {
    position: relative;
    margin-top: 2em;
    border: 1px solid #1d1d1d;
}
.features .content h4 {
    min-height: 52px;
    font-size: 16px;
}
.features .content h4, .features .content p, .features .content .carousel-controls {
    padding: 0 10px;
}
.features .content h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
.features .content p {
    color: #737373;
	min-height: 80px;
}
button.menu-toggle {
    border: none;
    background: none;
    color: #eee;
    font-size: 24px;
    padding-left: 0px;
}
#mobile-only-whitepapers {
    display: none;
}
#mobile-most-read {
    display: none;
}
#tablet-video-section{
	display: none;
}
#tablet-case-studies-section{
	display: none;
}
.col700-portrait {
    display: flex;
}
#events-col {
    width: 36.5%;
}
.col700-portrait .col560 {
    width: 61.9%;
}
.get-to-know .feat-image img {
    width: 100%;
}
.mobile-other-regions{
	display: none;
}
.hpu-or-mob .col300 {
    width: 100%;
}
#regional-news .col300 {
    display: table;
    height: 325px;
}
#regional-news .col300 .textwidget {
    display: table-cell;
    vertical-align: bottom;
}
/* ------------------------------------------ INTELLIGENT TECHNOLOGY PAGE ------------------------------------------- */

#int-tech-col {
    display: block;
    height: auto;
    margin-right: 1.6%;
}
#int-tech-col .features {
    border: 2px solid #f99d25;
	background: #fff;
}
#int-tech-col .insights {
    position: relative;
	border: 2px solid #f99d25;
	margin-bottom: 2em;
	background: #fff;
}
.category .case-studies {
    background: #f99d25;
    border: 2px solid #f99d25;
    position: relative;
}
.insights .content h4, .insights .content p, .insights .content .carousel-controls {
    padding: 0 10px;
}
.insights .content h4 {
    min-height: 52px;
    font-size: 16px;
}
.insights .content p {
    color: #737373;
    min-height: 80px;
}
.insights .content h4 a {
    color: #1d1d1d;
    text-decoration: none;
}
#mobile-only-whitepapers {
    display: none;
}
#mobile-only-whitepapers {
    position: relative;
    background: #fff;
    margin-top: 2em;
    margin-bottom: 0em;
}
	#mobile-only-whitepapers .WP-wrapper {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper .WP {
    max-width: 240px;
    margin: 0 auto 1em auto;
    position: relative;
	display: block;
}
	#mobile-only-whitepapers .WP-wrapper .WP-img {
    filter: brightness(50%);
}
	#mobile-only-whitepapers .WP-wrapper .WP p {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	#mobile-only-whitepapers .WP-wrapper .download-button {
    display: none;
}
.home-mobile-top-stories{
	display: none;
}
.home-tablet-top-stories{
	display: none;
}
.mobile-top-stories{
	display: none;
}
.custom_logo {
    position: absolute;
    top: 1em;
    right: 1em;
}
.mobile-advert{
	display: none;
}
.top-stories .carousel-inner {
    max-height: 450px;
}
.mobile-logo{
	display: none;
}

header#masthead .container {
    display: block!important;
}

/* ---------------------- IPHONE XR --------------------- */

@media only screen and (min-width: 414px) and (max-width: 767px) {
	
	#mobile-only-whitepapers {
    margin-bottom: 2em;
}
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
	.event-title {
    width: 60%;
}
	.event-date-day-1 {
    text-align: center;
    height: 19.5px;
    font-size: 20px;
    width: 31px;
}
	.event-date-month-1 {
    height: 13px;
    font-size: 20px;
    width: 38px;
    padding-top: 2px;
}	
	.event-date-break {
    font-size: 20px;
    height: 20px;
    padding-top: 7px;
	padding-right: 3px;
}
	.event-date-2 {
    height: 20px;
    width: 60px;
    padding-left: 1px;
}
	.event-date-day-2 {
    text-align: center;
    height: 20px;
    font-size: 20px;
    width: 33px;
}
	.event-date-month-2 {
    height: 14px;
    font-size: 20px;
    width: 40px;
    padding-top: 2px;
}
	.organiser-image {
  	position: absolute;
    top: -100px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    height: auto;
    padding: 5px;
    overflow: hidden;
	box-shadow: 1px 2px 6px 0px;
	color: #000;
}
	.organiser-button {
    color: #fff;
    background: #f99d25;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-top: 6px;
}
	.event-date-wrap {
    height: 36px;
    width: 100px;
    display: flex;
    margin-top: 3px;
    padding-left: 30px;
}
	.event-date {
    display: flex;
    height: 0px;
    padding-top: 5px;
    font-size: 18px;
    padding-right: 0px;
    padding-left: 35px;
    text-align: right;
    white-space: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
	.calendar-button {
    display: flex;
    color: #1D1D1D;
    border-radius: 10px;
    height: 50px;
    width: 2.5%;
    text-align: center;
    padding: -2.5px;
    padding-top: 2.5px;
    padding-right: 10px;
    font-size: 19px;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
}
	
	.event-cal {
    display: flex;
    flex-direction: row;
		width: 36%;
		margin-top: 7px;
}
	.Title-Calendar-Row {
    display: flex;
}
	.event-title-header {
    font-size: 20px;
    margin-left: 0;
    overflow-wrap: break-word;
    margin-right: 5%;
}
	.Location-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.event-location {
	font-size: 14px;
	}
	.Organiser-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.organiser-name {
	font-size: 14px;	
	}
	.location-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
	.organiser-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
/*====================*/
/* EVENTS STYLING END */
/*====================*/		
	
	
	.footer-logos-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	
	
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	.read-more {
		margin-bottom: 5px;
	}
	
	.channel-chiefs {
		width: 100%;
    margin-top: 2em;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #f99d25;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.center-advert {
		margin: 0 auto !important;
		text-align: center;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	.logo-partners-header{
		margin: 0em auto 1em
	}
	.mobile-logo{
	display: block;
		    width: 80%;
    margin: 1em auto 0;
}
	
	.global-partners, .website-partners {
    width: 49%;
	}
	.global-partners {
    margin-right: 2%;
}
	
	.logo-partners-header .header-inner p {
    min-height: 40px;
}
	
	.logo-partners-header .site-branding {
    display: none;
}
	
	
	.header-leaderboard, .searchandsocial {
    width: 320px;
	}
	
	.latest-videos {
    margin-top: 2em;
}
	
		.latest-videos #first{
		display: block;
	}
	.latest-videos #first .image-holder {
    width: 100%;
    margin: 0;
}
	.latest-videos #first .content-holder {
    width: 100%;
}
	
	.last .col700 {
    width: 100%;
    margin-left: 0;
}
	
.top-header-wrapper {
    display: block;
}
	.row {
    margin: 0;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8a8a8a;
    width: 60%;
}
	.main-navigation li {
    float: none;
	background: #2d2d2d;
}
	.main-navigation li.current-menu-item {
    background: #f99d25;
    color: #fff;
}
	.intelligent-technology {
    display: block;
}
	#flexfrom.first, #flexfrom.second, #flexfrom.fourth, #flexfrom.fifth, #flexfrom.last {
    display: block!important;
}
	.thought-leadership, .partners-programme, .how-to, .latest-videos{
		width: 100%;
		margin-bottom: 2em;	
	}
	.first .col700 {
    width: 100%;
    margin-left: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
	.regional-news .block {
    display: block;
    margin-bottom: 2em;
}
	#flexfrom.fifth {
    margin: 0!important;
}
	#mobile-only-whitepapers {
    display: block;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	#whitepapers .col300 {
    height: auto;
    display: block;
    width: 100%;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper{
		white-space: normal;
		margin-bottom: 2em;
	}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.channel-people-vendor .content {
    display: block;
}
	.channel-people-vendor .content .block {
    width: 90%;
    margin: 0 auto 2em;
    text-align: center;
    border-right: 0;
}
	.channel-people-vendor{
		margin-bottom: 2em;
		margin-top: 2em;
	}
	.partners-programme, .how-to{
		margin-top: 2em;
	}
	.channel-people-vendor .content .block:nth-child(3) {
    margin: 0 auto;
}
	.channel-chiefs #first{
		display: block;
	}
	.channel-chiefs #first .image-holder {
    width: 100%;
    margin-right: 0;
}

	.channel-chiefs #first .content-holder {
    width: 100%;
}
	 .channel-chiefs .smaller .block:nth-child(2) {
		 border-right: 0;
	}
	 .channel-chiefs .smaller .block:nth-child(3) {
		 display: none;
	}
	.second .col700 {
    width: 100%;
    margin-right: 0;
}
	.thought-leadership {
    margin-top: 2em;
}
	.regional-news .block .body {
    width: 100%;
}
	.regional-news .block .featured-image {
    width: 100%;
    margin-right: 0;
}
	.col300{
		margin: 0 auto!important;
		width: 100%;
		height: auto;
	}
	footer .footer .container {
    display: block;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	.copyright .social {
    display: none;
}
	.home-mobile-top-stories{
		display: block;
		margin: 2em 0 ;
	}
	#top-carousel .overlay{
		width: 70%;
	}
	#top-mobile-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	.home-top-stories{
		display: none;
	}
	.searchandsocial .search-bar {
    width: 50%;
	}
	.social {
    width: 40%;
	}
	
	.single #flex-from, .page #flex-from {
    display: block;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.sidebar {
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous, .post-next{
		margin-bottom: 0;
	}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	.entry-content {
    margin: 1em 0;
}
	.category .container {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	#div-gpt-ad-1561545052805-0, #div-gpt-ad-1561544901126-0, #div-gpt-ad-1561545079256-0, #div-gpt-ad-1561621759867-0, #div-gpt-ad-1561544957448-0, #div-gpt-ad-1561544983279-0 {
		margin: 0 auto;
	}
	div#div-gpt-ad-1561621759867-0{
		margin-bottom: 2em;
	}
	#div-gpt-ad-1561544759926-0 {
    width: 320px;
    margin: 10px auto;
}
	
	.category .col560 {
    width: 100%;
}
	.category .case-studies {
    margin-top: 2em;
}
	.feat-image img {
    width: 100%;
}
	.intelligent-technology-page .heading {
    width: 100%;
	}
	.intelligent-technology-page .heading h2 {
    font-size: 24px;
}
	.intelligent-technology-page .home-mobile-top-stories{
		margin-top: 0;
	}
	.mobile-advert{
		display: block;
		margin: 2em auto;
    	width: 300px;
	}
	.col300 .textwidget {
    display: block;
	}
		.channel-chiefs #first .image-holder img, .regional-news .block .featured-image img{
		width: 100%;
	}
	.top-stories {
    display: none;
}
	.mobile-top-stories {
    display: block;
    margin-bottom: 2em;
}
	
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.page-template-page-contactus .container {
    display: block;
}
	.row.contactform{
		margin: 1em 0;
	}
	.contactform input {
    margin-bottom: 5px;
		    width: 100%;
}
	.intelligent-technology .int-col {
    width: 100%;
}
	div#div-gpt-ad-1565171213630-0, div#div-gpt-ad-1565173379681-0 {
    margin: 0 auto;
}
	.int-tech-sect#security {
    margin-top: 2em;
}

	#partner-sliders {
    display: block;
    height: auto;
		margin-bottom: 2em;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
	
}

/* ------------ IPHONE X ------------ */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	
	#mobile-only-whitepapers {
    margin-bottom: 2em;
}
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
	.event-title {
    width: 60%;
}
	.event-date-day-1 {
    text-align: center;
    height: 19.5px;
    font-size: 20px;
    width: 31px;
}
	.event-date-month-1 {
    height: 13px;
    font-size: 20px;
    width: 38px;
    padding-top: 2px;
}	
	.event-date-break {
    font-size: 20px;
    height: 20px;
    padding-top: 7px;
	padding-right: 3px;
}
	.event-date-2 {
    height: 20px;
    width: 60px;
    padding-left: 1px;
}
	.event-date-day-2 {
    text-align: center;
    height: 20px;
    font-size: 20px;
    width: 33px;
}
	.event-date-month-2 {
    height: 14px;
    font-size: 20px;
    width: 40px;
    padding-top: 2px;
}
	.organiser-image {
  	position: absolute;
    top: -100px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    height: auto;
    padding: 5px;
    overflow: hidden;
	box-shadow: 1px 2px 6px 0px;
	color: #000;
}
	.organiser-button {
    color: #fff;
    background: #f99d25;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-top: 5px;
}
	.event-date-wrap {
    height: 36px;
    width: 100px;
    display: flex;
    margin-top: 3px;
    padding-left: 30px;
}
	.event-date {
    display: flex;
    height: 0px;
    padding-top: 5px;
    font-size: 18px;
    padding-right: 0px;
    padding-left: 35px;
    text-align: right;
    white-space: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
	.calendar-button {
    display: flex;
    color: #1D1D1D;
    border-radius: 10px;
    height: 50px;
    width: 2.5%;
    text-align: center;
    padding: -2.5px;
    padding-top: 2.5px;
    padding-right: 10px;
    font-size: 19px;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
}
	
	.event-cal {
    display: flex;
    flex-direction: row;
		width: 36%;
		margin-top: 7px;
}
	.Title-Calendar-Row {
    display: flex;
}
	.event-title-header {
    font-size: 20px;
    margin-left: 0;
    overflow-wrap: break-word;
    margin-right: 5%;
}
	.Location-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.event-location {
	font-size: 14px;
	}
	.Organiser-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.organiser-name {
	font-size: 14px;	
	}
	.location-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
	.organiser-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
/*====================*/
/* EVENTS STYLING END */
/*====================*/	
	
	
	.footer-logos-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	
	
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	.read-more {
		margin-bottom: 5px;
	}
	
	
	.channel-chiefs {
		width: 100%;
    margin-top: 2em;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #f99d25;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	.center-advert {
		margin: 0 auto !important;
		text-align: center;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	.logo-partners-header{
		margin: 0em auto 1em
	}
	.mobile-logo{
	display: block;
		    width: 80%;
    margin: 1em auto 0;
}
	
		.global-partners, .website-partners {
    width: 49%;
	}
	.global-partners {
    margin-right: 2%;
}
	
	.logo-partners-header .header-inner p {
    min-height: 40px;
}
	
	.logo-partners-header .site-branding {
    display: none;
}
	
	.header-leaderboard, .searchandsocial {
    width: 320px;
	}
	
	.latest-videos {
    margin-top: 2em;
}
	
		.latest-videos #first{
		display: block;
	}
	.latest-videos #first .image-holder {
    width: 100%;
    margin: 0;
}
	.latest-videos #first .content-holder {
    width: 100%;
}
	
	.last .col700 {
    width: 100%;
    margin-left: 0;
}
	
	.top-header-wrapper {
    display: block;
}
	.row {
    margin: 0;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8a8a8a;
    width: 60%;
}
	.main-navigation li {
    float: none;
	background: #2d2d2d;
}
	.main-navigation li.current-menu-item {
    background: #f99d25;
    color: #fff;
}
	.intelligent-technology {
    display: block;
}
	#flexfrom.first, #flexfrom.second, #flexfrom.fourth, #flexfrom.fifth, #flexfrom.last {
    display: block!important;
}
	.thought-leadership, .partners-programme, .how-to, .latest-videos{
		width: 100%;
		margin-bottom: 2em;	
	}
	.first .col700 {
    width: 100%;
    margin-left: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
	.regional-news .block {
    display: block;
    margin-bottom: 2em;
}
	#flexfrom.fifth {
    margin: 0!important;
}
	#mobile-only-whitepapers {
    display: block;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	#whitepapers .col300 {
    height: auto;
    display: block;
    width: 100%;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper{
		white-space: normal;
		margin-bottom: 2em;
	}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.channel-people-vendor .content {
    display: block;
}
	.channel-people-vendor .content .block {
    width: 90%;
    margin: 0 auto 2em;
    text-align: center;
    border-right: 0;
}
	.channel-people-vendor{
		margin-bottom: 2em;
		margin-top: 2em;
	}
	.partners-programme, .how-to{
		margin-top: 2em;
	}
	.channel-people-vendor .content .block:nth-child(3) {
    margin: 0 auto;
}
	.channel-chiefs #first{
		display: block;
	}
	.channel-chiefs #first .image-holder {
    width: 100%;
    margin-right: 0;
}
	.channel-chiefs #first .content-holder {
    width: 100%;
}
	 .channel-chiefs .smaller .block:nth-child(2) {
		 border-right: 0;
	}
	 .channel-chiefs .smaller .block:nth-child(3) {
		 display: none;
	}
	.second .col700 {
    width: 100%;
    margin-right: 0;
}
	.thought-leadership {
    margin-top: 2em;
}
	.regional-news .block .body {
    width: 100%;
}
	.regional-news .block .featured-image {
    width: 100%;
    margin-right: 0;
}
	.col300{
		margin: 0 auto!important;
		width: 100%;
		height: auto;
	}
	footer .footer .container {
    display: block;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	.copyright .social {
    display: none;
}
	.home-mobile-top-stories{
		display: block;
		margin: 2em 0 ;
	}
	#top-carousel .overlay{
		width: 70%;
	}
	#top-mobile-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	.home-top-stories{
		display: none;
	}
	.searchandsocial .search-bar {
    width: 50%;
	}
	.social {
    width: 40%;
	}
	
	.single #flex-from, .page #flex-from {
    display: block;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.sidebar {
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous, .post-next{
		margin-bottom: 0;
	}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	.entry-content {
    margin: 1em 0;
}
	.category .container {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	#div-gpt-ad-1561545052805-0, #div-gpt-ad-1561544901126-0, #div-gpt-ad-1561545079256-0, #div-gpt-ad-1561621759867-0, #div-gpt-ad-1561544957448-0, #div-gpt-ad-1561544983279-0 {
		margin: 0 auto;
	}
	div#div-gpt-ad-1561621759867-0{
		margin-bottom: 2em;
	}
	#div-gpt-ad-1561544759926-0 {
    width: 320px;
    margin: 10px auto;
}
	
	.category .col560 {
    width: 100%;
}
	.category .case-studies {
    margin-top: 2em;
}
	.feat-image img {
    width: 100%;
}
	.intelligent-technology-page .heading {
    width: 100%;
	}
	.intelligent-technology-page .heading h2 {
    font-size: 24px;
}
	.intelligent-technology-page .home-mobile-top-stories{
		margin-top: 0;
	}
	.mobile-advert{
		display: block;
		margin: 2em auto;
    	width: 300px;
	}
	.col300 .textwidget {
    display: block;
	}
		.channel-chiefs #first .image-holder img, .regional-news .block .featured-image img{
		width: 100%;
	}
	
	.top-stories {
    display: none;
}
	.mobile-top-stories {
    display: block;
    margin-bottom: 2em;
}
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.page-template-page-contactus .container {
    display: block;
}
		.row.contactform{
		margin: 1em 0;
	}
.contactform input {
    margin-bottom: 5px;
	    width: 100%;
}
	.intelligent-technology .int-col {
    width: 100%;
}
		div#div-gpt-ad-1565171213630-0, div#div-gpt-ad-1565173379681-0 {
    margin: 0 auto;
}
	.int-tech-sect#security {
    margin-top: 2em;
}
	
	#partner-sliders {
    display: block;
    height: auto;
		margin-bottom: 2em;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}

}

/* ------------------ IPHONE 6 7 8 ------------------- */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	
	#mobile-only-whitepapers {
    margin-bottom: 2em;
}
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
	.event-title {
    width: 60%;
}
	.event-date-day-1 {
    text-align: center;
    height: 19.5px;
    font-size: 20px;
    width: 31px;
}
	.event-date-month-1 {
    height: 13px;
    font-size: 20px;
    width: 40px;
    padding-top: 2px;
}	
	.event-date-break {
    font-size: 20px;
    height: 20px;
    padding-top: 7px;
}
	.event-date-2 {
    height: 20px;
    width: 60px;
    padding-left: 1px;
}
	.event-date-day-2 {
    text-align: center;
    height: 20px;
    font-size: 20px;
    width: 33px;
}
	.event-date-month-2 {
    height: 14px;
    font-size: 20px;
    width: 40px;
    padding-top: 2px;
}
	.organiser-image {
  	position: absolute;
    top: -100px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    height: auto;
    padding: 5px;
    overflow: hidden;
	box-shadow: 1px 2px 6px 0px;
	color: #000;
}
	.organiser-button {
    color: #fff;
    background: #f99d25;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-top: 5px;
}
	.event-date-wrap {
    height: 36px;
    width: 100px;
    display: flex;
    margin-top: 3px;
    padding-left: 30px;
}
	.event-date {
    display: flex;
    height: 0px;
    padding-top: 5px;
    font-size: 18px;
    padding-right: 0px;
    padding-left: 35px;
    text-align: right;
    white-space: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
	.calendar-button {
    display: flex;
    color: #1D1D1D;
    border-radius: 10px;
    height: 50px;
    width: 2.5%;
    text-align: center;
    padding: -2.5px;
    padding-top: 2.5px;
    padding-right: 10px;
    font-size: 19px;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
}
	
	.event-cal {
    display: flex;
    flex-direction: row;
		width: 36%;
		margin-top: 7px;
}
	.Title-Calendar-Row {
    display: flex;
}
	.event-title-header {
    font-size: 20px;
    margin-left: 0;
    overflow-wrap: break-word;
    margin-right: 5%;
}
	.Location-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.event-location {
	font-size: 14px;
	}
	.Organiser-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.organiser-name {
	font-size: 14px;	
	}
	.location-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
	.organiser-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
/*====================*/
/* EVENTS STYLING END */
/*====================*/	
	
	
	.footer-logos-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	
	
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	.read-more {
		margin-bottom: 5px;
	}
	
	
	.channel-chiefs {
		width: 100%;
    margin-top: 2em;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #f99d25;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	.center-advert {
		margin: 0 auto !important;
		text-align: center;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	.logo-partners-header{
		margin: 0em auto 1em
	}
	.mobile-logo{
	display: block;
		    width: 80%;
    margin: 1em auto 0;
}
	
		.global-partners, .website-partners {
    width: 49%;
	}
	.global-partners {
    margin-right: 2%;
}
	
	.logo-partners-header .header-inner p {
    min-height: 40px;
}
	
	.logo-partners-header .site-branding {
    display: none;
}
	
	.header-leaderboard, .searchandsocial {
    width: 320px;
	}
	
	.latest-videos {
    margin-top: 2em;
}
	
		.latest-videos #first{
		display: block;
	}
	.latest-videos #first .image-holder {
    width: 100%;
    margin: 0;
}
	.latest-videos #first .content-holder {
    width: 100%;
}
	
	.last .col700 {
    width: 100%;
    margin-left: 0;
}
	
.top-header-wrapper {
    display: block;
}
	.row {
    margin: 0;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8a8a8a;
    width: 60%;
}
	.main-navigation li {
    float: none;
	background: #2d2d2d;
}
	.main-navigation li.current-menu-item {
    background: #f99d25;
    color: #fff;
}
	.intelligent-technology {
    display: block;
}
	#flexfrom.first, #flexfrom.second, #flexfrom.fourth, #flexfrom.fifth, #flexfrom.last {
    display: block!important;
}
	.thought-leadership, .partners-programme, .how-to, .latest-videos {
		width: 100%;
		margin-bottom: 2em;	
	}
	.first .col700 {
    width: 100%;
    margin-left: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
	.regional-news .block {
    display: block;
    margin-bottom: 2em;
}
	#flexfrom.fifth {
    margin: 0!important;
}
	#mobile-only-whitepapers {
    display: block;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	#whitepapers .col300 {
    height: auto;
    display: block;
    width: 100%;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper{
		white-space: normal;
		margin-bottom: 2em;
	}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.channel-people-vendor .content {
    display: block;
}
	.channel-people-vendor .content .block {
    width: 90%;
    margin: 0 auto 2em;
    text-align: center;
    border-right: 0;
}
	.channel-people-vendor{
		margin-bottom: 2em;
		margin-top: 2em;
	}
	.partners-programme, .how-to{
		margin-top: 2em;
	}
	.channel-people-vendor .content .block:nth-child(3) {
    margin: 0 auto;
}
	.channel-chiefs #first{
		display: block;
	}
	.channel-chiefs #first .image-holder {
    width: 100%;
    margin-right: 0;
}
	.channel-chiefs #first .content-holder {
    width: 100%;
}
	 .channel-chiefs .smaller .block:nth-child(2) {
		 border-right: 0;
	}
	 .channel-chiefs .smaller .block:nth-child(3) {
		 display: none;
	}
	.second .col700 {
    width: 100%;
    margin-right: 0;
}
	.thought-leadership {
    margin-top: 2em;
}
	.regional-news .block .body {
    width: 100%;
}
	.regional-news .block .featured-image {
    width: 100%;
    margin-right: 0;
}
	.col300{
		margin: 0 auto!important;
		width: 100%;
		height: auto;
	}
	footer .footer .container {
    display: block;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	.copyright .social {
    display: none;
}
	.home-mobile-top-stories{
		display: block;
		margin: 2em 0 ;
	}
	#top-carousel .overlay{
		width: 70%;
	}
	#top-mobile-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	.home-top-stories{
		display: none;
	}
	.searchandsocial .search-bar {
    width: 50%;
	}
	.social {
    width: 40%;
	}
	
	.single #flex-from, .page #flex-from {
    display: block;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.sidebar {
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous, .post-next{
		margin-bottom: 0;
	}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	.entry-content {
    margin: 1em 0;
}
	.category .container {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	#div-gpt-ad-1561545052805-0, #div-gpt-ad-1561544901126-0, #div-gpt-ad-1561545079256-0, #div-gpt-ad-1561621759867-0, #div-gpt-ad-1561544957448-0, #div-gpt-ad-1561544983279-0 {
		margin: 0 auto;
	}
	div#div-gpt-ad-1561621759867-0{
		margin-bottom: 2em;
	}
	#div-gpt-ad-1561544759926-0 {
    width: 320px;
    margin: 10px auto;
}
	
	.category .col560 {
    width: 100%;
}
	.category .case-studies {
    margin-top: 2em;
}
	.feat-image img {
    width: 100%;
}
	.intelligent-technology-page .heading {
    width: 100%;
	}
	.intelligent-technology-page .heading h2 {
    font-size: 24px;
}
	.intelligent-technology-page .home-mobile-top-stories{
		margin-top: 0;
	}
	.mobile-advert{
		display: block;
		margin: 2em auto;
    	width: 300px;
	}
	.col300 .textwidget {
    display: block;
	}
		.channel-chiefs #first .image-holder img, .regional-news .block .featured-image img{
		width: 100%;
	}
	
	.top-stories {
    display: none;
}
	.mobile-top-stories {
    display: block;
    margin-bottom: 2em;
}
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.page-template-page-contactus .container {
    display: block;
}
		.row.contactform{
		margin: 1em 0;
	}
	.contactform input {
    margin-bottom: 5px;
		    width: 100%;
}
	.intelligent-technology .int-col {
    width: 100%;
}
		div#div-gpt-ad-1565171213630-0, div#div-gpt-ad-1565173379681-0 {
    margin: 0 auto;
}
	.int-tech-sect#security {
    margin-top: 2em;
}

	#partner-sliders {
    display: block;
    height: auto;
		margin-bottom: 2em;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
	
}

/* -------------------- IPHONE 5 ----------------------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	
	#mobile-only-whitepapers {
    margin-bottom: 2em;
}
	
/*======================*/
/* EVENTS STYLING START */
/*======================*/
	.event-title {
    width: 60%;
}
	.event-date-day-1 {
    text-align: center;
    height: 19.5px;
    font-size: 20px;
    width: 31px;
}
	.event-date-month-1 {
    height: 13px;
    font-size: 20px;
    width: 38px;
    padding-top: 2px;
}	
	.event-date-break {
    font-size: 20px;
    height: 20px;
    padding-top: 7px;
	padding-right: 3px;
}
	.event-date-2 {
    height: 20px;
    width: 60px;
    padding-left: 1px;
}
	.event-date-day-2 {
    text-align: center;
    height: 20px;
    font-size: 20px;
    width: 33px;
}
	.event-date-month-2 {
    height: 14px;
    font-size: 20px;
    width: 40px;
    padding-top: 2px;
}
	.organiser-image {
  	position: absolute;
    top: -100px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    height: auto;
    padding: 5px;
    overflow: hidden;
	box-shadow: 1px 2px 6px 0px;
	color: #000;
}
	.organiser-button {
    color: #fff;
    background: #f99d25;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-top: 5px;
}
	.event-date-wrap {
    height: 36px;
    width: 100px;
    display: flex;
    margin-top: 3px;
    padding-left: 25px;
}
	.event-date {
    display: flex;
    height: 0px;
    padding-top: 5px;
    font-size: 18px;
    padding-right: 0px;
    padding-left: 35px;
    text-align: right;
    white-space: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
	.calendar-button {
    display: flex;
    color: #1D1D1D;
    border-radius: 10px;
    height: 50px;
    width: 2.5%;
    text-align: center;
    padding: -2.5px;
    padding-top: 2.5px;
    padding-right: 10px;
    font-size: 19px;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
}
	
	.event-cal {
    display: flex;
    flex-direction: row;
		width: 36%;
		margin-top: 7px;
}
	.Title-Calendar-Row {
    display: flex;
}
	.event-title-header {
    font-size: 20px;
    margin-left: 0;
    overflow-wrap: break-word;
    margin-right: 5%;
}
	.Location-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.event-location {
	font-size: 14px;
	}
	.Organiser-Title {
	font-size: 14px;
	margin-top: 0px;
	}
	.organiser-name {
	font-size: 14px;	
	}
	.location-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
	.organiser-button {
	height: 40px;
    width: 40px;
	font-size: 14px;	
	}
/*====================*/
/* EVENTS STYLING END */
/*====================*/	
	
	
	.footer-logos-desktop {
		display: none;
	}
	.footer-logos-mobile {
		display: block;
	}
	
	div#mag-archive-page-col {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    height: 1050px;
}
	div#mag-archive-page-col iframe{
		height: 1000px!important;
	}
	.whitepaper-page-sidebar-display {
		display: block;
	}
	
	.subscribe-form{
		width: 100%;
		display: block;
	}
	.subscribe-form .email-address-field {
    width: 100%;
    margin-right: 0;
		margin-bottom: 10px;
}
	.subscribe-form .button {
    width: 100%;
}
	
	.nav-tabs>li {
    	margin-bottom: 5px;
	}
	
	.read-more {
		margin-bottom: 5px;
	}
		
	.channel-chiefs {
		width: 100%;
    margin-top: 2em;
}
	
	.postcast-header-inner, .podcasts-block-wrapper .row#podcasts {
    display: block;
	}
	.podcast-image, .podcast-title, div#podcasts-sidebar, #podcasts .col880 {
    width: 100%;
}
	.podcasts-category-page {
    width: 100%!important;
    margin-left: 0;
}
	.podcasts-block-wrapper {
    background: none;
}
	.podcasts-block-wrapper .podcast-inner {
    background: #1d1d1d;
    color: #fff;
}
	.podcasts-block-wrapper .podcast-inner p {
    color: #fff;
}
	.podcasts-block-wrapper .podcast-title-but .ptb-title{
		color: #1d1d1d;
	}
	.podcasts-block-wrapper h3 {
    background: #f99d25;
    padding: 5px 0;
	width: 200px;
    float: left;
    text-align: center;
    margin-bottom: 1em;
	}
	
	
	.center-advert {
		margin: 0 auto !important;
		text-align: center;
	}
	
	.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.footer-logos img {
    margin: 0 auto;
    display: block;
}
	
	.logo-partners-header{
		margin: 0em auto 1em
	}
	.mobile-logo{
	display: block;
		    width: 80%;
    margin: 1em auto 0;
}
	
		.global-partners, .website-partners {
    width: 49%;
	}
	.global-partners {
    margin-right: 2%;
}
	
	.logo-partners-header .header-inner p {
    min-height: 40px;
}
	
	
	.logo-partners-header .site-branding {
    display: none;
}
	
	
	
	
	.header-leaderboard, .searchandsocial {
    width: 320px;
	}
	
	
	
	.latest-videos {
    margin-top: 2em;
}
	
	.latest-videos #first{
		display: block;
	}
	.latest-videos #first .image-holder {
    width: 100%;
    margin: 0;
}
	.latest-videos #first .content-holder {
    width: 100%;
}
	
	
	.last .col700 {
    width: 100%;
    margin-left: 0;
}
	
	.top-header-wrapper {
    display: block;
}
	.row {
    margin: 0;
}
	.top-header-wrapper .header-left {
    width: 50%;
    margin: 0 auto;
}
	.top-header-wrapper .header-right {
    width: 100%;
}
	#primary-menu {
    position: absolute;
    z-index: 999;
    background: #8a8a8a;
    width: 60%;
}
	.main-navigation li {
    float: none;
	background: #2d2d2d;
}
	.main-navigation li.current-menu-item {
    background: #f99d25;
    color: #fff;
}
	.intelligent-technology {
    display: block;
}
	#flexfrom.first, #flexfrom.second, #flexfrom.fourth, #flexfrom.fifth, #flexfrom.last {
    display: block!important;
}
	.thought-leadership, .partners-programme, .how-to, .latest-videos {
		width: 100%;
		margin-bottom: 2em;	
	}
	.first .col700 {
    width: 100%;
    margin-left: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
	.regional-news .block {
    display: block;
    margin-bottom: 2em;
}
	#flexfrom.fifth {
    margin: 0!important;
}
	#mobile-only-whitepapers {
    display: block;
}
	.whitepaper-block-wrapper #whitepapers .col880 {
    display: none;
}
	.whitepaper-block-wrapper {
    background: transparent;
}
	.whitepaper-block-wrapper h3 {
    display: none;
}
	#whitepapers .col300 {
    height: auto;
    display: block;
    width: 100%;
}
	#whitepapers .col300 .textwidget {
    display: block;
}
	#mobile-only-whitepapers .WP-wrapper{
		white-space: normal;
		margin-bottom: 2em;
	}
	#mobile-only-whitepapers h3 {
    display: block;
}
	.channel-people-vendor .content {
    display: block;
}
	.channel-people-vendor .content .block {
    width: 90%;
    margin: 0 auto 2em;
    text-align: center;
    border-right: 0;
}
	.channel-people-vendor{
		margin-bottom: 2em;
		margin-top: 2em;
	}
	.partners-programme, .how-to{
		margin-top: 2em;
	}
	.channel-people-vendor .content .block:nth-child(3) {
    margin: 0 auto;
}
	.channel-chiefs #first{
		display: block;
	}
	.channel-chiefs #first .image-holder {
    width: 100%;
    margin-right: 0;
}
	.channel-chiefs #first .content-holder {
    width: 100%;
}
	 .channel-chiefs .smaller .block:nth-child(2) {
		 border-right: 0;
	}
	 .channel-chiefs .smaller .block:nth-child(3) {
		 display: none;
	}
	.second .col700 {
    width: 100%;
    margin-right: 0;
}
	.thought-leadership {
    margin-top: 2em;
}
	.regional-news .block .body {
    width: 100%;
}
	.regional-news .block .featured-image {
    width: 100%;
    margin-right: 0;
}
	.col300{
		margin: 0 auto!important;
		width: 100%;
		height: auto;
	}
	footer .footer .container {
    display: block;
}
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	.footer-logos {
    position: relative;
    margin: 2em 0;
}
	footer .subscribe h2 {
    font-size: 20px;
}
	footer .subscribe .row3 {
    display: flex;
}
	footer .subscribe input.subscribe-input {
    width: 70%;
    margin-bottom: 1em;
}
	footer .subscribe input.subscribe-button {
    margin-left: 1%;
    width: 29%;
}
	.copyright .social {
    display: none;
}
	.home-mobile-top-stories{
		display: block;
		margin: 2em 0 ;
	}
	#top-carousel .overlay{
		width: 70%;
	}
	#top-mobile-carousel .overlay h1 {
    font-size: 30px;
    width: 100%;
	}
	.home-top-stories{
		display: none;
	}
	.searchandsocial .search-bar {
    width: 50%;
	}
	.social {
    width: 40%;
	}
	
	.single #flex-from, .page #flex-from {
    display: block;
}
	#single-post-col {
    float: none!important;
    width: 100%!important;
    min-height: auto!important;
    margin-right: 0;
}
	.sidebar {
    width: 100%;
}
	.post-previous .thumb, .post-next .thumb {
    display: none;
}
	.post-previous .title, .post-next .title {
    margin-top: 1em;
    width: 100%;
}
	#single-post-col h4 {
    font-size: 14px;
}
	.post-previous, .post-next{
		margin-bottom: 0;
	}
	.overlay-img {
    position: relative;
    width: 90%;
	bottom: 1em;
}
	.overlay-img .entry-header {
    font-size: 22px;
}
	.entry-content {
    margin: 1em 0;
}
	.category .container {
    display: block;
}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 100%;
    margin-right: 0%;
}
	.archive-story {
    display: block;
}
	.archive-story .featured-image {
    width: 78%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 100%;
}
	#div-gpt-ad-1561545052805-0, #div-gpt-ad-1561544901126-0, #div-gpt-ad-1561545079256-0, #div-gpt-ad-1561621759867-0, #div-gpt-ad-1561544957448-0, #div-gpt-ad-1561544983279-0 {
		margin: 0 auto;
	}
	div#div-gpt-ad-1561621759867-0{
		margin-bottom: 2em;
	}
	#div-gpt-ad-1561544759926-0 {
    width: 320px;
    margin: 10px auto;
}
	
	.category .col560 {
    width: 100%;
}
	.category .case-studies {
    margin-top: 2em;
}
	.feat-image img {
    width: 100%;
}
	.intelligent-technology-page .heading {
    width: 100%;
	}
	.intelligent-technology-page .heading h2 {
    font-size: 24px;
}
	.intelligent-technology-page .home-mobile-top-stories{
		margin-top: 0;
	}
	.mobile-advert{
		display: block;
		margin: 2em auto;
    	width: 300px;
	}
	.col300 .textwidget {
    display: block;
	}
		.channel-chiefs #first .image-holder img, .regional-news .block .featured-image img{
		width: 100%;
	}
	
	.top-stories {
    display: none;
}
	.mobile-top-stories {
    display: block;
    margin-bottom: 2em;
}
	.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
	.page-template-page-contactus .container {
    display: block;
}
	.row.contactform{
		margin: 1em 0;
	}
	.contactform input {
    margin-bottom: 5px;
		    width: 100%;
}
	.intelligent-technology .int-col {
    width: 100%;
}
		div#div-gpt-ad-1565171213630-0, div#div-gpt-ad-1565173379681-0 {
    margin: 0 auto;
}
	.int-tech-sect#security {
    margin-top: 2em;
}

	#partner-sliders {
    display: block;
    height: auto;
		margin-bottom: 2em;
}
	.global-partners #sponsor-carousel .carousel-inner .header-inner, .global-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel .carousel-inner .header-inner, .website-partners #sponsor-carousel .carousel-inner .logo {
    transform: none;
}
	.website-partners #sponsor-carousel {
    margin-left: 0px;
    margin-right: 0px;
    transform: none;
}
	
	.page-template-page-whitepaper #content{
background: #fff;
}
.page-template-page-whitepaper #content .container {
width: 95%;
}
.page-template-page-whitepaper .whitepaper-page .entry-content, .page-template-page-whitepaper .wp-inner-content{
	padding: 0;
	}
}
/* ---------------------- IPAD ----------------------------------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	
	.category .case-studies #first img {
    margin-bottom: 0;
}
	.category .case-studies .smaller{
		margin: 0;
		width: 100%
	}

	.case-studies .content .smaller h4 {
    font-size: 14px;
    min-height: 45px;
}

	.case-studies .content .smaller img {
    width: 92%;
    margin: 0 auto;
    display: block;
}
	.category .case-studies{
		height: 100%;
	}
	.menu-item a{
		padding: 10px 8px;
	}
	.col300 {
    width: 31.9%;
}
	.intelligent-technology .int-col{
		width: 32.45%;
	}
	.int-tech-sect #mainstory .featured-image {
    display: none;
	}
	.int-tech-sect #mainstory .bodytxt {
    width: 90%;
    margin: 0 auto;
}
	.home-top-stories {
    display: none;
}
	.home-tablet-top-stories {
    display: block;
}
	.col560 {
    width: 33%;
}
	#int-tech-col{
		width: 31.9%;
	}
	.category .case-studies .smaller .block {
    width: 80%;
}
	.category .case-studies .smaller {
    display: block;
	margin: 1em auto;
}
	.category .case-studies {
    margin-bottom: 0em;
}
	.category .case-studies #first {
    width: 80%;
    margin: 0 auto;
}
	.category .case-studies #first h4 {
    margin: 8px 0;
    min-height: 52px;
}
	.case-studies .content h4 {
		margin: 6px 0;
	}
	.int-tech-sect .widget-title.flat h3{
		font-size: 18px;
	}
	.WP-wrapper .WP#three {
    display: none;
}
	.channel-people-vendor .content {
    width: 95%;
    margin: 3.5em auto 1em;
}
	.int-tech-sect .bodytxt .body-wrapper .body-inner h4 {
    min-height: 45px;
    font-size: 14px;
    font-weight: bold;
}
	.int-tech-sect .bodytxt .body-wrapper .body-inner p {
    min-height: 68px;
    font-size: 12px;
}
	.sidestories h5 {
    font-size: 12px;
}
	footer .subscribe h2{
		font-size: 24px;
	}
	.partners-programme .content h4, .thought-leadership .content h4{
		 min-height: 52px;
	}
	.read-more {
    display: none;
}
	.channel-chiefs #first{
		margin-bottom: 0.5em;
    	padding-bottom: 0.5em;
	}
	.regional-news .block{
		margin-bottom: 2em;
	}
	.regional-news .content {
    margin-bottom: 2px;
}
	.WP-wrapper .WP-img {
    width: 100%;
}
	.WP-wrapper .WP {
    width: 47%;
    margin-right: 2%;
	}
	.whitepaper-sidebar .WP-wrapper .WP{
		width: 100%;
	}
	.whitepaper-sidebar .WP-wrapper .WP#three{
		display: block;
	}
	#single-post-col, #single-page-col, #archive-page-col, #search-result-col {
    width: 66%;
    margin-right: 2%;
}
	.sidebar {
    width: 32%;
}
		.desktop {
    display: none;
}
	.mobile {
    display: block!important;
}
		.contactform input {
    margin-bottom: 5px;
		    width: 100%;
}
	.int-tech-sect #mainstory .bodytxt h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 60px;
}
	.int-tech-sect #mainstory .bodytxt p {
    margin-bottom: 10px;
    min-height: 80px;
}
	.int-tech-sect .sidestories .block h5 {
    min-height: 40px;
	}
	.int-tech-sect .sidestories .block:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}
	.twitter #content{
		height: 369px!important;
	}
	#top-carousel .overlay h1, #top-tablet-carousel .overlay h1{
		    font-size: 35px;
		    min-height: 118px;
	}
	
	.page-template-page-whitepaper #content .container {
		width: 70%;
}
	
	#podcasts .col880 {
    width: 66.5%;
	}
	
}


	/* ---------------------- IPAD PORTRAIT -------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	footer .footer .container {
    display: block;
}
	
	footer .footer .container .col-md-4 {
    width: 100%!important;
}
	
	.subscribe-form{
		width: 70%;
	}
	
	
	#podcasts .col880 {
    width: 56%;
	}
	
		#partner-sliders .slider-inner .header .header-inner p{
		font-size: 12px;
    	width: 85%;
	}
	#partner-sliders .slider-inner .logo {
    width: 150px;
    height: auto;
    margin: 10px auto;
	}
	
	.col300 {
    width: 49%!important;
}
	.sidebar {
    width: 42%;
}
	.archive-story {
    display: block;
}
.archive-story .featured-image {
    width: 90%;
    margin: 0 auto;
}
	.archive-story .story-content {
    width: 90%;
    margin: 0 auto;
}
	#single-post-col {
    width: 54%;
    margin-right: 4%;
}
	.overlay-img .entry-header {
    font-size: 24px;
}
	.post-next .thumb, .post-previous .thumb {
    display: none;
}
	.post-next .title, .post-previous .title {
    width: 100%;
}
	.post-previous .title {
    text-align: right;
}
	.row.first .col560 {
    display: none;
}
	#tablet-case-studies-section {
    display: block;
}
	.col300 {
    width: 49%!important;
}
	.category .features img, .category .insights img {
    width: 100%;
}
	#top-carousel .overlay, #top-mobile-carousel .overlay, #top-tablet-carousel .overlay {
    position: absolute;
    top: 1em;
    width: 80%;
    left: 2em;
}
	#top-carousel .feat-image, #top-mobile-carousel .feat-image, #top-tablet-carousel .feat-image {
    height: 300px;
}
	#tablet-case-studies-section .case-studies #mainstory {
    display: flex;
	width: 80%;
    margin: 4em auto 0;
}
	#tablet-case-studies-section .case-studies .bodytxt, #tablet-case-studies-section .case-studies .featured-image {
    width: 50%;
    margin: 0 auto 1em;
}
	#tablet-case-studies-section .case-studies .lowerrow {
    display: flex;
    margin-bottom: 0em;
    border-top: 1px solid #2d2d2d;
    width: 85%;
    margin: 0 auto;
    padding: 11px;
}
	.category .case-studies {
    background: #fff;
	}
	.category .case-studies a {
    color: #2d2d2d!important;
}
	.col300 .textwidget {
    display: block;
	}
	div#div-gpt-ad-1561544957448-0, div#div-gpt-ad-1561544983279-0 {
    margin: 0 auto;
}
	.top-header-wrapper {
    display: block;
}
	.top-header-wrapper .header-left {
    width: 30%;
    margin: 10px auto;
}
.top-header-wrapper .header-right {
    width: 100%;
}
	#top-tablet-carousel .overlay h1 {
    font-size: 34px;
    width: 100%;
    min-height: 115px;
}
	.regional-news .block .featured-image {
    display: none;
	}
	.regional-news .block .body {
    width: 100%;
}
	.second .col300 {
    height: 355px;
}
	.second .col300 .textwidget, .fourth .col300 .textwidget, .fifth .col300 .textwidget, .last .col300 .textwidget{
		display: table-cell;
	}
	#thought-leadership-desktop{
		display: none;
	}
	.row.fifth .col300:nth-child(1) {
    display: none;
}
	.partners-programme {
    width: 50%;
}
	.int-header {
    display: none;
}
	.int-tech-sect #mainstory .bodytxt h4 {
    font-size: 15px;
    min-height: 80px;
		    margin-top: 0px;
    margin-bottom: 0px;
	}
	.int-tech-sect #mainstory .bodytxt p {
    min-height: 140px;
		margin-bottom: 0px;
}
	.int-tech-sect .sidestories .block h5 {
    min-height: 40px;
	}
	.twitter #content {
    height: 489px!important;
}
	.int-tech-sect .sidestories .block {
    margin: 13px 0;
}
	
	.page-template-page-whitepaper #content .container {
		width: 80%;
}
	
}


/* ------------------------------ IPAD MINI ------------------------------ */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 
	
}

/* ------------------------------ IPAD MINI PORTRAIT -------------------------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 
	
}