/* import combined.css only for NEW campaigns */
@import url("/_layouts/15/OpenU_WWW/Theming/Responsive/css/combined.rtl.css");
/*variables*/
/*gradient*/
/*radius*/
/* transform origin */
/*transform rotate*/
/*transform scale*/
/*transform multiple arguments*/
/*transform translate*/
/*transform rotate-translate*/
/*box-shadow*/
/* offset-x | offset-y | blur-radius | spread-radius | color */
/*transition*/
/*animation*/
/*bg image on gradient*/
/*flex-wrap extend*/
/* homesite header - override */
@media (max-width: 767px) {
  .nav-ou-2018 .nav-header-ou-2018 header {
    margin-bottom: 5px; } }

/* homesite dynamic BG on scroll nav-header-ou-2018-whiteBG - override */
@media (min-width: 768px) {
  .nav-ou-2018 .nav-header-ou-2018.nav-header-ou-2018-whiteBG {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(63, 66, 72, 0.5) 100%); } }

/* logo - overrides homesite */
nav a.navbar-brand {
  padding-right: 0; }
  nav a.navbar-brand svg {
    height: 50px;
    fill: #fff; }
  @media (max-width: 767px) {
    nav a.navbar-brand {
      overflow-x: visible; }
      nav a.navbar-brand svg {
        height: 35px;
        fill: #000; } }

/* campaigns tel button */
@media (max-width: 767px) {
  .campaigns-header-button-ou-2021 {
    display: block;
    /* for OLD campaigns */ }
    .campaigns-header-button-ou-2021 .btn {
      color: #c2176a;
      font-weight: 600;
      font-size: 20px;
      margin-top: 2px;
      margin-bottom: 0;
      margin-left: -15px;
      padding: 0; } }

/* bottom space (including form button in mobile)  */
body {
  padding-bottom: 50px;
  /* fix of unknown tiny top space... */ }
  @media (min-width: 768px) {
    body {
      padding-top: 74px !important; } }

/* bright THEME */
/*promo*/
@media (min-width: 768px) {
  .carousel-generic-wide-ou-2018 .carousel-caption {
    top: 33%; } }

.carousel-generic-wide-ou-2018 .carousel-caption p {
  color: #fff; }

/* form */
@media (min-width: 768px) {
  .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 {
    /* background-color: rgba(244, 244, 244, .85); */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0.95) 0%, rgba(244, 244, 244, 0.75) 100%); } }

@media (min-width: 1450px) {
  .lead-fixed-form-wrapper-ou-2018, .lead-fixed-form-button-wrapper-ou-2018 {
    top: 45%; } }

@media (max-width: 1449px) and (min-width: 768px) {
  .lead-fixed-form-wrapper-ou-2018, .lead-fixed-form-button-wrapper-ou-2018 {
    top: 38%; } }

/* END bright THEME */
/* nav tranparent to see through it promo image */
@media (min-width: 768px) {
  .nav-ou-2018 .nav-header-ou-2018 {
    background: transparent; } }

/*promo overrides*/
@media (min-width: 768px) {
  .carousel-generic-wide-ou-2018 {
    margin-top: -75px; } }

@media (max-width: 767px) {
  .carousel-generic-wide-ou-2018 .carousel-inner > .item > img {
    opacity: 1; } }

.carousel-generic-wide-ou-2018 .carousel-caption p {
  line-height: 1.2;
  letter-spacing: 0px; }

@media (max-width: 767px) {
  .carousel-generic-wide-ou-2018 .carousel-caption p {
    font-size: 28px;
    line-height: 1.2; } }

@media (min-width: 1460px) {
  .carousel-generic-wide-ou-2018 .carousel-caption p {
    font-size: 60px; } }

@media (max-width: 1460px) and (min-width: 768px) {
  .carousel-generic-wide-ou-2018 .carousel-caption p {
    font-size: 52px; } }

/*ellipse clip+crop in lg screen*/
@media (min-width: 1600px) {
  .clip-path-svg-stage {
    clip-path: ellipse(1620px 93% at 50% 0); }
  /* 93% -> margin minus */
  .RowContainerNumber_2 .wp-RichText {
    margin-top: -40px; } }

@media (max-width: 1599px) and (min-width: 768px) {
  .clip-path-svg-stage {
    clip-path: ellipse(1420px 100% at 50% 0); } }

/*ellipse clip+crop in xs screen*/
@media (max-width: 767px) {
  .clip-path-svg-stage {
    clip-path: ellipse(450px 100% at 50% 0); } }

/*END promo overrides*/
/* lead fixed form overrides */
@media (min-width: 768px) {
  .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-arrows-ou-2018,
  .lead-fixed-form-button-wrapper-ou-2018 .lead-fixed-form-button-arrows-ou-2018 {
    display: none; } }

@media (min-width: 768px) {
  .lead-fixed-form-button-wrapper-ou-2018 .lead-fixed-form-button-ou-2018[aria-expanded="false"] {
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px; } }

@media (max-width: 767px) {
  .lead-fixed-form-button-wrapper-ou-2018 .lead-fixed-form-button-ou-2018 {
    padding-left: 12px;
    width: auto;
    width: 100%;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px; } }

@media (min-width: 768px) {
  .lead-fixed-form-button-wrapper-ou-2018 {
    left: calc((100vw - 750px - 48px)/2); } }

@media (min-width: 992px) {
  .lead-fixed-form-button-wrapper-ou-2018 {
    left: calc((100vw - 970px - 48px)/2); } }

@media (min-width: 1200px) {
  .lead-fixed-form-button-wrapper-ou-2018 {
    left: calc((100vw - 1170px - 48px)/2); } }

@media (min-width: 1460px) {
  .lead-fixed-form-button-wrapper-ou-2018 {
    left: calc((100vw - 1350px - 48px)/2); } }

@media (max-width: 767px) {
  .lead-fixed-form-button-wrapper-ou-2018 {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4); } }

@media (min-width: 768px) {
  .lead-fixed-form-wrapper-ou-2018 {
    left: calc((100vw - 750px + 48px)/2); } }

@media (min-width: 992px) {
  .lead-fixed-form-wrapper-ou-2018 {
    left: calc((100vw - 970px + 48px)/2); } }

@media (min-width: 1200px) {
  .lead-fixed-form-wrapper-ou-2018 {
    left: calc((100vw - 1170px + 48px)/2); } }

@media (min-width: 1460px) {
  .lead-fixed-form-wrapper-ou-2018 {
    left: calc((100vw - 1350px + 48px)/2); } }

@media (min-width: 768px) {
  .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 {
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 20px; }
    .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 legend {
      text-align: center;
      border-bottom: none; }
      .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 legend strong {
        display: block; }
    .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .lead-fixed-form-flex-wrapper-ou-2018 > div {
      width: 100%; }
      .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .lead-fixed-form-flex-wrapper-ou-2018 > div.form-tel {
        width: 67%; }
      .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .lead-fixed-form-flex-wrapper-ou-2018 > div.form-tel-prefix {
        width: 27%; }
      .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .lead-fixed-form-flex-wrapper-ou-2018 > div.checkbox, .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .lead-fixed-form-flex-wrapper-ou-2018 > div.button {
        width: 96%; }
      .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .lead-fixed-form-flex-wrapper-ou-2018 > div.button .btn-default {
        width: 100%; } }

@media (min-width: 768px) {
  .collapse.width {
    width: calc((750px - 96px)/3 - 15px); } }

@media (min-width: 992px) {
  .collapse.width {
    width: calc((970px - 96px)/3 - 15px); } }

@media (min-width: 1200px) {
  .collapse.width {
    width: calc((1170px - 96px)/3 - 15px); } }

@media (min-width: 1460px) {
  .collapse.width {
    width: calc((1350px - 96px)/3 - 15px); } }

@media (min-width: 768px) {
  .lead-fixed-form-wrapper-ou-2018 .lead-fixed-form-ou-2018 .thank-you-wrapper {
    min-height: inherit;
    min-width: inherit; } }

/* END lead fixed form overrides */

.rc-rteBackColor-7 {
	border-color: #ebebeb;
    -webkit-box-shadow: 0 1px 10px #e4e8ee;
    -moz-box-shadow: 0 1px 10px #e4e8ee;
    box-shadow: 0 1px 10px #e4e8ee;
    padding: 10px 20px;
    margin-top: 18px;
	background-color: #ffffff;
	border-radius: 12px;
}
