﻿
.procedure_listing {
  margin-top: 25px;
}

.subcategory h3 {
  font-size: 1.5em;
}

.subcategory > p {
  font-family: Arial, sans-serif;
}

.subcategory h4,
.condition_listing h4 {
  margin-top: 0;
}

.body_content_col .subcategory h4 a,
.body_content_col .condition_listing h4 a {
  color: #666;
}

.possible_procedures {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #A99E8E;
}

.procedures_select .possible_procedures h2 {
  font-size: 2em;
  margin-top: -10px;
  margin-bottom: 5px;
  color: #2C3D77;
  font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
}

.possible_procedures h2 a {
    color: #111111;
    font-family: 'Quattrocento', Georgia, 'Times New Roman', Times, serif;
}

.possible_procedures a.next_procedure {
    color: #111111 !important;
}

.possible_procedures h2 .small {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #111111;
  font-size: 0.65em;
  line-height: 1.4em;
}

.procedures_select .possible_procedures p {
    margin: 14px 0px;
}

.procedure_search_image_gallery {
  position: relative;
  border: 1px solid #666;
  overflow: hidden;
}

a.next_procedure {
  float: right;
  color: #666 !important;
}

.procedure_search_image {
  width: 100%;
}

.procedure_search_image img {
  max-width: 100%;
}

.procedure_search_image .procedure_search_image_text {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: url("../../../../_resources/images/rgba0-0-0-0.7.png");
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.9em;
  line-height: 1.4em;
  transition: bottom 2s;
}

.cycle-slide-active .procedure_search_image_text {
  bottom: 0;
}

.procedure_search_image .procedure_search_image_text p {
  margin: 0;
  color: #FFFFFF;
}

.gallery_pager_next,
.gallery_pager_previous {
  position: absolute;
  z-index: 101;
  top: 45%;
  font-size: 24px;
  margin-top: -12px;
  cursor: pointer;
}

.gallery_pager_next {
  right: 10px;
}

.gallery_pager_previous {
  left: 10px;
}

/*--------------------------------------------------------------*/

.procedures_nav section img {
    margin: 0 auto;
}

.procedures_nav section > a,
.procedures_nav section > div {
    background-color: #9f8e75;
    border-radius: 5px;
    display: block;
    height: 100%;
    padding: 5px;
    text-align: center;
    width: 100%;

    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.procedures_nav section > a:hover,
.procedures_nav section > div:hover {
    background-color: #7e6c53;
}

.procedures_nav section > a h3,
.procedures_nav section > div h3 {
    color: #ffffff;
    margin-top: 5px;
    font-size: 1.7em;
}

.procedures_nav section:nth-of-type(2n) > a,
.procedures_nav section:nth-of-type(2n) > div {
    background-color: #bd9b6b;

    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.procedures_nav section:nth-of-type(2n) > a:hover,
.procedures_nav section:nth-of-type(2n) > div:hover {
    background-color: #9b7949;
}

.procedures_nav {
    margin-top: 50px;
    margin-bottom: 50px;
}

.procedures_nav h2 {
    color: #9f8e75;
}

.procedures_nav ul {
    padding: 0px 10px;
    list-style-type: none;
    text-align: left;
}

.procedures_nav ul li {
    position: relative;
    padding-left: 15px;
}

.procedures_nav ul li + li {
    margin-top: 4px;
}

.procedures_nav ul li:before {
    position: absolute;
    top: -1px;
    left: 0px;
    color: #FFFFFF;
    content: "\f0da ";
    font-family: FontAwesome;
}

.procedures_nav ul li a {
    color: #FFFFFF;
}

/*--------------------------------------------------------------*/

.procedures_select {
    background-color: #e9dece;
    display: table;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 14px;
}

.procedures_select .form-group {
    margin-top: 14px;
}

.procedures_select h2 {
    color: #9f8e75;
    margin-bottom: 0;
}

.procedures_select p {
    margin: 0;
}

.procedures_select .btn-default {
    background: #bd9b6b;
}

.procedures_select .btn-default:hover,
.procedures_select .btn-default:focus,
.procedures_select .btn-default:active {
    background: #cdab7b;
}

/*--------------------------------------------------------------*/

.results_panel {
  background: #fff;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
}

.results_list {
  overflow: auto;
  padding-left: 25px;
  text-align: left;
  font-size: 0.9em;
  height: 150px;
  margin-right: -15px;
  padding-right: 15px;
}

.results_list img {
  max-height: 70px;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-bottom: 5px;
}

.results_list .result {
  padding-bottom: 15px;
}

.results_display h3 {
  font-weight: normal;
  font-size: 1.8em;
  text-align: left;
  padding-left: 25px;
  font-family: Arial, sans-serif;
  color: #B4DEFF;
}

.article_content {
  padding-top: 1px;
}

a.link_information_leaflet {
  float: right;
  margin-top: 15px;
  padding-left: 25px;
  color: #666 !important;
  background: url("../../../../_resources/images/pdf.png") left center no-repeat;
}

.article_page .article_content h2 {
  margin-top: 30px;
}

.article_page header {
  margin-bottom: 15px;
}

.nojs #quick_links {
  display: none;
}

#quick_links h2 {
  font-size: 2em;
}

#quick_links a {
  color: #2f2f2f;
  font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
  font-size: 1em;
}

#quick_links ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

#quick_links li {
  margin: 5px 0;
  padding: 0 0 0 15px;
  text-indent: -15px;
}

#quick_links li:before {
    color: #BD9B6B;
    content: "\f0da ";
    font-family: FontAwesome;
    margin-right: 5px;
}

.image_column img {
  max-width: 100%;
  float: right;
}

.article_content h2 {
  font-size: 2em;
}

.article_content .back_to_top {
  float: right;
  margin-top: 2px;
  padding-left: 25px;
  font-size: 0.55em;
  background: url("../images/top.png") left center no-repeat;
}

.more_resources_links {
  font-size: 0.9em;
  line-height: 1.5em;
}

.body_content_col .more_resources h2 {
  color: #444 !important;
}

.procedure_image img {
  max-width: 100%;
}

/*--------------------------------------------------------------*/

.procedure_category_title {
    float: left;
    padding: 14px;
    color: #FFFFFF;
    font-size: 2em;
    background-color: #BD9B6B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.procedure_category_title.breast,
.procedure_category_title.body {
    background-color: #9F8E75;
}

.procedure_category_title img {
    display: block;
}

.procedure_category_list {
    margin: 0px 0px 30px 14px;
    padding: 0px;
    list-style-type: none;
    font-size: 1.2em;
    line-height: 1.4em;
}

.procedure_category_list li {
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.procedure_category_list li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\f0da ";
    color: #9d7b4b;
    font-family: FontAwesome
}

.procedure_category_list li a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------*/

.procedure_common_terms {
    margin: 20px 0px;
}

.procedure_common_terms h2 {
    margin: 0px;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 1.3em;
    background-color: #BD9B6B;
}

.procedure_common_terms ul {
    margin: 0px;
    padding: 10px 15px;
    list-style-type: none;
    background-color: #E9DECE;
}

.procedure_common_terms ul li {
    margin: 0px;
    padding: 0px;
    color: #000000;
}

/*--------------------------------------------------------------*/