/* CSS Document */
/* Adobe specific fonts */
@import url("https://use.typekit.net/umr0bsc.css"); /* Adobe clean */
* {
  font-family: 'adobe-clean', Arial, Helvetica, "Helvetica Neue", sans-serif !important;
}
html.assets {
    font-size: 16px !important;
}
/* override to change all text colors from 212529 to 2C2C2C */
/* ommiting h3 which are the red banners with white text */
body, h1, h2, h4, h5, h6, p, li, .card-title, .accordion-item, .accordion-button {
  color: #2C2C2C;
}
/* LOGIN Page */
#body-login {
  background-color: #333333;
  color: #FFF;
}
.login-modal {
  background-color: rgba(51, 51, 51, .7);
  height: 90vh;
}
.cont-login {
  padding: 0 !important;
  height: 100%;
}
.login-err {
  padding: 20px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5) !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.div.country-dd {
  margin: auto;
}
.btn.show {
  margin: auto;
}
.alert p {
  background-color: inherit;
}
/* Basic formatting */
.bg-ado-red {
  background-color: #EB1000;
}
.adobe-logo {
  width: 70% !important;
}
.cont-section {
  margin-bottom: 50px;
}
h1 {
  font-size: 40px !important;
}
h3 {
  font-size: 28px !important;
}
h4 {
  font-size: 24px !important;
}
h5 {
  font-size: 20px !important;
}
h6 {
  line-height: 1.3 !important;
}
p {
  font-size: 16px !important;
}
p.small {
  font-size: 12.8px !important; /* Used on legal on form */
}
li {
  font-size: 16px !important;
}
.myBullets {
  padding-left: 15%;
  padding-right: 15%;
}
/* Shopping cart */
/*	Shopping cart qty */
.shopQTY {
  color: #fff;
  font: 14px Arial, sans-serif;
  /*line-height: 12px;*/
  vertical-align: sub;
  width: 100%;
}
#msgCenter {
	margin: 10px;
}
#msgboard {
	padding-bottom: 10px;
}
/* Carousel */
.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  /*  border: 1px solid black;*/
  background-image: none;
}
.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  font-weight: bolder;
  color: #FFF;
}
.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  font-weight: bolder;
  color: #FFF;
}
/*
span.sr-only {
  display: none;
}
*/
/* Links and Buttons */
/* styles on main index page on the root */
a {
  text-decoration: none;
  color: #1473E6 !important;
}
a:hover {
  text-decoration: underline !important;
  color: #0d66d0 !important;
}
.btn-sm {
  border-radius: 25px !important;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-login-form {
  width: 80%;
}
.btn-primary {
  text-decoration: none;
  background-color: #1473E6 !important;
  border: #1473E6 !important;
  color: #FFF !important;
}
.btn-primary:hover {
  text-decoration: none !important;
  background-color: #0d66d0 !important;
  border: #0d66d0 !important;
  color: #FFF !important;
}
input[type=button], input[type=submit], input[type=reset] {
  font-size: 17px;
  line-height: 21px;
  background-color: #1473e6;
  border: #1473e6;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  min-height: 40px;
  padding: 0 18px;
  margin: auto; /* Center button */
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #0d66d0;
  border: #0d66d0;
}
.mainBtns {
  padding-top: 48px;
  padding-bottom: 60px;
}
.mainBtn {
  width: 115px;
  margin: 10px 15px;
}
.mainBtnWide {
  width: 200px;
}
/* styles on Welcomet */
.mainBtnWelcome {
  width: 250px;
  font-size: 17.5px
}
.mainBtnWelcomeContainer {
  width: 254px;
}
/* Navbar */
a.navbar-brand {
  width: 280px;
}
a.nav-link {
  color: rgba(0, 0, 0, .5) !important;
}
a.nav-link:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, .7) !important;
}
a.nav-link.active {
  text-decoration: none !important;
  color: rgba(0, 0, 0, .7) !important;
}
div.collapse.navbar-collapse {
  padding-top: 8px;
}
/* CARDS */
.pointer {
  cursor: pointer; /* Put pointer on images that open modals */
}
.card-img-overlay {
  padding: 0 !important;
}

.card-header-pills {
	font-size: 16px;
}
.card-body {
  padding: 10px 10px 0 10px !important;
}
p.card-text {
  font-size: 16px !important;
  line-height: 20px !important;
}
h5.card-title {
  font-weight: bolder;
}
.card-footer {
  border: none !important;
  padding-top: 18px !important;
  padding-bottom: 20px;
}
.bg-cc-blurple {
	background-color: #6349e0;
    color: #fff;
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 48px;
}
a.bg-cc-blurple-link {
    color: #fff !important;
    text-decoration: underline;
}
.success-footer {
  padding-left: 10px !important;
}
/* only on the assets page */
p.card-text {
  margin-bottom: 0;
}
/* LEFT / RIGHT */
.row-LR {
  margin: 0 !important;
}
.row-LR .col-12 {
  /* Take the image to the edge of the page */
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-mar-right {
  padding-left: 30px;
  padding-right: 13%;
}
.col-mar-left {
  padding-left: 13%;
  padding-right: 30px;
}
.row-LR-Gray {
  background-color: #F5F5F5;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 36px !important;
}
.thirtyTwoPxFont {
  font-size: 32px !important;
  line-height: 1.2 !important;
}
.TwentyPxFont {
  font-size: 20px !important;
  line-height: 1.0;
}
/* Tooltips */
/*
<!-- Generated markup by the plugin -->
<div class="tooltip bs-tooltip-auto" role="tooltip">
  <div class="tooltip-arrow"></div>
  <div class="tooltip-inner">
    Some tooltip text!
  </div>
</div>
*/
.tooltip-inner {
  background-color: #EB1000;
  /*    box-shadow: 0px 0px 4px black;*/
  opacity: 1 !important;
}
.tooltip-arrow::before {
  border-top-color: #EB1000 !important;
  border-bottom-color: #EB1000 !important;
  /*
    border-left-color: #EB1000 !important;
    border-right-color: #EB1000 !important;
*/
}
.jumbotron {
  padding: 2rem 1rem;
  /*    margin-bottom: 2rem;*/
  background-color: #e9ecef;
  border-radius: .3rem;
}
/* Accordion */
/* Modals */
.modal-body, .modal-body div, .modal-body h4, .modal-body ul, .modal-body li, .modal-body p {
  background-color: #2C2C2C !important;
  color: #fff !important;
}
.modal-body li {
  padding-top: 0;
  padding-bottom: 4px;
}
.modal-dialog-wide {
  max-width: 700px;
}
.modalHeadline {
  font-size: 20px;
  font-weight: 700;
  color: red;
}
.modal-title {
  font-size: 24px !important;
}
.modalSubHead {
  font-size: 18px;
  font-weight: 500;
  color: red;
}
.wide-modal-dialog {
  max-width: 700px;
}
.second-modal-heading {
  border-top: 1px white solid;
  padding-top: 24px;
}
.form-modal-body {
  background-color: #ffffff;
}
/* Footer */
.logo-lp-footer {
  width: 105px;
}
footer p {
  font-size: 14px !important;
  color: #8E8E8E !important;
  line-height: 21px;
  padding-bottom: 48px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
/* Show hide desktop/mobile img */
.desktop-img {
  visibility: visible;
  display: block;
}
.mobile-img {
  visibility: hidden;
  display: none;
}
/* welcome page */
.styledList {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 8px;
}
/* Resources section */
.container-resources {
  padding: 0;
}
.pad-lr {
  padding: 0 15px;
}
.cust-flex {
  margin-bottom: 30px;
}
.resource-paragraph {
  margin-bottom: 0;
}
/* FILTER BUTTON STYLES */
.filterBtn {
  border: none;
  outline: none;
  padding: 6px 12px;
  margin: 2px 2px;
  background-color: #e9ecef;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 1.5;
}
.filterBtn-100px {
  width: 100px;
}
.filterBtn:hover {
  background-color: #ddd;
}
.filterBtn.active {
  background-color: #666 !important;
  color: white;
}
/* Filters - SHOW/HIDE */
div.col.filterDiv {
  margin-bottom: 0;
}
.filterDiv {
  float: left;
  display: none;
  margin-bottom: 50px;
}
.show {
  display: block;
}
/* No print overlay on assets */
.image-overlay {
	position: relative;
}
.image-overlay img {
	position: absolute;
	bottom: 0;
	display: block;
}
.image-overlay .background-img {
	position: static; /* Keep the background image in the flow */
}
overlayImg {
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* Navbar */
  a.navbar-brand {
    width: 280px;
    margin: 0 16px 20px 0 !important;
  }
  /* events page styles */
  .desktop-img {
    visibility: hidden;
    display: none;
  }
  .mobile-img {
    visibility: visible;
    display: block;
  }
  #aBitAbove {
    padding-top: 0 !important;
  }
  /* toTop button */
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(255, 0, 0, 0.54);
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    padding: 6px;
  }
  #myBtn:hover {
    background-color: #555;
  }
  .myBullets {
    padding-left: 15px;
    padding-right: 15px;
  }
  ol {
    padding-left: 12px;
  }
  .mob-pad {
    margin-bottom: 30px;
  }
  /* LEFT / RIGHT */
  .row-LR .col-12 {
    /* Take the image to the edge of the page */
    padding-bottom: 0 !important;
  }
  .thirtyTwoPxFont {
    font-size: 28px !important;
    line-height: 1.2;
	padding-top: 0 !important;
  }
  .creativityBlob {
	padding-top: 0 !important;
  }
  .TwentyPxFont {
    font-size: 20px !important;
    line-height: 1.0;
  }
  .row-LR-Gray {
    padding-bottom: 18px;
    margin-bottom: 18px !important;
  }
  /* Add a helper class for button/link alignment on desktop and remove on mobile */
  .dt-brk-login {
    display: none !important;
  }
  /* Resources section */
  .container-resources {
    padding: 0 12px;
  }
  .mob-pad {
    margin-bottom: 30px;
  }
  .col-mar-left {
    padding: 0 20px 30px 20px !important;
  }
  .col-mar-right {
    padding: 0 20px 30px 20px !important;
  }
  .col-mar-left-img {
    padding: 30px 0 30px 0 !important;
  }
  .col-mar-right-img {
    padding: 30px 0 30px 0;
  }
  .dt-pad-top {
    padding-top: 48px !important;
  }
  .pad-lr {
    padding: 0;
  }
  footer p {
    padding-bottom: 24px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .mob-pad {
    margin-bottom: 30px;
  }
  .col-mar-left {
    padding: 30px 13% 30px 13% !important;
  }
  .col-mar-right {
    padding: 30px 13% 30px 13%;
  }
  .col-mar-left-img {
    padding: 30px 0 30px 0 !important;
  }
  .col-mar-right-img {
    padding: 30px 0 30px 0;
  }
  .dt-pad-top {
    padding-top: 48px !important;
  }
  .pad-lr {
    padding: 0;
  }
  /* Resources section */
  .container-resources {
    padding: 0 12px;
  }
	.creativityBlob {
		padding-top: 15%;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* Add a helper class for button/link alignment on desktop and remove on mobile */
  .desktopBreak {
    display: none !important;
  }
  img.mob-resource-img {
    width: 100px;
    height: 125px;
  }
  .col-mar-left {
    padding: 30px 13% 30px 13% !important;
  }
  .col-mar-right {
    padding: 30px 13% 30px 13%;
  }
  .pad-lr {
    padding: 0 15px;
  }
  /* Resources section */
  .container-resources {
    padding: 0;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .mob-pad {
    margin-bottom: 0;
  }
  .col-mar-left {
    padding: 30px 30px 30px 10% !important;
  }
  .col-mar-right {
    padding: 30px 10% 30px 30px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
/* Extra large devices (Wide-screen monitors / 4k, 1400px and up) */
@media only screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px; /* Made the default smaller per CP - This should be for 4k/wide-screen */
  }
}