/*
NOTE (10-4-2018): Rose is redesigning their website,
and this style sheet will be used for all of the
new pages until it eventually replaces the old styles
*/

/*========================= GLOBAL =========================*/
.slick-slider {
  margin: 0;
  position: static;
}


/*========================= COMPONENTS =========================*/
/* HERO */
.hero {
  height: 250px;
}

/* CTA */
.cta {
  background-color:#af003b;
  color: #fff !important;
  font-size: 14px;
  padding: .5em 5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.cta:active,
.cta:hover {
  color: #ffffff;
}

/* SLANT SLIDESHOW */

.slant-slideshow-wrapper {
  position: relative;
  overflow: hidden;
}

.slant-slideshow-slant {
  position: absolute;
  top:0;
  right:50%;
  bottom:0;
  left:-50%;
  z-index: 1;
  overflow: hidden;
  display: none;
}

.slant-slideshow-slant::before {
  content: '';
  position: absolute;
  top:0;
  right:-20%;
  bottom:0;
  left:0;
  background-position: center;
  background-size: 90%;
}

.slant-slideshow-right .slant-slideshow-slant {
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.slant-slideshow-right .slant-slideshow-slant::before {
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
}

.slant-slideshow-right .slant-slideshow-content {
  right: 0;
  -webkit-transform: skewX(20deg) translateY(-50%);
      -ms-transform: skewX(20deg) translateY(-50%);
          transform: skewX(20deg) translateY(-50%);
}

.slant-slideshow-left .slant-slideshow-slant {
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
}

.slant-slideshow-left .slant-slideshow-slant::before {
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.slant-slideshow-left .slant-slideshow-content {
  left: 47%;
  -webkit-transform: skewX(-20deg) translateY(-50%);
      -ms-transform: skewX(-20deg) translateY(-50%);
          transform: skewX(-20deg) translateY(-50%);
}

.slant-slideshow-content {
  position: absolute;
  width: 40%;
  margin: 0 auto;
  top: 50%;
  text-align: center;
}

.slant-slideshow-content .cta {
  font-size: .75em;
  padding: .5em 3em;
}

.slant-slideshow-title {
  color: #af003b;
  font-weight: 100;
  font-size: 2em;
  text-transform: none;
  margin: .5em 0;
}
.slant-slideshow-title p {
  margin: 0;
}

.slant-slideshow-text {
  color: #000000;
  font-size: 1em;
}

.slant-slide {
  height: 250px;
}

.slant-slide img {
  width: 100%;
  height: auto;
}

.slant-slide-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 1;
}

.slant-slide-dots li {
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #af003b;
  border-radius: 50%;
  margin: 1em;
  height: 10px;
  width: 10px;
}

.slant-slide-dots li button {
  padding: .5em;
  opacity: 0;
}

.slant-slide-dots li.slick-active {
  background-color: #af003b;
}

.slant-slide-nav {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 2em;
  opacity: .75;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.assistive .slant-slide-nav {
  display: none !important;
}

.slant-slide-nav:hover {
  cursor: pointer;
  opacity: 1;
}

.slant-prev-slide {
  left: 0;
}

.slant-next-slide {
  right: 0;
}

@media (max-width:767px){
  .slant-slideshow-right .slant-slideshow-slant {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
  } 
  
   .slant-slideshow-right .slant-slideshow-slant::before {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  
  .slant-slideshow-right .slant-slideshow-content {
    right: 0;
    left: 0;
    -webkit-transform: skewX(0deg) translateY(0%);
        -ms-transform: skewX(0deg) translateY(0%);
            transform: skewX(0deg) translateY(0%);
  }
  
  .slant-slideshow-left .slant-slideshow-slant {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  
  .slant-slideshow-left .slant-slideshow-slant::before {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  
  .slant-slideshow-left .slant-slideshow-content {
    left: 0%;
    right: 0;
    -webkit-transform: skewX(0deg) translateY(0%);
        -ms-transform: skewX(0deg) translateY(0%);
            transform: skewX(0deg) translateY(0%);
  } 

  .slant-slideshow-content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    top: 0%;
    text-align: center;
  }
  .slant-slideshow-slant {
    position: absolute;
    top:0;
    right:0%;
    bottom:0;
    left:0%;
    z-index: 1;
    overflow: hidden;
    display:block ;
  }
}

@media (min-width:768px) {
  .slant-slideshow-slant {
    display: block;
  }

  .slant-slides {
    width: 75%;
    margin: 0 0 0 35%;
  }

  .slant-slide {
    height: 500px;
  }

  .slant-slideshow-title {
    font-size: 2.5em;
  }

  .slant-slideshow-content .cta {
    font-size: .75em;
  }

  .slant-slideshow-text {
    margin: 1em 0 2em 0;
    line-height: 1.75em;
  }

  .slant-slide-dots li {
    width: 15px;
    height: 15px;
  }

  .slant-slide-dots li button {
    position: relative;
    top: -.5em;
    left: -.5em;
  }

  .slant-slide-dots li button:hover {
    cursor: pointer;
  }
}

@media (min-width:1024px) {
  .slant-slide {
    height: 650px;
  }

  .slant-slideshow-title {
    font-size: 3em;
  }

  .slant-slideshow-text {
    font-size: 1.25em;
    line-height: 1.5em;
  }

  .slant-slideshow-slant::before {
    background-size: 60%;
  }
}

@media (min-width:1440px) {
  .slant-slideshow-content {
    width: 30%;
  }

  .slant-slideshow-title {
    font-size: 3.25em;
  }

  .slant-slideshow-text {
    font-size: 1.5em;
  }

  .slant-slideshow-right .slant-slideshow-content {
    left: 60%;
    right: 0;
    -webkit-transform: skewX(20deg) translate(-10%, -50%);
        -ms-transform: skewX(20deg) translate(-10%, -50%);
            transform: skewX(20deg) translate(-10%, -50%);
  }

  .slant-slideshow-left .slant-slideshow-content {
    left: 40%;
    right: 0;
    -webkit-transform: skewX(-20deg) translateY(-50%);
        -ms-transform: skewX(-20deg) translateY(-50%);
            transform: skewX(-20deg) translateY(-50%);
  }

  .slant-slide-nav {
    display: block;
  }
}

/* FOOTER */
#uni-content {
  padding-bottom: 0;
}
#uni-content.top-flush { padding-top: 0; }

#uni-footer .info .col {
  padding: 1em;
  text-align: center;
}

#uni-footer .info address {
  font-size: .875em;
  margin: 1.14286em auto 0;
}

#eho {
  position: relative;
}

#eho span {
  display: none;
}

#eho:before {
  font-family: 'Home Icons';
  font-size: 1.5em;
  content: 'e';
  text-transform: lowercase;
}

#uni-footer .colflex {display: flex; flex-direction: column; justify-content: space-between;}
#uni-footer .colflex > * + * {margin-top: 10px;}
#uni-footer .colflex > div:not(.colflexsub) {display: none;}
#uni-footer .colflexsub {display: flex; flex-direction: column;}
#uni-footer .colflex a {display: none;}
#uni-footer .colflex a.alwaysshow {display: inline;}
#uni-footer .colflex ul a {display: inline;}
#uni-footer .NavToggle {cursor: pointer; font-size: 1.5em;}
#uni-footer .NavToggle:hover {color: #af003b;}
#uni-footer .NavList {display: none; list-style: none; padding-left: 0; margin: 0; font-size: 1em !important;}

@media (min-width:1024px) {
  #uni-content {
    padding-bottom: 0;
  }

  .default #uni-content {
    padding-bottom: 0px;
  }

  #uni-footer .container {
    display: table;
    table-layout: fixed;
  }

  #uni-footer .col {
    display: table-cell;
    vertical-align: middle;
  }

  #uni-footer .info .col1 {
    width: 30%;
    text-align: left;
  }

  #uni-footer .info .col2 {
    width: 70%;
    text-align: left;
    padding: 2em 3em;
  }

  #uni-footer .col.colflex {display: flex; width: 100% !important; flex-direction: row;}
  #uni-footer .colflex > * + * {margin-top: 0px;}
  #uni-footer .LandingNav {text-align: left;}
}

/* SOCIAL ICONS */
#social {
  font-family: 'Social Icons';
  font-size: 1.5em;
  line-height: 1;
  margin: 0 auto .6667em;
}

#social li {
  display: inline-block;
  margin: 0 .375em;
}

#social li span {
  display: none;
}

.assistive #social .s-share {
  display: none;
}

.s-facebook a:before {
  content: '\E804';
  display: inline-block;
}

.s-linkedin a:before {
  content: '\E807';
  display: inline-block;
}

.s-instagram a:before {
  content: '\E808';
  display: inline-block;
}

#social .s-share span {
  position: static;
  left: 0;
  background: 0 0;
  font-family: inherit!important;
  font-size: inherit;
  padding: 0;
  color: #fff;
  display: inline-block !important;
}

.s-share .sharethis:before {
  content: '\E800';
  display: inline-block;
}

@media (min-width:1024px) {
  #social li {
    margin: 0 .25em;
  }
}

/*========================= HOME PAGE =========================*/

/* HERO */
.hp-hero {
  position: relative;
  /* background-image: url(/images/014_RoseA_7_5_13.jpg);
  background-size: cover;
  background-position: center top; */
}

.hp-hero__image-container {height: 100%; }

.hp-hero::before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: #ffffff;
  opacity: .5;
  z-index: 1;
}

.hp-hero-copy {
  text-align: center;
  padding: 0 1em;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  z-index: 1;
}
.hp-hero-copy p {
  margin: 0 auto;
}

.hp-hero-header {
  color: #af003b;
  font-weight: 300;
  text-transform: none;
  margin: .25em 0;
  font-size: 2.125em;
  line-height: 1;
}

.hp-hero-subheader {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #000, 2px 2px 2px #999;
  letter-spacing: 2px;
  font-size: .85em;
  line-height: 1.2;
}

/* STATS */
.hp-stats {
  text-align: center;
  padding: 1em 0;
}

.hp-stat {
  margin: 1em 0;
}

.hp-stat p {
  margin: 0;
}

.hp-stat-title {
  color: #af003b;
  margin: 0;
  font-size: 1.75em;
  text-transform: none;
  font-weight: 400;
}

.hp-stat-text {
  color: #000000;
  margin: 0 auto;
  display: block;
}

/* SLIDESHOW */
#hp-slideshow-1 .slant-slideshow-slant::before {
  background-position: right center;
  background-image: url(/images/acqusutionImages.jpg);
}

#hp-slideshow-2 .slant-slideshow-slant::before {
  background-position: right top;
  background-image: url(/images/managementImage.jpg);
}

#hp-slideshow-3 .slant-slideshow-slant::before {
  background-position: right top;
  background-image: url(/images/heritageImage.jpg);
}

@media (max-width:767px){
  #hp-slideshow-1 .slant-slideshow-slant::before {
    background-position: right center;
    background-image: url(/images/acqusutionImages.jpg);
    background: rgba(255,255,255,.8);
  }
  
  #hp-slideshow-2 .slant-slideshow-slant::before {
    background-position: right top;
    background-image: url(/images/managementImage.jpg);
    background: rgba(255,255,255,.8);

  }
  
  #hp-slideshow-3 .slant-slideshow-slant::before {
    background-position: right top;
    background-image: url(/images/heritageImage.jpg);
    background: rgba(255,255,255,.8);

  }
}
/* CLIENTS */
.hp-clients {
  padding: 1em;
}

.hp-clients-text {
  text-align: center;
}

.hp-clients-title {
  color: #af003b;
  font-weight: 300;
  font-size: 2.5em;
  text-transform: none;
  margin: .5em 0;
}

.hp-clients-copy {
  color:black;
  margin: 0;
  font-size: 1.25em;
}

.hp-clients-logos {
  text-align: center;
}

.hp-clients-logos img {
  width: 100%;
  height: auto;
  max-width: 700px;
}

/* PRESS */
.hp-press {
  padding: 1em;
}

.hp-press-title {
  letter-spacing: 2px;
  color: #000000;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 3px solid #af003b;
  padding: 0 0 .5em 0;
}

.hp-press-articles {
  margin: 1.5em 0 1em 0;
}

.hp-press-article {
  margin: 2em 0;
}

.hp-press-article-img {
  display: none;
}

.hp-article-date {
  /* letter-spacing: 2px; */
  font-size: 1em;
  /* color: #000000; */
  /* font-weight: bold; */
  /* text-transform: uppercase; */
}

.hp-article-title {
  margin: .5em 0 1em 0;
  letter-spacing: 2px;
  /* font-size: 1em; */
  color: #af003b;
  font-weight: bold;
  text-transform: uppercase;
}

.hp-article-date,
.hp-article-title a {
  display: block;
}

.hp-article-copy {
  color: #000000;
  margin: .5em 0;
  height: 3em;
  overflow: hidden;
}

.hp-article-head a:hover h3 {
  color: #400015;
}

a.hp-article-more {
  color: #af003b;
}

a.hp-article-more:hover {
  color: #400015;
}

/* CONTACT */
.hp-contact {
  text-align: center;
  padding: 0 0 4em 0;
}

.hp-contact-title {
  font-weight: 300;
  font-size: 2em;
  text-transform: none;
  color: #000000;
  margin: 0 0 .75em 0;
  line-height: 1.2;
}

@media (min-width:768px) {
  .hp-hero {
    height: 500px;
  }
  
  .hp-hero-copy {
    width: 80%;
    margin: 0 auto;
    font-size: 1.5em;
  }

  .hp-stats {
    padding: 4em 0;
  }

  .hp-stats .section-wrap {
    display: flex;
  }

  .hp-stat {
    flex: 1;
    margin: 0 .5em;
    font-size: 1.25em;
  }

  .hp-clients {
    padding: 5em 1em;
  }

  .hp-clients .section-wrap {
    display: flex;
  }

  .hp-clients-text {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hp-clients-logos {
    flex: 2;
  }

  .hp-press {
    padding: 5em 1em;
  }

  .hp-press-title {
    border-width: 5px;
  }

  .hp-press-article {
    display: flex;
    margin: 2em 0 3em 0;
  }

  .hp-press-article-img {
    display: block;
    height: 150px;
    background-color: aliceblue;
    margin: 0 4em 0 .5em;
    flex: 1;
  }

  .hp-press-article-content {
    flex: 3;
    margin: 1em 0 0 0;
  }

  .hp-contact {
    font-size: 2em;
    padding: 0 0 3em 0;
  }
}

@media (min-width:1024px) {
  .hp-hero::before {
    opacity: 0;
  }

  .hp-hero-copy {
    top: 35%;
    width: 50%;
  }

  .hp-stats {
    padding: 5em 0;
  }

  .hp-stat {
    margin: 0 2em;
    font-size: 1.3em;
  }

  .hp-clients-text {
    flex: 4;
    font-size: 1em;
    padding: 0 2em;
  }

  .hp-clients-logos {
    flex: 6;
  }

  .hp-clients-title {
    font-size: 3em;
    margin: 0 1.5em 1em 1.5em;
  }

  .hp-hero-subheader {
    font-size: .85em;
    margin: 0 auto;
  }

  #hp-slideshow-3 .slant-slideshow-slant::before {
    background-size: 80%;
    background-position: 120% bottom;
  }

  .hp-press .section-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width:1280px) {
  .hp-hero {
    height: 650px;
  }

  .hp-stats {
    padding: 6em 0;
  }

  .hp-stats .section-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .hp-stat-text {
    width: 75%;
  }

  #hp-slideshow-3 .slant-slideshow-slant::before {
    background-size: 65%;
  }
}

@media (min-width:1440px) {
  .hp-hero-copy {
    top: 40%;
    font-size: 1.75em;
  }

  .hp-hero-header {
    font-size:2.5em;
  }

  .hp-hero-subheader {
    width: 70%;
  }

  .hp-stat-title {
    font-size: 2em;
  }

  .hp-stat-text {
    width: 60%;
  }

  .hp-press .section-wrap {
    width: 70%;
  }
  
  .hp-clients .section-wrap {
    width: 90%;
    margin: 0 auto;
  }

  #hp-slideshow-3 .slant-slideshow-slant::before {
    
  }
}

/*========================= REPORTS PAGE =========================*/
.reports-container {
  margin: 0 auto;
  min-height: 560px;
}

.reports-header {
  margin: 1em;
  text-align: center;
}

.reports-body {
  margin: 1em auto;
  max-width: 600px;
}

.report {
  display: flex;
  justify-content: space-between;
  padding: .5em;
  margin: .5em auto;
  border-bottom: 1px solid #af003b;
}

.reports {
  margin: 0 1.5em;
  /* TODO: Define a height for reports bodies and transition them with animations */
}

.reports.inactive {
  height: 0;
  overflow: hidden;
}

.report-year {
  margin: 0 0 2em 0;
}

.report-year > h3 {
  margin: 0;
  background-color: #f5f5f5;
  padding: .5em;
}

.report-year > h3:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.report-title {
  margin: 0;
  flex: 3;
}

@media (min-width:768px) {
  .report-year {
    margin: 0 0 3.5em 0;
  }
}

/*========================= ACQUISITIONS PAGE =========================*/
.hero {
  height: 250px;
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
}
.hero--taller {
  height: 325px;
}

.hero__tagline {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  color: #af003b;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  width: 100%;
  font-size: 13vw;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .hero {
    height: 650px;
  }

  .hero__tagline {
    font-size: 9vw;
  }
}

.acquisitions {
  font-size: 1.5em;
  font-weight: 100;
  color: #000000;
  padding: 1em 0;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}

@media (min-width:768px) {
  .acquisitions {
    font-size: 1.75em;
  }
}

@media (min-width:1280px) {
  .acquisitions {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width:1440px) {
  .acquisitions {
    width: 70%;
    margin: 3rem auto;
  }
}

.section__title {
  font-weight: bold;
  letter-spacing: 3px;
  border-bottom: 2px solid #737373;
  font-size: 1rem;
  color: #000000;
  margin: 1rem 1.5rem;
  max-width: 321px;
  text-transform: uppercase;
}
.section__title p { margin: 0; }

@media (min-width:1024px) {
  .section__title {
    margin: 1rem 15%;
  }
}

.slideshow__body {
  font-size: .75rem;
}

.slideshow {
  position: relative;
}

.slideshow__slide {
  position: relative;
  height: 100%;
  background-color: #f5f5f5;
}

.slideshow__img-wrap {
  height: 220px;
  opacity: .2;
}

.slideshow__slant {
  display: none;
  background-color: #ffffff;
  opacity: .75;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.slideshow__nav {
  display: none;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slideshow__prev {
  left: 1rem;
}

.slideshow__next {
  right: 1rem;
}

.slideshow__svg {
  fill: #000000;
  width: 50px;
  height: 50px;
  pointer-events: none;
  opacity: .6;
}

.slideshow__svg--white {
  fill: #ffffff;
}

.slideshow__text {
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: .75rem;
  box-sizing: border-box;
  color: #000000;
}

.slideshow__title {
  color: #af003b;
  margin: 0;
  font-size: 2.125em;
}

.slideshow__title--uppercase {
  text-transform: uppercase !important;
}

.slideshow__subtitle {
  margin: 0;
  color: #af003b;
  text-transform: none;
}


@media (min-width:768px) {
 
  .slideshow__img-wrap {
    height: 650px;
    opacity: 1;
  }
  
  .slideshow__slant {
    display: block;
    left: -50%;
    right: 50%;
    transform: skewX(20deg);
  }
  .slideshow__slant.slideshow__slant--alt {
    right: 40%;
  }

  .slideshow__text {
    text-align: left;
    display: block;
    width: 50%;
    padding: 0 4rem 0 2rem;
  }

  .slideshow__title {
    line-height: 2.25rem;
  }
  
  .slideshow__body {
    font-size: 1.1rem;
  }
}

@media (min-width:1024px) {
  .slideshow__nav {
    display: block;
  }

  .slideshow__text {
    padding: 0 4.5rem 0 5rem;
  }

  .slideshow__text.slideshow__text--alt {
    padding: 0 4.5rem 0 0;
    margin: 0 0 0 2.5rem;
  }

  .slideshow__title {
    font-size: 2rem;
  }

  .slideshow__body {
    font-size: 1.25rem;
  }
}

@media (min-width:1280px) {
  .slideshow__text {
    width: 40%;
    margin: 0 0 0 5rem;
  }
  .slideshow__text.slideshow__text--alt {
    width: 50%;
  }
}

.capabilities__section {
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: #000000;
  margin: 2.5rem auto 5rem auto;
  box-sizing: border-box;
  padding: 0 1rem;
}

.capabilities__icon {
  width: 50%;
  margin: 0 auto;
}

.capabilities__image {
  width: 100%;
  max-width: 125px;
  height: auto;
}

.capabilities__title {
  color: #af003b;
  text-transform: uppercase;
  margin: 1rem 0;
  letter-spacing: 2px;
}

@media (min-width:600px) {
  .capabilities__section {
    flex: 1 1 50%;
    font-size: 1.125rem;
  }
  
  .capabilities {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width:1024px) {
  .capabilities {
    width: 70%;
    margin: 0 auto;
  }

  .capabilities__section {
    flex: 1 1 33.33%;
  }

  .capabilities__image {
    height: 110px;
    width: auto;
  }
}

.call-to-action {
  padding: 4.5rem 1rem;
  text-align: center;
}

.call-to-action__tagline {
  color: #000000;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-align: center;
  font-weight: 100 !important;
  text-transform: none;
}
.call-to-action__text {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
  max-width: 64rem;
  margin: 0 auto;
}

.call-to-action__button {
  background-color: #af003b;
  color: #ffffff !important;
  text-transform: uppercase;
  display: inline-block;
  padding: .5rem;
  letter-spacing: 2px;
  margin: .5rem auto;
  font-size: 1rem;
  text-align: center;
}

.call-to-action__phone {
  letter-spacing: 2px;
  font-size: 1.25rem;
  color: #000000;
  text-align: center;
}

@media (min-width:768px) {
  .call-to-action__tagline {
    font-size: 3.5rem;
  }

  .call-to-action__button {
    font-size: .75rem;
  }
}

@media (min-width:1024px) {
  .call-to-action__tagline {
    font-size: 3rem;
  }
}

@media (min-width:1280px) {
  .call-to-action__button {
    font-size: 1rem;
  }
}