.wrapper-new {
  overflow: hidden; }

.bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.header.movable-header-new {
  min-height: 89px; }
  @media screen and (max-width: 1000px) {
    .header.movable-header-new {
      min-height: inherit; } }

.intro-section {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 86px 0 117px 0; }
  @media screen and (max-width: 1023px) {
    .intro-section {
      padding: 60px 0 90px 0; } }
  .intro-section:before, .intro-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 53%;
    height: 32px;
    background-color: #fff;
    z-index: 2; }
  .intro-section:before {
    left: -5%;
    -webkit-transform: skewX(63deg);
        -ms-transform: skewX(63deg);
            transform: skewX(63deg); }
    @media screen and (max-width: 767px) {
      .intro-section:before {
        left: -7%; } }
    @media screen and (max-width: 479px) {
      .intro-section:before {
        left: -10%; } }
  .intro-section:after {
    right: -5%;
    -webkit-transform: skewX(-63deg);
        -ms-transform: skewX(-63deg);
            transform: skewX(-63deg); }
    @media screen and (max-width: 767px) {
      .intro-section:after {
        right: -7%; } }
    @media screen and (max-width: 479px) {
      .intro-section:after {
        right: -10%; } }
  .intro-section .container {
    position: relative;
    z-index: 1;
    max-width: 1008px;
    padding: 0 25px; }
  .intro-section .holder {
    max-width: 590px; }
  .intro-section .heading {
    margin-bottom: 28px; }
  .intro-section h1 {
    text-shadow: 1px 0 5px rgba(115, 107, 106, 0.69);
    font-weight: 700;
    color: #fff;
    font-size: 62px;
    line-height: 1em;
    letter-spacing: -2px; }
    @media screen and (max-width: 1023px) {
      .intro-section h1 {
        font-size: 52px; } }
    @media screen and (max-width: 767px) {
      .intro-section h1 {
        font-size: 42px; } }
    @media screen and (max-width: 479px) {
      .intro-section h1 {
        font-size: 28px; } }
  .intro-section .upper-title {
    font-size: 37px;
    color: #fff; }
    @media screen and (max-width: 1023px) {
      .intro-section .upper-title {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .intro-section .upper-title {
        font-size: 25px; } }
    @media screen and (max-width: 479px) {
      .intro-section .upper-title {
        font-size: 20px; } }
  .intro-section .text-block {
    background-color: rgba(255, 255, 255, 0.65);
    max-width: 492px;
    font-size: 14px;
    font-weight: 600;
    padding: 27px 23px 27px 27px;
    letter-spacing: -.5px;
    line-height: 1.6; }

.scroll-down-btn {
  position: relative;
  background-color: #3c92df;
  display: block;
  color: #fff;
  font-size: 19px;
  font-style: italic;
  padding: 17px 24px 13px 24px;
  letter-spacing: -.1px;
  max-width: 485px;
  margin: 0 0 69px 0; }
  @media screen and (max-width: 1023px) {
    .scroll-down-btn {
      margin: 0 0 40px 0; } }
  @media screen and (max-width: 479px) {
    .scroll-down-btn {
      font-size: 17px; } }
  .scroll-down-btn:before {
    content: '';
    position: absolute;
    left: 7px;
    right: -7px;
    bottom: -7px;
    top: 7px;
    border: 2px solid #fff; }
  .scroll-down-btn strong {
    font-size: 24px;
    display: block;
    font-weight: 600;
    letter-spacing: -.6px;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 479px) {
      .scroll-down-btn strong {
        font-size: 20px; } }

.study-criteria-section {
  padding: 24px 0 23px 0; }
  .study-criteria-section h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #acb0b1;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center; }
  .study-criteria-section .container {
    max-width: 1160px;
    padding: 0 25px; }
  .study-criteria-section ol {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 29px -5px 0 -5px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .study-criteria-section li {
    counter-increment: customlistcounter;
    width: 20%;
    padding: 0 5px;
    margin: 0 0 30px 0;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .study-criteria-section li {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .study-criteria-section li {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .study-criteria-section li {
        width: 100%; } }
    .study-criteria-section li:before {
      position: absolute;
      left: 4px;
      top: -12px;
      content: counter(customlistcounter) " ";
      font-weight: 800;
      font-size: 21px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #fff;
      width: 30px;
      height: 30px;
      background-color: #3c92df;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2; }
    .study-criteria-section li:after {
      content: '';
      position: absolute;
      left: -1px;
      top: -17px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 2px solid #3c92df;
      z-index: 1;
      background-color: #fff; }
    .study-criteria-section li .img-block {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .study-criteria-section li .text-block {
      z-index: 2;
      position: relative; }
    .study-criteria-section li.item-01 {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    .study-criteria-section li.item-02 {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .study-criteria-section li.item-03 {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }
    .study-criteria-section li.item-04 {
      -webkit-animation-delay: .8s;
              animation-delay: .8s; }
    .study-criteria-section li.item-05 {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .study-criteria-section li.item-06 {
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
    .study-criteria-section li.item-07 {
      -webkit-animation-delay: 1.4s;
              animation-delay: 1.4s; }
    .study-criteria-section li.item-08 {
      -webkit-animation-delay: 1.6s;
              animation-delay: 1.6s; }
    .study-criteria-section li.item-09 {
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s; }
    .study-criteria-section li.item-10 {
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
  .study-criteria-section .hidden-item {
    opacity: 0; }
  .study-criteria-section .visible {
    opacity: 1; }
  .study-criteria-section .inner-holder {
    min-height: 155px;
    border: 2px solid #3c92df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px;
    line-height: 1.4em;
    height: 100%; }
  .study-criteria-section .one-line-text .inner-holder {
    padding: 30px; }

.study-enrollment-section {
  background-color: #edf0f1;
  padding: 49px 0 19px 0; }
  @media screen and (max-width: 767px) {
    .study-enrollment-section {
      padding: 49px 0 0 0; } }
  .study-enrollment-section a {
    color: #3c92df; }
  .study-enrollment-section .container {
    max-width: 1160px;
    padding: 0 25px; }
  .study-enrollment-section .container-holder {
    margin: 0 -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .study-enrollment-section .col {
    width: 50%;
    padding: 0 14px; }
    @media screen and (max-width: 767px) {
      .study-enrollment-section .col {
        width: 100%;
        margin-bottom: 49px; } }
  .study-enrollment-section .holder {
    background-color: #fff;
    height: 100%; }
  .study-enrollment-section .heading {
    background-color: #3c92df;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    padding: 13px 22px; }
    .study-enrollment-section .heading h2 {
      font-size: 20px;
      margin: 0; }
  .study-enrollment-section ol {
    list-style-type: none;
    padding: 29px 23px 16px 23px;
    line-height: 1.4em; }
    .study-enrollment-section ol li {
      counter-increment: customlistcounter;
      position: relative;
      padding: 0 0 0 42px;
      letter-spacing: .2px;
      margin-bottom: 15px; }
      .study-enrollment-section ol li:before {
        content: counter(customlistcounter) " ";
        position: absolute;
        left: 0;
        top: -4px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 800;
        color: #3c92df;
        font-size: 19px;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border: 2px solid #3c92df;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 2; }
  .study-enrollment-section .images-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 33px 0; }
    .study-enrollment-section .images-block img {
      height: 100%; }
  .study-enrollment-section .add-holder {
    padding: 0 42px 0 33px; }
    @media screen and (max-width: 767px) {
      .study-enrollment-section .add-holder {
        padding: 0 25px; } }
  .study-enrollment-section .coordinator, .study-enrollment-section .contacts {
    font-size: 18px; }
    .study-enrollment-section .coordinator em, .study-enrollment-section .contacts em {
      font-size: 16px; }
  .study-enrollment-section .coordinator {
    margin-bottom: 12px; }
    .study-enrollment-section .coordinator strong:after {
      content: '|';
      position: relative;
      margin: 0 0 0 5px; }
  .study-enrollment-section .contacts {
    letter-spacing: .3px;
    margin: 0 0 31px 0; }
    @media screen and (max-width: 1023px) {
      .study-enrollment-section .contacts span {
        display: block; } }
    @media screen and (max-width: 1023px) {
      .study-enrollment-section .contacts span:first-child {
        margin-bottom: 12px; } }
    .study-enrollment-section .contacts span:first-child:after {
      content: '|';
      position: relative;
      margin: 0 0 0 3px; }
      @media screen and (max-width: 1023px) {
        .study-enrollment-section .contacts span:first-child:after {
          display: none; } }
    .study-enrollment-section .contacts a {
      color: #212020; }
  .study-enrollment-section .download-block {
    border-top: 2px solid #3c92df;
    padding: 29px 0 20px 0; }
    .study-enrollment-section .download-block .title {
      font-size: 15px;
      letter-spacing: -.4px;
      display: block;
      margin: 0 0 30px 0; }
  .study-enrollment-section .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #3c92df;
    margin: 0 -27px; }
    .study-enrollment-section .downloads li {
      margin: 0 27px 20px 27px; }
    .study-enrollment-section .downloads strong {
      display: block;
      margin: 0 0 10px 0; }
    @media screen and (max-width: 1000px) {
      .study-enrollment-section .downloads br {
        display: block; } }
  .study-enrollment-section .download-icon {
    width: 57px;
    height: 65px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #ced3d4; }

.btn-add.btn-new {
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 179px 18px 20px;
  margin: 0 0 29px 0; }
  @media screen and (max-width: 1023px) {
    .btn-add.btn-new {
      padding: 18px 100px 18px 20px;
      color: #000 !important;
      background-color: #edf0f1; } }
  @media screen and (max-width: 767px) {
    .btn-add.btn-new {
      padding: 18px 80px 18px 20px; } }
  .btn-add.btn-new:hover {
    opacity: .8; }
    @media screen and (max-width: 1023px) {
      .btn-add.btn-new:hover {
        background-color: #edf0f1;
        color: #000 !important; } }
  .btn-add.btn-new span {
    background-color: #3c92df;
    width: 66px; }
    @media screen and (max-width: 1023px) {
      .btn-add.btn-new span {
        margin: 0;
        position: absolute;
        background-color: #3c92df !important; } }
    .btn-add.btn-new span:before {
      background-color: #2f81c9;
      width: 44px;
      height: 44px;
      font-size: 38px;
      margin: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (max-width: 1023px) {
        .btn-add.btn-new span:before {
          position: absolute; } }

.intro-section-2 {
  color: #fff;
  padding: 60px 0 35px 0; }
  .intro-section-2:before, .intro-section-2:after {
    display: none; }
  .intro-section-2 .upper-title {
    font-size: 34px; }
  .intro-section-2 h1 {
    text-shadow: 5px 0 5px rgba(115, 107, 106, 0.69);
    font-size: 44px;
    line-height: 1.1; }
  .intro-section-2 .scroll-down-btn {
    margin: 10px 0 120px 0;
    padding: 22px 10px 8px 18px;
    max-width: 313px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .intro-section-2 .scroll-down-btn {
        margin: 10px 0 50px 0; } }
    .intro-section-2 .scroll-down-btn strong {
      font-size: 20px; }
  .intro-section-2 .intro-description {
    font-size: 20px;
    display: block;
    max-width: 300px;
    line-height: 1.2;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .intro-section-2 .intro-description {
        margin-bottom: 60px; } }
  .intro-section-2 .btn-add.btn-new {
    font-size: 16px;
    padding: 14px 78px 14px 20px;
    background-color: rgba(255, 255, 255, 0.65);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
    .intro-section-2 .btn-add.btn-new span {
      background-color: rgba(255, 255, 255, 0.65);
      width: 59px; }
      .intro-section-2 .btn-add.btn-new span:before {
        height: 32px;
        width: 32px;
        font-size: 28px; }

.widget-participants {
  position: relative;
  color: #fff;
  margin-bottom: 10px; }
  .widget-participants .top-heading {
    position: relative;
    z-index: 1;
    background-color: #4195dc;
    font-weight: 600;
    font-style: italic;
    padding: 10px;
    text-align: center; }
  .widget-participants .holder {
    position: relative;
    z-index: 1;
    padding: 20px 20px 5px 20px;
    max-width: 225px; }
    @media screen and (max-width: 1000px) {
      .widget-participants .holder {
        max-width: 310px;
        padding: 140px 20px; } }
    @media screen and (max-width: 767px) {
      .widget-participants .holder {
        padding: 100px 20px; } }
    @media screen and (max-width: 479px) {
      .widget-participants .holder {
        padding: 60px 20px; } }
  .widget-participants h3 {
    margin: 0; }
  .widget-participants h4 {
    font-size: 25px;
    text-shadow: 5px 0 5px rgba(115, 107, 106, 0.69); }
  .widget-participants .upper-title {
    font-weight: 600;
    font-size: 18px;
    text-shadow: 5px 0 5px rgba(115, 107, 106, 0.69); }
  .widget-participants .btn-add.btn-new {
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    padding: 14px 48px 14px 12px;
    text-align: left;
    margin: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; }
    .widget-participants .btn-add.btn-new span {
      background-color: transparent !important;
      width: 48px; }
      .widget-participants .btn-add.btn-new span:before {
        width: 32px;
        height: 32px;
        font-size: 28px; }
        @media screen and (max-width: 768px) {
          .widget-participants .btn-add.btn-new span:before {
            line-height: 1em; } }

.block-aside-new {
  padding-bottom: 10px; }
/*# sourceMappingURL=new-style.css.map */

.main-container.new-page-template-homepage {margin-bottom:30px;}

div.wpcf7 .ajax-loader{
    margin-top: 1em;
    margin: 1em auto 0;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
}

@media screen and (max-width: 1000px){
  .main-container.new-page-template-homepage {
    margin: 0;
  }
}

.form.form-search fieldset{
  position: relative;
}

.form.form-search fieldset .btn-search{
  padding:0;
}