/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

#ControlBar {
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}
#ControlBar_ControlPanel {
  z-index: 1000;
}
#ControlNav > li > a, #ControlEditPageMenu > li, #ControlActionMenu > li > a, .controlBar_editPageInEditMode, .dnn_mact > li.actionMenuMove > ul li, #ControlEditPageMenu > li > a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.Normal {
  font-size:1em;
}
.DNNContainer_Title_h2 h2 .TitleH2 {
  display:none;  
}


/*FORM*/
#Form { 
  height:100%;margin:0;
}


/*Custom font*/
@font-face {
    font-family: AmplifyFont;
    src: url(/portals/115/Fonts/Amplify.otf);
}

@font-face {
    font-family: GothamFont;
    src: url(/portals/115/Fonts/Gotham-Light.otf);
}

#choose-header {font-family:AmplifyFont;}
#choose-header {background: #fff; margin-top: 4em;z-index:998;}

/*==========================================================
            Audra's Custom CSS - DO NOT EDIT
==========================================================*/
/*Standard Colors for New Skin*/
/*
mt.gov dark gray: RGB(55, 55, 55) HEX #373737
mt.gov dark teal: RGB(46, 119, 124) HEX #2E777E
mt.gov lite teal: RGB(110, 150, 153) HEX #6E9699

hr.mt.gov Public St Blue: RGB(46, 69, 109) HEX #2E456D
hr.mt.gov Employees Blue: RGB(22, 64, 91) HEX #16405B
hr.mt.gov HR Portal Teal: RGB(0, 80, 81) HEX #005051
hr.mt.gov Programs Green: RGB(17, 87, 64) HEX #115740

doa dark blue: RGB(57, 94, 120) HEX #395E78
doa medi blue: RGB(122, 147, 165) HEX #7A93A5
doa lite blue: RGB(175, 190, 201) HEX #AFBEC9

eap d.blue: RGB(21, 77, 118) HEX #154C76
eap l.blue: RGB(111, 191, 235) HEX #6EBFEB
eap green:  RGB(184, 211, 54) HEX #B8D236
eap orange: RGB(240, 110, 57) HEX #F06D39

secgc d. green: RGB (39, 174, 74) HEX #27AE4A
secgc l. green: RGB (198, 223, 186) HEX #C6DFBA

iccw purple: RGB (87, 46, 123) HEX #572E7B
iccw l.gray: RGB (161, 161, 161) HEX #A1A1A1

gov yellow: RGB (251, 98, 36) HEX #FBC624
gov l.blue: RGB (9, 103, 141) HEX #09678D
gov d.blue: RGB (35, 70, 98) HEX #234662
*/

#dnn_menuPane{
}

/* NEWSKIN MODS - Skin Overrides */
/* .newskin {
  font-size: 1em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight:  normal;
  color: #373737;
}
.newskin hr{
  margin: 0.5em 0em !important; 
  padding: 0em !important;
  color: #373737;
}
.newskin h1{
  font-size: 1.75em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 300 !important;
  color: #373737 !important;
  margin: 0em !important;
}
.newskin h2{
  font-size: 1.5em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: bold;
  color: #373737;
  margin: 0em !important;
}
.newskin h3 {
  font-size: 1.25em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: bold;
  color: #FFFFFF !important;
  margin: 0em !important;
}
.newskin h4 {
  font-size: 1.1875em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 500;
  color: #2E777C !important;
  margin-bottom: 0.25em;
}
.newskin p {
  font-size: 1em;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight:  normal;
  color: #373737;
}
.newskin ol, .newskin ul {
  margin: 0em !important;
  padding: 0em 0em 0em 2em!important;
} */
/* END NEWSKIN MODS */


/* LINK LIST BUTTON - Footer */
.link_list {
  padding: 0em 0.5em;
}
.link_list ul li {
  list-style-type: none;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 1.5em;
}
.link_list ul li a{
  color: teal !important;
  text-decoration: none !important;
}
.link_list li a:hover{
  text-decoration: underline !important;
}
/* END LINK LIST BUTTONS */


/* COLUMN BUTTONS - Large Color Tiles */
/* .col-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center; 
	background-color: cyan;
	width: 99%;
	height: 10em;
	min-height: 5em;
    margin: 1em 0em;
    padding: 0.25em;
}
.col-button a{
  text-decoration: none !important; 
  color: #fff !important;
}
.col-button a:hover {
  text-decoration: underline !important;
}
.col-button p{
  color: #fff; 
  font-size: 2em;
  text-align: center;
  margin: auto 0; 
} */
/* END COLUMN BUTTONS */


/*=================
    PAGE LAYOUT 
=================*/

/* BASIC MODS */
/* #ContentContainer {
 padding: 1em !important; 
}
#ContentContainer li {
  margin: 0em auto !important;
}
#pagecontent-wrapper ul, #pagecontent-wrapper ol {
  margin: 0em auto !important;
}
#pagecontent-wrapper .active a:link {
  color: #FFFFFF !important;
} */
/* END BASIC MODS */


/* LIST BLOCK BUTTONS */
.blox {
  text-align: center;
  margin: 0%;
  font-size: 1.25em;
}
.blox ul{
  text-indent: 0em;
  margin: 0em;
}
.blox ul li{
  list-style-type: none; 
  list-style-image: none; 
  list-style-type: none;
}
.blox ul li a:hover, .blox ul li a:active{
  background-color: #373737;
  text-decoration: underline !important;
  color: #FFFFFF;
}
.blox ul li a{
  display: block;
  margin: 0em;
  padding: 0.625em;
  text-decoration: none;
  background-color: #365B72; 
  color: #FFFFFF !important;
  line-height: 1.125em;
  white-space: normal;
}
.blox p img{
  margin: 1em 2em;
  padding: 0em;
  display: block;
}
/* END LIST BLOCK BUTTONS */


/* FOOTER */
.foot_links {
  color: #FFFFFF;
  background-color: #373737;
}
.foot_links h2{
  font-weight: bold !important;
  color: #FFFFFF !important;
  text-transform: none !important;
}
.foot_links ul{
  text-indent: 0em;
  margin: 0em;
}
.foot_links ul li{
  list-style-type: none; 
  list-style-image: none; 
  list-style-type: none;
}
.foot_links ul li a:hover, .foot_links ul li a:active{
  text-decoration: underline !important;
  color: #FFFFFF;
}
.foot_links ul li a{
  text-decoration: none;
  font-size: 1em;
  color: #FFFFFF/*  !important */;
  line-height: 1em;
  white-space: normal;
}
.foot_links img{
  background-color: #395E78;
  margin: -0.25em 1em 1.375em 0em;
  padding: 0em;
  display: block;
  width: 15%;
}
.foot_links img:hover{
  display: block;
  background-color: #7A93A5;
}
/* END FOOTER */


/* NAV BLOCKS */
/*---Nav Block Sections---*/
section .card-title {  
    font: 300 1.375em 'Calibri';
    color: #373737;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 0.5em;
}
section .card-text {  
	margin-bottom: 0em;
    font-size: 0.875em;
    line-height: 1.5em;
}
section p.card-text {
    margin-top: .5rem;
}
section .card-link {
	text-align: right;
	position: absolute;
    bottom: 0;
    right: 0;
    width: 2.5em;
    height: 2.5em;
    display: block;
    line-height: 2.5em;
    text-align: center;
    background: #373737;
	background-color: #373737;		
}
section a .card-icon {
	display: inline-block;
	max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
section .card-footer {
	background-color:transparent;
	border-top:0px;
} 
section .card:hover, aside .card:hover, section .card:focus, aside .card:focus {
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.20);
}

#body.dnnEditState section .card-footer {
	background-color:transparent;
	border-top:0px;
} 
/* Old Nav blocks*/
.nav_blox {
  margin: 0.5em 0em;
  overflow: hidden;
}

.nav_blox .thumbnail {
  position: relative;
  margin: 0em;
  border-radius: 0em;
  box-shadow: none;
  border: none;
  padding: 0em;
  background: none;
}
.nav_blox .thumbnail .caption {
  padding: 1.125em 1.75em 1.75em 1.75em;
  overflow: hidden;
  background: #F8F8F8;
  position: relative;
  height: 12.625em; /* 250px */
}
.nav_blox .thumbnail .caption .title {
  font: 300 1.375em 'Calibri';
  color: #373737;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 0.5em;
}
.nav_blox .thumbnail .caption p {
  margin-bottom: 0em;
  font-size: 0.875em;
  line-height: 1.5em;
}
.nav_blox .thumbnail .caption a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  display: block;
  line-height: 2.5em;
  text-align: center;
  background: #373737;
}
.nav_blox .thumbnail .caption a img {
  display: inline-block;
}
.nav_blox .thumbnail figure {
  padding: 0em;
  margin: 0em;
  height: 11.625em;
  width: 100%;
  text-align: center;
  line-height: 11.625em;
  display: block;
}
.nav_blox .thumbnail figure img {
  display: inline-block; 
  vertical-align: middle;
  line-height: 1.5em;
}
.nav_blox.box1 figure {
  background: #2E456D;
}
.nav_blox.box1:hover a {
  background: #2E456D;
}
.nav_blox.box1:hover .title {
  color: #2E456D !important;
}
.nav_blox.box2 figure {
  background: #16405B;
}
.nav_blox.box2:hover a {
  background: #16405B;
}
.nav_blox.box2:hover .title {
  color: #16405B !important;
}
.nav_blox.box3 figure {
  background: #005051;
}
.nav_blox.box3:hover a {
  background: #005051;
}
.nav_blox.box3:hover .title {
  color: #005051 !important;
}
.nav_blox.box4 figure {
  background: #115740;
}
.nav_blox.box4:hover a {
  background: #115740;
}
.nav_blox.box4:hover .title {
  color: #115740 !important;
}
.nav_blox p {
  margin-bottom: 0em;
  font-weight: 300;
  line-height: 1.5em;
}
/* .thumbnail {
  display: block;
  padding: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1em;
  background-color: #283132;
  border: 1px solid #373737;
  border-radius: 0.25em;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2E777C;
}
.thumbnail .caption {
  padding: 0.625em;
  color: #373737;
} */
/* END NAV BLOCKS */


/* SLOGAN BOX */
/* .slogan_blox {
  margin: 0em;
  padding: 0em;
  background: #AFBEC9 url(Images/NavBlocks/slogan.jpg) center 0 no-repeat;
  background-size: cover;
  float: right;
  width: 100%;
  max-height: 774px;
}
.slogan_box {
  margin: 2em;
  padding: 0em;
  overflow: hidden;
}
.slogan_box h1{
  font-size: 3.0625vw !important;
  font-weight: 300;
  line-height: 95%;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin: 0em;
  padding: 0em;
}
.slogan_box a {
  color: #FFFFFF !important; 
  text-decoration: none !important;
}
.slogan_blox:hover a{
  color: #373737 !important;
  text-decoration: none !important;
} */
.chev {
  vertical-align: 15%;
  display:inline-block;
  -webkit-transform:scale(1.25,1.625); /* Safari and Chrome */
  -moz-transform:scale(1.25,1.625); /* Firefox */
  -ms-transform:scale(1.25,1.625); /* IE 9 */
  -o-transform:scale(1.25,1.625); /* Opera */
  transform:scale(1.25,1.625); /* W3C */
}
/* END SLOGAN BOX */


/* GOOGLE MAPS */
.google_maps {
  pointer-events: none; 
}
/* END GOOGLE MAPS */


/*=================
  ROTATOR CUSTOMS
=================*/

/* EasyDNNRotator - Home Banner */
/* .chameleon_slider .pagination {
  width: 300px !important;
}
.chameleon_slider h2 {
  font-size: 2.5vw !important;
  font-weight: normal !important;
}
.chameleon_slider a{
  color: #FFFFFF !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.chameleon_slider.callisto a.navigation_button {
  background-image: url("Images/Rotators/shr_sprite2.png") !important;
} */
/* END EasyDNNRotator - Home Banner */


/* EasyDNNGallery - About Us photos */
.bstrap3-material .btn{
  border-radius: 0em !important; 
  box-shadow: none !important;
}
.bstrap3-material .btn-info {
  background-color: #395E78 !important;
}
.bstrap3-material .btn-info:hover,.bstrap3-material .btn-info:active:hover,.bstrap3-material .btn-info:focus {
  background-color: #7A93A5 !important;
}
.bstrap3-material .btn-info:hover, .bstrap3-material .btn-info:focus, .bstrap3-material .btn-info .focus, .bstrap3-material .btn-info:active, .bstrap3-material .btn-info .active, .bstrap3-material .open > .dropdown-toggle .btn-info {
  background-color: #7A93A5 !important;
}
.bstrap3-material .btn-info:active {
  background-color: #395878 !important;
  background-image: radial-gradient(circle, #395E78 10%, #373737 11%) !important;
}
.bstrap3-material .btn-primary {
  background-color: #395E78;
}
.bstrap3-material .btn-primary:hover,.bstrap3-material .btn-primary:focus,.bstrap3-material .btn-primary.focus,.bstrap3-material .btn-primary:active,.bstrap3-material .btn-primary.active,.open>.dropdown-toggle.bstrap3-material .btn-primary {
  background-color: #7A93A5;
}
.bstrap3-material textarea:focus, .bstrap3-material textarea.form-control:focus, .bstrap3-material input.form-control:focus, .bstrap3-material input[type="text"]:focus, .bstrap3-material input[type="password"]:focus, .bstrap3-material input[type="email"]:focus, .bstrap3-material input[type="number"]:focus, .bstrap3-material .form-control[type="text"]:focus, .bstrap3-material .form-control[type="password"]:focus, .bstrap3-material .form-control[type="email"]:focus, .bstrap3-material .form-control[type="tel"]:focus, .bstrap3-material .form-control[contenteditable]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #395E78 !important;
  box-shadow: inset 0 -2px 0 #395E78 !important;
}
/* END EasyDNNGallery - About Us photos */


/* EasyDNNNews - Article */
/* END EasyDNNNews - Article */


/* EasyDNNNews - Article Ozone, Blue, Simple 2 */
.edn_socialPrintWrapper{
  display: none !important;
}
.edn_articleTitle h1, .edn_simpleArticle2 h1, .edn_metaDetails h1, .edn_articleDetails h1{
  font-size: 1.75em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
  font-weight: bold !important;
  color: #373737 !important;
}
.edn_articleTitle h2, .edn_simpleArticle2 h2, .edn_articleDetails h2 {
  font-size: 1.5em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
  font-weight: normal !important;
  color: #373737 !important;
}
.edn_articleTitle h3, .edn_simpleArticle2 h3, .edn_articleDetails h3 {
  font-size: 1.25em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
  font-weight: bold !important;
  color: #395E78 !important;
  margin-top: 1em !important;
}
.edn_articleSummary, .edn_simpleArticle2, .edn_metaDetails, .edn_articleDetails{
  font-size: 1.125em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
  font-weight:  normal !important;
  color: #373737 !important;
  line-height: 1.125em;
}
.edn_articleSummary ul, .edn_simpleArticle2 ul, .edn_metaDetails ul, .edn_articleDetails ul {
  margin-left: 1em!important;
  padding-left: 2.5em!important;
}
.edspp_wrapper .cbp-l-loadMore-button-link, .edspp_wrapper  .cbp-l-loadMore-button-link:link, 
.edspp_wrapper .cbp-l-loadMore-button-link:active, 
.edspp_wrapper .cbp-l-loadMore-button-link:visited {
  border: none !important;
  border-radius: 0em !important;
  color: #FFFFFF !important; 
  background-color: #395E78;
}
.edspp_wrapper .cbp-l-loadMore-button-link:hover {
  border: none !important;
  border-radius: 0em !important;
  color: #FFFFFF !important; 
  background-color: #7A93A5;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a{
  border: none !important; 
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleLinks {
  border-color: #2E777C !important;
  box-shadow: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags {
  color: #395E78 !important;
  border: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags a {
  background-color: #395E78 !important;
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 0em !important;
  text-decoration: none !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags a:hover {
  background-color: #7A93A5 !important;
  border: none !important;
  border-radius: 0em !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleLinks ul li::before {
  color: #2E777C !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleLinks h2 span::after {
  border-bottom-color: #2E777C !important;
}
.ednMoreArticlesTriggerWrapper .trigger {
  border: none !important;
  border-radius: 0em !important; 
}
.ednMoreArticlesTriggerWrapper .trigger .actionTextContainer {
  background-color: #395E78 !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
}
.ednMoreArticlesTriggerWrapper .trigger .actionTextContainer:hover {
  background-color: #7A93A5 !important;
}
.eds_subCollection_tagCloud > div a {
  border: none  !important;
  border-radius: 0em !important;
}
.DnnModule-40384{
  margin: 1em !important; 
}
/* END EasyDNNNews - Article Ozone, Blue, Simple 2 */


/* PUBLIC - EASYDNN MODS (Ozone Blue) */
.eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news .article_pagination span, .eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news .article_pager a:hover {
  background-color: #2E456D !important; 
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news .article_pager .page{
  border: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_tagCloud > div a span{
  background-color: #2E456D !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_tagCloud > div a:hover span{
  background: none !important;
  color: #2E456D !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo, .eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_news .bread_crumbs{
  display: none !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_news .child_categories{
  margin: 0 auto !important; 
  display: inline-block !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo, .eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_news .bread_crumbs{
  display: none !important;
}
.eds_news_Ozone.eds_style_predefined_blue.eds_news_Ozone.eds_subCollection_news .child_categories{
  margin: 0 auto !important; 
  display: inline-block !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails{
  display: none;
}
/* END PUBLIC - EASYDNN MODS (Ozone Blue) */


/* EMPLOYEES - EASYDNN MODS (Ozone Grey) */
.eds_news_Ozone.eds_style_predefined_grey.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_style_predefined_grey.eds_subCollection_news .article_pagination span, .eds_news_Ozone.eds_style_predefined_grey.eds_subCollection_news .article_pager a:hover {
  background-color: #16405B !important; 
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_grey.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_style_predefined_grey.eds_subCollection_news .article_pager .page{
  border: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_grey.eds_news_Ozone.eds_subCollection_tagCloud > div a span{
  background-color: #16405B !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_grey.eds_news_Ozone.eds_subCollection_tagCloud > div a:hover span{
  background: none !important;
  color: #16405B !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_grey.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo, .eds_news_Ozone.eds_style_predefined_grey.eds_news_Ozone.eds_subCollection_news .bread_crumbs{
  display: none !important;
}
.eds_news_Ozone.eds_style_predefined_grey.eds_news_Ozone.eds_subCollection_news .child_categories{
  margin: 0 auto !important; 
  display: inline-block !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails{
  display: none;
}
/* END EMPLOYEE - EASYDNN MODS (Ozone Grey) */


/* HR Portal - EASYDNN MODS (Ozone Green) */
.eds_news_Ozone.eds_style_predefined_green.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_style_predefined_green.eds_subCollection_news .article_pagination span, .eds_news_Ozone.eds_style_predefined_green.eds_subCollection_news .article_pager a:hover {
  background-color: #005051 !important; 
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_green.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_style_predefined_green.eds_subCollection_news .article_pager .page{
  border: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_green.eds_news_Ozone.eds_subCollection_tagCloud > div a span{
  background-color: #005051 !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_green.eds_news_Ozone.eds_subCollection_tagCloud > div a:hover span{
  background: none !important;
  color: #005051 !important;
  border-radius: 0em !important;
}
.eds_style_predefined_green.eds_subCollection_news.eds_news_Ozone.eds_template_Details_Article_Default.eds_templateGroup_detailsArticleDefault th{
  color: #000 !important;
}
.eds_style_predefined_green.eds_subCollection_news.eds_news_Ozone.eds_template_Details_Article_Default.eds_templateGroup_detailsArticleDefault ol li{
	list-style-position: inside !important;
}
.eds_news_Ozone.eds_style_predefined_green.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo, .eds_news_Ozone.eds_style_predefined_green.eds_news_Ozone.eds_subCollection_news .bread_crumbs{
  display: none !important;
}
.eds_news_Ozone.eds_style_predefined_green.eds_news_Ozone.eds_subCollection_news .child_categories{
  margin: 0 auto !important; 
  display: inline-block !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails{
  display: none;
}
/* END HR Portal - EASYDNN MODS (Ozone Green) */


/* PROGRAMS - EASYDNN MODS (Ozone Brown) */
.eds_news_Ozone.eds_style_predefined_brown.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_style_predefined_brown.eds_subCollection_news .article_pagination span, .eds_news_Ozone.eds_style_predefined_brown.eds_subCollection_news .article_pager a:hover {
  background-color: #115740 !important; 
  border: none !important;
  border-radius: 0em !important;
  color: #FFFFFF !important;
}
.eds_news_Ozone.eds_style_predefined_brown.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_style_predefined_brown.eds_subCollection_news .article_pager .page{
  border: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_brown.eds_news_Ozone.eds_subCollection_tagCloud > div a span{
  background-color: #115740 !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_brown.eds_news_Ozone.eds_subCollection_tagCloud > div a:hover span{
  background: none !important;
  color: #115740 !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_brown.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo, .eds_news_Ozone.eds_style_predefined_brown.eds_news_Ozone.eds_subCollection_news .bread_crumbs{
  display: none !important;
}
.eds_news_Ozone.eds_style_predefined_brown.eds_news_Ozone.eds_subCollection_news .child_categories{
  margin: 0 auto !important; 
  display: inline-block !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails{
  display: none;
}
/* END PROGRAM - EASYDNN MODS(Ozone Brown) */


/* ICCW - EASYDNN MODS (Ozone Purple) */
/*
iccw purple: RGB (87, 46, 123) HEX #572E7B
iccw l.gray: RGB (161, 161, 161) HEX #A1A1A1
*/
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .article_pagination span, .eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .article_pager a:hover {
  background-color: #572E7B !important; 
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .article_pager .page{
  border: none !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_news_Ozone.eds_subCollection_tagCloud > div a span{
  background-color: #572E7B !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_news_Ozone.eds_subCollection_tagCloud > div a:hover span{
  background: none !important;
  color: #572E7B !important;
  border-radius: 0em !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo, .eds_news_Ozone.eds_style_predefined_purple.eds_news_Ozone.eds_subCollection_news .bread_crumbs{
  display: none !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_news_Ozone.eds_subCollection_news #dnn_ctr44975_ViewEasyDNNNewsMain_ctl00_pnlListArticles.child_categories{
  margin: 0 auto !important; 
  display: inline-block !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple:first-child {
    border-top: none !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .edn_readMore.edn_readMoreButton {
    border-color: #572E7B !important;
    border-radius: 0px !important;
    color: #572E7B !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div 
.edn_readMoreButtonWrapper {
    text-align: right !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .edn_article.edn_eventsSimple > section > div 
.edn_readMore.edn_readMoreButton {
    border-color: #572E7B !important;
    border-radius: 0px !important;
    color: #572E7B !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news .edn_article.edn_eventsSimple > section > div 
.edn_readMore.edn_readMoreButton:hover
{
	background-color: #572E7B !important;
	color: #FFFFFF !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news.eds_templateGroup_listArticleEventsSimple 
.edn_article.edn_eventsSimple > section:hover
{
	background-color: rgba(87, 46, 123, 0.75) !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section > time > span:first-child {
    color: #373737 !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:hover > time > span:first-child {
    color: #ffffff !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section > time > span.edn_monthName {
    color: #572E7B !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:hover > time > span.edn_monthName {
    color: #ffffff !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section > time > span:last-child {
    color: #373737 !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:hover > time > span:last-child {
    color: #ffffff !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section > div > time:before,
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section > div .edn_eventBoxLocation:before {
    color: #572E7B !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:hover > div > time:before,
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:hover > div .edn_eventBoxLocation:before {
    color: #ffffff !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:hover > time {
    background-color: #572E7B !important;
    box-shadow: none;
    border-color: #572E7B !important;
}
.eds_news_Ozone.eds_style_predefined_purple.eds_subCollection_news.eds_news_Ozone.eds_subCollection_news 
.edn_article.edn_eventsSimple > section:before {
    border-color: #572E7B;
}
/* END ICCW - CUSTOM MODS */


/* SECGC - CUSTOM MODS */
/*
secgc d. green: RGB (39, 174, 74) HEX #27AE4A
secgc l. green: RGB (198, 223, 186) HEX #C6DFBA
*/
/* .secgc_box {
  width: 98%;
  height: 100%;
  padding: 5%;
  text-align: center; 
  vertical-align: middle;
}
.secgc_dark {
  background-color: #27ae4a;
}
.secgc_light {
  background-color: #c6dfba;
}
.secgc_button {
    width: 15%;
	padding: 1em;
	text-align: center; 
	vertical-align: middle;
	border-style: solid;
    border-color: #ffffff;
	background-color: #27ae4a;
	border-width: 0.125em;
	border-radius: 0.25em;
}
.secgc_button a{
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 1.25em;
} */
/* END SECGC - CUSTOM MODS */


/* CONTENT BOXES */
/* .lite_box {
  background-color: #F8F8F8;
  margin: 0.5em 0em;
  padding: 0em;
  position: relative;  
}
.lite_box .caption{
  text-decoration: none;
  padding: 1em;
  height: 16em;
  overflow: hidden;
}
.lite_box .caption_sm{
  text-decoration: none;
  padding: 1.5em  1em;
  height: 10em;
  overflow: hidden;
  margin: auto;
}
.lite_box .caption p{ 
  margin-top: 1em;
}
.lite_box a {
  color: #16405B;
}
.lite_box a:hover {
  color: #16405B !important;
  text-decoration: underline;
}
.img_center {
  float: none;
  text-align: center;
}
.img_center img {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  margin: 0.25em auto; 
} */
/* END CONTENT BOXES */


/* START PAGE BANNERS */
.banner_caption {
  margin: 0em;
  padding: 2em;
  overflow: hidden;
}
.banner_caption h1{
  font-size: 3em !important;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 300 !important;
  color: #373737 !important;
  text-transform: none !important;
  margin: 0.5em 0em !important;
}

.banner {
  margin: 0em 0em 1em 0em;
  padding: 0em;
  float: right;
  width: 100%;
  min-height: 15em;
}
/* .public{
     background: #FFFFFF url(Images/Banners/public_banner.png) center 0 no-repeat;
     background-size: cover;
}
.policy{
    background: #FFFFFF url(Images/Banners/policy_banner.png) center 0 no-repeat;
    background-size: cover;
}

.employee{
     background: #FFFFFF url(Images/Banners/employee_banner.png) center 0 no-repeat;
     background-size: cover;
}
.handbook{
     background: #FFFFFF url(Images/Banners/handbook_banner.png) center 0 no-repeat;
    background-size: cover;
}
.payroll{
    background: #FFFFFF url(Images/Banners/payroll_banner.png) center 0 no-repeat;
    background-size: cover;
}

.portal{
     background: #FFFFFF url(Images/Banners/portal_banner.png) center 0 no-repeat;
     background-size: cover;
}
.somrs{
     background: #FFFFFF url(Images/Banners/somrs_banner.png) center 0 no-repeat;
    background-size: cover;
}
.sabhrs{
     background: #FFFFFF url(Images/Banners/sabhrs_banner.png) center 0 no-repeat;
    background-size: cover;
}
.classcomp{
     background: #FFFFFF url(Images/Banners/classcomp_banner.png) center 0 no-repeat;
    background-size: cover;
}

.program{
     background: #FFFFFF url(Images/Banners/programs_banner.png) center 0 no-repeat;
    background-size: cover;
}
.eap{
     background: #FFFFFF url(Images/Banners/eap_banner.png) center 0 no-repeat;
    background-size: cover;
}
.iccw{
     background: #FFFFFF url(Images/Banners/iccw_banner.png) center 0 no-repeat;
    background-size: cover;
}
.secgc{
     background: #FFFFFF url(Images/Banners/secgc_banner.png) center 0 no-repeat;
    background-size: cover;
}
.govaward{
     background: #FFFFFF url(Images/Banners/govaward_banner.png) center 0 no-repeat;
    background-size: cover;
} */
/* END PAGE BANNERS */


/* EAP - CUSTOM MODS */
/*
eap d.blue: RGB(21, 77, 118) HEX #154C76
eap l.blue: RGB(111, 191, 235) HEX #6EBFEB
eap green:  RGB(150, 200, 50) HEX #96C832
eap orange: RGB(240, 110, 57) HEX #F06D39
*/
.eap_box {
  background-color: #FFFFAA; 
  padding: 1em 1em 0.5em 1em;
  color: #2E456D;
  word-spacing: 0.325em;
}
/* END EAP - CUSTOM MODS */


/* START SAVE THE DATE CALENDAR */
.calendar p{
  text-align: center;
}
.calendar {
  width: 100%;
}
.calendar table{
  width: 75%;
  margin: 0.5em auto;
}
.calendar tr{
  border-style: solid;
  border-width: 0.5em;
}
.calendar th{
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 0em;
  margin: 0em;
}
.calendar td{
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
  padding: 0.25em 0em;
  margin: 0em;
}
/* END SAVE THE DATE CALENDAR */


/* START SECGC PROGRESS BAR */
/* progress bar base */
.progress-bar {
    width: 100%; /* Total percentage */
    height: 1.5em;
    /*background-color: #191919;  Dark Gray */
    background-color: #C6DFBA;
    position: relative;
    overflow:hidden;
    margin: 1.5em 0em 0.5em 0em;
}
.progress-bar::before {
    content: '';
    display: block;
    position: absolute;
    width: 1%; /* Progress percentage MATCH ::after */
    height: 1.5em;
}
/* progress bar pinstripe */
/*
.progress-bar::after {
    display: block;
    position: absolute;
    width: 75%; /* Progress percentage MATCH ::before
    height: 1.5em;
    overflow: hidden;
    content: '|||||||||||||';
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    font-weight: 900;
	font-size: 7.5em;
	font-family: sans-serif;
    letter-spacing: 0.0375em;
    color: #fff;
    opacity: 0.25;
    margin-left: -0.4em;
}
*/
/* .green::before {
    background-color: #27ae4a; /* SECGC Green */
} */
.left{ text-align: left !important;}
.center{ text-align: center !important;}
.right{ text-align: right !important;}
/* END SECGC PROGRESS BAR */


/* ul.a {
	list-style: none !important;
	list-style-position: inside !important;
	margin: 0em !important;
	padding-left: 2em !important;
	text-indent: -2em;
}

ul.a li:before{
	content: "\01F5F9";
	margin-right: 1em;
} */


.nav_blox .thumbnail .figure {
    padding: 4em 0;
    margin: 0em;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 1;
    display: block;
	background: #16405B;
}

#body.dnnEditState .foot_links {
	color:#373737!important;
}
#body.dnnEditState .foot_links ul li a{
	color:#373737!important;
}