.full-width-cta__content {
  min-height: 400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.full-width-cta__text {
  width: 65%;
  padding-right: 5%; }
  .full-width-cta__text p {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }

.full-width-cta__button {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em 0;
  text-align: center;
  padding-top: 3em; }
  .full-width-cta__button p {
    color: #004f6f;
    font-weight: 700;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px; }
  .full-width-cta__button a, .full-width-cta__button a:visited {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: #004f6f;
    padding: 10px 18px;
    margin: 10px 0;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em; }
    @media screen and (max-width: 800px) {
      .full-width-cta__button a, .full-width-cta__button a:visited {
        width: 80%; } }

a:hover:after {
  background-image: url(../../../images/arrow_lightorange.svg); }

@media screen and (max-width: 768px) {
  .full-width-cta__content {
    display: block;
    width: 100%;
    min-height: inherit;
    padding-bottom: 0; }
  .full-width-cta__text {
    width: 85%;
    margin: 0 auto;
    padding: 5em 0 5em 0; }
    .full-width-cta__text p {
      text-align: left;
      font-size: 32px;
      line-height: 1.3; }
  .full-width-cta__button {
    width: 100%; } }

/*# sourceMappingURL=../../maps/components/block/block--full_width_cta.css.map */
