/* BROADSHEET TEMPLATE CSS */

body {
    background: #EFEFEF;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

img {
    max-width: 100%;
}


/* LINKS */

a:link {
    color: #FF6600;
    text-decoration: none;
}

a:visited {
    color: #FF6600;
    text-decoration: none;
}

a:hover,
a:active {
    color: #FF6600;
    text-decoration: underline;
}

#top a:link {
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
}

#top a:visited {
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

#top a:hover,
#top a:active {
    color: #FF6600;
    text-decoration: underline;
    font-weight: bold;
}

#footer a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid #ddd;
}

#footer li:last-child a {
    border: none;
}

#footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#footer a:hover,
#footer a:active {
    color: #FBAF5D;
    text-decoration: none;
    font-weight: bold;
}

#bottom a:link {
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
}

#bottom a:visited {
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

#bottom a:hover,
#bottom a:active {
    color: #FF6600;
    text-decoration: underline;
    font-weight: bold;
}


/* LISTS */

#content ul {
    padding-left: 0px;
    margin-left: 20px;
    color: #444444;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content li {
    list-style-type: square;
    padding: 0px;
}


/* TYPOGRAPHY */

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 17px;
    line-height: 20px;
    color: #003366;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

h2 {
    font-size: 17px;
    line-height: 20px;
    color: #003366;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

h3 {
    font-size: 17px;
    line-height: 19px;
    color: #003366;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

h4 {
    font-size: 14px;
    line-height: 17px;
    color: #003366;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

h5 {
    font-size: 12px;
    color: #003366;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

#header h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #33FF00;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    margin-bottom: 5px;
    padding-left: 35px;
}

.header-left h1 span {
    color: #FF3366;
}

#header h2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #DDDDDD;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    padding-left: 35px;
}


/* CONTAINERS */

#wrapper {
    width: 70%;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 0px;
    border: 3px solid #014A7F;
    border-radius: 15px;
    padding: 2px;
}

#top {
    width: 70%;
    margin: 0 auto;
}

#top p {
    text-align: left;
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 0px;
    line-height: 12px;
    font-size: 12px
}

#header {
    background: #014A7F;
    text-align: left;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    position: relative;
}

#menu {
    margin: 0 auto;
    clear: both;
}

#content {
    padding: 0px;
    margin: 0px;
    border: 0px dashed #cccccc;
    padding-top: 30px;
    padding-bottom: 15px;
    clear: both;
    text-align: left;
}

#content #inside {
    text-align: left;
    overflow: hidden;
    padding: 0 15px;
}

#content #inside #left {
    margin: 0 2% 0 0;
    float: left;
    width: 80%;
}

#content #inside #right {
    float: left;
    width: 18%;
}

#footer {
    background: #004A80;
    padding: 20px 0 5px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 12px;
}

#footer p {
    text-align: center;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0px;
    line-height: 16px;
    font-size: 12px;
    color: #DDDDDD;
}

#bottom {
    width: 940px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    font-size: 12px
}


/* NAVIGATION */

#navcontainer ul {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FF6600;
    color: #FFFFFF;
    float: left;
    width: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    padding: 10px 15px;
    background-color: #FF6600;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
    background-color: #FFCC33;
    color: #111111;
}


/* IMAGE PLACEMENT */

.float_left {
    float: left;
    border: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
}

.float_right {
    float: right;
    border: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
}


/* OTHER */

.box_468x60 {
    border: 1px solid #DDDDDD;
    background-color: #f9f9f9;
    width: 468px;
    height: 60px;
    margin-bottom: 10px;
}

.box_180x60 {
    border: 1px solid #E6E6E6;
    background-color: #f9f9f9;
    width: 180px;
    height: 60px;
    margin-bottom: 10px;
}

.spacer {
    clear: both;
}

body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #F3A90A;
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #fff;
}

.topnav a:nth-child(8) {
    border-right: none;
}

.topnav a:hover {
    background-color: #FCC347;
    color: black;
}

.active {
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.header {
    overflow: hidden;
    padding-bottom: 34px;
}

.header-left {
    float: left;
    width: 50%;
}

.header-right {
    float: left;
    width: 25%;
    text-align: right;
}

.header-middle img {
    width: 120px;
    margin-bottom: -5px;
    margin-top: 5px;
}

#footer li {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logo img {
    margin-bottom: -6px;
    position: absolute;
    right: 20px;
    top: -29px;
    z-index: 4;
    height: auto;
    width: 305px;
}


/* Responsive CSS */


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    #content #inside #left,
    #content #inside #right,
    .header-left,
    .header-right {
        float: none;
        width: 100%;
        margin: 50px 0 16px;
    }
    .header-left {
        margin: 0;
    }
    .header-left,
    .header-right {
        text-align: center;
    }
    .logo img {
        margin-bottom: 0;
        border-top-right-radius: 0;
        position: relative;
        top: 0;
        right: 0;
    }
    #header h2,
    #header h1 {
        padding-left: 0;
        text-align: center;
    }
    #wrapper,
    #top {
        width: 85%;
    }
    #top p {
        padding-left: 0;
    }
    .topnav a {
        border-right: none;
    }
    .header-middle {
        display: none;
    }
    .logo img {
        margin-bottom: -55px;
        border-top-right-radius: 0;
        position: relative;
        top: 0;
        right: 0;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/* iPhone 6, 7, 8 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/* iPhone X ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}