html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
button {
    cursor: pointer
}
body {
    background: #fff;
    font: 16px/24px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}
h1 {
    font-size: 42px;
    line-height: 46px;
    margin: 10px 0 15px 0;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0 10px 0
}
h2.home {
    margin: 0 0 10px 0
}
h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px
}
h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px
}
h5 {
    font-size: 17px;
    line-height: 24px
}
h6 {
    font-size: 14px;
    line-height: 21px
}
.subheader {
    font-size: 20px;
    font-weight: 400;
}
p {
    margin: 0 0 20px;
    font-size: 1.25rem;
    line-height: 2rem
}
p img {
    margin: 0
}
p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777
}
em {
    font-style: italic
}
strong {
    font-weight: 700;
    color: #333
}
small {
    font-size: 80%
}
blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}
blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}
blockquote cite:before {
    content: "\2014 \0020"
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}
hr.resume {
    border: solid #ccc;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 5px;
    height: 0
}
a,
a:visited {
    color: #333;
    outline: 0;
    text-decoration: none
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline
}
p a,
p a:visited {
    line-height: inherit
}
ul,
ol {
    margin-bottom: 20px
}
ul {
    list-style: none outside
}
ol {
    list-style: decimal
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px
}
ul.square {
    list-style: square outside
}
ul.circle {
    list-style: circle outside
}
ul.disc {
    list-style: disc outside
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px
}
li {
    line-height: 2;
    margin-bottom: 12px;
    font-size: 18px
}
ul.inline {
    display: inline-block;
    *display: inline;
    zoom: 1
}
img.scale-with-grid {
    max-width: 100%;
    height: auto
}
.right {
    float: right;
    margin-left: 10px
}
.left {
    float: left;
    margin-right: 10px
}
img.border {
    border: 1px solid #ccc;
    padding: 2px;
    background: #eee
}
div.pincontainer {
    position: relative;
    left: 0;
    top: 0
}
img.pinbottom {
    position: relative;
    top: 0;
    left: 0
}
img.pintop {
    position: absolute;
    bottom: 10px;
    left: 10px
}
#header {
    margin:0;
    padding: 5px 0;
}
#logo {
    float: left;
    margin-top: 3px
}
#logored {
    color: #d70a0a
}
#logo a {
    text-decoration: none
}
#circle {
    display: inline-block;
    float: left;
    width: 33px;
    height: 33px;
    background: #d70a0a;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font: normal 20px/33px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif
}
#logotext {
    color: white;
    display: inline-block;
    font: normal 26px/35px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 3px;
}
#logo h1,
#logo p {
    color: #fff;
    font: 12px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 0 36px;
    line-height: 8px
}
#logo img {
    margin: 0;
    max-width: 100%;
    height: auto
}
nav {
    float: right;
    padding: 5px 10px 0 0
}
nav ul {
    list-style: none
}
nav li {
    display: inline-block;
    float: left;
    padding: 10px 10px 0 10px
}
nav li:last-child {
    padding-right: 0
}
nav ul li a, nav ul li a:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}
nav ul li a:hover {
    color: #d70a0a;
    text-decoration: none;
}
#menu-icon {
    display: none;
    width: 35px;
    height: 35px;
    background: url(https://phlebotomycoach.com/images/menu-icon-40x40.png) center
}
:hover#menu-icon {
    background-color: #000;
    border-radius: 4px 4px 0 0
}
.resources a.activeresources,
.faqs a.activefaqs,
.products a.activeproducts,
.jobs a.activejobs,
.certification a.activecertification,
.schools a.activeschools {
    color: #d70a0a
}
#content {
    margin-bottom:40px
}
#content a,
#content a:visited {
    color: #d70a0a
}
#content a:hover,
#content a:focus {
    text-decoration: underline
}
.adabove {
    float: right;
    margin: 5px 0 0 10px;
    width: 350px;
}
.admiddle {
    text-align: center;
    margin: 15px 0
}
.adbelow {
    padding: 0;
    margin: 10px 0 0;
}
#content a.esy_request_button {
    color:#fff;
}
.esy_listing_box_container {
    min-height: 700px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom:20px
}
.listings_widget_esy_zip_search_container .listings_widget_esy_title {
    font-size: 1.25em!important;
    margin: 0 0 10px 0!important;
}
.esy_search_box_container {
    min-height: 400px;
}
.zip_widget_esy_container .zip_widget_esy_search_box_contianer {
    max-width: 100%!important
    text-align: left;
}
.zip_widget_esy_container input[type="text"]{
    width: 100%!important;
    box-sizing: border-box!important;
    height:40px!important;
    padding: 4px 8px!important;
    font-size: 18px!important
}
.zip_widget_esy_container input[type="submit"] {
    margin-top: 10px;
}
.prodimg {
    text-align: center
}
.prodimg img {
    border: 1px solid #ccc;
    padding: 2px;
    max-width:400px;
    width:100%;
    height:auto;
}
table#abbrlist th,
table#schoollist th,
table#convchart th,
table#drawchart th,
table#staticdrawchart th {
    font-weight: 700;
    background-color: #ccc;
    padding: 5px
}
table#staticdrawchart th {
    text-align: left
}
table#abbrlist td,
table#schoollist td,
table#convchart td,
table#drawchart td,
table#staticdrawchart td {
    padding: 5px
}
table#convchart td,
table#drawchart td {
    text-align: center
}
table#abbrlist tr,
table#schoollist tr,
table#convchart tr,
table#drawchart tr,
table#staticdrawchart tr {
    border-bottom: 1px solid #ccc
}
.hide {
    background-color: #000
}
.hideme {
    cursor: pointer
}
#resume {
    border: 2px double #ddd;
    outline: 1px solid #ddd;
    outline-offset: -7px;
    padding: 15px
}
#content .resumehead p,
#content .resumehead h3 {
    text-align: center
}
#resumetemplate {
    display: none
}
.inline {
    display: inline-block;
    *display: inline;
    zoom: 1
}
.payplus {
    vertical-align: middle;
    padding: 4px 10px 0 0
}
.state-left,
.state-middle {
    float: left;
    padding-right: 30px
}
.state-right {
    float: left
}
.state-left,
.state-middle,
.state-right {
    font-size: 14px
}
.under-post-related {
    margin: 25px 0 15px
}
.under-post-related ul {
    list-style-type: none;
    padding: 0
}
.under-post-related ul li {
    float: left;
    display: inline;
    max-width: 150px;
    margin-right: 25px
}
.under-post-related img {
    border: 1px solid #ccc
}
.under-post-related h4 {
    color: #c00000;
    text-align: center;
    height: 100px;
    font-size: 18px;
    line-height: 20px
}
/* --- School Listing Container --- */
.school-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}
/* --- Individual School Card --- */
.school-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    transition: transform 0.2s ease-in-out;
    min-width: 0;
}
.school-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.school-card h3 {
    margin-bottom: 10px;
    color: #1e2a78;
}
.school-card p.program {
    font-weight: bold;
    color: #444;
}
.school-card .location {
    color: #666;
    line-height: 1.5;
}
.school-card .contact-info {
    margin-top: 10px;
    font-size: 14px;
}
.school-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}
.school-details {
    flex: 1;
}
.school-map {
    width: 300px;
    height: 200px;
    flex-shrink: 0;
}
#content .school-card .contact-info a {
    display: inline-block;
    color: #1e2a78;
    text-decoration: none;
    font-weight: bold;
}
#content .buttons a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.school-card .contact-info a:hover {
    text-decoration: underline;
}
.buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.view-website,
.get-directions {
    flex-grow: 1;
    text-align: center;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.view-website {
    background: #1e2a78;
    color: #fff;
}
.view-website:hover {
    background: #4c67af;
}
.get-directions {
    background: #28a745;
    color: #fff;
}
.get-directions:hover {
    background: #218838;
}

#sidebar h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
    clear: left
}
#sidebar ul {
    margin-left: 20px;
    list-style: square outside
}
#sidebar ul li.more {
    list-style-type: none;
    font-weight: 700
}
#sidebar .icon {
    background-image: url(https://phlebotomycoach.com/images/icons.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 10px
}
#sidebar .facebook {
    background-position: -0 -0;
    margin-right: 20px
}
#sidebar .twitter {
    background-position: -0 -42px;
    margin-right: 20px
}
#sidebar .pinterest {
    background-position: -0 -210px
}
#social {
    text-align: center;
}
#sidebar .sidebarshade {
    background-color: #f0f0f0;
    padding: 5px;
    margin-bottom: 20px
}
#sidebar .sidebarshade ul {
    margin-bottom: 0
}
#sidebar .sidebarshade ul li {
    font-size: 16px;
    line-height: 24px
}
.stuck {
    position: sticky
}
#scroll {
    top: 30px
}
#search {
    border: 15px solid #f0f0f0
}
#searchBox {
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    border: 0px
}
#ss360SearchButton {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    min-width:inherit;
    border: 0px
}
#footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top:10px
}
#footer .footernav,
#footer .copyright {
    float: left;
    width: 49%;
    display: inline;
}
#footer .footernav ul {
    overflow: hidden
}
#footer .footernav ul li {
    list-style-type: none;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #bebea7
}
#footer .footernav ul li a {
    text-decoration: none
}
#footer .copyright {
    text-align: right;
    padding-right: 10px
}
#footer ul li.last {
    border-right: 0 none
}
#reviewedon {
    color: #7f7f7f;
    font-size: 14px;
    padding-bottom: 5px;
    font-style: italic
}
.related-box p {
    padding: 10px;
    background-color: #f6f6f6;
}
.amz-disclaimer {
    font-size: 12px;
    color: #202020;
}
.buttonswrap {
    display: block;
    float: left;
    margin: 0 0 0 -50px;
    position: fixed;
    width: 52px;
    padding: 5px
}
.buttonswrap span {
    font-size: 10px;
    font-weight: 700
}
.mobileline {
    display: none
}
.scrollingicon {
    background-image: url(https://phlebotomycoach.com/images/icons.png);
    width: 32px;
    height: 32px;
    float: left;
    margin-bottom: 10px
}
.scrollingfacebook {
    background-position: -0 -0
}
.scrollingtwitter {
    background-position: -0 -42px
}
.scrollinggplus {
    background-position: -0 -84px
}
.scrollinglinkedin {
    background-position: -0 -126px
}
.scrollingemail {
    background-position: -0 -168px
}
.bargraph {
    list-style: none;
    width: 560px
}
ul.bargraph li {
    height: 35px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 35px;
    padding: 0 20px;
    margin-bottom: 5px
}
ul.bargraph li.reddeep {
    background: #ED1C24;
    width: 100%
}
ul.bargraph li.redpink {
    background: #EF465B;
    width: 85%
}
ul.bargraph li.orangered {
    background: #E28159;
    width: 65%
}
ul.bargraph li.orange {
    background: #F99C1C;
    width: 87%
}
.container #content .homefacts1 {
    background: #ED1C24;
    color: #fff;
    height: 175px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}
.container #content .homefacts2 {
    background: #EF465B;
    color: #fff;
    height: 175px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}
.container #content .homefacts3 {
    background: #E28159;
    color: #fff;
    height: 175px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}
#content .homefacts1 p,
#content .homefacts2 p,
#content .homefacts3 p {
    padding: 15px 5px;
    font-size: 18px;
    text-align: center;
    line-height: 26px
}
#content .homefacts1 a,
#content .homefacts2 a,
#content .homefacts3 a {
    background: #fff;
    color: #00F;
    padding: 0 8px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.container #content .step1 {
    background: #ED1C24;
    color: #fff;
    height: 300px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}
.container #content .step2 {
    background: #EF465B;
    color: #fff;
    height: 300px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}
.container #content .step3 {
    background: #E28159;
    color: #fff;
    height: 300px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}
hr.homeline {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 0 0 15px;
    height: 0
}
#content .step1 p,
#content .step2 p,
#content .step3 p {
    padding: 15px 5px;
    font-size: 16px;
    text-align: center;
    line-height: 26px
}
#content .step1 a,
#content .step2 a,
#content .step3 a {
    color: #fff;
    text-decoration: underline
}
#content .step1 h4,
#content .step2 h4,
#content .step3 h4 {
    padding: 10px 5px 5px;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    color: #fff
}
.talkbubble {
    margin-left: 30px;
    width: 180px;
    height: 135px;
    background: #ED1C24;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
.talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid #ED1C24;
    border-bottom: 13px solid transparent
}
#content .talkbubble p {
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 16px
}
.hometraining {
    margin-bottom: 10px;
    padding: 20px 10px;
    background: #E28159;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.hometraining h4 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff
}
#content .hometraining ul li span {
    font-weight: 700
}
.homebasics {
    float: right;
    margin: 0 0 10px 10px;
    width: 375px;
    padding: 20px 10px 10px;
    background: #EF465B;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.homebasics ul {
    float: left
}
.homebasics ul li {
    margin: 0
}
.homebasics h4 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff
}
.homebasics p {
    font-size: 12px
}
.signupform {
    text-align: center
}
.signupform p {
    margin: 0 0 5px;
    text-align: center;
    line-height:1.5
}
.signupform input {
    width: 90%;
    padding:5px
}
.signupbutton {
    cursor: pointer;
    margin-top: 5px;
    color: #fff;
    width: auto;
    padding: 5px 15px;
    background-color: green;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}
p.signupprivacy {
    font-size: 12px
}
p.signupprivacy a {
    text-decoration: underline
}
#container-header {
    width: 100%;
    margin-bottom: 20px;
    background-color: #0c0c0c
}

/* Updated Container */
/* ✅ Make container a flex container */
.container {
    display: flex; /* Fixes warnings */
    flex-wrap: wrap; /* Ensures proper wrapping on small screens */
    justify-content: space-between; /* Ensures even spacing */
    max-width: 1040px; /* Keeps it centered */
    width: calc(100%); /* Prevents content from touching edges */
    margin: 0 auto;
    padding: 0 20px;
}

/* ✅ Make row a flex container */
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
    align-items: flex-start;
}

/* ✅ Columns: Use flex so they align properly */
.container .column,
.container .columns {
    margin-left: 10px;
    margin-right: 10px;
    flex: 1; /* Allows columns to scale properly */
}

/* ✅ Ensure correct margins for first & last columns */
.column.alpha,
.columns.alpha {
    margin-left: 0;
}

.column.omega,
.columns.omega {
    margin-right: 0;
}

/* ✅ Responsive Grid Using Percentage-Based Widths */
.container .one.column,
.container .one.columns { flex: 0 0 calc((100% * 1 / 16) - 20px); }

.container .two.columns { flex: 0 0 calc((100% * 2 / 16) - 20px); }

.container .three.columns { flex: 0 0 calc((100% * 3 / 16) - 20px); }

.container .four.columns { flex: 0 0 calc((100% * 4 / 16) - 20px); }

.container .five.columns { flex: 0 0 calc((100% * 5 / 16) - 20px); }

.container .six.columns { flex: 0 0 calc((100% * 6 / 16) - 20px); }

.container .seven.columns { flex: 0 0 calc((100% * 7 / 16) - 20px); }

.container .eight.columns { flex: 0 0 calc((100% * 8 / 16) - 20px); }

.container .nine.columns { flex: 0 0 calc((100% * 9 / 16) - 20px); }

.container .ten.columns { flex: 0 0 calc((100% * 10 / 16) - 20px); }

.container .eleven.columns { flex: 0 0 calc((100% * 11 / 16) - 20px); }

.container .twelve.columns { flex: 0 0 calc((100% * 12 / 16) - 20px); }

.container .thirteen.columns { flex: 0 0 calc((100% * 13 / 16) - 20px); }

.container .fourteen.columns { flex: 0 0 calc((100% * 14 / 16) - 20px); }

.container .fifteen.columns { flex: 0 0 calc((100% * 15 / 16) - 20px); }

.container .sixteen.columns { flex: 0 0 100%; }

.container .one-third.column,
.container .one-third.columns { 
    flex: 0 0 calc((100% * 5 / 16)); /* Approximate 1/3 in a 16-column system */
}
#sidebar {
    flex: 0 0 calc((100% * 4 / 16) - 20px); /* Sidebar should NOT shrink */
}
.container:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row,
.clearfix {
    zoom: 1
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
.startQuiz,
.nextQuestion,
.backToQuestion,
.questions li.question,
.questions li.question .responses,
.questions li.question .responses .correct,
.questions li.question .responses .incorrect,
.quizResults {
    display: none
}
.nextQuestion.checkAnswer {
    display: block
}
ol.questions,
ul.answers,
ul.responses,
ol.questions li,
ul.answers li,
ul.responses li {
    list-style-type: none
}
.startQuiz {
    margin-top: 40px
}
.tryAgain {
    margin: 20px 0
}
.quizArea,
.quizResults {
    zoom: 1
}
.quizArea:before,
.quizArea:after,
.quizResults:before,
.quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0
}
.quizArea:after,
.quizResults:after {
    clear: both
}
.questionCount {
    font-size: 14px;
    font-style: italic
}
.questionCount span {
    font-weight: 700
}
ol.questions {
    margin-top: 20px;
    margin-left: 0
}
ol.questions li {
    margin-left: 0
}
ul.answers {
    margin-left: 20px;
    margin-bottom: 20px
}
ul.responses li {
    margin: 10px 20px 20px
}
ul.responses li p span {
    display: block;
    font-weight: 700;
    font-size: 18px
}
ul.responses li.correct p span {
    color: #6C9F2E
}
ul.responses li.incorrect p span {
    color: #B5121B
}
.quizResults h3 {
    margin: 0
}
.quizResults h3 span {
    font-weight: 400;
    font-style: italic
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px
}
.button {
    width: auto;
    padding: 5px 15px;
    font-size: 24px;
    background-color: green;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}
#content a.button {
    color: #fff
}
#content a.button:hover {
    background-color: #030;
    text-decoration: none
}

/* --- Submit a school  --- */
.submit-school-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #1e2a78;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.submit-school-btn:hover {
    background: #4c67af;
}
.modal {
    display: none; /* Hide modal by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 450px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}
.close-btn:hover {
    color: #000;
}
.modal-content form {
    display: flex;
    flex-direction: column;
}
.modal-content label {
    font-weight: bold;
    margin-top: 10px;
}
.modal-content input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.modal-content button {
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
    background: #1e2a78;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.modal-content button:hover {
    background: #4c67af;
}
.success-message {
    color: green;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    display: none;
}
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    appearance: none;
    cursor: pointer;
}
select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}
select::-webkit-appearance {
    -webkit-appearance: none;
    appearance: none;
}
select::-moz-focus-inner {
    border: 0;
}
@supports (-webkit-appearance: none) {
    select {
        padding-right: 30px;
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23007bff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 20px;
    }
}


@media only screen and (max-width: 959px) {
    .container {
        flex-direction: column; /* Stack everything vertically */
        padding: 0 15px;
        flex-wrap: unset;
    }
    #scroll {
        width: auto;
        top: 0
    }
    .stuck {
        position: static
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    nav {
        float: none;
        text-align: center
    }
    nav ul {
        margin-bottom: 5px
    }
    nav li {
        float: none
    }
    #logo {
        float: none;
        width: 350px;
        margin: 0 auto
    }
    #sidebar .facebook {
        margin-right: 10px
    }
    #sidebar .twitter {
        margin-right: 10px
    }
    #content .homefacts1 p,
    #content .homefacts2 p,
    #content .homefacts3 p {
        font-size: 16px
    }
    #content .step1 p,
    #content .step2 p,
    #content .step3 p {
        font-size: 14px
    }
    .step1 {
        height: 350px
    }
    .step2 {
        height: 350px
    }
    .step3 {
        height: 350px
    }
    .contact-form .name,
    .contact-form .email,
    .contact-form .phone {
        width: 230px
    }
    .contact-form .contact-message {
        width: 330px
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    .school-content {
        flex-direction: column;
    }
    .school-map {
        width: 100%;
        height: 250px;
    }
    .buttons {
        flex-direction: column;
    }
    .row {
        flex-direction: column; /* Stack everything inside row */
        margin-bottom:0px
    }
    .container .column,
    .container .columns {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px
    }

    #sidebar {
        flex: 0 0 100% !important; /* Forces sidebar below content */
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    nav {
        padding: 20px 0 0
    }
    #logo {
        float: left;
        width: 315px
    }
    #logotext {
        font: normal 26px/40px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif
    }
    #logo h1,
    #logo p {
        font-size: 12px;
        margin: 0 0 10px 37px;
        line-height: 10px
    }
    #menu-icon {
        display: inline-block
    }
    nav ul,
    nav:active ul {
        display: none;
        position: absolute;
        padding: 5px;
        background: #fff;
        border: 5px solid #000;
        right: 30px;
        top: 35px;
        width: 40%;
        border-radius: 4px 0 4px 4px;
        z-index: 1000
    }
    nav li {
        text-align: center;
        width: 100%;
        padding: 5px 0;
        margin: 0
    }
    nav ul li a, nav ul li a:visited {
        color: #000;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px;
    }
    nav:hover ul {
        display: block
    }
    #footer .footernav {
        float: none;
        width: 90%;
        display: inline;
        clear: both
    }
    #footer .copyright {
        float: none;
        text-align: left;
        clear: both;
        width: 90%;
        padding-top: 15px
    }
    .bargraph {
        list-style: none;
        width: 360px
    }
    ul.bargraph li {
        font-size: 14px;
        line-height: 20px
    }
    .contact-form .name,
    .contact-form .email,
    .contact-form .phone {
        width: 250px
    }
    .contact-form .contact-message {
        width: 418px
    }
}
@media only screen and (max-width: 479px) {
    nav {
        padding: 10px 0 0
    }
    #logo {
        float: left;
        width: 240px
    }
    #logotext {
        font: normal 22px/40px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif
    }
    #logo h1,
    #logo p {
        font-size: 12px;
        margin: 5px 0 10px
    }
    #menu-icon {
        display: inline-block
    }
    nav ul,
    nav:active ul {
        display: none;
        position: absolute;
        padding: 5px;
        background: #fff;
        border: 5px solid #000;
        right: 30px;
        top: 25px;
        width: 50%;
        border-radius: 4px 0 4px 4px;
        z-index: 1000
    }
    nav ul li a, nav ul li a:visited {
        color: #000;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px;
    }
    nav li {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0
    }
    nav:hover ul {
        display: block
    }
    #footer {
        margin-bottom: 40px
    }
    #footer .footernav {
        float: none;
        width: 90%;
        display: inline;
        clear: both
    }
    #footer .copyright {
        float: none;
        text-align: left;
        clear: both;
        width: 90%;
        padding-top: 15px
    }
    .buttonswrap {
        width: 100%;
        height: 50px;
        display: block;
        margin: 0;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        text-align: center;
        float: none;
        z-index: 999
    }
    .buttonswrap span {
        font-size: 14px
    }
    .scrollingicon {
        float: none;
        width: 32px;
        height: 32px;
        display: inline-block;
        margin: 1px 10px 0 0;
        vertical-align: middle
    }
    .mobileline {
        display: block;
        margin: 2px 0;
        height: 1px;
        background: #000;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black))
    }
    #social {
        margin-bottom: 15px
    }
    .adabove {
        margin: 20px 0 0 10px;
        width: 300px
    }
    .adbelow {
        padding: 0;
        margin: 10px 0 0;
        width: 300px;
        height: 300px
    }
    .bargraph {
        list-style: none;
        width: 260px
    }
    ul.bargraph li {
        font-size: 12px;
        line-height: 20px
    }
    .homebasics {
        margin: 0 0 10px 10px;
        width: 290px;
        padding: 20px 10px 10px;
        background: #EF465B;
        color: #fff;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
    .homebasics ul {
        float: left
    }
    .homebasics ul li {
        margin: 0;
        font-size: 12px
    }
    .homebasics h4 {
        color: #fff;
        text-align: center;
        border-bottom: 1px solid #fff
    }
    .under-post-related ul li {
        max-width: 140px;
        margin-right: 10px
    }
    .under-post-related img {
        width: 140px
    }
    table#abbrlist td,
    table#schoollist td,
    table#convchart td,
    table#drawchart td,
    table#staticdrawchart td {
        font-size: 12px
    }
    table#abbrlist th,
    table#schoollist th,
    table#convchart th,
    table#drawchart th,
    table#staticdrawchart th {
        font-weight: 700;
        font-size: 14px
    }
}
@media print {
    .buttonsWrap {
        display: none
    }
    .adabove {
        display: none
    }
    #sidebar {
        display: none
    }
    nav {
        display: none
    }
    #footer {
        display: none
    }
    .container .twelve.columns {
        width: 940px
    }
}