/*PARALLAX*/  

body, html {
  /* height: 100%; */
}
.page-title {
  text-align: center;
  color:white;
  padding: 6vw 0 6vw;
}
.title-overlay {
  padding: 20px
}
.title-overlay > * {
  max-width: 1200px;
  margin: 10px auto;  
}
.carousel-caption-custom,
.title-overlay{
    background-color: rgb(0,0,0,.75); 
/*    margin: 0 -500px;*/
}
.divider {
    display: block;
    width: 50%;
    height: 7px;
    max-width: 100px;
    margin: 15px auto ;
    background-color:white;
}
.course-divider {
    display: block;
    width: 80%;
    margin: 5px auto;
    background-color: gold;
    height: 5px
}
.contact-divider {
  margin: 3px auto;
  background-color: #C28E0E;
  height: 3px;
  width: 60%;
  max-width: 300px;
}
.page_title {
  height: 30vw;
}
.parallax { 
  /* The image used */
  background:
/*  linear-gradient(rgb(128,206,204, .40),rgb(128,206,204, .40)),*/
  url("../images/ev-background.jpg");

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.parallax.full-height {
  min-height: calc(100vh - 216px);
}
.parallax:after {
  background-color: #80cecc60;
}
.parallax_ag {
  background-image: url("../images/02_homepage/ag.jpg");
}
.parallax_sensor {
  background-image: url("../images/02_homepage/sensor.jpg");
}
.parallax_supply {
  background-image: url("../images/02_homepage/home_supply_chain_v1.jpg");
}
.parallax_nextgen {
  background:
  linear-gradient(rgb(128,206,204, .50),rgb(128,206,204, .50)),
  url("../images/02_homepage/home_tech_v1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_ed {
    background-image: url("../images/ev-background.jpg");
}
.parallax_pcrd {
  background-image: url("../images/pcrd.jpg");
}
.parallax_home {
  
  background-image: url("../images/02_homepage/homepage_footer2.jpg");
}
.parallax_course {
    background-image: url("../images/02_homepage/home_supply_chain_v1.jpg");
    background-position: bottom;
}
.parallax_coursehome {
  background-image:  url("../images/02_homepage/ag.jpg");
}
/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
    z-index: 1000;
}
.navlinks {
    float: right;
}
/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
.main-logo {
    float: left;
}
/* Page content */
.content {
  padding: 16px;
}
@media (min-width:1213px) {
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navlinks{
    padding: 13px 0;
}
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.topnav .icon {
  display: none;
    font-size: 1.5em;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}
.nav-item {
  margin-right: 10px
}

@media only screen and (max-device-width: 600px) {
  .parallax {
    background-attachment: scroll;
  }
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1213px) {
    .topnav .navlinks a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    
  }
    .navlinks {
        width: 100%;
    }
}

@media screen and (min-width: 1250px){
    .topnav {
        padding: 0 2%;
    }
}
.view_override {
/*
      margin-left: -300vw;
  padding-left: 300vw;
  margin-right: -300vw;
  padding-right: 300vw;
*/
  
}
.course-box,
.contents{
    background: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)),
    url('../images/02_homepage/home_supply_chain_v1.jpg');
    background-position: center;
    background-size: cover;
}
.course-box {
    border-radius: 25px;
}
.course-box2 {
    border: 1px solid gold;
}
.course-box,
.course-box2,
.course-box3 {
    margin-top: 25px;
}
.course-box2 h3,
.course-box3 h3{
    background-color: gold;
}
.course-box p,
.course-box2 p,
.course-box3 p {
padding: 10px;
}

.course-box h3,
.course-box2 h3,
.course-box3 h3 {
    margin-bottom:0;
    padding: 5px;
    font-size: 1.6em;
    text-align: center;
}
.nav-offset {
  margin-top:86px;
}
.navbar-brand a{
  display: inline-block;
  min-width: 200px;
}
@media (max-width:400px) {
  .navbar-brand a {
    margin-left: 0 !important;
  }
  .navbar-brand a:nth-child(1) img{
    width: 65%;
    padding-right: 5px !important;
  }
  .navbar-brand a:nth-child(2) img {
    width: 40%;
    padding-left: 5px !important;
  }
  .navbar-toggler {
    margin: 0 auto;
  }
  .navbar-brand {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-override {
    display: block !important;
}
}
.bluerow
{
	  background-color: #A3D6D7;
padding-top: 5px;
}
.goldrow {
 background-color: #dabb6e;
 border-top: 4px solid #c49234;

}
@media (min-width: 1600px){
  .navbar-expand-custom {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
      flex-direction: row;
  }
  .navbar-expand-custom .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-custom .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }
  .navbar-expand-custom > .container {
      flex-wrap: nowrap;
  }
  .navbar-expand-custom .navbar-collapse {
      display: flex!important;
      flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
      display: none;
  }
}
/**************/
/*COURSE PAGES*/
/**************/

.course-obj li,
.course-recback li{
  list-style: none;
/*  display: flex;*/
/*  align-items: center;*/
}
.course-obj ul li::before,
.course-recback li::before {
  content: "\2023";  
  color: #C28E0E; 
  font-size: 1.5em;
  font-weight: bold;  
  width: 1em; 
  margin-left: -1em;  
  margin-right: .4em
}
.lead {
  text-align: center;
}
.provider_img img {
  max-width: 300px;
  margin: 5px auto;
  display: block;
}
.course-obj li {
  padding-right: 25px;
}
.check-icon {
  padding-left: 40px;
}
.register-btn a,
.reg-link {
  text-decoration: none;
  color: white;
}
.register-btn,
.reg-link{
  background-color:#C28E0E; 
  padding: 10px 5px; 
  text-align: center; 
  border-radius: 5px; 
  font-size: 1.8em; 
  margin-top: 25px;
  max-width: 600px;
  margin: 5px auto;
}
.reg-link {
  display: block;
  font-weight: 500;
/*  text-transform: uppercase;*/
}

.reg-link .fa {
  margin-right: 5px;
}

.btn-alt {
  background-color: #A3D6D7;
}
.btn-alt a{
    color:black;
}
.btn-course {
    text-align: left;
      background-color: #dabb6e;
    width: 100%;
    border-radius: 0;
    border-bottom: 2px solid #c49234;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000 !important;
    margin: 10px;
  }
  .btn-grey {
    background-color: #ddd;
  }
.btn-video:first-child {
	    border-right: 2px solid #c49234;
}
.crs-reg {
	max-width: 800px;
}
  .btn-course span span {
    font-size: .9rem;
    font-style: italic;
  }
  .btn-course:hover {
    background-color: #c49234;
    text-decoration: none;
    color: #000;
  }
  .btn-course .btn-icon {
    font-size: 1.3rem;
  }
.register-btn:hover,
.find-courses-button:hover,
.reg-link:hover {
  background-color:#98700D;
  color: white;
  text-decoration: none;
}
.btn-alt:hover {
  background-color: #92C0C1;
}
.course-title {
  /*color: rgb(221, 176, 17);*/
  color: #c28e0e;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0 12px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #6c757d;
}
@media (min-width: 600px){
.course-provided {
  display: flex;
  align-items: center;
  justify-content: center;
}
}
.course-provided img {
  margin-left: 10px;
}
.card-header {
  background-color: #dabb6e;
}
/*
.card-header-alt {
  background-color: #A3D6D7
}
*/
.card {
  margin-bottom: 20px;
}
.card-body {
/*
  background: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)),
  url("../images/ols.etm_.i1_large.png");
*/
  background-color: #eee;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cardwrapper {
  margin-bottom: 20px;
}
.cf-override{
  padding: 5px;
  background-color: white;
  border-top: 0px;
}
.dropdown-toggle::after {
    margin-left: 0;
    vertical-align: .1em;
}

/*
.proposal h3{
  background-color: blue;
  padding: 20px 5px
}*/

.proposal {
  margin-top: 15px;
}

.sameheight {
  height: 100%;
}

/*Course Page Media Queries*/
@media (min-width: 900px){
  .course-obj .twoColumn {
    columns: 2;
    
  }
  .course-desc {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
  .provider_img img {
    margin-right: 20px;
  }
  .course-lead {
    text-align: left;
  }
}


/*****************/
/* CONTACT PAGES */
/*****************/
.contact img {
/*  float: none;*/
/*  width: 25%;*/
  max-width: 200px;
  margin: 5px auto;
  display: block;
  border-radius: 5%;
}
.contact {
  margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px) {
  .contact img {
    float: none;
    margin: 0 auto;
    display: block;
    width: 50%
  }
}
.menu_override {
  right: 0;
  left: auto;
}
.whin-footer {
    background-color:#343a40 !important;
min-height: 130px;
  width: 100%;
  padding: 10px;
  text-align: center;

}
.page_footer {
color: rgba(255,255,255,.5);
  text-align: center;
  margin: 0 auto;
  display: block;
}
.nav-offset {
  /* min-height: calc(100vh - 100px); */
  min-height: calc(100vh - 216px);

}
.navbar {
  padding-left: 0;
}
.nav-item {
  text-align: center;
}
@media (min-width:992px){
  .nav-item {
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
  .navbar-nav .nav-link {
    line-height: 1.2;
  }
}
.container {
  margin-top: 20px;
}
.container-full {
  width: 100%;
  max-width:95%;
  margin: 2px auto;
}
/*CARD STYLING */
@media (max-width: 991px){
  .container {max-width: 100%;}
  }

  .remove,
  .hide {
    display: none !important;
  }
  .show {
    display: block;
  }
  .card {
    height:100%;
  }
  .card-header {
    font-size: 1.1em;
  }
  .card .btn-primary {
    background-color:#6E99B4;
    border-color: #6E99B4;
    width:100%;
  }
  .card .btn-primary:hover {
    background-color:#5B6870;
    border-color: #5B6870;
  }

.m1 .card-header {
  background-color: rgb(194, 142, 14, .6);
  color: #222;
}
.m2 .card-header {
/*  background-color: #6B4536;*/
  background-color: rgb(107, 69, 54, .6);
  color: #222;
}
.m3 .card-header {
/*  background-color: #AD1F65;*/
  background-color: rgb(173, 31, 101, .6);
  color: #222;
}
.m4 .card-header{
/*  background-color: #085C11;*/
  background-color: rgb(8, 92, 17,.6);
  color: #222;
}

/*ACCORDION STYLING*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #c28e0e;
  font-weight: 700;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6c757d;
  outline: none;
  transition: 0.4s;
  font-size: 1.3em;
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
/*  border-bottom-width: 2px;*/
/*  font-weight: 900;*/
}

.accordion.active.panel {
  padding-top: 15px;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
  .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  color: #c28e0e;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel .row {
  margin-top: 15px;
}

/*NEW ACCORDION STYLES */
.accordion-alt {
  background-color: #dabb6e;
  color: #000;
  padding: 12px;
  margin: 0;
}
.panel-alt {
  background-color: initial ;
}

.embed-responsive,
.video-buttons {
  max-width: 800px;
  margin: 0 auto;
}

.video-buttons{
	display: flex;
}

@media (min-width: 1200px) {
.navbar-expand-xl .navbar-collapse {
    display: block!important;
    flex-grow: 1; 
}
}

label {
  margin-top: .5rem;
  font-size: 1.3em !important; 
  font-weight: 600 !important;
}

.custom-box {
  background-color: #ddd;
  width: 80%;
  margin: 0 auto;
}
.custom-box a {
  text-align: center; 
}
.custom-box .fa {
  font-size: 2em;
  display: block;
}

/********SUB NAV STYLING************/
.sub-tabs .nav-link {
  color: #fff;
  font-size: 1.2rem;
}
.sub-tabs .active {
  background-color: inherit !important;
}

.sub-tabs .nav-link:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .4s ease, background-color .4s ease;
}
.sub-tabs .nav-link:hover:after {
  width: 100%;
  background: #dabb6e;
}
.sub-tabs .active:after {
  width: 100%;
  background: #dabb6e;
  content: '';
  display: block;
  margin: auto;
  height: 3px;
}
#subcourse-finder {
	display: none!important;
}

.size-small {
  max-width: 600px;
}

.portal-row {
  margin-bottom: 25px;
  justify-content: center;
}

.portal-box {
  padding: 25px;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  margin:5px;
  border: 3px solid #c49234;
  border-radius: 15px;
  min-height: 150px;
  transition: 0.3s;
  text-align: center;
  max-width: 250px;
}

.portal-box:hover {
  background-color: #c49234; 
}

.portal-box i {
  font-size: 4rem;
  display: block;
  margin-bottom: 10px;
}

.portal-row a {
  text-decoration: none;
  color: initial;
}

.portal-row a:hover,
.other-row a:hover {
  text-decoration: none;
}
.portal-box div {
  color: #fff;
}

.other-row a {
  text-decoration: underline;
  color: #fff;
}

.other-row {
  justify-content: center;
}

.other-row .col-sm-12 {
  max-width: 33%;
}

.other-row ul {
  /* max-width: 300px; */
  text-align: left;
  margin: 0 auto;
}

.other-row h4 {
  border-bottom: 2px solid #fff;
}

/*********BUTTON FORMATTING********/
.btn-row {
  display: flex;
  justify-content: center;
}
.btn-row .btn {
  max-width: 400px;
}

.newcard {

}
.newcard a {
  text-decoration: none;
  color: #000;
}
.newcard a:hover .card {
box-shadow: 0 0 11px rgba(33,33,33,.2); 
background-color: #dabb6e;
}

.newcard .card-body{
background-color: transparent;
padding: 0 1rem;

}
.newcard .card-footer {
  padding: .5rem 1.25rem;
  display: flex;
  justify-content: space-between;
}
.newcard .card-header {
background-color: initial;
border-bottom: 0px !important;
font-weight: 800;
font-size: 1.15rem;
text-transform: uppercase;
padding: .75rem .75rem 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;
}
.newcard .divider {
background-color: #dabb6e;
height: 3px;
margin: 10px auto;
max-width: initial;
width: 30%;
transition: .3s;
}
.newcard a:hover .divider {
width: 50%;
background-color: #000;
}
.newcard p {
    margin-bottom: 0;
}
.newcard .card{
  transition: box-shadow .3s;
  border: 2px solid #dabb6e;
}

.layout-card {
  margin-bottom: 0; 
  margin-top: 0; 
  max-width: 100%;
}
.course-logo {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.title-overlay .course-logo {
  width: auto;
  height: 50px;
  padding: 5px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 2px;
}
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}

.card-list {
  margin-top: 30px;
}

.page-row {
  background-color: #ddd;
  padding: 3px;
}

.page-item.active .page-link {
  background-color: #dabb6e;
  color: #000;
}
.page-item .page-link {
  color: #000;
  background-color: #fff;
  border: 1px solid  #dabb6e;
}
.pagination {
  margin-top: 5px;
  margin-bottom: 5px;
}

li:empty {
  display: none;
}

/*NEWS PAGE */
.article-wrapper {
  display: block;
  border-bottom: 2px solid #dabb6e;
  width: 100%;
  color: #000;
  padding: 10px 15px;
}
.article-wrapper:hover {
  text-decoration: none;
  background-color: #dabb6e;
  color: #000;
}
.article-wrapper .text-small {
  font-size: .9rem;
}

.article-subject {
  background-color: #594D2D;
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
  width: fit-content;  
  margin-bottom: 0;
}

.article-sub {
  padding: 0 15px;
  border-left: 2px solid #594D2D;
}
.article-sub:first-of-type {
  padding-left: 0;
  border-left: none;
}

@media (min-width: 992px) {
  .course-finder-container {
    min-height: 400px;
  }
}

/******ARTICLE SUBMISSION FORM**************/
.form-info-user {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.form-info-user p {
  margin: 3px 15px;
}
.form-info-article {
max-width: 800px;
margin: 0 auto;
}
.form-info-article p {
  text-align: left;
  }
.form-info-article input,
.form-info-article textarea,
.form-info-article select {
  width: 100%;
}
.form-group {
  width: 100%;
  display: block;
}

input,
select {
  min-height: 30px;
}
label {
  margin: 0!important;
}

.help-block:empty,
#check,
#articleOther {
  display: none;
}

.help-block.alert {

  padding: 5px;
  margin-top: -10px;
}

.form-info-user .alert.help-block {
  margin: 5px 15px;
}