/*	THEME COLORS
	MAIN: #69BFC3
	MAIN FONT COLOUR: #585856 (DARK GREY)
*/

* {
    font-family: 'Roboto', sans-serif ;
    font-weight: 300;
}

#what-drives-us img {width:10%;}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.pos-relative {
    position: relative;
}

.color-white {
    background-color: rgb(255, 255, 255);
}

.text-underline {
    text-decoration: underline;
}

.color-orange {
    color: #69bfc3;
}
/* a {
    color: #69bfc3 !important;
    text-decoration: none;
} */
a.color-orange:hover {
    color: #69bfc3 !important;;
}

.bullet-2 {
    background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/bullet-2.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 12px;
}

.carousel-indicators {
    margin-bottom: 0;
	bottom: 1.2em;
	display: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.clear-community {
    clear: both;
    overflow: hidden;
    height: 30px;
}

span.caret-2 {
    position: absolute;
    bottom: -19px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/sprite.png');
    backgroud-repeat: no-repeat;
    background-position: -3px -134px;
    width: 54px;
    height: 20px;
    z-index: 1;
}
.section-2 span.caret-2 {
	top: -3px;
	width: 56px;
	height: 21;
	background-position: -2px -797px;
	display: none;
}

body {
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    /* font-family: 'pt_sans_narrowregular'; */
    font-family: 'Roboto', sans-serif;
	color: #585856 !important;
}
.container-560 {
	max-width: 560px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.container-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container-1400 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.section-1 {
    z-index: 1;
}
.section-2 {
    /* background-color: rgb(90, 93, 92); */
    min-height: 200px;
}
div.container-1200.clearfix nav.main-menu > ul > li {
    display: block;
    float: left;
    list-style: none;
}

div.container-fluid div.container-1200.section-1 > div:first-child {
    padding-top: 80px;
}
/** small menu at the right top side */
div.mini-top-menu {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: rgb(86, 140, 192);
}
/** small menu at the right top side */
div.mini-top-menu > ul > li {
    display: inline-block;
    list-style: none;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    border-right: 1px solid rgb(255, 255, 255);
    line-height: 20px;
}
/** small menu at the right top side */
div.mini-top-menu > ul > li:last-child {
    border-right: 0 none;
}
/** small menu at the right top side */
div.mini-top-menu > ul > li > a {
    color: rgb(255, 255, 255);
    font-size: 12px;
}
/** small menu at the right top side */
div.mini-top-menu > ul {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.section-1 div.col-lg-9 nav.main-menu > ul {
    float: right;
}

/** horizonmal main menu */
nav.main-menu {
    padding-top: 134px;
}

nav.main-menu ul {
    margin-bottom: 0;
	padding-left: 0;
	min-height: 40px;
}


nav.main-menu ul li a {
    color: rgb(111, 111, 110);
    border-right: 1px solid rgb(236, 236, 236);
    padding: 18px;
}

nav.main-menu ul li:last-child > a {
    border-right: 0 none;
}


.section-1 div.col-lg-9 nav.main-menu ul li a {
    position: relative;
    font-size: 15px;
    text-decoration: none;
}

.section-1 div.col-lg-9 nav.main-menu ul li a:hover {
    text-decoration: none;
}

.section-1 div.col-lg-9 nav.main-menu ul li.active a,
.section-1 div.col-lg-9 nav.main-menu ul li a:hover {
    background-color: rgb(245, 245, 245);
    color: rgb(86, 140, 192);
}

.carousel div.carousel-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.carousel a.left.carousel-control span.slider-left {
    background: url("https://assets.incisivemedia.com/production/marketing/nql/arrows.png") no-repeat 0 0;
}

.carousel a.carousel-control span.slider-right {
    background: url("https://assets.incisivemedia.com/production/marketing/nql/arrows.png") no-repeat 0 -67px;
}

.carousel a.carousel-control span.slider-control {
    font-size: 30px;
    height: 60px;
    margin-top: -15px;
    width: 60px;
    right: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-right: -15px;
}

.carousel div.carousel-inner div.item div.carousel-caption-custom {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}

.carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
    font-size: 60px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

a.slider-button,
.link-button {
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    position: relative;
    top: 60px;
    background-color: #69bfc3;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding-top: 12px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 12px;
    text-align: center;
    bottom: 0;
    font-size: 21px;
    z-index: 2;
}

a.a-button {
    background-color: #69bfc3;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 21px;
    z-index: 2;
    display: inline-block;
}
.section-2 div#carousel-1 a.slider-button {
	bottom: -20px;
}

.section-5  a.slider-button {
	padding-left: 45px;
	padding-right: 45px;
}

a.slider-button:hover,
a.link-button:hover,
a.a-button:hover{
    background-color: #333333;
}

.carousel ol.carousel-indicators > li {
    width: 20px;
    height: 20px;
    background-color: rgb(189, 190, 190);
    opacity: .70;
    border: 0 none;
}

.carousel ol.carousel-indicators > li.active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

div.container-fluid div.container-full.section-3.pos-relative {
    padding-left: 5%;
    padding-right: 5%;
	background:#FFF !important;
}

div.container-fluid div.container-full.section-3,
div.container-fluid div.container-full.section-6 {
    padding-top: 40px;
}

.section-3 p.text-center,
.section-6 p.text-center {
    font-size: 22px;
    line-height: 40px;
    color: #585856;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

.section-4 {
    padding-top: 70px;
    margin-bottom: 70px;
}
.section-4  div.person-description > h3 {
	font-size: 32px;
	color: rgb(56, 56, 56);
	margin-bottom: 20px;
}
.section-4  div.person-description > h3 > span {
	color: rgb(86, 140, 192);
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.story-section-4, .communities-section-4 {
    padding-left: 5%;
    padding-right: 5%;
    background: white!important;
    margin-top: 30px;
}
.communities-section-4>div>p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.story-section-4 p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
h2.section-title {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h2.section-title > i {
    width: 150px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(134, 134, 134);
    color: rgb(134, 134, 134);
    border: 0 none;
    display: block;
    margin-top: 30px;
}

h2.section-title > i.lighter, .our-projects-grid i {
    width: 100px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(198, 198, 197);
    color: rgb(198, 198, 197);
    border: 0 none;
    display: block;
    margin-top: 20px;
}

.section-1 div.about-us.clearfix div.person-description h3 {
    font-size: 32px;
    line-height: 36px;
    color: rgb(36, 36, 36);
}

.section-1 div.about-us.clearfix div.person-description h3 > span {
    color: rgb(86, 120, 180);
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
}

.section-1 div.about-us.clearfix div.person-1 div.person-description > p {
    color: rgb(87, 86, 86);
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

a.sofisticated-button {
    border: 1px solid #69bfc3;
    color: #69bfc3 !important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 20px;
    display: none;
    line-height: 24px;
}

a.sofisticated-button > i {
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/sprite.png') no-repeat 0 -165px;
    width: 14px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-left: 10px;

}

a.sofisticated-button:hover {
    background-color: #333333;
}

div.container-fluid div.container-full.section-4,
.section-12 {
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
    padding-bottom: 1px;
}
.section-12 {
	padding-top: 55px;
}

.section-4 h2.section-title,
.section-12 .section-title {
    color: #585856;
}

.section-5 #carousel-2 .carousel-caption-custom  {
	height: 100%;
    bottom: 0;
}

.section-5 #carousel-2 .carousel-caption-custom h2.text-center {
    color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto;
    top: 30%;
    position: relative;
}

.section-5 #carousel-2 a.slider-button {
    top: 60%;
    position: absolute;
    max-height: 50px;
    width: 240px;
    margin-left: -120px;
    left: 50%;
}
.section-6 {
    background-color: rgb(80, 129, 177);
}

.section-6 span.caret-2 {
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/sprite.png') no-repeat -4px -185px;
    width: 52px;
    height: 19px;
    bottom: -18px;
}

.section-7 {
    padding-bottom: 2em;
}

.section-7.pos-relative ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
	width: 96%;
}

.section-7 > ul > li {
    float: left;
    display: block;
    width: 33%;
    position: relative;
    max-height: 245px;
	overflow: hidden;
}
.section-7.team-section > ul > li {
    max-height: 253px;
}

.section-7 > ul > li > a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.section-7 ul > li:hover > div {
    opacity: .97;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-7 > ul > li > div {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color: #69bfc3;
    padding-right: 7%;
    padding-left: 7%;
    margin-bottom: 25px;
}

.section-7 ul li div {
    text-align: center;
}

.section-7 ul li div h3 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 300;
    line-height: 53px;
}

.section-7 ul li div p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.section-7 .link-button {
    left: 5%;
    margin-left: 0;
    bottom: 20px;
    transform: none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.section-7 .link-button:hover {
    background-color: rgb(90, 93, 92);
    color: rgb(255, 255, 255);
}

.container-1200.section-7.pos-relative {
    padding-top: 2em;
}

.section-8 {
    background-color: #fafbfc;
    padding-top: 50px;
    padding-bottom: 160px;
}

.section-8 .section-title {
	margin-bottom: 30px;
}


.market-link {
    width: 170px;
    height: 179px;
    display: inline-block;
    margin-right: 1%;
    border:none !important;
    color: #585856;
    font-size: 21px;
    line-height: 26px;
    vertical-align: top;
    position: relative;
}

.market-name {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    bottom: 28px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.link_market_57 .market-name,
.link_market_60 .market-name,
.link_market_63 .market-name,
.link_market_65 .market-name,
.link_market_68 .market-name,
.link_market_72 .market-name
{
    bottom: 15px;
}

.verticals-list .active .market-name {
    top: 120px;
}

.verticals-list .link_market_57.active .market-name,
.verticals-list .link_market_60.active .market-name,
.verticals-list .link_market_63.active .market-name,
.verticals-list .link_market_65.active .market-name,
.verticals-list .link_market_68.active .market-name,
.verticals-list .link_market_72.active .market-name
{
    bottom: 37px;
}

.market-link:hover {
    text-decoration: none;
    color: #575756;
}

.market-link:last-child {
    margin-right: 0;
}

.carousel-3 .carousel-control {
    background: #F5F5F5;
    width: 14%;
}

.carousel-3.container-1400 a.carousel-control > span.slider-control {
    top: 76px;
    margin-right: 0;
    position: absolute;
}

.carousel-3.container-1400 a.carousel-control > span.slider-control.slider-left {
    right: 0;
}

.carousel-3.container-1400 a.carousel-control > span.slider-control.slider-right {
    left: 0;
}

.section-9 {
    background-color: rgb(56, 56, 56);
}

.section-9 {
    padding-top: 50px;
    padding-bottom: 40px;
}

h4.bottom-section-title {
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 16px;
    border-bottom: 1px solid rgb(111, 111, 110);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer div.about-us p,
.footer div.about-us  a {
	color: #ffffff !important;
	font-size: 14px;
	line-height: 24px;
}
.footer {
    background-color:#58595b;
}

.section-9 div.container-1200 .footer > ul {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.section-9 div.container-1200 .footer > ul > li {
    background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
}

.section-9 div.container-1200 .footer > ul > li {
    color: white;
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
}

.section-9 div.container-1200 .footer > ul > li > a {
    color: white;
    font-size: 14px;
    line-height: 24px;
}

.socials {
    margin-bottom: 40px;
}

.socials > .social {
    background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/sprite.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 36px;
    float: left;
    display: block;
    margin-right: 12px;
    border: 1px solid rgb(56, 56, 56);
    opacity: .8;
}

.socials > .social:hover {
    opacity: 1;
    border-color: rgb(29, 29, 27);
}

.socials > .social.social-facebook {
    background-position: -11px -215px;
}

.socials > .social.social-twitter {
    background-position: -11px -255px;
}

.socials > .social.social-linkedin {
    background-position: -11px -294px;
}

.socials > .social.social-video {
    background-position: -11px -333px;
}

.socials>.social.social-instagram{
    background-position:-11px -834px;
}

.socials > .social.social-rss {
    background-position: -11px -373px;
}


.section-9 .container-1200 div.about-us {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 24px;
}

.section-10 {
    background-color: rgb(29, 29, 27);
    color: rgb(177, 177, 177);
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-11 {
    background-color: rgb(245, 245, 245);
}

.section-11 {
    color: rgb(111, 111, 110);
	padding-bottom: 40px;
	display: none;
}
/**
* customization of right pane menu
*/
#menu {
	position: fixed;
	top: 50px;
	right: 0px;
	/*height: 100%;*/
	z-index: 3;
    display:none;
}
#menu  ul li:hover > a > span {
	color: rgb(255, 255, 255);
}
#menu  ul li a i.ico {
	color: rgb(255, 255, 255);
	opacity: 1;
	margin-right: 50px;
	display: inline-block;
	background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/sprite.png');
	background-repeat: no-repeat;
	opacity: 0.5;
	width: 53px;
}
#menu  ul li a i.ico.ico-home  {
	background-position: -7px -413px;
	height: 42px;
}
#menu  ul li a i.ico.ico-carrers  {
	background-position: -4px -466px;
	height: 39px;
}
#menu  ul li a i.ico.ico-ourstory {
	background-position: -6px -516px;
	height: 42px;
}
#menu  ul li a i.ico.ico-markets {
	background-position: -5px -568px;
	height: 50px;
}
#menu  ul li a i.ico.ico-ourwork {
	background-position: -7px -633px;
	height: 42px;
}
#menu  ul li a i.ico.ico-ournews {
	background-position: -9px -741px;
	height: 42px;
}
#menu  ul li a i.ico.ico-contact {
	background-position: -11px -689px;
	height: 40px;
}

/** right panel toggle icon */
.toggle-menu-ico {
	position: fixed;
	left:10px;
	top: 10px;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/menu-expanderV2.png');
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
}
.mobile-nav-divider {
    position:fixed;
    left: 50px;
    top:0;
    width:2px;
    display:none;
    background-color:#fff;
    height:50px;
}

.toggle-menu-ico:hover {
	cursor: pointer;
}
/** right panel toggle icon */
.toggle-menu-ico.expanded {
    background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/menu-expanderV2-selected.png');
}
footer.section-10 div.container-1200 > div {
	font-size: 12px;
	color: white;
}

.verticals-list .market-link {
    margin-right: 15px;
    margin-top: 20px;
}

.mobile-nav-container {
    display:none;
}

.careers-carousel img {
    max-width: 1400px!important;
    margin: auto;
}

.contact-carousel.carousel a.carousel-control span.slider-control {
    margin-top: -30px;
    margin-right: -30px;
}

.contact-carousel .carousel-control {
    width: 8%;
}

.contact-carousel .carousel-inner {
    margin-bottom: 0!important;
}

.section-7 h2 {
    color: #585856;
}

.section-7>p {
    color: #585856;
    font-size: 22px;
    line-height: 40px;
}

.person-description h3 {
    margin-top: 20px;
}

.video-opener {
    cursor: pointer;
}

#carousel-2 h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-8 h2 {
    color: #585856 !important;
}

.market-link .vertical-hover-image, .market-link .vertical-regular-image {
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.market-link .vertical-hover-image {
    display: none;
}

.market-link .vertical-regular-image {
    display: inline-block;
}

.market-link:hover .vertical-hover-image {
    display: inline-block;
}

.market-link:hover .vertical-regular-image {
    display: none;
}

.page-top-banner {
    text-align: center;
    position: relative;
}

.page-top-banner-text {
    font-size: 60px;
    color: white;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    margin: 0;
	margin-top: 75px;
}

.uppercase {
    text-transform:none;
}

.contact-columns h3 {
    font-size: 35px;
    color: #575656;
}

.contact-columns p {
    font-size: 18px;
    line-height: 30px;
    color: #575656;
    margin-top: 35px;
    margin-bottom: 31px;
}

.contact-columns span {
    color: #568cc0;
    font-size: 18px;
    line-height: 30px;
}

.subheader {
    color: #585856;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 100px;
}

.verticals-list .market-link:last-child {
    margin-right: 0;
}

.market-link.active {
    background-color: #F5F5F5;
    border-bottom: none;
    height: 200px;
    position: relative;
    z-index: 2;
}

.current-vertical {
    background-color: #F5F5F5;
    border: 1px solid #C7C7C7;
    position: relative;
    top: -1px;
    z-index: 1;
    padding: 40px 30px;
}

img {
    max-width: 100%;
}

.product-row hr {
    border-color: #C7C7C7;
    margin-top: 40px;
}

.product-row .a-button {
    margin-top: 50px;
}

.product-row .as-button, .product-row .gp-button {
    margin-top: 40px;
    margin-right: 15px;
    display: inline-block;
}

.product-row .gp-button.second {
    margin-right: 15px;
}

.product-row .as-button img , .product-row .gp-button img {
    margin: 0;
}

.product-row h3 {
    margin-bottom: 35px;
    line-height: 36px;
    color: #568cc0;
}

.product-row img {
    margin-top: 86px;
}

.color-gray {
    background-color: #fafbfc!important;
}

.color-white {
    background-color: #ffffff!important;
}

.section-3.color-gray p {
    color: #585856!important;
}

.nopadding {
    padding:0!important;
}

.nomargin {
    margin:0!important;
}

.section-7 ul li div.staff-description h3 {
    font-size: 30px;
    line-height: 30px;
}

.section-7 ul li div.staff-description {
    background: #69bfc3;
    color: white;
    text-align: left;
}

.staff-description hr {
    margin: 10px 0;
}

.careers-menu>span {
    cursor: pointer;
    margin: 20px;
    font-size: 36px;
    position: relative;
    overflow: visible;
}

.careers-menu>span.active {
    color: #568CC0;
}

.careers-menu {
    text-align: center;
    padding-top: 45px;
    overflow: visible;
}

.careers-menu .caret-2 {
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/caret2.png') 0 0;
    display: none;
    bottom: -32px;
}

.careers-menu .active .caret-2 {
    display: inline;
}

.our-projects-grid .filler,
.our-projects-grid .content,
.our-news-grid .filler,
.our-news-grid .content {
    display: none;
}

.our-projects-grid img,
.our-news-grid img {
    width: 100%;
}

.our-projects-grid div:hover>img,
.our-news-grid div:hover>img {
    z-index: 1;
}

.our-projects-grid div>div>.filler,
.our-news-grid div>.filler {
    height: 100%;
    width: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1D1D1B;
    z-index: 2;
}

.our-projects-grid div:hover>div>.filler,
.our-news-grid div:hover>.filler {
    display: block;
}

.our-projects-grid div>div>.content,
.our-news-grid div>.content {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
}

.our-projects-grid div:hover>div>.content,
.our-news-grid div:hover>.content {
    display: block;
}

.our-projects-grid .a-button,
.our-news-grid .a-button {
    margin-top: 20px;
}

.our-news-grid div.col-lg-4 {
    margin: 0!important;
    padding: 0!important;
}

.our-news-grid {
    padding: 0 30px;
    position: relative;
}

.our-news-grid .carousel-inner .next,
.our-news-grid .carousel-inner .prev {
    padding: 0 30px!important;
}

.carousel-3.news-carousel.container-1400 a.carousel-control > span.slider-control {
    top: 50%;
}

.news-carousel .carousel-control {
    width: 24px;
}

.share_rss {
    display: inline-block;
    width: 55px;
    height: 54px;
    margin-left: 3px;
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/share-rss.jpg');
}

.st_facebook_large .stLarge {
    width: 55px!important;
    height: 54px!important;
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/share-fb.jpg')!important;
}

.st_facebook_large .stButton {
    margin-left: 0!important;
}

.st_twitter_large .stLarge {
    width: 55px!important;
    height: 54px!important;
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/share-tw.jpg')!important;
}

.st_linkedin_large .stLarge {
    width: 55px!important;
    height: 54px!important;
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/share-ln.jpg')!important;
}

.share_block span, .share_block a {
    vertical-align: bottom;
}

.careers-carousel .carousel-caption-custom {
    max-width: 700px;
    top: 22%!important;
}
.careers-carousel .carousel-control span {
    margin-top: -133px!important;
    margin-right: -30px!important;
}

.careers-carousel .carousel-control {
    width: 8%;
}

.careers-carousel .carousel-inner {
    max-width: 100%!important;
}

.carousel-videos {
    background-color: #5A8CBE;
    padding-top: 30px;
    padding-bottom: 30px;
}

.careers-carousel .carousel-indicators {
    bottom: 40%;
}

#section1 img, #section1 h3,
#section2 img, #section2 h3, #section3 img, #section4 img {
    margin-top: 50px;
}

#section1, #section2, #section3, #section4 {
    padding-bottom: 50px;
}

.careers-section-4 {
    padding-top: 25px;
    margin-bottom: 10px;
}

.careers-section-4 h2 {
    padding-bottom: 30px;
}

#section4 h3 {
    margin: 30px 0 40px;
}

#section3 h3 {
    margin: 30px 0!important
}

#section3 .text-center h3 {
    margin-bottom: 0!important;
}

#section3 .text-center h3 a {
    text-decoration: underline;
}

.story-section-4 .subheader {
    margin-bottom: 0;
}

.story-section-4 {
    margin-bottom: 40px;
}

.story-section-2col img {
    margin: 80px 0 40px;
}

.story-section-2col .a-button {
    margin: 50px 0 70px;
}

.team-section {
    min-height: 440px;
	background-color: #fff !important;
}

.team-section.longer {
    min-height: 740px;
}

.team-section .section-title {
    color: #585856;
}

.team-section .container-1200 {
    padding-left: 15px;
    padding-right: 15px;
}

.story-ends .subheader {
    margin-bottom: 0;
}

.contact-columns {
    margin-top: 20px;
}

.simple-content {
    color: #585856;
}

.verticals-list {
    margin-bottom: 50px;
    display: none;
}

.the_date {
    text-transform: none;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
}

h3.cs-excerpt {
    font-size: 22px;
    margin-bottom: 30px;
}

.news-images {
    margin-top: 35px;
}

.news-images img {
    width: 100%;
}

.news-images>* {
    margin-top: 50px;
    display: block;
}

.news-images>*:first-child {
    margin-top: 15px;
}

.cs-images img {
    width: 100%;
}

.cs-images>* {
    margin-top: 50px;
    display: block;
}

.cs-images>*:first-child {
    margin-top: 15px;
}

.news-content p {
    margin-bottom: 22px;
    line-height: 22px;
}

.news-content h3 p {
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 0;
    color: #585856;
}

.news-content h1 {
    color: #69bfc3;
}

h3.news-excerpt {
    font-size: 22px;
    margin-bottom: 23px;
    margin-top: 27px;
}

.news-content hr {
    border-color: #C7C7C7;
    margin-left: 0;
    margin-top: 34px;
    width: 60%;
}

.cs-content p {
    margin-bottom: 30px;
    line-height: 30px;
}

.cs-content h3 p {
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 0;
    color: #777;
}

.cs-content hr {
    border-color: #C7C7C7;
    margin-top: 70px;
}

.share_block {
    margin-top: 15px;
}

.news-container {
    margin-bottom: 45px;
    padding-top: 18px;
}

.news-carousel-container {
    padding-bottom: 130px;
}

.news-carousel-container span.slider-control {
    height: 42px!important;
    width: 24px!important;
}

.news-carousel-container span.slider-left {
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/news-arrow-left.png') no-repeat 0 0!important;
    margin-right: -15px!important;
}

.news-carousel-container span.slider-right {
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/news-arrow-right.png') no-repeat 0 0!important;
    margin-right: -10px!important;
}

.news-carousel .content {
    padding: 50px 50px 0;
}

.story-carousel h2 {
    margin: 0;
}

.story-carousel h4 {
    margin: 0;
    color: white;
}

.our-projects-top-section .subheader {
    margin-bottom: 50px;
}

.our-projects-top-section {
    margin-bottom: 0;
}

.our-projects-grid>div {
    font-size: 32px;
    line-height: 40px;
    color: #568CC0;
}

.our-projects-grid {
    padding-top: 30px;
    margin-bottom: 30px;
}

.our-projects-grid .col-sm-12 {
    margin-bottom: 30px;
}

.our-projects-grid .col-sm-12.no-margin-bottom {
    margin-bottom: 0;
}

.our-projects-grid .content {
    font-size: 22px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    line-height: 24px;
}

.our-projects-grid .content h3 {
    font-size: 36px;
}

.story-carousel a {
    display: block;
    text-decoration: none;
    color: white;
    outline: 0;
}

.carousel-videos img {
    width: 100%;
}

.slider-single-video {
    position: relative;
}

.video-opener-2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.project-image-container {
    position: relative;
}

#cboxLoadedContent {
    overflow:hidden!important;
}

.homepage-section-8 {
    padding-bottom: 100px;
}

.homepage-section-8 .carousel-indicators {
    bottom: -55px;
}

.homepage-section-8 #verticals-list-42 {
    margin-bottom: 0;
}

.homepage-section-8 .slider-button {
    top: 40px;
}



.news-carousel .carousel-indicators {
    bottom: -80px;
}

#carousel-2.carousel a.carousel-control span.slider-control {
    margin-right: -30px;
}
.mobile-news-carousel .content {
    padding: 10px 10px 0
}
.mobile-news-carousel .carousel-inner {
    z-index:3;
}
.mobile-news-carousel .carousel-control {
    z-index:4;
}
.carousel.home-work-carousel a.left.carousel-control span.slider-left {
    background-image: url('https://assets.incisivemedia.com/production/marketing/nql/arrows.png');
    background-position: 0 0;
}

.carousel.home-work-carousel a.right.carousel-control span.slider-right {
    background-image: url('https://assets.incisivemedia.com/production/marketing/nql/arrows.png');
    background-position: 0 -67px;
}

.carousel.home-work-carousel .carousel-control {
    opacity: 1;
}

.carousel.home-work-carousel .carousel-control:hover {
    opacity: 0.8;
}

#cboxOverlay {
    opacity: 0.6!important;
}

.footer-publisher {
    color: white;
    margin: 20px 0 10px;
    width: auto;
    font-size: 13px;
    padding: 0;
}

.footer-publisher:hover {
    color: white;
}

.datemark {
    display: none;
}

.latest-item {
    border-bottom: 1px solid #b7b7b5;
    padding: 5px 0;
    line-height: 1;
}

.datemark .latest-item {
    background: #EFEFEF;
}

.datemark .col-xs-2 {
    position:relative;
    left: 5px;
}

.latest-item a {
    color: #777;
    line-height: 20px;
}

.latest-item  a.current {
    color: #FF7000;
}

.job  a.current {
    color: #FF7000;
}

.news-sidebar h2 {
    color: #69bfc3;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 35px;
}

.news-sidebar h2:first-child {
    margin-top: 22px;
    margin-bottom: 20px;
}

.latest-item .col-xs-2 {
    padding: 0;
}

.datemark-opener {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #B7B7B5;
    background: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/news-arrow-down.jpg') no-repeat 130px 19px;
    cursor: pointer;
}

.datemark-opener.active {
    background-image: url('https://www.incisivemedia.com/wp-content/themes/incisive/img/news-arrow-up.jpg');
}

#div-gpt-ad-1411050562121-0 {
    text-align: center;
    margin-top: 60px;
}

.view-all-jobs-intro {
    margin: 19px auto;
    max-width: 600px;
}

.job h3 {
    margin: 5px 0;
}

.job p {
    padding-bottom: 10px;
    border-bottom: 1px solid #b7b7b5;
}

.job-content strong {
    font-weight: 400;
    height: 6px;
    display: block;
}

.job-content .job-intro strong {
    display: inline;
}

.job-sidebar .jobs {
    margin-top: 24px;
}

.job-content .a-button {
    margin-top: 40px;
}

.job-intro span {
    width: 90px;
    display: inline-block;
}

.job-intro {
    line-height: 30px !important;
    margin-top: 18px;
}

.job-content {
    color: #777;
}

.job-content li {
    padding-bottom: 10px;
}

.homepage-section-4 {
    padding-top: 50px;
    margin-bottom: 30px;
	background-color: #0f0;
}

.person-description h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}

.contact-carousel h2 {
    margin: 0!important;
}

.carousel.contact-carousel div.carousel-inner div.item div.carousel-caption-custom {
    bottom: 40%;
}

.story-banner p, .story-banner .subheader {
    font-size: 22px;
}

.terms-and-conditions .footer-logo {
    margin-top: 20px;
}

h2.section-title.communities-first-subheader {
    padding: 0 0 10px;
    margin-top: -40px;
}

h2.section-title.communities-second-subheader {
    padding: 0 0 10px;
}

h2.section-title.homepage-communities-first-subheader {
    padding: 20px 0 10px;
    margin: 0;
}

h2.section-title.homepage-communities-second-subheader {
    padding: 20px 0 10px;
    margin: 0; 
}

.section-11 .container-560 h2.section-title {
    padding: 60px 0 30px;
}

/* VERTICALS RWD ONLY - START */

@media (min-width: 864px) {
    .verticals-list#verticals-list-31 {
        display: block;
    }
    .verticals-list#verticals-list-42 {
        display: block;
    }
}
@media (min-width: 655px) and (max-width: 863px) {
    .verticals-list#verticals-list-31 {
        display: block;
    }
    .verticals-list#verticals-list-32 {
        display: block;
    }
}
@media (min-width: 447px) and (max-width: 654px) {
    .verticals-list#verticals-list-21 {
        display: block;
    }
    .verticals-list#verticals-list-22 {
        display: block;
    }
}
@media (max-width: 446px) {
    .verticals-list#verticals-list-11 {
        display: block;
    }
    .verticals-list#verticals-list-12 {
        display: block;
    }
}

/* VERTICALS RWD ONLY - END */

/* GENERAL RWD - START */

@media (max-width: 1280px) {
    .careers-carousel .carousel-caption-custom {
        top: 18%!important;
    }
    .carousel-3 .carousel-control {
        width: 9%;
    }

    .careers-carousel img {
        max-width: 100%!important;
        margin: auto;
    }
    .carousel.story-carousel div.carousel-inner div.item div.carousel-caption-custom {
        bottom: 15%;
    }
	.carousel-inner {
		overflow: visible;
	}
    .section-1 div.col-lg-9 nav.main-menu ul li a {
		padding-left: 16px;
		padding-right: 16px;
	}
    .our-projects-grid .content h3 {
        font-size: 32px;
    }
    .our-projects-grid .content {
        font-size: 18px;
    }
}
@media (max-width: 1140px) {
    .carousel-3 .carousel-control {
        width: 8%;
    }
	.section-1 div.col-lg-9 nav.main-menu ul li a {
		padding-left: 14px;
		padding-right: 14px;
	}
    .our-projects-grid .content h3 {
        font-size: 30px;
    }
    .our-projects-grid .content {
        font-size: 16px;
    }
}
@media (max-width: 1100px) {
    .hidden-1100 {
        display: none!important;
    }
    .carousel-3 .carousel-control {
        width: 7%;
    }
    .carousel .market-link {
        margin-right: 0;
    }
	.section-1 div.col-lg-9 nav.main-menu ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
    .carousel.story-carousel div.carousel-inner div.item div.carousel-caption-custom {
        bottom: 10%;
    }
    .our-projects-grid .content h3 {
        font-size: 28px;
    }
    .our-projects-grid .a-button, .our-news-grid .a-button {
        font-size: 16px;
    }
    .our-projects-grid .content {
        padding-top: 0;
    }
}

@media (max-width: 1030px) {
    .carousel-3 .carousel-control {
        width: 6%;
    }
	.section-7 ul li div p {
		font-size: 16px;
		line-height: 18px;
	}
    .section-1 div.col-lg-9 nav.main-menu ul li a {
		padding-left: 8px;
		padding-right: 8px;
	}
	#carousel-1 .slider-button {
		bottom: 15px;
	}
    .carousel.story-carousel div.carousel-inner div.item div.carousel-caption-custom {
        bottom: 5%;
    }
    .page-top-banner-text {
        top: 33%;
    }
    .contact-columns {
        margin-left: 0;
        max-width: 100%;
    }
    .our-projects-grid .content h3 {
        font-size: 24px;
    }
}

@media (min-width: 991px) {
    .section-7.team-section > ul > li:last-child:nth-child(3n+1) {
        margin-left: 33%;
    }
    .section-7.team-section > ul > li:nth-last-child(2):nth-child(3n+1) {
        margin-left: 16%;
    }
}

@media (max-width: 990px) {
    .section-7 > ul > li > div.staff-description {
        padding: 10px;
    }
    .section-7 > ul > li > div {
        -webkit-transition: 0;
        -moz-transition: 0;
        -o-transition: 0;
        transition: 0;
    }
    .careers-carousel .slider-single-video {
        margin-top:20px;
    }
    .careers-carousel .slider-single-video:first-child {
        margin-top:0;
    }
    #menu, #menu_multilevelpushmenu {
        min-height: 195px!important;
    }
    .job-content .a-button {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .our-projects-grid .a-button, .our-news-grid .a-button {
        font-size: 20px;
    }
    .latest-articles img {
        width: auto;
    }
    .home-work-carousel .carousel-indicators {
        display: none;
    }
    .section-5 #carousel-2 .carousel-caption-custom h2.text-center {
        top: 20%;
        min-height: 120px;
    }
    .section-5 #carousel-2 a.slider-button {
        top: 60%;
    }
    .main-logo img, img.footer-logo {
        max-width: 148px;
    }
    .product-row .gp-button.second {
        margin-left: 0;
    }
    .container-full, .container-1400 {
        overflow: hidden;
    }
    .news-carousel-container {
        z-index: 1;
    }
    .news-carousel-container {
        padding-bottom: 70px!important;
    }
    .news-carousel {
        z-index: 2;
    }
    .product-row img {
        margin: 0!important;
        width: 90%;
    }
    .product-row h3.product_title {
        margin-bottom: 20px;
    }
    .product-row div .a-button {
        margin-top: 20px;
    }
    img {
        width: 100%;
    }
    .careers-menu {
        display: none;
    }
    .careers-sections .section {
        display: block!important;
    }
    .careers-sections .section .section-title {
        color: #585856;
    }
    .our-projects-grid .content, .our-projects-grid .filler,
    .our-news-grid .content, .our-news-grid .filler {
        position: relative!important;
        display: block!important;
        color: #585856!important;
    }
    #cboxLoadedContent>div>div {
        max-width: 100%;
    }
    .carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
        font-size: 36px;
        margin: 100px 0;
    }
    .story-carousel.carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
        font-size: 36px;
        margin: 30px 0;
    }
    .story-carousel a {
        min-height: 0!important;
    }
    .story-carousel.carousel div.carousel-inner {
        min-height: 0!important;
        margin-bottom: 0!important;
    }
    .section-2 {
        min-height: 0!important;
        margin-bottom: 0!important;
    }
    .story-carousel h4 {
        top: 14px!important;
        font-size: 15px;
    }
    #carousel-1 .carousel-indicators {
        z-index: 3;
    }
    .careers-carousel div.carousel-caption-custom {
        top: 0!important;
    }
    .contact-columns {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }
	.section-9.footer div.col-lg-4.footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer div.about-us p, .footer div.about-us a {
		font-size: 28px;
		line-height: 38px;
		background-position: 0 14px;
	}

	h4.bottom-section-title {
		font-size: 32px;
	}
	#carousel-1 .carousel-indicators {
		bottom: 20%;
	}
	.section-2 {
		/* background-color: rgb(29, 29, 27); */
	}
    nav.main-menu {
        padding-top: 20px;
        visibility: hidden;
    }
	.toggle-menu-ico,
	.section-2 span.caret-2,
	.section-11,
	#carousel-1 .carousel-indicators {
		display: block;
	}
    .section-7 ul li div h3 {
        margin: 0;
    }
	.section-7 ul li div p {
		padding: 0 10px;
	}
    .core-values-grid>div {
        padding: 16px 0!important;
    }
	.section-2 div#carousel-1 a.slider-button {
		bottom: -93px;
		font-size: 32px;
		width: 95%;
	}
	.carousel div.carousel-inner div.item div.carousel-caption-custom h2 {
		font-size: 48px;
	}
	.section-7 ul li div p {
		text-align: center;
	}
    #carousel-1 > a.carousel-control,
    .homepage-main-carousel div.item > img,
    .section-1 div.mini-top-menu,
    .section-8,
    .section-9 .our-makets,
    .section-9 .terms-and-conditions {
        display: none;
    }
    .news-carousel-container {
        display: block;
    }

    .section-7 > ul > li {
        display: block;
        float: none;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 20px;
    }
	.section-7.pos-relative ul > li > a img.img-responsive {
		max-width: none;
		width: 100%;
	}
    .section-7 > ul > li > div {
        position: static;
        opacity: 1;
        text-align: center;
        padding: 10px 0;
        background-color: rgb(111, 111, 110);
    }
    .section-7 > ul > li {
        max-height: none;
    }
    .section-7.team-section > ul > li {
        max-height: none;
    }
    .section-7 .link-button {
        display: block;
        width: 100%;
        left: 0px;
        bottom: 0;
		font-size: 32px;
		width: 100%;
    }
    .section-9 .col-lg-4 {
        width: 100%;
    }
    .section-7 > ul > li:hover > div {
        position: static;
    }
    footer.section-10 div.container-1200 > div {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
		font-size: 22px;
    }
    .section-2 {
        margin-bottom: 40px;
    }
	.section-2 div#carousel-1 div.carousel-inner {
		overflow: visible;
	}
	div.container-560 select.form-control {
		font-size: 20px;
		height: auto;
	}

    nav.main-menu ul {
        max-height: 26px;
    }

    nav.main-menu {
        padding-top:0;
    }

    .multilevelpushmenu_wrapper a {
        padding:15px;
    }

    .multilevelpushmenu_wrapper a > span {
        font-size:14px;
        color:#1d1d1b;
    }

    h4.bottom-section-title {
        font-size: 20px;
    }

    .footer div.about-us p, .footer div.about-us a {
        font-size:20px;
        line-height: 24px;
    }

    footer.section-10 div.container-1200 > div {
        font-size:14px;
    }
    .mobile-nav-container {
        display:block;
        height:50px;
        background-color:#69BFC3;
        -webkit-transform: translate3d(0, 0, 0);
        position:fixed;
        width:100%;
        z-index:999;
        border-bottom:2px solid #fff;
    }

    .footer, .footer a {
        color: white;
    }

    .footer img {
        padding-bottom: 10px;
    }

    .section-10>div {
        display: none;
    }

    .section-10 {
        padding: 20px;
    }
    .socials-footer-wrapper {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #585856;
    }
    .socials {
        margin-bottom: 0;
    }
    .socials-footer-wrapper .col-xs-fifth.col-sm-fifth {
        padding: 0 10px;
    }
    .socials-footer-wrapper .col-xs-fifth.col-sm-fifth:first-child {
        padding-left: 15px;
    }
    .socials-footer-wrapper .col-xs-fifth.col-sm-fifth:last-child {
        padding-right: 15px;
    }
    .socials-footer-wrapper a.social {
        margin: auto;
        float: none;
    }
    .footer li {
        border-bottom: 1px solid #585856;
        padding: 5px;
        list-style-type: none;
    }
    .footer li:last-child {
        border-bottom: 0;
    }

    .no-padding-right {
        padding-right: 0px;
    }

    .section-1 {
        margin-top:50px;
    }
    .mobile-nav-divider {
        display:inline-block;
    }
    #menu {
        display:block;
    }
    .multilevelpushmenu_wrapper li {
        border-top:none;
        float:left;
        width:50%;
    }

    .multilevelpushmenu_wrapper .multilevelpushmenu_inactive, .multilevelpushmenu_wrapper .levelHolderClass {
        background-color: #f5f5f5;
    }

    .multilevelpushmenu_wrapper a {
        border-left:none;
        color:#1d1d1b;
        border-bottom:1px solid #cbcbcb;
        padding:0;
        margin:15px;
    }

    .multilevelpushmenu_wrapper li:hover {
        background-color:#5a8cbe;
    }

    #menu  ul li a i.ico.ico-home  {
        width:25px;
        height:20px;
        background:url(https://www.incisivemedia.com/wp-content/themes/incisive/img/home.png) no-repeat transparent;
        margin-right:0;
        opacity:1;
        float:left;
    }

    .mobile-nav-home a:hover, .mobile-nav-home:hover {
        background-color:#f5f5f5 !important;
    }

    .mobile-nav-home a {
        border-bottom:none;
    }

    .slider-button {
        top: 0px;
    }

    .story-carousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: auto;
    }
    .careers-carousel .carousel-indicators {
        bottom: 88%!important;
    }

    .news-banner .page-top-banner-text {
        font-size: 42px;
    }
}
@media (max-width: 650px) {
    .story-banner p, .story-banner .subheader {
        font-size: 22px;
    }
    .section-3 p.text-center, .section-6 p.text-center, .section-7 > p, .subheader, .our-projects-grid > div {
        font-size: 22px;
        line-height: 27px;
    }
    .story-carousel.carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
		font-size: 24px;
	}
    .page-top-banner img, .story-carousel img, .careers-carousel .item>img, .home-work-carousel img, .contact-carousel img {
        width: 200%;
        min-width: 200%;
        max-width: 200%;
        margin-left: -50%;
        height: auto!important;
        min-height: 0!important;
    }
    .home-work-carousel .carousel-inner, .contact-carousel .carousel-inner {
        min-height: 0!important;
    }
    .section-5 #carousel-2 .carousel-caption-custom h2.text-center {
        font-size: 25px;
        line-height: 27px;
        top: 20%;
    }
    .section-5 #carousel-2 a.slider-button {
        top: 70%;
    }
	.section-7 > ul > li {
		width: 350px;
	}
	#carousel-1.carousel a.slider-button {
		bottom: 35px;
		font-size: 2em;
	}
		.section-7 > ul > li {
        width: 65%;
    }
    .carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
        margin: 0;
        position: relative;
        /*top: 12%;*/
        top: 150px;
    }
    .careers-carousel .carousel-indicators {
        bottom: 80%!important;
    }
    .page-top-banner-text {
        font-size: 40px;
        top: 40%;
    }
    .product-row {
        text-align: center;
    }
    .news-banner .page-top-banner-text {
        font-size: 27px;
    }
}
@media (max-width: 420px) {
    .story-banner p, .story-banner .subheader {
        font-size: 16px!important;
    }
    .main-logo img {
        max-width: 50%;
    }
    div.container-fluid div.container-1200.section-1 > div:first-child {
        padding-top: 20px;
    }
    nav.main-menu ul {
        max-height: 20px;
        min-height: 20px;
    }
	.section-2 {
		min-height: 430px;
		margin-bottom: 60px;
	}
	#carousel-1.carousel a.slider-button {
		bottom: -144px;
	}
    .section-5 #carousel-2 .carousel-caption-custom h2.text-center {
        font-size: 25px;
        line-height: 27px;
        top: 10%;
    }
    .section-5 #carousel-2 a.slider-button {
        top: 70%;
    }
    .carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
        /*top: 10%;*/
        top:90px;
    }
    .page-top-banner-text {
        font-size: 30px;
        top: 40%;
    }
    .news-banner .page-top-banner-text {
        font-size: 23px;
    }

    .event {
		min-height: 110px;
    }

    .event-img {
		width: 180px;
		height: 130px;
    	float: left;
    }
}
@media (max-width: 360px) {
    #carousel-1.contact-carousel .carousel-indicators {
        bottom: 10%;
    }
    .carousel.contact-carousel div.carousel-inner div.item div.carousel-caption-custom {
        bottom: 30%;
    }
    .carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
        /*top: 8%;*/
        top:120px;
    }
    .section-5 #carousel-2 .carousel-caption-custom h2.text-center {
        font-size: 20px;
        line-height: 22px;
        top: 10%;
        min-height: 88px;
    }
    .section-5 #carousel-2 a.slider-button {
        top: 73%;
    }
    .current-vertical {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .product_title {
        margin-left: -15px;
        margin-right: -15px;
    }
    .story-carousel.carousel div.carousel-inner div.item div.carousel-caption-custom h2.text-center {
        margin: 10px 0;
    }
    .carousel div.carousel-inner div.item div.carousel-caption-custom h3.text-center {
        font-size: 25px;
    }
	.section-7 > ul > li {
        width: 90%;
    }
	.section-2 div#carousel-1 a.slider-button {
		font-size: 20px;
	}
    #div-gpt-ad-1411050562121-0 {
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }
    .careers-carousel h2 {
        top: 56px !important;
    }
}

/* GENERAL RWD - END */


#clear-insight {
	clear: both;
	height: 20px;
	margin: 60px;
}

.event_logos {
	margin: 0 5px; 
    padding: 0 5px;
}