/*
*
*TABLE OF CONTENTS
*
*
* - Imports
* - Body
* - Variables
* - Fonts
* - Elements
* 
 */
/******************** 
	FONTS
********************/
/***** Base *****/
body {
  color: #37484F;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 22px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

.h1,
h1 {
  color: #fff;
  font-size: 5.85vw;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

.h2,
h2 {
  font-size: 34px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .h2,
h2 {
    font-size: 46px;
  }
}

.h3,
h3 {
  color: #fff;
  font-size: 32px;
}

sup {
  top: -0.6em;
  font-size: 12px;
}

a,
a:hover {
  color: #c82424;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
}

/***** Specific Font Areas *****/
.dear-shareholders-heading {
  color: #37484F;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .dear-shareholders-heading {
    font-size: 44px;
    margin-bottom: 65px;
  }
}

.short-paragraph-heading {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 85px;
}
@media only screen and (min-width: 576px) {
  .short-paragraph-heading {
    font-size: 28px;
  }
}

.ceo-quote-callout {
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .ceo-quote-callout {
    font-size: 43px;
  }
}

.benefits {
  text-align: left;
}
.benefits h2 {
  color: #37484F;
  font-weight: 700;
  background-color: #ebeced;
  padding: 10px 15px;
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .benefits h2 {
    font-size: 23px;
  }
}
.benefits p {
  color: #37484F;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .benefits p {
    font-size: 22px;
  }
}
.benefits .benefit-large-numbers,
.benefits .benefit-large-numbers-2 {
  color: #C82424;
  font-size: 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  .rydershare .short-paragraph-heading {
    margin-top: 450px;
  }
}

.download-link {
  height: 20px;
  line-height: 1;
  margin-bottom: 22px;
}

.arrowRightLink {
  padding-right: 40px;
  position: relative;
  margin-right: 30px;
  display: inline-block;
  -webkit-transition: padding 0.75s cubic-bezier(0.81, 0.01, 0.27, 1);
  transition: padding 0.75s cubic-bezier(0.81, 0.01, 0.27, 1);
  line-height: 3;
}
.arrowRightLink:hover {
  padding-left: 29px;
  padding-right: 11px;
}
.arrowRightLink:last-child {
  margin-right: 0;
}
.arrowRightLink .line {
  -webkit-transition: transform 0.75s cubic-bezier(0.81, 0.01, 0.27, 1);
  transition: transform 0.75s cubic-bezier(0.81, 0.01, 0.27, 1);
  background-color: #c82424;
  position: absolute;
  display: block;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}

.arrowLeftLink .line {
  -webkit-transition: transform 0.75s cubic-bezier(0.81, 0.01, 0.27, 1);
  transition: transform 0.75s cubic-bezier(0.81, 0.01, 0.27, 1);
  background-color: #c82424;
  position: absolute;
  display: block;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}

/******************** 
	ELEMENTS
********************/
/***** HRs *****/
hr {
  width: 40px;
  margin-left: 0;
  border-bottom: 4px solid #ff0000;
}

/***** Lists *****/
li {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 24px;
}

/****** Images & SVGs ******/
svg {
  position: absolute;
  left: 0;
  top: 0;
}

.cls-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/***** Bar Graph *****/
.bar {
  fill: #C82424;
  height: 21px;
  transition: fill 0.3s ease;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
}
.bar text {
  color: #fff;
  font-size: 24px;
  font-family: Roboto;
}
.bar:hover, .bar:focus {
  fill: black;
}
.bar:hover text, .bar:focus text {
  fill: red;
}

/***** Carousels *****/
.carousel-item h2.side-type {
  position: absolute;
  top: 60%;
}

.carousel-indicators {
  right: auto;
  margin-bottom: 0;
  margin-left: 0;
}
.carousel-indicators li {
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.light-carousel .carousel-indicators li {
  background-color: #37484F;
}
.light-carousel .carousel-indicators .active {
  background-color: #ce1126;
}

.home .carousel-indicators {
  right: auto;
  margin-bottom: 6%;
  margin-left: 35%;
}
.home .carousel-indicators li {
  width: 37px;
  height: 3px;
  border-radius: 0;
}
.home .carousel-item {
  padding-top: 30%;
}
.home .carousel-item h2 {
  font-size: 35px;
}

.talent-culture .carousel-indicators li {
  background-color: #7A8282;
}
.talent-culture .carousel-indicators .active {
  background-color: #fff;
}
.talent-culture .carousel-item {
  padding-bottom: 115px;
}

.innovative-technologies .light-carousel .carousel-indicators .active {
  background-color: #fff;
}

/***** Videos *****/
.video-modal .modal-header {
  display: none;
}
.video-modal .modal-body {
  padding: 0;
  overflow: scroll;
  background-color: #fff;
}
.video-modal .modal-content {
  background-color: transparent;
  border: none;
}

.video-modal .videoNav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  column-count: 2;
}

@media only screen and (min-width: 768px) {
  .video-modal .modal-dialog {
    max-width: 750px;
  }
}

/***** Accordions *****/
.card-header {
  background-color: #be272d;
}
.card-header a {
  color: #fff;
  display: block;
  font-size: 28px;
}
.card-header a .fal {
  float: right;
}
.card-header a[aria-expanded=true] .closed {
  display: none;
}
.card-header a[aria-expanded=false] .open {
  display: none;
}

.card-body .h4,
.card-body h4 {
  color: #000;
}

/******************** 
	BACKGROUNDS
********************/
.background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.right-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .right-image {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 65.7vw;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .right-image {
    max-width: 57.44%;
    width: 57.44%;
  }
}
@media only screen and (min-width: 2560px) {
  .right-image {
    background-position: center top;
    max-width: 53.44%;
  }
}

.wide-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 576px) {
  .wide-image {
    position: absolute;
    width: 65.7vw;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wide-image {
    width: 63.2vw;
  }
}
@media only screen and (min-width: 2560px) {
  .wide-image {
    width: 57.5vw;
  }
}
@media only screen and (min-width: 3000px) {
  .wide-image {
    width: 56.35vw;
  }
}

/***** Innovative Technologies *****/
.innovative-technologies .right-image {
  background-image: url(../img/coop-thumbnail.png);
}

/* Efficient Employees */
.efficient-employees .right-image {
  background-image: url(../img/efficient-employees.png);
}

/* Brightest Engineers */
.brightest-engineers .right-image {
  background-image: url(../img/Ryder_Talent_LogisticEngineers.jpg);
}

/* RyderShare */
.rydershare .wide-image {
  background-image: url("../img/Ryder_Last_Mile_2018_Day2_Delivery_024-EDITED.jpg");
}

/* SmartWarehouse */
.smart-warehouse {
  background-image: url(../img/Red_Background_Smart_Warehouse.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Leadership Board */
.board-image {
  position: relative;
  height: 300px;
  background-image: url(http://2018.ryderannualreview.com/assets/img/Ryder_CEO_Board_image.jpg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 992px) {
  .board-image {
    position: absolute;
    right: 0;
    height: 100%;
    width: 65.6%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .board-image {
    width: 63.2%;
  }
}
@media only screen and (min-width: 2560px) {
  .board-image {
    width: 57.4%;
  }
}

/* Graph Background */
.graph-grey-background {
  background-image: url(../img/performance-graphs-background.png);
}
@media only screen and (min-width: 768px) {
  .graph-grey-background {
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/******************** 
	REUSABLE CLASSES
********************/
/***** Background Colors *****/
.red-background {
  background-color: rgba(102, 0, 0, 0.85);
}

.ten-percent-blue {
  background-color: rgba(55, 72, 79, 0.1);
  position: relative;
}

.board-section .ten-percent-blue {
  padding-top: 54px;
  padding-left: 20px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 2560px) {
  .board-section .ten-percent-blue {
    padding-top: 280px;
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 3000px) {
  .board-section .ten-percent-blue {
    padding-top: 500px;
    padding-bottom: 500px;
  }
}

.eight-percent-blue {
  background-color: #dcdfe0;
}

/***** Sections *****/
.intro-paragraph {
  margin-top: 70px;
  margin-bottom: 80px;
}

.short-paragraph {
  margin-bottom: 80px;
}

.large-numbers {
  display: table-cell;
  font-weight: 400;
  letter-spacing: -5px;
}

/***** Rows *****/
.red-row {
  background-color: rgba(102, 0, 0, 0.85);
  margin-top: -52px;
  height: 52px;
  line-height: 52px;
}

.blue-row {
  background-color: rgba(55, 72, 79, 0.1);
  margin-top: -52px;
  height: 52px;
  mix-blend-mode: multiply;
}

.sw-blue-row {
  background-color: rgba(55, 72, 79, 0.2);
  height: 52px;
  mix-blend-mode: multiply;
}

.grey-row {
  background-color: #ebeced;
  margin-bottom: 46px;
}

@media only screen and (max-width: 576px) {
  .products-services .red-row {
    height: 100px;
    line-height: 1;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .products-services .red-row {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .products-services .grey-row {
    text-align: left;
  }
}

/***** Buttons *****/
.btn-modal i {
  color: #fff;
  font-size: 70px;
}

.play-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.play-button i {
  color: #fff;
  font-size: 70px;
}
@media only screen and (max-width: 576px) {
  .play-button {
    position: relative;
    margin: 50px 0;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .ceo-message .play-button {
    top: 450px;
    left: 275px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .ceo-message .play-button {
    left: 550px;
  }
}
@media only screen and (min-width: 1440px) {
  .ceo-message .play-button {
    left: 575px;
  }
}
@media only screen and (min-width: 2560px) {
  .ceo-message .play-button {
    left: 100%;
  }
}

/* Navigation */
.bg-light {
  background-color: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  display: inline-block;
}
.navbar .navbar-brand img {
  max-width: 140px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar .navbar-brand img {
    max-height: 50px;
  }
}
.navbar .navbar-brand .site-title {
  color: #81909b;
  display: block;
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-brand .site-title {
    display: inline-block;
  }
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-collapse {
  margin-top: 1rem;
}
.navbar .navbar-collapse .navbar-nav {
  display: inline-block;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #81909b;
  font-size: 22px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  letter-spacing: -0.11px;
  line-height: 1.25;
  text-align: center;
}
.navbar .navbar-collapse .navbar-nav .nav-item:focus, .navbar .navbar-collapse .navbar-nav .nav-item:hover, .navbar .navbar-collapse .navbar-nav .nav-item.active {
  color: #ce1126;
}
.navbar .navbar-collapse .navbar-nav .nav-item:focus .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #ce1126;
}
.navbar .navbar-collapse .navbar-nav.secondary-nav .nav-link {
  line-height: 0.9;
  font-size: 17px;
}

@media only screen and (min-width: 576px) {
  .navbar-brand span {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    display: inline-block;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    text-align: left;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
  .navbar .navbar-collapse .navbar-nav.secondary-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .navbar .navbar-collapse .navbar-nav.secondary-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 22px;
  }
}
@media screen and (min-width: 2560px) {
  .navbar .navbar-collapse .navbar-nav.secondary-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
/***** Hero *****/
.hero {
  margin-top: 120px;
}
.hero .mobile-hero-image {
  max-width: 100%;
}
.hero video {
  max-width: 100%;
  margin-bottom: -10px;
  min-height: 200px;
  background-size: 100% 100%;
}
.hero video[poster] {
  min-width: 100%;
}

@media only screen and (min-width: 768px) {
  .hero {
    margin-top: 100px;
  }
}
/* Home Page */
.home .hero {
  margin-top: 60px;
}

/***** Footer *****/
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}
.footer-dark h3 {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-family: "Oswald";
}
.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}
.footer-dark ul a:hover {
  opacity: 0.8;
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
.footer-dark .item.social {
  text-align: center;
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}
.footer-dark .item.social > a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

/******************** 
	TALENT & CULTURE PAGE
********************/
@media only screen and (min-width: 768px) {
  .talent-culture .thousands-number {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .talent-culture .large-numbers {
    font-size: 90px;
  }
}
.talent-culture .brightest-engineers {
  position: relative;
}
.talent-culture .efficient-employees {
  position: relative;
}
.talent-culture .large-professional {
  font-size: 46px;
}
@media only screen and (min-width: 768px) {
  .talent-culture .large-professional {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .talent-culture .large-professional {
    font-size: 46px;
  }
}
.talent-culture .last-line {
  font-size: 53px;
}
@media only screen and (min-width: 768px) {
  .talent-culture .last-line {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .talent-culture .last-line {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .talent-culture .last-line {
    font-size: 53px;
  }
}
.talent-culture .specialists {
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  .talent-culture .specialists {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .talent-culture .specialists {
    font-size: 60px;
  }
}
.talent-culture .logo-hover img {
  margin-bottom: 20px;
  max-width: 75%;
}
.talent-culture .logo-hover i {
  color: #C82424;
  font-size: 30px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.talent-culture .logo-hover:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
  border-bottom: 5px solid #C82424;
}
.talent-culture .logo-hover:hover i {
  display: none;
}
.talent-culture .logo-hover:hover .hover-content {
  display: block;
  font-weight: 400;
}
.talent-culture .logo-hover:hover .hover-content h2 {
  color: #37484F;
  font-size: 24px;
  margin-bottom: 20px;
}
.talent-culture .logo-hover:hover .hover-content p {
  font-size: 18px;
}
.talent-culture .logo-hover .hover-content {
  display: none;
}
@media only screen and (max-width: 576px) {
  .talent-culture .logo-hover {
    margin-bottom: 75px;
  }
}

/******************** 
	INNOVATIVE TECHNOLOGIES PAGE
********************/
@media only screen and (min-width: 768px) {
  .innovative-technologies .coop-text {
    padding-bottom: 230px;
  }
}
.innovative-technologies .smart-warehouse {
  color: #fff;
}
.innovative-technologies .smart-warehouse .short-paragraph-heading {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .innovative-technologies .benefits .benefit-large-numbers {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .innovative-technologies .benefits .benefit-large-numbers {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .innovative-technologies .benefits .benefit-large-numbers-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .innovative-technologies .benefits .benefit-large-numbers-2 {
    font-size: 90px;
  }
}

/******************** 
	NOT CLEAN!!!
********************/
/**********
VARIABLES
**********/
@media only screen and (min-width: 768px) {
  .talent-culture .large-numbers {
    font-size: 60px;
  }
}
/**********
FONTS
**********/
.intro-paragraph {
  color: #69767b;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .intro-paragraph {
    font-size: 30px;
  }
}
/**********
LINKS
**********/
.arrowRightLink .hiddenLine,
.arrowLeftLink .hiddenLine {
  width: 24px;
}

.arrowRightLink .hiddenLine {
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  left: 0;
}

.arrowRightLink:hover .hiddenLine,
.arrowRightLink .arrowLine {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.arrowRightLink .arrowLine {
  width: 30px;
  right: 3px;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
}

.arrowRightLink:hover .arrowLine,
.arrowRightLink .hiddenLine,
.arrowLeftLink .hiddenLine {
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.arrowRightLink .arrow,
.arrowLeftLink .arrow {
  display: block;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  content: "";
}

.arrowRightLink .arrow {
  border-left: 9px solid #c82424;
  right: 0px;
}

/**********
PERFORMANCE HIGHLIGHTS
**********/
.performance .svgWrap svg {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 70%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#_x3C_Rectangle_x3E_ {
  fill: #fff;
}

.performance .oneHalf > h3:first-child {
  margin-top: 0;
  margin-left: 15%;
}

.animated-graph-header {
  margin-bottom: 150px;
}

@media only screen and (min-width: 1024px) {
  .animated-graph-header {
    margin-bottom: 0;
  }
}
.performance-animated-graph.red-row {
  margin-top: 235px;
}

@media only screen and (min-width: 768px) {
  .performance-animated-graph.red-row {
    margin-top: -52px;
  }
}
svg .Bars rect,
svg .Years g,
svg .Totals g {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#graph {
  bottom: -83%;
  right: 0;
  top: auto;
  height: 100%;
  overflow: visible;
  margin-left: 7%;
}

#graph rect {
  width: 47.5px;
  -ms-transform: translate(0, 276px) scale(1, -1);
  -webkit-transform: translate(0, 276px) scale(1, -1);
  -moz-transform: translate(0, 276px) scale(1, -1);
  transform: translate(0, 276px) scale(1, -1);
}

@media only screen and (min-width: 768px) {
  #graph {
    bottom: -54%;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #graph {
    bottom: -42%;
  }
}
@media only screen and (min-width: 1200px) {
  #graph {
    bottom: -38%;
  }
}
@media only screen and (min-width: 1440px) {
  #graph {
    bottom: -38%;
  }
}
.year p {
  margin-left: 9%;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .year p {
    margin-left: 5%;
    font-size: 22px;
  }

  .year p:first-of-type {
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1440px) {
  .year p:first-of-type {
    margin-left: 0;
  }

  .year p:nth-of-type(3) {
    margin-left: 4%;
  }

  .year p:nth-of-type(4) {
    margin-left: 5%;
  }

  .year p:last-of-type {
    margin-left: 4.5%;
  }
}
.graph-box {
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .graph-box img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .graph-row-1 {
    margin-top: -100px;
  }

  .graph-row-2 {
    margin-top: 40px;
  }

  .graph-row-3 {
    margin-top: 35px;
  }

  .graph-row {
    margin-top: 30px;
  }

  .graph-box {
    margin-bottom: 0;
  }

  .graph-box.left {
    margin-right: 13px;
  }

  .graph-box.right {
    margin-left: 13px;
  }
}
/**********
MEDIA QUERIES
**********/
@media (min-width: 576px) {
  .home .carousel-item {
    padding-top: 15%;
  }

  .carousel-item h2.side-type {
    position: absolute;
    top: 55%;
    left: 5%;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .home .carousel-item {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .home .carousel-item {
    padding-top: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .home .carousel-item h2 {
    font-size: 55px;
  }
}
@media screen and (min-width: 2560px) {
  .home .carousel-item h2 {
    font-size: 85px;
  }
}
.white-bar {
  background-color: $white;
  height: 52px;
}
