/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #e67a23;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.navbar-toggler-icon:focus, 
.navbar-toggler-icon:hover, 
.navbar-toggler-icon .active, 
.navbar-toggler-icon .visited, 
.navbar-toggler:focus, 
.close:focus {
    outline: none;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0;
}

a.clickDiv {display:block;height:100%;width:100%;text-decoration: none; position:absolute; z-index:5;}

/*
 * Base structure
 */

html,
body {
  /*height: 100%;*/
  background-color: #fff;
  min-height: 75rem;
}

body {
  display: -ms-flexbox;
  display: flex;
}

.cover-container {
  max-width: 42em;
}

h1, .h1, h2, .h2, h3, h4 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2.5rem;
  line-height:2.3rem;
}
.h1XL {font-size:45px; line-height:45px;}
h2, .h2 {
  font-size: 1.8rem;
  line-height:1.9rem;
}
h3, .h3 {
  font-size: 1.1rem;
  line-height:1.3rem;
}
h4 {
  font-size:22px; 
  line-height:24px;
}

@media (min-width: 375px) { 
  .h1XL {font-size:60px; line-height:45px;}
}

@media (min-width: 768px) { 
  h1 {
    font-size: 3.7rem;
    line-height:3.6rem;
  }
  .h1XL {font-size:120px; line-height:100px;}
  h2, .h2 {
    font-size: 2.3rem;
    line-height:2.4rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height:1.8rem;
  }
}

.altH2 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 400;
  font-size: 1.8rem !important;
  line-height:1.9rem;
  font-style: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) { 
  .altH2 {
    font-size: 2.3rem !important;
    line-height:2.4rem;
  }
}

.altH3 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 600;
  font-size: 21px !important;
  font-style: normal;
  line-height: 1.7rem;
  margin-bottom: 0;
}

.altH4 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.5rem;
  margin-bottom: 0;
}

body, p, .pg {
  font-family: acumin-pro, sans-serif;;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
}

em, .italic {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
}

b, .strong {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.black {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
}
blockquote {
  font-size:1.2rem;
  line-height:1.8rem
}

sub {
   /* font-size: 30%;*/
   bottom: -.4em;
   /* margin-left: -0.5em;*/
}

a.altLink {color:#eee;}
a.altLink:hover {color:#666;}

.tl-xs-tc {
    text-align: center;
}
.tr-xs-tc {
  text-align:center;
}
@media (min-width: 768px) {
  .tl-xs-tc {
      text-align: left;
  }
  .tr-xs-tc {
    text-align:right;
  }
}


@media (min-width: 320px) {  
  .tl-sm-tc, .textLeftXScenter {
    text-align:center;
  }
  .tr-sm-tc, .textRightXScenter {
    text-align:center;
  }
}
 
@media (min-width: 768px) { 
  .tl-sm-tc, .textLeftXScenter {
    text-align:left;
  }
  .tr-sm-tc, .textRightXScenter {
    text-align:right;
  }
}
.clearer {clear:both;}


/*.btn {padding: .3rem .2rem;}
@media screen and (min-width: 768px) {
  .btn {padding: .375rem .75rem;}
}*/

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-light, .btn-lightDark {
  color: #393839;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
    color: #222;
    background-color: #999;
    border-color: #999;
}
.btn-blue {
  color: #393839;
  background-color: #A2DBE5;
  border-color: #A2DBE5;
}
.btn-blue:hover {
    color: #222;
    background-color: #999;
    border-color: #999;
}

.btn-group-lg>.btn, .btn-lg, .btn-group-md>.btn, .btn-md {
  padding: .5rem 1rem;
  font-size: 0.65rem;
  line-height: 1.3;
  border-radius: 1.0rem;
  font-family: acumin-pro, sans-serif;
  font-weight: 700 !important;
}
.btn-lg {
  min-width:134px;
  height:30px;
}
.btn-md {
  min-width:80px;
  height:30px;
}

.btn-circle {
    width: 60px;
    height: 60px;
    padding: 12px 0px !important;
    border-radius: 30px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.42857;
    background:#fff;
}

.medBlueRelative {background:#A2DBE5; position:relative;}
.grayBkgd {background:#393839;}
.grayBkgdRelative {background:#393839; position:relative;}
.orangeBkgd {background: #e67a23;}
.blueBkgd {background:#A2DBE5;}
.frenchBlueBkgd {background: #A2DBE5;}
.medBlue, .medBlueBkgd {background: #A2DBE5;}

.ital {font-style:italic;}

.text-blue {color:#A2DBE5;}
a.link-blue {color:#A2DBE5;}

.text-black {color:#000;}
a.link-black {color:#000;}

.text-gray, .grayText {color: #666;}
.text-grayTwo {color: #54595f;}
.text-grayThree {color: #dedfdf;}

.text-orange {color:#e67a23 !important;}

/*
 * Header
 */
.masthead {
  margin-bottom: 0;
  padding:2vh 0;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: #000;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*.navbar-light {background:rgba(255, 255, 255, .5);}*/

.coverBk {
  background-size: cover;
}


/*
 * Cover
 */
.cover {
  padding: 0 0;
}
@media (min-width: 992px) {
  .cover {
    padding: 0 1.5rem;
  }
}
main {
  /*z-index:1;*/
}
main li a {
  color: #393839;
  font-size: 0.8rem;
  line-height: 1.2;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 700 !important;
}
/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.navTabs {margin:15px auto;}

.navHome {
  color:#96989a;
}

.navbar {
    padding: 0px 0px;
    height:60px;
}
@media (min-width: 992px) {
  .navbar {
    padding: 12px 0px;
    height:70px;
  }
}

.navbar-header {
  float: none;
}

.navbar .fixed-top {min-height:76px;}
/*.navbar-dark {background:#000;}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(237, 201, 68,1);
}*/

.navbar-expand .navbar-nav .nav-link {
     padding-right: 0; 
     padding-left: 0; 
}

.nav-link {
  font-weight: 500;
  display: inline-block;
  padding: 0.8rem 1rem;
  margin-left:15px; 
  margin-right:0px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-size:1.2rem;
  line-height:0.8rem;
}
@media (min-width: 375px) {
  .nav-link {
    font-size:1.2rem;
    line-height:0.8rem;
    margin-left:15px; 
    margin-right:5px;
    }
  }
@media (min-width: 992px) {
  .nav-link {
    font-size:2.6rem;
    line-height:1.0rem;
    padding: 1rem 1rem;
    margin-left:22px; 
    margin-right:10px;
  }
}

.nav-item.active a {border-bottom:4px solid #222;}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.navbar-brand img {height:20px; width:200px; margin:4px 0;}
/*@media (min-width: 992px) {
  .navbar-brand img {height:55px; width:92.5px;}
}*/


/*.navbar-inverse {background:rgba(0,0,0,1);}

.navbar-inverse .navbar-toggler-icon {
    background-image: url('../images/bars_circle.svg') !important;
}*/
.navbar-toggler-icon, .close, .modal .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 992px) {
.navbar-toggler-icon, .close, .modal .close {
    width: 48px;
    height: 48px;
  }
}
.navbar-toggler {
    padding:0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-fullscreen-menu .close, .modal .close {
  background-image: url('../images/bars_circle_close.svg') !important;
  color: white;
  opacity: 1;
  padding: 0;
  position: absolute;
  /*top: 24px;*/ top: 24px;
  /*right: 80px;*/ right:30px;
  z-index: 9;
}

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  /*max-width: 768px;*/ max-width: 1140px;
  display: flex;
  height: 100%;
  align-items: center;
  pointer-events: all;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-fullscreen-menu .list-group {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

.modal-fullscreen-menu .list-group-item {
  padding: .75rem 1.25rem .75rem 0;
}

.modal-fullscreen-menu .list-group a {
  font-size: 30px;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  color: #666;
  line-height: 30px;
  z-index:1500;
  font-family: acumin-pro-semi-condensed, sans-serif;;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  .modal-fullscreen-menu .list-group a {
    font-size: 35px;
    line-height: 1.8rem;
    /*padding: 1.5vh 0;*/
    cursor:pointer;
  }
}
.modal-fullscreen-menu .list-group a:hover {
  color:#fff;
  text-decoration:none;
}

.modal-backdrop.in {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.9;
}
.modal-fullscreen-menu /*.modal-backdrop*/ {
  background-color:#A2DBE5;
}
.logo {margin-bottom:auto;}

.logo img {
  height:20px;
  margin-left:0;
  margin-right:auto;
  margin-bottom:2vh;
}
.socialNav {margin:60px auto;}
.socialNav li a {color:#fff; font-size:1.25rem !important; padding:0 10px !important; cursor:pointer;}
.socialNav li a:hover {color:#006BB6;}




.linkBox {
  height:285px;
  position:relative;
}

.linkBox button {
  position:absolute;
  bottom:20px;
  right:20px;
}








.mediaContacts {
  padding:68px 0;
}
.mediaContacts h3 {font-size:25px; line-height:28px; letter-spacing:.5px;}
.mediaContactsList h4 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;  
  margin:0;
/*    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
*/}
.mediaContactsList p {font-size:12px; line-height:24px; margin:0;}

.email a {color:#e67a23; font-weight:600;}
.email a:hover {color:#666; text-decoration: none;}




.footer {
  background:#f4f4f4;
  padding:68px 0;
}



.socialFooter {
  padding:40px 0 0;
}
@media (min-width: 768px) { 
  .socialFooter {
    padding:0;
  }
}
.socialFooter a { color:#fff; font-size:1.5rem; padding:0 8px; }
.socialFooter a:hover { color:#006BB6; }

.text-small, .text-small a {font-size:10px !important;}


.modal-header {
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-footer {
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-body {
  padding: 1rem 15px;
}
@media (min-width: 992px) {
  .modal-body {
    padding: 1rem 10%;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
      max-width: 920px;
      margin: 1.75rem auto;
  }
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #dedfdf;
  /*background-color: transparent;*/
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: 0rem;
  outline: 0;
}

.borderBottom {
  border-bottom:1px solid #D24520;
}

.p-6 {padding: 3rem!important;}
@media (min-width: 768px) { 
.p-6 {padding: 4rem!important;}
}
.pt30 {padding-top:30px;}
.pb30 {padding-bottom:30px;}
.py30 {padding-top:30px; padding-bottom:30px;}

.py15 {padding-top:15px; padding-bottom:15px;}
.py20 {padding-top:20px; padding-bottom:20px;}
.py60 {padding-top:60px; padding-bottom:60px;}

.pt50 {padding-top:50px;}
.pb50 {padding-bottom:50px;}
.pt60 {padding-top:60px;}
.pb60 {padding-bottom:60px;}
.pt100 {padding-top:100px;}
.pt200 {padding-top:200px;}
.pb200 {padding-bottom:200px;}

.py100 {padding-top:100px; padding-bottom:100px;}
.my100 {margin-top:100px; margin-bottom:100px;}

.mb60 {margin-bottom:60px;}

.modal-fullscreen-menu .pt200 {padding-top:100px;}
@media (min-width: 768px) { 
  .modal-fullscreen-menu .pt200 {padding-top:200px;}
}

ul.sfGrid {
  margin-top: 6px;
}

/*ul.sfGrid li a {width: 140px;}*/
/*.downloads {z-index: 3; position:relative;}*/
.downloads .btn {
  padding:5px 18px;
  width:144px !important;
}
.downloads button a, .form-group .btn a {
  color:#000;
  text-align:center;
  margin:0 auto;
}
.downloads button a:hover, .form-group button a:hover {
  text-decoration: none
}

.downloads a.btn-light:hover, .videoItem a.btn-light:hover {
  color:#fff;
  background:#27AAE1;
  border-color: #27AAE1;
}
.downloads a.btn-light .active, .videoItem a.btn-light .active {
  color:#fff;
  background:#27AAE1;
  border-color: #27AAE1;
}
.btn-light.focus, .btn-light:focus, .btn-redclay:focus {
    box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
    color:#000;
}
.downloads .btn:before, .form-group .btn:before {
  display:none !important;
}

.dlIcon img {
  width:36px;
  height:36px;
}
.dlTxt {
  font-size:18px;
  line-height:40px;
  font-weight:500;
}

.dlIconLG img {
  width:60px;
  height:60px;
}
/* ---- PHOTOGRAPHY PAGE ---- */

/*.photoBk {background: url('../images/sand.jpg');}*/


/* ---- isotope ---- */

.grid {
  /*border: 1px solid #333;*/
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.hidden {display:none;}
.photosBox .caption {display:none;}
a.fancybox img {  margin-bottom:4px; 
}

.label {
    margin-bottom: 10px;
}
.btn-gray {
  background-color: #666;
  border-color: #666;
}
.btn-gray:hover {
  background-color: #808080;
  border-color: #808080;
}


.caption, .imgNumber {
  font-family: acumin-pro, sans-serif;
  font-size:10px;
  font-weight:500;
}

/*@media (min-width: 768px) {
  .caption, .imgNumber {
    font-size:12px;
  }
  .zipdownloaditem { 
    font-size:12px;
  }
}*/

#productModalCenter {
  overflow-y: auto;
}

.dblbtn {
  width:140px;
  margin:10px auto;
  height:30px;
  padding:3px 2px ;
}


.os-animation {
  opacity: 1;
}
@media (min-width: 768px) {
  .os-animation {
    opacity: 0;
  }
}



.relative {
  position:relative;
}
.tlimg {
  position:absolute;
  z-index:2;
}
.textover {
  position:absolute;
  z-index:3;
}





.navPadSpecial {
  padding-top:0px;
}
@media (min-width: 768px) {
  .navPadSpecial {
    padding-top:200px;
  }
}

.btt {
  position:fixed;
  width:40px;
  height:40px;
  bottom:10%;
  right:10%;
  z-index:999;
}
.btt a {color:red;}






.accordion .btn {
  position:relative;
  width:100%;
  text-align:left;
}

.accordion .btn h2:after,
.accordion .btn.collapsed h2:after {
    content: "\f105";
    font-family: "FontAwesome";    
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #A2DBE5;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}
@media (min-width: 768px) { 
  .accordion .btn h2:after,
  .accordion .btn.collapsed h2:after {
    right:auto;
  }
}

/*.accordion .btn h4:after,
.accordion .btn.collapsed h4:after {
    content: "\f105";
    font-family: "FontAwesome";    
    font-weight: 900;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #A2DBE5;
    text-align: center;
    position: absolute;
    top: 8px;
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}*/

.accordion .btn.collapsed h2:after, .accordion .btn.collapsed h4:after {
    color: #A2DBE5;
    transform: rotate(0);
}

.accordion .btn h2:active, .accordion .btn h4:active,
.accordion .btn h2:focus, .accordion .btn h4:focus,
.accordion .btn h2:visited, .accordion .btn h4:visited, {
  text-decoration:none;
}

.btn-link, .btn-link:hover, .btn-link:focus {
    font-weight: 700;
    color: #666;
    text-decoration: none;
}

.rpHeader .btn {
  padding: .375rem 0;
}


.masthead {
  background: url('../images/heroHeaderBkgd_m.jpg') no-repeat center bottom;
  min-height:640px;
  background-size:cover;
}
@media (min-width: 768px) {
  .masthead {
    background:url('../images/heroHeaderBkgd_t.jpg') no-repeat center center;
    min-height:680px;
    background-size:cover;
  }
}
@media (min-width: 992px) {
  .masthead {
    background:url('../images/heroHeaderBkgd_t.jpg') no-repeat center center;
    min-height:680px;
    background-size:cover;
  }
}
@media (min-width: 1025px) {
  .masthead {
    background:url('../images/heroHeaderBkgd_n.jpg') no-repeat center center;
    min-height:680px;
    background-size:cover;
  }
}
@media (min-width: 1280px) {
  .masthead {
    background:url('../images/heroHeaderBkgd_n.jpg') no-repeat center center;
    min-height:680px;
    background-size:cover;
  }
}
@media (min-width: 1600px) {
  .masthead {
    background:url('../images/heroHeaderBkgd_n.jpg') no-repeat center center, 

    linear-gradient(rgba(251,237,130,1) 0%,rgba(251,237,130,1) 70%,rgba(185,194,199,1) 70.1%,rgba(185,194,199,1) 100%);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbed82+1,fbed82+45,b9c2c7+66,b9c2c7+100 */
    /*background:url('../images/heroHeaderBkgd_n.jpg') no-repeat center center, 
    url('../images/heroHeaderBkgdBehind.jpg') repeat-x 0 0;*/
    min-height:880px;
    background-size:contain;
  }
}
.masthead .hero {
  min-height:640px;
}
@media (min-width: 768px) {
  .masthead .hero {
    min-height:680px;
  }
}
@media (min-width: 992px) {
  .masthead .hero {
    min-height:680px;
  }
}

.masthead .logo img {width:100%; height:40px; margin:20px auto 0;}
@media (min-width: 992px) {
  .masthead .logo img {width:300px; height:55px; margin:15px 0 30px auto;}
}
@media (min-width: 1200px) {
  .masthead .logo img {width:300px; height:55px; margin:15px 0 30px auto;}
}
.eoa {
  position:absolute;
  right:auto;
  bottom:30px;
  width:100%;
  text-align:center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .eoa {
    right:0;
    bottom:80px;
    width:225px;
    text-align:left;
  }
}
@media (min-width: 992px) {
  .eoa {
    bottom:80px;
    width:400px;
  }
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    height:170px;
    color:#666;
}
@media (min-width: 768px) {
  .carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    height:115px;
  }
}

.carousel-indicators li {
  background-color:#666;
}

.carousel-control-next-icon {
    background-image: url('../images/next.svg')
}
.carousel-control-prev-icon {
    background-image: url('../images/prev.svg');
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 17px;
    height: 62px;
}


.resourceOne {
  background-image: url('../images/younger_poster_Stellantis_iiac_tt.png');
  /*background-image: url('../images/imagine_career1.png');*/
  background-size:cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height:252px;
  /*min-height:255px;*/
  background-position: center center;
}
@media (min-width: 768px) {
  .resourceOne {
    background-size:contain;
  }
}

.resourceTwo {
  background-image: url('../images/younger_presentation_Stellantis_iiac_t.png');
  /*background-image: url('../images/imagine_career2.png');*/
  background-size:cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height:270px;
  /*min-height:255px;*/
  background-position: center center;
}

.resourceThree {
  background-image: url('../images/older_poster_Stellantis_iiac_tt.png');
  /*background-image: url('../images/imagine_career3.png');*/
  background-size:cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height:236px;
  /*min-height:255px;*/
  background-position: center center;
}
@media (min-width: 768px) {
  .resourceThree {
    background-size:contain;
  }
}

.resourceFour {
  background-image: url('../images/older_presentation_Stellantis_iiac_t.png');
  /*background-image: url('../images/imagine_career4.png');*/
  background-size:cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height:270px;
  /*min-height:255px;*/
  background-position: 0 0;
}
.resourceFive {
  background-image: url('../images/coloringbook_activity.jpg');
  background-size:cover;
  min-height:400px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .resourceFive {
    background-size:contain;
  }
}

.resourceSix {
  background: url('../images/BOAC_Stellantis_s.jpg'), #fff;
  background-size:cover;
  min-height:400px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .resourceSix {
    background-size:contain;
  }
}

.overArt {
  position:absolute;
  top:0;
  right:15px;
  bottom:0;
  left:15px;
  z-index: 2;
}

.overArt a {
  background: rgba(0,0,0,0.0);
  transition: all .25s ease-in;
  opacity:0;
}
.overArt a:hover {
  background: rgba(0,0,0,0.5);
  opacity:1;
}

.fa-4x {
    font-size: 4em;
}

.btn-submit {
  color: #fff;
  background-color: #e67a23;
  border-color: #e67a23;
  padding:14px 18px;
  font-size:24px;
  line-height:28px;
  text-align:center !important;
  font-weight:700;
}

.btn-submit:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-file {
  color: #666;
  background-color: #a1d0d9;
  border-color: #a1d0d9;
  padding:14px 18px;
  font-size:24px;
  line-height:28px;
  text-align:center !important;
  font-weight:500;
  width:160px !important;
}

.btn-file:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.dadBox {
  border:dashed 4px #fff;
}
.dadBox img {
  height:80px;
}
.dadBox.dragging {
  border:dashed 4px #999;
  cursor: copy;
}



.posterBkgd {
  background-image: url('../images/dfdPosterBkgd.png');
  background-size:cover;
  background-position: left top;
  height:220px;
}
@media (min-width: 768px) {
  .posterBkgd {
    height:350px;
  }
}
@media (min-width: 992px) {
  .posterBkgd {
      background-image: url('../images/dfdPosterBkgd.png');
      background-size: contain;
      background-position: center top;
      height: 720px;
      background-repeat: no-repeat;
/*      width: 80%;*/
  }
}
.overPoster {
  position:relative;
  bottom:80px;
  left:0;
  padding:15px 20px 24px 15px;
  width:100%;
  right: auto;
  top: 0;
}
@media (min-width: 992px) {
  .overPoster {
      position: absolute;
      bottom: 15px;
      top: auto;
      right: 20px;
      width: 85%;
      padding: 20px 25px 30px 25px;
      left: auto;
  }
}


.btn-remove {
  border-color:#a1d0d9;
  background-color:#a1d0d9;
  border-radius: .25rem !important;
  width:100px;
  text-align:center !important;
}
.btn-remove:hover {
  border-color:#222;
  background-color:#222;  
}


/* new header */

.car {
  position: absolute; 
  width: 100%; 
  height: 200px; 
  top: 60px; 
  left: 0; 
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .car {
    position: absolute; 
    width: 65%; 
    height: 200px; 
    top: 100px; 
    left: 0; 
    right: 0;
    bottom: 0;
  }
}
.car img {  opacity: 0.5;}

.iiacHPblue {
  width: 80%; 
  max-width: 275px;
  height: 100px; 
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .iiacHPblue {
    width: 30%; 
    height: 100px; 
    margin: 20px 0 0 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 5%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .iiacHPblue {
    width: 25%; 
    height: 100px; 
    margin: 20px 0 0 0;
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 0;
    right: 0;
  }
}

.varSpacer {
  height: 33vh;
}
@media (min-width: 480px) {
  .varSpacer {
    height: 15vh;
  }
}
@media (min-width: 768px) {
  .varSpacer {
    height: 18vh;
  }
}
@media (min-width: 992px) {
  .varSpacer {
    height: 0vh;
  }
}

