/*  GLOBAL  */
* { margin: 0; padding: 0; }

body { font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; height: 100% }
a { color: #092a49; font-weight: 700 }
h1, h2, h3, h4, h5, p { font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: 400; margin-bottom: 20px; color: #092a49; }
p { color: #666; font-size: 14px; line-height: 20px; margin-bottom: 15px }
p.intro { font-weight: 700; font-size: 19px; line-height: 28px; margin-bottom: 40px }
h1 { font-size: 28px; background-image:url(../img/header-bullets.jpg); background-repeat: no-repeat; background-position: 0 7px;  padding-left: 20px; display: block }
body.home h1 { text-indent: -10000px; height: 0; }
h2 { font-size: 20px; padding-top: 20px; margin-bottom: 5px;}
h3 { font-size: 14px }
.clear { clear: both; height: 0 }
.round { -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
a.contact-generic { margin-top: 20px; padding: 10px 15px; border: 2px solid #CCC; color: #092a49; text-decoration: none; }
a:hover.contact-generic { background-color: #092a49; color: #fff }
ul.list { padding: 10px; margin-bottom: 15px }
ul.list li { color: #092a49; font-size: 14px; padding-bottom: 7px; margin-bottom: 10px }
ol.list { padding: 10px; margin-bottom: 15px }
ol.list li { color: #092a49; font-size: 14px; padding-bottom: 7px; margin-bottom: 10px }
video { width: 100%; float: left; display: inline; margin-bottom: 30px }

/* RSS/ATOM Feed link/button formatting */
.feedbutton, a.feedbutton:link, a.feedbutton:visited, a.feedbutton:active, a.feedbutton:hover {
  border: 1px solid;
  border-color: #FC9 #630 #330 #F96;
  padding: 0 3px;
  font: bold 12px sans-serif;
  color: #fff;
  background: #F60;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

.header-with-feeds {
  display: flex;
  justify-content:  flex-start;  
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}


/*  SECTIONS   */
header { margin-bottom: 30px; }
section { width: 94%; margin: 0 3% 50px 3%;  }
article { width: 100%; float: left; display: inline; margin-bottom: 30px }	
video { width: 100%; float: left; display: inline; margin-bottom: 30px }
@media screen and (min-width : 960px) {	
	header { background: url(../img/masthead-extension.jpg) repeat-x 0 -40px;  }
	section { width: 960px; margin: 0 auto 30px auto }
	article { width: 66%; } 
}

/*Accordion js style settings*/
.accordion { border-radius: 12px; width: 94%; padding: 2%; border: 1% solid #CCC; background-color: #fff; color: #092a49; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s;font-family: sans-serif}
.accordion:hover { background-color: #092a49; color: #fff}
.accordion:after { padding: 0 18px;; content: '\002B';  float: left;}

.active:after {  content: "\2212";}
/*.active, .accordion:hover {  background-color: #092a49; color: #fff }*/

.panel {  padding: 0 18px;  display: none;  background-color: white;  overflow: hidden;}

/*  ASIDE / REPORT PANEL  */
/*aside { width: 94%; padding: 2%; border: 1% solid #CCC; background-color: #f47839; margin-left: 0; float: left; display: inline; }*/
aside { width: 94%; padding: 2%; border: 1% solid #CCC; background-color: #f47839; margin-left: 0; margin-bottom: 50px; float: left; display: inline; }
aside h3, aside h4, aside p { color: #fff }
aside h3 { font-size: 18px; font-weight: 700; text-align: left; margin-bottom: 10px }
aside a { background-color: #fff; color: #092a49; text-align:center; padding: 7px 15px; text-decoration: none; display: block}
aside a:hover { background-color: #092a49; color: #fff}
aside a.pdf { padding: 5px 5px 5px 70px; background-image:url(../img/icon-pdf.png); background-position: 3px 3px; background-repeat: no-repeat; height:60px }
aside img { max-width: 50%; max-height: 50%; float: right; display: none}
@media screen and (min-width : 960px) {	
	aside {  width: 220px; margin-left: 4%; margin-top: 0px; margin-bottom: 50px; border: 5px solid #CCC; display: block; }
	aside img { max-width: 100%; max-height: 100%; }
}

/* aside2 / TI Logo */
aside2 { width: 94%; padding: 2%; margin-left: 0; float: right; display: inline;  }
/*aside2 a { background-color: #fff; color: #092a49; text-align:right; padding: 7px 15px; text-decoration: none; display: block}*/
@media screen and (min-width : 960px) {	
	aside2 {  width: 220px; margin-left: 4%; margin-top: 0px; margin-bottom: 25px; float: right; display: block; }
	aside2 img { max-width: 100%; max-height: 100%; }


}

/* aside3 / 12 Steps */
aside3 { width: 94%; padding: 2%; border: 1% solid #CCC; background-color: #092a49; margin-left: 0; margin-bottom: 50px; float: left; display: inline; }
aside3 h3 {color: #fff}
aside3 img { max-width: 90%; max-height: 100%; object-fit:contain; }
aside3 h3 { font-size: 18px; font-weight: 700; text-align: left; margin-bottom: 10px; font: #fff;}
aside3 a { background-color: #092a49; color: #fff; padding: 7px 15px; text-decoration: none; display: block}
aside3 a:hover { background-color: #333333; color: #092a49}
@media screen and (min-width : 960px) {	
	aside3 {  width: 220px; margin-left: 4%; margin-top: 0px; margin-bottom: 50px; border: 5px solid #CCC; display: block; }
	aside3 img { max-width: 90%; max-height: 100%; object-fit:contain; }
	aside3 a { max-width: 90%; max-height: auto; object-fit:contain; }
}

/* aside4 / FIRST Logo */
aside4 { width: 94%; padding: 2%; margin-left: 0; float: left; display: inline;  }
aside4 a { background-color: #fff; color: #092a49; text-align:left; padding: 7px 15px; text-decoration: none; display: block}
aside4 img { max-width: 50%; max-height: 50%; float: left}
@media screen and (min-width : 960px) {	
	aside4 {  width: 220px; margin-left: 4%; margin-top: 0px; margin-bottom: 50px; float: right; display: block; }
	aside4 img { max-width: 100%; max-height: 100%; }


}


/* aside5 / CERT Logo */
aside5 { width: 94%; padding: 2%; margin-left: 0; float: right; display: inline;  }
/*aside5 a { background-color: #fff; color: #092a49; text-align:right; padding: 7px 15px; text-decoration: none; display: block}*/
@media screen and (min-width : 960px) { 
        aside5 {  width: 220px; margin-left: 4%; margin-top: 0px; margin-bottom: 25px; float: right; display: block; }
        aside5 img { max-width: 100%; max-height: 100%; }

}

/* aside6 / SME CORE */
aside6 { width: 94%; padding: 2%; border: 1% solid #CCC; background-color: #662480; margin-left: 0; margin-bottom: 50px; float: left; display: inline;  }
aside6 h3 { font-size: 18px; font-weight: 700; text-align: left; margin-bottom: 10px; color: #fff}
aside6 p { color: #fff }
aside6 a { text-align:center; text-decoration: none; display: block}
aside6 a:hover { background-color: #c2a3fb; color: #662480}
aside6 img { border-style: solid; border-color:#CCC; border-radius: 5px; margin-top: 10px; max-width: 90%; max-height: 90%; object-fit:contain; }
@media screen and (min-width : 960px) {	
	aside6 {  width: 220px; margin-left: 4%; margin-top: 0px; margin-bottom: 50px; border: 5px solid #CCC; display: block; }
	aside6 img { max-width: 90%; max-height: 90%; }
}

/* aside-stack: groups multiple aside panels into one right-column block */
@media screen and (min-width : 960px) {
	.aside-stack { float: left; width: 220px; margin-left: 4%; }
	.aside-stack aside,
	.aside-stack aside3,
	.aside-stack aside6 { width: 100%; float: none; margin-left: 0; border-width: 5px; }
}


/*  SWOOSH / HIGHLIGHT  */
#swoosh {display: none; }
#swoosh-extension { display: none  }
#highlight-tile { background: url(../img/highlight-home-mobile.jpg) no-repeat center 50px; background-color: #092a49; height: 150px; border-bottom: 10px solid #092a49; padding: 50px 0 0 0; margin: 0; text-align: center; width: 100%; }
#highlight-tile img { max-height: 300%; max-width: 30%;}
#highlight-logo { display: none }
@media screen and (min-width : 760px) {
	#swoosh { height: 222px; width: 1100px; position: absolute; top: 0px; background:  url(../img/swoosh.png) no-repeat; display: block} 
	#swoosh-extension { display: block; height: 65px; width: 100%; background: url(../img/swoosh-extension.png) repeat-x; position: absolute; left: 1100px }
	#highlight-tile { background:url(../img/highlight-home.jpg) center 50px; height: 330px }
	#highlight-logo { position: absolute; top:90px; width: 100%; text-align: center; display: block }
}



/*  FOOTER  */
footer { 
    clear: both; 
    width: 100%; 
    display: block; 
    margin: 0; 
    padding: 20px 2% 20px 2%; 
    border-top: solid 6px #92b6c7; 
    background-color: #092a49; 
    box-sizing: border-box; 
}

footer a { font-size: 12px; }
footer p { text-align: center }
footer p.footnote { font-size: 10px; color: #fff; padding: 0 }
footer a { color: #fff;  padding: 20px ; text-decoration: none; margin: 0; }
footer a:hover { background-color: #fff; color:#092a49 }

footer #logos {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

footer #logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

@media screen and (min-width: 760px) {
  footer #logos {
    width: auto;
    float: right;
    text-align: right;
  }
}




/*  HIGHLIGHTS  */
#sub-highlights { background-color: #092a49; padding:30px 0 10px 0; margin-bottom: 30px; background-color:#fff }
#sub-highlights li { width: 100%; float: none; display: block; margin-bottom: 10px }
#sub-highlights li a { background-color:#092a49; text-decoration: none; text-align: center; display: block; border: 3px solid #92b6c7 }
#sub-highlights li a:hover { background-color:#92b6c7;  }
#sub-highlights li a h3 { color:#fff; background-color: #00001a; display: block; padding: 5px 3px 5px 3px; margin: 0px; clear: both  }
#sub-highlights li a p { color: #fff; padding: 10px ; margin: 0; }
#sub-highlights li a img { max-width: 30%; max-height: 30%; margin-left: 0px; float: left; }
#sub-highlights h2 { color: #FFF }
@media screen and (min-width : 760px) {	
	#sub-highlights li { width: 31%; float: left; display: inline; margin: 0 1% 30px 1% }
	#sub-highlights li a img { display: block; max-width: 50%; max-height: 50%; margin: 0 10px 0 0px;  }
}

/*  EMAILSFROM REPORT TABLES  */
table.report-table {
  border-collapse: collapse;
  font-size: small;
  font-family: Arial, sans-serif;
}

table.report-table th,
table.report-table td {
  border: 1px solid black;
  padding: 5px;
}

table.report-table th,
.report-table-head {
  background-color: #778899;
}

table.report-table-plain th {
  background-color: transparent;
}

table.report-table-borderless th,
table.report-table-borderless td {
  border: 0;
}

table.report-table-borderless th {
  background-color: transparent;
}

table.report-table-pad-6 th,
table.report-table-pad-6 td {
  padding: 6px;
}

.ta-center { text-align: center; }
.ta-left { text-align: left; }
.va-top { vertical-align: top; }
.ws-pre { white-space: pre; }

.w-4 { width: 4%; }
.w-5 { width: 5%; }
.w-6 { width: 6%; }
.w-7 { width: 7%; }
.w-8 { width: 8%; }
.w-10 { width: 10%; }
.w-12 { width: 12%; }
.w-13 { width: 13%; }
.w-14 { width: 14%; }
.w-15 { width: 15%; }
.w-16 { width: 16%; }
.w-18 { width: 18%; }
.w-19 { width: 19%; }
.w-20 { width: 20%; }
.w-21 { width: 21%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-44 { width: 44%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-52 { width: 52%; }
.w-54 { width: 54%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-62 { width: 62%; }
.w-65 { width: 65%; }
.w-66 { width: 66%; }
.w-69 { width: 69%; }
.w-70 { width: 70%; }
.w-74 { width: 74%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }

.cell-pad-inline-sm { padding: 0 0.5em; }
.cell-pad-md { padding: 0.5em 1em; }
.cell-border-top { border-top: 1px solid black; }
.text-16 { font-size: 16px; }
.text-30 { font-size: 30px; }


