
/* home */
div.top_spacer{
    position: relative;
    height: 50px;
    padding: 0;
    margin: 0;
}
#content_home{
    position: relative;
    background-image: url('/images/side_bk.png');
    background-position: left;
    background-repeat: repeat-y;
    padding-top: 0;
}

#content_home div.hm_logo{
    position: relative;
    padding:0px 50px 0px 50px; margin: 0;
}

#content_home h1{font-size: 50px; line-height: 55px;
width:60%; margin-top: 40px; margin-bottom: 40px;
}
#content_home p{font-size: 14px; line-height: 16px;
width:60%; color: #676767; margin-bottom: 15px;
}
#content_home a.red_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    
}

#content_home a.disabled_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
    background-color: #c0c0c0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    opacity: 0.4;
    
}
#content_home select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #000000;
    background-color:#c0c0c0;
    background-image: none;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'open_sans',Arial, Helvetica, serif;
}
/* Remove IE arrow */
#content_home select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#content_home .custom_select {
  position: relative;
  display: flex;
  width: 480px;
  height: 44px;
  
  overflow: hidden;
}
/* Arrow */
#content_home .custom_select::after {
  content: url('/images/select_pointer.png');
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height:44px;
  background-color: #f31200;
  transition: .25s all ease;
  pointer-events: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-align: center;
}
/* Transition */
#content_home .custom_select:hover::after {
  color: #f39c12;
}


/* adhd_customer_profile */

#adhd_customer_profile div.profile_row{
    position: relative;
    padding: 0px 0px 15px 0px;
    margin: 0;
    width:820px;
 
}
#adhd_customer_profile div.profile_input{
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    
}
#adhd_customer_profile div.profile_input label{
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    color: #000000;
    margin: 0px -3px 0px 0px;
     padding: 0px 5px 0px 10px;
    background-color: #c0c0c0;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 44px;
    vertical-align: middle;
    text-align: left;
}
.hw{width:190px;}
.fw{width:610px;}

#adhd_customer_profile p.profile_or{
    display: inline-block;
    font-size: 20px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    color: #ffffff;
    font-weight: bold;
    background-color: #4c4948;
    margin: 0px 10px 0px 0px;
    padding: 0px 5px 0px 5px;
    width: 60px;
    height: 44px;
    text-align: center;
    border-radius: 22px;
}
#adhd_customer_profile div.profile_input input{
    font-size: 22px;
    line-height: 28px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    width:110px;
    height: 44px;
    margin: 0px 10px 0px 0px;
    padding: 0px 7px 0px 3px;
    background-color: #efefef;
    border: none;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    outline: none;
    vertical-align: middle;
}

#adhd_customer_profile select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #000000;
    background-color:#c0c0c0;
    background-image: none;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'open_sans',Arial, Helvetica, serif;
}
/* Remove IE arrow */
#adhd_customer_profile select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#adhd_customer_profile .custom_select {
  position: relative;
  display: flex;
  width: 480px;
  height: 44px;
  
  overflow: hidden;
}
/* Arrow */
#adhd_customer_profile .custom_select::after {
  content: url('/images/select_pointer.png');
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height:44px;
  background-color: #f31200;
  transition: .25s all ease;
  pointer-events: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-align: center;
}
/* Transition */
#adhd_customer_profile .custom_select:hover::after {
  color: #f39c12;
}

#adhd_customer_profile div.right_button{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
#adhd_customer_profile a.red_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 200px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
}


/* adhd_select_pathway */

#adhd_select_pathway  div.select_container {
    
    position: relative;
    margin: 40px 0;
    text-align: left;

}
#adhd_select_pathway select {
    /* Reset Select */ 
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0px 65px 0px 10px;
    color: #000000;
    background-color:#c0c0c0;
    background-image: none;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    width:100%;
}
/* Remove IE arrow */
#adhd_select_pathway select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#adhd_select_pathway .custom_select {
  position: relative;
  display: block;
  height: 44px;
  overflow: hidden;
  margin:10px 10px 10px 0px;
  
}
/* Arrow */
#adhd_select_pathway .custom_select::after {
  content: url('/images/select_pointer.png');
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height:44px;
  background-color: #f31200;
  transition: .25s all ease;
  pointer-events: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-align: center;
}
/* Transition */
#adhd_select_pathway .custom_select:hover::after {
  color: #f39c12;
}


#adhd_select_pathway a.red_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 50px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;;
    width: 200px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
}

/* adhd_pathway_intro_case_study */


#adhd_pathway_intro_case_study #accordion{
    margin-top: 50px;
}

#adhd_pathway_intro_case_study a.red_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    line-height: 20px;
    width: 200px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    margin: 40px 0;
    
}

/* pathways general */
 #mdt_support{
    position: relative;
    margin: 30px 0px 110px 0px;
    padding: 0;
   
 }
div.mdt_button{
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.mdt_container {background-image: none !important;}
.mdt_item_container{
    position: relative;
    margin: 0px auto 20px auto;
    padding: 0;
    width: 100%;
    height:60px;
    text-align: center;
}
.mdt_item {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: 600px;
    display: none;
    height: 60px;
}
.sc_item_container{
    position: relative;
    margin: 0px auto 20px auto;
    padding: 0;
    width: 100%;
    height:60px;
    text-align: center;
}
.sc_item {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    display: none;
    max-width: 600px;
    height: 60px;
}


.pathways .pathway_container{
    position: relative;
    margin: 10px auto 10px auto;
    padding: 0;
    max-width: 870px;
    text-align: center;
}


.pathways .pdg{
    background-color: #4e4a4b;
    color: #ffffff;
}
.pathways .pw{
    background-color: #ffffff;
    color: #4e4a4b;
}
.pathways .pr{
    background-color: #ee1100;
    color: #ffffff;
}
.pathways .sc{
    border-width: 1px;
    border-style: dashed;
    border-color: #ee1100;
    background-color: #ffffff;
    color: #ee1100;
}
.pathways .sc .shape_content p{
    padding: 2px 0px 2px 0px;
    margin: 0;
    font-weight: bold;
     font-size: 16px;
    line-height: 56px;
    color: #ee1100;
    vertical-align: middle;
}
div.flex_container_1{
     display: flex;
  justify-content: center;
 
  margin: 0 auto 0 auto;
  gap: 20px;
}
div.flex_container_2{
    display: flex;
    margin: 0 auto 0 auto;
    gap: 20px;
}
div.flex_container_3{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    align-items: stretch;
    flex-direction: column;
    min-width: 25%;
}
div.flex_container_4{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}
div.flex_container_5{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}
div.flex_container_6{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
    
}
div.flex_container_7{
    display: flex;
    justify-content: start;
    margin: 0 auto 0 auto;
    gap: 20px;
    align-items: stretch;
    height: 100%;
    
}
div.flex_container_8{
    display: flex;
    justify-content: end;
    margin: 0 auto 0 auto;
    gap: 20px;
    align-items: stretch;
    height: 100%;
    
}
.plain_block{
    position: relative;
    margin: 0px auto 5px auto;
    padding: 0;
    text-align: left;
    
}
.flex_container_w1{
     max-width: 870px;
}
.flex_container_w2{
     max-width: 826px;
}
.flex_container_w3{
     max-width: 550px;
     margin-bottom: 40px !important;
}

/* header bar */
.pathways .rectangle1{
    width:100%;
    max-width: 870px; height:60px;
    border-radius: 30px;
    
    margin:0px auto 20px auto;
    display: flex;
    justify-content: center;
  
    gap: 20px;
}
/* full width 2 box */
.pathways .rectangle2{
    width:100%;
    max-width: 810px; min-height:100px;
    border-radius: 5px; 
    border-color: #4e4a4b;
    border-width: 1px;
    margin:0px auto 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
  
    gap: 20px;
}

/* full width 3 box */
.pathways .rectangle3{
    flex: 2; min-height:100px;
    border-radius: 8px; 
    border-color: #4e4a4b;
    border-width: 1px;
    margin:0px auto 20px auto;
    text-align: center;
    align-items: center;
}

/* column stacking box */
.pathways .rectangle4{
    display: flex;
    flex: 2; min-height:55px;
    border-radius: 8px; 
    border-color: #4e4a4b;
    border-width: 1px;
    margin:0px auto 20px auto;
    text-align: center;
    align-items: center;
    width:100%;
}
/* column stacking box */
.pathways .rectangle5{
    display: flex;
    flex: 2; 
    border-radius: 8px; 
    border-color: #4e4a4b;
    border-width: 1px;
    margin:0px auto 20px auto;
    text-align: center;
    align-self: stretch;
    justify-content: space-between;
    flex-grow:1;

}
.pathways .rectangle6{
    display: flex;
flex: 2; 
border-radius: 8px;
text-align: left;
align-self: stretch;
justify-content: space-between;
gap: 20px;
}
/* full width 3 box */
.pathways .rectangle7{
    display: flex;
    min-height:70px;
    border-radius: 8px; 
    border-color: #4e4a4b;
    border-width: 1px;
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
/* header bar */
.pathways .total_cost{
    width:100%;
    max-width: 600px; height:60px;
    border-radius: 30px;
    
    margin:0px auto 0px auto;
    display: flex;
    justify-content: center;
  
}
.pathways .shared_care{
    width:100%;
    max-width: 600px; height:60px;
    border-radius: 30px;
    
    margin:0px auto 0px auto;
    display: flex;
    justify-content: center;
  
}
#refs_container{
    position: absolute;
    top: 0px;
    left :0px;
    width:220px;
    height:60px;
    margin:0px;
    padding:0px;
}
#costslist_container{
    position: absolute;
    top: 0px;
    left :0px;
    width:220px;
    height:60px;
    margin:0px;
    padding:0px;
}
.pathways .pw .shape_content{
    position: relative;
    width:100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    padding: 25px 0px 15px 0px;
    margin: 0;
}
.pathways .pdg .shape_content{
    position: relative;
    width: 100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 0;
}
.pathways .ref_button{
    position: relative;
    width:220px;
    height:60px;
    border-radius: 30px;
    margin:0px;
    background-color: #4e4a4b;
    color: #ffffff;
    cursor: pointer;
    
}
.pathways .ref_button .shape_content p{
    padding: 2px 0px 2px 0px;
    margin: 0;
    font-weight: bold;
     font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    vertical-align: middle;
}
.pathways .hcp_button{
    position: relative;
    width:220px;
    height:60px;
    border-radius: 30px;
    margin:0px;
    background-color: #ed1401;
    color: #ffffff;
    cursor: pointer;
    
}
.pathways .hcp_button .shape_content p{
    padding: 2px 0px 2px 0px;
    margin: 0;
    font-weight: bold;
     font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    vertical-align: middle;
}

.pathways .shape_content .openpop_text_w{
    position: absolute;
     display: inline-block;
    width: 25px;
    height: 25px;
    right: 3px;
    top:3px;
    margin: 0; padding: 0;
}
.pathways .shape_content .openpop_cost_text{
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 25px;
    right: 15px;
    top:17px;
    margin: 0; padding: 0;
    text-align: right;
}
.pathways .shape_content .openpop_cost_text a{
    display: inline-block;
    margin: 0px 0px 0px 10px; padding: 0;
    text-align: right;
}
.pathways .shape_content .openpop_time{
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    left: 15px;
    top:17px;
    margin: 0; padding: 0;
}
.pathways .shape_content .openpop_time a{
    display: inline-block;
    margin: 0; padding: 0;
}
.pathways .shape_content .openpop_cost_dg{
    position: absolute;
     display: inline-block;
    width: 50px;
    height: 25px;
    right: 65px;
    top:17px;
    margin: 0; padding: 0;
}



.pathways .pw .shape_content p{
    padding:3px 5px 15px 5px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #4e4a4b;
    vertical-align: middle;
}
.pathways .pw .shape_content a{
    color: #4e4a4b;
    
}
.pathways .pdg .shape_content p{
    padding: 0px 85px 0px 85px;
    margin: 8px 10px 8px 10px;
    font-weight: bold;
     font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    height: 36px;
    vertical-align: middle;
    overflow: hidden;
}
.pathways .pdg .shape_content a{
    color: #ffffff;
    
}
.pathways .pdg .shape_content span{
    
     font-size: 12px;
    line-height: 16px;
 
}
.pathways .pr .shape_content p{
    padding: 2px 0px 2px 0px;
    margin: 0;
    font-weight: bold;
     font-size: 14px;
    line-height: 56px;
    color: #ffffff;
    vertical-align: middle;
}
.pathways .pr .shape_content a{
    color: #ffffff;
    
}
.shape_content_adj{
    text-align: left !important;
    align-items: stretch !important;
}
.shape_content_adj p{
    padding-left: 0px !important;
}
a.pathway_back{
    display: block;
    position: absolute;
    right: 30px;
    top:15px;
    color: #ee1100;
    border: 1px solid #ee1100;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width:160px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
}
a.pathway_back:hover{
    background-color: #ee1100;
    color: #ffffff;
    text-decoration: none;
}
a.pathway_selback{
    display: block;
    position: absolute;
    left: 30px;
    top:15px;
    color: #ee1100;
    border: 1px solid #ee1100;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width:260px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
}
a.pathway_selback:hover{
    background-color: #ee1100;
    color: #ffffff;
    text-decoration: none;
}

.box_border_solid{border-style: solid;}
.box_border_dashed{border-style: dashed;}
.box_border_none{border-style: none;}

.box_hide{visibility: hidden;}
.box_show{border-style: dashed;}

/* interative_pathway_select */

#interative_pathway_select select {
    /* Reset Select */
    appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  padding: 0px 65px 0px 10px;
  color: #000000;
  background-color: #c0c0c0;
  background-image: none;
  cursor: pointer;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
  font-family: 'open_sans',Arial, Helvetica, serif;
  width: 100%;
}
/* Remove IE arrow */
#interative_pathway_select select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#interative_pathway_select .custom_select {
  position: relative;
  display: flex;
  max-width: 790px;
  height: 44px;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
}
/* Arrow */
#interative_pathway_select .custom_select::after {
  content: url('/images/select_pointer.png');
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height:44px;
  background-color: #f31200;
  transition: .25s all ease;
  pointer-events: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-align: center;
}
/* Transition */
#interative_pathway_select .custom_select:hover::after {
  color: #f39c12;
}

#interative_pathway_select a.red_button{
    display: block;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    
}


/* permission_form */

#permission_form div.permission_container{
    position: relative;
    padding: 0;
    margin: 0;
    width:60%;
}
#permission_form div.profile_row{
    position: relative;
    padding: 0px 0px 15px 0px;
    margin: 0;
    width:820px;
 
}
#permission_form div.profile_input{
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    
}
#permission_form div.profile_input label{
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    color: #000000;
    margin: 0px -3px 0px 0px;
     padding: 0px 5px 0px 10px;
    background-color: #c0c0c0;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 44px;
    vertical-align: middle;
    text-align: left;
}
#permission_form .hw{width:190px;}
#permission_form .fw{width:160px;}

#permission_form p.profile_or{
    display: inline-block;
    font-size: 20px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    color: #ffffff;
    font-weight: bold;
    background-color: #4c4948;
    margin: 0px 10px 0px 0px;
    padding: 0px 5px 0px 5px;
    width: 60px;
    height: 44px;
    text-align: center;
    border-radius: 22px;
}
#permission_form div.profile_input input{
    font-size: 22px;
    line-height: 28px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    width:460px;
    height: 44px;
    margin: 0px 10px 0px 0px;
    padding: 0px 7px 0px 3px;
    background-color: #efefef;
    border: none;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    outline: none;
    vertical-align: middle;
}

#permission_form select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #000000;
    background-color:#c0c0c0;
    background-image: none;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'open_sans',Arial, Helvetica, serif;
}
/* Remove IE arrow */
#permission_form select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#permission_form .custom_select {
  position: relative;
  display: flex;
  width: 480px;
  height: 44px;
  
  overflow: hidden;
}
/* Arrow */
#permission_form .custom_select::after {
  content: url('/images/select_pointer.png');
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height:44px;
  background-color: #f31200;
  transition: .25s all ease;
  pointer-events: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-align: center;
}
/* Transition */
#permission_form .custom_select:hover::after {
  color: #f39c12;
}

#permission_form div.right_button{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
#permission_form a.red_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 200px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
}
#permission_form a.disabled_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
    background-color: #c0c0c0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    opacity: 0.4;
    
}
/* checkbox style */
#permission_form .chk_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#permission_form .chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#permission_form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px #ed1401 solid;
}

/* On mouse-over, add a grey background color */
#permission_form .chk_container:hover input ~ .checkmark {
  background-color: #cccccc;
}

/* When the checkbox is checked, add a blue background */
#permission_form .chk_container input:checked ~ .checkmark {
  background-color: #ed1401;
}

/* Create the checkmark/indicator (hidden when not checked) */
#permission_form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#permission_form .chk_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#permission_form .chk_container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
#permission_form  .error_display{
    display: none;
    background-color: #fcf907 !important;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    text-align: center;
    border-radius: 10px;
}
#permission_form  #error_p{
   color: #f31200;
   font-size: 22px;
   line-height: 26px;
   font-weight: bold;
   
    
}

#permission_form .validate_err{
    background-color: #fcf907 !important;
}

/* survey_content */

#survey_content div.permission_container{
    position: relative;
    padding: 0;
    margin: 0;
    width:60%;
}
#survey_content div.profile_row{
    position: relative;
    padding: 0px 0px 15px 0px;
    margin: 0;
    width:820px;
 
}
#survey_content div.profile_input{
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    
}
#survey_content div.profile_input label{
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    color: #000000;
    margin: 0px -3px 0px 0px;
     padding: 0px 5px 0px 10px;
    background-color: #c0c0c0;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 44px;
    vertical-align: middle;
    text-align: left;
}
#survey_content .hw{width:190px;}
#survey_content .fw{width:160px;}

#survey_content p.profile_or{
    display: inline-block;
    font-size: 20px;
    line-height: 44px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    color: #ffffff;
    font-weight: bold;
    background-color: #4c4948;
    margin: 0px 10px 0px 0px;
    padding: 0px 5px 0px 5px;
    width: 60px;
    height: 44px;
    text-align: center;
    border-radius: 22px;
}
#survey_content div.profile_input input{
    font-size: 22px;
    line-height: 28px;
    font-family: 'open_sans',Arial, Helvetica, serif;
    width:460px;
    height: 44px;
    margin: 0px 10px 0px 0px;
    padding: 0px 7px 0px 3px;
    background-color: #efefef;
    border: none;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    outline: none;
    vertical-align: middle;
}

#survey_content  .error_display{
    display: block;
    background-color: #fcf907 !important;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    text-align: center;
    border-radius: 10px;
}
#survey_content  #error_p{
   color: #f31200;
   font-size: 22px;
   line-height: 26px;
   font-weight: bold;
   
    
}

#survey_content .validate_err{
    background-color: #fcf907 !important;
}

/* compare_pathway */

#compare_pathway #compare_pathways_select{
    position: relative;
    display: inline-block;
    width: 45%;
    margin: 0px 5px 10px 0px;
}
#compare_pathway #result_pathways_select{
     position: relative;
    display: inline-block;
    width: 45%;
    margin: 0px 0px 10px 5px;
}

#compare_pathway select {
    /* Reset Select */
    appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  padding: 0px 65px 0px 10px;
  color: #000000;
  background-color: #c0c0c0;
  background-image: none;
  cursor: pointer;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
  font-family: 'open_sans',Arial, Helvetica, serif;
  width: 100%;
}
/* Remove IE arrow */
#compare_pathway select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#compare_pathway .custom_select {
  position: relative;
  display: flex;
  max-width: 790px;
  height: 44px;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
}
/* Arrow */
#compare_pathway .custom_select::after {
  content: url('/images/select_pointer.png');
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height:44px;
  background-color: #f31200;
  transition: .25s all ease;
  pointer-events: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-align: center;
}
/* Transition */
#compare_pathway .custom_select:hover::after {
  color: #f39c12;
}

#compare_pathway a.red_button{
    display: block;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    
}

/* compare_pathway_results */

#compare_pathway_results #tbl_pathway1{
    position: relative;
    display: inline-block;
    width: 45%;
    margin: 0px 5px 10px 0px;
    vertical-align: top;
}
#compare_pathway_results #tbl_pathway2{
     position: relative;
    display: inline-block;
    width: 45%;
    margin: 0px 0px 10px 5px;
    vertical-align: top;
}

#compare_pathway_results div.tbl_container{
    position: relative;
    padding: 8px;
    margin: 0px;
    background-color: #efefef;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#compare_pathway_results div.tbl_header{
    position: relative;
    display: table;
    background-color: #c0c0c0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
    margin: 10px 0px 0px 0px;
    padding: 0;
    height:50px;
    width:100%;
    vertical-align: middle;
    overflow: hidden;
}
#compare_pathway_results h2.tbl_header_text{
    position: relative;
    display: table-cell;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    padding: 8px 10px 8px 10px;
    vertical-align: middle;

}

#compare_pathway_results table{
    width: 100%;
    
}

#compare_pathway_results table hr{
    background-color: #000000;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

#compare_pathway_results span.tred{
    color:#ee1100;
}

#compare_pathway_results a.red_button{
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 18px;
    width: 150px;
    background-color: #ee1100;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
    
}

#compare_pathway_results h2.results_total{
        position: relative;
    
    background-color: #c0c0c0;
    border-top-right-radius: 15px;
    padding: 8px;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    height:30px;
    overflow: hidden;
}
#compare_pathway_results div.total_container{
    position: relative;
    padding: 8px;
    margin: 0px;
    background-color: #ee1100;

    border-bottom-right-radius: 15px;
}
#compare_pathway_results div.total_container p{
    color:#ffffff;
    
}
#compare_pathway_results hr.wht{
    background-color: #ffffff;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

#compare_pathway_results h2.results_blank{
    height:30px;
     padding: 8px;
    margin: 10px 0px 0px 0px;
}
#compare_pathway_results div.diff_container{
    position: relative;
    padding: 8px;
    margin: 0px;
    background-color: #ee1100;
    width:300px;

    border-radius: 15px;
}
#compare_pathway_results div.diff_container p{
    position: relative;
    color:#ffffff;
    text-align: center;
    font-size: 18px;
}
#cp_2_3, #cp_5_3,
#cp_7_1, #cp_7_1,
#cr_2_3, #cr_5_3,
#cr_7_1, #cr_7_1{
    font-weight: bold;
}
.indicator_icons {
    position: absolute;
    display: inline-block;
    width: 31px;
    height: 31px;
    right: 0px;
    top:5px;
}

/* survey page*/

#survey_content{
    position: relative;
    margin-bottom: 60px;
    width:80%;
}

#survey_content a.red_button{
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
    background-color: #f31200;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 19px;
    font-weight: bold;
}
    