/**
SCSS for LP one column Paragraph
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.paragraph--type--landing-page-column-one {
  position: relative;
  overflow: hidden;
}

.paragraph--type--landing-page-column-one .field--name-field-cta a {
  border: 1px solid #328090;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  padding: 1.125rem 2.5rem 1.125rem 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .paragraph--type--landing-page-column-one .field--name-field-cta a {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding: 0.9375rem 1.875rem 0.9375rem 1.125rem;
  }
}

.paragraph--type--landing-page-column-one .field--name-field-cta a:hover {
  border: 1px solid #328090;
}

.paragraph--type--landing-page-column-one .landing-col-one-img {
  position: absolute;
  z-index: -1;
  right: 0;
}

@media all and (max-width: 1366px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    max-width: 500px;
    right: 8%;
  }
}

@media all and (max-width: 1280px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    right: 4%;
  }
}

@media all and (width: 1024px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    max-width: 454px;
    right: 0;
    top: 15%;
  }
}

@media all and (max-width: 768px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    right: -14%;
    max-width: 534px;
    top: initial;
  }
}

@media all and (max-width: 640px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    right: -29%;
  }
}

@media all and (max-width: 480px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    right: -42%;
    max-width: initial;
  }
}

@media all and (max-width: 414px) {
  .paragraph--type--landing-page-column-one .landing-col-one-img {
    right: -53%;
  }
}

@media only screen and (max-width: 992px) {
  .content-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 0.8;
    z-index: 0;
  }
}

@media screen and (min-width: 100rem) {
  .content-wrapper {
    min-height: 56.25rem;
  }
}

.content-wrapper .container {
  padding: 3rem 0;
}

@media only screen and (max-width: 992px) {
  .content-wrapper .container {
    position: relative;
    z-index: 1;
    padding: 4.375rem 0.9375rem 5.625rem;
  }
}

@media only screen and (max-width: 768px) {
  .content-wrapper .container {
    padding: 2.1875rem 0 4.375rem;
  }
}

@media only screen and (max-width: 576px) {
  .content-wrapper .container {
    padding: 2.1875rem 1.25rem 4.375rem;
  }
}

.content-wrapper .field--name-field-cta {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .content-wrapper .field--name-field-cta {
    text-align: left;
  }
}

.lp-col1-text {
  width: 85%;
}

@media only screen and (max-width: 992px) {
  .lp-col1-text {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.lp-col1-text h2 {
  color: #164D92;
  font-size: 2.875rem;
  line-height: 4rem;
  font-weight: 600 !important;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 1280px) {
  .lp-col1-text h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media only screen and (max-width: 992px) {
  .lp-col1-text h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}

@media only screen and (max-width: 768px) {
  .lp-col1-text h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 600;
  }
}

.lp-col1-text .field--name-field-excerpt {
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .lp-col1-text .field--name-field-excerpt {
    width: 100%;
  }
}

.lp-col1-text .field--name-field-excerpt p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #384f7e;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .lp-col1-text .field--name-field-excerpt p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.field--name-field-items-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55%;
  margin: 1.25rem 0;
}

@media only screen and (max-width: 992px) {
  .field--name-field-items-component {
    width: 100%;
    margin: 0 0 1.875rem 0;
  }
}

.field--name-field-items-component > .field__item {
  width: 45%;
  margin: 1.5625rem 0;
}

@media only screen and (max-width: 992px) {
  .field--name-field-items-component > .field__item {
    width: 100%;
    margin: 0.9375rem 0;
  }
}

/*# sourceMappingURL=lp-one-column-paragraph.css.map */
