.printArticle {
  float: right;
  margin-top: 5px;
}
body {
  font-size: 1.15rem;
  font-weight: 300;
}
.navbar-custom {
background-color: #003E52;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: #FFFFFF;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: #ffffff;
font-size: 1.2rem !important;
/*padding-right: 9px!important;*/
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #FFFFFF;
text-decoration: underline;
/*background-color: #00A5B5;
border-bottom: 1px solid #FFFFFF;*/
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
background-color: #003E52;
}
.navbar-custom .dropdown-item {
color: #ffffff;
font-size: 1.2rem !important;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
color: #ffffff;
background-color: #003E52;
text-decoration: underline;
/*border-bottom: 1px solid #00A5B5;*/
}
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon3 span {
background: #FFFFFF;
}

/* Icon 3 */
.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
.page-footer {
background-color: #003E52;
color:#ffffff;
}
.fade.show {
opacity: 1;
}
.cd-footer {
transition: transform 0.3s;
margin: 5px;
padding: 5px;
}
.alert-primary, .alert-danger {
  background-color: #953150;
  border-color: #6f243b;
  color: white;
}
.alert {
/*display: none;*/
/*position: fixed;*/
bottom: 0;
width: 100%;
z-index: 301 !important;
margin-bottom: 0;
border-radius: 0;
}
.warning-text {
  padding: 10px;
  border: 2px solid #953150;
  border-radius: 15px;
  color: #953150;
}
.alert-message {
font-size: 1.2rem;
}
.alert-primary a {
color: #99DAEA !important;
}
.show-alert {
display: block;
}

.row-heading {
  background-color: #D2D755;
}

.online-training-offerings {
  margin-left: 25px;
}
.videoModal{}

.item-needs-updated {
  color: red;
}
.jumbotron {
  margin: 0rem !important;
}
.text-p-callout {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 5em;
  margin-right: 5em;
  font-style: italic;
  /*color:#000000;
  background:#ffb81c;
  border: 5px solid #007298;
  border-radius: 15px;
  padding: 7px;*/
  }
