.ccm-edit-mode div.ccm-page header{
	position:relative;
}

.ccm-edit-mode div.ccm-page header .h-placeholder{
    display:none;
}

div.ccm-page main{
    min-height: 60vh;
}

div.ccm-page.page-type-blog-entry .col-content p{
    margin: 0 0 30px;
}

div.ccm-page header {
    max-height:200px;
    position: fixed;
    z-index: 99;
    padding: 10px 0 10px 0;
    background:rgba(255,255,255,0.9);
    transition: all 0.4s;
    top: 0;
}

.ccm-toolbar-visible div.ccm-page header {
    top: 45px;
}

div.ccm-page header .logo img{
    transition: all 0.4s;
    width: 145px;

}

div.ccm-page.shrink header{
    z-index: 999;
    background:rgba(255,255,255,0.9)
}

div.ccm-page.shrink header.nav-up{
    top: -150px;
}

div.ccm-page.shrink header .logo img{
    width: 104px;    
}

div.ccm-page.shrink header .header-top{
    display:none;
}

div.ccm-page.shrink  header .logo{
    margin: 0; 
}


div.ccm-page *:focus{
    outline:none;
}

.flex_center,
.flex_center_row_wrapper .row{
    display: flex;
    align-items: center;
}

.flex_top{
    display: flex;
    align-items: flex-start;
}

.flex_bottom{
    display: flex;
    align-items: flex-end;
}

.hero_image{
    min-height: 100vh;
    padding-top: 150px;
    background-attachment: fixed;
}


div.ccm-page main .hero_image h1{
    font-size: 37px;
    font-weight: bold;
}

div.ccm-page main .hero_image p{
    font-size: 110%;
}

div.ccm-page .btn-inverse{
    background-color: transparent;
    transition: all 0.3s;
    border-radius: 0;
    text-decoration: none;
}

div.ccm-page .btn-black{
    color: #323a44 !important;
    border: 2px solid #323a44;
}

div.ccm-page .hero_image.light_text h1,
div.ccm-page .hero_image.light_text p{
    color:#fff;
}


div.ccm-page .btn-inverse.btn-black:hover,
div.ccm-page .btn-inverse.btn-black.active{
    background-color: #323a44;
    color: #fff !important;
} 

div.ccm-page .btn-white{
    color: #fff !important;
    border: 2px solid #fff;
}

div.ccm-page  .btn-white:hover,
div.ccm-page  .btn-white.active{
    background-color: #fff;
    color: #6193c6 !important;
}

div.ccm-page main .btn-lg.btn-inverse {
    padding: 18px 45px;
    font-size: 20px;
}

div.ccm-page .blue_bg *{
    color: #fff;
}

div.ccm-page .blue_bg{
    background-size: 300px;
}


.collage_p{
    -webkit-box-shadow: 8px 7px 31px 4px rgba(0,0,0,0.31);
    -moz-box-shadow: 8px 7px 31px 4px rgba(0,0,0,0.31);
    box-shadow: 8px 7px 31px 4px rgba(0,0,0,0.31);
    transition: all 0.4s;
}

div.ccm-page .blue_bg .collage_text{
    margin-left: 10px; 
}
 
#collage_p1{
    margin: -70px 40px 0px 0px;
    width: 290px;
}

#collage_p2{
    margin: 40px 0px 0px 16px;
    width: 430px;
}

#collage_p3{
    margin: -60px 0px 0px 0px;
    position: relative;
    z-index: 4;
    /* max-width: 22vw; */
    width: 300px;
}

#collage_p4{
    margin: -50px 70px 100px 20px;
    z-index: 3;
    width: 450px;

}


.subscribe_area{
    background-color: #f1f4f7;
    padding: 70px 0 100px 0;
}

div.ccm-page header, 
div.ccm-page header .logo, 
div.ccm-page header nav, 
div.ccm-page .nav_holder, 
div.ccm-page main,
div.ccm-page.shrink header,
div.ccm-page.shrink header .logo, 
div.ccm-page.shrink header nav, 
div.ccm-page.shrink .nav_holder, 
div.ccm-page.shrink main
 {
    transition: all 0.4s;
}






div.ccm-page .sbd{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #2d9ed6;
    /* width: 500px; */
    margin: 40px auto 0 auto;
    padding: 45px 10%;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   div.ccm-page.shrink  header nav{
     margin-top: 18px;
    }

    div.ccm-page.shrink header{
        /* max-height: 85px; */
    }
}


header .logo{
	/*margin-top:45px; */
}

.h-placeholder{
    height: 170px;
}

 div.ccm-page .h-placeholder{
    display: block;
 }


.acs_header_actions, .acs_header_actions a{
	color:#58585a;
	font-size:14px;
}

.acs_header_actions > li{
	margin-left:35px;
}

div.ccm-page header .socials i,div.ccm-page footer .socials i{
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 27px;
    height: 27px;
    padding: 0px 0px;
    text-align: center;
    padding-top: 5px;
    transition: all 0.5s;
}

div.ccm-page header .socials i:hover{
	background:#606060;
	color:#fff;
}

div.ccm-page footer .socials i{
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #fff;
    font-size: 22px;
    padding-top: 10px;
}

div.ccm-page footer .socials i:hover{
	background: #fff;
	color:#201e1e;
}

   div.ccm-page footer .contact_info i.fa{
        margin-right: 15px;
        font-size: 35px;
    }

    div.ccm-page footer .contact_info p{
        margin: 0;
        font-size: 0.85em;
    }

    div.ccm-page footer .contact_info_item{
        margin-bottom: 20px;
    }


div.ccm-page footer{
	min-height: 100px;
	padding:55px 0 30px 0;
	background-color: #323a44;
	color:#fff;
}

div.ccm-page footer .logo{
    /*padding-right: 50px;*/
    /*text-align: center;*/
}

div.ccm-page footer .logo img{
    display: inline-block;
    max-width: 180px;
}

div.ccm-page footer .footer_menu{
    padding-left: 50px;
}

div.ccm-page footer .contact_info{
     padding-left: 80px;
}

div.ccm-page footer h3 {
	color:#2d9ed6;
	padding-top: 0;
	font-weight: 500;
	font-size: 1.125em;
	margin-top: 0;
	margin-bottom: 35px;
}


div.ccm-page .subscribe_form input[type="email"],.subscribe_form input[type="email"]{
    border-radius: 0;
    width: 600px;
    max-width: 100%;
    font-size: 18px;
    height: 50px;
 
}

div.ccm-page .subscribe_form .form-subscribe-submit{
    padding: 10px 35px 12px 35px;
}



.white-popup .subscribe_form .btn.btn-primary{
    text-transform: uppercase;
   
    background-color:#2d9ed6;
    border-color: #2d9ed6; 
}


div.ccm-page .subscribe_form .btn, .subscribe_form .btn, div.ccm-page .subscribe_btn{
	border-radius: 0;
    width: 100%;
    color: #fff;
    background-color: #2d9ed6;
    font-size: 1.450em;
    font-weight: 500;
    padding: 15px 35px 17px 35px;
}

div.ccm-page footer .legal{
	color:#fff;
	font-weight: 500;
    font-size: 0.85em;
}

div.ccm-page .bkg_white_gray{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 41%, #f0f0f0 41%, #f0f0f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 41%,#f0f0f0 41%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 41%,#f0f0f0 41%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

div.ccm-page .bkg_gray{
	background-color: #f0f0f0;
}

div.ccm-page .gray-layout .container{
    background-color: #f0f0f0;
}

div.ccm-page .gray-layout .col-sm-6{
    padding:40px;
}

div.ccm-page .white-border{
    border: 3px solid #fff;
}

div.ccm-page .googleMapCanvas{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}



div.ccm-page h3 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

div.ccm-page h4{
    color:#000;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}


div.ccm-page .diseases-areas img{
    margin:0 0 20px 40px;
} 

div.ccm-page main p, div.ccm-page main ul li {
    line-height: 1.6em;
}

div.ccm-page main ul.blue-bullets{
    padding:0;
    margin-top: 35px;
}

div.ccm-page ul.blue-bullets li {
  list-style: none; 
      position: relative;
    padding-left: 28px;
}

div.ccm-page .border-top-bottom{
    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

div.ccm-page .text-large{
    font-size: 150%;
}

 ul.blue-bullets li::before {
    color: #2d9ed6;
    content: "\2022";
    font-size: 2em;
    padding-right: 0.5em;
    position: absolute;
    left: -5px;
    top: 0em;
    vertical-align: middle;
}

div.ccm-page .contact-form .form-control{
    border-radius: 0;
}

div.ccm-page #contact-us-contact-form .form-group{
    margin-bottom: 25px;
}

div.ccm-page #contact-us-contact-form .form-group:nth-child(1),
div.ccm-page #contact-us-contact-form .form-group:nth-child(2)
{
    display: inline-block; 
    width:49.7%;
}

div.ccm-page #contact-us-contact-form .form-group:last-child .control-label{
    display: none;
}

div.ccm-page .contact-form .btn.btn-primary{
    border-radius: 0;
    width: 360px;
    max-width: 90%;
    color: #fff;
    background-color: #2d9ed6;
    font-size: 1.450em;
    font-weight: 500;
}

div.ccm-page .contact-form.pcs form{
    max-width:700px;
    margin:0 auto;
}



div.ccm-page .contact-form.pcs .btn.btn-primary{
    width: auto;
    max-width: 100%;
    padding:5px 50px;
    font-size: 1em;
    margin: 30px auto 0 auto;
    transition: all 0.3s;
}

div.ccm-page .contact-form.pcs .btn.btn-primary:hover{
    opacity: 0.9;
}


.homepage_banner{
	max-height: 765px;
	overflow:hidden;
    position: relative;
}

div.ccm-page .bgvid{
	width:100%;
	z-index: 1;
	position:relative;
	background: url('../images/video_poster.jpg') no-repeat;
  	background-size: cover;
}

div.ccm-page .video_caption_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 35%;
}

div.ccm-page .video_caption{
    padding: 4% 3%;
    background: rgba(0,0,0,0.4);
    z-index: 5;
    position: relative;
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
}

div.ccm-page .video_caption p{
	font-size: 30px;
	font-weight: 400;
	color:#fff;
}

div.ccm-page .parallax{
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
     background-size:cover;
}

div.ccm-page .homepage_parallax{
	background-image: url('../images/homepage_parallax.jpg');
	padding:100px 0;
}

div.ccm-page .about_us_top{
    background-image: url('../images/about_us_top.jpg');

}

.white-popup.acs_bio img {
    filter: grayscale(1);
    max-width: 90%;
}

div.ccm-page div.ccm-block-page-title-byline span.page-author{
    display: none;
}


div.ccm-page .contact_us_top{
    background-image: url('../images/contact_us_top.jpg');
}

div.ccm-page .patient_spotlight_top{
    background-image: url('../images/patient_spotlight_top.jpg');
}

div.ccm-page .collaborating_top{
    background-image: url('../images/collaborating_top.jpg');
}

div.ccm-page .our_work_top{
    background-image: url('../images/our_work_top.jpg');
}

div.ccm-page .ineurorx_top{
    background-image: url('../images/ineurorx_top.jpg');
    height: 490px;
}

div.ccm-page .our_story{
    background-image: url('../images/our_story.jpg');
    height: 490px;
}

div.ccm-page .winame{
    background-image: url('../images/winame.jpg');
    height: 490px;
}

div.ccm-page .investors{
    background-image: url('../images/investors_bkg.jpg');
    height: 490px;
}

div.ccm-page .burden_of_care{
    background-image: url('../images/burden_of_care.jpg');
    height: 490px;
}

div.ccm-page #ineurorx_video .vid-overlay{
    background-image: url('../images/ineurorx_video_thumb.jpg');
    background-size: cover;
}



div.ccm-page .banner{
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}

div.ccm-page .banner .container{
    height: 100%;
    position: relative;
}

div.ccm-page .banner .bcl-bkg{
    padding: 40px 40px 40px 0;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 20%;
    left: -100%;
    font-size: 30px;
    background-color: rgba(0,0,0,0.5);
}

div.ccm-page .banner-caption-left{
    text-align: right;
    padding: 40px 40px 40px 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20%;
    left: 0;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    background-color: rgba(0,0,0,0.5);
}


div.ccm-page .blue-spacer{
    height: 130px;
    background-color: #2d9ed6;
    margin-top: 60px;
}

/* magnific popup styles */
.white-popup {
  position: absolute;
/*  top:-1000px;*/
  opacity:0;
  background: #FFF;
  padding: 50px 0;
  max-width: 100%;
  width: 1200px;
  margin: 20px auto;

    -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  transition: top 0.25s;
}

.white-popup.subribe_success{
    width: 700px;
    padding: 50px;
}


.mfp-ready .white-popup{
   position: relative; 
/*   top: 0;*/
 opacity:1;
}

.mfp-removing .white-popup{
/*     top:-1000px;*/
 opacity:0;
}

.ccm-edit-mode .mfp-hide{
    display: block !important;
    position: relative;
    background:transparent;
    top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

div.ccm-page .slider-600 .ccm-image-slider-container{
    max-width:600px;
    margin:0 auto;
}

div.ccm-page .btn-default, div.ccm-page .btn-default:focus{
    color:#2d9ed6;
    border-color: #2d9ed6;
    background-color: #fff;
    transition: all 0.4s;
}

div.ccm-page .btn-default:hover{
    background-color:  #2d9ed6;
    color:#fff;
    border-color: #2d9ed6;
}

.nda_stat{
    text-align: center;
}

.nda_stat img{
    max-height: 335px;
    display: inline-block;
}

.grid_wrapper{
    display: grid;
}

.grid_wrapper.col_2_no_gap{
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
}

.our_values .grid_wrapper .grid_col{
    height: 530px;
    box-sizing: border-box;
}

.our_values .grid_wrapper .grid_col.left_col{
    background-image: url('../images/our_values_bkg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 200px;
}

.our_values .grid_wrapper .grid_col.left_col h1{
    color: #fff;
}

div.ccm-page .acs_members_tab{
    display: none;
}

 .ccm-edit-mode div.ccm-page .acs_members_tab{
    display: block;
}

.btn-lg.full_width{
    width: 100%;
}

div.ccm-page .blue_wood_bg *{
    color: #fff;
}

div.ccm-page .blue_wood_bg .alert-success {
    background-color: transparent;
    border-color: #ffffff;
}

div.ccm-page .blue_wood_bg input,
div.ccm-page .blue_wood_bg select,
div.ccm-page .blue_wood_bg textarea{
    color: #333;
}

div.ccm-page #career_form_tab{
    display: none;
}

.ccm-edit-mode div.ccm-page #career_form_tab{
    display: block;
}

div.ccm-page .owl-carousel .owl-stage{
/*    display: flex;
    align-items: center;*/
}

div.ccm-page .owl-carousel .owl-stage .owl-item{
    min-height: 100px;
    display: flex;
    align-items: center;
}

div.ccm-page .our_mission_logo img{
    max-width: 300px;
}

/* Sections */
/* Who we are  */

div.ccm-page .who_we_are .left_col,
div.ccm-page .our_mission .left_col,
div.ccm-page .our_values .left_col{
    text-align: right;
    padding-right: 55px;
}

div.ccm-page .our_mission .right_col{
    padding-left: 50px;
}

/* Vacancy page  */
div.ccm-page .vacancy-details h1{
    line-height: 1;
    margin-top: 0;
    margin-bottom: 50px;
}

div.ccm-page .vacancy-details h3{
    font-weight: 500;
    color: #919191;
}

div.ccm-page .gray_bg .v_content{
    padding-top: 30px;
    padding-bottom: 30px;
}

div.ccm-page .gray_bg{
    background: #f9f9f9;
}

#vacancy_form .form-group:nth-child(1),
#vacancy_form .form-group:nth-child(2){
    display: none;
}

/* Media Queries */



@media (max-width: 1380px){



    
    div.ccm-page #contact-us-contact-form .form-group:nth-child(1),
div.ccm-page #contact-us-contact-form .form-group:nth-child(2)
{
    display: block; 
    width:100%;
}

}

@media (max-width:1200px)  {
     div.ccm-page .parallax {
            background-attachment: fixed;
            background-size: 200%;
        }

     #collage_p1{
     margin: -70px 3% 0px 0px;
     width: 25%;
    }

    #collage_p2{
      margin: 20px 3% 0px 0;
       width: 40%;
    }    

    #collage_p3{
        margin: -60px 0px 0px 0px;
       width: 25%;
    }   

    #collage_p4{
         margin: -30px 30px 0px 20px;
         width: 41%;
    }

    div.ccm-page footer .footer_menu,
    div.ccm-page footer .contact_info{
       padding-left: 15px; 
    }

    div.ccm-page main .btn-lg.btn-inverse.acs_members_control{
        height: 90px;
        margin-bottom: 5px;
    }

    div.ccm-page .who_we_are .grid_wrapper.col_2_no_gap{
        grid-template-columns: 1fr;
        grid-gap: 30px;
        align-items: center;
    }

    div.ccm-page .who_we_are .left_col{
        padding: 0 15px;
        text-align: center;
    }

}


@media (max-width:991px)  {
      div.ccm-page footer .col-sm-12, 
      div.ccm-page footer .col-sm-7, 
      div.ccm-page footer .col-sm-5  {
          margin-bottom:50px;
        }

     /*   footer .contact_info{
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
             margin-top: 50px;
        } */

        .form-inline .form-group {
            margin-bottom: 15px;
        }

      div.ccm-page footer .logo{
            text-align: center;
        }

        div.ccm-page  .vacancy-details .btn-lg.btn-inverse{
            font-size: 15px;
            padding: 13px 35px;
        }

    }    

@media (max-width:767px)  {

.flex_center,
.flex_center_row_wrapper .row{
    display: block;
}

.contact_info_item.flex_center{
    display: flex;
}

     div.ccm-page header{
        padding-top: 10px;
        max-height: 220px;
     }

    div.ccm-page .acs_header_actions>li{
        display:block;
        margin-bottom: 5%;
    }

     div.ccm-page  .vacancy-details .btn-lg.btn-inverse{
        font-size: 15px;
        padding: 13px 35px;
        margin-bottom: 30px;
        display: inline-block;
        width: auto;
    }

    div.ccm-page .acs_header_actions .socials{
        margin-right: -10px;
    }

   div.ccm-page header .logo{
        margin-top:0;
    }

     div.ccm-page header .logo img{
             max-width: 160px;
         }

    div.ccm-page.shrink  header .nav_holder{
/*        margin-top: 34px;*/
    }

    div.ccm-page .bkg_white_gray{
       background: url('../images/video_poster.jpg') top center no-repeat;
       padding:200px 0px;
    }

    div.ccm-page .video_caption_holder{
        position: relative;
    }

    div.ccm-page .homepage_banner video{
        display:none;
    }

    div.ccm-page .video_caption p{
        font-size: 20px;
    }

    div.ccm-page .video_caption{
        margin:0 auto;
    }

    div.ccm-page .parallax, div.ccm-page .bkg_white_gray {
        background-attachment: scroll;
       /* background-size: 250%; */
       background-size: cover;
    }

    .h-placeholder{
        height: 200px;
    }




    footer .logo img{
        margin:0 auto;

    }

#collage_p1{
    margin: 0px 10px 0px 20px;
    
}

#collage_p2{
    margin: 30px 0px 0px 0px;
    }

#collage_p3{
    margin: 0px 0px 0px 0px;

   
}

#collage_p4{
    margin: 15px;
    width: 100%;
    float: none;
}

p.collage_text{
    margin-left: 0;
}

div.ccm-page footer .logo{
    padding-right: 0px;
}

        footer .contact_info{
            display: inline-block;
           margin-top: 20px;
        }


   div.ccm-page .our_values .grid_wrapper,
    div.ccm-page .our_mission .grid_wrapper {
        grid-template-columns: 1fr;
    }

    .our_values .grid_wrapper .grid_col.left_col{
        height: 200px;
        padding: 0;
        text-align: center;
        display: grid;
        align-items: center;
    }

    div.ccm-page .our_mission .grid_col.left_col{
        text-align: center;
        padding-right: 0;
        margin-top: 30px;
        order: 1;
    }

    div.ccm-page .our_mission .right_col{
        padding-left: 0;
        text-align: center;
    }

     div.ccm-page .our_mission .right_col img{
        display: inline-block;
     }

}

@media (max-width:1100px) {

    .custom-sm-layout .col-sm-5, .custom-sm-layout .col-sm-7{
        width: 100%;
    }
}

/*

@media (max-width:667px){
   div.ccm-page .parallax, div.ccm-page .bkg_white_gray  {
       background-size: 300%;
     }
}

@media (max-width:500px){
    div.ccm-page .parallax, div.ccm-page .bkg_white_gray  {
       background-size: 400%;
     }
}

*/
