Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 13365.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
117 kB
<!DOCTYPE html>
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<style>
/* HTML5 ✰ Boilerplate */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
i,em {font-style:italic;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
/*td { vertical-align: top; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body, select, input, textarea { color: #444; }
a { color: #607890; }
a:hover { color: #E6AD04; outline: none; }
body, html {
min-height: 100%;
}
/* GENERAL */
h1, h2, h3, h4, h5, h6 {
padding: 0px;
margin: .4em 0em .1em 0em;
line-height: 130%;
/* font-weight: bold; */
/* font-family: "Droid Sans"; */
/* font-family: var(--futura-pt);
font-style: normal; */
}
/* NEW JUNE 2022 */
h1 {
font-family: var(--globe-gothic) !important;
font-style: normal !important;
font-weight: 700 !important;
}
h2 {
font-size: 2.5rem !important;
font-weight: 400 !important;
}
h3 {
font-weight: 300 !important;
}
h4 {
font-weight: 500 !important;
color: var(--galactic-navy) !important;
}
.heavyText {
color: var(--galactic-navy) !important;
}
/* NEW JUNE 2022 */
h2, h3, h4, h5, h6 {
/* font-weight: bold; */
/* font-family: "Droid Sans"; */
font-family: var(--futura-pt);
font-style: normal;
font-weight: 300;
}
p {
padding: 0px;
margin: .8em 0em .2em 0em;
}
ul {
padding: .4em 0 .3em;
}
.flex-direction-nav a {
transition: .3s ease;
}
/* NEW EDITS MAY 2022 (BCG SAM) */
/*
These are how the different text elements are setup within Tspark for referance:
Page Head = h1
Title = h2
Subtitle = h3
Small heading = h4
Normal = p
Lighter text
Heavier text
Red text
*/
:root {
/* Colors */
--space-black: #000;
--innovare-teal: #017a9c;
--flight-blue: #77c7d3;
--cloud-white: #fff;
--research-red: #c94457;
--mission-maroon: #60131e;
--galactic-navy: #0d2839;
--ai-apple: #dfff00;
/* Adobe Fonts */
--globe-gothic: "ltc-globe-gothic", sans-serif;
--futura-pt: "futura-pt", sans-serif;
}
/* Test on the our team page. Remove when done. */
#cmsRegion7C7423A6-163C-DE64-AD1D2116EBB97D62 h1 {
/* font-family: var(--globe-gothic);
font-style: normal;
font-weight: 700; */
}
#cmsRegion7C7423A6-163C-DE64-AD1D2116EBB97D62 > section > article.bio.clearfix.first > h2 {
/* font-family: var(--futura-pt);
font-style: normal;
font-weight: 500; */
}
/* END TESTING */
.img-crop {
width: 200px;
height: 190px;
overflow: hidden;
position: relative;
float: left;
}
.newsstory .image-crop img, .eventimg img {
max-width: none !important;
display: block;
border-radius: 6px;
}
#container img.width100 {
width: 100%;
height: auto;
}
#container img.height100 {
height: 100%;
width: auto;
}
/*
// ========================================== \\
|| ||
|| Template Styles ||
|| ||
\\ ========================================== //
*/
body {
background-color: #333;
font-family: Calibri,"Droid Sans",Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size: 14px;
}
#container {
position: relative;
width: 100%;
float: left;
clear: both;
}
.cWidth {
width: 1000px;
margin: 0 auto;
}
/*
* Top Header
*/
header {
background: url('/images/bac_footer.jpg') top center no-repeat #000;
padding: 10px 0;
color: #fff;
}
form[role="search"] {
float: right;
clear: both;
margin: 0 0 2.5em;
width: 430px;
}
header [role="search"] {
width: 100%;
}
header form p {
margin-top: .4em;
}
.searchForm {
position: relative;
}
header a {
text-decoration: none;
color: inherit;
}
.searchForm .searchinput {
border-radius: 4px;
background: #fff;
border: 0;
float: right;
height: 2em;
padding: 0.27em 2.8em 0.1em 1em;
box-sizing: border-box;
}
.searchForm input[type="image"] {
position: absolute;
top: 0.15em;
right: 1.3em;
}
/*
* Navigation
*/
.mainNav {
clear: both;
padding: 0;
float: none;
position: relative;
z-index: 20;
}
.mainNav ul, .mainNav li, .mainNav .menu-pulldown {
padding: 0;
margin: 0;
display: block;
list-style-type: none;
width: auto;
}
.mainNav .menu-pulldown {
width: 100%;
}
nav.mainNav li {
float: left;
z-index: 10;
width: auto;
height: 2.6rem;
z-index: 10;
position: relative;
}
nav.mainNav li a {
display: block;
padding: 0.6em .8em;
width: auto;
height: auto;
font-family: inherit;
font-weight: normal;
text-transform: none;
text-decoration: none;
font-size: 1.2em;
color: #999;
}
nav.mainNav li.activeLink a, nav.mainNav li a:hover, nav.mainNav li a:focus {
/* background-color: #e6ad04; */
background-color: var(--flight-blue);
text-decoration: none;
color: #fff;
}
nav.mainNav ul ul {
position: absolute;
width: 180px;
left: 0;
top: 2.6rem;
}
nav.mainNav ul ul ul {
top: 0;
left: 180px;
}
nav.mainNav li li {
float: none;
width: auto;
height: auto;
}
nav.mainNav li li a {
background: #222;
}
.mainNav li.level1:last-of-type {
float: right;
}
.mainNav li.level1:last-of-type a {
background-color: #13547b;
border-radius: 3em;
color: #fff;
}
.mainNav ul.level2 {
display: none;
}
.mainNav li li.hasSubmenu > a:after {
background: url("/images/icon_mobile_nav_arrow.png") bottom right no-repeat transparent;
content: "";
float: right;
display: block;
width: 20px;
height: 20px;
position: relative;
top: 3px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
/*
* Banner
*/
header[role="banner"] {
padding: 0;
background: none;
}
header[role="banner"] .flexslider {
border: 0;
padding: 0;
border-radius: 0;
max-height: 415px;
overflow: hidden;
}
.flexslider .flex-control-nav {
background: none;
}
.flexslider .flex-control-nav li a {
border: 2px solid #fff;
}
/*
* Boxes on homepage
*/
.boxes .box {
padding: 20px;
height: 135px;
box-sizing: border-box;
overflow: auto;
text-align: center;
font-family: "Merriweather Sans", sans-serif;
font-weight: 100;
}
.boxes .box.tall {
height: 270px;
}
.boxes .lightblue {
/* background-color: #5293ba; */
background-color: var(--flight-blue);
}
.boxes .blue {
/* background-color: #13547b; */
background-color: var(--innovare-teal);
}
.boxes .yellow {
/* background-color: #e6ad04; */
background-color: var(--ai-apple);
}
.boxes .yellow a {
color: #fff;
}
.boxes .yellow a:hover, .boxes .yellow a:focus {
text-decoration: underline;
color: #111;
}
#cmsRegion54C3803C-163C-DE64-ADCAE2A445FD2ECC > .featuredStoriesModule > .cmsEventsList li {
background-color: var(--ai-apple);
}
#cmsRegion54C3803C-163C-DE64-ADCAE2A445FD2ECC h3 {
color: var(--space-black);
}
.cmsEventsList li {
/* background-color: var(--ai-apple) !important; */
}
.box .yellowbutton {
background-color: #e6ad04;
display: block;
width: 100%;
box-sizing: border-box;
padding: .3em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #fff;
}
.box h3 {
margin: .9em 0 .3em;
font: normal 2em/1.1em "Merriweather Sans", sans-serif;
text-align: center;
color: #fff;
}
.box p {
padding: 0;
margin: 0;
}
.box h3+p {
margin-top: 0;
}
.box a {
text-decoration: none;
color: inherit;
}
.box a:hover, .box a:focus {
color: #E6AD04;
}
.box .featuredStoriesModule {
margin: 0 -15px;
}
.box .cmsEventsList li .eventdetail {
display: block;
}
.box .eventstartend, .box .eventlocation, .box .eventdescription {
display: none;
}
.box .cmsEventsList {
margin: 0;
padding: 0;
}
.box .cmsEventsList li {
background-color: #e7bd4d;
position: relative;
margin: .2em 0 0;
padding: 17px;
display: block;
list-style-type: none;
text-align: left;
color: #555;
}
.box .cmsEventsList li a {
display: block;
width: 100%;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #333;
}
.box .cmsEventsList li .featuredNewsMore{
/* background: url('/images/bac_event_link.jpg') no-repeat right center #E8D557; */
/* background: url('/images/bac_event_link.jpg') no-repeat right center var(--ai-apple); */
position: absolute;
top: 0;
right: 0;
bottom: 0;
font-size: 0;
width: 23px;
}
.box .cmsEventsList li .featuredNewsMore:after {
content: " ";
position: absolute;
/* background: #000; */
width: 15px;
height: 15px;
top: 25px;
left: -2px;
float: left;
box-shadow: -1px 1px 0 black;
transform: rotate(-135deg);
}
/* Second Try */
/* .box .cmsEventsList li .featuredNewsMore{
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom: 70px solid black;
position: relative;
top: -50px;
}
.box .cmsEventsList li .featuredNewsMore:after {
content: '';
position: absolute;
left: -50px;
top: 70px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top: 70px solid black;
} */
.box .cmsEventsList p { margin: 0; padding: 0; }
/*======================================================
** | footer, duh | **
======================================================== */
footer {
border-top: 10px solid #fff;
background-color: #111;
padding: 2.5em 0 0;
color: #ccc;
}
footer h3 {
margin: 1em 0 0;
padding: 0;
text-transform: uppercase;
font-weight: bold;
color: #fff;
}
footer ul, footer li {
padding: 0;
margin: 0;
list-style-type: none;
}
footer ul ul {
margin-left: 0;
}
footer a {
text-decoration: none;
color: #ccc;
}
footer li a {
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
font-size: 1.15rem;
line-height: 1.15em;
padding: 0.5em;
display: block;
color: #fff;
}
footer li li a {
text-transform: none;
font-weight: 100;
font-size: 1rem;
}
.addthiszone {
float: right;
width: 300px;
}
.addthiszone:before {
display: inline-block;
vertical-align: middle;
float: left;
padding: 8px;
content: "Share this page:";
}
footer img {
margin: 0 6px;
}
.copyright {
background: #000;
border-top: 1px solid #fff;
padding: 1em;
margin-top: 2.5em;
font: normal .78em "Merriweather Sans", sans-serif;
}
.copyright a {
text-decoration: underline;
}
.copyright .last {
text-align: right;
}
.copyright p {
padding: 0;
}
/*
// ========================================== \\
|| ||
|| END Template Styles, begin helper classes ||
|| ||
\\ ========================================== //
*/
.mainNav li li.addArrow > a:after {
background: none transparent;
border-width: 7px;
border-style: solid;
border-color: transparent transparent transparent #fff;
content: "";
width: 0;
height: 0;
float: right;
display: block;
position: absolute;
top: 40%;
right: 10px;
}
/*Reusable grid*/
.clearfix:before,
.clearfix:after,
.gridcol:before,
.gridcol:after {
content: "";
display: table;
}
.clearfix:after,
.gridcol:after {
clear: both;
}
.clearfix, .gridcol {
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.gridcol {
}
.gridcol [class*="col-"] {
padding: 0 15px;
float: left;
clear: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 1px;/*keeps it from collapsing fully. allows other columns to float alongside.*/
}
.gridcol [class*="col-"]:last-child {
float: right;/*so edges always line up.*/
}
.gridcol.edges {
margin-left: -15px;
margin-right: -15px;
box-sizing: content-box;
}
.gridcol .col-1 {
width: 4.1666%;
}
.gridcol .col-2 {
width: 8.3%;
}
.gridcol .col-3 {
width: 12.5%;
}
.gridcol .col-4 {
width: 16.666%;
}
.gridcol .col-5 {
width: 20.8333%;
}
.gridcol .col-6 {
width: 25%;
}
.gridcol .col-7 {
width: 29.1666%;
}
.gridcol .col-8 {
width: 33.333%;
}
.gridcol .col-9 {
width: 37.5%;
}
.gridcol .col-10 {
width: 41.666%;
}
.gridcol .col-11 {
width: 45.8333%;
}
.gridcol .col-12 {
width: 50%;
}
.gridcol .col-13 {
width: 54.1666%;
}
.gridcol .col-14 {
width: 58.333%;
}
.gridcol .col-15 {
width: 62.5%;
}
.gridcol .col-16 {
width: 66.666%;
}
.gridcol .col-17 {
width: 70.8333%;
}
.gridcol .col-18 {
width: 75%;
}
.gridcol .col-19 {
width: 79.1666%;
}
.gridcol .col-20 {
width: 83.333%;
padding: 0 .5%;
}
.gridcol .col-21 {
width: 87.5%;
}
.gridcol .col-22 {
width: 91.666%;
padding: 0 .5%;
}
.gridcol .col-23 {
width: 95.8333%;
}
.gridcol .col-24 {
width: 100%;
}
#container .show-900, #container .show-1000, #container .show-800, #container .show-700, #container .show-600, #container .show-500, #container .show-400 {
display: none;
}
@media screen and (max-width: 1100px) {
.gridcol.break-1100 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
#container .hide-1100 {
display: none;
}
#container .show-1100 {
display: block;
}
}
@media screen and (max-width: 1000px) {
#container .show-1000 {
display: block;
}
#container .hide-1000 {
display: none;
}
#container .gridcol.break-1000 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
}
@media screen and (max-width: 900px) {
#container .show-900 {
display: block;
}
#container .hide-900 {
display: none;
}
#container .gridcol.break-900 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
}
@media screen and (max-width: 800px) {
#container .hide-800 {
display: none;
}
#container .show-800 {
display: block;
}
#container .gridcol.break-800 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
.gridcol .col-md-1 {
width: 4.1666%;
}
.gridcol .col-md-2 {
width: 8.3%;
}
.gridcol .col-md-3 {
width: 12.5%;
}
.gridcol .col-md-4 {
width: 16.666%;
}
.gridcol .col-md-5 {
width: 20.8333%;
}
.gridcol .col-md-6 {
width: 25%;
}
.gridcol .col-md-7 {
width: 29.1666%;
}
.gridcol .col-md-8 {
width: 33.333%;
}
.gridcol .col-md-9 {
width: 37.5%;
}
.gridcol .col-md-10 {
width: 41.666%;
}
.gridcol .col-md-11 {
width: 45.8333%;
}
.gridcol .col-md-12 {
width: 50%;
}
.gridcol .col-md-13 {
width: 54.1666%;
}
.gridcol .col-md-14 {
width: 58.333%;
}
.gridcol .col-md-15 {
width: 62.5%;
}
.gridcol .col-md-16 {
width: 66.666%;
}
.gridcol .col-md-17 {
width: 70.8333%;
}
.gridcol .col-md-18 {
width: 75%;
}
.gridcol .col-md-19 {
width: 79.1666%;
}
.gridcol .col-md-20 {
width: 83.333%;
padding: 0 .5%;
}
.gridcol .col-md-21 {
width: 87.5%;
}
.gridcol .col-md-22 {
width: 91.666%;
padding: 0 .5%;
}
.gridcol .col-md-23 {
width: 95.8333%;
}
.gridcol .col-md-24 {
width: 100%;
}
}
@media screen and (max-width: 700px) {
#container .hide-700 {
display: none;
}
#container .show-700 {
display: block;
}
#container .gridcol.break-700 > [class*="col-"] {
float: none;
clear: both;
width: auto;
padding: 1%;
}
}
@media screen and (max-width: 600px) {
#container .hide-600 {
display: none;
}
#container .show-600 {
display: block;
}
.gridcol.break-600 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
}
@media screen and (max-width: 500px) {
.hide-500 {
display: none;
}
#container .show-500 {
display: block;
}
.gridcol.break-500 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
.gridcol .col-md-1 {
width: 4.1666%;
}
.gridcol .col-md-2 {
width: 8.3%;
}
.gridcol .col-md-3 {
width: 12.5%;
}
.gridcol .col-md-4 {
width: 16.666%;
}
.gridcol .col-md-5 {
width: 20.8333%;
}
.gridcol .col-md-6 {
width: 25%;
}
.gridcol .col-md-7 {
width: 29.1666%;
}
.gridcol .col-md-8 {
width: 33.333%;
}
.gridcol .col-md-9 {
width: 37.5%;
}
.gridcol .col-md-10 {
width: 41.666%;
}
.gridcol .col-md-11 {
width: 45.8333%;
}
.gridcol .col-md-12 {
width: 50%;
}
.gridcol .col-md-13 {
width: 54.1666%;
}
.gridcol .col-md-14 {
width: 58.333%;
}
.gridcol .col-md-15 {
width: 62.5%;
}
.gridcol .col-md-16 {
width: 66.666%;
}
.gridcol .col-md-17 {
width: 70.8333%;
}
.gridcol .col-md-18 {
width: 75%;
}
.gridcol .col-md-19 {
width: 79.1666%;
}
.gridcol .col-md-20 {
width: 83.333%;
padding: 0 .5%;
}
.gridcol .col-md-21 {
width: 87.5%;
}
.gridcol .col-md-22 {
width: 91.666%;
padding: 0 .5%;
}
.gridcol .col-md-23 {
width: 95.8333%;
}
.gridcol .col-md-24 {
width: 100%;
}
}
@media screen and (max-width: 500px) {
.gridcol .col-sm-1 {
width: 4.1666%;
}
.gridcol .col-sm-2 {
width: 8.3%;
}
.gridcol .col-sm-3 {
width: 12.5%;
}
.gridcol .col-sm-4 {
width: 16.666%;
}
.gridcol .col-sm-5 {
width: 20.8333%;
}
.gridcol .col-sm-6 {
width: 25%;
}
.gridcol .col-sm-7 {
width: 29.1666%;
}
.gridcol .col-sm-8 {
width: 33.333%;
}
.gridcol .col-sm-9 {
width: 37.5%;
}
.gridcol .col-sm-10 {
width: 41.666%;
}
.gridcol .col-sm-11 {
width: 45.8333%;
}
.gridcol .col-sm-12 {
width: 50%;
}
.gridcol .col-sm-13 {
width: 54.1666%;
}
.gridcol .col-sm-14 {
width: 58.333%;
}
.gridcol .col-sm-15 {
width: 62.5%;
}
.gridcol .col-sm-16 {
width: 66.666%;
}
.gridcol .col-sm-17 {
width: 70.8333%;
}
.gridcol .col-sm-18 {
width: 75%;
}
.gridcol .col-sm-19 {
width: 79.1666%;
}
.gridcol .col-sm-20 {
width: 83.333%;
padding: 0 .5%;
}
.gridcol .col-sm-21 {
width: 87.5%;
}
.gridcol .col-sm-22 {
width: 91.666%;
padding: 0 .5%;
}
.gridcol .col-sm-23 {
width: 95.8333%;
}
.gridcol .col-sm-24 {
width: 100%;
}
}
@media screen and (max-width: 400px) {
.hide-400 {
display: none;
}
#container .show-400 {
display: block;
}
.gridcol.break-400 > [class*="col-"]{
float: none;
clear: both;
width: auto;
padding: 1%;
}
}
/*======================================================
** | forms - labels above inputs | **
======================================================*/
.container .verticalstyle label {
display: block;
font-weight: normal;
line-height: 2.4em;
color: #444;
}
.container .verticalstyle .block:after {
display: table;
clear: both;
content: "";
}
.container .verticalstyle .block, .container .verticalstyle .fm-line {
position: relative;
margin: 10px 0;
}
.container .verticalstyle .block:first-of-type {
margin-top: 0;
}
.container .verticalstyle input, .container .verticalstyle select, .container .verticalstyle textarea {
background-color: #fff;
border: 1px solid #ddd;
border-radius: .3rem;
color: #555;
width: 100%;
float: none;
font-weight: normal;
padding: 3px 10px;
height: 32px;
box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1) inset;
border-left-color: #4189C8;
border-left-width: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
}
.container .verticalstyle input[type="checkbox"], .container .verticalstyle input[type="radio"] {
width: auto;
margin: 0 5px;
height: 1.3em;
}
.container .verticalstyle .fm-radio input, .container .verticalstyle .fm-checkbox input {
float: left;
}
.container .verticalstyle .fm-radio label, .container .verticalstyle .fm-checkbox label {
float: left;
line-height: 1.3em;
}
.container .verticalstyle select option {
padding: .2em;
}
.container .verticalstyle .required {
position: absolute;
top: .1em;
right: 0;
}
.container .verticalstyle [class*="col-"] .required {
right: 15px;
}
.container .verticalstyle .invalid input, .container .verticalstyle .invalid select, .container .verticalstyle .invalid textarea {
border-left-color: #980707;
color: #AE0B0B;
box-shadow: -3px 0px 5px -2px rgba(152, 7, 7, 0.3) inset;
border-left-width: 2px;
}/*
.container .verticalstyle .valid input, .container .verticalstyle .valid select, .container .verticalstyle .valid textarea {
border-left-color: #108f36;
color: #108f36;
box-shadow: -3px 0px 5px -2px rgba(24, 147, 47, 0.3) inset;
border-left-width: 2px;
}*/
#container .container .verticalstyle .cmsError .alert {
background-color: transparent;
padding: 0;
color: #980707;
font-size: .9em;
float: right;
}
/*======================================================
** | Bootstrap alerts | **
======================================================== */
#container .alert-info {
background-color: #D9EDF7;
color: #30708F;
}
#container .alert {
padding: 15px;
margin-bottom: 20px;
border-radius: 6px;
}
/*Bootstrap fade in*/
.fade {
opacity: 0;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-ms-transition: .4s ease;
-o-transition: .4s ease;
transition: .4s ease;
}
.fade.in {
opacity: 1;
}
body .container .btn, #container .graybutton, #container .graybutton, #container .blueButton, #container .greenbutton, #container .orangebutton, #container .redButton, input#SubmitProductOrder {
background-image: none;
border: 2px solid;
border-radius: 5rem;
border: 2px solid transparent;
display: inline-block;
padding: .3em 2em;
margin-bottom: 0px;
font: normal 13px/2.1em 'HelveticaNeueW01-ThinCn_673383', sans-serif;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
-moz-user-select: none;
text-decoration: none;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
width: auto;
color: #fff;
min-height: 0;
height: 37px;
-webkit-appearance:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body .container .btn:before,
body .container .btn:after,
#container .blueButton:before,
#container .greenbutton:before,
#container .orangebutton:before,
#container .redButton:before,
#container .graybutton:before,
#container .blueButton:after,
#container .greenbutton:after,
#container .orangebutton:after,
#container .redButton:after,
#container .graybutton:after {
display: none;
content: none;
}
body .btn, body .btn:link, body .btn:hover, body .btn:active, body a.btn {
color: #fff !important;
}
.btn:active {
border-color: transparent;
}
body .btn:hover,
body .btn:focus,
#container .graybutton:hover,
#container .graybutton:hover,
#container .blueButton:hover,
#container .greenbutton:hover,
#container .orangebutton:hover,
#container .redButton:hover,
#container .graybutton:focus,
#container .graybutton:focus,
#container .blueButton:focus,
#container .greenbutton:focus,
#container .orangebutton:focus,
#container .redButton:focus,
input#SubmitProductOrder:hover,
input#SubmitProductOrder:focus {
color: #333 !important;
}
body .btn-default, #container .graybutton {
background-color: #474d57;
background-color: rgba(71,77,87,0.7);
border-color: #474d57;
}
body .btn-default:hover, body .btn-default:focus, #container .graybutton:hover, #container .graybutton:focus {
background-color: #fff;
}
#container .btn-primary, #container .blueButton, input#SubmitProductOrder {
background-color: #13547B;
border-color: #13547B;
}
#container .btn-info {
background-color: #232A38;
border-color: #232A38;
}
#container .btn-primary:hover, #container .btn-primary:focus, #container .blueButton:hover, #container .blueButton:focus, input#SubmitProductOrder:hover, input#SubmitProductOrder:focus {
background-color: #fff;
}
#container .btn-success, #container .greenbutton {
background-color: #55A045;
border-color: #55A045;
}
#container .btn-success:hover, #container .btn-success:focus, #container .greenbutton:hover, #container .greenbutton:focus {
background-color: #fff;
}
body .btn-info {
background-color: #D9EDF7;
border-color: #D9EDF7;
}
body .btn-info:hover, body .btn-info:focus {
background-color: #fff;
}
#container .btn-warning, #container .orangebutton {
background-color: #f99d1e;
border-color: #f99d1e;
}
#container .btn-warning:hover, #container .btn-warning:focus, #container .orangebutton:focus, #container .orangebutton:hover {
background-color: #fff;
color: #C96D11;
}
body .btn-danger, #container .redButton {
background-color: #bb3939;
border-color: #bb3939;
}
body .btn-danger:hover, body .btn-danger:focus, #container .redButton:focus, #container .redButton:hover {
background-color: #fff;
}
#container .btn-link {
background: none;
color: #4189C8 !important;
}
#container .cmsError .ui-state-error {
padding: .5em !important;
}
/*======================================================
** | SUBPAGE STYLES | **
======================================================== */
.subpage .content .flexslider .slides img {
width: 100%;
height: auto;
}
.subpage header[role="banner"] {
background: none;
}
.subpage [role="banner"] .flexslider {
min-height: 50px;
}
.subpage .content {
background: #fff;
}
.subpage .content .cWidth {
padding: 0 0 4rem;
}
.subpage .content [class*="col-"] {
padding: 0 20px;
}
.subpage .content .cWidth {
position: relative;
}
.content #scrollUp {
position: fixed;
bottom: 2.1rem;
right: 1.1rem;
z-index: 9999;
}
.subpage .content p, .subpage .content li {
line-height: 1.5em;
font-size: 1.15rem;
font-weight: 100;
color: #565656;
}
.subpage .content strong, .subpage .content b {
/* color: #13547b; */
color: var(--space-black);
}
.subpage .content .flex-caption * {
color: #fff;
}
.subpage .content h1 {
font-size: 3.4rem;
font-weight: bold;
line-height: 1em;
/* color: #13547b; */
color: var(--galactic-navy);
margin: 1.6rem 0 1rem;
}
.subpage .content h2 {
margin: 1.6rem 0 0;
font-weight: normal;
font-size: 2.05rem;
/* color: #e6ad04; */
color: var(--innovare-teal);
}
.subpage .content h3 {
margin: 1rem 0 0;
font-weight: normal;
font-size: 1.8rem;
/* color: #e6ad04; */
color: var(--innovare-teal);
}
.subpage .content h3 a {
color: inherit;
}
.subpage .content h1+p, .subpage .content h2+p, .subpage .content h3+p, .subpage .content h4+p, .subpage .content h5+p, .subpage .content h6+p {
margin-top: 0;
}
.subpage .content img {
margin: .5em;
}
.subpage .content img.border {
background: url('/images/bac_header.png') repeat #000;
padding: 11px;
margin-top: 1em;
margin-bottom: 1em;
}
.content img[style*="float:"][style*="right"] {
margin-left: 2rem;
}
.content img[style*="float:"][style*="left"] {
margin-right: 2rem;
}
.subpage .sidebar h2:first-child, .subpage .sidebar h3:first-child {
margin-top: 2.8rem;
}
.content .floatleft {
float: left;
width: 49%;
margin-right: 1%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.content iframe[src*="maps"],.content iframe[src*="smartsheet"] {
width: 100% !important;
}
.content .searchinput {
border: 1px solid #999;
float: left;
}
.content .searchForm .searchsubmit {
background: #13547B;
border-radius: 4px;
padding: .2em 1em;
margin: 0 .3em;
height: 2em;
border: 0;
color: #fff;
}
.subpage .moredetail, .subpage .eventlocation {
margin-top: .5rem;
}
.subpage .featuresBox {
margin: 1.4rem 0 0;
padding: .4rem 1rem;
border-top: 1px solid #777;
}
.subpage #addThis {
position: absolute;
bottom: 1rem;
left: 0;
right: 0;
}
/*** | Job openings | */
table.jobopening td {
padding: 3px 10px;
}
/*FAQ zone new design*/
.content .allfaqcontent {
margin-top: 0;
}
.content .faqcat {
border-bottom: 1px dashed #999;
}
.content .faqs {
padding-bottom: 0;
margin-left: 1.1em;
}
.content .faqs a {
text-decoration: none;
font-weight: bold;
}
.content .faqcattitle {
font-size: 1.5em;
line-height: 1em;
padding: 0 .5em 0 0;
}
.content .faqcatdesc {
display: inline-block;
padding: 0 0 10px;
font-size: 1em;
color: #999;
}
.content .faqitem {
margin: 2em 0;
}
.content .faqquestion {
font: normal 23px "block_d", sans-serif;
background: none;
border: 0;
padding: 0;
margin: 0;
}
.content .faqanswer {
background: none;
border: 0;
padding: 0;
}
.content a[href*="#faqtop"] {
padding-left: 5px;
font-weight: bold;
font-size: 0.9em;
color: #999;
}
.content a[href*="#faqtop"]:hover, .content a[href*="#faqtop"]:hover {
color: #C60;
}
.sr-only {
position: absolute !important;
left: -999px !important;
}
.skiptomain:focus {
position: static !important;
display: block;
text-align: center;
padding: .3em 0;
color: #fff;
}
.content #calendar h2 { margin: 0; }
.sidebar .flexslider { clear: both; }
.sidebar .flexslider .flex-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*======================================================
** | staff members | **
======================================================== */
.staff.list .bio {
display: inline-block;
vertical-align: top;
width: 49.5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
clear: both;
border-right: 1px solid #ccc;
padding: 1em;
margin: 1em 0;
color: #444;
}
.staff.list .bio h2, .staff.list .bio .bioImg {
pointer-events: none;/*for now, don't click through to detailed page.*/
}
.staff .bio:nth-of-type(2n) {
border-right: 0;
}
.staff .bio h2 {
margin: .2em 0;
color: inherit;
}
.staff .bio h2 a {
text-decoration: none;
color: inherit;
}
.staff .bioImg {
width: 100px;
border: 1px solid #CCC;
padding: 2px;
float: left;
line-height: 0;
margin: 0 .7rem 0 0;
}
.staff .bioImg img {
max-width: 100%;
}
.staff .bio .bioTitle {
text-indent: .2em;
}
.staff .bio .bioTitle, .staff .bio .bioTitle strong {
font-style: italic;
color: #999;
}
.staff .bioMore a:hover, .staff .bioMore a:focus {
background-color: #13547B;
text-decoration: none;
color: #fff;
}
.staff .bioMore a {
border-radius: 1em;
padding: .2em .5em;
background: inherit;
text-decoration: underline;
font-size: 1.1rem;
color: inherit;
}
.staff.list .contact {
margin-left: 1rem;
display: inline-block;
font-size: .95rem;
color: #333;
}
.staff.list .contact li, .staff.list .contact strong, .staff.list .contact a {
font: inherit;
color: inherit;
}
.staff.details .bioImg {
width: 200px;
}
.staff.details strong {
color: inherit;
}
#container .staff.details .blueButton {
font-size: 1rem;
line-height: 1.7rem;
}
body .cmsAddToRegionBox {
position: static;
}
table.styled {
width: 100%;
}
table.styled td, table.styled th {
border: 1px solid #c9d7e0;
border-width: 0 0 1px;
border-collapse: collapse;
padding: .3rem .5rem;
margin: 0;
}
table.styled th {
border: 0;
border-bottom: 3px solid #c9d7e0;
text-align: left;
}
/*======================================================
** | FOR NOW: hide "Read More" link. | **
======================================================== */
.staff.list .bioMore {
display: none;
}
/*======================================================
** hide AddThis frames which are causing the horizontal scrollbar to show
======================================================== */
iframe[id^="oauth2relay"],#twttrHubFrame,#twttrHubFrameSecure { position: absolute !important; left: -9999px !important; }
/*======================================================
** | print styles | **
======================================================== */
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; }
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: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}
/*======================================================
** | Responsive styles | **
======================================================== */
@media screen and (min-width: 1026px) {
#mainNav .menu-pulldown {
display: block !important;
}
.toggleNav { display: none; }
}
@media screen and (max-width: 1025px) {
.cWidth { width: 880px; }
/*Basic stuff for any mobile device*/
* {
max-width: 100% !important;
}
body {
background-size: contain;
min-width: 0px;
max-width: 100%;
}
#map-canvas * { max-width: none !important; }/*Important for Google Map usage.*/
header {
background: #000;
}
.toggleNav {
display: block;
padding: 2em;
float: none;
text-align: center;
color: #fff;
}
.toggleNav img {
display: inline-block;
vertical-align: middle;
position: relative;
top: -2px;
}
.toggleNav:hover, .toggleNav:focus {
outline: none;
}
.mainNav {
position: relative;
z-index: 500;
}
.mainNav .menu-pulldown {
position: absolute;
right: 0;
top: 5.5rem;
display: none;
width: 16em;
max-width: none !important;
}
.mainNav li {
float: none;
clear: both;
}
#mainNav li a {
background: #333;
border-radius: 0;
padding: .8em 1.2em;
width: 15em;
height: auto;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#mainNav li a:hover, #mainNav li a:focus, #mainNav li.activeLink a {
background: #13547B;
color: #fff;
}
#mainNav ul ul {
background: #333;
position: static;
width: auto;
padding: 0;
border: 0;
box-shadow: none;
display: none;
}
#mainNav ul, #mainNav li {
display: block;
list-style-type: none;
padding: 0px;
margin: 0px;
height: auto;
width: 100%;
float: left;
clear: both;
}
#mainNav li li {
width: auto;
border: 0;
}
#mainNav li li a {
padding-left: 2em;
border: 0;
}
#mainNav li li li a {
padding-left: 3em;
}
.mainNav .hasSubmenu > a:after {
background: url("/images/icon_mobile_nav_arrow.png") bottom right no-repeat transparent;
content: "";
float: right;
display: block;
width: 20px;
height: 20px;
}
.box.yellow .featuredStoriesModule {
margin: 0 -15px;
max-width: none !important;
}
}
@media screen and (max-width: 900px) {
.cWidth { width: 780px; }
header form[role="search"] {
margin: 0;
float: left;
width: 75%;
padding: 2em 0;
}
header .mainNav {
width: 25%;
float: right;
clear: none;
}
.mainNav .menu-pulldown {
top: 7.3em;
}
.content img, .content iframe {
max-width: 100% !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.content img {
height: auto !important;
}
}
@media screen and (max-width: 800px) {
.cWidth { width: 680px; }
.mainNav .menu-pulldown {
top: 7.2em;
}
.boxes .gridcol.edges {
margin: 0;
padding: 0;
}
.boxes .tall {
padding: 0 15px;
height: auto;
}
header [role="search"] .col-4 {
padding: 0;
}
#container .boxes .gridcol.edges {
padding: 0;
}
.box.yellow .featuredStoriesModule {
margin: 0 -6px;
}
.container footer .col1, .container footer .col2 {
min-height: 260px;
}
footer .gridcol [class*="col-"]:last-of-type {
float: left;
}
}/*
@media screen and (min-width: 701px) {
footer {
background: url('/images/bac_footer.jpg') top center no-repeat #000000;
}
}*/
@media screen and (max-width: 700px) {
.cWidth { width: 580px; }
.copyright p {
margin: .4em 0;
text-align: center;
}
.content .floatleft {
float: none;
margin: 1% 0;
width: auto;
}
.mainNav .menu-pulldown {
top: 7.1em;
}
footer .copyright p {
margin: .8em 0;
}
}
@media screen and (max-width: 600px) {
.cWidth { width: 480px; }
.mainNav .menu-pulldown {
top: 8.1em;
}
.toggleNav { padding: 1rem; }
header form[role="search"], header .mainNav {
width: 210px;
float: none;
clear: both;
margin: 1em auto 0;
padding: 0;
}
#container form[role="search"] [class*="col-"] {
width: 210px;
margin: .3em auto;
text-align: center;
}
.searchForm:after {
content: "";
clear: both;
display: table;
}
form[role="search"] input[type="image"] {
right: 0.4em;
top: 4px;
}
.mainNav .menu-pulldown {
top: 5.8em;
}
.staff.list .bio {
width: auto;
display: block;
border-right: 0;
}
}
@media screen and (max-width: 500px) {
.cWidth { width: 430px; }
header { padding-bottom: 0; }
header[role="banner"] {
width: 100%;
}
#container .boxes {
width: 100%;
padding: 0 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.boxes .lightblue, .boxes .blue {
margin: 1px 0;
background-color: #5293BA;
}
#container .boxes .box h3 {
margin: .5em 0;
}
.logo img {
width: 100% !important;
height: auto !important;
}
.subpage .content h1 {
font-size: 2.8em;
line-height: 1.1em;
}
}
@media screen and (max-width: 450px) {
.cWidth { width: 380px; }
.staff.details .bioImg {
float: none;
width: auto;
text-align: center;
}
}
@media screen and (max-width: 400px) {
.cWidth { width: 330px; }
.container footer .col1, .container footer .col2 {
min-height: 1px;
}
.mainNav .menu-pulldown {
top: 5.7em;
}
.staff.list .bio .bioImg {
float: none;
width: auto;
text-align: center;
}
footer li a {
display: block;
padding: .2em 0;
}
}
@media screen and (max-width: 350px) {
.cWidth { width: 300px; }
}
@media screen and (max-width: 310px) {
.cWidth { width: 100%; }
#container {
width: 320px;
overflow: auto;
}
}
/* NEW COLOR EDITS BCGSAM MAY 2022
Note: I setup the colors they wanted to use as custom proporties near the top of this file (line 100). Some of the edits I was able to do right in the original spot, and anything new I'm adding below this comment. Also, if you don't see your edits to this file right away, turn on the 'development mode' in Cloudflare.
*/
#cmsRegion8E3BBDE8-163C-DE64-AD628946FE982D96 .graybutton {
background-color: var(--research-red);
border-color: var(--research-red);
}
#cmsRegion8E3BBDE8-163C-DE64-AD628946FE982D96 .redButton {
background-color: var(--research-red);
border-color: var(--research-red);
}
#cmsRegion8E3BBE35-163C-DE64-ADDFD49247084407 .redButton {
background-color: var(--research-red);
border-color: var(--research-red);
}
#cmsRegion54C3803C-163C-DE64-ADCAE2A445FD2ECC a {
color: var(--space-black);
}
#cmsRegion54C37F4D-163C-DE64-ADDD8DC3A9E13E25 h3 a:hover {
color: var(--space-black);
}
#cmsRegion54C37F85-163C-DE64-ADB09E439CBEEBE3 h3 a:hover {
color: var(--space-black);
}
#cmsRegion54C37FB9-163C-DE64-ADAA884105A2EE38 h3 a:hover {
color: var(--space-black);
}
#cmsRegion54C37FF4-163C-DE64-AD72AC2EEDC7409B h3 a:hover {
color: var(--space-black);
}
.link4 a {
background-color: var(--ai-apple) !important;
color: var(--galactic-navy) !important;
}
.redText {
color: var(--research-red) !important;
}
/*
* The Typekit service used to deliver this font or fonts for use on websites
* is provided by Adobe and is subject to these Terms of Use
* http://www.adobe.com/products/eulas/tou_typekit. For font license
* information, see the list below.
*
* futura-pt:
* - http://typekit.com/eulas/00000000000000000001008f
* - http://typekit.com/eulas/000000000000000000010096
* ltc-globe-gothic:
* - http://typekit.com/eulas/000000000000000077359a72
* - http://typekit.com/eulas/000000000000000077359a74
*
* © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
*/
/*{"last_published":"2022-06-29 18:11:29 UTC"}*/
@font-face {
font-family:"ltc-globe-gothic";
src:url("") format("woff2"),url("") format("woff"),url("") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"ltc-globe-gothic";
src:url("") format("woff2"),url("") format("woff"),url("") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
@font-face {
font-family:"futura-pt";
src:url("") format("woff2"),url("") format("woff"),url("") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"futura-pt";
src:url("") format("woff2"),url("") format("woff"),url("") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
.tk-ltc-globe-gothic { font-family: "ltc-globe-gothic",sans-serif; }
.tk-futura-pt { font-family: "futura-pt",sans-serif; }
.cmsZone {
display:block;
border:1px #d8d8d8 dotted;
xmargin:0;
xpadding:0;
}
.cmsZoneToolbar {
position:relative;
float:right;
overflow:hidden;
background-color:#c0c0c0;
opacity:0.9;
z-index: 1002;
}
.cmsZoneToolbar div {
float:left;
color:white;
list-style-type:none;
margin:0px 3px;
padding:0px;
cursor:pointer;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
}
.cmsZoneToolbar div.cmsZoneDrag {
cursor:move;
}
.cmsRegion {
display:block;
/*border:1px #ffffcc solid;*/
margin:0;
padding:0;
overflow:visible;
}
#addZoneForm {
width:60%;
}
.dialogInformation {
float:right;
border:1px lightblue solid;
padding:10px;
width:35%;
display:none;
}
.dialogInformation h3 {
margin:0px 0px 8px 0px;
}
a.cmsAddToRegion {
padding:2px;
text-decoration:none;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold !important;
color:white !important;
clear:both;
display:inline;
z-index: 1000;
position: relative;
}
.zoneChoices h1 {
color:#097CB0;
text-transform: uppercase;
font-size: 16px;
margin-top:20px;
}
.zoneChoices h3 {
margin-top:0px;
}
.zoneChoices td {border: none;padding: 10px 10px 20px 0px;border-bottom:1px #c0c0c0 solid;vertical-align: top;}
.zoneChoices td img {height:50px;}
a.cmsAddToRegion:hover {
color:#ffffcc;
}
.cmsAddToRegionBox {
clear:both;
display:block;
z-index: 1000;
position: relative;
margin-top:5px;
}
.uploadifyQueueItem {
font: 11px Verdana, Geneva, sans-serif;
border: 2px solid #E5E5E5;
background-color: #F5F5F5;
margin-top: 5px;
padding: 10px;
width: 350px;
}
.uploadifyError {
border: 2px solid #FBCBBC !important;
background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
float: right;
}
.uploadifyProgress {
background-color: #FFFFFF;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #C5C5C5;
border-bottom: 1px solid #C5C5C5;
margin-top: 10px;
width: 100%;
}
.uploadifyProgressBar {
background-color: #0099FF;
width: 1px;
margin-bottom:0px !important;
height: 8px;
}
#loginTemplate #loginForm {
font-family:Verdana;
font-size:12px;
}
#loginTemplate, #loginTemplate p, #loginTemplate td ,#loginTemplate div {
font-family: Verdana,Arial,Helvetica;
font-size:11px;
}
span.ui-button-text {color:white;}
#cmsDialog {text-align:left;}
.ui-widget * {font-size:12px;line-height: 13px;}
.strap {display:none;}
.returnButton {padding:3px;margin:3px;}
.ui-datepicker-inline {display:block !important;}
.loading-indicator-bars {
height: 80px;
width: 80px;
background: url( '/tsparkCMS/images/loading.gif' ) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
}
.loading-indicator-overlay {
background-color: #FFFFFF;
opacity: 0.6;
filter: alpha(opacity = 60);
}
/* Menu manager */
/*.menuNavVerticalManage li a {color:white;background-color:teal;} */
.menuNavVerticalManage ul {list-style-type:none;}
.menuNavVerticalManage li {margin-bottom:4px;}
.menuNavVerticalManage li .handle {cursor:move;}
.menuNavHorizontalManage ul {list-style-type:none;}
.menuNavHorizontalManage li {margin-bottom:4px;}
.menuNavHorizontalManage li .handle {cursor:move;}
.menuNavVerticalManage .returnMsg,.menuNavHorizontalManage .returnMsg {background-color:#FFFFCC;}
/* NEWS MODULE */
.newsstory {overflow:hidden;margin-bottom:10px;}
.newsstory h3 {margin:0px 0px 5px 0px;}
.newsstory h2 {margin:0px 0px 8px 0px;}
#newsPhotos {clear:both;overflow:hidden;}
#newsPhotos .newsImageThumb {margin:4px;display:block;float:left;}
#eventImages {clear:both;overflow:hidden;background-color:#eee;padding-bottom:14px;}
#eventImages .eventImageThumb {margin:14px 0 0 14px;display:block;float:left;border:1px #ccc solid;width:100px;height:100px;overflow: hidden;}
#eventImages .eventImageThumb img {min-width:100%;min-height:100%;max-width:250%;max-height:250%;left:-25%;display:block;position:relative;}
#eventMediaHeading {font-weight:bold;background-color:#eee;width:70px;padding:15px;font-weight:bold;text-align:center;}
.newsstory ol,.newsstory ul {clear:left;}
#newsfeatures {margin:8px 0 20px 0;border-top:1px #999 solid; padding-top:5px;}
#newsfeatures a {color:#999;font-size:12px;text-decoration: none;padding-left:25px;}
#newsfeatures .printFriendly {background-image: url(/tsparkcms/images/news-list.png); background-position: left center; background-repeat: no-repeat;margin-left:50px;}
#newsfeatures .returnToList {background-image: url(/tsparkcms/images/news-story-print.png); background-position: left center; background-repeat: no-repeat;}
#bookmarks {overflow:hidden;clear:both;background-color: #FFFFFF;padding:5px;margin:20px 0px;border-top:1px #c0c0c0 solid;border-bottom:1px #c0c0c0 solid;}
#bookmarks ul {margin:0px;padding:0px;}
#bookmarks li {float:left;list-style-type: none;display:block;margin-right:10px;}
.storyimage {float:left;margin:0px 10px 10px 0px;display:block;}
.newsrssicon {float:right;}
.newsstory .authordetails {border:1px #c0c0c0 solid;padding:10px;border-radius: 5px;clear:both;}
.newsstory .authordetails h4 {margin:0;padding:0;}
.newsstory .authordetails .authordetailname {font-weight: bold;}
/* Javascript Disabled Styling */
#javascriptDisabled { background-color: #FFF999; border: solid 1px #333; margin: 10px 2.5%; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; font-size: 11px; font-weight: bold; width: 95%; }
#javascriptDisabled img { margin: 0 15px 10px 0; float: left; }
#javascriptDisabled p { color: #333; font-size: 11px; line-height: 16px; font-weight: bold; margin: 0; display: block; width: 95%; padding: 10px 2.5%; }
#javascriptDisabledFooter { clear: both; width: 100%; height: 0; line-height: 0; float: none; overflow: hidden; margin: 0; padding: 0; }
/* Outdated Browser Styling */
#outdatedBrowserCont { display: block; font-size: 12px; }
.outdatedBrowser { background-color : #FFF999; border: solid 1px #333; margin: 10px 2.5%; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; font-size: 11px; font-weight: bold; width: 95%; color: #333; font-family: Arial, Helvetica, sans-serif; padding: 0; line-height: 16px; }
.outdatedBrowser p { font-size: 11px; line-height: 16px; font-weight: bold; margin: 0; float: left; display: block; width: 95%; padding: 10px 2%; font-family: Arial, Helvetica, sans-serif; color: #333; font-weight: bold; }
#outdatedBrowserFooter { clear: both; height: 0; }
.outdatedBrowserYield { margin: 0; clear: both; float: none; }
.modernBrowser { width: 18%; float: left; padding-right: 1%; }
.modernBrowser p { text-align: center; width: 100%; clear: none; }
.modernBrowser img { clear: both; float: none; margin: 0; }
.modernBrowser p a { text-decoration: none; color: #333; display: block; }
#outdatedBrowserFooter { clear: both; width: 100%; height: 0; line-height: 0; float: none; overflow: hidden; margin: 0; padding: 0; }
/*Video Popup Styles*/
a#close_video {display: block; float: none; width: 100%; clear: both; text-align: center;}
.videotitle {font-weight:bold;display:block;clear:both;margin-top:10px;}
/* Font Resizer */
div.fontToolsSmall {font-size:12px}
div.fontToolsMedium {font-size:14px}
div.fontToolsLarge {font-size:18px;}
div.fontToolsSmall a
{
text-decoration:none;
color:black;
font-weight: bold;
background:#EFEFEF;
padding:1px;
}
div.fontToolsMedium a
{
text-decoration:none;
color:black;
font-weight: bold;
background:#EFEFEF;
padding:4px;
}
div.fontToolsLarge a
{
text-decoration:none;
color:black;
font-weight: bold;
background:#EFEFEF;
padding:10px;
}
/* Built-in editor styles */
.lighterText {color:#999;}
.heavyText {color:#000;font-weight:bold;}
.redText {color:red;}
/*maximized styles*/
.cke_maximized {top: 40px !important;}
/*
a.blueButton {display:block;background-image: url('/tsparkCMS/images/bluebutton.png');color:white; background-repeat: no-repeat;padding:5px 10px;text-decoration:none;text-align:center;width:95px;margin:auto;}
a.redButton {display:block;background-image: url('/tsparkCMS/images/redbutton.png');color:white; background-repeat: no-repeat;padding:5px 10px;text-decoration:none;text-align:center;width:95px;margin:auto;}
a.redButton {display:inline-block;background: url('/tsparkCMS/images/button_red_repeat.png') repeat-x center center;color:white; padding:5px 10px;text-decoration:none;text-align:center; height: 23px; width:auto; margin:auto; position: relative; padding:2px 15px; overflow: visible; color: #ffffff !important;}
a.redButton:before {display:block; background: url('/tsparkCMS/images/button_red_start.png') no-repeat left center; width: 14px; height:27px; position:absolute; left: -12px; top:0px; content: " ";}
a.redButton:after {display:block; background: url('/tsparkCMS/images/button_red_end.png') no-repeat right center; width: 14px; height:27px; position:absolute; right: -14px; top:0px; content: " ";}
*/
/*====== | Button Styles | =============*/
/*=== | Orange | ===*/
.orangebutton {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_orange_repeat.png');
background-color: orange;
}
.graybutton {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_gray_repeat.png');
background-color: #333333;
}
.greenbutton {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_green_repeat.png');
background-color: green;
}
a.redButton, .redButton {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_red_repeat.png');
background-color: #850000;
}
a.blueButton, .blueButton {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_blue_repeat.png');
background-color: #2356aa;
}
.orangebutton, .graybutton, .greenbutton, .blueButton, .redButton {
background-position: left top;
background-repeat: repeat-x;
display: inline-block;
width: auto;
height: 20px;
padding: 7px 9px 3px;
margin: 0px 4px;
position: relative;
overflow: visible;
font-family: Arial, sans-serif;
text-decoration: none;
line-height: 100%;
font-weight: bold;
font-size: 15px;
color: #ffffff !important;
}
.orangebutton:hover, .graybutton:hover, .greenbutton:hover, .blueButton:hover, .redButton:hover {
text-decoration: underline;
color: #fff;
}
.orangebutton:before,
.graybutton:before,
.greenbutton:before,
.blueButton:before,
.redButton:before {
background-position: left top;
background-repeat: no-repeat;
display: block;
position: absolute;
top: 0px;
left: -5px;
content: " ";
width: 6px;
height: 30px;
}
.orangebutton:after,
.graybutton:after,
.greenbutton:after,
.blueButton:after,
.redButton:after {
background-position: right top;
background-repeat: no-repeat;
display: block;
position: absolute;
top: 0px;
right: -5px;
content: " ";
width: 6px;
height: 30px;
}
.orangebutton:before {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_orange_left.png');
}
.graybutton:before {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_gray_left.png');
}
.greenbutton:before {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_green_left.png');
}
a.redButton:before {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_red_left.png');
}
a.blueButton:before {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_blue_left.png');
}
.orangebutton:after {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_orange_right.png');
}
.graybutton:after {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_gray_right.png');
}
.greenbutton:after {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_green_right.png');
}
a.redButton:after {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_red_right.png');
}
a.blueButton:after {
background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_blue_right.png');
}
/*BEGIN Character Counter Styles*/
.char-count {
position: relative;
padding-bottom: 20px;
}
.char-count .countertext {
float: left;
clear: none;
display: block;
padding: 5px 10px;
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 19px;
color: #dad6d6;
}
.char-count .redcounter {
color: #d72121;
}
/*CMS Breadcrumb styles*/
.cms-breadcrumb a.crumb:link,
.cms-breadcrumb a.crumb:visited,
.cms-breadcrumb a.crumb:hover,
.cms-breadcrumb a.crumb:active,
.cms-breadcrumb a.crumb,
.cms-breadcrumb span.slash {
font-family: Arial, sans-serif;
text-decoration: none;
font-weight: bold;
font-size: 10px;
color: #646363;
}
.cms-breadcrumb a.crumb:hover {
text-decoration: underline;
}
/*News forum keywords divs*/
.cms-clearboth {
float: none;
clear: both;
}
.forumlink {
display: block;
float: none;
clear: both;
width: 370px;
cursor: pointer;
}
.removeForumLink {
color: #660000;
text-decoration: none;
display: inline-block;
float: right;
clear: right;
}
/*Bootstrappy alert styles*/
.alert { border-radius: 4px; padding: 10px; margin: 0; }
.alert.alert-warning { background-color: #B76014; color: #fff; }
.alert.alert-danger { background-color: #AA3331; color: #fff; }
.alert.alert-success { background-color: #108f36; color: #fff; }
.alert p, .alert a { color: inherit; }
/* ----------------------------------------------------------------------
FORMS
*/
form {
margin: 0px;
padding: 0px;
clear:all;
overflow:hidden;
}
.fmstyle fieldset {
margin: 12px 0;
border: none;
border-top: 1px solid #ccc;
overflow: visible;
}
.fmstyle legend {
margin: 8px 0;
padding: 0 .5em;
/*color: #0030B7;*/
background: transparent;
font-size: 1.3em;
font-weight: bold;
}
.fmstyle label {
float: left;
width: 130px;
padding: 5px 0px 0px 0px;
text-align: right;
margin:0px;
color:#777777;
}
.fmstyle .fm-over label {
float:none;
width:auto;
text-align:left;
display:block;
}
.fmstyle div {
margin-bottom: 5px;
padding: 0px;
display: block;
overflow:visible;
}
.fmstyle div input, .fmstyle div textarea {
width: 150px;
border-top: 2px solid #c0c0c0;
border-left: 2px solid #c0c0c0;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 4px 2px;
color: #333;
float:left;
margin:1px 0px 1px 10px;
border-radius: 3px;
}
.fmstyle .fm-submit input {color:white;}
.fmstyle div.frame {
border-top: 1px solid #555;
border-left: 1px solid #555;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 1px;
color: #333;
height: 150px;
overflow-y: scroll;
}
.fmstyle .fm-over div input, .fmstyle .fm-over div textarea {
margin:1px 0px;
}
.fmstyle .radioregion {
float:left;
overflow:visible;
}
.fmstyle .radio, .fmstyle .checkbox {
float:none;
width:auto;
border:none;
margin-right: 5px;
display:inline;
}
.fmstyle div select {
padding: 1px;
margin-left: 10px;
float:left;
}
.fmstyle div.fm-over select {
margin-left: 0px;
}
.fmstyle div.fm-multi div {
margin: 5px 0;
}
.fmstyle div.fm-multi input {
width: 1em;
}
.fmstyle div.fm-multi label {
display: block;
width: 200px;
padding-left: 5em;
text-align: left;
}
.fmstyle div.fm-line {
clear:both;
overflow:hidden;
padding-top:10px;
margin-bottom:0px;
border:1px transparent solid; /* corrects IE7 spacing because Microsoft is severely retarded */
}
.fmstyle div.fm-over {
clear:both;
overflow:hidden;
margin-bottom:0px;
border:1px transparent solid; /* corrects IE7 spacing because Microsoft is severely retarded */
}
.fmstyle div.fm-shortspace {padding-top:2px;}
.fmstyle div.fm-help {
font-weight:normal;
color:#666666;
float:left;
padding:3px 5px;
max-width:150px;
}
.fmstyle .fm-line .fm-submit {
clear: both;
padding-top: 10px;
padding-left:132px;
overflow:hidden;
color:white;
}
.fmstyle .fm-over .fm-submit {
clear: both;
padding-top: 10px;
overflow:hidden;
}
.fmstyle .fm-submit input,.fmstyle .fm-submit button {
padding:2px 6px;
margin-left:140px;
width:auto;
/*color:white;*/
/*background-color:#666;*/
}
.fmstyle .fm-line .fm-fieldtext {
padding-left:142px;
}
.fmstyle div.fm-text {
padding: 3px 5px 0px 163px;
}
.fmstyle input:focus, .fmstyle textarea:focus {
background: #efefef;
color: #000;
}
.fmstyle .datefield {width:100px;}
.fmstyle .currency {width:100px;}
.fmstyle .zipcode {width:50px;}
.fmstyle .integer {width:30px;}
.fmstyle .widetext {width:300px;}
.fmstyle div.fm-req label {
font-weight: bold;
}
.fmstyle div.multifield {
margin-left:10px;
float:left;
margin-top:3px;
}
.fmstyle div.multifield .checkbox {
margin-left:5px;
}
.fmstyle div.multifield input,.fmstyle div.multifield textarea,.fmstyle div.multifield select {
float:none;
margin-left:0px;
}
.fmstyle div.multifield textarea {
width:auto;
margin-left:0px;
}
.fmstyle div.multifield label {
float: none;
width: auto;
padding: auto;
text-align: left;
margin:auto;
color:auto;
}
.fmstyle div.multifield .indent {
padding-left:30px;
padding-top:4px;
}
.fmstyle div.fm-overlabel label {
float:none;
display:block;
width:480px;
text-align: left;
margin-left:30px;
}
.fmstyle div.fm-overlabel textarea {
float:none;
display:block;
width:480px;
margin-left:30px;
}
.fmstyle div.fm-trick {display:none;}
.fmstyle input[type='checkbox'],.fmstyle input[type='radio'] {
width:auto;
border:none;
}
.fmstyle .multibg {
background-color:#e9e9e9;
overflow:hidden;
border:1px #999 solid;
padding:4px;
width:400px;
}
.fmstyle .fm-name {display:none;}
/*generic styles*/
.clear {
clear:both;
height:1px;
line-height:1px;
}
input#formFirstname,.formFirstname, .fmstyle .formFirstname {
display: none;}
/* ----------------------------------------------------------------------
END .fmstyle FORMS
*/
/*======================================================
** | form.simple styles | **
======================================================== */
label.sr-only { position: absolute; left: -9999px; }
form.simple { overflow: visible; }
.simple label {
display: block;
clear: both;
float: left;
padding: 0 0 0 .1rem;
color: #444;
}
form.simple .block, form.simple .fm-line {
margin: 0 0 1.2rem;
display: block;
clear: both;
float: none;
}
.simple input:not([type="submit"]), .simple textarea, .simple select {
background: #fff;
border-radius: 3px;
border: 1px solid #999;
padding: 7px;
color: #444;
width: 100%;
min-height: 35px;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.simple select {
background: url('https://www.tspark.com/jackjill/down_arrow_select.jpg') no-repeat right center #fff;
}
.simple select[multiple] {
background-image: none;
}
.simple textarea {
min-height: 130px;
resize: vertical;
}
/*submit btns*/
.simple input[type="image"] {
width: auto;
height: auto;
min-height: 0;
border: 0;
padding: 0;
}
.simple input[type="submit"] {
width: auto;
}
/*fieldset, legend stuff*/
.simple fieldset {
margin: 1rem 0 1rem 2rem;
border: 0;
}
.simple legend {
margin: 1rem 0 1rem -2rem;
border-bottom: 4px solid #1CC6E5;
padding: 0 2rem .3em;
font-size: 1.4rem;
font-weight: 700;
}
/*validation and required fields*/
.simple .required {
float: right;
color: #990000;
}
.simple .invalid input, .simple .invalid select, .simple .invalid textarea {
border-color: #A01B1B;
}
.simple .valid input, .simple .valid select, .simple .valid textarea {
border-color: #137F14;
}
.simple .fm-help .alert {
margin: .1em 0;
}
.inline .fm-help .alert {
text-align: center;
}
/*inline styles - when the input shows next to the label, instead of underneath*/
.simple .inline {
display: inline-block;
vertical-align: middle;
}
.simple .block .block, .simple .fm-line .fm-line { margin: 0; }
.simple .inline input, .simple .inline select,
.simple .inline label,
.simple .inline .required, .fm-radio .required {
width: auto;
clear: none;
float: none;
display: inline-block;
vertical-align: middle;
}
.fm-radio .required { padding-left: 5px; }
.simple .fm-radio input,
.simple .fm-radio select,
.simple .fm-radio label,
.simple .fm-checkbox input,
.simple .fm-checkbox select,
.simple .fm-checkbox label,
.simple input[type="radio"],
.simple input[type="checkbox"] {
vertical-align: middle;
display: inline-block;
float: none;
clear: none;
min-height: 0;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
margin-top: 0;
}
/*special form control types*/
.simple input[type="radio"] {
-webkit-appearance: radio;
-moz-appearance: radio;
width: auto;
border: none;
}
.simple input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
width: auto;
border: none;
}
.simple .multifield label {
float: none;
width: auto;
padding: auto;
text-align: left;
margin:auto;
color:auto;
display:inline;
}
/*error messages*/
.simple .alert { padding: 0 .4em; }
.simple .alert.alert-danger { background: none; color: #A01B1B; }
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-zfix,.ui-widget-overlay{position:absolute;top:0;width:100%;height:100%;left:0}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #a6c9e2;background:url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x #fcfdfd;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #4297d7;background:url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x #2191c0;color:#eaf5f7;font-weight:700}.ui-widget-header a{color:#eaf5f7}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #77d5f7;background:url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x #0078ae;font-weight:400;color:#fff}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#fff;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #448dae;background:url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x #79c9ec;font-weight:400;color:#026890}.ui-state-hover a,.ui-state-hover a:hover{color:#026890;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #acdd4a;background:url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x #6eac2c;font-weight:400;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-widget :active{outline:0}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcd113;background:url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x #f8da4e;color:#915608}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#915608}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x #e14f1c;color:#fff}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_0078ae_256x240.png)}.ui-icon{width:16px;height:16px}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_d8e7f3_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_e0fdff_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_056b93_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_f5e175_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_f7a50d_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_fcd113_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-khtml-border-top-left-radius:5px;border-top-left-radius:5px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;-khtml-border-top-right-radius:5px;border-top-right-radius:5px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;-khtml-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;-khtml-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-widget-overlay{background:url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:5px 0 0 5px;padding:0;background:url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x #999;opacity:.45;filter:Alpha(Opacity=45);-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-accordion{width:100%}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em}.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1}.ui-accordion .ui-accordion-content-active,.ui-menu{display:block}.ui-autocomplete{position:absolute;cursor:default}* html .ui-autocomplete{width:1px}.ui-menu{list-style:none;padding:2px;margin:0;float:left}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-hover{font-weight:400;margin:-1px}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin:.5em 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0!important;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a,.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tabs .ui-tabs-hide{display:none!important}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider,
.flexslider * {
max-width: none !important;
}
.flexslider {
margin: 0px;
background: #fff;
border: 4px solid #fff;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
zoom: 1;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
max-width: none;
}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
zoom: 1;
}
.carousel li {
margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
width: 30px;
height: 30px;
margin: -20px 0 0;
display: block;
background: url('/tsparkcms/images/bg_direction_nav.png') no-repeat 0 0;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
text-indent: -9999px;
opacity: 0;
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
background-position: 100% 0;
right: -36px;
}
.flex-direction-nav .flex-prev {
left: -36px;
}
.flexslider:hover .flex-next {
opacity: 0.8;
right: 5px;
}
.flexslider:hover .flex-prev {
opacity: 0.8;
left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: .3!important;
filter: alpha(opacity=30);
cursor: default;
}
/* Control Nav */
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 0px;
text-align: center;
padding: 5px 0px;
background: url('/tsparkcms/images/flexslider_nav_bac_trans.png') top left repeat transparent;
background: rgba(255, 255, 255, 0.4);
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/*Custom navigation z-index fix*/
.flex-control-nav {
z-index: 400;
}
/*custom flexslider caption*/
.mainslider .slides li {
position: relative;
height: 100%;
}
/*necessary for caption*/
.mainslider .slides li img {
height: 100%;
width: auto;
}
.flex-caption {
background: url("/tsparkcms/images/flexslider_bac_trans_black.png") repeat scroll 0% 0% transparent;
width: 100%;
padding: 2%;
position: absolute;
left: 0px;
bottom: 0px;
color: #fff !important;
text-align: center !important;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
font-size: 14px;
line-height: 18px;
margin: 0;
}
/*Custom Carousel Styles*/
.flexslider {
overflow: hidden;
}
.flexslider.carousel li {
display: block;
}
.flex-carousel li {
margin-right: 5px;
}
.flex-carousel img {
display: block;
opacity: .5;
cursor: pointer;
}
.flex-carousel img:hover {
opacity: 1;
}
.flex-carousel .flex-active-slide img {
opacity: 1;
cursor: default;
}
.flex-carousel li img {
max-width: 100%;
}
.flex-carousel,
.flex-carousel li {
overflow: hidden;
height: 118px;
}
.flexslider.mainslider img {
margin: 0px auto !important;
}
/*Center img if not full width*/
.flexslider .vert-img img {
width: auto !important;
height: 100%;
}
.carousel .slides li {
line-height: 100%;
padding: 0;
}
.carousel li img {
display: block;
opacity: 0.5;
cursor: pointer;
}
.carousel img:hover {
opacity: 1;
}
.carousel .flex-active-slide img {
opacity: 1;
cursor: default;
}
.carousel .flex-direction-nav {
height: 0;
}
/*Custom Image Popup onclick*/
.flex-overlay {
background: url("/tsparkcms/images/flexslider_bac_trans_black.png") transparent;
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 2000;
line-height: 0px;
color: #444;
}
.flex-overlay .overlay-white {
background: #fff;
border: 10px solid #ffffff;
display: inline-block;
float: none;
clear: both;
margin: 0px auto;
position: relative;
top: 50%;
left: 50%;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
}
.flex-overlay .closelink {
background: #ffffff;
position: absolute;
top: 0px;
right: 0px;
padding: 5px 10px;
text-decoration: none;
line-height: 18px;
font-size: 30px;
color: #333333;
}
.flex-overlay .closelink {
background: url('/tsparkcms/images/button_close_popup.png') no-repeat scroll center center transparent;
display: block;
width: 34px;
height: 36px;
position: absolute;
top: -20px;
right: -20px;
padding: 0;
text-decoration: none;
font-size: 0;
}
/*imgcrop.js styles*/
.imgcrop {
overflow: hidden !important;
}
.imgcrop img.width100 {
width: 100% !important;
height: auto;
}
.imgcrop img.height100 {
height: 100% !important;
width: auto;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 0;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 0;
}
}
@media screen and (max-width: 700px) {
.flex-carousel {
display: none !important;
}
}
.cmsEventsList .event {clear:both;margin-bottom:20px;overflow:hidden;border-bottom: solid 1px #CCC;padding-bottom:8px;}
.cmsEventsList .event img {float:left;margin-right:10px;margin-bottom:10px;width:150px;}
.cmsEventsList .event .eventdetail {/*float:left;*/ overflow: hidden; }
.cmsEventsList .event .eventlocation {display:block;}
.cmsEventsList .event .eventtitle {display:block;margin:0 0 3px 0;}
.cmsEventsList .event .eventtitle a {text-decoration:none;}
.cmsEventsList .event .eventtitle a:hover {text-decoration:underline;}
.cmsEventsList .event h4 {margin:5px 0 3px 0;}
.eventstartend {color:#333; font-style: italic;display:block; padding: .5em;}
.eventdescription {display:block;}
.eventimg { float: left; }
.moredetail { float: left; clear: both; }
.featuresBox { margin: 8px 0px 20px; border-top: 1px solid rgb(153, 153, 153); padding-top: 5px; clear: both;}
.cmsEventsList .event+.featuresBox { border-top: 0; }
.featuresBox a { color: #333; font-size: 12px; text-decoration: none; padding-left: 25px; }
.featuresBox .printFriendly { background-image: url("/tsparkcms/images/news-story-print.png") left center no-repeat; margin-left: 50px;}
.featuresBox .returnToList { background: url("/tsparkcms/images/news-list.png") left center no-repeat; }
/* upcoming list view */
.cmsEventsList li .eventdetail {display:none;}
.evDetailSubhead {
display:block;
margin-top:10px;
font-weight:bold;
}
img.eventimg {float:left;margin-right:10px;margin-bottom:10px;width:150px;}
#eventRegistrationForm .label {
float: left;
width: 130px;
padding: 5px 0px 0px;
text-align: right;
margin: 0px;
color: #777;
}
.sr-only {
position: absolute;
left: -10000px;
}
/*optional category list page*/
.cmsEventsList .category {
padding: 1rem 0;
border-bottom: 1px solid #ccc;
}
.cmsEventsList .category:first-of-type {
padding-top: 0;
}
.cmsEventsList .category .teaser, .cmsEventsList .category .moreLink {
margin-top: .8em;
}
.cmsEventsList .category .moreLink a:before {
content: url('/tsparkcms/images/icon-calendar.png');
display: inline-block;
vertical-align: middle;
margin-right: 4px;
}
.cmsEventsList .category .moreLink a {
text-decoration: none;
line-height: 15px;/*line up with the :before icon.*/
color: #5d5d5d;;
}
.cmsEventsList .category .moreLink a:hover, .cmsEventsList .category .moreLink a:focus {
text-decoration: underline;
}
/*optional breadcrumb trail - can be Events/ OR Events/Event Name OR Categories/ OR Categories/Category Name/ OR Categories/Category Name/Event Name*/
.breadcrumb {
color: #999;
}
.breadcrumb:after {/*clearfix*/
content: "";
display: table;
clear: both;
}
.breadcrumb, .breadcrumb li {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
}
.breadcrumb li {
float: left;
}
.breadcrumb li.separator {
margin: 1px 4px 0;
color: inherit;
}
.breadcrumb li a {
text-decoration: none;
color: inherit;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
text-decoration: underline;
}
.breadcrumb li.active a {
font-weight: bold;
}
/* events map */
.events-map {
height: 300px;
width: 100%;
}
/* event search form */
.event-search {
margin-bottom: 1em;
}
/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - http://leandrovieira.com
* @version 0.5
* @date April 11, 2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 9998;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev {
left: 0;
float: left;
}
#lightbox-nav-btnNext {
right: 0;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}
</style>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<!-- NEW ADOBE FONTS 2022 -->
<meta charset="utf-8">
<title>
SBDC Wednesday Webinars - How to Excel at Excel: Creating a Dashboard | Griffiss Institute
</title>
<meta content="Check out our Events Calendar for The Griffiss Institute - Center for Information Assurance. Meetings, expos, conventions." name="Description">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<!--[if lt IE 9]>
<![endif]-->
<meta content="SBDC Wednesday Webinars - How to Excel at Excel: Creating a Dashboard | Griffiss Institute" property="og:title">
<meta content="" property="og:image">
<meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
</head>
<body class="subpage">
<!-- Google Tag Manager -->
<noscript>
</noscript>
<!-- End Google Tag Manager -->
<div id="top">
</div>
<a class="sr-only skiptomain">
Skip to main content
</a>
<div class="container" id="container">
<header>
<div class="cWidth">
<div class="gridcol break-900">
<div class="col-9 logo">
<div class="cmsRegion" id="cmsRegion7C742292-163C-DE64-ADCD9F95377EF527">
<a title="GI">
<img alt="GI" class="cms-image" height="100" src="rick.jpg" style="border:0;" width>
</a>
</div>
</div>
<!--/logo-->
<div class="col-15 headWrapper clearfix">
<form action="/search" class="gridcol break-600" method="get" onsubmit="return checkRequired($(this))" role="search">
<div class="col-6">
<p>
<a>
CALL [PHONE REDACTED]
</a>
</p>
</div>
<div class="col-4">
<p>
<a>
Log In
</a>
</p>
</div>
<div class="col-14 searchForm">
<label class="sr-only" for="searchterms">
Search the site
</label>
<input class="searchinput" id="searchterms" name="searchterms" placeholder="Search Site" type="search" value>
<input alt="Submit search" src="/images/icon_search_submit.png" type="image">
</div>
</form>
<nav class="mainNav clearfix" id="mainNav">
<a class="toggleNav" onclick="return toggleNav()">
<img alt="Expand Menu" src="rick.jpg">
Menu
</a>
<div class="cmsRegion" id="cmsRegion7C7422EE-163C-DE64-ADF055AF83B59060">
<!--ZOOMSTOP-->
<div class="menu-pulldown">
<ul class="level1">
<li class="level1 link1 hasSubmenu">
<a class="">
About Us
</a>
<ul class="level2" style="display: none;">
<li class="level2 link1">
<a class="">
Our Team
</a>
</li>
<li class="level2 link2">
<a class="">
Board of Directors
</a>
</li>
<li class="level2 link3">
<a class="activeSublink">
Event Calendar
</a>
</li>
<li class="level2 link4">
<a class="">
News &amp; Info
</a>
</li>
</ul>
</li>
<li class="level1 link2 hasSubmenu">
<a class="">
What We Do
</a>
<ul class="level2" style="display: none;">
<li class="level2 link1 hasSubmenu">
<a class="">
Tech Transfer
</a>
<ul class="level3" style="display: none;">
<li class="level3 link1">
<a class="" target="_blank">
Tech Transfer with Rome Labs
</a>
</li>
</ul>
</li>
<li class="level2 link2">
<a class="">
Innovare Advancement Center
</a>
</li>
<li class="level2 link3 hasSubmenu">
<a class="">
HUSTLE
</a>
<ul class="level3" style="display: none;">
<li class="level3 link1">
<a class="">
HUSTLE FAQ
</a>
</li>
</ul>
</li>
<li class="level2 link4 hasSubmenu">
<a class="">
STEM
</a>
<ul class="level3" style="display: none;">
<li class="level3 link1">
<a class="">
Competitions
</a>
</li>
<li class="level3 link2">
<a class="">
In School Programs
</a>
</li>
<li class="level3 link3">
<a class="">
Summer Camps
</a>
</li>
<li class="level3 link4">
<a class="">
STEM News
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="level1 link3 hasSubmenu">
<a class="">
Who We Work With
</a>
<ul class="level2" style="display: none;">
<li class="level2 link1 hasSubmenu">
<a class="">
Air Force Research Laboratory
</a>
<ul class="level3" style="display: none;">
<li class="level3 link1">
<a class="">
Visiting Faculty
</a>
</li>
<li class="level3 link2">
<a class="">
Internship Programs
</a>
</li>
<li class="level3 link3 hasSubmenu">
<a class="">
STEM
</a>
<ul class="level4" style="display: none;">
<li class="level4 link1">
<a class="">
Competitions
</a>
</li>
<li class="level4 link2">
<a class="">
In School Programs
</a>
</li>
<li class="level4 link3">
<a class="">
Summer Programs
</a>
</li>
<li class="level4 link4">
<a class="">
STEM News
</a>
</li>
</ul>
</li>
<li class="level3 link4">
<a class="">
AFRL/RI Facilities
</a>
</li>
</ul>
</li>
<li class="level2 link2">
<a class="">
Cyber Research Institute
</a>
</li>
<li class="level2 link3 hasSubmenu">
<a class="">
Information Institute
</a>
<ul class="level3" style="display: none;">
<li class="level3 link1">
<a class="">
II 2022 Events &amp; Activities
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="level1 link4">
<a class="">
Reservation Request
</a>
</li>
</ul>
</div>
<!--ZOOMRESTART-->
</div>
</nav>
</div>
<!--/col-16-->
</div>
<!--/gridcol-->
</div>
<!--/cWidth-->
</header>
<header class="cWidth" role="banner">
<div class="cmsRegion" id="cmsRegion7C742334-163C-DE64-ADC45EB80DE7BD12">
<div class="flexslider" id="flexslider72F2A163-163C-DE64-AD33375C1A34B66B">
<ul class="slides">
<li>
<img alt="GI AUD" src="rick.jpg">
</li>
</ul>
</div>
<!--end flexslider-->
</div>
</header>
<!--/banner-->
<main class="content" id="main" role="main">
<div class="cWidth clearfix">
<div class="cmsRegion" id="cmsRegion7C7423A6-163C-DE64-AD1D2116EBB97D62">
<h1>
Events
</h1>
<p>
Find everything you need to know about what's happening at the Innovare Advancement Center and Griffiss Institute here!&nbsp;
</p>
<p>
Business, STEM, academia, community events, you name it, and we can host it, create it, and even market it. We are here to support our regional and state tech community in any way we can.
</p>
<h3 style="text-align: right;">
<a title="Submit An Event">
<span class="lighterText">
Submit An Event
</span>
</a>
</h3>
<div class="eventdetail">
<h2 class="eventtitle">
SBDC Wednesday Webinars - How to Excel at Excel: Creating a Dashboard
</h2>
<span class="eventstartend">
Apr 17, 2019, 10:00 AM
to 11:00 AM
</span>
<span class="eventlocation">
Location: Webinar
</span>
<div class="eventdescription">
<p>
<strong>
SBDC Wednesday Webinars - How to Excel at Excel
</strong>
</p>
<p>
<strong>
NEW!!! Microsoft Excel &ndash; Creating a Dashboard
</strong>
</p>
<p>
Wed 4/17, 10-11 am
</p>
<p>
Webinar
</p>
<p>
$20
</p>
<p>
Dashboards can increase your efficiency and communication by giving you quick, visual updates on your projects. See spreadsheet data on a dashboard that automatically updates as data changes!
</p>
<p>
Sign up today for this webinar presented by Patricia Cerio of PC Smartz IT Consulting Services to learn best practices for creating a dashboard!&nbsp;&nbsp;
</p>
<p>
<a target="_blank" title="How to Excel at Excel -- Part 5: Creating a Dashboard">
<strong>
Register today!
</strong>
</a>
</p>
</div>
</div>
<div class="featuresBox">
<a class="returnToList">
Return to List
</a>
</div>
<hr>
<p>
&nbsp;
</p>
</div>
<div class="gridcol break-700 edges">
<div class="col-15 contentleft">
<div class="cmsRegion" id="cmsRegion8E3BBDE8-163C-DE64-AD628946FE982D96">
</div>
</div>
<!--/col-15-->
<div class="col-9 sidebar">
<div class="cmsRegion" id="cmsRegion8E3BBE35-163C-DE64-ADDFD49247084407">
<p>
<a target="_blank">
<img alt="UNY Event Calendar" src="rick.jpg" style="width: 300px; height: 64px;">
</a>
</p>
</div>
</div>
<!--/col-9-->
</div>
<div class="clearfix" id="addThis">
<div class="cmsRegion" id="cmsRegion8D0A5AE7-163C-DE64-AD6D41FD242508D4">
</div>
</div>
<!--/addThis-->
<div class="fade" id="scrollUp">
<a onclick="return scrollUp(this)">
<img alt="scroll up" src="rick.jpg">
</a>
</div>
<!--scrollUp-->
</div>
<!--cWidth-->
</main>
<!--/main-->
<footer>
<div class="cWidth">
<div class="gridcol break-400">
<div class="col-6 col-md-12 col1">
<div class="cmsRegion" id="cmsRegion7C7423EA-163C-DE64-ADFCBA8015DAF972">
<h3>
Contact Us
</h3>
<p>
[PHONE REDACTED] Phone
<br>
[PHONE REDACTED] Fax
</p>
<p>
[ADDRESS REDACTED]
<br>
[ADDRESS REDACTED]
<br>
Rome, NY
</p>
<p>
&nbsp;
</p>
</div>
</div>
<div class="col-6 col-md-12 col2">
<div class="cmsRegion" id="cmsRegion7C742434-163C-DE64-AD1D56A32219E362">
<h3>
e-newsletter
</h3>
<p>
<a target="_blank" title="sign up for GI's newsletter">
Sign Me Up!
</a>
</p>
<p>
<a>
View Privacy Policy
</a>
</p>
<h3>
<a title="GI Site Map">
SITE MAP
</a>
</h3>
</div>
</div>
<div class="col-6 col-md-12 col3">
<div class="cmsRegion" id="cmsRegion7C742478-163C-DE64-AD82D1749B722460">
<h3>
&nbsp;
<a title="Our Team">
Our Team
</a>
<span style="font-size: 12px;">
&nbsp;
</span>
</h3>
<p>
<a target="_blank" title="Unanet Login">
<img alt="Unanet" src="rick.jpg" style="width: 100px; height: 27px;">
</a>
</p>
<h3>
<a title="Document Submission">
DOCUMENT SUBMISSION
</a>
</h3>
</div>
</div>
<div class="col-6 col-md-12 col4">
<div class="cmsRegion" id="cmsRegion7C742512-163C-DE64-AD9D9306A35AE718">
<h3>
Connect
</h3>
<p>
<a target="_blank">
<img alt src="rick.jpg" style="width: 40px; height: 40px;" title="Griffiss Institute Facebook">
</a>
<a target="_blank">
<img alt src="rick.jpg" style="width: 40px; height: 40px;" title="Griffiss Institute Twitter">
</a>
<a target="_blank">
<img alt src="rick.jpg" style="width: 40px; height: 40px;" title="Griffiss Institute LinkedIn">
</a>
<a target="_blank">
<img alt src="rick.jpg" style="width: 40px; height: 40px;" title="Griffiss Institute YouTube page">
</a>
<a target="_blank">
<img alt="GI Instagram" src="rick.jpg" style="width: 40px; height: 40px;">
</a>
</p>
</div>
</div>
</div>
<!--gridcol-->
</div>
<!--/cWidth-->
<div class="copyright gridcol break-700 cWidth">
<div class="col-12">
<div class="cmsRegion" id="cmsRegion7C74255A-163C-DE64-AD6D718239085387">
<p>
&copy; The Griffiss Institute (GI) is a 501(c)(3) nonprofit talent and technology accelerator for the United States Department of Defense and an international network of academic, government and industry partners. Since 2002, the GI has served the Air Force Research Laboratory Information Directorate, the Mohawk Valley region, and the United States, empowering diverse teams with talent and technology development programs that lead the nation in technical and economic impact.
</p>
<quillbot-extension-portal>
</quillbot-extension-portal>
<quillbot-extension-portal>
</quillbot-extension-portal>
<quillbot-extension-portal>
</quillbot-extension-portal>
<quillbot-extension-portal>
</quillbot-extension-portal>
</div>
</div>
<div class="col-12 last">
<p class="bcgline">
Site Created by
<a target="_blank" title="Brockett Creative Group, Inc.">
Brockett Creative Group, Inc.
</a>
</p>
<p class="tsparkline">
Content Powered by
<a target="_blank">
tSpark CMS
</a>
</p>
</div>
</div>
<!--copyright-->
</footer>
</div>
<!-- Cycle Banner -->
<!--[if lt IE 7 ]>
<![endif]-->
</body>
</html>