/* Industry Landing Page CSS */

/*Breadcrumb component*/
.breadcrumbsolutions {
    width: 100%;
    height: auto;
    background: #eeeeee;
    line-height: 46px;
}
/*Industry Header component*/
/* Video Background */
.video-content {
    position: relative;
    bottom: 0%;
    left: 0%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    /*padding-bottom: 56.25%;*/
    line-height: 0;
}
.video-content .industry-heading-inside {
    z-index: 1000;
    position: absolute;
    /*width: 100%;*/
    text-align: center;
    background: none!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* vertical align*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.video-content video {
    /*position: absolute;*/
    z-index: 0;
    bottom: 0;
}
.video-content video.fillWidth {
    width: 100%;
}

/* Video Background */
.industry-feature {
    width: 100%;
    height: auto;
    background-size: 100%!important;
    text-align: center;
}
.industry-heading-inside {
    padding: 50px 0 30px 0;
}
.feature-icon {
    display: inline-block;
    width: 160px;
    height: 160px;
    background: #333333;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    margin-bottom: 30px;
}
.feature-text .titleicon {
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 24px;
}
.feature-text h1 {
    color: #000000;    
    margin-bottom: 30px;
}
.feature-text p {
    /*color: #333333;*/
    /* Added color selection to color palette as part of STRY0013114 */   	
    /*Divya added all the below*/
    margin: 0 0 30px 0;    
}
.textimagesolutions h4, .textimage h4 {
    color: #333333;
    margin-top: 0px;
    margin-bottom: 10px;   
}

/*Accordion component*/
.solutions-accordion p {
	/*
	font-size: 16px;
	line-height: 26px;
	font-family:"Open Sans", Helvetica, Arial ,sans-serif;
	*/
}
.solutions-accordion .accordion-heading, .solutions-accordion .accordion-body {
    position: relative;
    width: 1011px;
    margin: 0 auto;
}
.accordioncontentarea .textimage, .accordioncontentarea .textimagesolutions {
    margin-bottom: 50px;
}
.accordioncontentarea .textimage .text {
    padding-left: 50px;
    margin-left: 50px;
    margin-top: -40px;
}
.accordion-inner {
    padding: 20px 0;
    border-top: none;
}
.accordioncontentarea .contentareasolutions {
    padding: 20px 0;
}
#solredesignindustry .contentareasolutions .textimagesolutions {
    padding-top: 30px;
}
#solredesignindustry .contentareasolutions .textimagesolutions:first-child {
    padding-top: 0px;
}
#solredesignindustry .contentareasolutions .span* {
    padding-bottom: 50px;
}
.accordion-inner p {
    /*margin:0px;*/
    color: #6a6a6a;
}
.accordioncontentarea p {
    color: #6a6a6a;
}
.solutions-accordion {
    border-bottom: 1px solid #cccccc;
}
.accordionheadline h3 {
    /*
	font-size: 27px;
    line-height: 27px;
    letter-spacing: .5px;
	font-family: 'Knockout 28 A', 'Knockout 28 B';
	text-transform: uppercase;
    font-weight: normal;
	*/
    margin: 30px 0;
    width: 100%;    
    color: #000000;    
}
.solutions-accordion>h3, .solutions-accordion .accordion-group>h3, .solutions-accordion .accordionitem>div>h3, .solutions-accordion .accordionitem>h3 {
    /*
	font-size: 27px;
    line-height: 27px;
    letter-spacing: .5px;
	font-family: 'Knockout 28 A', 'Knockout 28 B';
	text-transform: uppercase;
    font-weight: normal;
	*/
    margin: 0;
    height: 80px;
    width: 100%;
    border-top: 1px solid #cccccc;    
    color: #333333;    
}
.solutions-accordion>h3:hover, .solutions-accordion .accordion-group>h3:hover, .solutions-accordion .accordionitem>div>h3:hover, .solutions-accordion .accordionitem>h3:hover {
    cursor: pointer;
}

/* on and off */


/* Divya changed id to class name #accordion to .solutions-accordion */

.solutions-accordion>h3, .solutions-accordion .accordion-group>h3, .solutions-accordion .accordionitem>div>h3, .solutions-accordion .accordionitem>h3 {
    background: #eeeeee;
}
.solutions-accordion>h3.active, .solutions-accordion .accordion-group>h3.active, .solutions-accordion .accordionitem>div>h3.active, .solutions-accordion .accordionitem>h3.active {
    background: #ffffff;
}
.solutions-accordion a.accordion-toggle {
    color: #000000;
    background: url('images/accordion_arrow.png') no-repeat;
    /*background-position: right 20px;*/
    background-position: 100% -15%;
    padding: 22px 35px 22px 0;
}
.solutions-accordion .active a.accordion-toggle {
    background: url('images/accordion_arrow.png') no-repeat;
    /*background-position: right -180px;*/
    background-position: 100% 116%;
}

/*Smartlist*/

.smartlistsol, .smartlistsolutions {
    padding-bottom: 30px;
}
div.smartlistsol:last-child {
    padding-bottom: 0px;
}
.smartlistsolutions {
    word-wrap: break-word;
}

/*text overlapping issue*/

.smartlistsol a {
    text-transform: uppercase;
}
.solsmartlistrow [class*=span]:nth-child(3n+1) {
    clear: both;
}
.smartlistsolutions h5, .rightcol .smartlistsolutions h5, .explore-filters h5 {
    /*
	font-family: 'Knockout 28 A', 'Knockout 28 B';
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: .5px;
	text-transform: uppercase;
	*/
    margin-bottom: 5px;    
    border: none;
    word-wrap: break-word;  /*added by prapti*/  
}

/*added by prapti;#6a6a6a color implementation for solutions smartlist*/
.solsmartlist-links ul.newslinks li a, .smartlistsolutions p, .smartlistsol .text {
    color: #6A6A6A
}
.productdetailtoppar .smartlistsolutions p {
    /*font-size: 14px*/
}

/*Industry Solutions callout*/
.industrycalloutboxes>.row-fluid {
    min-height: 180px;
}
.industrycalloutbox .row-fluid {
    padding-bottom: 20px;
}

/* Bootstrap spans are overridden in Nielsen.com, hence need to redefine here*/
.industrycalloutbox .row-fluid .span10 {
    width: 80%;
    *width: 80%;
    margin-left: 10px;
    /*added for sol redesign spacing*/
}
.industrycalloutbox .row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}
.industrycalloutbox .row-fluid .span2 img {
    max-width: 44px;
    max-height: 44px;
}

/* Bootstrap spans are overridden in Nielsen.com, hence need to revert to the original here*/

.industrycalloutbox a {
    text-transform: uppercase;
    line-height: 24px;
    /*background:url(images/raquo-detailpg.png) no-repeat center right;*/
}

/* Added for Link title for copy and Image content area - solutions component*/

.textimagesolutions a {
    text-transform: uppercase;
    line-height: 24px;
    /*background:url(images/raquo-detailpg.png) no-repeat center right;*/
}

/* Ended for Link title for copy and Image content area - solutions component*/

.industrycalloutbox .callouttitle {
    color: #6a6a6a;
    padding: 10px 0;
    margin: 0;
}

/*General spacing styles*/

#solredesignindustry .accordion {
    margin-bottom: 0px;
}
#solredesignindustry .accordion-group {
    margin-bottom: 0px;
}
#solredesignindustry .industrycontactus1 {
    margin-bottom: 60px;
    /* Space between the cta and latest insights section in industry page*/
}
#solredesignindustry .industry-midsection, #productoverview .productoverviewcol, #solnlanding .soln-midsection, #solexplorer .solexplorer-content {
    margin-bottom: 56px;
    /* Space between the cta and last content on the page*/
}
.alignleft {
    margin-left: 0px!important;
}

/**********************************************Product Overview Page **************************************************/


/*Product Intro*/

#productoverview .interior-content {
    margin-top: 40px;
}
.interior-content h2 {
    color: #000000;
    margin-bottom: 30px!important;    
}
.interior-content h1 {
    color: #6a6a6a;
    margin-bottom: 10px!important;    
    margin-top: 0px;
}
.large {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 30px;
}
.large p {
    /*display : inline;*/
    color: #6a6a6a;
}
.large p:first-of-type:last-of-type, .large p:last-of-type {
    display: inline;
}

/*Product callout*/

#productoverview .leftcol {
    margin-left: 0px;
    padding-right: 50px;
}
#productoverview .rightcol {
    float: right;
}
.product-callout-wrapper, .solexplorer-search-results {
    width: 100%;
    /* margin-left: 3%;*/
    /* Divya commented out since issue wih margins, per spec from DM, no left margins*/
    float: left;
    min-height: 0px;
}
.productcalloutboxes .productcalloutbox:last-child .productcalloutbox-inner, .productcalloutboxes .productcalloutbox:last-child .productcalloutbox-inner-hidden, .solexplorer-search-results .productcalloutbox-inner:last-child {
    border-bottom: 1px solid #cccccc;
}
.productcalloutbox-inner .inner-text ul, ol {
    /*prapti;modify*/
    margin: 0!important;
    padding-left: 20px;
    /*prapti;modify*/
    padding-top: 3px;
}
.productcalloutbox-inner {
    padding-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    margin-left: 0px;
}
.productcalloutbox-inner .text ol li, .productcalloutbox-inner .text ul li {
    /* list-style: outside decimal;*/
    padding: 3px 0 5px 0;
    /*prapti;modify*/
}
.productcalloutbox-inner .text a.morelink {
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}
.productcalloutbox-inner .callout-title h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	/*
	font-size: 27px;
	line-height: 27px;
	letter-spacing: .5px;
	font-family:'Knockout 28 A', 'Knockout 28 B';
	*/
	color: #333333;
}
.productcalloutbox-inner .span2 {
    width: 14.52991452991453%;
}
.productcalloutbox-inner .span10 {
    width: 82.90598290598291%;
}
.productcalloutbox-inner .span2.image {
    text-align: center;
}

/*Solutions search box*/

.rightcol .form-search {
    margin-top: 0px;
}

/*Added by Eli*/


/*PRAPTI TO VERIFY*/

.industrycalloutbox ul, ol {
    margin: 0!important;
    padding: 0!important;
    list-style-position: inside;
}

/*Added by Eli*/


/*PRAPTI TO VERIFY*/

.industrycalloutbox li {
    line-height: 23.83px!important;
}
.form-search input.search-solutions {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    font-size: 13px;
    height: 30px;
    margin-bottom: 20px;
    width: 100%;
    color: #6a6a6a;
    padding: 0px 10px;
    background: #ffffff;
    /*text-transform:uppercase;*/
}
.form-search input.search-box-solutions-submit {
    background: url("images/search-icon.png") no-repeat scroll 4px 2px #FFFFFF;
    /*Adrian suggested adding separate class*/
    border: medium none;
    cursor: pointer;
    height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: none 0s ease 0s;
    width: 20px;
    z-index: 100;
}

/* smartlistsolutions styles*/

.smartlistsolutions img {
    margin-bottom: 15px;
    border: 1px #cccccc solid;
    width: 300px;
    height: 160px;
}
.smartlistsolutions li a, .print-report .smartlistsolutions li a {
    color: #00aeef;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Knockout 28 A', 'Knockout 28 B';
}
.smartlistsolutions li, .print-report .smartlistsolutions li {
	color: #6a6a6a;
}

/*Added this css per Adrian's comments*/

.span10 h1, .span10 h2, .span12 h1, .span12 h2, .text.parbase h1, .text.parbase h2, .contact-pg h1, .contact-pg h2 {
    margin: 0;
}

/* Cta contact us styling enhancements */

.contactusctasolutions {
    background-color: #DBEDF4;
}
.contactusctasolutions .container.solutions {
    /*width:100%;*/
    height: 95px;
    /*margin-top: 200px;*/
}
.contactusctasolutions .container.solutions .row {
    height: 95px;
    display: table-cell;
    vertical-align: middle;
}
.contactusctasolutions .container.solutions .solutions-contact-bottom a {
    background: none!important;
    padding-right: 0px;
    /*display:inline-block;*/
}
.contactusctasolutions .solutions-contact-bottom {
    padding: 0;
    margin: 0;
    /*font-family: 'Knockout 28 A', 'Knockout 28 B'!important;/* Edited by Eli*/ */  
    color: #333333;
    text-transform: uppercase;
}
footer {
    margin-top: 0px;
}
.solutions-contact-bottom a {
    padding-right: 15px;
    background: url(images/raquo-detailpg.png) no-repeat center right;
}

/*Product Detail Template styles */


/*Content AREA STYLING*/

.contentareasolutions .container-fluid {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contentareasolutions div:first-child .row-fluid {
    max-width: 1011px;
    margin: 0 auto;
}

/*Smartlist styles*/

.solsmartlist-links ul.newslinks {
	margin-left: 0px;
	margin-bottom: 0px;
}
.solsmartlist-links ul.newslinks li a {
    /*
	color: #6a6a6a;
    text-transform: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	*/
}
.print-report .smartlistsolutions .solsmartlist-links li a {
    background: none !important;
    padding-right: 0px!important;
}
.print-report .smartlistsolutions .solsmartlist-links a.more-newslink {
    text-transform: uppercase;
}

/*Slider styles*/

.productdetailcol .parent.slider {
    width: 100%;
}
.contentareasolutions .contentarea-wrapper {
    background-size: 100% 100%!important;
}
.span12 h3.solutioncontentarea-title {
    /*padding-bottom for solution content area title;UAT*/
    margin: 0;
    padding-bottom: 30px;    
}
.linkbutton-cta {
    /*height: 36px!important;*/
    background: none;
    padding: 0;
}
.linkbutton-wrapper.btn-group>.btn {
    margin-left: 0;
    padding-left: 0;
    padding-right: 28px;
}
.modal#modal-lead-gen .modal-body {
    color: #333;
}
.linkbutton-cta .dl-report-btn, .pagelinkbutton .linkbutton, .docdownloadbutton .linkbutton {
    display: inline-block !important;
    /*height: 36px;*/
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    font-size: 24px;
	line-height: 24px;
	letter-spacing:1px;
	border-radius: 2px;
    color: #ffffff!important;
    padding: 16px;
    background: #00aeef;
    text-transform: uppercase;
	text-align: center;
    transition: all 0.2s linear;
}
.linkbutton-wrapper.btn-group {
    white-space: normal;
}
.linkbutton-wrapper.btn-group-vertical .linkbutton-cta .dl-report-btn {
    float: left;
}
.calloutlinkbuttons .dl-report-inner {
    background: none;
    padding: 0;
    float: left;
    /*width: 224px;*/
}
.linkbutton-wrapper.btn-group>.btn:first-child {
    padding-left: 0px;
}
.linkbutton-wrapper-group-vertical .btn {
    padding-left: 0px;
    text-align: left;
}

/**/


/*************Solutions Landing Page Styles************/

.iconwrapper a {
    color: #6a6a6a;
}
.iconwrapper a .image {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 84px;
    height: 84px;
    background: #cccccc;
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}
.iconwrapper a:hover .image {
    opacity: 0.8;
}
.iconwrapper a .text {
    text-align: center;
    word-wrap: break-word;
    padding-top: 5px;
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    color: #6a6a6a;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}
.iconcalloutunits-box {
    padding-bottom: 5px;
}
.iconlists>div.row-fluid {
    min-height: 150px;
}
.solutions-holder {
    background: #eeeeee;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.solutions-holder .form-search input.search-box-solutions-submit {
    right: 10px;
}
.solutions-holder .form-search input.search-solutions {
    background: #ffffff;
    width: 100%;
}
.solutions-holder .form-search {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
}
#solnlanding .exploresolutions {
    /*UAT feedback*/
    margin-bottom: 50px;
}
#solnlanding .solsearchsection {
    /*UAT feedback*/
    color: #6A6A6A;
}
.search-intro-text {
    /*UAT feedback;hex code color implementation for search text*/
    color: #6A6A6A;
}
.search-intro-text p {
    margin-bottom: 20px;
}
.searchexplorer-text {
    color: #6A6A6A;
    /*MODIFIED BY Prapti;UAT FEEDBACK*/
}
.iconcalloutboxes h2, .exploresolutions h2, .industrycalloutboxes h2, .searchsolutions h2, .industrycalloutboxes h2, .industry-midsection .smartlistsolutions .smartlist-body h2 {
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 30px;    
    border-bottom: 9px solid #dddddd;
}
.intro-text h2 {
    color: #6a6a6a;
    padding-bottom: 30px;
    padding-top: 30px;    
    border-bottom: none;
    text-align: center;
}
.solexplorer .contact-btn {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	border-radius : 2px;
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
	background:#00aeef;
    color: white;
    padding: 16px;
    text-align: left;
    transition: background-color 0.2s ease 0s;
    text-transform: uppercase;
}
.solexplorer .contact-btn:hover, .linkbutton-cta .dl-report-btn:hover, .pagelinkbutton .linkbutton:hover, .docdownloadbutton .linkbutton:hover {
    background-color: #6bd6f7;
    text-decoration: none;
}
.solexplorer .introtextsolutions {
    display: table;
}
.solexplorer .introtextsolutions .intro-text {
    display: table-cell;
    vertical-align: middle;
}
.morelink-arrows {
    font-size: 16px;
    color: #00aeef;
}
.morelink-list-arrows {
    /*margin-left:5px;*/
    /*text-decoration:none;
        display:inline-block;*/
    font-size: 16px;
}
.solutions-contact-bottom .morelink-list-arrows {
    vertical-align: 15%;
    font-size: 22px;
    margin-left: 5px;
    color: #00aeef;
    /* Change made by Eli */
}

/*added by Prapti for onsistent h2 styling in LINKAREA ans RSS FEED IMPORTER*/
/* Solutions Explorer styles */
#solexplorer .span4 {
    width: 300px;
    margin-left: 0px;
}
#solexplorer .span8 {
    width: 640px;
    margin-left: 70px;
}
#solexplorer .form-search {
    margin-top: 0px;
}
#solexplorer .form-search input.search-solutions {
    width: 100%;
    margin-top: 10px;
}
#solexplorer .solexplorer-search-results ul.results-list {
    margin-left: 0px;
}
#solexplorer .applied-filters {
    margin-top: 5px;
    margin-bottom: 15px;
}
#solexplorer .callout-title h4 {
    /*
	font-family: 'Knockout 28 A', 'Knockout 28 B';
	font-size: 27px;
	line-height: 27px;
	letter-spacing: .5px;
    font-weight: 400;
	text-transform: uppercase;
	*/
    margin: 0 0 10px 0;
    
}
.explore-filters .solexplorersearch div {
    margin-bottom: 20px;
}
.explore-filters h5 {
    color: #333333;
    margin-bottom: 10px;
}
.filter-list, .filter-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-list li {
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    text-transform: uppercase;
    padding: 0px 0 10px 0;
}
#solexplorer .productcalloutbox-inner .text ol li, #solexplorer .productcalloutbox-inner .text ul li {
    list-style: disc;
    margin-left: -3px;
    /*removing slight indentation*/
}
#solexplorer .templateB .pagination span {
    margin-bottom: 5px;
}

/*pagination center allignment*/

#solexplorer .templateB .pagination {
    margin-left: 50%;
}
#solexplorer .interior-content {
    margin-top: 30px;
}
#solexplorer .interior-content {
    padding-bottom: 10px;
}
#solexplorer .form-search input.search-box-solutions-submit {
    top: 15px;
}
.solca-bgfullwidth {
    background-size: cover;
}
h4.StickyNavTitleHiddenDesktop{
  display:none
}
@media (max-width: 767px) {
    .breadcrumbsolutions {
        line-height: 26px;
    }
    /* Video Background */
    #industry-content video {
        display: none;
    }
    .video-content {
        overflow: auto;
        padding-bottom: 0;
    }
    .video-content .industry-heading-inside {
        z-index: 0;
        position: relative;
        width: 100%;
        text-align: center;
        color: inherit;
        background: inherit!important;
    }
    .video-content .industry-heading-inside {
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }
    /* Video Background */
    .industry-heading-inside {
        padding: 0 0 30px 0;
    }
    .industry-feature {
        background-size: cover!important;
    }
    .solutions-accordion .accordion-body {
        width: 90%;
        margin: 0 auto auto 5%;
    }
    .accordionheadline h3, .solutions-accordion>h3, .solutions-accordion .accordion-group>h3, .solutions-accordion .accordionitem>h3 {
		/*font-family:'Knockout 28 A', 'Knockout 28 B';
		font-size: 27px;
		line-height: 27px;
		letter-spacing: .5px;*/
    }
    .industrycalloutboxes {
        margin-bottom: 0px;
    }
    .feature-icon {
        margin-top: 30px;
        /* Divya added this, because the icon was too close to top border */
    }
    .solutions-accordion a.accordion-toggle {
        padding: 10px 35px 10px 0px;
        display: table-cell;
        vertical-align: middle;
    }
    .solutions-accordion .active a.accordion-toggle {
        background-position: 100% 114%;
    }
    .solutions-accordion .accordion-heading {
        width: 95%;
        margin: 0 10px;
        height: 100%;
        display: table;
    }
    #solredesignindustry .industrycontactus1 {
        margin-bottom: 20px;
    }
    .contactusctasolutions .container.solutions .row {
        width: 100%;
        margin: 0 10px;
    }
    .industry-callout-wrapper {
        margin-bottom: 30px;
    }
    .industrywrapper.row-fluid {
        width: 100%;
    }
    .industrycalloutbox .row-fluid {
        width: 100%;
        height: auto!important;
    }
    .industrycalloutbox .row-fluid .span2 {
        width: 20%;
        float: left;
    }
    .industrycalloutbox .row-fluid .span10 {
        width: 80%;
        display: inline-block;
        margin-left: 0px;
    }
    .textimagesolutions .row-fluid .span3 {
        width: 18%;
        float: left;
        margin: 0 10px 0 0;
    }
    .textimagesolutions .row-fluid .span9 {
        width: 75%;
        display: inline-block;
    }
    #solredesignindustry .row, #solexplorer .row {
        width: 95%;
        margin: 0 10px auto 10px;
    }
    #solnlanding .row-fluid {
        width: 95%;
        margin: 0 10px auto 10px;
    }
    .accordion-inner {
        padding-left: 0px;
    }
    .accordioncontentarea.contentareasolutions .row-fluid {
        width: 100%!important;
    }
    .accordioncontentarea.contentareasolutions {
        padding: 0px;
    }
    .accordioncontentarea.contentareasolutions .textimagesolutions .span3 {
        float: left;
        width: 25%;
    }
    .accordioncontentarea.contentareasolutions .textimagesolutions .span9 {
        display: inline-block;
        width: 75%;
        padding-right: 15px;
        padding-left: 10px;
    }
    .textimagesolutions .span3.rightimage {
        float: right;
        margin: 0;
    }
    .textimagesolutions h5 {
        margin-top: 0px;
		/*
		font-size: 22px;
		line-height: 22px;
		letter-spacing: .5px;
		font-family:'Knockout 28 A', 'Knockout 28 B';
		*/
    }
    /* Product overview page media queries */
    #productoverview .rightcol {
        margin: 30px auto 0 auto;
        float: left;
    }
    .rightcol .solexplorersearch .form-search {
        padding-bottom: 30px;
        width: 100%;
        /* Check if the search box should span across */
        margin-left: 5px;
    }
    #productoverview .leftcol {
        width: 100%!important;
        padding: 0;
    }
    .form-search input.search-solutions {
        width: 100%;
    }
    .productcontactus.contactuscta, .industrycontactus2 {
        /*margin-top:100px;*/
        /* Added this margin to the product callout wrapper*/
        margin-bottom: 0px;
    }
    #productoverview .productcalloutbox-inner.row-fluid {
        width: 100%;
        margin: 0;
    }
    .productcalloutbox-inner .span2 {
        /*width:20%;*/
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .productcalloutbox-inner .span10 {
        width: 100%;
        display: inline-block;
        margin-left: 0px;
        padding-left: 0px;
    }
    .smartlistsolutions img, .smartlistsolutions .listThumbnail img {
        width: auto;
        height: auto;
    }
    .smartlistsolutions .image, .smartlistsolutions .listThumbnail {
        text-align: center;
    }
    /* Product details page*/
    .contentareasolutions h3.uppercase {
        line-height: 24px;
    }
    .contentareasolutions p {
		/*
		font-size: 16px;
		line-height: 26px;
		font-family:"Open Sans", Helvetica, Arial ,sans-serif;
		*/
    }
    .contentareasolutions .contentarea-wrapper {
        background-size: 100% 100% !important;
        height: auto!important;
    }
    .contentareasolutions .contentarea-wrapper {
        background-size: 100% 100% !important;
    }
    .contentareasolutions .autoheight {
        height: auto!important;
    }
    .contentareasolutions .hideBgImage {
        background-image: none!important;
    }
    #productdetail div:first-child .row-fluid, #productoverview .row-fluid, #productdetail .accordionheadline {
        width: 90%;
        margin: 0 auto;
    }
    .solsmartlistrow.row-fluid, #productdetail div:first-child .solsmartlistrow.row-fluid {
        width: 100%;
    }
    #productdetail .responsive-table {
        overflow-x: scroll;
    }
    /*Added this override since product detail needs span12 to span entire content width in mobile*/
    #productdetail.print-report .breadcrumbsolutions .row {
        width: 90%;
        margin: 0 auto;
    }
    #productdetail .accordioncontentarea div:first-child .row-fluid {
        width: 100%;
        margin: 0;
    }
    #productdetail.print-report .span12 {
        width: 100%!important;
    }
    #productdetail .text th, #productdetail .text td {
        padding-right: 0px;
    }
    .contactusctasolutions .container.solutions {
        height: auto;
        min-height: 95px;
        display: table;
    }
	.linkbutton-cta .dl-report-btn, .pagelinkbutton .linkbutton, .docdownloadbutton .linkbutton {
		width: 90%;
	}
    .linkbutton-wrapper.btn-group>.btn {
        padding-left: 0px;
    }
    /*Solutions landing page*/
    #solnlanding.print-report .span12 {
        width: 100%;
    }
    .solutions-holder {
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .solutions-holder .span4 {
        float: left;
        margin-top: 30px;
    }
    .solutions-holder .span12 {
        width: 100%;
    }
    .solutions-holder .form-search input.search-solutions {
        float: left;
    }
    .iconcalloutboxes h2, .exploresolutions h2, .searchsolutions h2 {
		margin-top: 0px;
		padding-top: 0px;
    }
    .soln-midsection .industrycalloutboxes h2 {
		margin-top: 30px;
    }
    #solnlanding .soln-midsection {
        margin-bottom: 30px;
    }
    .industrywrapper.row-fluid, .industrycalloutbox .row-fluid {
        width: 100%!important;
        margin: 0px!important;
    }
    .alignleft {
        margin-left: auto!important;
    }
    .row-fluid .iconcalloutboxunits.span6:first-child {
        float: left;
        width: 50%;
        min-height: 0px;
    }
    .row-fluid .iconcalloutboxunits.span6:last-child {
        display: inline-block;
        width: 50%;
        min-height: 0px;
    }
    .iconlists.row-fluid, .iconlists .row-fluid {
        width: 100%!important;
        margin: 0!important;
    }
    /*Solutions Explorer*/
    #solexplorer .span8 {
        width: 100%;
        margin-left: auto;
        margin-top: 25px;
        margin-right: auto;
        float: none;
    }
    #solexplorer .form-search {
        width: 100%;
    }
    #solexplorer .form-search input.search-solutions {
        width: 90%;
        float: left;
        /*margin-right: 10px;*/
    }
    #solexplorer .productcalloutbox-inner.row-fluid {
        width: 100%;
    }
    #solexplorer .templateB .pagination {
        margin-left: 10%;
        margin-right: auto;
    }
    #solexplorer .form-search input.search-box-solutions-submit {
        right: 35px;
    }
    .solca-bgfullwidth {
        background-size: cover;
    }
	.linkbutton-wrapper-group-vertical .btn {
		text-align : center;
	}
	.solexplorer .contact-btn {
		text-align : center;
	}
	h4.StickyNavTitleHiddenDesktop{
		display: block;
		position: relative;
		top: -60px;
		width: 70%;
		text-align: center;
		margin: 0 auto;
		left: -30px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .solsmartlistrow [class*=span]:nth-child(3n+1) {
        margin-left: 0;
    }
    .rightcol .smartlistsolutions img {
        width: 100%;
        height: auto;
    }
    .industrywrapper [class*=span4]:nth-child(3n+1) {
        margin-left: 0;
    }
    /* Video Background */
    #industry-content video {
        display: none;
    }
    .video-content {
        overflow: auto;
        padding-bottom: 0;
    }
    .video-content .industry-heading-inside {
        z-index: 0;
        position: relative;
        width: 100%;
        text-align: center;
        color: inherit;
        background: inherit!important;
    }
    .video-content .industry-heading-inside {
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }
    /* Video Background */
    .industry-feature {
        background-size: cover!important;
    }
    .solutions-accordion .accordion-heading, .solutions-accordion .accordion-body {
        width: 748px;
        margin: 0 auto;
    }
    .contentareasolutions .row-fluid .firstCol {
        margin-left: 0;
    }
    .form-search input.search-solutions {
        width: 92%;
    }
    .productcalloutbox-inner .span10 {
        width: 82.70598290598291%;
        /* since taking default left margin, adjusting width for ipad portrait view */
    }
    /*A hack to fix alignment on the right col - product overview template*/
    .rightcol .searchsolutions {
        border: 1px solid white;
    }
    .rightcol .form-search input.search-solutions {
        width: 100%;
    }
    .form-search input.search-box-solutions-submit {
        right: 5px;
    }
    /* Product detail only - others inherit for left-to-right width */
    #productdetail .contentareasolutions .container-fluid {
        max-width: 748px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #productdetail.print-report .span12 {
        width: 100%;
    }
    /* Solutions landing page*/
    .iconcalloutboxes h2, .exploresolutions h2, .soln-midsection .industrycalloutboxes h2, .searchsolutions h2 {
        margin-top: 0px;
        padding-top: 0px;
    }
    .iconwrapper .span12 {
        width: 100%;
    }
    .iconwrapper .iconlists.row-fluid .span6 {
        width: 50%;
        margin-left: 0;
    }
    /*code added by prapti*/
    #solexplorer .span8 {
        width: 498px;
        margin-left: 30px;
    }
    #solexplorer .span4 {
        width: 220px;
    }
    #solexplorer .form-search input.search-solutions {
        margin-top: 10px
    }
    #solexplorer .form-search {
        margin-top: -20px;
    }
}
@media (min-width: 1200px) {
    .solsmartlistrow [class*=span]:nth-child(3n+1) {
        margin-left: 0;
    }
    .industrywrapper [class*=span4]:nth-child(3n+1) {
        margin-left: 0;
    }
    .contentareasolutions .row-fluid .firstCol {
        margin-left: 0;
    }
    .iconwrapper .iconlists.row-fluid .span6 {
        width: 50%;
        margin-left: 0;
    }
    .video-content {
        max-height: 850px;
    }
}

/*PRODUCT DETAIL STYLING*/


/*Content AREA STYLING*/
.productdetailtoppar li {
     margin-bottom: 10px;
}
.smartlistsolutions h5 a {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: .5px;
    font-family: 'Knockout 28 A', 'Knockout 28 B';
}
@media (min-aspect-ratio: 16/9) {
    .video-content video {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-content video {
        width: 300%;
        left: -100%;
    }
}
.contentareasolutions .smartlistsolutions .smartlist-body h5:first-child {
    margin-top: 0px;
}
.contentareasolutions .smartlistsolutions .smartlist-body h2 {
    margin-bottom: 9px;
}
/* NDC-1058 Stickynav styles */
.internalpagenav.internaltopnav,.stickynavtagcloud {
	text-align: center;
}
.internalpagenav.internaltopnav li,.stickynavtagcloud li {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Knockout 28 A', 'Knockout 28 B';
	color: #707276;
	margin: 1.2em;
	font-size:22px;
    line-height:22px;
}
#stickynav,
#stickynavtagcloud {
	background: #fff;
	position: relative;
	z-index: 20;
	width: 100%;
}
#stickynav h3,
#stickynavtagcloud h3 {
	display: inline-block;	
}
#stickynav h3 {
	/*padding-bottom: 9px;*/
	margin-bottom: 0;
	margin-right: -4px;
	padding-left: 10px;
}
#stickynav img.nav-icon {
	width:40px;
	height:40px;
    position: relative;
	top: -3.5px;
}
.internalpagenav.internaltopnav ul,
.stickynavtagcloud ul {
	margin: 0;
	display: inline-block;
	position: static;
	width: auto;
	box-shadow: 0 0 0 0;
}
.stickynavtagcloud ul{
	border-bottom: 1.5px solid #b4b4b4;
}
.is-sticky #stickynavtagcloud ul, .is-sticky #stickynav > ul, .is-sticky #stickynav h3  {
	border-bottom: 0px solid #b4b4b4;
}
.is-sticky #stickynavtagcloud, .is-sticky #stickynav {
	border-bottom: 1.5px solid #b4b4b4;
}
#stickynav-children {
	max-width: 960px;
	margin: 20px auto 40px;
}
#stickynav-children li {
	margin: .5em 0 0;
	padding: 0 1.2em;
	border-right: 1px solid #C5C5C5;
}
#stickynav-children li:last-child {
	border-right: 0px;
}
.stickynavtagcloud #stickynav-children ul {
	border-bottom: 0px;
}
.internalpagenav.internaltopnav li a,
.stickynavtagcloud li a {
	color: #707276;
}
#stickynav a.selected,
#stickynavtagcloud a.selected {
	font-family:'Knockout 28 A', 'Knockout 28 B';
	font-size: 1.3em;
	font-weight: bold;
}
 #stickynav-sticky-wrapper .nav-icon{
    display:none;
}
#stickynav-sticky-wrapper.is-sticky .nav-icon{
    display:inline-block;
}
@media (max-width: 1024px) and (min-width: 768px) {
	.internalpagenav.internaltopnav,
	.stickynavtagcloud {
		padding: 20px 0;
	}
	#stickynav h3,	
	.internalpagenav.internaltopnav li,
	.stickynavtagcloud li {
		margin: 0.5em;
	}
}
@media (max-width: 767px) {
	#stickynavtagcloud-sticky-wrapper {
		height: 1px !important;
		border-bottom: 1.5px solid #b4b4b4;
	}
	#stickynav,
	#stickynavtagcloud {
		width: 64px;
		height: 64px;
		background-color: transparent;
	}
	#stickynav h3,
	#stickynavtagcloud h3 {
		background: url(solutions-redesign-clientlibs/images/mobilemenusticky.png) no-repeat right top;
		display: block;
		width: 64px;
		height: 64px;
		background-color: white;
		margin: 0;
		margin-left: -64px;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
		transition: all 200ms ease;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	#stickynav h3 {
	 text-indent: -999px;
	}
	
	#stickynavtagcloud h3 {
	  text-indent: -183px;
	}
	.is-sticky #stickynav h3,
	.is-sticky #stickynavtagcloud h3 {
		margin-left: 0;
	}
	.internalpagenav.internaltopnav ul,
	.stickynavtagcloud ul {
		position: absolute;
		background-color: white;
		left: -191px;
		width: 190px;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
		transition: all 200ms ease;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	#stickynav-children ul {
		position: static;
		width: 90%;
		margin: 0 auto;
		box-shadow: 0 0 0;
	}
	#stickynav-children li {
		padding: 0 5px 0 0;
		
	}
	.is-sticky #stickynav.openned h3,
	.is-sticky #stickynavtagcloud.openned h3 {
		padding-left: 126px;
	}
	.is-sticky #stickynav.openned ul,
	.is-sticky #stickynavtagcloud.openned ul {
		left: 0;
	}
	#stickynav a.selected,
	#stickynavtagcloud a.selected {
		font-size: 1em;
	}
    #stickynav-sticky-wrapper.is-sticky .nav-icon{
        display:none;
    }
}
.contentareasolutions .solsmartlist-links ul.newslinks li a{ /*text inherit body color for newslinks;exception requested by UAT*/
  color:inherit!important;
}
/*text inherit body color for linkarea/RSS by UAT*/
.contentareasolutions .smartlistsolutions p,.contentareasolutions .smartlistsol .text{ /*overrides for solution smartlist default p color*/
 color:inherit;
}
.contentareasolutions ul.newslinks .morelink-list-arrows,
.contentareasolutions .linkarea .morelink-list-arrows,
.contentareasolutions .rssfeedimporter .morelink-list-arrows{ /*arrows white color by default*/
  color:#ffffff;
}
.contentareasolutions .ac-00AEEF ul.newslinks .morelink-list-arrows,ul.newslinks .morelink-list-arrows,
.contentareasolutions .ac-00AEEF .linkarea .morelink-list-arrows,
.contentareasolutions .ac-00AEEF .rssfeedimporter .morelink-list-arrows{ /*arrows blue color for white,black,grey bg*/
  color:#00aeef;
}
.contentareasolutions .span10, .contentareasolutions .span12{
 color:inherit!important;
}
.contentareasolutions .linkarea h2,.contentareasolutions .rssfeedimporter h2,.contentareasolutions .text.parbase h3{ 
  color:inherit!important; 
}

