body {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 1rem;
}

::-webkit-input-placeholder {
  text-align: center;
}
:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
:-ms-input-placeholder {
  text-align: center;
}

.body-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-pattern-diagonal-grey.png");
  background-repeat: repeat;
  background-position: center;
}

.body-contents {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 0px 4px 2px #888888;
}

.section {
  margin: 0 auto;
}

.content {
  padding-top: 133px;
  z-index: 10;
  background: #fff;
}

.content.home {
  background: #eff1f3;
}
.home-carousel {
  position: relative;
  width: 100%;
  height: 55vh;
  margin-bottom: 40px;
}
.home-carousel .static-slide-text {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 3vw;
  z-index: 15;
}
.home-carousel .static-slide-text .inner-text {
  width: 100%;
  float: right;
  margin-right: 0;
  text-align: right;
  position: relative;
  top: 5vh;
}
.home-carousel .static-slide-text h4{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.home-carousel .static-slide-text .btn {
  position: relative;
  right: 5px;
}
.home-carousel .carousel-inner {
  width: 100%;
  height: 100%;
  background: #121d4c;
  font-size: 1.4rem;
  font-weight: bold;
}

.home-carousel .carousel-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-carousel .item-bg-1 {
  background-image: url(../img/home-carousel-1.jpg);
  background-position: 100% 23%;
  background-size: 132%;
}

.home-carousel .item-bg-2 {
  background-image: url(../img/home-carousel-2.jpg);
}

.pt-3.pr-5.text-right {
  padding-right: 6rem !important;
  padding-top: 2rem !important;
}

.home-carousel h4 {
  width: 50%;
  margin-left: 50%;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px #121d4c;
}

.home-carousel h6 {
  width: 50%;
  margin-left: 50%;
  font-size: 1.4rem;
  font-weight: bold;
}

.home-carousel img {
  width: 24px;
  margin-top: -1px;
  margin-left: 7px;
}

@media screen and (max-width: 600px) {
  .home-carousel .static-slide-text {
    max-width: 100%;
    right: 0;
  }
  .home-carousel .static-slide-text .inner-text {
    text-align: center;
  }
}

.carousel-control-next,
.carousel-control-prev {
  top: 30%;
  bottom: 30%;
}

.covid-contents {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 7px 15px 1px 10px;
  background: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  clip-path: polygon(93.5% 5%, 99% 43%, 99% 100%, 0% 100%, 0% 50%, 0% 5%);
}

.covid-contents::after {
  content: "";
  position: absolute;
  top: 0;
  background: #121d4c;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(93.5% 5%, 98.8% 43%, 99% 100%, 0% 100%, 0 50%, 0% 5%);
  z-index: -1;
}

.covid-contents .covid-info {
  position: relative;
  top: -9px;
  display: inline-block;
  padding: 5px 15px;
  background: white;
  color: red;
  font-size: 1rem;
  font-weight: bold;
}

.covid-contents .covid-report {
  display: inline-block;
  padding: 0px 15px;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.btn-normal {
  background-color: #ffd300;
  color: white;
  font-size: 1rem;
  padding: 3px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.home-intro {
  margin: 0px 25px 30px 25px;
}

.home-intro-section {
  padding: 0px;
}

.home-intro-section.left-padding {
  padding-left: 10%;
}

.home-intro-section.right-padding {
  padding-right: 10%;
}

.home-intro-section.has-border {
  border-left: 1px solid #121d4c;
  border-right: 1px solid #121d4c;
}

.home-intro-section .intro-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #121d4c;
  margin-bottom: 20px;
}

.home-intro-section .intro-title h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0px;
  color: #10204b;
}

.home-intro-section .intro-title img {
  width: 40px;
}

.home-intro-section .intro-desc {
  font-size: 0.9rem;
}

.home-intro-section .intro-item {
  font-size: 0.9rem;
}
.home-intro-section .intro-item a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.home-intro-section .intro-item a:hover {
    color: #3d91e7;
    text-decoration: underline;
}

.home-intro-section .divider {
  margin: 14px 0px;
  border-top: 1px solid #121d4c;
}

.home-more-train-section img {
  width: 90%;
  margin-left: 10%;
}

.home-more-wrapper {
  align-items: center;
  background: #464a4d;
}

.home-more-assistance {
  padding: 20px;
  background: #3d91e7;
}

.home-more-doers {
  padding: 20px;
  background: #464a4d;
}

.home-more-avatar {
  margin: auto;
}

.home-more-avatar img {
  width: 70%;
  margin-left: 15%;
}

.home-more-contents {
  padding: 20px 30px;
  color: white;
}

.home-more-contents .home-more-title {
  font-size: 1rem;
  font-weight: bold;
}

.home-more-contents .home-more-desc {
  margin: 15px 0px;
  padding-right: 10%;
}

.home-more-contents .btn-more {
  padding: 0px;
  font-size: 0.8rem;
  color: white;
}

.home-more-contents .btn-more img {
  width: 24px;
  margin-left: 5px;
}

/*
      Safety Page
*/

.interior-title {
  padding: 5% 100px;
  font-size: 2rem;
  font-weight: bold;
  color: #e3b318;
  background: #10204b;
	margin-bottom: 1rem;
  text-transform: uppercase;
}

.interior-title a {
    font-size: 2rem;
    font-weight: bold;
    color: #e3b318;
    background: #10204b;
    text-transform: uppercase;
}

.interior-section {
  padding: 3% 100px;
}

.interior-section-contents {
  padding-right: 5%;
}

.interior-section h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #3d91e7;
  font-weight: bold;
}

.interior-section .interior-desc {
  margin-bottom: 30px;
}

.interior-section .interior-banner {
  width: 80%;
  margin-bottom: 30px;
}

.interior-menu {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: #3d91e7;
}

.interior-menu .interior-menu-title {
  padding: 20px 20px 10px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background: rgba(255, 255, 255, 0.3);
}

.interior-menu .interior-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 15px 30px;
}

.interior-menu .interior-menu-item:hover {
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.35s ease;
}
.interior-section a:hover {
    text-decoration: none;
}
.interior-menu .interior-menu-item h6 {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0px;
}

.interior-menu .interior-menu-item img {
  width: 24px;
}

.interior-menu-item a {
    color: white;
}

.interior-menu .interior-menu-item.sub-item {
  justify-content: normal;
}

.interior-menu .interior-menu-item.sub-item img {
  margin-right: 10px;
}

.interior-menu .divider {
  margin: 0px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.interior-update {
  padding: 30px;
  background: #464a4d;
  color: white;
  font-weight: normal;
  margin-bottom: 1em;
}

.interior-update h6 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.interior-update .btn-more {
  color: white;
  padding-left: 0px;
  margin-top: 20px;
}

.interior-update .btn-more img {
  width: 20px;
  margin-left: 5px;
}

@media (max-width: 1024px) {
.interior-section {
    padding: 2% 15px;
}

}
@media (max-width: 768px) {
  .content {
    padding-top: 65px;
  }

  .home-carousel {
    height: 50vh;
  }

  .home-carousel h4 {
    width: 80%;
    margin-left: 20%;
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
  }

  .home-carousel h6 {
    width: 80%;
    margin-left: 20%;
    text-align: center;
    font-size: 1rem;
  }

  .home-intro {
    width: 85%;
    margin: 0px auto 20px auto;
  }

  .home-intro-section.has-border {
    border: none;
  }

  .home-more-train-section img {
    margin-left: 5%;
  }

  .home-more-avatar img {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
  }

  .covid-contents .covid-info {
    font-size: 0.9rem;
  }

  .covid-contents .covid-report {
    font-size: 0.7rem;
  }

  .interior-title {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }

  .interior-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .interior-section .interior-banner {
    width: 100%;
  }
  
  
  ul#menu-main-navigation {
    background: #efefef;
    border-top: 1px solid #c9c9c9;
}

img.header-brand__logo {
    height: 41px;
}
.bio-image {
    height: 200px;
    width: 99%;
    margin: 1rem auto;
}
h1 {
    font-size: 2em;
}
header .navbar {
    min-height: 40px !important;
}
.navbar-brand {
    padding: 10px 20px 2px 12px;
}
.navbar .nav-item {
    padding: 15px 20px;
    border-bottom: 1px solid #c9c9c9;
}  

.navbar-toggler {
    margin: 1rem;
} 

  
  
}

@media (max-width: 767px) {
  .home-intro-section {
    padding: 5% 0px !important;
  }
}

header {
  position: fixed;
  background-color: #eff1f3;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: #121d4c;
}

header .navbar {
  padding: 0px;
  min-height: 86px;
}
ul.navbar-nav.w-100.justify-content-end {
  min-height: 86px;
}

header .navbar-links {
  width: 100%;
  padding: 13px 35px;
  background: #10204b;
  text-align: right;
  font-size: 0.8rem;
  min-height: 47px;
}

header .navbar-links ul {
  margin: -7px 0 0;
}

header .navbar-links li {
  display: inline-block;
  border-right: 1px solid #e3b318;
}

header .navbar-links li:last-child {
  border-right: 0;
}

header .store-icon a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background-image: url("https://conrail.effectivdev.com/wp-content/uploads/2021/04/icon-store.png");
  background-size: contain;
  position: relative;
  left: 8px;
  top: 5px;
}

header .navbar-links a {
  color: #f9f8f8;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 1rem;
}

header .navbar-links li:last-child a {
  padding-right: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #322b4d;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

header .navbar-links img {
  width: 28px;
  margin-top: -4px;
}

header .navbar-links .divider {
  border-left: 1px solid #e3b318;
}

header.sticky {
  animation: fadeIn 0.5s;
  animation-fill-mode: both;
  max-width: 1600px;
}

header.sticky .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eff1f3;
}

header.sticky ul.py-md-2 {
  padding-top: 0 !important;
  padding-bottom: 3px !important;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.navbar-brand {
  padding: 10px 0 5px 20px;
}

header.sticky .header-brand__logo {
  height: 40px;
}

.header-brand__logo {
    max-width: 250px;
}

.navbar .nav-item {
  padding: 24px 50px;
  border-left: 1px solid #e3b318;
	min-width: 205px;
}

.navbar .dropdown-toggle::after {
  display: none;
}

#menu_navbar {
  max-width: calc(100% - 195px);
  margin: 0 auto;
}

header.sticky #menu_navbar {

}

.dropdown-menu {
  padding: 3px 5px;
  width: 26em;
  border-radius: 0;
}

.dropdown-menu .nav-item {
  padding: 0;
  display: inline-block;
  width: 49%;
  border-left: 0;
  min-width: auto;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 10px 2px;
  border-bottom: 1px solid #707070;
}

@media (min-width: 769px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    padding: 10px 40px;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}

.navbar-nav .nav-item .dropdown-menu {
  position: absolute !important;
  top: 98%;
}

.navbar-nav .nav-item.last .dropdown-menu {
    flex-direction: row-reverse;
    right: 0;
    left: auto;
}

@media (max-width: 768px) {
  header .navbar-links {
    display: none;
  }

  #menu_navbar {
    max-width: 100%;
    background: white;
  }

  .dropdown .dropdown-multicol {
    width: 100%;
  }

  .dropdown-menu .nav-item {
    width: 100%;
    border-bottom: none;
  }

  .dropdown .dropdown-menu .dropdown-item {
    border-bottom: none;
  }
}

footer {
  padding: 30px 30px 10px;
  background: #121d4c;
  font-size: 0.8rem;
  color: white;
}

footer a {
  color: white;
}

footer .divider {
  border-left: 2px solid #ffd300;
}

footer .footer-right {
  text-align: right;
}

@media (max-width: 800px) {
  footer .footer-right {
    text-align: left;
  }
}

/* Employee Page */
.interior-section a {
    color: #3d91e7;
}
.card-body a {
    color: #5d5d5d;
}
.interior-update img {
    width: 100%;
}

.interior-update .home-more-avatar {
	margin-top: 15px;
}

.home-more-avatar img {
    margin-left: 0;
}

.interior-update .home-more-contents {
	padding: 0 30px;
}

.left {
    width: 43%;
    border-right: 1px solid rgb(227 179 24 / 50%);
    padding-right: 20px;
}

p {
    line-height: 1.5;
	/*margin-bottom: 2rem;*/
}

.right {
    width: 50%;
    padding-left: 20px;
}

.left.alert-levels {
	width: 15%;
}

.alert-levels img {
	width: 80px;
	height: auto;
}

p.employee-info {font-weight: 600;}


.float {
    display: flex;
    flex-direction: row;
}

p.employee-program-address {
    border-bottom: 1px solid #121d4c;
    padding-bottom: 1rem;
}


h1.blue {color: #3d91e7;}
h2.blue {color: #3d91e7;}
h3.blue {color: #3d91e7;}
h4.blue {color: #3d91e7;}

.dashboard {
    background: #efeff0;
    padding: 1rem;
    border-radius: 3px;
}

.interior-desc .intro-title {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #121d4c;
    margin-bottom: 10px;
    justify-content: space-between;
}

.interior-desc img.pull-right {
    width: 40px;
}

.interior-desc .intro-title h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #121d4c;
}

.interior-desc.quick-links {width: 65%;margin-bottom: 50px;}

.col-12.col-md-4 .interior-update {
    padding: 15px;
}

.info-contact p {
    margin-bottom: .5rem;
    font-weight: 600;
}

hr.divider {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

/* News & Information */
h4 {
    color: #10204b;
}

.links h3, .links h4 {
    margin: 1.25em 0 1em 0;
    border-bottom: 1px solid #878787;
}

h4.padding-top {
    padding-top: 1em;
}

h5 {
    color: #10204b;
}

.sidebar.intro-item {
    line-height: 1.8rem;
}

.sidebar a {
    color: white;
}

.sidebar a:hover {
    color: #3d91e7;
    text-decoration: none;
}

/* FAQ */
.faq.dashboard {
    padding: 2rem;
}

/* ABOUT CONRAIL */
.home-more-desc.links {
    font-size: .9rem;
    padding-right: 0;
    /* line-height: 1.75rem; */
    /* padding: 0 1rem; */
}

.home-more-desc.links a {
    color: white;
    line-height: 1.75rem;
}

.home-more-desc.links a:hover {
    color: #3d91e7;
    text-decoration: none;
}

.img-container img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    /* object-fit: contain; */
}

.img-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

img.img-cover {
    object-fit: cover;
    object-position: 50% 40%;
}

img.img-bottom {
	object-position: 50% bottom;
}

img.shadow {
	box-shadow: 0px 0px 7px -2px black!important;
    margin: 1rem;
	}

.interior-section p a {
    color: black;

}

.interior-section p a:hover {
    color: #3d91e7;
}

.interior-section .links p a {
    margin-bottom: 15px!important;
}

.interior-section .links p {
    margin-bottom: 15px;
}

hr.divider.white {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.interior-update .home-more-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
	padding-left: 15px;
}

.interior-update p {
    font-size: 1rem;
}

.links .left {
    width: 50%;
}

.links a {
    color: black;
}

.links a:hover {
    color: #3d91e7;
    text-decoration: none;
}

.margin-top {
    margin-top: 3rem;
}

.margin-bottom {
    margin-bottom: 2em;
}

hr.divider.margin-bottom {
    margin-bottom: 2em;
    border: none;
}

/* Company Officials */

.interior-desc.bio.dashboard {
	padding: 3rem 1rem;
    background: rgb(239 239 240 / 61%);
	}

.bio-left a {
	color: #10204b;
	}

.bio-left {
    padding: 0;
	}

.bio-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-position: center 10%;
	background-size: cover;
	box-shadow: 0px 0px 7px -2px black;
	background-repeat: no-repeat;
	}

.bio-header h3.mb-4 {
    margin-bottom: .25em !important;
	margin-top: 0;
	}

.bio-header h3 {
    color: black;
	}

.bio-header h5 {
    color: #3d91e7;
	}

h5.mb-3 {
    color: #3d91e7;
	}

.bio-left a {
    color: #3d91e7;
	}

.col-12.col-md-12.footer-right.effectiv {
    margin: 2em 0 0 0;
}

a.effectiv {
    color: rgb(255 255 255 / 100%);
	word-spacing: 3px;
}

/*  ///   8/16/22  ///  */

.links h5 {
    /* padding: 1em 0; */
    font-size: 1.1rem;
    font-weight: 600;
}

.links .row {
    margin: 2em 0;
}

.float.links .full {
    width: 100%;
}

hr.divider.lrg {
    margin: 1em 0;
}

.dashboard.float.links {
    margin: 2rem 0;
}

.dashboard.light {
    background: #f9f9f9;
}

.interior-desc h3.blue {
    margin-top: 2em;
}

.dashboard.light .row hr.divider {
    margin: 0.75em 0 0.75em 25%;
    width: 73%;
    padding: 0 0em;
    border-top: 1px solid rgba(0,0,0,.05);
}

.dashboard h5 a {
    font-size: 1.1rem !important;
    color: #10204b !important;
}

.dashboard h5 a:hover {
    color: #3d91e7 !important;
}

.dashboard .col-3 {
    padding-left: 0;
}

.dashboard a img {
    height: 20px;
    width: auto;
	margin: 0 7px 3px 0;
}
.dashboard a span {
    font-size: small;
	margin: 0 0 0 3px;
}
.dashboard.light p {margin-bottom: 10px;}




@media (max-width: 1024px) {
	.header-brand__logo {
		max-width: 95%;
	}
}


@media (max-width: 768px) {
    .col-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
	.col-9 {    
        max-width: 50%;
        flex: 0 0 50%;        
    }
}

	/* Gravity Styles
	--------------------------------------------- */
	.gform-field-row--span-three {
		grid-row: span 3;
	}
	.gform-field-row--span-two {
		grid-row: span 2;
	}
	.gform-field-row--span-five{
		grid-row: span 5;
	}		
	.gform-field-row--span-six{
		grid-row: span 6;
	}		
