/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */

  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; font-family: arial,verdana !important; position: static !important; display: block !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: auto; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: auto; }
  @page { 
    margin: 0.5cm;
    margin-top: 0 !important;
   }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: auto; }
  
  .noprint, .site-header, #aside, .interior_sidebar, .footer, .page-nav, .page-tools, #nav-tabs-holder, .tab-content .header, script, noscript { display: none !important; }
  #main { margin: 0 auto; overflow: visible; }
  #print-logo { display: block!important; margin-left: 40px; }
  .tab-content { min-height: inherit; }

 * {
  float: none !important;
  clear: both !important;
  overflow: hidden !important;
  content: normal !important;
  height: auto !important;
}

.checkbox {
  display: none !important;
}

.ie8 #header,
.ie8 img,
.ie8 *:before,
.ie8 *:after,
.ie9 #header,
.ie9 img,
.ie9 *:before,
.ie9 *:after {
  display: none !important;
}

.ie8 .billboard_hd h2,
.ie9 .billboard_hd h2 {
  font-size: 30px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.ie8 .interior,
.ie9 .interior {
  padding: 0 !important;
  margin: 0 !important;
}

.ie8 .billboard_media,
.ie9 .billboard_media {
  display: none !important;
}

.ie8 .foreward_bd,
.ie9 .foreward_bd {
  padding: 0 !important;
}

.ie8 .toggle_trigger,
.ie9 .toggle_trigger {
  font-size: 20px !important; 
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
}

.ie8 .checkbox,
.ie9 .checkbox {
  display: inline-block !important;
  border: 0;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: auto;
}

.ie8 .vList .label,
.ie9 .vList .label {
  display: inline !important;
  max-width: 600px !important;
  padding-left: 25px !important;
}

strong {
    display: inline !important;
}
.frame_bd li, ul li {
    list-style-type: disc !important;
}
ul li::before {
    content: '\2022' !important;
    margin-right: 7px !important;
}
ol li::before {
    margin-right: 7px !important;
}
ol li:first-child::before {
    content: '1.' !important;
}
ol li:nth-child(2)::before {
    content: '2.' !important;
}
ol li:nth-child(3)::before {
    content: '3.' !important;
}
ol li:nth-child(4)::before {
    content: '4.' !important;
}
ol li:nth-child(5)::before {
    content: '5.' !important;
}
ol li:nth-child(6)::before {
    content: '6.' !important;
}
ol li:nth-child(7)::before {
    content: '7.' !important;
}
ol li:nth-child(8)::before {
    content: '8.' !important;
}
p strong span {
    display: inline !important;
}
a[href]::after {
    content: none !important;
}
p a {
    display: inline !important;
}
div.print-hide {
    display: none !important;
}
head title {
    display: none !important;
}
.print_logo{
    display: block !important;
    padding-bottom: 30px !important;
    max-width: 200px !important;
    max-height: 105px !important;
    width: auto;
    padding-left: 30px !important;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.print_logo { padding-top: 50px; }
}
head style {
display: none !important;}
.js-cycler_viewport_slides li::before {
content:'' !important;
}
#success-stories-carousel .slider .story div {
    padding: 0 20px 10px !important;
    margin: 0 !important;
}
    #success-stories-carousel .slider .story div a, #success-stories-carousel .slider .story div q {
        text-indent: 0 !important;
        padding-bottom: 20px;
    }
    #success-stories-carousel .slider .story div br {
        display: none !important;
    }
    #success-stories-carousel .slider .story div a span {
        display: inline !important;
    }
    .frame_bd li a {
    display: inline !important;
}

.interior_content {
    padding-bottom: 0 !important;
}
.main-brand-portion, .foreward_hd > h2 {
	display: none !important;
}
.foreward {
	padding: 0 !important;
} 
.pageHeading-mobile  h2 {display: none !important;}
.pageHeading-mobile  {padding:0 !important;}
article.frame .frame_bd {padding-left: 30px !important;} 
.frame_bd p span {display: inline !important}
.frame .frame_bd {padding-left: 30px !important;}
iframe {
    display: none !important;
}