﻿h1 {
    color: #1077bd;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}

h2 {
    color: #5A5A5A;
    font-weight: bold;
    font-family: 'Franklin Gothic Book', sans-serif;
    font-size: 18px;    
}

    /*h2:before {
        content: "Release Notes";
        color: #003b71;
        font-family:brandon-grotesque, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 100;
        letter-spacing: 4px;
        margin-right: 50px !important;
        padding: 0em 1em 0em 0.25em;
        border-right: 1px solid #808080;
        line-height: 40px;
    }*/

body {
    font-family: Roboto;
    background-color: #FFFFFF;
}

.typehead, form h2 {
    font-family: "museo-sans", sans-serif;
    letter-spacing: .04rem;
}

.categoryhead, .notealt1, .notealt2, select {
    font-family: 'Franklin Gothic Book';
}

    .categoryhead p {
        padding: 0.5em 0.25em;
    }

div.center {
    background: url('../Release-Notes-Background.png');
    background-size: cover;
    background-position: center center;
    text-align: left;
}

img.center {
    max-height: 300px !important;
}

.typehead {
    color: #D37927;
    background-color: #FFFFFF;
    font-weight: bold;
    font-family: "museo-sans", sans-serif;
    letter-spacing: .04rem;
    font-size: 24px;
}


.categoryhead {
    color: #5A5A5A;
    font-family: 'Franklin Gothic Book', sans-serif;
    font-weight: bold;
    font-size: 24px;
    border-top: 1px solid #808080;
    margin-top: 50px;
}

p [style="font-size:12px;"] {
  color: #666 !important;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 16px !important;
  font-family:"museo-sans", sans-serif;
  font-weight: 500;
}

.releasesub {
    color: #FFFFFF;
    background-color: #CECECF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.notecat {
    color: #004A7F;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notealt1 {
    color: #808080;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.notealt2 {

    color: #15396C;
    font-family:"museo-sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.itemcount {
    color: #808080;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

select {
    width: 125px;
    min-width: 125px;
    /*height: 21px;*/
    color: #15396C;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.inline {
    display: inline;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

img.bullet {
    padding-top: 10px;
    padding-right: 10px;
}

/*Chrome command Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    img.bullet {
        padding-top: 0px;
    }
}