.video-gallery {
  width: 100%;
  padding-left: var(--rdnt-gutter-half);
  padding-right: var(--rdnt-gutter-half);
}
.video-gallery .video-gallery-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: calc(var(--rdnt-gutter) * -1);
  margin-right: calc(var(--rdnt-gutter) * -1);
}
.video-gallery .video-gallery-items figure {
  flex: 0 1 33.33%;
  min-width: 350px;
  padding-left: var(--rdnt-gutter-half);
  padding-right: var(--rdnt-gutter-half);
  margin-bottom: calc(var(--rdnt-gutter) * 1.5);
}
.video-gallery .video-gallery-items figure rdnt-vimeo, .video-gallery .video-gallery-items figure rdnt-youtube {
  margin-bottom: var(--rdnt-gutter-half);
}
.video-gallery .video-gallery-items figure figcaption {
  font-size: 1rem;
  line-height: 1.5;
}
.video-gallery .video-gallery-items.col-2 figure {
  flex: 0 1 50%;
}
.video-gallery .video-gallery-items.col-3 figure {
  flex: 0 1 33.33%;
}
.video-gallery .video-gallery-items.col-4 figure {
  flex: 0 1 25%;
}

/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
#menu1 {
  --rdnt-menu-wearemobile-btn-background: #af0000;
  --rdnt-menu-wearemobile-btn-background-hover: #af0000;
  --rdnt-menu-wearemobile-btn-border: #af0000;
  --rdnt-menu-wearemobile-background: linear-gradient(to bottom, rgba(17, 122, 169, 1) 0%, rgba(78, 175, 219, 1) 100%);
}
#menu1 > .container {
  width: auto;
}
#menu1.wearemobile {
  background: var(--rdnt-menu-wearemobile-background);
}
#menu1.wearemobile .btn--red, #menu1.wearemobile .btn--red:visited {
  background: var(--rdnt-menu-wearemobile-btn-background);
  border-color: var(--rdnt-menu-wearemobile-btn-border);
}
#menu1.wearemobile .btn--red:hover {
  background: var(--rdnt-menu-wearemobile-btn-background-hover);
}
@media (min-width: 992px) {
  #menu1 > .container > .row {
    padding: 0.92857143em 0;
  }
}
@media (max-width: 991.98px) {
  #menu1 {
    padding: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  #menu1.wearemobile {
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    padding: 40px 0;
    overflow: auto;
    background: rgb(42, 91, 173);
    background: linear-gradient(to bottom, rgb(42, 91, 173) 0%, rgb(100, 174, 214) 100%);
  }
  #menu1.wearemobile .top-menu-radnet {
    display: block;
    text-align: left;
  }
  #menu1.wearemobile .top-menu-radnet ul.menu-horizontal > li {
    display: list-item;
    margin-left: 0;
  }
}
@media (min-width: 1984px) {
  #menu1.bar.pos-fixed > .container > .row {
    max-width: var(--rdnt-mw-16);
  }
}

/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.field-location-doctors {
  width: 100%;
  max-width: var(--rdnt-mw-md);
  margin-left: auto;
  margin-right: auto;
}
.field-location-doctors .field--label {
  font-family: var(--rdnt-font-serif);
  text-align: center;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  color: #252525;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin: 1em 0;
}
.field-location-doctors .field--items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: calc(var(--rdnt-gutter-half) * -1);
  margin-right: calc(var(--rdnt-gutter-half) * -1);
}
.field-location-doctors .field--items .field--item {
  flex: 0 1 25%;
  padding-left: var(--rdnt-gutter-half);
  padding-right: var(--rdnt-gutter-half);
  margin-bottom: calc(var(--rdnt-gutter) * 1.5);
  transition: all 0.2s ease;
}
.field-location-doctors .field--items .field--item:hover img {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .field-location-doctors .field--items .field--item {
    flex: 0 1 33.333%;
  }
}
@media (max-width: 743.98px) {
  .field-location-doctors .field--items .field--item {
    flex: 0 1 50%;
  }
}
.field-location-doctors .field--items .field--item > a:link, .field-location-doctors .field--items .field--item a:hover, .field-location-doctors .field--items .field--item a:visited, .field-location-doctors .field--items .field--item a:active {
  color: inherit;
  font-weight: 300;
  text-decoration: none;
}
.field-location-doctors .field--items .field--item span {
  display: block;
  width: 100%;
}
.field-location-doctors .field--items .field--item .doctor-name {
  font-family: var(--rdnt-font-serif);
  font-size: 1.4rem;
  text-align: center;
}
.field-location-doctors .field--items .field--item img {
  border-radius: 6px;
}
.field-location-doctors .field--items .field--item .doctor-title {
  text-align: center;
}

/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
footer {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border-top: solid 1px #EEE;
}
footer i {
  vertical-align: middle;
}
footer a {
  font-weight: 400;
}
footer a.type--fine-print:not(:first-child) {
  margin-left: 1.85714286em;
}
footer ul.social-list li {
  margin-right: 15px !important;
  opacity: 1 !important;
}
footer ul.social-list li a i {
  font-size: 24px;
  color: #000;
}
footer ul:not(.list-inline):not(.slides) > li {
  line-height: normal !important;
}
footer ul:not(.bg--primary):not(.bg--dark) li a {
  display: block;
  padding: 0.4em 0;
}
footer:not(.bg--primary):not(.bg--dark) a {
  color: #666;
}
footer .type--fine-print:not(p) {
  opacity: 0.5;
}
footer .logo {
  max-height: 1.67142857em;
}
footer .row {
  margin-left: 0;
  margin-right: 0;
}
footer.footer-2 .row:last-child {
  margin-top: 3.71428571em;
}
footer.footer-5 .row [class*=col-] > div:nth-last-child(2) {
  margin: 0.92857143em;
}
footer.footer-5 .row [class*=col-] > div:nth-last-child(2) .type--fine-print {
  opacity: 1;
}
footer.footer-6 .footer__lower {
  background: #f6f6f6;
  margin-top: 1.85714286em;
  padding: 1.85714286em 0;
}
footer.footer-6.bg--dark .footer__lower {
  background: #181818;
}
footer.footer-6.bg--secondary .footer__lower {
  background: #f5f5f5;
}
footer.footer-6.bg--primary .footer__lower {
  background: #3483de;
}
footer.footer-7 {
  padding: 1.85714286em 0;
}
@media (min-width: 744px) {
  footer .list-inline + .btn {
    position: relative;
    bottom: 4px;
  }
  footer .logo {
    margin: 0;
  }
  footer .logo:not(:last-child) {
    margin-right: 1.85714286em;
  }
  footer.footer-1 .type--fine-print {
    position: relative;
    top: 2px;
  }
  footer.footer-3 .logo + ul {
    position: relative;
    top: 5px;
  }
  footer.footer-3 .logo + ul a {
    color: #252525;
  }
  footer.footer-3 .social-list {
    position: relative;
    top: 9px;
  }
  footer.footer-3 .row:last-child {
    margin-top: 1.85714286em;
  }
  footer.footer-4 .logo + span {
    position: relative;
    top: 8px;
  }
  footer.footer-4 form {
    position: relative;
    bottom: 4px;
  }
  footer.footer-4 .row:last-child {
    margin-top: 1.85714286em;
  }
  footer.imagebg:not(.image--light) span, footer.imagebg:not(.image--light) p, footer.imagebg:not(.image--light) a {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  footer {
    text-align: center;
    overflow: hidden;
  }
  footer .social-list {
    margin: 1.85714286em 0;
  }
  footer.footer-1 .social-list {
    margin-top: 1.85714286em;
  }
  footer.footer-1 .logo {
    display: block;
    margin: 1.85714286em auto 0.92857143em;
  }
  footer.footer-4 form {
    margin: 1.85714286em 0;
  }
  footer.footer-4 .logo {
    margin: 0;
  }
  footer.footer-6 .footer__lower .social-list {
    margin-top: 1.85714286em;
  }
  footer.footer-7 .social-list {
    margin-top: 1.85714286em;
  }
}

.region-footer .logo {
  width: auto;
  max-height: unset;
  height: 70px;
}

/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
html {
  background-color: #eef1f4;
}

body {
  top: auto !important;
}

img {
  height: auto;
}

.hamburger-toggle i {
  padding: 10px;
  color: #000;
}

.hamburger-toggle.toggled-class i {
  color: #FFF;
}

.bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*=primary]) .btn__text i {
  color: #fff;
}

.path-search .region-content {
  padding: 40px 0;
}

.videobg {
  background: #243565;
}

#block-toplinksradnet {
  margin-top: 30px;
}

.text-center hr.short {
  margin-left: auto;
  margin-right: auto;
}

.border--none {
  border: none !important;
}

.addmarg {
  margin: 3em 0;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
}

h1 small {
  display: block;
  font-size: 40%;
  color: #fff;
}

h2 {
  font-size: 3em;
}

.region-content h2:after {
  left: 0;
  margin: 0 auto;
  background-color: #AF0000;
  content: " ";
  height: 2px;
  position: absolute;
  top: -10px;
  width: 60px;
  z-index: 2;
}

.text-center h2:after, h2.text-center:after {
  right: 0;
}

.text-heavy h2, .node--type-article h2 {
  margin-top: 1.5em;
}

p {
  font-size: 1.1em;
}

p.lead {
  line-height: 1.4em;
}

strong {
  font-weight: 700;
}

.imagebg:not(.image--light) h1, .imagebg:not(.image--light) h2, .imagebg:not(.image--light) h3, .imagebg:not(.image--light) h4, .imagebg:not(.image--light) h5, .imagebg:not(.image--light) h6, .imagebg:not(.image--light) p, .imagebg:not(.image--light) strong, .imagebg:not(.image--light) ul, .imagebg:not(.image--light) blockquote {
  color: #fff;
}

.project-thumb {
  position: relative;
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in {
  opacity: 0;
  transform: translateX(-20px);
  animation-name: fadeInSlide;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fade-in-2 {
  animation-delay: 0.5s;
}

.fade-in-3 {
  animation-delay: 1s;
}

.fade-in-4 {
  animation-delay: 1.5s;
}

.bg--dark:not(.nav-bar):not(.bar) {
  color: #fff;
}

.region-content ul:not(.tabs):not(.tabs-content):not(.accordion):not(.nav):not(.nodisc):not(.slides), .region-content ol:not(.tabs):not(.tab-content):not(.accordion):not(.nav):not(.nodisc):not(.slides) {
  padding-left: 3em;
}

.region-content ul:not(.tabs):not(.tabs-content):not(.accordion):not(.nav):not(.nodisc):not(.slides) {
  list-style: disc;
}

.region-content ol:not(.tabs):not(.tabs-content):not(.accordion):not(.nav):not(.nodisc):not(.slides) {
  list-style: decimal;
}

.region-content ol li {
  margin: 0;
}

.region-content li {
  font-size: 1.1em;
}

.masonry ul {
  list-style: none !important;
  padding: 0 !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.noshadow {
  box-shadow: none !important;
}

.feature h4 + p {
  max-width: none;
}

.masonry-filter-container {
  text-align: center;
}

.unmarg--top {
  margin-top: 0 !important;
}

.bg--white:before {
  background: #FFF;
}

.btn--primary-3, .btn--primary-3:visited {
  background: #C1E4FF;
  border-color: #C1E4FF;
}

.btn--primary-3 .btn__text, .btn--primary-3:visited .btn__text, .bg--primary-3 p, .bg--primary-3 span, .bg--primary-3 ul, .bg--primary-3 a:not(.btn), .bg--primary-3 h1, .bg--primary-3 h2, .bg--primary-3 h3, .bg--primary-3 h4, .bg--primary-3 h5, .bg--primary-3 h6, .bg--primary-3 i {
  color: #666666;
}

.btn--primary-3:hover, .btn--primary-3:active {
  background: #d4ecff;
}

.color--primary-3 {
  color: #C1E4FF;
}

.bg--primary-3 {
  background: #C1E4FF;
}

.btn--red, .btn--red:visited {
  bmackground: #AF0000;
  border-color: #AF0000 !important;
}

.btn--red .btn__text, .btn--red:visited .btn__text, .bg--red p, .bg--red span, .bg--red ul, .bg--red a:not(.btn), .bg--red h1, .bg--red h2, .bg--red h3, .bg--red h4, .bg--red h5, .bg--red h6, .bg--red i {
  color: #fff;
}

.btn--red:hover, .btn--red:active {
  background: #cd0000;
}

.color--red {
  color: #AF0000;
}

.bg--red {
  background: #AF0000;
}

.btn--pink, .btn--pink:visited {
  background: #e1357d !important;
  border-color: #e1357d !important;
}

.btn--pink .btn__text, .btn--pink:visited .btn__text, .bg--pink p, .bg--pink span, .bg--pink ul, .bg--pink a:not(.btn), .bg--pink h1, .bg--pink h2, .bg--pink h3, .bg--pink h4, .bg--pink h5, .bg--pink h6, .bg--pink i {
  color: #fff;
}

.btn--pink:hover, .btn--pink:active {
  background: #f24c98;
}

.color--pink {
  color: #e1357d;
}

.bg--pink {
  background: #e1357d;
}

.translate-widget {
  margin-bottom: 0;
  margin-right: var(--rdnt-gutter-half) !important;
  vertical-align: -10%;
}

.gt-language {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 19px;
}

.gt-language:hover {
  color: #117aa9;
}

.gt-language__dropdown {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: -35px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100px;
  text-align: center;
  z-index: 200;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
}

.gt-language:hover .gt-language__dropdown {
  opacity: 1;
  max-height: 200px;
}

.gt-language__dropdown li {
  margin: 0 !important;
  font-size: 13px;
  background: #fff;
  line-height: normal;
}

.gt-language__dropdown li a {
  display: block;
  padding: 5px;
  color: #666;
  cursor: pointer;
}

.gt-language__dropdown li a:hover {
  background: #F6F6F6;
}

div.skiptranslate {
  display: none;
}

iframe.skiptranslate {
  min-height: 0;
}

.modal-container.modal-full:before {
  background: #252525;
  opacity: 0.97;
}

.modal-container.modal-full .modal-content, .modal-container.modal-full .modal-content .boxed {
  background: none !important;
}

.modal-container .modal-content .modal-close-cross {
  font-family: fontawesome;
}

.modal-container .modal-content .modal-close-cross:before {
  font-size: 2.5em;
  content: "\f057";
}

.modal-container.modal-full .modal-content .modal-close-cross:before {
  color: #FFF;
}

.search-block-modal input.form-search {
  padding: 2em;
  font-size: 1.2em;
}

.search-block-modal .input-group-btn .btn {
  border: none;
}

.search-block-modal .input-group-btn span.icon {
  font-family: fontawesome;
}

.search-block-modal .input-group-btn span.icon:before {
  margin-left: 0.5em;
  font-size: 2em;
  content: "\f002";
}

form.search-form {
  margin-bottom: 3em;
}

.page-navigator ul {
  padding: 1em !important;
  list-style: none !important;
}

body .page-navigator ul li:not(:last-child) {
  margin-bottom: 1em;
}

.page-navigator ul li a {
  padding: 0.4em;
}

.tweets-feed-2 li:before {
  font-family: "fontawesome";
  content: "\e040";
}

.masonry-elements .feature-1 {
  margin-bottom: 0;
}

.map-container.border--round {
  box-shadow: -3px 3px 30px rgba(0, 0, 0, 0.2);
}

.banner-map-container {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.banner-map {
  position: relative;
  margin-bottom: 1em;
}

.banner-map .map-container {
  border: solid 6px #FFF;
  z-index: 1;
}

.banner-map h4 {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: #243565;
  color: #FFF;
  z-index: 2;
  line-height: normal;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 1.2em;
  border-radius: 0 6px 0 0;
}

#podium-bubble {
  min-height: auto;
  height: auto !important;
  z-index: 9 !important;
}

#ae_launcher {
  cursor: pointer !important;
  padding: 6.5px !important;
  background: #FFF !important;
  border-radius: 50% !important;
  line-height: 0 !important;
  right: 95px !important;
  bottom: 30px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.top-search {
  vertical-align: middle;
  padding-right: 5px;
}

.bar--absolute .top-search {
  color: #FFF !important;
}

.bar--absolute.pos-fixed .color--primary-1.top-search {
  color: #243565 !important;
}

#block-toplinksradnet .btn {
  padding: 0.5em 3em;
}

.top-search, .gt-language {
  font-size: 19px;
  color: #000;
}

.bar--absolute .top-search, .bar--absolute .gt-language {
  color: #FFF !important;
}

.bar--absolute .top-search:hover, .bar--absolute .gt-language:hover {
  color: #FFF !important;
}

.appointment-modal-form .imaging-buttons .btn {
  font-size: 14px;
  padding: 0.5em 0.75em;
  margin-left: 0.1em;
  margin-bottom: 0.5em;
}

.search-block-form .group-btn .icon {
  display: none;
}

.search-block-form .description {
  display: none;
}

nav#block-radnet-mainnavigation {
  display: none;
}

.block-we-megamenu {
  display: inline-block;
  margin: 15px 0 5px 0;
  vertical-align: middle;
}

.block-we-megamenu p, .block-we-megamenu li, .block-we-megamenu li a {
  font-family: var(--rdnt-font-sans-serif) !important;
  font-weight: normal !important;
}

.nav-container .block-we-megamenu:hover {
  overflow: visible;
}

.block-we-megamenu .navbar {
  margin: 0;
  background: none;
  border: none;
  min-height: auto;
}

.block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li {
  border: none;
}

.block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li > a {
  background: none;
  padding: 0.8em 0.6em;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.05em;
  font-weight: normal;
  text-transform: none;
}

.block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li > a:hover {
  color: #000;
}

.block-we-megamenu .navbar .we-mega-menu-submenu li.we-mega-menu-li:last-child > a, .block-we-megamenu .navbar .we-mega-menu-submenu li.we-mega-menu-li:last-child > span {
  border-bottom: none;
}

.block-we-megamenu .navbar .we-mega-menu-submenu li.we-mega-menu-li.active > a, .block-we-megamenu .navbar .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
  color: inherit;
  border-bottom: solid 1px #EEE;
}

.block-we-megamenu .we-mega-menu-submenu .we-mega-menu-group .we-megamenu-nolink:before {
  display: none;
}

.bar--transparent.pos-fixed .block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li > a {
  color: #666;
}

.bar--transparent.pos-fixed .block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li > a:hover {
  color: #2a5bad;
}

.bar--transparent .block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li > a {
  color: #FFF;
}

.bar--transparent .block-we-megamenu .navbar .we-mega-menu-ul > .we-mega-menu-li > a:hover {
  color: #FFF;
}

.block-we-megamenu .navbar .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}

.block-we-megamenu .navbar .we-mega-menu-submenu {
  padding: 0.5em 1.5em;
  min-width: 220px;
  display: none;
}

.block-we-megamenu .navbar .we-mega-menu-submenu .we-mega-menu-submenu {
  padding: 1em;
}

.block-we-megamenu .we-mega-menu-submenu li.we-mega-menu-li a {
  padding: 0.6em 0;
  font-family: var(--rdnt-font-sans-serif);
  font-size: 1em;
  font-weight: normal;
  border-bottom: solid 1px #EEE;
}

.block-we-megamenu .we-mega-menu-submenu li.we-mega-menu-li a:hover {
  color: #000;
}

.block-we-megamenu .navbar .we-mega-menu-ul > .dropdown-menu > a, .we-mega-menu-ul > .dropdown-menu > span {
  padding-right: 1.7em;
}

.block-we-megamenu .navbar .we-mega-menu-ul .dropdown-menu > a:before, .block-we-megamenu .navbar .we-mega-menu-ul .dropdown-menu > span:before {
  background: none;
  font-family: fontawesome;
  content: "\f078";
  top: 20px;
  font-size: 11px;
}

.center > .we-mega-menu-submenu {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right > .we-mega-menu-submenu {
  left: auto;
  right: 0;
}

.justify.dropdown-menu {
  position: initial;
}

.block-we-megamenu .navbar .we-mega-menu-submenu .radnet-submenu-title > a {
  font-size: 1.3em;
  cursor: auto;
  pointer-events: none;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.block-we-megamenu .navbar .we-mega-menu-submenu .radnet-submenu-title-wlink > a {
  font-size: 1.3em;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.block-we-megamenu .navbar .we-mega-menu-submenu .radnet-submenu-title-wlink > a:before {
  top: 45px;
}

.block-we-megamenu .navbar .we-mega-menu-submenu .radnet-submenu-title > a:hover {
  color: inherit;
}

.block-we-megamenu .navbar .we-mega-menu-submenu .radnet-submenu-title > a:before, .block-we-megamenu .navbar .we-mega-menu-submenu .radnet-submenu-title > a:after {
  display: none;
}

.block-we-megamenu .navbar .radnet-submenu-title .we-mega-menu-submenu, .block-we-megamenu .navbar .radnet-submenu-title-wlink .we-mega-menu-submenu {
  padding: 1em 1em 1em 0;
  min-width: auto;
}

.block-we-megamenu .navbar .radnet-submenu-block {
  padding: 1.5em 2em;
}

.block-we-megamenu .navbar .radnet-submenu-block h2 {
  font-size: 2em;
  text-transform: none;
}

.block-we-megamenu .navbar .radnet-submenu-block p {
  font-size: 1em;
}

.block-we-megamenu .navbar .radnet-submenu-block .btn {
  padding: 0.5em 2em;
}

.feature-location-box .boxed {
  border-radius: 0 0 6px 6px;
}

.feature-location-box img {
  transition: all ease 0.2s;
}

.feature-location-box img:hover {
  opacity: 0.7;
}

.feature-location-box p {
  max-width: none !important;
}

.feature-location-box hr {
  margin: 1.4em 0;
}

.feature-location-box .cta-location {
  margin: 1em 0 0 0;
}

.page-node-type-project h1.page-header {
  display: none;
  text-align: center;
  padding: 0;
}

.page-node-type-project h1 {
  margin: 0 0 0.2em 0;
  font-size: 3em;
}

.page-node-type-project .region-content {
  padding-top: 4em;
}

.node--type-project .project-images {
  padding-top: 0;
}

.node--type-project .project-images img {
  border-radius: 10px;
}

.node--type-project .text-block.jv_partner {
  margin: -1.85em 0 0 0 !important;
}

.node--type-project .field--type-video-embed-field {
  padding: 4em 0 0 0;
  margin: auto;
}

.node--type-project .field--name-field-patient-feedback {
  padding: 4em 0 0 0;
  max-width: 800px;
  margin: auto;
}

.node--type-project .field--name-field-patient-feedback .field--item {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #EEE;
}

.node--type-project .field--name-field-patient-feedback .field--item p {
  margin: 0 0 0.5em 0;
}

.node--type-project .field--type-video-embed-field .video-embed-field-responsive-video {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.node--type-project .block-views-blockportfolio-related-block-1 {
  margin: 4em 0;
}

.node--type-project .block-views-blockportfolio-related-block-1 h4 {
  line-height: normal !important;
}

.node--type-project .project-credentials .accordion li.active .accordion__title {
  background: none;
}

.page-node-type-project .block-views-blockportfolio-related-block-1 {
  padding-bottom: 4em;
}

.page-node-type-project .block-views-blockportfolio-related-block-1 .project-thumb h4 {
  max-width: 60%;
  font-size: 1.2em;
}

/* Location Pages */
.page-node-type-location h1.page-header {
  display: none;
}

.page-node-type-location #main-container {
  width: 100%;
}

.page-node-type-location .feature-large .btn--sm {
  margin: 0 0.1em 0.5em 0;
  padding: 0.2em 1em;
}

.page-node-type-location .field--name-field-project-location-reference {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em var(--rdnt-gutter-half);
}

.page-node-type-location .field--name-field-project-location-reference .field--label {
  font-family: var(--rdnt-font-serif);
  text-align: center;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  color: #252525;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin: 1em 0;
}

.page-node-type-location .field--name-field-project-location-reference .field__items > .field--item {
  margin-bottom: 1em;
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item h2 {
  font-size: 1.4em;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item h2:after {
  display: none;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .content,
.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .text-block,
.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .project-credentials,
.page-node-type-location .field--name-field-project-location-reference .field__items .field--item h1 {
  display: none;
  margin: 0;
  padding: 0;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .project_category,
.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .jv_partner {
  display: block;
  padding: 0.7em 0;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .image-creds-col {
  width: 95%;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .image-creds-col .project-images {
  padding: 0;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .image-creds-col .slider {
  margin: 0;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .image-creds-col img {
  margin: auto;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .image-creds-col img:hover {
  opacity: 0.8;
}

.page-node-type-location .field--name-field-project-location-reference .field__items .field--item .bio-cv-col {
  width: 100%;
  margin: 0;
}

/* Article Pages */
article .article__body p, article .article__body ul, article .article__body ol {
  font-size: 1.3em;
}

article .article__body li {
  font-size: 1em;
}

.excellence-image {
  padding: 0 !important;
}

.excellence-vertical .container {
  padding-top: 42vh;
}

.excellence-horizontal .container {
  padding-top: 22vh;
}

.excellence-image h1 {
  text-transform: uppercase;
}

.excellence-vertical {
  height: 100vh;
}

.excellence-horizontal {
  height: 60vh;
}

.excellence-top .background-image-holder {
  background-position: center top !important;
}

.excellence-bottom .background-image-holder {
  background-position: center bottom !important;
}

.blue-videobg:before {
  background: rgb(42, 91, 173);
  background: -moz-linear-gradient(top, rgb(15, 51, 111) 0%, rgb(63, 140, 181) 100%);
  background: -webkit-linear-gradient(top, rgb(15, 51, 111) 0%, rgb(63, 140, 181) 100%);
  background: linear-gradient(to bottom, rgb(15, 51, 111) 0%, rgb(63, 140, 181) 100%);
}

form#comment-form textarea {
  background: #FFF;
  border-color: #ECECEC;
}

.field--name-comment-body .filter-wrapper {
  display: none;
}

.comments h2 {
  margin: 1.5em 0 0.5em 0;
}

/* @media all and (min-width: 1980px) { */
@media (min-width: 1984px) {
  .container {
    width: 1370px;
  }
}
/* @media all and (min-width: 990px) { */
@media (min-width: 992px) {
  #block-toplinksradnet {
    display: inline-block;
    margin-left: var(--rdnt-gutter-half);
    margin-top: 10px;
    overflow: visible;
    vertical-align: middle;
  }
  #block-radnet-mainnavigation {
    margin-top: 18px;
  }
}
/* @media (max-width: 990px) { */
@media (max-width: 991.98px) {
  .bar a.logo {
    float: none !important;
  }
  img.logo-light {
    display: none;
  }
  .bar__module__branding {
    margin-bottom: 0 !important;
  }
  nav#block-radnet-mainnavigation {
    display: block;
    margin: 0;
  }
  .block-we-megamenu {
    display: none;
  }
  .text-sm-center {
    text-align: center;
  }
  .image-sm-none, .image-sm-none .background-image-holder {
    background: none !important;
  }
  .services-header h1 {
    margin-top: 1em;
  }
  .page-node-type-location .field--name-field-project-location-reference .field__items .field--item {
    width: 49%;
  }
  .node--type-project .text-block.jv_partner {
    margin: 0 0 3em 0 !important;
  }
  .node--type-project .text-block.jv_partner {
    margin: -1.85em 0 0 0 !important;
  }
  .top-menu-radnet {
    display: none;
  }
  .top-menu-radnet ul.menu-horizontal > li {
    font-size: 1.6em;
  }
  .top-menu-radnet .container {
    width: 100%;
  }
  .top-menu-radnet ul.menu-horizontal > li > a, .top-menu-radnet ul.menu-horizontal > li > .dropdown__trigger {
    color: #FFF;
    padding: 10px 30px 10px 30px;
    opacity: 1;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content {
    width: 100%;
    font-size: 0.65em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #FFF;
    padding: 20px 20px 20px 30px;
  }
  .top-menu-radnet .dropdown .dropdown__content:not([class=bg--dark]) .menu-vertical a {
    color: #FFF;
  }
  .top-menu-radnet .dropdown .dropdown__container {
    min-width: 100%;
    position: relative;
    display: none;
    opacity: 1;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container {
    display: block;
  }
  .top-menu-radnet .dropdown .dropdown__content:not([class*=bg-]) {
    border: none;
    box-shadow: none;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content li {
    display: inline-block;
    margin: 0;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content li.expanded {
    display: block;
    width: auto;
    margin: 0;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content .dropdown__content {
    padding: 10px;
    background: none;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content .dropdown__content li {
    font-size: 1.3em;
  }
  .top-menu-radnet .dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content .dropdown__content li a {
    padding: 5px;
    display: inline-block;
  }
  .hamburger-toggle {
    position: relative;
    z-index: 12;
  }
  .hamburger-toggle.toggled-class .icon {
    color: #FFF;
  }
  #block-toplinksradnet {
    padding: 20px 30px;
    color: #FFF;
  }
  #block-toplinksradnet .btn {
    color: #FFF;
  }
  #block-toplinksradnet .btn:hover {
    border-color: #FFF;
  }
  #block-toplinksradnet .btn .btn__text, #block-toplinksradnet .btn i {
    border-color: #FFF;
    color: #FFF;
  }
  #block-toplinksradnet .btn:hover .btn__text {
    border-color: #FFF;
  }
  #block-toplinksradnet .modal-instance {
    display: block;
  }
  .top-social-list {
    display: block;
    padding: 1.5em 0 0 0;
  }
  .top-social-list li {
    display: inline-block;
    font-size: 1.3em;
  }
  .top-social-list li a {
    color: #FFF;
    padding: 10px;
  }
  #block-toplinksradnet .top-search {
    display: none;
  }
  .gt-language {
    display: none !important;
  }
  h2.text-sm-center:after, h2.text-xs-center:after, text-sm-center h2:after, .text-xs-center h2:after {
    right: 0;
  }
  .modal-container:before {
    background: #FFF;
  }
  .modal-container .modal-content {
    max-height: 100%;
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal-container .modal-content .modal-close-cross {
    top: 1.5em;
    right: 2em;
    color: #222;
    background: none;
  }
  .modal-container .modal-content .row {
    margin: 0;
  }
  .modal-container .modal-content .col-xs-12 {
    padding-left: 0;
  }
}
/* @media (max-width: 769px) { */
@media (max-width: 743.98px) {
  .excellence-image {
    height: auto;
  }
  .excellence-image .container {
    padding-top: 5.57142857em;
  }
  .excellence-vertical .background-image-holder {
    height: 80vh;
    position: static;
  }
  .excellence-horizontal .background-image-holder {
    position: static;
    height: 45vh;
  }
  .text-xs-center {
    text-align: center;
  }
  h2.text-sm-center:after, h2.text-xs-center:after {
    right: 0;
  }
}
/* @media (max-width: 568px) { */
@media (max-width: 619.98px) {
  .excellence-vertical .background-image-holder {
    height: 60vh;
    position: static;
  }
  .excellence-horizontal .background-image-holder {
    position: static;
    height: 30vh;
  }
}

/*# sourceMappingURL=radnet.css.map */
