﻿/** agency overrides **/
:root {
  --blue: #00577d;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #18563e;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray:#555555;
  --gray-dark: #343a40;
  --primary: #00577d;
  --secondary:#555555;
  --success: #18563e;
  --info: #0c5863;
  --warning: #ffc107;
  --danger: #b40112;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html, body {font-size:1em; line-height: 1.52;}

/* header background override */
.or-header .or-header-overlay { background: #1d4133; opacity:0.4; }
.or-header{
	background: url(/PublishingImages/backgrounds/or-header-image-grass-haystack.webp); 
	background-repeat: no-repeat; background-size: cover; background-color: #1d4133; text-shadow:2px 2px 5px black; background-position: center; }
.or-header-logo{
	background:url('/PublishingImages/logos/Oregon-OSHA.svg'); 
	width:140px; height:140px; background-size:contain; background-repeat: no-repeat; background-position: center; }

.or-navbar-search-label {
	color: #444444;
}

/* override for tools of the trade header */
.tools-of-the-trade .or-header{background:url('/essentials/toolkit/PublishingImages/tools-of-the-trade-banner.jpg'); background-repeat: no-repeat;background-size: cover;background-color: #1c5c42;text-shadow:2px 2px 5px black;}
.tools-of-the-trade .or-header .or-header-overlay { background-color: transparent;}
.tools-of-the-trade .or-side-navigation ul .or-side-navigation-current>a{
	border-left:solid 3px #3178AC; color:#3178AC;}
.tools-of-the-trade .pager li>a, .tools-of-the-trade .pager li>span, .tools-of-the-trade .pager li>a:visited { background-color: #fac043; font-weight: 600; color: #00577d;}
/* end override for tools of the trade header */

/*override for resource*/
.resource .or-header{
	background: url(/PublishingImages/backgrounds/or-header-image-newsletter.webp) no-repeat center;
	background-size: cover;
	text-shadow:2px 2px 5px black;
}

.resource blockquote {
    font-size: 1.1rem;
    padding: 20px 40px 20px 60px;
    position: relative;
    font-weight: 900;
    color: #a4243b;
    z-index: 2;
}

.resource blockquote:before {
    content: open-quote;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 4em;
    opacity: .5;
    font: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    z-index: 1;
    line-height: 1em;
}
.resource blockquote:after {
    content: close-quote;
    display: block;
    position: absolute;
    right: 10px;
    bottom: -10px;
    font-size: 4em;
    opacity: .5;
    z-index: 1;
    line-height: 0;
}

.well img, .blog_post--image img {
	max-width: 100%;
}

.blog_post--image{
	margin-bottom: 15px;
}
.resource .grid{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.resource article{
	max-width: calc(50% - 20px);
}
.resource article img{
	    border-radius: 5px 5px 0 0;
}
.resource article h2{
	font-size: 1.5em;
}

/* end override for resource*/

/* override main link colors */ 
html .ms-rtestate-field a:hover, html .ms-vb a:visited:hover, html .ms-vb-user a:visited:hover, html .ms-vb2 a:visited:hover{ text-decoration: underline;}
main a,footer a,.alert a, .link-item a, .link-item a:link{color: #2244dd; text-decoration:underline !important;}
.link-item a, .link-item a:link{/* color:#2275b4 !important; */}
main a:visited,footer a:visited,.alert a:visited, .link-item a:active, .link-item a:visited{text-decoration:underline !important;}
.link-item a:active, .link-item a:visited{/* color:#00577d !important; */}
main a:focus, footer a:focus, .alert a:focus, main a:hover, footer a:hover, .alert a:hover, .link-item a:hover{color:#18563e;text-decoration:underline; text-decoration-style:solid;}
.link-item a:hover{color:#18563e !important;}
main .smallNewsBox a:link{text-decoration:underline;}

.alert-success {
	background-color: #cddbd6;
	color: #0d3928;
}
.alert-info {
	background-color: #cadced;
	color: #00577d;
}
.alert-warning {
	background-color: #fff8e3;
    color: #2d1d03;
}
.alert-danger {
	background-color: #f4e4e4;
	color: #810909;
}
.close {
    color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
}
/*override navbar colors */
.or-navbar { background-color: #18563e; }
.or-navigation-list > li > a { color:#fff; }
.or-navbar-search-wrapper { background-color: #18563e; } /* navbar base color */
.or-navbar-search-submit-button { background-color: #18563e; } /* navbar submit button color */
.or-navbar-search-submit-button:hover, 
.or-navbar-search-submit-button:focus {background-color:#18563e;} /* navbar submit button hover/focus color */
.or-navbar-search-close-button > *, 
.or-navbar-search-submit-button > * {color:#fff;} /* navbar submit and close button icon colors */
.or-breadcrumbs {background-color: rgba(0,0,0,.45);} /* increase contrast in breadcrumb */
.breadcrumbs {background-color: rgb(25 88 63 / 20%);} /* increase contrast in breadcrumbs outter element which is overlapped by one of the inner elements .or-breadcrumbs */
@media (min-width: 992px) {.or-navigation-list > li > a {font-size: 1rem; }}
  
/* override left-nav color */
.or-side-navigation ul .or-side-navigation-current>a{
	border-left:solid 3px #008763;
	color:#008763;
}

/* override tables that wrap web parts */
.s4-wpTopTable {
    border: none!important;
}
.s4-wpTopTable td>.ms-WPBody, .ms-WPSelected td>.ms-WPBody {
    padding: 0px;
}

/* typography */
h1 {font-weight: 700;}
h2, .ms-rtestate-field h2, h2.ms-rteElement-H2, .ms-WPBody h2, h2.ms-WPBody {color:#555555;}
h3, .h3, .ms-rtestate-field h3 {color:#18563e; font-size:1.5rem;}
h4, .h4, .ms-rtestate-field h4, h4.ms-rteElement-H4, .ms-WPBody h4, h4.ms-WPBody {color:#555555; font-weight: 800; font-size: 1.125rem; margin-top: 20px;}
h5 { font-size: 1rem; font-weight: 700;}
select {
    line-height: 24px;
    height: 44px;
}
.large{font-size:1.125rem} /* group headers within web parts */
.small{font-size:0.875rem} /* group headers within web parts */
.medium{font-size:1rem} /* group headers within web parts */
.size-1 {font-size:1rem;}
.size-2 {font-size:2rem;}
.size-3 {font-size:3rem;}
.size-4 {font-size:4rem;}
.size-5 {font-size:5rem;}
#aside, .font-reduced {font-size: .94rem;}
.font-reduced {
	font-size: .94rem;
	line-height: 1.5;
}
p.ms-rteElement-Paragraph {
	-ms-name: "Paragraph";
}
hr.ms-rteElement-HorizontalRule {
	-ms-name: "Horizontal Rule";
}
.btn-safetybreak, .btn-safetybreak:visited {
    background: #75767a;
    color: #FFF;
    border-top: #C75300;
    border-left: 1px solid #C75300;
}
.btn-safetybreak:hover, .btn-safetybreak:active, .btn-safetybreak:focus {
    background: #e55302;
    color: #FFF;
    border-color: #CCCCCC;
    text-decoration: none;
}
.btn-forest {
    color: #fff!important;
    background-color: #173a00;
}
.btn-forest:hover {
    background-color: #2b6d00;
}
.indent-left {margin-left: 1.5rem;}

.notes {margin-left: 1rem; font-size:.96875rem; } /* for details of items in web parts on topic pages. class added to xsl templates in ItemStyle */
.notes-item {margin-right: 10px;} /* to add space between the items displayed in a single line in the web parts on topic pages. class added to xsl templates in ItemStyle */

.topicIcons {margin-top:20px;}
.topicHeadLink a:link, .topicHeadLink a:visited, a.topicHeadLink:link, a.topicHeadLink:visited {color: #00577d; text-decoration:underline;}
.groupheader{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333;
	padding: 6px 0px;
	font-weight: 700;
}
table.table.table-condensed {
    font-size: .875rem;
}

table.table.table-condensed th {
    color: #666;
}

/* fixing overrides on task box title */
.or-taskbox-title {
    font-size: 1.25rem !important;
    color: white;
	background-color:#00577d;
}
.or-taskbox { font-size: 1rem; /* white-space: nowrap; */ overflow: hidden;} 
@media (max-width: 990px) {
    .or-taskbox-image {
        height: 180px;
    }
}
@media (max-width: 996px) {
    .or-taskbox-image {
		min-height: 117px;
		max-height: 180px;
	}
}	
.or-taskbox .list-group-item a:hover, .or-taskbox .list-group-item a:focus {
	background-color: #e5e5e5;
}
.or-taskbox .list-group-item {
    border: none;
    background-color: transparent;
	min-height: 44px;
}
.or-taskbox .list-group-item a, .or-taskbox .list-group-item a:visited {
	color: #333;
}
.or-taskbox .list-group-item a:focus, .or-taskbox .list-group-item a:hover {
    color: #2275b4;
    text-decoration: underline;
    text-decoration-style: solid;
}
.or-taskbox .panel {
    background-color: transparent;
}
.or-taskbox.card.panel.panel-default {
    background-color: rgba(255,255,255,0.75);
    border: none;
    border-radius: 0px;
	margin-bottom: 0px;
}
.or-taskbox .list-group {
    border: 1px solid #eee;
    border-radius: 0px;
}
.or-taskbox .or-taskbox-title:first-child, .or-taskbox-link>.or-taskbox-title:only-child  {
    border-color: #0f506f;
}
.taskbox-employers-middle, .taskbox-workers-middle {
    padding: 0px;
}
.taskbox-employers-outter {/* background: url(/PublishingImages/backgrounds/task-box-key.png); */background-repeat: no-repeat;background-position: center center;background-size: cover;}
.taskbox-employers-middle {/* background-color: rgba(52,64,50,0.5); */}
.taskbox-employers-inner {
background-color: rgba(225,225,225,0.8);}
.taskbox-workers-outter {/* background: url(/PublishingImages/backgrounds/task-box-worker.png); *//* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: cover; */}
.taskbox-workers-middle {/* background-color: rgba(52,64,50,0.5); */}
.taskbox-workers-inner {
background-color: rgba(225,225,225,0.8);}

/* use anchor for all bookmark anchors to adjust spacing for fixed top navbar */
.anchor:before { 
  display: block; 
  content: ""; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}
.BackToTop {
    width: 100px;
    margin: 6px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: block;
}
/* colored backgrounds link color fix */
.bg-dark a, .bg-dark a:visited, 
.bg-tree a, .bg-tree a:visited, 
.bg-navy a, .bg-navy a:visited,
.bg-grape a, .bg-grape a:visited,
.bg-gold a, .bg-gold a:visited,
.bg-sea a, .bg-sea a:visited,
.bg-dk-sea a, .bg-dk-sea a:visited ,
.bg-lime a, .bg-lime a:visited,
.bg-dk-lime a, .bg-dk-lime a:visited,
.bg-aqua a, .bg-aqua a:visited,
.bg-dk-aqua a, .bg-dk-aqua a:visited,
.bg-teal a, .bg-teal a:visited,
.bg-dk-teal a, .bg-dk-teal a:visited,
.bg-cornflower a, .bg-cornflower a:visited,
.bg-dk-cornflower a, .bg-dk-cornflower a:visited,
.bg-peacock a, .bg-peacock a:visited,
.bg-dk-peacock a, .bg-dk-peacock a:visited,
.bg-graphite a, .bg-graphite a:visited,
.bg-dk-graphite a, .bg-dk-graphite a:visited, 
a.btn-primary:visited, a.btn-success:visited, a.btn-danger:visited, a.btn-info:visited, a.btn-goldenrod:visited 
{color: #ffffff; }

/* Space things out */
.osha-section, .topic-section {
  margin-bottom: 44px;
}
.osha-section:last-child {
  margin-bottom: 0;
}
ul.dfwp-column  {
	float: left; 
}
	
.dfwp-list{
    list-style:none;
    margin:0;
    padding:0
}
li.dfwp-item {
    margin-bottom: 10px;
}

.ms-vh a, .ms-vh2, .ms-vh2 a, .ms-vh2-nofilter, .ms-vh2-nofilter-notextalign, .ms-vh2-nofilter-perm {color: #555555;}

.dateListDate {
	margin-right: 8px;
	text-align: right; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dateListTitle {
	margin-left: 90px;
	text-indent: -90px;
	display: block;
	margin-bottom: 8px;
}
.dateListDescription {
	font-size: 0.9rem;
}
/* for news releases */
#newscontactinfo {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 44px;
}
.smallNewsBox {
	height: 180px;
	overflow: auto;
	margin-bottom: 10px;
	padding-left: 4px;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	font-size: .94rem;
	line-height: 1.3;
}
.smallNewsBox .dateTitle {
	margin-left: 75px;
	text-indent: -75px;
}

/* topicTabs customization */
.topicTabs .nav-tabs {background-color:#ffffff; border-bottom: none;}
.topicTabs>.nav-tabs>li.active>a, .topicTabs>.nav-tabs>li.active>a:hover, .topicTabs>.nav-tabs>li.active>a:visited, .topicTabs>.nav-tabs>li.active>a:focus{color: #555!important; }
.topicTabs>.nav-tabs>li{margin-top:2px;}
.topicTabs .nav-tabs a {background-color: #dddddd;}
.topicTabs .nav-tabs a:hover, .topicTabs .nav-tabs a:focus {background-color:#18563e;color: #ffffff;}


/* conference logo image responsive */
div.thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* online courses overrides */
.online-courses .or-taskbox .or-taskbox-title, .los-cursos-en-l-nea .or-taskbox .or-taskbox-title { bottom: 30%; font-size: 1.25rem;}
.online-courses .panel-title, .los-cursos-en-l-nea  .panel-title {font-size: 1.125rem;}
.online-courses .or-taskbox-image .or-taskbox-link::after, .los-cursos-en-l-nea .or-taskbox-image .or-taskbox-link::after { content: "\f04b";}
.online-courses h2, .los-cursos-en-l-nea h2 { font-size: 1.4rem; font-weight: bold; color: #173A00;}
.online-courses h3, .los-cursos-en-l-nea h3 { font-size: 1.25rem; font-weight: bold; color: #173A00;}
.online-courses h4, .los-cursos-en-l-nea h4 { font-size: 1.125rem; font-weight: bold; color: #173A00;}
.online-courses .or-accordion-list .or-accordion-panel, .los-cursos-en-l-nea .or-accordion-list .or-accordion-panel {margin-bottom: 0px;}
.online-courses .or-accordion-panel .panel-heading, .los-cursos-en-l-nea .or-accordion-panel .panel-heading {padding: 10px!important;}
.online-courses .or-accordion-heading-title h4, .los-cursos-en-l-nea .or-accordion-heading-title h4 { font-size: 1rem; }
.online-courses .or-taskbox-image .or-taskbox-link::before, .los-cursos-en-l-nea .or-taskbox-image .or-taskbox-link::before { background: #000; opacity: .2; position: absolute; display: block; content: ''; top: 0; left: 0; width: 100%; height: 100%; transition: opacity .3s ease;}
.online-courses  .or-taskbox-image .or-taskbox-link:hover::before, .los-cursos-en-l-nea .or-taskbox-image .or-taskbox-link:hover::before {opacity:.6}
.online-courses .even-height, .los-cursos-en-l-nea .even-height {position: relative; height: 70px;}
.online-courses .even-height .vab, .los-cursos-en-l-nea .even-height .vab {position: absolute; bottom:10px;}
.online-courses .or-accordion-heading-collapse::before, .los-cursos-en-l-nea .or-accordion-heading-collapse::before {color: rgba(23,58,0,.6);}

/* worker accordion overrides */
.workers .panel-title {font-size: 1rem; font-weight:700;}
.workers .or-accordion-list .or-accordion-panel {margin-bottom: 0px;}
.workers .or-accordion-heading-collapse::before {color: rgba(24, 86, 62, 0.7);}
.worker-list-color {background-color: rgb(0, 89, 120); margin:12px;}
.worker-list-stylized {font-size:1.4rem; font-weight:700; color:rgb(255, 255, 255);}

/* covid overrides */
.covid-19 .panel .panel-body { margin-bottom: 0px; border-bottom-color: #dddddd;}


/* backgrounds */
.bg-primary, .bg-blue, .bg-oshablue {background-color: #00577d !important; color:#ffffff !important;}
a.bg-primary, a.bg-blue, a.bg-oshablue {color:#ffffff !important;}
a.bg-primary:hover, a.bg-blue:hover, a.bg-oshablue:hover, 
a.bg-primary:focus, a.bg-blue:focus, a.bg-oshablue:focus,
button.bg-primary:hover, button.bg-blue:hover, button.bg-oshablue:hover,
button.bg-primary:focus, button.bg-blue:focus, button.bg-oshablue:focus,
btn.bg-primary:hover, btn.bg-blue:hover, btn.bg-oshablue:hover,
btn.bg-primary:focus, btn.bg-blue:focus, btn.bg-oshablue:focus { color:#ffffff !important; background-color: #0062cc !important;}

.bg-secondary {background-color: #555555 !important;}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover, button.bg-secondary:focus, 
btn.bg-secondary:hover, btn.bg-secondary:focus {background-color: #545b62 !important;}

.bg-success, .bg-green, .bg-oshagreen {background-color: #18563e !important; color:#ffffff !important;}
a.bg-success, a.bg-green, a.bg-oshagreen {color:#ffffff !important;}
a.bg-success:hover, a.bg-green:hover, a.bg-oshagreen:hover, 
a.bg-success:focus, a.bg-green:focus, a.bg-oshagreen:focus, 
button.bg-success:hover, button.bg-green:hover, button.bg-oshagreen:hover, 
button.bg-success:focus, button.bg-green:focus, button.bg-oshagreen:focus, 
btn.bg-success:hover, btn.bg-green:hover, btn.bg-oshagreen:hover, 
btn.bg-success:focus, btn.bg-green:focus, btn.bg-oshagreen:focus { color:#ffffff !important; background-color: #1e7e34 !important;}

.bg-info {background-color: #0c5863 !important;}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover, button.bg-info:focus, 
btn.bg-info:hover, btn.bg-info:focus {background-color: #0c5863 !important;}

.bg-warning {background-color: #ffc107 !important;}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover, button.bg-warning:focus, 
btn.bg-warning:hover, btn.bg-warning:focus {background-color: #d39e00 !important;}

.bg-danger {background-color: #dc3545 !important;}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover, button.bg-danger:focus, 
btn.bg-danger:hover, btn.bg-danger:focus {background-color: #bd2130 !important;}

.bg-light {background-color: #f8f9fa !important;}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover, button.bg-light:focus, 
btn.bg-light:hover, btn.bg-light:focus {background-color: #dae0e5 !important;}

.bg-dark {background-color: #343a40 !important;}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover, button.bg-dark:focus, 
btn.bg-dark:hover, btn.bg-dark:focus {background-color: #1d2124 !important;}

.bg-white {background-color: #fff !important; color:#333333;}
a.bg-white {color: #00577d;}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover, button.bg-white:focus, 
btn.bg-white:hover, btn.bg-white:focus {background-color: #dae0e5 !important;}
.bg-transparent {background-color: transparent !important;}
/* end backgrounds */

a.btn-urgent {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 101%;
}

.badge {
	background-color:#555555;
}

.rule-lined p {border-bottom: 1px solid #dee2e6 !important; margin-bottom: 0.8rem !important; }

/* borders */
.border {border: 1px solid #dee2e6 !important;}
.border-top {border-top: 1px solid #dee2e6 !important;}
.border-right {border-right: 1px solid #dee2e6 !important;}
.border-bottom {border-bottom: 1px solid #dee2e6 !important;}
.border-left {border-left: 1px solid #dee2e6 !important;}
.border-0 {border: 0 !important;}
.border-top-0 {border-top: 0 !important;}
.border-right-0 {border-right: 0 !important;}
.border-bottom-0 {border-bottom: 0 !important;}
.border-left-0 {border-left: 0 !important;}
.border-primary, .border-blue {border-color: #00577d !important;}
.border-secondary {border-color: #555555 !important;}
.border-success, .border-green {border-color: #18563e !important;}
.border-info {border-color: #0c5863 !important;}
.border-warning {border-color: #ffc107 !important;}
.border-danger {border-color: #dc3545 !important;}
.border-light {border-color: #f8f9fa !important;}
.border-dark {border-color: #343a40 !important;}
.border-white {border-color: #fff !important;}

.rounded {border-radius: 0.25rem !important;}
.rounded-top {
	border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important;}
.rounded-right {
	border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important;}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important;}
.rounded-left {
	border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important;}
.rounded-circle {border-radius: 50% !important;}
.rounded-0 {border-radius: 0 !important;}
/* end borders */

/* shadows */
.shadow-sm {box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}
.shadow {box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;}
.shadow-lg {box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;}
.shadow-none {box-shadow: none !important;}
/* end shadows */

/* buttons */
@media screen and (prefers-reduced-motion: reduce) {
	.btn { transition: none;}}
.btn:hover, .btn:focus {text-decoration: none;}
.btn:focus, .btn.focus {outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.btn.disabled, .btn:disabled {opacity: 0.65;}
.btn:not(:disabled):not(.disabled) {cursor: pointer;}
a.btn.disabled, 
fieldset:disabled a.btn {pointer-events: none;}

.btn-default {background-color:#f5f5f5;}
.btn-primary, .btn-blue, .btn-oshablue {
	color: #fff !important; background-color: #00577d; border-color: #00577d #00577d #000000 #00577d;}
.btn-primary:hover, .btn-blue:hover, .btn-oshablue:hover {
	color: #fff; background-color: #0069d9; border-color: #0062cc;}
.btn-primary:focus, .btn-primary.focus, .btn-blue:focus, .btn-oshablue:focus {
	color: #fff !important; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-primary.disabled, .btn-primary:disabled  {
	color: #fff; background-color: #00577d; border-color: #00577d;}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff; background-color: #0062cc; border-color: #005cbf;}
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	color: #fff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}

.btn-secondary {
	color: #fff !important; background-color:#555555; border-color:#555555 #555555 #000000 #555555;}
.btn-secondary:hover {
	color: #fff !important; background-color: #5a6268; border-color: #545b62;}
.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff; background-color:#555555; border-color: #555555;}
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff; background-color: #545b62; border-color: #4e555b;}
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	color: #fff; box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}

.btn-success, .btn-green, .btn-oshagreen {
	color: #fff !important; background-color: #18563e; border-color: #18563e #18563e #000000 #18563e;}
.btn-success:hover, .btn-green:hover, .btn-oshagreen:hover {
	color: #fff !important; background-color: #218838; border-color: #1e7e34;}
.btn-success:focus, .btn-success.focus, 
.btn-green:focus, .btn-oshagreen:focus {
	color: #fff !important; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-success.disabled, .btn-success:disabled {
	color: #fff; background-color: #18563e; border-color: #18563e;}
.btn-success:not(:disabled):not(.disabled):active, 
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff; background-color: #1e7e34; border-color: #1c7430;}
.btn-success:not(:disabled):not(.disabled):active:focus, 
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	color: #fff; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}

.btn-info {
	color: #fff !important; background-color: #0c5863; border-color: #0c5863;}
.btn-info:hover {
	color: #fff !important; background-color: #138496; border-color: #0c5863;}
.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(12, 88, 99, 0.5);}
.btn-info.disabled, .btn-info:disabled {
	color: #fff; background-color: #17a2b8; border-color: #0c5863;}
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff; background-color: #0c5863; border-color: #10707f;}
.btn-info:not(:disabled):not(.disabled):active:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	color: #fff; box-shadow: 0 0 0 0.2rem rgba(12, 88, 99, 0.5);}

.btn-warning {
	color: #212529 !important; background-color: #ffc107; border-color: #ffc107;}
.btn-warning:hover {
	color: #212529 !important; background-color: #e0a800; border-color: #d39e00;}
.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529 !important; background-color: #ffc107; border-color: #ffc107;}
.btn-warning:not(:disabled):not(.disabled):active, 
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #212529 !important; background-color: #d39e00; border-color: #c69500;}
.btn-warning:not(:disabled):not(.disabled):active:focus, 
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}

.btn-danger {
	color: #fff !important; background-color: #dc3545; border-color: #dc3545;}
.btn-danger:hover {
	color: #fff !important; background-color: #c82333; border-color: #bd2130;}
.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff; background-color: #dc3545; border-color: #dc3545;}
.btn-danger:not(:disabled):not(.disabled):active, 
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff; background-color: #bd2130; border-color: #b21f2d;}
.btn-danger:not(:disabled):not(.disabled):active:focus, 
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}

.btn-light {
	color: #212529 !important; background-color: #f8f9fa; border-color: #f8f9fa;}
.btn-light:hover {
	color: #212529 !important; background-color: #e2e6ea; border-color: #dae0e5;}
.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}
.btn-light.disabled, .btn-light:disabled {
	color: #212529; background-color: #f8f9fa; border-color: #f8f9fa;}
.btn-light:not(:disabled):not(.disabled):active, 
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529; background-color: #dae0e5; border-color: #d3d9df;}
.btn-light:not(:disabled):not(.disabled):active:focus, 
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}

.btn-dark {
	color: #fff !important; background-color: #343a40; border-color: #343a40;}
.btn-dark:hover {
	color: #fff !important; background-color: #23272b; border-color: #1d2124;}
.btn-dark:focus, .btn-dark.focus {
	color: #fff !important; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff; background-color: #343a40; border-color: #343a40;}
.btn-dark:not(:disabled):not(.disabled):active, 
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff; background-color: #1d2124; border-color: #171a1d;}
.btn-dark:not(:disabled):not(.disabled):active:focus, 
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	color: #fff; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-dark:visited {
	color: #e3abe3;
}

.btn-outline-osha-blue {
	color: #00577d !important; background-color: #f6fbff; background-image: none; border-color: #00577d;}
.btn-outline-osha-blue:hover {
	color: #fff !important; background-color: #00577d; border-color: #00577d;}
.btn-outline-osha-blue:focus, .btn-outline-osha-blue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-outline-osha-blue.disabled, .btn-outline-osha-blue:disabled {
	color: #00577d !important; background-color: transparent;}
.btn-outline-osha-blue:not(:disabled):not(.disabled):active, 
.btn-outline-osha-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-osha-blue.dropdown-toggle {
	color: #fff !important; background-color: #00577d; border-color: #00577d;}
.btn-outline-osha-blue:not(:disabled):not(.disabled):active:focus, 
.btn-outline-osha-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-osha-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}

.btn-outline-osha-green {
	color: #18563e !important; background-color: #f6fffb; background-image: none; border-color: #18563e;}
.btn-outline-osha-green:hover {
	color: #fff !important; background-color: #18563e; border-color: #18563e;}
.btn-outline-osha-green:focus, .btn-outline-osha-green.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-outline-osha-green.disabled, .btn-outline-osha-green:disabled {
	color: #18563e !important; background-color: transparent;}
.btn-outline-osha-green:not(:disabled):not(.disabled):active, 
.btn-outline-osha-green:not(:disabled):not(.disabled).active, 
.show > .btn-outline-osha-green.dropdown-toggle {
	color: #fff !important; background-color: #18563e; border-color: #18563e;}
.btn-outline-osha-green:not(:disabled):not(.disabled):active:focus, 
.btn-outline-osha-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-osha-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}

.btn-outline-primary, .btn-outline-blue {
	color: #00577d !important; background-color: transparent; background-image: none; border-color: #00577d;}
.btn-outline-primary:hover, .btn-outline-blue:hover {
	color: #fff !important; background-color: #00577d; border-color: #00577d;}
.btn-outline-primary:focus, .btn-outline-primary.focus, 
.btn-outline-blue:focus, .btn-outline-blue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, 
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
	color: #00577d !important; background-color: transparent;}
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle, 
.btn-outline-blue:not(:disabled):not(.disabled):active, 
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
	color: #fff !important; background-color: #00577d; border-color: #00577d;}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus, 
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, 
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}

.btn-outline-secondary {
	color:#555555 !important; background-color: transparent; background-image: none; border-color:#555555;}
.btn-outline-secondary:hover {
	color: #fff !important; background-color:#555555; border-color:#555555;}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color:#555555 !important; background-color: transparent;}
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff !important; background-color:#555555; border-color:#555555;}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}

.btn-outline-success, .btn-outline-green {
	color: #18563e !important; background-color: transparent; background-image: none; border-color: #18563e;}
.btn-outline-success:hover, .btn-outline-green:hover {
	color: #fff !important; background-color: #18563e; border-color: #18563e;}
.btn-outline-success:focus, .btn-outline-success.focus,
.btn-outline-green:focus, .btn-outline-green.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-outline-success.disabled, .btn-outline-success:disabled,
.btn-outline-green.disabled, .btn-outline-green:disabled {
	color: #18563e !important; background-color: transparent;}
.btn-outline-success:not(:disabled):not(.disabled):active, 
.btn-outline-success:not(:disabled):not(.disabled).active, 
.show > .btn-outline-success.dropdown-toggle, 
.btn-outline-green:not(:disabled):not(.disabled):active, 
.btn-outline-green:not(:disabled):not(.disabled).active, 
.show > .btn-outline-green.dropdown-toggle {
	color: #fff !important; background-color: #18563e; border-color: #18563e;}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, 
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus, 
.btn-outline-green:not(:disabled):not(.disabled):active:focus, 
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}

.btn-outline-info {
	color: #0c5863 !important; background-color: transparent; background-image: none; border-color: #0c5863;}
.btn-outline-info:hover {
	color: #fff !important; background-color: #0c5863; border-color: #0c5863;}
.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(12, 88, 99, 0.5);}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #0c5863 !important; background-color: transparent;}
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff !important; background-color: #0c5863; border-color: #0c5863;}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, 
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(12, 88, 99, 0.5);}

.btn-outline-warning {
	color: #ffc107 !important; background-color: transparent; background-image: none; border-color: #ffc107;}
.btn-outline-warning:hover {
	color: #212529 !important; background-color: #ffc107; border-color: #ffc107;}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107 !important; background-color: transparent;}
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529 !important; background-color: #ffc107; border-color: #ffc107;}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, 
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}

.btn-outline-danger {
	color: #dc3545 !important; background-color: transparent; background-image: none; border-color: #dc3545;}
.btn-outline-danger:hover {
	color: #fff !important; background-color: #dc3545; border-color: #dc3545;}
.btn-outline-danger:focus, 
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}
.btn-outline-danger.disabled, 
.btn-outline-danger:disabled {
	color: #dc3545 !important; background-color: transparent;}
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff !important; background-color: #dc3545; border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, 
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}

.btn-outline-light {
	color: #f8f9fa !important; background-color: transparent; background-image: none; border-color: #f8f9fa;}
.btn-outline-light:hover {
	color: #212529 !important; background-color: #f8f9fa; border-color: #f8f9fa;}
.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa !important; background-color: transparent;}
.btn-outline-light:not(:disabled):not(.disabled):active, 
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529 !important; background-color: #f8f9fa; border-color: #f8f9fa;}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, 
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}

.btn-outline-dark {
	color: #343a40 !important; background-color: transparent; background-image: none; border-color: #343a40;}
.btn-outline-dark:hover {
	color: #fff !important; background-color: #343a40; border-color: #343a40;}
.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40 !important; background-color: transparent;}
.btn-outline-dark:not(:disabled):not(.disabled):active, 
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff !important; background-color: #343a40; border-color: #343a40;}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, 
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, 
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}

.btn-link {
	font-weight: 400; color: #00577d; background-color: transparent;}
.btn-link:hover {
	color: #0056b3; text-decoration: underline; background-color: transparent; border-color: transparent;}
.btn-link:focus, .btn-link.focus {
	text-decoration: underline; border-color: transparent; box-shadow: none;}
.btn-link:disabled, .btn-link.disabled {
	color: #555555; pointer-events: none;}
.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem;}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem;}
.btn-block {
	display: block; width: 100%;}
.btn-block + .btn-block {
	margin-top: 0.5rem;}
/* end buttons */

/*text */
.text-lowercase {text-transform: lowercase !important;}
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.font-weight-light {font-weight: 300 !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-bold {font-weight: 700 !important;}
.font-italic {font-style: italic !important;}
.text-white {color: #fff !important;}
a.text-white {color: #fff !important;}
.text-primary, .text-blue {color: #00577d !important;}
a.text-primary:hover, a.text-primary:focus, 
a.text-blue:hover, a.text-blue:focus {color: #0062cc !important;}
.text-secondary {color:#555555 !important;}
a.text-secondary:hover, a.text-secondary:focus {color: #545b62 !important;}
.text-success, .text-green {color: #18563e !important;}
a.text-success:hover, a.text-success:focus, 
a.text-green:hover, a.text-green:focus {color: #1e7e34 !important;}
.text-info {color: #0c5863 !important;}
a.text-info:hover, a.text-info:focus {color: #0c5863 !important;}
.text-warning {color: #ffc107 !important;}
a.text-warning:hover, a.text-warning:focus {color: #d39e00 !important;}
.text-danger {color: #b40112 !important;}
a.text-danger:hover, a.text-danger:focus {color: #bd2130 !important;}
.text-light {color: #f8f9fa !important;}
a.text-light:hover, a.text-light:focus {color: #dae0e5 !important;}
.text-dark {color: #343a40 !important;}
a.text-dark:hover, a.text-dark:focus {color: #1d2124 !important;}
.text-body {color: #212529 !important;}
.text-muted {color: #555555 !important;}
.text-black-50 {color: rgba(0, 0, 0, 0.5) !important;}
.text-white-50 {color: rgba(255, 255, 255, 0.5) !important;}
.text-hide {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}

/* fact sheet styles */
.fsheader {background-color: #18563e; height: 60px; color: #ffffff; padding: 10px 0px 10px 60px; margin: 0px 0px 20px;}
.fsheadertext {margin: auto 0px; font-weight: 700; font-size: 1.65rem;}
.factsheet h2 {color: #18563e !important;}
.factsheet h4, .factsheet h3 {color: #00567d !important;}
.factsheet .PDFversionContainer {float: right !important; text-align: center;}
.factsheet .PDFversion {padding: 1em; margin: 0 0 1em 1em; border: 2px solid #a8d1c1 !important; border-radius: 0.25rem !important; text-align: center;}
 
/* hazard alert styles */
.hazardalert-header {background-color: #0e609c; height: 60px; color: #f5c675; padding: 10px 0px 10px 60px; margin: 0px 0px 20px;}
.hazardalert-headertext {margin: auto 0px; font-weight: 700; font-size: 1.65rem;}
.hazardalert h2 {color: #00567d !important;}
.hazardalert h4, .hazardalert h3 {color: #18563e  !important;}
.hazardalert .PDFversionContainer {float: right !important; text-align: center;}
.hazardalert .PDFversion {padding: 1em; margin: 0 0 1em 1em; border: 2px solid #f7dcac !important; border-radius: 0.25rem !important; text-align: center;}


/* collapse/expand + icon */
.collapsed .rotateIcon {
    transform: rotate(0deg); 
}
.rotateIcon {
    transform: rotate(180deg);
}
.rotateIcon {
    transition: all 0.5s ease-in;
}
.alert-success {
	background-color: #e9f9e2;
}
.list-group-item-success {
	background-color: #edfbe7;
}
/* border none */
.border-0        { border: 0 !important; }

/* margin */
.m-0 {margin: 0rem !important;}
.m-1 {margin: 1rem !important;}
.m-2 {margin: 2rem !important;}
.m-3 {margin: 3rem !important;}
.m-4 {margin: 4rem !important;}

/* margin-top */
.mt-0 {margin-top: 0rem !important;}
.mt-1 {margin-top: 1rem !important;}
.mt-2 {margin-top: 2rem !important;}
.mt-3 {margin-top: 3rem !important;}
.mt-4 {margin-top: 4rem !important;}

/* margin-right */
.mr-0 {margin-right: 0rem !important;}
.mr-1 {margin-right: 1rem !important;}
.mr-2 {margin-right: 2rem !important;}
.mr-3 {margin-right: 3rem !important;}
.mr-4 {margin-right: 4rem !important;}

/* margin-bottom */
.mb-0 {margin-bottom: 0rem !important;}
.mb-1 {margin-bottom: 1rem !important;}
.mb-2 {margin-bottom: 2rem !important;}
.mb-3 {margin-bottom: 3rem !important;}
.mb-4 {margin-bottom: 4rem !important;}

/* margin-left */
.ml-0 {margin-left: 0rem !important;}
.ml-1 {margin-left: 1rem !important;}
.ml-2 {margin-left: 2rem !important;}
.ml-3 {margin-left: 3rem !important;}
.ml-4 {margin-left: 4rem !important;}

/* padding */
.p-0 {padding: 0rem !important;}
.p-1 {padding: 1rem !important;}
.p-2 {padding: 2rem !important;}
.p-3 {padding: 3rem !important;}
.p-4 {padding: 4rem !important;}

/* padding-top */
.pt-0 {padding-top: 0rem !important;}
.pt-1 {padding-top: 1rem !important;}
.pt-2 {padding-top: 2rem !important;}
.pt-3 {padding-top: 3rem !important;}
.pt-4 {padding-top: 4rem !important;}

/* padding-right */
.pr-0 {padding-right: 0rem !important;}
.pr-1 {padding-right: 1rem !important;}
.pr-2 {padding-right: 2rem !important;}
.pr-3 {padding-right: 3rem !important;}
.pr-4 {padding-right: 4rem !important;}

/* padding-bottom */
.pb-0 {padding-bottom: 0rem !important;}
.pb-1 {padding-bottom: 1rem !important;}
.pb-2 {padding-bottom: 2rem !important;}
.pb-3 {padding-bottom: 3rem !important;}
.pb-4 {padding-bottom: 4rem !important;}

/* padding-left */
.pl-0 {padding-left: 0rem !important;}
.pl-1 {padding-left: 1rem !important;}
.pl-2 {padding-left: 2rem !important;}
.pl-3 {padding-left: 3rem !important;}
.pl-4 {padding-left: 4rem !important;}

.row .flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row .flexrow > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* Safety Break banner on the rest of the website styles */
#sbfo-banner {
	background: url(/safetybreak/PublishingImages/sbfo-bkgrd-wht.png); 
	background-color: #ffffff;
	font-family: Arial, sans-serif; 
	color: #333;
	padding-top: 16px;
	border: #f26522 9px solid;
}
#sbfo-banner .h2 {
	color: #75767a;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #75767a;
	font-size: 2rem;
	line-height: 44px;
	padding-top: 25px;
}
#sbfo-banner .h3 {
	color: #75767a;
	font-weight: bold;
	font-size: 1.5rem;
	font-variant: small-caps;
	border-bottom: 1px solid #75767a;
	padding:10px 5px;
	line-height: 32px;
}

/* GOSH conference banner */
#goshbanner {
	background-color: #ffffff;
	padding: 16px 11px;
	border: #c2cd23 9px solid;
}
#goshbanner h2 {
	color: #006993;
	font-size: 2rem;
}
#goshbanner h3 {
	color: #006993;
	font-size: 1.5rem;
}
#goshbanner btn-blue {
	color: #006993;
}

 /* rule text for text display of codebook content */
 
 .rule-history {
	margin-bottom: 3rem;
}
.rule-history p {
	font-size: 0.9rem;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-left: 1.5rem;
}
.rule-text ol {
	list-style-type: none;
}
.rule-text ol li {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
.rule-link {
}
.RulePageTOC {
	margin-bottom: 3rem;
    border-bottom: solid 1px #cccccc;
}

/* list style lower alpha with parens (.lap) */

ol.lap {
    counter-reset: list;
}
ol.lap > li {
    list-style: none;
    position: relative;
    counter-increment: list;
}
ol.lap > li::marker {
	content: "(" counter(list, lower-alpha) ") ";
}
 
/* Accessibility overrides */
 .or-calendar-month-view .or-calendar-event-link {
    background: #1d7fa7;
    line-height: 24px;
	height: 32px;
 }
.btn {min-height: 44px !important; font-size: 1rem; padding-top:10px; padding-bottom:10px;}
.nav-link {color: #013663;}
.fa-ul > li {line-height: 2rem;}
.fa-ul > li > a {display: inline-block; padding-top: 10px; padding-bottom: 10px;}
.fa-li {padding-top: 10px;}
.help-block {color: #585858;}

@media print {
	.pagebreak-before {break-before: page;} 
	.pagebreak-after {break-after: page;}
	.rule-link {display: none !important;}
	 #footer {display: none !important;}
	.breadcrumb {display: none !important;}
	.or-official {display: none !important;}
	.or-navbar, .or-navigation, .or-show-if-side-navigation {display: none !important;}
	.or-header-logo-link {display: none !important;}
	.RulePageTOC {display: none !important;}
}
