/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, supported by Chrome and Opera */
}
/*===== Navbar ======*/
.navbar {
  text-transform: uppercase;
  background-color: white;
  font-size: 0.95em;
  height: auto;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  transition: height 0.25s ease;
  padding: 0.5rem 0.5rem;
}
.navbar-brand > img,
.navbar-brand:hover > img {
  height: 59px;
  -webkit-transition: height 0.25s;
  transition: height 0.25s ease;
  color: #191919;
}
.scrolled-nav .navbar-brand > img {
  height: 33.333px;
}
.nav-item {
  margin: 2px 2.5%;
  padding-bottom: 0;
  cursor: pointer;
}
.nav-item:hover > .nav-link {
  color: #7f7f7f;
}
.nav-item > .nav-link {
  padding-bottom: 0;
  padding-right: 0!important;
}
.nav-link,
.nav-link:hover {
  color: black;
  font-size: 0.9em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, supported by Chrome and Opera */
}
.dropdown-item {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-transform: capitalize;
  margin: 0;
  border-top: solid 1px lightgray;
}
.dropdown-item:hover {
  background-color: #cce0ff;
}
.dropdown-item > img {
  height: 32px;
  margin-right: 4px;
}
.dropdown-menu {
  min-width: 1rem;
  padding: 0;
  transition: visibility 0s, opacity 0.15s ease;
  border: none;
}
.dropdown-item > .nav-link {
  padding: 3px;
}
/* ==== Underline ====*/
.nav-item:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width 0.35s ease, background-color 0.35s ease;
  margin: auto;
  /* line animates from center*/
}
.nav-item:hover:after {
  background: #191919;
  width: 100%;
}
.nav-selected:after {
  margin: initial;
  /* line animates left to right*/
  background: #191919;
  width: 100%;
}
/* ==== /Underline ====*/
/*===== /Navbar ======*/
/*===== Footer ======*/
.footer {
  width: 100%;
  padding-top: 30px;
  margin: 10px auto;
  padding-left: 5%;
  padding-right: 5%;
}
.footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.footer h5 {
  font-weight: 400;
  font-size: 1.1em;
}
.copyright {
  font-size: 0.7em;
  text-align: right;
}
.footer li,
.footer p {
  font-size: 1em;
}
.footer .fa,
.footer .fa:hover {
  font-size: 150%;
}
/*===== /Footer ======*/
.section-element {
  display: block;
  width: 90%;
  margin: auto;
  padding: 10px;
}
.top-section {
  margin-top: 20px;
}
.subheading {
  color: #7f7f7f;
}
.top-section {
  margin-top: 10px;
}
.subheading {
  color: #7f7f7f;
}
/* Style all footer font awesome icons */
.footer .fa,
.footer .fa:hover {
  padding: 0;
  margin: 0 5px;
  text-align: left;
  text-decoration: none;
  font-size: 150%;
  color: lightgray;
  text-transform: none;
}
.footer .fa:hover {
  color: #191919;
}
#feature_banner {
  background-color: #005581;
  min-height: 122px;
  padding-top: 87px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0px;
}
#accent_banner {
  background-color: #8cd18c;
  height: 10px;
}
#breadcrumb-nav a,
#breadcrumb-nav a:hover {
  color: whitesmoke;
}
#main-body .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0rem;
}
@media (min-width: 768px) {
  .navbar-brand > img,
  .navbar-brand:hover > img {
    height: 59px;
  }
  .scrolled-nav .navbar-brand > img {
    height: 33.333px;
  }
  .footer li,
  .footer p {
    font-size: 0.85em;
  }
  .footer .fa,
  .footer .fa:hover {
    font-size: initial;
  }
  .top-section {
    margin-top: 20px;
  }
  .footer .fa,
  .footer .fa:hover {
    font-size: 1.3em;
  }
  .footer img {
    width: 20%;
  }
  #feature_banner {
    min-height: 137px;
    padding-top: 102px;
  }
}
@media (min-width: 992px) {
  .navbar {
    height: 100px;
  }
  .scrolled-nav {
    height: 50px;
  }
  .nav-item {
    margin: 0 2.5%;
  }
  .dropdown-item {
    margin: initial;
    border-top: none;
  }
  .dropdown-menu {
    border: initial;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  /* Open solutions dropdown on hover for the large width and larger*/
  .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .footer {
    padding-left: 15%;
    padding-right: 15%;
  }
  .footer img {
    max-width: 200px;
  }
  .section-element {
    width: 70%;
    padding: initial;
  }
  #feature_banner {
    min-height: 145px;
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  #main-body .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0.5rem;
  }
}
/*@quoteColor: rgba(219, 219, 219, 0.80);*/
.banner_desc {
  max-width: 65%;
  margin: 20px auto 30px auto;
  font-size: 110%;
  letter-spacing: 2px;
  color: #e6eef2;
}
.banner_title {
  font-size: 300%;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
  text-shadow: 2px 2px 20px #00334e;
}
.quotebox {
  background-color: #e6eef2;
  padding: 2.5%;
  display: block;
  box-shadow: 3px 5px rgba(182, 182, 182, 0.51);
}
blockquote {
  font-family: Georgia, serif;
  font-size: 1.9em;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 2em;
  position: absolute;
  left: -15px;
  top: -15px;
  color: black;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
/*blockquote:after {
    position: absolute;
    font-size: 2em;
    line-height: 1;
    margin-left: 8px;
    content: "\201D";
    color: black;
}*/
/* === INFO BUTTONS === */
.info_buttons {
  width: 40%;
  margin: 20px auto;
  margin-top: 2.5%;
  padding: 0;
}
.info_link,
.info_link:hover {
  display: block;
  margin: auto;
  width: 90%;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.5s ease;
}
.login_button,
.login_button:hover {
  background-color: #e6eef2;
  color: black;
}
.more_button,
.more_button:hover {
  background-color: black;
  color: white;
}
.info_button:hover .login_button {
  background-color: #c4d7e1;
}
.info_button:hover .more_button {
  background-color: dimgray;
}
.large-logo {
  display: block;
  margin: 0 auto 10px auto;
  height: auto;
  width: 90%;
}
.bg-img-section {
  padding: 0;
  outline: none;
  background-color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-img-tall {
  height: 400px;
}
.bg-img-short {
  height: 200px;
}
.brand-logo {
  margin-top: 20px;
  max-width: 50%;
}
.product-background {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-color-black {
  background-color: black !important;
}
#home_greatest_asset_section {
  background-image: url(../images/home/greatest_asset.jpg);
  background-color: black;
}
#MCSCarousel img {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}
#home_truck_section {
  background-image: url(../images/home/irontruck.jpg);
  background-color: white;
  box-shadow: 0 0 8px 8px white inset;
}
#reliability_img_section {
  background-image: url(../images/home/excavator.jpg);
  background-color: white;
  box-shadow: 0 0 8px 8px white inset;
}
#core_competencies h3 {
  font-size: 2.4em;
}
#core_competencies li {
  font-size: 1.3em;
}
#short_home_desc p {
  font-size: 1.6em;
}
.under-banner {
  margin-top: 12rem !important;
}
@media (max-width: 1500px) {
  .info_buttons {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .banner_desc {
    margin-top: 20px;
    max-width: 80%;
    letter-spacing: 1px;
    font-size: 0.9em;
  }
  .banner_title {
    margin-bottom: 20px;
    font-size: 200%;
  }
  blockquote {
    font-size: 1.2em;
    margin: 0.2em 0;
    padding: 0.35em 10px;
  }
  .info_buttons {
    margin: auto;
    width: 100%;
  }
  .info_button {
    margin: 10px auto;
    width: 90%;
  }
  #home_create_background {
    background: #ffffff;
  }
  .bg-img-tall {
    height: 320px;
  }
}
@media (min-width: 576px) {
  .large-logo {
    height: 160px;
    width: auto;
  }
}
.w-max-100 {
  max-width: 100%;
}
.product-icon {
  max-width: 60%;
  height: auto;
}
.product-row {
  background-color: transparent;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-row-clickable {
  transition: background-color 0.2s ease;
}
.product-row-clickable:hover {
  background: #cce0ff;
  cursor: pointer;
}
.list-divider {
  height: 1px;
  width: 100%;
  background-color: #c3c3c3;
  margin-top: 5px;
  margin-bottom: 5px;
}
.list-logo {
  margin-top: 15px;
  margin-bottom: 15px;
}
.title-element {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-icon {
    max-width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-logo {
    margin-top: initial;
    margin-bottom: initial;
  }
}
@media (min-width: 992px) {
  .title-element {
    margin-top: 20px;
  }
}
p {
  font-size: 1.1rem;
}
.bg-image {
  background-color: #e6eef2;
}
.print-image {
  margin-bottom: 30px;
  width: 100%;
}
.text-title {
  font-size: 1.3rem;
}
.text-sub {
  font-size: 0.9rem;
}
.dashed-divider {
  border-bottom: 1px dashed;
}
.blue-dashed-box {
  border: 2px dashed #005581;
  padding: 15px;
}
.large-logo {
  display: block;
  padding: 20px;
  margin: 0 auto;
  height: auto;
  width: 85%;
}
.sol-logos {
  text-align: center;
  margin: 10px;
}
.sol-logos img {
  height: 40px;
  margin: 5px;
  border-radius: 5px;
}
.request-button {
  display: block;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px dashed #005581;
  color: #00121b;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color ease 0.2s;
  transition: box-shadow ease 0.2s;
}
.request-button:hover {
  text-decoration: none;
  color: #00121b;
  box-shadow: 4px 4px 15px #00334e;
}
.sidebar-product {
  margin: 20px auto;
  padding: 15px;
  background-color: transparent;
  text-align: center;
  max-width: 80%;
}
.sidebar-product img {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  box-shadow: 4px 4px 15px #00334e;
}
.sol-bullets {
  text-align: left;
  width: 100%;
}
.text-rift-blue {
  color: #005581;
}
.sol-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-sub {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sol-sub p {
  margin-top: 30px;
}
.sol-sub h3 {
  font-weight: bold;
}
.sol-sub-dark {
  color: white;
}
.sol-sub-dark p {
  color: #ebebeb;
}
.blue-bullets-title {
  font-size: 1.3rem;
  font-weight: bold;
}
.blue-bullets li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bottom-img {
  margin-bottom: -90px;
}
.create-main-bullets li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.create-main-bullets img {
  display: block;
  max-width: 100%;
}
.create-inline-logo {
  display: inline;
  width: 100px;
}
.rift-dark-img-border {
  border: 2px solid #2d5878;
}
.sidebar-img {
  border-radius: 5px;
  max-width: 100%;
  width: 50%;
  margin-bottom: 20px;
}
.ws-normal {
  white-space: normal;
}
.w-max-80 {
  max-width: 80%;
  width: initial;
}
.reduce-h1-lg {
  font-size: 34px;
}
.bg-color-light-darker {
  background-color: #e6eef2;
}
#print-title {
  font-size: 2rem;
  font-weight: 600;
}
#three-col-dash-box li {
  font-size: 1.1em;
  margin-top: 3px;
  margin-bottom: 3px;
}
#create_connect_decipher {
  width: 70%;
}
#rift_flow_diagram {
  width: 100%;
}
#connect_sap_link_img {
  max-height: 200px;
  max-width: 100%;
}
.recaptcha {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media (min-width: 392px) {
  .recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}
@media (min-width: 576px) {
  .large-logo {
    height: 160px;
    width: auto;
  }
  .sidebar-product {
    max-width: unset;
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #rift_flow_diagram {
    width: 80%;
  }
  #connect_sap_link_img {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .sol-sub p {
    font-size: 1.1rem;
  }
  .print-image {
    margin-bottom: 0;
  }
  .sol-title {
    font-size: 2.8rem;
  }
  .print-lg-desc {
    font-size: 1.6rem;
  }
  .sol-bullets {
    width: 75%;
  }
  .sol-bullets li {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bg-image {
    background-image: url("../images/backgrounds/floor-plans-square-blur.jpg");
    background-repeat: no-repeat;
    background-color: #e6eef2;
    background-size: contain;
    background-position: left -30% center;
  }
  .bottom-img {
    margin-bottom: -60px;
  }
  .sidebar-img {
    width: 100%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-max-lg-100 {
    max-width: 100%;
  }
  .reduce-h1-lg {
    font-size: 40px;
  }
  #print-top {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #e6eef2, #e6eef2);
  }
  #create_connect_decipher {
    width: 100%;
  }
  .recaptcha {
    transform: scale(0.52);
    -webkit-transform: scale(0.52);
  }
  #rift_flow_diagram {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .request-button {
    font-size: 0.85rem;
  }
  .sidebar-product {
    max-width: 100%;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .recaptcha {
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 1400px) {
  .request-button {
    font-size: 1.2rem;
  }
  #three-col-dash-box li {
    font-size: 1.2rem;
  }
  .recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  #rift_flow_diagram {
    width: 55%;
  }
}
@media (min-width: 1670px) {
  .recaptcha {
    transform: initial;
    -webkit-transform: initial;
    transform-origin: initial;
    -webkit-transform-origin: initial;
    margin-bottom: 10px;
  }
}
h1.login-title {
  color: white;
}
.login-logo {
  width: 200px;
  width: 100%;
}
.fill {
  display: none;
}
/*#login_connect {
    width: 153px;
}

#login_reports {
    width: 140px;
}

#login_decipher {
    width: 160px;
}*/
#login_page_icons > [class^="col"] {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #login_awb {
    width: 83%;
  }
  #login_print {
    width: 93%;
  }
  #login_data {
    width: 90%;
  }
  #login_store {
    width: 93%;
  }
}
@media (min-width: 1200px) {
  .fill {
    display: block;
  }
  #login_page_icons > .col {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Montserrat';
  margin-top: 0;
  padding-top: 0;
}
a:hover {
  color: #005581;
}
.a-hover-light a,
.a-hover-light {
  color: white;
}
.a-hover-light a:hover,
.a-hover-light:hover {
  color: #5F95B8;
}
.bg-rift-primary {
  background-color: #005581;
}
.bg-rift-secondary-0 {
  background-color: #4d88a7;
}
.bg-rift-secondary-1 {
  background-color: #5F95B8;
}
.bg-rift-secondary-2 {
  background-color: #e6eef2;
}
.bg-rift-dark {
  background-color: #2d5878;
}
.bg-rift-light-blue {
  background-color: #5F95B8;
}
.bg-rift-white-blue {
  background-color: #ebf8ff;
}
.bg-rift-blue {
  background-color: #005581;
}
.bg-rift-green {
  background-color: #8cd18c;
}
.text-rift-dark {
  color: #2d5878;
}
.text-rift-light {
  color: #4d88a7;
}
.text-rift-secondary-2 {
  color: #e6eef2;
}
.text-rift-blue {
  color: #005581;
}
.text-rift-green {
  color: #8cd18c;
}
.text-rift-main {
  color: #005581;
}
.text-rift-accent {
  color: #8cd18c;
}
.text-justify-xl {
  text-align: initial;
  text-justify: initial;
}
@media (min-width: 992px) {
  p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .text-justify-xl {
    text-align: justify;
    text-justify: inter-word;
  }
}
/* Fade in */
.animate-fade-in-100 {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
.animate-fade-in-75 {
  -webkit-animation: fadein 0.75s;
  -moz-animation: fadein 0.75s;
  -o-animation: fadein 0.75s;
  animation: fadein 0.75s;
}
.animate-fade-in-50 {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
