/**
 * Author(s): Wes West
 *
 * VARIABLES
 *
 * Variable have a naming convention for easy identification and reuse across projects
 *
 * Prefixes:
 * --------
 * colour: @color,
 * transparent colour: @color[variant]T[percent num],
 * font: @font,
 * font-size: @size, (mixin if rems in use)
 * zindex: @zIndex,
 * spacings: @spacing,
 * line height: @lineHeight,
 */
/**
 * $Paths
 */
/**
 * $Colours
 */
/* $Font family */
/* $Font sizes */
/* $Spacings */
/* $Line heights */
/* $Media Queries */
/**
* Author(s): Wes West
*
* MIXINS
*
* Includes all mixins both parametric (function) mixins and standard mixins.
*
*/
/**
 * Author(s): Wes West
 *
 * VARIABLES
 *
 * Variable have a naming convention for easy identification and reuse across projects
 *
 * Prefixes:
 * --------
 * colour: @color,
 * transparent colour: @color[variant]T[percent num],
 * font: @font,
 * font-size: @size, (mixin if rems in use)
 * zindex: @zIndex,
 * spacings: @spacing,
 * line height: @lineHeight,
 */
/**
 * $Paths
 */
/**
 * $Colours
 */
/* $Font family */
/* $Font sizes */
/* $Spacings */
/* $Line heights */
/* $Media Queries */
/**
* $CONTENTS
*/
/**
* CONTENTS.....................You’re reading it!
* RETINA IMAGES................So you and just specify the standard image the rest is magic
* FONTS..........................To add local fonts
* BOOTSTRAP HELPER MIXINS
* * Clearfix.....................For clearing floats via the parent
* * Hide text....................For image replacement
* * Tab focus....................
* * Place holder text............
* * Border radius................
* * Drop shadow..................
* * Text shadow..................
* * Transitions..................
* * Animations...................
* * Transformations..............
* * Backface.....................
* * Background clip..............
* * Background size..............
* * Box sizing...................
* * CSS3 Content cols............
* * Optional hyphenation.........
* * Opacity......................
* * Translucent..................
* * Gradients....................
* * Centering....................
* * Listings.....................
* * Buttons......................
* * Grids........................
* * Person.......................
* CUSTOM
* * Layout
*/
@font-face {
  font-family: 'veneerregular';
  src: url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.eot);
  src: url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.woff2) format('woff2'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.woff) format('woff'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.ttf) format('truetype'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.svg#veneerregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hidden {
  height: 1px;
  /* Some older browsers don't support 0px high block elements */
  height: 0px;
  overflow: hidden;
  text-indent: -9999%;
}
/**
* CSS3 Properties
*/
.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.listing-grid h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .listing-grid h2 {
    font-size: 2rem;
  }
}
.listing-compressed {
  *zoom: 1;
}
.listing-compressed:before,
.listing-compressed:after {
  display: table;
  content: "";
  line-height: 0;
}
.listing-compressed:after {
  clear: both;
}
.listing-compressed a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-compressed a:hover {
  color: #58cae7;
}
.listing-compressed h2 {
  font-size: 1.5rem;
}
.listing-compressed p {
  margin-bottom: 0;
}
.listing-compressed li {
  position: relative;
  padding: 4% 0;
}
.listing-compressed li > div {
  margin-left: 30%;
  padding-left: 4%;
}
.listing-compressed li > img {
  width: 30%;
  position: absolute;
  left: 0;
  margin-top: 0.75rem;
}
.listing-panels li {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .listing-panels li {
    margin-bottom: 4%;
  }
}
.listing-panels li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-panels li a:hover:before {
  background-color: #0072ce;
}
.listing-panels li a > div {
  color: #ffffff;
  padding: 2%;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.listing-panels li h2,
.listing-panels li h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.listing-overlay li {
  position: relative;
}
.listing-overlay li img {
  margin: 0;
  padding: 0;
  display: block;
}
.listing-overlay li .wrapper {
  background-color: rgba(88, 202, 231, 0.9);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1rem;
}
.listing-overlay li .wrapper h2 {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 0.25rem 0;
  font-size: 1.25rem;
}
.listing-blocks li {
  background-color: #ffffff;
  color: #000000;
}
.listing-blocks li h2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-blocks li:hover {
  cursor: pointer;
}
.listing-blocks li:hover h2 {
  color: #58cae7;
}
.listing-blocks a {
  display: block;
}
.listing-blocks .date {
  margin-bottom: 1rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.listing-blocks .wrapper {
  padding: 4%;
}
.listing-blocks h2 {
  color: #0072ce;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 0.9em;
}
@media only screen and (min-width: 576px) {
  .listing-blocks h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1152px) {
  .listing-blocks h2 {
    font-size: 3rem;
  }
}
.listing-blocks p {
  font-size: 1.25rem;
  line-height: 1.5em;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.listing-person {
  padding: 1rem 0;
}
.listing-person li {
  padding: 1rem 0;
}
@media only screen and (max-width: 576px) {
  .listing-person li {
    margin: 2rem 0;
  }
}
.text-widget-option > * {
  padding: 20px;
}
.button {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
}
.button:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .button {
    font-size: 1.5rem;
  }
}
.button-large {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.75em;
}
.button-large:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .button-large {
    font-size: 1.5rem;
  }
}
.button-large:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .button-large {
    font-size: 1.5rem;
  }
}
.text-links a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-links a:hover {
  color: #58cae7;
}
.clear-grid:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
.grid:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-01 > li {
  margin-bottom: 8%;
}
.grid-02 {
  *zoom: 1;
}
.grid-02:before,
.grid-02:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-02:after {
  clear: both;
}
.grid-02:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-02 > li {
  float: left;
  width: 50%;
}
.grid-02-gutters {
  *zoom: 1;
}
.grid-02-gutters:before,
.grid-02-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-02-gutters:after {
  clear: both;
}
.grid-02-gutters:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-02-gutters > li {
  float: left;
  width: 50%;
}
.grid-02-gutters > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.grid-02-gutters > li:nth-child(2n+2) {
  margin-right: 0;
}
.grid-03 {
  *zoom: 1;
}
.grid-03:before,
.grid-03:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-03:after {
  clear: both;
}
.grid-03:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-03 > li {
  float: left;
  width: 33.33%;
}
.grid-03-gutters {
  *zoom: 1;
}
.grid-03-gutters:before,
.grid-03-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-03-gutters:after {
  clear: both;
}
.grid-03-gutters:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-03-gutters > li {
  float: left;
  width: 33.33%;
}
.grid-03-gutters > li {
  width: 30.66%;
  margin-bottom: 4%;
}
.grid-03-gutters > li:nth-child(3n+3) {
  margin-right: 0;
}
.grid-04 {
  *zoom: 1;
}
.grid-04:before,
.grid-04:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-04:after {
  clear: both;
}
.grid-04:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-04 > li {
  float: left;
  width: 25%;
}
.grid-04-gutters {
  *zoom: 1;
}
.grid-04-gutters:before,
.grid-04-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-04-gutters:after {
  clear: both;
}
.grid-04-gutters:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-04-gutters > li {
  float: left;
  width: 25%;
}
.grid-04-gutters > li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.grid-04-gutters > li:nth-child(4n+4) {
  margin-right: 0;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.negative {
  color: #ffffff;
}
.negative a {
  color: #f1c400;
}
.negative .button {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.add-ragged-top {
  position: relative;
}
.add-ragged-top:before {
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(/sites/all/themes/custom/img/ragged-edge-top.png);
  background-size: 50% 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.add-ragged-bottom {
  position: relative;
}
.add-ragged-bottom:after {
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(/sites/all/themes/custom/img/ragged-edge-bottom.png);
  background-size: 50% 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1344px) {
  .position-right-column {
    position: absolute;
    right: 0;
    padding-left: 36rem;
    padding-right: 4%;
    width: 50%;
  }
}
@media only screen and (min-width: 1344px) {
  .position-break-right {
    width: 128%;
  }
}
@media only screen and (min-width: 1344px) {
  .position-break-right-half {
    float: right;
    width: 70%;
    margin-right: -10rem;
    margin-left: 4%;
  }
}
.send-to-left-column {
  position: absolute;
  left: 0;
  padding-right: 50%;
  margin-right: 36rem;
  margin-left: 4%;
}
.send-to-right-column {
  position: absolute;
  right: 0;
  padding-left: 50%;
  margin-left: 36rem;
  margin-right: 4%;
}
.center-in-full-width {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4%;
}
@media only screen and (min-width: 576px) {
  .center-in-full-width {
    padding: 0 6%;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.paragraphs-node {
  max-width: 100% !important;
}
.paragraphs-node .paragraphs-items {
  padding: 0 !important;
  max-width: 100% !important;
}
.entity-paragraphs-item {
  clear: both;
}
.entity-paragraphs-item .content {
  *zoom: 1;
}
.entity-paragraphs-item .content:before,
.entity-paragraphs-item .content:after {
  display: table;
  content: "";
  line-height: 0;
}
.entity-paragraphs-item .content:after {
  clear: both;
}
.entity-paragraphs-item .main-body {
  padding-bottom: 0;
}
.entity-paragraphs-item.column-width {
  margin: auto;
  max-width: 148rem;
}
.entity-paragraphs-item.column-width .content {
  padding-left: 2%;
  padding-right: 2%;
}
.entity-paragraphs-item a.yellow-button {
  background-color: #f1c400;
  color: #000000;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  /*.button-arrow(@colorBlack, @colorWhite);*/
}
.entity-paragraphs-item a.yellow-button:hover {
  background-color: #ffd625;
}
@media only screen and (max-width: 576px) {
  .entity-paragraphs-item a.yellow-button {
    font-size: 1.5rem;
  }
}
.entity-paragraphs-item a.yellow-button:hover {
  background-color: #e17800;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
}
.entity-paragraphs-item a.yellow-button:hover:hover {
  background-color: #ff9215;
}
@media only screen and (max-width: 576px) {
  .entity-paragraphs-item a.yellow-button:hover {
    font-size: 1.5rem;
  }
}
.entity-paragraphs-item a.yellow-button:after {
  content: '\f3d1';
  font-family: "Ionicons";
  font-weight: normal;
  font-size: 2.5rem;
  padding: 0 1rem;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 576px) {
  .entity-paragraphs-item a.yellow-button:after {
    font-size: 2rem;
    line-height: 1rem;
  }
}
.node-type-paragraphs-page .content-middle,
.node-type-section-page .content-middle {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 0;
  max-width: 100%;
}
.node-type-paragraphs-page .content-middle .core-content,
.node-type-section-page .content-middle .core-content {
  max-width: none;
}
.node-type-paragraphs-page .content-middle .core-content .block-system,
.node-type-section-page .content-middle .core-content .block-system {
  padding: 0;
}
.paragraphs-item-description {
  padding: 3% 6%;
}
.paragraphs-item-story-carousel,
.paragraphs-item-stories {
  padding: 3% 0;
  /* Flex slider */
  /* End Flex slider*/
}
.paragraphs-item-story-carousel .content,
.paragraphs-item-stories .content {
  padding: 0 6%;
}
.paragraphs-item-story-carousel .content p,
.paragraphs-item-stories .content p {
  opacity: 1;
}
.paragraphs-item-story-carousel .flexslider .flex-direction-nav a,
.paragraphs-item-stories .flexslider .flex-direction-nav a,
.paragraphs-item-story-carousel .flexslider .flex-direction-nav a,
.paragraphs-item-stories .flexslider .flex-direction-nav a {
  display: block !important;
}
.paragraphs-item-story-carousel #story-section,
.paragraphs-item-stories #story-section {
  max-width: 100%;
  padding-top: 20px;
}
.paragraphs-item-story-carousel .field-paragraph-title,
.paragraphs-item-stories .field-paragraph-title,
.paragraphs-item-story-carousel .field-stories-title,
.paragraphs-item-stories .field-stories-title {
  font-size: 3rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
  padding-bottom: 5px;
}
.paragraphs-item-story-carousel .flex-direction-nav a:before,
.paragraphs-item-stories .flex-direction-nav a:before {
  color: #ffffff;
  font-size: 45px;
}
.paragraphs-item-story-carousel .flexslider .flex-direction-nav a,
.paragraphs-item-stories .flexslider .flex-direction-nav a,
.paragraphs-item-story-carousel .flexslider .flex-direction-nav a,
.paragraphs-item-stories .flexslider .flex-direction-nav a {
  display: block;
  /* I added this line */
}
.paragraphs-item-story-carousel .flex-direction-nav .flex-next,
.paragraphs-item-stories .flex-direction-nav .flex-next {
  right: 0 !important;
  margin-right: 10px;
  opacity: 1 !important;
}
.paragraphs-item-story-carousel .flex-direction-nav .flex-prev,
.paragraphs-item-stories .flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
  margin-left: 10px;
}
.paragraphs-item-story-carousel .flexslider,
.paragraphs-item-stories .flexslider {
  padding-bottom: 10px;
  border: none;
  border-radius: 0;
  max-width: 100%;
  background: transparent;
  margin-bottom: 0;
}
.paragraphs-item-story-carousel .flexslider .flex-direction-nav a,
.paragraphs-item-stories .flexslider .flex-direction-nav a {
  top: 45%;
}
.paragraphs-item-story-carousel .flexslider .slides,
.paragraphs-item-stories .flexslider .slides {
  opacity: 1;
}
.paragraphs-item-story-carousel .flexslider .slides li,
.paragraphs-item-stories .flexslider .slides li {
  position: relative;
}
.paragraphs-item-story-carousel .flexslider .slides article.node,
.paragraphs-item-stories .flexslider .slides article.node {
  padding: 0 120px 40px 0;
}
@media only screen and (max-width: 954px) {
  .paragraphs-item-story-carousel .flexslider .slides article.node,
  .paragraphs-item-stories .flexslider .slides article.node {
    padding: 0;
  }
}
.paragraphs-item-story-carousel .flexslider .flex-viewport,
.paragraphs-item-stories .flexslider .flex-viewport {
  background-color: #0072ce;
}
.paragraphs-item-story-carousel .flexslider .field-image-listing,
.paragraphs-item-stories .flexslider .field-image-listing {
  width: 40%;
  float: left;
}
.paragraphs-item-story-carousel .flexslider .field-image-listing .image-wrapper,
.paragraphs-item-stories .flexslider .field-image-listing .image-wrapper {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.paragraphs-item-story-carousel .flexslider h2,
.paragraphs-item-stories .flexslider h2 {
  color: #ffffff;
  padding-left: 45%;
  margin-bottom: 0.75em;
  padding-top: 60px;
}
.paragraphs-item-story-carousel .flexslider .field-body,
.paragraphs-item-stories .flexslider .field-body {
  color: #ffffff;
  padding: 0 0 0 60px;
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding-left: 45%;
}
.paragraphs-item-story-carousel .flexslider .read-more,
.paragraphs-item-stories .flexslider .read-more {
  background-color: #f1c400;
  color: #000000;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  margin: 0 0 30px 5%;
}
.paragraphs-item-story-carousel .flexslider .read-more:hover,
.paragraphs-item-stories .flexslider .read-more:hover {
  background-color: #ffd625;
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-story-carousel .flexslider .read-more,
  .paragraphs-item-stories .flexslider .read-more {
    font-size: 1.5rem;
  }
}
.paragraphs-item-story-carousel .flexslider .read-more:hover,
.paragraphs-item-stories .flexslider .read-more:hover {
  background-color: #e17800;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
}
.paragraphs-item-story-carousel .flexslider .read-more:hover:hover,
.paragraphs-item-stories .flexslider .read-more:hover:hover {
  background-color: #ff9215;
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-story-carousel .flexslider .read-more:hover,
  .paragraphs-item-stories .flexslider .read-more:hover {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 954px) {
  .paragraphs-item-story-carousel .flexslider .read-more,
  .paragraphs-item-stories .flexslider .read-more {
    margin: 0 0 30px 30px;
  }
}
.paragraphs-item-story-carousel .flexslider .flex-control-paging li a,
.paragraphs-item-stories .flexslider .flex-control-paging li a {
  background: #ffffff;
  width: 18px;
  height: 18px;
}
.paragraphs-item-story-carousel .flexslider .flex-control-paging li a.flex-active,
.paragraphs-item-stories .flexslider .flex-control-paging li a.flex-active {
  width: 22px;
  height: 22px;
  position: relative;
  top: -2px;
  left: -2px;
}
.paragraphs-item-story-carousel .flexslider .flex-control-paging li .flex-active,
.paragraphs-item-stories .flexslider .flex-control-paging li .flex-active {
  background: #0072ce;
}
.paragraphs-item-story-carousel .flexslider .label,
.paragraphs-item-stories .flexslider .label {
  display: none !important;
}
.paragraphs-item-story-carousel .flexslider .flex-caption,
.paragraphs-item-stories .flexslider .flex-caption {
  display: none;
}
.paragraphs-item-story-carousel .flexslider .flex-control-nav,
.paragraphs-item-stories .flexslider .flex-control-nav {
  position: relative;
  margin-bottom: 20px;
  bottom: -20px;
}
.paragraphs-item-story-carousel .flexslider .flex-direction-nav .flex-prev,
.paragraphs-item-stories .flexslider .flex-direction-nav .flex-prev {
  overflow: visible !important;
}
.paragraphs-item-story-carousel .flexslider .flex-direction-nav .flex-next,
.paragraphs-item-stories .flexslider .flex-direction-nav .flex-next {
  overflow: visible !important;
}
@media only screen and (max-width: 954px) {
  .paragraphs-item-story-carousel .flexslider .flex-direction-nav a,
  .paragraphs-item-stories .flexslider .flex-direction-nav a {
    top: 25%;
  }
  .paragraphs-item-story-carousel .flexslider .field-image-listing,
  .paragraphs-item-stories .flexslider .field-image-listing {
    width: 100%;
    position: static;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .paragraphs-item-story-carousel .flexslider h2,
  .paragraphs-item-stories .flexslider h2 {
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
  }
  .paragraphs-item-story-carousel .flexslider .field-body,
  .paragraphs-item-stories .flexslider .field-body {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
.paragraph-carousel {
  padding-bottom: 25px;
  border: none;
  border-radius: 0;
  max-width: 100%;
  background: #ffffff;
  margin-bottom: 0;
}
.paragraph-carousel ul {
  padding: 0;
}
.paragraph-carousel li {
  margin-right: 5px;
}
.paragraph-carousel .flex-viewport {
  background-color: #243c4b;
}
.paragraph-carousel .views-field-field-carousel-text {
  font-size: 5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 72rem;
  margin: 0 auto;
  padding: 2% 0;
  text-align: center;
}
@media only screen and (max-width: 954px) {
  .paragraph-carousel .views-field-field-carousel-text {
    max-width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    font-size: 3rem;
  }
}
.paragraph-carousel .share-slogan {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}
.paragraph-carousel .share-title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  min-height: 60px;
  padding: 20px;
  float: left;
  width: 50%;
  text-align: right;
  margin-bottom: 20px;
}
@media only screen and (max-width: 954px) {
  .paragraph-carousel .share-title {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.paragraph-carousel .share-links {
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 20px;
}
.paragraph-carousel .share-links i {
  font-size: 2.3rem;
  padding: 18px 10px;
  color: white;
}
@media only screen and (max-width: 954px) {
  .paragraph-carousel .share-links i {
    font-size: 2rem;
    padding: 18px 5px;
  }
}
.paragraph-carousel .flex-direction-nav a {
  top: 45%;
  display: block !important;
}
.paragraph-carousel .flex-direction-nav a:before {
  color: #ffffff;
  font-size: 45px;
}
.paragraph-carousel .flex-direction-nav .flex-prev {
  font-size: 0;
  overflow: visible !important;
  left: 0 !important;
  opacity: 1 !important;
  margin-left: 10px;
}
.paragraph-carousel .flex-direction-nav .flex-next {
  font-size: 0;
  overflow: visible !important;
  right: 0 !important;
  margin-right: 10px;
  opacity: 1 !important;
  text-align: right;
}
.paragraph-carousel .flex-control-nav {
  position: relative;
  margin-bottom: 20px;
  bottom: -20px;
}
.paragraph-carousel .flex-control-paging li a {
  background: #ffffff;
  width: 18px;
  height: 18px;
}
.paragraph-carousel .flex-control-paging li a.flex-active {
  width: 22px;
  height: 22px;
  position: relative;
  top: -2px;
  left: -2px;
  background: #243c4b;
}
.paragraphs-item-text-block-widget {
  color: #000000;
  clear: both;
  padding: 3% 0;
  max-width: 100%;
}
@media only screen and (max-width: 954px) {
  .paragraphs-item-text-block-widget {
    padding: 5% 0;
  }
}
.paragraphs-item-text-block-widget p {
  margin-bottom: 1rem;
}
.paragraphs-item-text-block-widget.with-bg {
  padding-left: 2%;
  padding-right: 2%;
}
.paragraphs-item-text-block-widget.column-width {
  margin: auto;
  max-width: 72rem;
}
.paragraphs-item-text-block-widget.full-width .content {
  max-width: 100%;
}
.paragraphs-item-text-block-widget.page-width {
  max-width: 128rem;
  margin: auto;
}
.paragraphs-item-text-block-widget .content {
  max-width: 72rem;
}
.paragraphs-item-text-block-widget ul {
  padding-left: 1.7rem;
}
.paragraphs-item-text-block-widget ul li {
  list-style-type: disc;
}
.paragraphs-item-text-block-widget ol {
  padding-left: 2rem;
}
.paragraphs-item-text-block-widget ol li {
  list-style-type: decimal;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-text-block-widget.min-width {
    display: inline-flex;
  }
}
.paragraphs-item-text-block-widget.blue-bg p > a,
.paragraphs-item-text-block-widget.pink-bg p > a,
.paragraphs-item-text-block-widget.dark-blue-bg p > a,
.paragraphs-item-text-block-widget.red-bg p > a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.paragraphs-item-text-block-widget.blue-bg p > a:hover,
.paragraphs-item-text-block-widget.pink-bg p > a:hover,
.paragraphs-item-text-block-widget.dark-blue-bg p > a:hover,
.paragraphs-item-text-block-widget.red-bg p > a:hover {
  color: #58cae7;
}
.paragraphs-item-text-block-widget .content {
  margin: 0 auto;
  background-clip: content-box;
}
@media only screen and (max-width: 954px) {
  .paragraphs-item-text-block-widget .content {
    padding: 0 4%;
  }
}
.paragraphs-item-text-block-widget.pink-bg {
  color: #ffffff;
}
.paragraphs-item-text-block-widget.blue-bg,
.paragraphs-item-text-block-widget.dark-blue-bg,
.paragraphs-item-text-block-widget.red-bg {
  color: #ffffff;
}
.paragraphs-item-text-block-widget.blue-bg .field-paragraph-description .field-media-description,
.paragraphs-item-text-block-widget.dark-blue-bg .field-paragraph-description .field-media-description,
.paragraphs-item-text-block-widget.red-bg .field-paragraph-description .field-media-description {
  color: #ffffff;
}
.side-box-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  max-width: 100%;
  clear: both;
  padding: 0;
  margin: 0 auto;
  max-width: 72rem;
}
.side-box-widget.blue-bg p > a,
.side-box-widget.pink-bg p > a,
.side-box-widget.dark-blue-bg p > a,
.side-box-widget.red-bg p > a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.side-box-widget.blue-bg p > a:hover,
.side-box-widget.pink-bg p > a:hover,
.side-box-widget.dark-blue-bg p > a:hover,
.side-box-widget.red-bg p > a:hover {
  color: #58cae7;
}
.side-box-widget .side-box-description > * {
  padding: 20px;
}
.side-box-widget .side-box-description .media,
.side-box-widget .side-box-description .media picture {
  max-width: 100%;
  margin-right: 0rem;
}
.side-box-widget .side-box-description .media img,
.side-box-widget .side-box-description .media picture img {
  max-width: 100%;
}
.side-box-widget .side-box-image {
  margin-top: 5px;
}
.side-box-widget.float-left .normal-description {
  float: right;
  padding: 20px 0;
}
.side-box-widget.float-left .normal-description p > a {
  color: #0072ce;
  font-weight: bold;
  text-decoration: none;
}
.side-box-widget.float-left .normal-description p > a:hover {
  color: #58cae7;
}
.side-box-widget.float-left.pink-border-box .side-box-description {
  border: 2px solid #ee008b;
  float: left;
  width: 45%;
  margin: 0 20px 10px 0;
}
.side-box-widget.float-left.blue-border-box .side-box-description {
  border: 2px solid #0072ce;
  float: left;
  width: 45%;
  margin: 0 20px 10px 0;
}
.side-box-widget.float-left.dark-blue-bg .side-box-description {
  background-color: #243c4b;
  float: left;
  width: 45%;
  color: #ffffff;
  margin: 0 20px 10px 0;
}
.side-box-widget.float-left.dark-blue-bg .side-box-description .field-media-description {
  color: white;
}
.side-box-widget.float-left.blue-bg .side-box-description {
  background-color: #0072ce;
  float: left;
  width: 45%;
  color: #ffffff;
  margin: 0 20px 10px 0;
}
.side-box-widget.float-left.blue-bg .side-box-description .field-media-description {
  color: white;
}
.side-box-widget.float-left.red-bg .side-box-description {
  background-color: #d22630;
  float: left;
  width: 45%;
  color: #ffffff;
  margin: 0 20px 10px 0;
}
.side-box-widget.float-left.red-bg .side-box-description .field-media-description {
  color: white;
}
.side-box-widget.float-left.pink-bg .side-box-description {
  background-color: #ee008b;
  float: left;
  width: 45%;
  color: #ffffff;
  margin: 0 20px 20px 0;
}
.side-box-widget.float-left.pink-bg .side-box-description .field-media-description {
  color: white;
}
.side-box-widget.float-right .normal-description {
  float: left;
  padding: 20px 0;
}
.side-box-widget.float-right.pink-border-box .side-box-description {
  border: 2px solid #ee008b;
  float: right;
  width: 45%;
  margin: 0 0 20px 20px;
}
.side-box-widget.float-right.blue-border-box .side-box-description {
  border: 2px solid #0072ce;
  float: right;
  width: 45%;
  margin: 0 0 10px 20px;
}
.side-box-widget.float-right.dark-blue-bg .side-box-description {
  background-color: #243c4b;
  float: right;
  width: 45%;
  color: #ffffff;
  margin: 0 0 10px 20px;
}
.side-box-widget.float-right.blue-bg .side-box-description {
  background-color: #0072ce;
  float: right;
  width: 45%;
  color: #ffffff;
  margin: 0 0 10px 20px;
}
.side-box-widget.float-right.red-bg .side-box-description {
  background-color: #d22630;
  float: right;
  width: 45%;
  color: #ffffff;
  margin: 0 0 10px 20px;
}
.side-box-widget.float-right.pink-bg .side-box-description {
  background-color: #ee008b;
  float: right;
  width: 45%;
  color: #ffffff;
  margin: 0 0 10px 20px;
}
@media only screen and (max-width: 954px) {
  .side-box-widget {
    padding: 2% 4%;
  }
  .side-box-widget .normal-description {
    float: none !important;
    padding: 0 0 10px 0 !important;
    width: 100% !important;
  }
  .side-box-widget .side-box-description {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
.base-paragraphs-block {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 0;
  max-width: 100%;
}
.base-paragraphs-block .field-paragraph-description {
  padding: 0;
}
.base-paragraphs-block .text-block-widget.full-width .field-paragraph-description {
  padding: 2% 0;
}
.base-paragraphs-block .full-width-image {
  clear: both;
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 0;
  max-width: 148rem;
  margin: 0 auto;
}
@media only screen and (max-width: 954px) {
  .base-paragraphs-block .full-width-image {
    min-height: 30vh;
  }
}
.base-paragraphs-block .full-width-image.image-fixed .background-image {
  background-attachment: fixed;
  background-size: cover;
  min-height: 75vh;
  height: 100%;
}
@media only screen and (max-width: 954px) {
  .base-paragraphs-block .full-width-image.image-fixed .background-image {
    min-height: 30vh;
    background-attachment: scroll;
  }
}
.base-paragraphs-block .full-width-image .background-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 75vh;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 954px) {
  .base-paragraphs-block .full-width-image .background-image {
    min-height: 30vh;
    background-attachment: scroll;
  }
}
.base-paragraphs-block .full-width-image .floating-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
}
@media only screen and (max-width: 954px) {
  .base-paragraphs-block .full-width-image .floating-text {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.base-paragraphs-block .full-width-image .floating-text > * {
  padding: 0 20px;
}
.base-paragraphs-block .full-width-image .floating-text p:first-child {
  padding-top: 15px;
}
.base-paragraphs-block .full-width-image .floating-text p:last-child {
  padding-bottom: 15px;
}
.base-paragraphs-block .full-width-image .floating-text .media,
.base-paragraphs-block .full-width-image .floating-text .media picture {
  max-width: 100%;
  margin-right: 0;
}
.base-paragraphs-block .full-width-image .floating-text .media img,
.base-paragraphs-block .full-width-image .floating-text .media picture img {
  max-width: 100%;
}
.base-paragraphs-block .full-width-image .floating-text.float-right {
  right: 100px;
}
@media only screen and (max-width: 954px) {
  .base-paragraphs-block .full-width-image .floating-text.float-right {
    right: 0;
  }
}
.base-paragraphs-block .full-width-image .floating-text.float-right.blue-bg {
  background-color: #0072ce;
  color: #ffffff;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-right.red-bg {
  background-color: #d22630;
  color: #ffffff;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-right.pink-bg {
  background-color: #ee008b;
  color: #ffffff;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-right.white-bg {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-left {
  left: 100px;
}
@media only screen and (max-width: 954px) {
  .base-paragraphs-block .full-width-image .floating-text.float-left {
    left: 0;
  }
}
.base-paragraphs-block .full-width-image .floating-text.float-left.blue-bg {
  background-color: #0072ce;
  color: #ffffff;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-left.red-bg {
  background-color: #d22630;
  color: #ffffff;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-left.pink-bg {
  background-color: #ee008b;
  color: #ffffff;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.float-left.white-bg {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 0;
}
.base-paragraphs-block .full-width-image .floating-text.blue-bg p > a,
.base-paragraphs-block .full-width-image .floating-text.pink-bg p > a,
.base-paragraphs-block .full-width-image .floating-text.dark-blue-bg p > a,
.base-paragraphs-block .full-width-image .floating-text.red-bg p > a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.base-paragraphs-block .full-width-image .floating-text.blue-bg p > a:hover,
.base-paragraphs-block .full-width-image .floating-text.pink-bg p > a:hover,
.base-paragraphs-block .full-width-image .floating-text.dark-blue-bg p > a:hover,
.base-paragraphs-block .full-width-image .floating-text.red-bg p > a:hover {
  color: #58cae7;
}
.base-paragraphs-block .carousel {
  clear: both;
  padding: 2% 0;
  margin: 0 auto;
  max-width: 148rem;
}
.base-paragraphs-block .carousel ol,
.base-paragraphs-block .carousel ul {
  padding: 0;
}
.base-paragraphs-block .carousel ol li,
.base-paragraphs-block .carousel ul li {
  list-style: none;
}
.base-paragraphs-block .carousel ul.slides {
  display: flex;
  align-items: center;
}
.paragraphs-item-responsive-embed-widget,
.paragraphs-item-video-with-cta {
  padding-top: 3%;
  padding-bottom: 3%;
}
.paragraphs-item-responsive-embed-widget.full-width,
.paragraphs-item-video-with-cta.full-width {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraphs-item-responsive-embed-widget .field-iframe-instance,
.paragraphs-item-video-with-cta .field-iframe-instance {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.paragraphs-item-responsive-embed-widget .field-iframe-instance iframe,
.paragraphs-item-video-with-cta .field-iframe-instance iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.paragraphs-item-responsive-embed-widget h3.iframe_title,
.paragraphs-item-video-with-cta h3.iframe_title {
  display: none;
}
.paragraphs-item-header-with-cta {
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-header-with-cta {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1152px) {
  .paragraphs-item-header-with-cta {
    min-height: 500px;
  }
}
.paragraphs-item-header-with-cta:after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraphs-item-header-with-cta.opacity-10:after {
  opacity: 0.1;
}
.paragraphs-item-header-with-cta.opacity-20:after {
  opacity: 0.2;
}
.paragraphs-item-header-with-cta.opacity-30:after {
  opacity: 0.3;
}
.paragraphs-item-header-with-cta.opacity-40:after {
  opacity: 0.4;
}
.paragraphs-item-header-with-cta.opacity-50:after {
  opacity: 0.5;
}
.paragraphs-item-header-with-cta.opacity-60:after {
  opacity: 0.6;
}
.paragraphs-item-header-with-cta.opacity-70:after {
  opacity: 0.7;
}
.paragraphs-item-header-with-cta.opacity-80:after {
  opacity: 0.8;
}
.paragraphs-item-header-with-cta.opacity-90:after {
  opacity: 0.9;
}
.paragraphs-item-header-with-cta .content {
  padding: 5rem 6%;
  position: relative;
  z-index: 1;
}
.paragraphs-item-header-with-cta .field-cta-heading {
  float: left;
  margin-right: 2rem;
}
.paragraphs-item-header-with-cta .field-cta-heading h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
  line-height: 2;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-header-with-cta .field-cta-heading h2 {
    font-size: 2rem;
  }
}
.paragraphs-item-header-with-cta.text-colour-black {
  color: #000000;
}
.paragraphs-item-header-with-cta.text-colour-black h1 {
  color: #000000;
}
.paragraphs-item-header-with-cta.text-colour-white {
  color: #ffffff;
}
.paragraphs-item-header-with-cta.text-colour-white h1 {
  color: #ffffff;
}
.paragraphs-item-header-with-cta.highlight-colour-blue .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-blue.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-bright-blue .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-blue-bright.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-light-blue .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-lightblue.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-ocean .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-ocean.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-pink .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-pink.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-red .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-red.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-purple .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-purple.svg);
}
.paragraphs-item-header-with-cta.highlight-colour-white .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-white.svg);
}
.paragraphs-item-call-to-action {
  padding: 3% 0;
}
.paragraphs-item-call-to-action .content {
  padding: 0 6%;
  max-width: 148rem;
}
.paragraphs-item-call-to-action article {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-call-to-action article {
    padding: 3em;
  }
}
.paragraphs-item-call-to-action article:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/frame-white.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.paragraphs-item-call-to-action .field-cta-heading h2 {
  max-width: 50%;
  color: #ffffff;
  margin-bottom: 0;
}
.paragraphs-item-call-to-action .field-cta-primary-link {
  max-width: 50%;
  position: relative;
  clear: both;
  margin: 2rem 0 2.5rem 0;
}
.paragraphs-item-call-to-action .field-cta-primary-link a,
.paragraphs-item-header-with-cta .field-cta-primary-link a {
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.5rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  background-color: #f1c400;
  color: #000000;
}
.paragraphs-item-call-to-action .field-cta-primary-link a:hover,
.paragraphs-item-header-with-cta .field-cta-primary-link a:hover {
  background-color: #ffffff;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-call-to-action .field-cta-primary-link a,
  .paragraphs-item-header-with-cta .field-cta-primary-link a {
    font-size: 2rem;
  }
}
.with-bg.with-texture {
  position: relative;
}
.with-bg.with-texture::before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.with-bg.with-texture .content {
  position: relative;
}
.with-bg.pink-bg {
  background-color: #ee008b;
}
.with-bg.pink-bg > .content > .field-paragraph-title {
  color: #ffffff;
}
.with-bg.blue-bg {
  background-color: #0072ce;
}
.with-bg.blue-bg > .content > .field-paragraph-title {
  color: #ffffff;
}
.with-bg.red-bg {
  background-color: #d22630;
}
.with-bg.red-bg > .content > .field-paragraph-title {
  color: #ffffff;
}
.with-bg.dark-blue-bg {
  background-color: #243c4b;
}
.with-bg.dark-blue-bg > .content > .field-paragraph-title {
  color: #ffffff;
}
.with-bg.grey-bg {
  background-color: #f1f1f0;
}
.with-bg.bright-blue-bg {
  background-color: #58cae7;
}
.paragraphs-item-section-highlights {
  *zoom: 1;
  padding: 3% 0;
}
.paragraphs-item-section-highlights:before,
.paragraphs-item-section-highlights:after {
  display: table;
  content: "";
  line-height: 0;
}
.paragraphs-item-section-highlights:after {
  clear: both;
}
.paragraphs-item-section-highlights .content {
  padding: 0 6%;
  max-width: 148rem;
}
.paragraphs-item-section-highlights .field-paragraph-section-high .field-items {
  float: left;
  margin-bottom: -3%;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-section-highlights .field-paragraph-section-high .field-items {
    width: 100%;
  }
}
.paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div {
  background-color: #ffffff;
  margin-bottom: 3%;
  display: block;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div {
    width: 48.5%;
    margin-right: 3%;
    float: left;
  }
  .paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div {
    width: 31.3333%;
  }
  .paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:nth-child(2n) {
    margin-right: 3%;
  }
  .paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:nth-child(3n) {
    margin-right: 0;
  }
}
.paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:hover {
  background-color: #0072ce;
  color: #ffffff;
}
.paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:hover a {
  color: #ffffff;
}
.paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:hover a:hover {
  color: #ffffff;
}
.paragraphs-item-section-highlights .field-paragraph-section-high .field-items > div:hover .introduction {
  color: #ffffff;
}
.paragraphs-item-section-highlights .field-paragraph-section-high .introduction {
  margin-bottom: 0;
  text-align: left;
  padding: 0 4% 2.5% 4%;
  color: #000000;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: normal;
}
@media only screen and (min-width: 576px) {
  .paragraphs-item-section-highlights .field-paragraph-section-high .introduction {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.paragraphs-item-section-highlights .field-paragraph-section-high h2 {
  padding: 2.5% 4% 0 4%;
}
.paragraphs-item-column-layout {
  *zoom: 1;
  padding-top: 3%;
  padding-bottom: 3%;
  max-width: 148rem;
  margin: auto;
}
.paragraphs-item-column-layout:before,
.paragraphs-item-column-layout:after {
  display: table;
  content: "";
  line-height: 0;
}
.paragraphs-item-column-layout:after {
  clear: both;
}
.paragraphs-item-column-layout > .content > .field-paragraph-title {
  text-align: center;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 4%;
  font-size: 3.5rem;
}
.paragraph-col {
  float: left;
  width: 100%;
  margin-bottom: 3%;
}
@media only screen and (min-width: 954px) {
  .paragraph-col {
    margin-bottom: 0;
    margin-right: 3%;
  }
  .paragraph-col:last-child {
    margin-right: 0;
  }
  .num-col-1 .col-width-1-2 {
    width: 50%;
  }
  .num-col-1 .col-width-1-3 {
    width: 33.3333%;
  }
  .num-col-1 .col-width-2-3 {
    width: 66.6666%;
  }
  .num-col-1 .col-width-1-4 {
    width: 25%;
  }
  .num-col-1 .col-width-3-4 {
    width: 75%;
  }
  .num-col-1 .col-width-1-5 {
    width: 20%;
  }
  .num-col-1 .col-width-2-5 {
    width: 40%;
  }
  .num-col-1 .col-width-3-5 {
    width: 60%;
  }
  .num-col-1 .col-width-4-5 {
    width: 80%;
  }
  .num-col-2 .col-width-1-2 {
    width: 48.5%;
  }
  .num-col-2 .col-width-1-3 {
    width: 32.3333%;
  }
  .num-col-2 .col-width-2-3 {
    width: 64.6666%;
  }
  .num-col-2 .col-width-1-4 {
    width: 24.25%;
  }
  .num-col-2 .col-width-3-4 {
    width: 72.75%;
  }
  .num-col-2 .col-width-1-5 {
    width: 19.4%;
  }
  .num-col-2 .col-width-2-5 {
    width: 38.8%;
  }
  .num-col-2 .col-width-3-5 {
    width: 58.2%;
  }
  .num-col-2 .col-width-4-5 {
    width: 77.6%;
  }
  .num-col-3 .col-width-1-2 {
    width: 47%;
  }
  .num-col-3 .col-width-1-3 {
    width: 31.3333%;
  }
  .num-col-3 .col-width-2-3 {
    width: 62.6666%;
  }
  .num-col-3 .col-width-1-4 {
    width: 23.5%;
  }
  .num-col-3 .col-width-3-4 {
    width: 70.5%;
  }
  .num-col-3 .col-width-1-5 {
    width: 18.8%;
  }
  .num-col-3 .col-width-2-5 {
    width: 37.6%;
  }
  .num-col-3 .col-width-3-5 {
    width: 56.4%;
  }
  .num-col-3 .col-width-4-5 {
    width: 75.2%;
  }
  .num-col-4 .col-width-1-2 {
    width: 45.5%;
  }
  .num-col-4 .col-width-1-3 {
    width: 30.3333%;
  }
  .num-col-4 .col-width-2-3 {
    width: 60.6666%;
  }
  .num-col-4 .col-width-1-4 {
    width: 22.75%;
  }
  .num-col-4 .col-width-3-4 {
    width: 68.25%;
  }
  .num-col-4 .col-width-1-5 {
    width: 18.2%;
  }
  .num-col-4 .col-width-2-5 {
    width: 36.4%;
  }
  .num-col-4 .col-width-3-5 {
    width: 54.6%;
  }
  .num-col-4 .col-width-4-5 {
    width: 72.8%;
  }
  .num-col-5 .col-width-1-2 {
    width: 44%;
  }
  .num-col-5 .col-width-1-3 {
    width: 29.3333%;
  }
  .num-col-5 .col-width-2-3 {
    width: 58.6666%;
  }
  .num-col-5 .col-width-1-4 {
    width: 22%;
  }
  .num-col-5 .col-width-3-4 {
    width: 66%;
  }
  .num-col-5 .col-width-1-5 {
    width: 17.6%;
  }
  .num-col-5 .col-width-2-5 {
    width: 35.2%;
  }
  .num-col-5 .col-width-3-5 {
    width: 52.8%;
  }
  .num-col-5 .col-width-4-5 {
    width: 70.4%;
  }
}
.with-bg .paragraphs-item-fact {
  padding: 3vw;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-white.png);
}
.paragraphs-item-fact .field-paragraph-title {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  font-size: 4rem;
  padding-bottom: 2rem;
}
.paragraphs-item-fact .field-paragraph-caption {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  color: #243c4b;
}
.paragraphs-item-fact .field-paragraph-call-to-action {
  background-color: #f1c400;
}
.paragraphs-item-fact .field-paragraph-call-to-action a {
  color: #000000;
}
.paragraphs-item-fact .field-paragraph-call-to-action:hover {
  background-color: #e17800;
}
.paragraphs-item-fact .field-paragraph-call-to-action:hover a {
  color: #ffffff;
}
.pink-bg .paragraphs-item-fact .field-paragraph-title {
  color: #ee008b;
}
.blue-bg .paragraphs-item-fact .field-paragraph-title {
  color: #0072ce;
}
.red-bg .paragraphs-item-fact .field-paragraph-title {
  color: #0072ce;
}
.dark-blue-bg .paragraphs-item-fact .field-paragraph-title {
  color: #243c4b;
}
.paragraphs-item-image img {
  vertical-align: bottom;
  width: 100%;
}
.paragraphs-item-embedded-map {
  background-color: #243c4b;
  height: 450px;
  position: relative;
  padding: 0;
  *zoom: 1;
}
.paragraphs-item-embedded-map:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.paragraphs-item-embedded-map:before,
.paragraphs-item-embedded-map:after {
  display: table;
  content: "";
  line-height: 0;
}
.paragraphs-item-embedded-map:after {
  clear: both;
}
.paragraphs-item-embedded-map .node-map .map-sidebar {
  width: 50%;
  min-height: 390px;
  background-color: #243c4b;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 80px;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .paragraphs-item-embedded-map .node-map .map-sidebar {
    width: 30%;
  }
}
.paragraphs-item-embedded-map .node-map .map-sidebar:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #243c4b;
  border-width: 30px;
  margin-top: -30px;
  z-index: 2;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .title-field {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
  line-height: 0.8;
  color: #58cae7;
  margin-top: 0.75rem;
  display: inline-block;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .title-field:before {
  content: "";
  background: transparent url(/sites/all/themes/custom/plantheme/img/marker-icon-no-shadow.png) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 22px;
  display: inline-block;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-image {
  margin-left: -7.75%;
  margin-right: -7.75%;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-name {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-size: 4rem;
  line-height: 0.8;
  margin: 0.75rem 0;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-link {
  position: relative;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-link a {
  display: block;
  color: #f1c400;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-link a:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-link a:after {
  font-size: 0.8rem;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .field-map-point-link a:hover {
  color: #ffffff;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager {
  position: absolute;
  bottom: 1rem;
  width: 95%;
}
@media only screen and (min-width: 576px) {
  .paragraphs-item-embedded-map .node-map .map-sidebar .map-pager {
    width: 87%;
  }
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev,
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-next {
  background-color: #f1c400;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  position: relative;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev:after,
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-next:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev:hover,
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-next:hover {
  background-color: #f5db37;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev.disabled,
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-next.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: auto;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev.disabled:hover,
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-next.disabled:hover {
  background-color: #f1c400;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev:after {
  content: '\f124';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev:after,
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-next:after {
  position: absolute;
  font-size: 3rem;
  line-height: 1;
  top: 2px;
  left: 0;
  color: #ffffff;
}
.paragraphs-item-embedded-map .node-map .map-sidebar .map-pager .page-prev:after {
  left: 0;
}
.paragraphs-item-embedded-map .node-map .map-map {
  width: 50%;
  float: right;
}
@media only screen and (min-width: 576px) {
  .paragraphs-item-embedded-map .node-map .map-map {
    width: 70%;
  }
}
.paragraphs-item-embedded-map .node-map .map-map .leaflet-control-container {
  position: relative;
  z-index: 2;
}
.paragraphs-item-embedded-map .node-map .map-map .leaflet-container {
  min-height: 450px;
  z-index: 0;
}
.paragraphs-item-embedded-map .node-map .map-map .leaflet-container .leaflet-marker-icon.focused {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #ffffff;
  padding: 14px 14px 14px 20px;
  margin-left: -32px !important;
  margin-top: -57px !important;
}
.paragraphs-item-embedded-map .node-map .map-map .leaflet-container .leaflet-top,
.paragraphs-item-embedded-map .node-map .map-map .leaflet-container .leaflet-bottom {
  z-index: 1;
}
.paragraphs-item-embedded-map .node-map .hidden {
  display: none;
}
.paragraphs-item-header-with-background,
.paragraphs-item-pledge {
  background-size: 0 0;
  background-position: center center;
  position: relative;
  color: #ffffff;
}
.paragraphs-item-header-with-background:after,
.paragraphs-item-pledge:after {
  content: "";
  background-color: #243c4b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.paragraphs-item-header-with-background .content,
.paragraphs-item-pledge .content {
  margin: auto;
  max-width: 148rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.paragraphs-item-header-with-background h3,
.paragraphs-item-pledge h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 1.25rem;
  text-transform: initial;
}
@media only screen and (min-width: 576px) {
  .paragraphs-item-header-with-background h3,
  .paragraphs-item-pledge h3 {
    font-size: 2rem;
  }
}
.paragraphs-item-header-with-background .bouncing-arrow,
.paragraphs-item-pledge .bouncing-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  color: #ffffff;
  outline: none;
}
.paragraphs-item-header-with-background .bouncing-arrow .arrow,
.paragraphs-item-pledge .bouncing-arrow .arrow {
  animation: bounce 2s infinite;
  display: block;
  pointer-events: none;
}
.paragraphs-item-header-with-background .bouncing-arrow .arrow:before,
.paragraphs-item-pledge .bouncing-arrow .arrow:before {
  content: "\f123";
  font-family: "Ionicons";
  font-size: 3rem;
  font-weight: normal;
  line-height: 5rem;
}
.paragraphs-item-header-with-background .bouncing-arrow:hover,
.paragraphs-item-pledge .bouncing-arrow:hover {
  color: #ffffff;
}
.paragraphs-item-header-with-background .content {
  padding: 10rem 4% 4rem 4%;
  max-width: 72rem;
}
.paragraphs-item-header-with-background .content p {
  opacity: 1;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-header-with-background .content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-header-with-background .content {
    padding: 4rem 4%;
  }
  .paragraphs-item-header-with-background .field-paragraph-description,
  .paragraphs-item-header-with-background .bouncing-arrow {
    display: none;
  }
}
.paragraphs-item-pledge .content {
  padding: 10rem 0;
  max-width: 72rem;
  margin: 0 auto;
}
.paragraphs-item-pledge .field-paragraph-description p {
  opacity: 1;
}
.paragraphs-item-pledge form {
  *zoom: 1;
  padding: 2rem;
  border: 1px solid #ffffff;
  margin-top: 2rem;
  margin-left: 6%;
  margin-right: 6%;
}
.paragraphs-item-pledge form:before,
.paragraphs-item-pledge form:after {
  display: table;
  content: "";
  line-height: 0;
}
.paragraphs-item-pledge form:after {
  clear: both;
}
.paragraphs-item-pledge form label {
  display: none;
}
.paragraphs-item-pledge form .form-item-email {
  width: 55%;
  float: left;
  margin: 0 5% 0 0;
}
.paragraphs-item-pledge form .submit-hidden {
  display: none;
}
.paragraphs-item-pledge form .yellow-button {
  width: 40%;
  float: right;
  font-weight: normal;
  padding: 10px;
  top: 0;
}
.paragraphs-item-pledge form .yellow-button:hover {
  font-weight: normal;
  padding: 10px;
  top: 0;
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-pledge .content {
    padding: 8rem 4%;
  }
  .paragraphs-item-pledge form .form-item-email {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .paragraphs-item-pledge form .yellow-button {
    width: 100%;
    float: none;
  }
}
.paragraphs-item-video-with-cta {
  padding: 0;
}
.paragraphs-item-video-with-cta .content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 72rem;
  margin: 0 auto;
}
.paragraphs-item-video-with-cta .field-paragraph-cta1 a,
.paragraphs-item-video-with-cta .field-paragraph-cta2 a {
  width: 40%;
  margin: 2rem 5% 0 5%;
  text-align: center;
}
.paragraphs-item-video-with-cta .field-paragraph-cta1 a {
  float: left;
}
.paragraphs-item-video-with-cta .field-paragraph-cta2 a {
  float: right;
}
.paragraphs-item-video-with-cta .content {
  padding: 4rem 4%;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-video-with-cta .content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-video-with-cta .content {
    padding: 4rem 4%;
  }
  .paragraphs-item-video-with-cta .field-paragraph-cta1 a,
  .paragraphs-item-video-with-cta .field-paragraph-cta2 a {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}
.paragraphs-item-campaign {
  max-width: 100%;
  padding: 0;
  height: auto;
  overflow: hidden;
  background-color: #0072ce;
}
.paragraphs-item-campaign .field-campaign-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.paragraphs-item-campaign .field-campaign-description {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 2.4rem;
}
.paragraphs-item-campaign .field-campaign-description p {
  opacity: 1;
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-campaign .field-campaign-description {
    line-height: 2rem;
    font-size: 1.25rem;
  }
}
.paragraphs-item-campaign .field-campaign-image {
  position: relative;
}
.paragraphs-item-campaign .field-campaign-image picture {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-campaign .field-campaign-image {
    position: fixed;
  }
}
.paragraphs-item-campaign .field-campaign-image .field-inner-wrapper {
  height: inherit;
}
.paragraphs-item-campaign .field-campaign-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraphs-item-campaign .group-right {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-campaign .group-left {
    width: 36%;
    float: left;
    height: 370px;
  }
  .paragraphs-item-campaign .group-left img {
    margin-top: 0;
    display: block;
  }
  .paragraphs-item-campaign .group-left .field-campaign-image {
    margin-right: 0;
    padding-bottom: 0;
    min-width: 600px;
  }
  .paragraphs-item-campaign .group-right {
    float: left;
    max-width: 60%;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-campaign .field-campaign-image {
    height: auto !important;
  }
}
.paragraphs-item-campaign .field-campaign-url a {
  margin: 1.5rem 0;
}
.paragraphs-item-info-cards > .content {
  padding: 5rem 4% 1rem 4%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.paragraphs-item-info-cards.num-cards-1 .field-items > div {
  margin: 0 auto;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-info-cards.num-cards-2.layout-col-3 .field-items > div:nth-child(1) {
    margin-left: 17.3333%;
  }
}
.paragraphs-item-info-cards.num-cards-3.layout-col-2 .field-items > div:nth-child(3) {
  margin-left: 26%;
}
.paragraphs-item-info-cards.num-cards-3.layout-col-3 .field-items > div:nth-child(3) {
  margin-left: 26%;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-info-cards.num-cards-3.layout-col-3 .field-items > div:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-info-cards.num-cards-4.layout-col-3 .field-items > div:nth-child(4) {
    margin-left: 34.6666%;
  }
}
.paragraphs-item-info-cards.num-cards-5.layout-col-2 .field-items > div:nth-child(5) {
  margin-left: 26%;
}
.paragraphs-item-info-cards.num-cards-5.layout-col-3 .field-items > div:nth-child(5) {
  margin-left: 26%;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-info-cards.num-cards-5.layout-col-3 .field-items > div:nth-child(5) {
    margin-left: 0px;
  }
  .paragraphs-item-info-cards.num-cards-5.layout-col-3 .field-items > div:nth-child(4) {
    margin-left: 17.3333%;
  }
}
.paragraphs-item-info-cards .field-items > div {
  overflow: hidden;
  float: left;
  margin-bottom: 4%;
}
.paragraphs-item-info-cards.layout-col-2 .field-items > div {
  width: 48%;
  margin-right: 4%;
}
.paragraphs-item-info-cards.layout-col-2 .field-items > div:nth-child(2n) {
  margin-right: 0;
}
.paragraphs-item-info-cards.layout-col-3 .field-items > div {
  width: 48%;
  margin-right: 4%;
}
.paragraphs-item-info-cards.layout-col-3 .field-items > div:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 954px) {
  .paragraphs-item-info-cards.layout-col-3 .field-items > div {
    width: 30.6666%;
    margin-right: 4%;
  }
  .paragraphs-item-info-cards.layout-col-3 .field-items > div:nth-child(2n) {
    margin-right: 4%;
  }
  .paragraphs-item-info-cards.layout-col-3 .field-items > div:nth-child(3n) {
    margin-right: 0;
  }
}
.paragraphs-item-info-cards .field-paragraph-subtitle {
  margin-bottom: 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: initial;
}
@media only screen and (min-width: 576px) {
  .paragraphs-item-info-cards .field-paragraph-subtitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .paragraphs-item-info-cards .content {
    padding: 4rem 0;
  }
  .paragraphs-item-info-cards .field-items > div {
    width: 100% !important;
    margin: 0 0 4% 0 !important;
  }
}
.paragraphs-item-info-card {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  padding-top: 66.6666%;
  text-align: left;
}
.paragraphs-item-info-card a {
  color: #ffffff;
}
.paragraphs-item-info-card a:hover {
  color: #ffffff;
}
.paragraphs-item-info-card > .content {
  position: absolute;
  padding: 10px 4%;
  bottom: 0;
  visibility: hidden;
  background-color: rgba(36, 60, 75, 0.85);
  width: 100%;
}
.paragraphs-item-info-card > .content p {
  opacity: 1;
}
.paragraphs-item-info-card > .content .field-paragraph-title {
  width: 100%;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
  min-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .paragraphs-item-info-card > .content .field-paragraph-title {
    font-size: 1.8rem;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-2px);
  }
}
