/* Use the following for web fonts
font-family: 'Roboto', Helvetica, Verdana, sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 700; or font-weight: bold;
font-style: normal;
font-style: italic;
*/
html, body {
  height: 100%;
}
* {
    box-sizing: border-box;
}
body {
  background: #FFFFFF;
  color: #2b2b2f;
  margin: 0 auto;
  /* ==================== 
  Below solves the type resizing that Safari mobile does on this element. 
  ==================== */
  -webkit-text-size-adjust: 100%;
  /* ==================== 
  Below solves the type resizing that Microsoft mobile does on this element. 
  ==================== */
  -ms-text-size-adjust: none;
  position: relative;
}

/* ======================================== 
STYLES FOR COLUMN MANAGEMENT
======================================== */
.wpr {
  background-color: #FFFFFF;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.ctn {
  border:none;
  height: auto;
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden;
  padding: 0;
}
.col-full {
  max-width:100%;
  overflow: hidden;
  position: relative;
}
.col-half {
  float:left;
  width:50%; 
}
.col-half:nth-of-type(odd) {
    padding-right: 30px;
}
.col-half:nth-of-type(even) {
    padding-left: 30px;
}
.col-one-third {
  float:left;
  width:33.333333%; 
}
.col-two-third {
  float:left;
  width:66.666666%; 
}
.col-one-fourth-gutter {
  float:left;
  width: 1.587301%; 
}
.col-one-fourth {
  float:left;
  width:23.809523%; 
}
.col-three-fourths {
  float:left;
  width:74.603174%; 
}
.col-five-sixteenths {
  float:left;
  width:31.25%; 
}
.col-three-sixteenths {
  float: left;
  width: 18.75%;
}
.col-one-ninth {
    width: 11.111111%;
}
.col-four-ninth {
    float: left;
    padding-right: 30px;
    width: 44.444444%;
}
.col-five-ninth {
    float: left;
    padding-left: 30px;
    width: 55.555555%;
}


/* ======================================== 
STANDARD SETUP STYLES
======================================== */
a, 
a:link, 
a:visited {
  color: #CC0000;
  outline: none;
  text-decoration: none;
}
a:hover, 
a:active, 
a:focus {
  text-decoration: none;
}
img {
  border: none;
  height: auto;
  width: 100%;
}
p, div, h1, h2, h3, h4, h5, h6, a, span, ul, ol, li, li strong, strong, em {
  color: inherit;
  font-family: 'Roboto', Helvetica, Verdana, sans-serif;
  font-weight: 300;
  margin:0; 
  padding:0;
}
p, a, ul, ol, li {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
p {
  margin-bottom: 14px;
}
ul, ol {
  margin-bottom: 14px;
  margin-left: 18px;
}
ul li, ol li {
}
/*ul li strong {
  color: #cc0000;
}*/


h1, h2, h3, h4, h5, h6 {
  margin: 0 auto;
  text-align: center;
}
strong, li strong {
  font-weight: 700;
}
em {
  font-style: italic;
  font-weight: inherit;
}
span {
  font-weight: inherit;
}
sup {
  font-size: 45%;
  line-height: 0; /*line heigth:0 keeps the superscript from altering the space between lines*/
  vertical-align: .3em;
}
.graph-sup {
  font-size: 70%;
  line-height: 0; /*line heigth:0 keeps the superscript from altering the space between lines*/
  vertical-align: .1em;
}
sup.non-registration {
  font-size: 70%;
  vertical-align: 0;
}
.clr {
  clear:both;
}


/* ======================================== 
CANON IDENTITY
======================================== */
#identity-wpr {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background: url("2023lp-01-dpi-hdr-test.jpg") no-repeat center center rgb(0, 0, 0 / 1.0);
  background-size: cover;
}
#identity-ctn {
  overflow: visible;
  position: relative;
}
img.canon-logo {
  display:block;
  float: left;
  margin: 21px 0;
  max-width: 120px;
  padding: 0; 
  width:auto;
}
#move-hdr {
  overflow: hidden;
  padding: 83px 0;
  position: relative;
  z-index: 100;
}
#move-hdr-text-img, 
img.move-hdr-txt {
  display: block; 
  float: left;
  height:auto;
  margin: 0;
  padding: 0; 
  width: auto;
  max-width: 540px;
} 
#trapezoid {
  border-top: 67px solid #FFFFFF;
  border-left: 38px solid transparent;
  display: block;
  height: 0;
  width: 1000px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  position: absolute;
  right: -820px;
  top: 60px;
}
#trapezoid p {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: -67px 0 0 0;
  padding: 0;
}

img.csa-tagline {
  display:none; 
  float:right;
  height:auto;
  margin: 0;
  padding:0; 
  width:200px;
}


/* ======================================== 
ARTICLE STYLES
======================================== */
#article-wpr {
  background-color: none;
}
#article-ctn {
  padding-top: 50px;
  padding-bottom: 0;
}
h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 36px;
  max-width: 700px;
  text-align: center;
}
#article-ctn a.read,
#article-ctn a.read span.less,
#article-ctn a.red-btn,
#article-ctn a.read:link,
#article-ctn a.read span.less:link,
#article-ctn a.red-btn:link,
#article-ctn a.read:visited,
#article-ctn a.read span.less:visited,
#article-ctn a.red-btn:visited {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
}
#article-ctn a.read,
#article-ctn a.read:link,
#article-ctn a.read:visited,
#article-ctn a.red-btn,
#article-ctn a.red-btn:link,
#article-ctn a.red-btn:visited {
  background-color: #cc0000;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
#article-ctn a.read:hover,
#article-ctn a.read:hover span.less,
#article-ctn a.red-btn:hover,
#article-ctn a.read:active,
#article-ctn a.read:hover span.less,
#article-ctn a.red-btn:active {
  background-color: #2b2b2f;
}
.article, 
.article-teaser {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
.article-teaser {
  position: relative;
}
.article-teaser-760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  transition: max-width .5s;
}
.article-teaser-toggle {
  column-count: 1;
}
.col-two {
  column-count: 2;
  column-gap: 60px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.article {
  display: none;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.article::before {
  background-color: #DADDE1;
  border-radius: 1px;
  content: "-";
  color: #DADDE1;
  display: block;
  font-size: 2px;
  line-height: 2px;
  margin: 0 auto 60px;;
  max-width: 640px;
}
#article-fade {
  background-image: url("2021lp-fade.png");
  background-repeat: repeat-x;
  bottom: 0;
  height: 120px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.article p a,
.article p a:link,
.article p a:visited {
  color: #cc0000;
  text-decoration: underline;
}
.article p a:hover,
.article p a:active {
  color: #000000;
}
h2 {
  color: #cc0000;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 14px;
  text-transform: uppercase;
  text-align: left;
}
h3 {
  color: #2B2B2F;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
.article-sub-sub-subhead {
  color: #cc0000;
  margin-bottom: 0;
}
.article-graph {
  color: #2b2b2f;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 510px;
  padding: 14px 0;
}
.article-graph p {
  color: #2b2b2f;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
.article-graph a,
.article-graph a:link,
.article-graph a:visited {
  display: block;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.article-graph a:hover,
.article-graph a:active {
  opacity: 0.7;
}
.article-graph a img,
.article-graph a:link img{
  line-height: 0;
}
.article-graph .article-graph-source {
  clear: both;
  color: inherit;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  padding: 0 0 14px;
  text-align: center;
}
.article blockquote {
  border-top: #DADDE1 2px solid; 
  border-bottom: #DADDE1 2px solid; 
  display: block; 
  font-size: 22px; 
  line-height: 28px;
  margin-left: auto; 
  margin-right: auto; 
  max-width: 640px; 
  padding: 40px; 
  text-align: center; 
}

/* ======================================== 
CTA STYLES
======================================== */

h4,
h4 span,
h4 a,
h4 a:link,
h4 a:visited {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
}
h4 a:hover,
h4 a:active {
  color: #cc0000;
}

#cta1-wpr,
#cta2-wpr,
#cta3-wpr,
#cta4-wpr {
  padding-top: 56px;
}
#cta1-wpr img,
#cta2-wpr img,
#cta3-wpr img,
#cta4-wpr img {
  display: block;
}
#cta2-wpr .col-four-ninth,
#cta4-wpr .col-four-ninth{
  margin-bottom: 28px;
}
#cta2-wpr .col-four-ninth,
#cta4-wpr .col-four-ninth{
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
#cta2-wpr .col-five-ninth,
#cta4-wpr .col-five-ninth{
  padding-left: 0;
  padding-right: 30px;
}
/* controls responsiveness of the iframe */
.iframe-aspect-ctn {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-aspect-ctn iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top:0;
  width: 100%;
}
#cta1-wpr p,
#cta2-wpr p,
#cta3-wpr p,
#cta4-wpr p {
  margin-bottom: 28px;
}
#cta1-wpr p.cta-link ,
#cta2-wpr p.cta-link ,
#cta3-wpr p.cta-link ,
#cta4-wpr p.cta-link {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.cta-img-link {
  display: block;
}
.underline {
  border-bottom: 3px solid #cc0000;
}
a.underline,
a.underline:link, 
a.underline:visited, 
span.underline,
span.underline:link, 
span.underline:visited {
  color: #2b2b2f;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
a.underline:hover, 
a.underline:active, 
span.underline:hover, 
span.underline:active {
  color: #cc0000;
  cursor: pointer;
}

/* ======================================== 
THINK/DOWNLOAD/PPRC/QUESTIONS STYLES
======================================== */
#think-download-questions-wpr {
  background-color: #e8ebed;
  border-bottom: 6px solid #ffffff;
}
#think-download-questions-ctn {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

#think-download-questions-ctn .col-one-third {
  display: inline-block;
  float: none;
  margin: 0 auto 20px;
  width: 280px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: bottom;
}
#think, 
#download, 
#questions,
#pprc {
  background-color: #ffffff;
  margin: 0;
}
a.think-image,
a.think-image:link,
a.think-image:visited,
a.download-image,
a.download-image:link,
a.download-image:visited,
a.questions-image,
a.questions-image:link,
a.questions-image:visited,
a.pprc-image,
a.pprc-image:link,
a.pprc-image:visited {
  display: block;
  outline: none;
}
a.think-image,
a.think-image:link,
a.think-image:visited {
  margin: 0;
}
a.think-image:hover,
a.think-image:active,
a.download-image:hover,
a.download-image:active,
a.questions-image:hover,
a.questions-image:active,
a.pprc-image:hover,
a.pprc-image:active {
  opacity: .7;
}
a.think-image img, 
a.questions-image img, 
a.pprc-image img {
  display: block;
  height: auto;
  margin: 0;
}
a.button,
a.button:link,
a.button:visited {
  background-color: #000000;
  border: none;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  outline: none;
  padding: 31px 0;
  text-align: center;
  width: 100%;
}
#pprc a.button,
#pprc a.button:link,
#pprc a.button:visited {
  padding:23px 0; 
}
.button-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  padding: 0;
}
.button-title span {
  font-weight: 400;
  color: #cc0000;
}
.button-title + span {
  display: block;
  margin: 0 auto;
  padding: 0;
}
a.button:hover,
a.button:active {
  opacity: .7;
}



/* ======================================== 
FOOTER STYLES
======================================== */
#footer-wpr {
  background-color: #000000;
  color: #FFFFFF;
}
#footer-ctn {
  padding-top: 40px;
  padding-bottom: 25px;
}
.copyright-logo {
  width: 130px;
  height: auto;
}
#footer-ctn div p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 35px;
}
#footer-ctn > .col-full > div {
  padding-right: 75px;
}
#footer-wpr a,
#footer-wpr a:link,
#footer-wpr a:visited {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: underline;
}
#footer-wpr a.icons,
#footer-wpr a.icons:link,
#footer-wpr a.icons:visited {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  margin-right: 0;
  overflow: hidden;
  text-decoration: none;
}
#footer-wpr a#fb,
#footer-wpr a#fb:link,
#footer-wpr a#fb:visited {
  background-image: url("facebook-icon-2025.png");
  background-size: 100%;
  width: 41px;
}
a#tw,
a#tw:link, 
a#tw:visited {
  background-image: url("x-icon-2025.png");
  background-size: 100%;
  width: 50px;
}
a#yt,
a#yt:link,
a#yt:visited {
  background-image: url("youtube-icon-2025.png");
  background-size: 100%;
  width: 50px;
}
a#vm,
a#vm:link, 
a#vm:visited {
  background-image: url("vimeo-icon-2025.png");
  background-size: 100%;
  width: 50px;
}
a#in,
a#in:link,
a#in:visited {
  background-image: url("linkedin-icon-2025.png");
  background-size: 100%;
  width: 41px;
}
a.icons:hover,
a.icons:active {
  opacity: 0.7;
}
.contact {
  float: left;
}
#footer-wpr .contact a,
#footer-wpr .contact a:link,
#footer-wpr .contact a:visited {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  width: auto;
}
#footer-wpr .contact a:hover,
#footer-wpr .contact a:active {
  opacity: 0.7;
}

/* ======================================== 
Scroll button that only appears when you've left the top of the page.
======================================== */
.scrollToTop, .scrollToTop:link, .scrollToTop:visited {
  background: url("2021lp-scroll-to-top-sprite.png") no-repeat;
  bottom:25px;
  color: #ffffff;
  display:none;
  height:45px;
  font-weight: 300;
  opacity: 0.6;
  outline: none;
  padding:0;
  position:fixed;
  right: 15px;
  text-align:center; 
  text-decoration: none;
  width:45px; 
}
.scrollToTop:hover, .scrollToTop:active {
  background-position: 0 -45px;
  opacity: 1.0;
}

/* ======================================== 
HIDES SECTIONS UNTIL MEDIA QUERY KICKS IN
======================================== */
.display-mq679 {
  display: none;
}
.display-mq519 {
  display: none;
}

/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 1120 PIXELS
======================================== */

@media only screen and (max-width: 1120px) {
  .ctn {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col-two {
    column-gap: 30px;
  }
  a#contact-phone,
  a#contact-phone:link, 
  a#contact-phone:visited {
    margin-right: 50px;
  }

}

/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 1020 PIXELS
======================================== */

@media only screen and (max-width: 1020px) {
  /* .col-one-fourth width becomes col-one-half width */
  .col-one-fourth {
    width:47.619047%; 
  }
  /* .col-one-fourth-gutter width becomes col-one-half-gutter width */
  .col-one-fourth-gutter {
    width: 4.761904%;
  }
  h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .clr-mq1023 {
    clear: both;
    float: none;
  }
}
/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 960 PIXELS
======================================== */
@media only screen and (max-width: 960px) {
  .col-four-ninth,
  .col-five-ninth {
    width: 50%;
  }
  #cta1-wpr .col-four-ninth, 
  #cta2-wpr .col-five-ninth,
  #cta3-wpr .col-four-ninth, 
  #cta4-wpr .col-five-ninth{
    padding-right: 20px;
  }
  #cta1-wpr .col-five-ninth, 
  #cta2-wpr .col-four-ninth,
  #cta3-wpr .col-five-ninth, 
  #cta4-wpr .col-four-ninth{
    padding-left: 20px;
  }
}
/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 840 PIXELS
======================================== */
@media only screen and (max-width: 840px) {
  .col-half {
    clear: both;
    float:none;
    width:100%;
  }
  .col-two {
    column-gap: 20px;
  }
  .col-half:nth-of-type(n) {
    padding-left: 0; 
    padding-right: 0;
  }
  h2 {
    line-height: 28px;
  }
  .article-quote {
    width: 100%;
  }
  .clr-mq679 {
    clear: both;
    float: none;
  }
  .display-mq840 {
    display: inline;
  }
}

/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 767 PIXELS
======================================== */

@media only screen and (max-width: 767px) {
  #cta1-wpr .col-four-ninth, 
  #cta2-wpr .col-four-ninth,
  #cta3-wpr .col-four-ninth, 
  #cta4-wpr .col-four-ninth {
    padding: 0;
    width: 100%;
    margin-bottom: 28px;
  }
  #cta1-wpr .col-five-ninth, 
  #cta2-wpr .col-five-ninth,
  #cta3-wpr .col-five-ninth, 
  #cta4-wpr .col-five-ninth {
    padding: 0;
    width: 100%;
  }
  #trapezoid {
    top: 30px;
  }
  #move-hdr {
    padding: 105px 0 75px;
  }
  #move-hdr-text-img, 
  img.move-hdr-txt {
    max-width: 70%;
  }
}
/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 680 PIXELS
======================================== */

@media only screen and (max-width: 680px) {
  .col-one-third, 
  .col-two-third {
    clear:both;
    float:none;
    width:100%;
  }
  .col-two {
    column-count: 1;
    column-gap: 0;
    }
  .article-graph {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
  ul, 
  ol {
    margin-right: 20px;
    margin-left: 35px;
  }
  .citation {
    background: none; 
    padding-left: 0px;
  }
  .citation p {
    text-align: center;
  }
  .clr-mq679 {
    clear: both;
    float: none;
  }
  #footer-ctn {
    padding:40px 0 ;
  }
  .contact {
    clear: both;
    padding-top: 10px;
  }
  .display-mq679 {
    display: inline;
  }
    .display-none-mq679 {
    display: none;
  }
}

/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 540 PIXELS
======================================== */
@media only screen and (max-width: 540px) {
  /* .col-one-third and .col-one-fourth width becomes col-full width */
  .col-one-fourth,
  .col-one-fourth-gutter {
    clear: both;
    float:none;
    width:100%;
  }
  /*img.canon-logo {
    width:100px;
  }*/
  img.csa-tagline {
    width:160px;
  }
  #move-hdr {
    padding: 125px 0 55px;
  }
  #move-hdr-text-img, 
  img.move-hdr-txt {
    max-width: 85%;
  }
  ol {
    margin-right: 25px;
    margin-bottom: 28px;
    margin-left: 25px;
  }
  .article blockquote {
    padding: 20px; 
  }
  h4,
  h4 a,
  h4 a:link,
  h4 a:visited{
    font-size: 20px;
    line-height: 26px;
  }
  .display-mq519 {
    display: inline;
  }
  #footer-ctn div p {
    margin: 0 0 20px;
  }
  .contact {
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 20px;
  }

}

/* ======================================== 
MEDIA QUERY FOR RESPONSIVE LP BELOW 414 PIXELS
======================================== */
@media only screen and (max-width: 414px) {
    
  #trapezoid {
    right: -825px;
    padding-left: 15px;
  }    
    #trapezoid p {
    font-size: 13px;
    line-height: 20px;
  }

}
