/* START: CORP SITE CHANGES SEP 13 2017 */
/* @import url('https://assets.incisivemedia.com/production/marketing/nql/corp-main.css'); */

body {
    /* font-family: 'Roboto', sans-serif !important; */
    font-weight: 300 !important;
}
* {
    /* font-family: 'Roboto', sans-serif !important; */
    /* font-weight: 300 !important; */
}
.main-menu ul li a {
    /* font-size: 15px !important; */
	/* font-family: 'Roboto', sans-serif; */
    /* font-weight: 300 !important; */
}
#aop-logos {margin-top:50px;}

.center {text-align:center;}
/* END: CORP SITE CHANGES SEP 13 2017 */

.subheader p {
    font-size: 22px !important;
}
b, strong{

    font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}


/* Vertical Tab Styling */
.otw-sc-tabs {
    width: 85%;
    max-width: 1200px;
    margin: 25px auto;
}

.ui-tabs-panel h3 {
    color: #4c4c4c;
    margin: 0 0px 10px 0;
}

.otw-sc-tabs .ui-tabs-panel p {
    margin-bottom: 10px;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #efefef;
    border: 1px solid #b5b5b5;
    text-shadow: none;
    margin: 3px 1px;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: white!important;    
    border: 1px solid #b5b5b5!important;
    border-right-color: white !Important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li a{
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li.ui-tabs-active a{
    background: transparent!important; 
    background-image: none;
    border: none;
}

.otw-sc-tabs.otw-sc-tabs .ui-tabs-panel {
    box-shadow: none;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    text-align: left;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li:first-child {
    margin-top: 0px !Important;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li a:hover {
    background: transparent !important;
}

li.ui-state-default:hover {
    background-color: #dcdcdc !important;
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li:first-child {
    border-top: 1px solid #b5b5b5;
}

.brands .ui-tabs-panel {
    min-height: 230px;
}

/* End vertical tab styling */

/* Insight page styling */
.page-id-2512 .intro {
    font-size: 20px !important;
    line-height: 25px !important;
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
}
.page-id-2512 .subheader {
    margin-bottom: 40px;
}
.page-id-2512 .subheader p:first-child {
    font-size:32px;
}
.page-id-2512 .subheader p {
    font-size: 28px;
}
.page-id-2512 .event_logos {
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #cccccc;
}
.page-id-2512 .product-row img {
    margin-top: 26px;
}

.page-id-2512 #markets, #brands, #products {
    font-weight: 300;
}

.page-id-2512 .alignright {
    float: right;
    margin-left: 20px;
}
.page-id-2512 .section-title {
    padding: 50px 0;
    margin: 0 !important;
 }
.page-id-2512 .section-8, .page-id-2512 .section-7 {
    padding-top: 0px;
    padding-bottom: 5em;
    display: block !important;
 }
 .page-id-2512 .story-section-4 {
    margin-top: 0 !important;
 }
 .tab-event-logo {
    padding: 10px 20px;
    max-height: 125px;
}
/* End Insight page styling */

@media (max-width: 990px) {
    .product-row img {
        margin: 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 780px) {
     .otw-sc-tabs.vertical-tabs .ui-tabs-nav {
        width: 100%;
        display: block;
        float: none;
    }
    .otw-sc-tabs.otw-sc-tabs .ui-tabs-panel {
        width: 100%;
        margin-left: 0px;
    }
    .otw-sc-tabs.vertical-tabs .ui-tabs-nav li {
        border-radius: 8px;
        margin: 2px 1px;
    }
    .otw-sc-tabs.vertical-tabs .ui-tabs-nav li.ui-tabs-active {
        border-right-color: #b5b5b5;
    }
}

@media only screen and (min-width: 780px) and (max-width: 1279px) {
    .otw-sc-tabs.vertical-tabs .ui-tabs-nav {
        width: 20%;
    }
    .otw-sc-tabs.vertical-tabs .ui-tabs-panel {
        margin-left: 20%;
    }    
}
@media only screen and (max-width: 1000px) and (min-width: 780px) {
    // Insight page - display inline images correctly
    .page-id-2512 .alignright {
        display: block;
        width: auto;
        margin: 0 auto;
        float: none;
     }
}

@media (max-width: 990px) {
    img {
        width: auto;
    }
}


