/* Drupal Backend hack for Landing Page Builder: Grid Tags field  and other fields on backend  */
.field-type-taxonomy-term-reference.field-name-field-page-builder-grid-tags { padding: 20px 0px 20px 0px; }
.field-type-taxonomy-term-reference.field-name-field-page-builder-grid-tags .form-type-select label { margin-bottom: 5px; }
.field-type-list-text.field-name-field-fc-simple-link-type.field-widget-options-select.form-wrapper { padding: 20px 0 20px 0;}
.field-type-text.field-name-field-fc-simple-link.field-widget-text-textfield.form-wrapper { padding: 0 0 20px 0; }
/* Chosen overrides only on node edition*/
.node-landing_page_builder-form .chosen-container-single .chosen-single.required { border: 1px solid #f79521; }
/*** Genera styles Datamodule ***/
.t-main-background-black-grey { background-color: #f6f6f6; }
.t-main-background-white-blue,
.t-main-background-blue { background-color:  #0078a0; }

.t-main-background-blue,
.t-main-background-blue h1,
.t-main-background-blue h2,
.t-main-background-blue h3,
.t-main-background-blue h4,
.t-main-background-blue h5,
.t-main-background-blue h6,
.t-main-background-blue p,
.t-main-background-blue .c-wd-text__caption p,
.t-main-background-white-blue,
.t-main-background-white-blue h1,
.t-main-background-white-blue h2,
.t-main-background-white-blue h3,
.t-main-background-white-blue h4,
.t-main-background-white-blue h5,
.t-main-background-white-blue h6,
.t-main-background-white-blue p,
.t-main-background-white-blue .c-wd-text__caption p {
  color: #fff;
}

.t-main-background-blue a:not(.button):link,
.t-main-background-blue a:not(.button):visited,
.t-main-background-white-blue a:not(.button):link,
.t-main-background-white-blue a:not(.button):visited {
  color: #55c0ff;
}

.t-main-background-blue a:not(.button):hover,
.t-main-background-white-blue a:not(.button):hover {
  color: #9adaff;
}

.t-main-background-blue .button {
    background-color: #014461;
}

.t-main-background-blue .button:hover,
.t-main-background-blue .button:focus {
    background-color: #079CDE;
    text-decoration: none;
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .c-wd__main-content .columns:first-child {
    padding-left: 0.9375rem !important;
  }
}

@media only screen and (max-width: 40em) {
  .c-wd__main h2 {
    font-size: 2rem;
  }
}

/* Header widget */
.c-wd-header {
  color: #000;
  position: relative;
  padding: 3rem 1rem 1rem;
  background-size: cover;
  background-position: center;
}

.c-wd-header .columns { min-height: 350px; }

.c-wd-header--white,
.c-wd-header--white .c-wd-header__title { color: #FFF; }

.c-wd-header__title {
  font-size: 2rem;
  line-height: 1;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    text-shadow: 1px 1px 10px #000;
}

.c-wd-header__source {
  font-size: .75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media only screen and (min-width: 64.063em) {
  .c-wd-header,
  .c-wd-header .columns {
    min-height: 435px;
  }

  .c-wd-header__title {
    font-size: 3rem;
    bottom: 2rem;
  }

  .c-wd-header__source {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    padding: 0;
    font-size: 1rem;
  }
}

/** Sub Nav **/
.c-wd-subnavigation {
  border-top: 1px solid #FFF;
}

/** Test Widget **/
.c-wd-text {
  padding-top: 2rem;
}

.c-wd__title--small {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.c-wd__title--mb {
  margin-bottom: 2rem;
}

.c-wd__subtitle, .c-wd__subtitle p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 2rem;
}
.c-wd-text__button_wrapper {     text-align: center; }
.c-wd-text__button_wrapper .button {
  /* button class overrides */
    padding: 0.535rem 1.275rem;
    font-size: 1rem;
    border-radius: 5px;
}

.c-wd-text__img { margin-bottom: 1rem; text-align: center; }

.c-wd-text__img img { margin-bottom: .5rem; border: 6px solid #ccc; }

img.t-border--hide { border: 0; }

.c-wd-text__img--t-text-left { float: left; margin-right: 3rem; text-align: left; }

.c-wd-text__img--t-text-right { float: right; margin-left: 3rem; text-align: left; }

.c-wd-text__img--t-text-center-top { float: none; text-align: center; }
.c-wd-text__img--t-text-center-bottom { float: none; text-align: center; }

.c-wd-text__caption p {
  color: #777;
  font-style: italic;
  margin-bottom: 0;
}

.c-wd__list {
  margin: 0;
  padding: 0 0 0 2rem;
  display: block;
}

.c-wd__list li {
  display: block;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  min-height: 48px;
  padding-left: 60px;
}

.c-wd__list li a {
  /*display: block;*/
}

.c-wd__list li.icon {
  padding-left: 0;
}

.icon-chained {
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/disruption/chain.png');
  background-repeat: no-repeat;
  min-height: 48px;
  padding-left: 60px;
  padding-top: 13px;
}
.icon-chained p{
  margin: 0;
  padding: 0px;
}
/** Quote Widget **/

.c-wd-quote { padding: 0rem 0; }

.c-wd-quote__text {
  display: block;
  color: #0473a8;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem;
  text-align: center;
}

.c-wd-quote__text p {
  display: inline;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #0473a8;
}

.c-wd-quote__text a:link {
  color: #014461;
}

.c-wd-quote__text a:hover,
.c-wd-quote__text a:visited {
  color: #032838;
}

.c-wd-quote__source {
  display: block;
  color: #0473a8;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  padding-right: 17px;
  text-align: right;
}

@media only screen and (min-width: 40.063em) {
  .c-wd-quote { padding: 0rem 0; }
  .c-wd-quote__text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.t-main-background-blue .c-wd-quote__text,
.t-main-background-blue .c-wd-quote__text p,
.t-main-background-blue .c-wd-quote__source { color: #fff; }

.c-wd-quote .orbit-slide-number,
.c-wd-quote .orbit-timer,
.c-wd-quote .orbit-bullets-container { display: none!important; }
.c-wd-quote .orbit-transitioning { list-style-type: none!important; ; }

/** Static Grid **/
.c-wd-sl {
  padding-top: 0rem;
  padding-bottom: 1rem;
}

.c-wd-sl.c-wd-sl--factoid {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.c-wd-fl-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.c-wd-fl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl-factoid {
  border: 10px solid #C6E1EA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 220px;
  width: 220px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-weight: bold;

  color: #FFF;
  background-color: #0072A4;
}

.sl-factoid .sl-factoid__inner .first{ font-size: 2.25rem;   margin-bottom: 10px;}
.sl-factoid .sl-factoid__inner .second{ font-size: 1.25rem;}

.t-main-background-blue .sl-factoid { color:  #0072A4; background-color: #FFF;}


/* stylized */

.c-wd-sl-st__item {
  height: 380px;
  width: 310px;
  margin: 10px;
  align-items: stretch;
}

.c-wd-sl-st__item a {
  text-decoration: none ;
  background-color: transparent;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.c-wd-sl-st__item.stylized-blue a:hover {
  background-color: #033248;
}

.c-wd-sl-st__item.stylized-white a:hover {
  background-color: #b5b5b5;
}

.c-wd-sl-st__item img { display: block; }

.c-wd-sl-st__item .inner { padding: 0 1rem 1rem; }

.c-wd-sl-st__item h4 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 1.5rem 0 .75rem;
}

.c-wd-sl-st__item p {
  line-height: 1.75;
  margin-bottom: 0;
}

.stylized-blue {
  background-color: #014F73;
  color: #FFF;
}

.stylized-white {
  background-color: #E8E8E8;
  color: #000;
}


/** custom html widget **/

.c-wd-html {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

/** CTA **/
.t-main-background-white.c-wd-cta h1,
.t-main-background-white.c-wd-cta h2,
.t-main-background-white.c-wd-cta h3,
.t-main-background-white.c-wd-cta h4,
.t-main-background-white.c-wd-cta h5,
.t-main-background-white.c-wd-cta h6,
.t-main-background-white.c-wd-cta p{
  color: #0473a8;
}

.c-wd-cta {
  padding: 3rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.c-wd-cta h2 { font-size: 20px; line-height: 1; }
.c-wd-cta h3 { font-size: 18px; line-height: 1.25; }
.c-wd-cta p { }

@media only screen and (min-width: 40.063em) {
  .c-wd-cta h2 { font-size: 35px; }
  .c-wd-cta h3 { font-size: 24px; }
}

.cta-button-container .button { margin: 0; }
/** CTA Mail **/

/* This next style is for the message shown after the form is submitted */

.append-message-success {
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
  min-width: 250px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.t-main-background-blue .append-message-success { color: #fff; }
.t-main-background-white .append-message-success { color: #0473a8;}
.t-main-background-blue .append-message-success { color: #fff; }
.c-wd-cta .cta-signup__input {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  height: 45px;
  vertical-align: top;
}

.t-main-background-blue.c-wd-cta .cta-signup__input {
  background-color: #fff;
}

.c-wd-cta .cta-signup__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0473a8;
  font-weight: 700;
}

.c-wd-cta .cta-signup__input::-moz-placeholder { /* Firefox 19+ */
  color: #0473a8;
  font-weight: 700;
}

.c-wd-cta .cta-signup__input:-ms-input-placeholder { /* IE 10+ */
  color: #0473a8;
  font-weight: 700;
}

.c-wd-cta .cta-signup__input:-moz-placeholder { /* Firefox 18- */
  color: #0473a8;
  font-weight: 700;
}

.c-wd-cta .button {
  vertical-align: top;
}


/** Dynamic Grid **/
.c-wd-dg {
  padding: 3rem 0 2rem;
}


@media only screen and (min-width: 40.063em) {
  .c-wd-dg .row {
    width: 95%;
    margin: auto;
  }
}

.c-wd-dg__cont-list::after {
  content: '';
  display: table;
  clear: both;
}

.c-wd-dg__item {
  margin-bottom: 2rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .1s ease-in-out;
}

.c-wd-dg__item::after {
  content: '';
  display: table;
  clear: both;
}

.c-wd-dg__link {
  text-decoration: none !important;
}
.c-wd-dg:not(.c-wd-dg--news) .c-wd-dg__link:hover h3 {
  color: #0473a8;
}

.t-main-background-blue.c-wd-dg--report .c-wd-dg__link:hover h3 {
  color: #01567D;
}

.c-wd-dg__image {
  float: left;
  margin: 0 1rem 1rem 0;
}

.c-wd-dg__title h3 {
  margin: 0;
  font-size: 1.5em;
  margin-bottom: .25rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color .2s ease-in-out;
  transition: color .1s ease-in-out;
}

.c-wd-dg__body p {
  line-height: 1.5;
  -webkit-transition: color .2s ease-in-out;
  transition: color .1s ease-in-out;
}

.c-wd-dg__loadmore {
  clear: both;
  margin: auto;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 45px;
}

.c-wd-dg__loadmore .button {
  margin-bottom: 0;
}

.c-wd__cont-list {
  position: relative;
  padding-bottom: 55px;
}

.c-wd-dg--leaders .c-wd__cont-list {
  padding-bottom: 75px;
}

.c-wd__cont-list::after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 64em) {
  .c-wd-dg__item {
    float: left;
    width: 50%;
    margin-bottom: 2rem;
  }

  .c-wd-dg__item:nth-child(odd) {
    clear: both;
  }

  .c-wd-dg--report .c-wd-dg__item {
    width: 45%;
  }

  .c-wd-dg--report .c-wd-dg__item:nth-child(odd) {
    margin-right: 10%;
  }

}

.c-wd-datecalen {
  padding:5px 0 0 0;
  background:#0072A4;
  border-bottom:2px #004D6F solid;
  width:41px;
  height:40px;
  text-align:center;
  color:#fdfdfd;
  float: left;
}

.c-wd-datecalen .c-wd-datecalen__day {
  font-size:1.313rem;
  line-height:16px;
  font-weight:700;
}

.c-wd-datecalen .c-wd-datecalen__month {
  font-size:0.875rem;
}

.c-wd-dg--news .c-wd-dg__content {
  padding-left: 3.5rem;
}

.c-wd-dg--news .c-wd-dg__item {
  padding: 1.5rem 2rem 1rem;
  min-height: 285px;
}

.c-wd-dg--news .c-wd-dg__item:hover {
  background-color: #0078a0;
}

.c-wd-dg--news .c-wd-dg__item:hover h3,
.c-wd-dg--news .c-wd-dg__item:hover p {
  color: #fff;
}

.t-main-background-blue.c-wd-dg--news .c-wd-dg__item:hover {
  background-color: #0F597C;
}

.c-wd-dg--leaders .c-wd-fl-container {
  justify-content: center;
}

.c-wd-dg--leaders .c-wd-fl-item {
  display: block;
  width: 190px;
  min-height: 230px;
  margin: 0 .25rem 1rem;
}

.c-wd-dg--leaders .c-wd-dg__image {
  float: none;
  margin: 0 0 .5rem;
}

.t-main-background-blue.c-wd-dg--leaders .c-wd-dg__link:link {
  color: #fff;
}

.t-main-background-blue.c-wd-dg--leaders .c-wd-dg__link:visited { color: #FFF; }
.t-main-background-white.c-wd-dg--leaders .c-wd-dg__link:visited { color: #137caa; }

.t-main-background-blue.c-wd-dg--leaders .c-wd-dg__link:hover,
.t-main-background-blue.c-wd-dg--leaders .c-wd-dg__link:active {
  color: #00557A;
}


/* SPINNER - LOADER */

.spinner {
  margin: 0 0 0 -35px ;
  width: 70px;
  text-align: center;
  display: none;

  position: absolute;
  bottom: 47px;
  left: 50%;
}

.spinner.active { display: block; }
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
