/* -------------------------------------------------- */
/* start 3lStyles reset */
/* -------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -------------------------------------------------- */
/* end 3lStyles reset */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* start common properties */
/* -------------------------------------------------- */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-float {
  zoom: 1;
}
.list-float:before,
.list-float:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.list-float:after {
  clear: both;
}
.list-float li {
  float: left;
  display: inline-block;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: Arial, helvetica, sans-serif;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
a:active {
  outline: none;
}
.fl {
  float: left;
}
.ml3 {
  margin-left: 3px;
}
.gdBtnGray,
.gdBtnRed {
  cursor: pointer;
  text-align: center;
  display: block;
  height: 28px;
  width: 130px;
  line-height: 28px;
  font-size: 10px;
  color: #FFFFFF;
}
.gdBtnRed {
  background: #ed282c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed282c 0%, #a7212a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed282c), color-stop(100%, #a7212a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ed282c 0%, #a7212a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ed282c 0%, #a7212a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ed282c 0%, #a7212a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ed282c 0%, #a7212a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed282c', endColorstr='#a7212a',GradientType=0);
  /* IE6-8 */
}
.gdBtnRed:hover {
  background: #a7212a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a7212a 0%, #ed282c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7212a), color-stop(100%, #ed282c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a7212a 0%, #ed282c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a7212a 0%, #ed282c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a7212a 0%, #ed282c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a7212a 0%, #ed282c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7212a', endColorstr='#ed282c',GradientType=0);
  /* IE6-8 */
}
.gdBtnGray {
  background: #989898;
  /* Old browsers */
  background: -moz-linear-gradient(top, #989898 0%, #404242 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989898), color-stop(100%, #404242));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #989898 0%, #404242 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #989898 0%, #404242 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #989898 0%, #404242 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #989898 0%, #404242 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#404242',GradientType=0);
  /* IE6-8 */
}
.gdBtnGray:hover {
  background: #404242;
  /* Old browsers */
  background: -moz-linear-gradient(top, #404242 0%, #989898 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404242), color-stop(100%, #989898));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #404242 0%, #989898 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #404242 0%, #989898 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #404242 0%, #989898 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #404242 0%, #989898 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404242', endColorstr='#989898',GradientType=0);
  /* IE6-8 */
}
/* -------------------------------------------------- */
/* end common properties */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* start layout container properties */
/* -------------------------------------------------- */
#wrapper {
  width: 100%;
  font-family: arial, "Helvetica Neue", sans-serif;
}
#innerWrapper {
  width: 1250px;
  margin: 0 auto;
}
#cnaLogoStickyWrapper {
  height: 144px;
}
#cnaLogo {
  height: 144px;
  width: 1250px;
  line-height: 0;
}
#titleImg {
  line-height: 0;
}
#industryContainerWrapper {
  background-color: #FFFFFF;
}
#mainContentWrapper {
  overflow: auto;
  font-size: 12px;
  padding: 0 15px;
  border-bottom: 1px solid #c9c9c9;
}
/* -------------------------------------------------- */
/* end layout container properties */
/* -------------------------------------------------- */
#industryContainer {
  width: 1250px;
  margin: 0 auto;
  padding: 20px 15px 5px;
  background-color: #FFFFFF;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#industryContainer li {
  height: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 3px solid #FFFFFF;
  color: #000000;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#industryContainer li div {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#industryContainer li.selected,
#industryContainer li:hover {
  border-bottom: 3px solid #ed282c;
  color: #ed282c;
}
#industryContainer.contentStuck {
  position: fixed;
  top: 0px;
}
#industryContainerRow1 {
  font-size: 18px;
  font-weight: bold;
  color: #ed282c;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#btnPrintPage,
#btnPrintAll {
  position: absolute;
  top: 0;
  overflow: hidden;
}
#btnPrintPage a,
#btnPrintAll a {
  text-decoration: none;
  color: #FFFFFF;
}
#industryContainerRow2 {
  overflow: auto;
}
#industryContainerRow2 li {
  margin-right: 3px;
}
#industryContainerRow2 .industryGroupLabel {
  font-size: 10px;
  letter-spacing: 1px;
  color: #8A8B8C;
}
#industryContainerRow3 {
  overflow: auto;
  margin-top: 30px;
}
#industryContainerRow3 #result3ColWrapper {
  width: 729px;
}
#industryContainerRow3 .coverageCol,
#industryContainerRow3 .baseCol,
#industryContainerRow3 .resultCol {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
}
#industryContainerRow3 .coverageCol {
  width: 320px;
  background-color: #c9c9c9;
}
#industryContainerRow3 .baseCol {
  background-color: #c9c9c9;
}
#industryContainerRow3 .resultCol {
  background-color: #ed282c;
}
#btnPrintAll {
  right: 0px;
}
#btnPrintPage {
  right: 136px;
}
#industryRow2Col1Wrapper,
#industryRow2Col2Wrapper {
  width: 100%;
}
#industryRow2Col1Wrapper li,
#industryRow2Col2Wrapper li {
  width: 107px;
  margin-right: 3px;
}
#industryRow2Col1,
#industryRow2Col2 {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
#industryRow2Col1 {
  width: 550px;
}
#coverageListCol {
  width: 320px;
}
.baseCol {
  width: 168px;
  margin-left: 3px;
}
.resultCol {
  width: 240px;
  margin-left: 3px;
}
ul.detailList li {
  cursor: pointer;
  color: #000000;
  padding: 5px;
  height: 35px;
}
ul.detailList li:nth-child(odd) {
  background-color: #FFFFFF;
}
ul.detailList li:nth-child(even) {
  background-color: #f4f4f4;
}
ul.detailList li.hoverBg {
  background-color: #dfdfdf;
}
#footerGradient {
  background: url("../images/footerGradient.png") 0 0 no-repeat;
  width: 1250px;
  height: 22px;
}
#footer {
  font-size: 10px;
  color: #000000;
  padding: 20px;
}
#footer p {
  width: 900px;
  margin: 0;
}
#btnDisclaimer {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
#btnDisclaimer:hover {
  color: #ed282c;
}
.overlayWrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.overlayMsgBox {
  width: 600px;
  height: 300px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 65px 25px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#msgIntro .overlayMsgBox {
  padding: 25px;
}
.overlayMsgBox .popupHeader {
  font-size: 14px;
  color: #ed282c;
  font-weight: bold;
}
.overlayMsgBox .popupCopy {
  font-size: 12px;
  color: #000000;
  line-height: 15px;
  margin-bottom: 15px;
}
.overlayMsgBox .popupCopy span {
  color: #ed282c;
}
.overlayMsgBox #introWelcome {
  font-size: 16px;
  colro: #000000;
  margin-bottom: 15px;
}
.overlayMsgBox #introSlogan {
  font-size: 13px;
}
.overlayMsgBox #introInstructions {
  font-size: 15px;
  color: #ed282c;
  line-height: 18px;
}
.btnClose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url("../images/BtnXoutB.png") 0 0 no-repeat;
  width: 18px;
  height: 16px;
}
/* sticky
.stuck {position:fixed; top:0;}
.contentStuck {position:fixed; top:144px; width: 1250px;}*/
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
  display: block;
  position: absolute;
  background: rgba(221, 241, 244, 0.4);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
/*animation effect*/
.ink.animate {
  -webkit-animation: ripple 0.65s;
  -moz-animation: ripple 0.65s;
  -ms-animation: ripple 0.65s;
  animation: ripple 0.65s;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-ms-keyframes ripple {
  100% {
    opacity: 0;
    -ms-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* for print */
@media print {
  #industryContainer.contentStuck {
    position: static;
  }
}