@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');
body {margin: 0 auto; padding: 0; font-family:'IBM Plex Sans',sans-serif;font-weight: 400; max-width: 1200px;}
p,div {font-size: 18px; line-height:29px; COLOR: #000000; text-align: left; }
.headline {font-size: 24px; line-height:34px; COLOR: #365a9c}
h1 {font-size: 30px; line-height:50px; font-weight: bold; COLOR: #365a9c; padding-top:10px; text-align: center;}
h2 {font-size: 22px; line-height:32px; font-weight: bold; COLOR: #365a9c; padding-top:8px;}
h3 {font-size: 18px; line-height:28px; font-weight: bold; COLOR: #365a9c; padding-top:6px;}
a:link,a:active,a:visited {COLOR: #2E629D; text-decoration: none;}

::placeholder {
  color: #ddd;
}

textarea, input[type=text], fieldset, select {
    font-size: 16px;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #2E629D;
    border-radius: 4px;
    max-width: 100%;
    background-color: white;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}
textarea:focus, input[type=text]:focus {
    background-color: #d8e1ef;
}
input[type=submit], input[type=reset] {
    background-color: #2E629D;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px;
}

.header {
    background-image: url('images/it-com_r1_c10.jpg');
    background-repeat: repeat-x;
    height: 101px;
    width: 100%;
    display: block;
    font-size: 22px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.center-block {
   margin: auto;
}

.vert-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.header div {
    color: white;
    display: inline-block;
}
.header span {
    font-size: smaller;
    color: #333;
}

.header li {
    float: left;
}

/* clear'n floats */
.header ul:after {
    clear: both;
}

.header ul:before,
.header ul:after {
    content: " ";
    display: table;
}

.header ul {
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 0;
    white-space: nowrap;
    padding-top: 15px;
    margin-top: 0;
}

.header ul.primary li a {
    display: block;
    padding: 20px 30px;
    border-right: 2px solid #4f668f;
}

.header ul.primary li:last-child a {
    border-right: none;
}
.header ul.sub {
    position: absolute;
    z-index: 200;
    box-shadow: 3px 3px 0 #4f668f;
    max-width: 100%;
    display:none;
}

.header ul.sub li {
    float: none;
    margin: 0;
}

.header ul.sub li a {
    border-bottom: 2px dotted #4f668f;
    border-right: none;
    padding: 15px 30px;
    line-height: 50px;
    justify-content: center;
    background-color: #8097bf;
}
.header ul.sub li a img {
    width: 70px;
    padding-right: 10px;
    float: left;
    justify-content: center;
}

.header ul.sub li:last-child a {
    border-bottom: none;
}

/* sub display*/
.header ul.primary li:hover ul {
    display: block;
    background: #8097bf;
}

.header ul.primary li:hover:not(:first-child) > a {
    color: yellow;
    background: #4f668f;
}

.header ul.sub li:hover > a, .header ul.sub li:hover div  {
    color: yellow;
    background: #4f668f;
}

.header ul.sub li:hover span {
    color: white;
    background: #4f668f;
}

.logo {
  background-image: url('images/bolide-logo-text.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20% !important;
  height: 80px !important;
  float:left;
}

.footer {
    background-color: #000;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.footer-logo {
    display: block;
    float: left;
    padding: 20px;
    width: 160px;
    height: 160px;
}
.footer ul {
    display: inline-block;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10pt;
    font-weight: 100;
    color: #fff;
}
.footer-copy {
    text-align: center;
    color: #fff;
    font-size: 10pt;
    font-weight: 100;
}
.footer a:link, .footer a:visited {
    color: #fff;
    font-weight:bold;
    text-decoration: none;
}
.footer a:hover {
    color:yellow;
}

.onecolumn {
    width: 90%;
    margin: 0 auto;
}

.content {
    width: 100%;
    margin: 0 auto;
}
.content:after {
    content: "";
    display: table;
    clear: both;
}
.maincontent {
    vertical-align: top;
    float: left;
    width: 74%;
    padding-left: 10px;
}

.maincontent ul li, .onecolumn ul li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.maincontent ul li img, .onecolumn ul li img{
    padding-bottom: 10px;
    padding-top: 10px;
}

.nicelink, .nicelinkblock a:link, .nicelinkblock a:active, .nicelinkblock a:visited {
    text-decoration: none;
    background-position-y: -0%;
    background-image: linear-gradient( white 50%, gold 50%);
    transition: background 500ms ease;
    background-size: auto 185%;
}

.nicelink:hover, .nicelinkblock a:hover {
    background-position-y: 100%;
}

.blue-container {
    background-color: #d8e1ef;
    border: #2E629D solid 2px;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.blue-container .nicelink, .blue-container .nicelinkblock a:link, .blue-container .nicelinkblock a:active, .blue-container .nicelinkblock a:visited {
    background-image: linear-gradient( #d8e1ef 50%, orange 50%);
}

.centered {
    text-align: center;
}

.rightcol {
    background-color: #EBEBEB;
    border: #2E629D solid 2px;
    padding: 5px;
    width: 21%;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.rightcol p, .rightcol div, .rightcol ul li {
    font-size: 14px;
    line-height:22px;
    COLOR: #606060;
}

.rightcol ul li {
    margin-left: -15px;
}

.rightcol a:hover {
    color:black;
}

.box {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #e0e0e0;
    border-style: solid;
    border-color:#0000FF;
}

.good {
    border-color: #4CAF50;
}
.bad {
    border-color: #FF0000;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

@media print {
     body { font-size: 12pt; }
     A { font-size: 12pt; }
     .text { font-size: 12pt; }
     .headline {FONT-size: 14pt;}
     h1 { font-size: 18pt; }
     h2 { font-size: 16pt; }
     h3 { font-size: 14pt; }
}


.myButton {
	-moz-box-shadow:inset 0 1px 0 0 #fff6af;
	-webkit-box-shadow:inset 0 1px 0 0 #fff6af;
	box-shadow:inset 0 1px 0 0 #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23)); !important
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-size:20px !important;
	font-weight:bold !important;
	padding:6px 24px;
	margin: 10px;
	text-decoration:none !important;
	text-shadow:0 1px 0 #ffee66 !important;
}

.myButton:hover, .myButton a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

@media screen and (max-width: 55em) {
    .maincontent {float:none; width: 95%;padding: 5px;}
    .rightcol {
        background-color: #EBEBEB;
        border: #2E629D solid 2px;
        padding: 10px;
        width: 90%;
        max-width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .rightcol A:link, .rightcol A:visited{
        font-size: 12pt;
    }
}

.fun-hover {
    font-weight: bold;
    background-image: linear-gradient(to right, transparent 50%, hsl(200, 100%, 80%) 50%);
    background-position: 0;
    background-size: 200%;
    transition: all 0.4s;
}
.fun-hover:hover {
    background-position: -100%;
}

ul.spaced li, .rightcol ul.spaced li{
    padding-bottom:10px;
}

@media screen and (max-width: 40em) {
     body {
          float:left;
          width:100%;
          font-size: 14pt;
     }
    .logo {
        background-image: url('images/bolide-logo-sq.svg');
        width: 60px !important;
        height: 60px;
        margin-left: 5px;
    }
    .header ul.primary li:first-child a {
        border-right: none;
    }
    .header ul.primary li a {
        padding: 20px 8px;
        font-size: 13pt;
    }
     .maincontent {float:none; width: 95%;padding: 5px;}
     .text { font-size: 14pt; }
     .headline {FONT-size: 20pt;}
     h1 { font-size: 26pt; }
     h2 { font-size: 20pt; }
     h3 { font-size: 18pt; }
     .hideme {
       display: none;
     }
    .header ul.sub li a {
        padding: 10px 10px;
        line-height: 30px;
    }
    img {
        max-width: 100%;
    }
    input[type=submit], input[type=reset] {
        padding: 12px 4px;
    }
}