/*
Theme Name: UCA 2018
Author: the CCG team
Author URI: https://www.ccgideas.com
Description: This theme has been designed and developed specifically for Urology Centers of Alabama
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, jquery

*/

/* blank slate CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  /*font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline*/
}

body{line-height:1}

blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}

table{border-collapse:collapse;border-spacing:0}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

.clear{clear:both}

.center {
  text-align: center;
}

.sticky{}
.bypostauthor{}
.wp-caption { font-size: 90%; font-style: italic; }
.wp-caption-text{}
.gallery-caption{}
.alignright { float: right; margin-left: 25px; margin-bottom: 15px; max-width: 45%; }
.alignleft { float: left; margin-right: 25px; margin-bottom: 15px; max-width: 45%; }
.aligncenter {  }
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;}

/* site-specific CSS */
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300i,400,500,600,700');
*/

/*
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
*/

body {
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #58595b;
}
p { /* THESE TWO LINES ADDED BY NATHAN -- 3/16/18 */
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
img, svg {
  max-width: 100%;
  height: auto;
}
header .st0 {
  fill: #4e4c50;
}
footer .st0 {
  fill: #fff;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
textarea {
  resize: none;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
button,
input,
textarea {
  outline: none !important;
}
ul {
  margin: 0;
  padding: 15px;
}
.content ul {
  padding-top: 0;
}
li {
  /*list-style-type: none;*/
}

/* map styles */
.map {
  width: 100%;
  padding-top: 33%;
  background: #eee;
  margin-bottom: 20px;
}

/* gravity forms styles */
.gform_wrapper ul li.gfield {
  margin-top: 5px!important;
  margin-bottom: 0!important;
}
.gform_wrapper .gform_fields .labels-hidden label {
  display: none!important;
}
.gform_wrapper .gform_fields .labels-hidden-top > label {
  display: none!important;
}
.gform_wrapper .gform_fields .gfield input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%!important;
}
.gform_wrapper .gform_fields .gfield select {
  height: 39px; /* make this height match the inputs */
}
.gfield_label {
  margin-bottom: 0!important;
}
.gfield_label, .gfield_radio {
  font-weight: 300!important;
}
.gfield_radio li {
  display: inline-block;
  margin-right: 20px!important;
}
.ginput_container_radio {
  margin-top: 0!important;
}
.gpnf-nested-entries {
  width: 100%;
}
.gpnf-add-entry {
  margin-top: 10px;
  background-color: #e7e7e7;
  border: none;
  padding: 6px 12px;
  color: #333;
}
.gpnf-add-entry:hover, .gpnf-add-entry:focus {
  background-color: #d7d7d7;
}
.gpnf-add-entry:active {
  background-color: #ccc;
}
.gform_wrapper ul li.gfield.nested-form {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.nested-form label.gfield_label {
  font-weight: 600!important;
}
.bottom-margin, .gform_wrapper ul li.gfield.bottom-margin {
  margin-bottom: 20px!important;
}

.referral-message {
  display: none;
  padding-left: 50%;
}

.gform_button {
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 27px;
}
.btn, .gform_button {
  color: #fff;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 36px;
}
.btn:hover {
  color: #fff;
}
.btn.btn-round {
  border-radius: 25px;
}
.btn-blue, .gform_button {
  background-color: #005cb9;
}
.btn-orange {
  background-color: #f68b1e;
}
.btn.btn-large {
  line-height: 72px;
  min-width: 265px;
  font-size: 28px;
}
.btn.btn-small {
  line-height: 24px; /*28px;*/
  padding: 3px 10px;
  font-size: 16px;
}
.btn.btn-nav-small {
  font-size: 16px;
}
.btn.btn-small.email {
  font-size: 13px;
}
.btn.btn-carousel {
  font-size: 19px;
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 47px;
  margin-top: 46px;
}
.btn__plus {
  font-weight: 400;
  font-size: 36px;
  float: none;
  margin-left: 14px;
  position: relative;
  top: 5px;
}
.no-spacing {
  margin: 0;
}
.blue {
  color: #005cb9;
}
.orange {
  color: #f68b1e;
}
.icon-color {
  color: #f68b1e;
}
.blue-bg {
  background-color: #005cb9;
}
.grey-bg {
  background-color: #363636;
}
.icon--resoures {
  font-size: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
.light {
  font-weight: 400;
}

.content-block {
  margin-bottom: 30px;
}

iframe {
  max-width: 100%;
  max-height: 56vw;
  margin: 10px 0;
}



/***** H group *****/
h1,
h2,
h3,
h4 {
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 0;
}
h1 {
  margin-bottom: 0;
}
h2 {
  font-size: 50px;
  margin-bottom: 0;
}
h3 {
  font-size: 32px;
  color: #000;
}
h4 {
  font-size: 30px;
  line-height: 1.3;
}
h5 {
  font-size: 27px;
}
h6 {
  font-size: 18px;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
}



/***** Topbar *****/
.topbar {
  background-color: #f2f7f9;
  padding-top: 0; /* 11px; */
  padding-bottom: 0; /* 11px; */
}
.topbar__socials {
  margin-top: 3px;
}
.topbar__social-item {
  color: #d1d3d4;
  font-size: 22px;
  margin-right: 5px;
}
.topbar__nav-list {
  float: right;
  padding: 7px 15px;
}
.topbar__nav-link {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #5f5f60;
}
.topbar__nav-icon {
  margin-right: 4px;
}
.topbar__nav-icon--rotate {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (max-width: 1199px) {
  .topbar > .container {
    width: 100%!important;
  }
}


/***** Header *****/
.header__search, .addsearch.search-field {
  border-radius: 27px;
  border: 1px solid #b3bac0;
  background-color: #fcfcfc;
  background-image: url(/wp-content/themes/uca2018/img/uca_header_search.png);
  background-repeat: no-repeat;
  background-position: 14px 50%;
  padding-left: 42px;
  padding-right: 20px;
  text-align: left;
  font-size: 18px;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.25);
}
.header__search::-webkit-input-placeholder, .addsearch.search-field::-webkit-input-placeholder {
  color: #c3c6ca;
}
.header__search::-moz-placeholder, .addsearch.search-field::-moz-placeholder {
  color: #c3c6ca;
}
.header__search:-ms-input-placeholder, .addsearch.search-field::-ms-input-placeholder {
  color: #c3c6ca;
}
.header__search:-moz-placeholder, .addsearch.search-field::-moz-placeholder {
  color: #c3c6ca;
}



/***** Navigation *****/
#nav ul, .topbar ul, .problems-solutions__item ul, footer .locations, .problems-solutions-list {
  list-style: none;
}
#nav.sticky {
  position: fixed;
}
.sub-menu li a {
  font-size: .9em;
}
footer .locations {
  padding-top: 0;
}
.container > .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav {
  width: 100%;
  border: none;
  padding: 0; /* added by Nathan 3/23/18 */
}
.navigation {
  background-color: #363636;
  width: 100%;
  border-radius: 0;
  z-index: 99;
  top: 0;
}
.navigator__headline {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
}
.navigation__list {
  font-size: 16px;
}
.navigation__item, .navigation__list li {
  position: relative;
  padding: 0 10px;
}
.navigation__link, .navigation__list li a {
  color: #fff;
  text-transform: uppercase;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.navigation__list li a:hover,
.navigation__dropdown-item:hover {
  color: #fff;
  opacity: 0.75;
}
.navigation__link--drop {
  position: relative;
  margin-right: 15px;
}
.navigation__link--drop:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f68b1e;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.open .navigation__link--drop:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.navigation__dropdown-menu {
  background-color: #363636;
  padding: 15px;
}
.navigation__dropdown-item {
  color: #fff;
  display: block;
  white-space: nowrap;
  font-size: 17px;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
}
.navigation__dropdown-item + .navigation__dropdown-item {
  margin-top: 10px;
}

.menu-item-has-children > a:after {
  content: '';
  border-top: 5px solid #f68b1e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 7px;
  position: relative;
  top: 13px;
}

.sub-menu {
  display: none;
  background: #363636;
  z-index: 100;
  padding-bottom: 0;
  position: absolute;
  min-width: 215px;
}
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:active > .sub-menu {
  display: block;
}
.sub-menu > li {
  margin-bottom: 12px;
  line-height: 1.2;
}



/***** Carousel *****/
.main-slider {
  height: 30vw;
}
.carousel {
  width: 100%;
  float: left;
  position: relative;
}
.container--carousel {
  padding-left: 0;
  padding-right: 0;
}
.carousel__content {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.carousel__content a {
  display: inline-block;
  clear: both;
}
.carousel__text-line {
  color: #fff;
}
.carousel__text-line.grey-bg {
  font-weight: 600;
  font-size: 32px;
}
.carousel__text-line.blue-bg {
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 30px;
}
.slick-list,
.slick-track,
.slick-slide,
.carousel__slide {
  /* height: 100% !important; */
}
.carousel__slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
@media only screen and (max-width: 1366px) {
  .carousel__text-line.grey-bg {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel__content {
    width: 100%;
  }
  .container--carousel {
    width: 100%;
  }
  .main-slider {
    height: 30vw; /* 336px */
  }
  .carousel__text-line {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-menu {
    position: relative!important;
  }

}
@media only screen and (max-width: 767px) {
  .carousel__text-line.grey-bg {
    font-size: 32px;
  }
  .carousel__text-line.blue-bg {
    font-size: 29px;
  }

}
@media only screen and (max-width: 479px) {
  .carousel__text-line.grey-bg {
    font-size: 20px;
  }
  .carousel__text-line.blue-bg {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .container--carousel {
    width: 100%;
  }
  .carousel__text-line.grey-bg {
    /*font-size: 46px;*/
  }
  .carousel__text-line.blue-bg {
    /*font-size: 43px;*/
  }
}
@media only screen and (min-width: 1024px) {
  .carousel {
    /*height: 496px;*/ /* this setting ensures room for the titles and buttons that can placed over the slide */
  }
  /* .main-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
  }
  .container--carousel {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 70px;
  }
  .carousel__text-line {
    padding-left: 50px;
    padding-right: 50px;
  } */
}
@media only screen and (min-width: 1024px) /*and (max-width: 1365px)*/ {
  /*.carousel__text-line.grey-bg {
    font-size: 32px;
  }
  .carousel__text-line.blue-bg {
    font-size: 30px;
  }*/
}
/*@media only screen and (min-width: 1366px) {
 .carousel__text-line.grey-bg {
    font-size: 52px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .carousel__text-line.blue-bg {
    font-size: 48px;
  }
}*/

.home {
  color: #58595b;
  line-height: 1.7;
}

/***** Stats *****/
.stats {
  background: url(/wp-content/themes/uca2018/img/home/stats_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.stats__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.stats__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}
.stats__info {
  padding-left: 15px;
}
.stats__text {
  margin-bottom: 0;
  white-space: nowrap;
}
.stats__numbers {
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1439px) {
  .stats {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stats__img {
    min-width: 75px;
    width: 75px;
  }
}
@media only screen and (max-width: 1279px) {
  .stats__item {
    font-size: 14px;
  }
  .stats__numbers {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .stats__item {
    font-size: 18px;
  }
  .stats__numbers {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .stats {
    padding-top: 26px; /* 46px */
    padding-bottom: 24px; /* 44px */
  }
  .stats__item {
    font-size: 24px;
  }
  .stats__numbers {
    font-size: 60px;
  }
  .stats__img {
    /*min-width: 136px;*/
    width: 100px; /* 136px */
  }
}
@media only screen and (min-width: 1500px) {
  .stats .container {
    max-width: 1445px;
  }
}

/****** List *****/
.list {
  font-size: 20px;
}
.list__link {
  color: #58595b;
  font-weight: 500;
}
.list__item {
  color: #58595b;
  line-height: 1.7;
}
.list__item--icon {
  position: relative;
  padding-left: 30px;
}
.list__icon {
  color: #f6661b;
  position: absolute;
  top: 4px;
  left: 0;
}
.list__icon--blue, .solutions .list__icon {
  color: #005cb9;
}
.list__item--recent {
  line-height: 1.3;
}
.list__item--recent + .list__item--recent {
  margin-top: 30px;
}

/***** Problems-solutions *****/
.problems-solutions {
  overflow: hidden;
  width: 100%;
}
.problems-solutions p {
  line-height: 1.75;
  margin-bottom: 27px;
}
.problems-solutions .accordion-details {
  font-size: 16px;
}
.problems-solutions .accordion-details p {
  margin-bottom: 15px;
}
.more-info-btn {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .problems-solutions__headline {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .problems-solutions {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .problems-solutions {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .problems-solutions__item {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .problems-solutions {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .problems-solutions {
    padding-top: 81px;
    padding-bottom: 60px;
    /* background: url(/wp-content/themes/uca2018/img/home/nurse_bg.jpg) no-repeat 0 50%; */
  }
  .problems-solutions__text {
    max-width: 410px;
  }
  .problems-solutions__headline {
    margin-bottom: 33px;
  }
}

/***** Mission *****/
.mission {
  background: url(/wp-content/themes/uca2018/img/home/our_mission_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.mission__item {
  text-align: center;
  margin: 0 auto;
}
.mission_img img {
  max-width: 72px;
}
.mission__text {
  font-size: 15px;
  line-height: 1.6;
}
.mission__headline {
  position: relative;
  padding-bottom: 25px; /* 40px; */
  margin-bottom: 15px;
}
.mission__headline:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 46px;
  height: 15px;
  background: url(/wp-content/themes/uca2018/img/home/headline-bg.png) no-repeat 50% 50%;
}
@media only screen and (max-width: 1024px) {
  .mission__item {
    padding-top: 30px;
    padding-bottom: 38px;
    max-width: 630px;
  }
  .mission__img {
    margin-bottom: 10px;
  }
  .mission__text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .mission {
    padding-top: 45px;
    padding-bottom: 56px;
  }
  .mission__item {
    max-width: 390px;
  }
  .mission__img {
    margin-bottom: 10px; /* 64px; */
    height: 92px;
    line-height: 92px;
  }

  .mission__text {
    margin-bottom: 20px; /* 84px; */
  }
}

/***** Testimonials *****/
.testimonials {
  color: #000;
}
.testimonials__item {
  text-align: center;
}
.testimonials__author {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
}
.testimonials__place {
  font-weight: 300;
  font-size: 15px;
}
.testimonials__headline {
  text-align: center;
}
.testimonials__sex {
  font-weight: 700;
}
.testimonials__sex--man, .testimonials__sex--male {
  color: #005cb9;
}
.testimonials__sex--woman, .testimonials__sex--female {
  color: #f172a1; /* #f68b1e */
}
.testimonials__text {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}
.testimonials__slider-wrap {
  /*min-height: 235px;*/
}
.testimonials__slider {
  visibility: hidden;
  display: none;
}
.testimonials__slider.slick-initialized {
  display: block;
  visibility: visible;
}
.slick-dots {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 20px;
}
.slick-dots li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-dots button {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #dadada;
  border: none;
  text-indent: -99999px;
  padding: 0;
}
.slick-dots .slick-active button {
  background-color: #fff;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.carousel .slick-dots {
  position: relative;
  top: -40px;
}

@media only screen and (max-width: 1024px) {
  .testimonials {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .testimonilas__slider-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonials__headline {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .testimonials {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials {
    padding-top: 62px;
    padding-bottom: 70px;
  }
  .testimonials__slider-wrap {
    border: 4px solid #dedede;
    border-radius: 8px;
    padding-top: 24px;
    padding-right: 40px;
    padding-left: 105px;
    position: relative;
    margin-top: 28px;
  }
  .testimonials__slider-wrap:before {
    content: "";
    width: 127px;
    height: 127px;
    border-radius: 50%;
    background: #fff url(/wp-content/themes/uca2018/img/home/testimonials_quote.png) no-repeat 50% 50%;
    border: 4px solid #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .testimonials {
    padding-right: 50px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .testimonials {
    padding-right: 130px;
    padding-left: 160px;
  }
}


/* PHYSICIANS AND OTHER PERSONNEL */
.personnel-row .col-md-3 {
  margin-bottom: 40px;
}
.personnel-row.staff .col-md-3 {
  margin-bottom: 0;
  height: 450px;
}

.personnel-intro {
  margin-bottom: 30px;
}

.personnel-img {
  width: 100%;
  background-color: #eee;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: top!important;
  margin: auto;
  margin-bottom: 15px;
  max-width: 350px;
}
.personnel-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.personnel-img img {
  display: none;
}

.provider-name {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.provider-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #f68b1e;
}
.staff .provider-name + .provider-title {
  min-height: 32px;
}

.btn-small {
  color: #333;
  text-transform: uppercase;
  font-size: .9em;
  border-color: #333;
}
.btn-small:hover, .btn-small:active, .btn-small:focus {
  background: #2986e2;
}

.single-provider .row > div {
  margin-bottom: 1.5rem;
}
.single-provider .medstatix-widget {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.single-provider .medstatix-widget img {
  width: 100%;
  max-width: 400px;
}


@media screen and (max-width: 767px) {
  .personnel-row.staff .col-md-3 {
    margin-bottom: 30px;
    height: auto;
  }
}


/****** Title of page *****/
.title {
  background: url(/wp-content/themes/uca2018/img/title-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: inline-block;
}
.title__headline {
  line-height: 1;
  font-size: 52px; /*60px;*/
  text-transform: uppercase;
}
.title__text {
  line-height: 1.1;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 32px;
    padding-top: 59px;
    padding-bottom: 60px;
  }
}

/****** Content ******/
.content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 40px;
}
.posts {
  padding-bottom: 23px;
}
.blog-single {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  .content.blog-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .careers {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .careers {
    padding-bottom: 69px;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    padding-top: 83px;
  }
}

/***** Paginations *****/
.pagination {
  text-align: right;
  width: 100%;
  margin: 11px 0;
  background-color: #fff;
}
.pagination__item, .page-numbers {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.pagination__item--active, .page-numbers.current {
  font-weight: 700;
  color: #f68b1e;
  font-weight: 700;
}
.pagination__link, .page-numbers {
  color: #58595b;
}
.pagination__link:hover, .page-numbers a:hover {
  color: #f68b1e;
}

/***** Article *****/
.article {
  max-width: 1160px;
  width: 100%;
}
.article ul {
  font-size: 16px;
}

/***** Sidebar *****/
.sidebar {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  margin-left: 50px;
  position: relative;
  top: -5px;
}
.sidebar .list {
  list-style: none;
}
.sidebar__item + .sidebar__item {
  margin-top: 76px;
}
.sidebar__headline {
  border-bottom: 1px dashed #dbdddd;
  padding-bottom: 20px;
  margin-bottom: 41px;
  line-height: 1;
}
.recent-posts__item {
  position: relative;
  padding-left: 30px;
}
.recent-posts__item + .recent-posts__item {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
@media only screen and (min-width:1024px) and (max-width: 1339px){
  .sidebar {
    margin-left: 20px;
  }
}

/***** Blog ******/

.post {
  background-color: #f1f2f2;
  color: #000;
}
.post__thumb {
  height: 260px;
}
.post__thumb-img {
  width: 100%;
  height: 100%;
  max-width: auto;
  object-fit: cover;
}
.post__desc {
  padding: 12px 20px;
}
.post__desc--border {
  border-top: 10px solid #005ea0;
  padding-top: 32px;
  padding-bottom: 32px;
}
.post__excerpt {
  font-size: 15px;
  line-height: 1.2;
}
.post__date {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 1px;
}
.post__link {
  color: #000;
}
.post__link--white {
  color: #fff;
}
.post__link:hover {
  color: #f68b1e;
}
.tags{
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}
.tags--main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 23px;
}
.tags--single {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  margin-top: 32px;
}
.tags__item {
  color: #000;
}
.tags__item:hover {
  color: #f68b1e;
}
.tags__item--white {
  color: #fff;
}
.tags__icon {
  margin-right: 5px;
}
.post--main {
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}
.post--main:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.post__desc--main {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 40px;
  max-width: 705px;
  z-index: 2;
}
.blog-single,
.post__headline {
  color: #000;
}
.post__headline {
  margin-bottom: 13px;
}
.post__headline--main {
  margin-bottom: 18px;
  font-size: 33px;
  margin-top: 10px;
}
.post__headline--single {
  margin-top: 1px;
  margin-bottom: 1px;
}

.blog-single__image {
  /*max-height: 560px;*/
  margin-bottom: 30px;
}
.blog-single__body {
  margin-top: 0; /*36px;*/
  font-size: 18px;
  line-height: 1.27;
  color: #000;
}
.blog-single__body p {
  margin-bottom: 20px;
  line-height: 1.5;
  /*word-break: break-all;*/
}
.blog-single__body ul {
  font-size: 16px;
}
.post__author {
  color: #58595b;
  font-size: 20px;
  font-weight: 700;
}

.posts__row {
  margin-bottom: 25px;
}
.blog .posts__row, .archive .posts__row {
  margin-bottom: 0;
}

.has-icon {
  position: relative;
  margin-bottom: 30px;
  display: inline-block; /* this keeps the icon tied to the image instead of the parent container */
}

.icon-round {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #fff;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #2986e2;
	transition: all 0.3s;
	text-align: center;
}
.icon-round_small {
	width: 50px; /* 64px */
	height: 50px; /* 64px */
}
.content-block .icon-round {
	position: absolute;
	right: 20px;
	bottom: -25px; /* -29px */
	display: inline-block;
	box-shadow: 0 0 0 3px #fff;
}
.icon-round .icon {
	font-size: 24px; /* 33px */
  position: relative;
  top: 12px; /* 13px */
}
.icon-round .icon {
	vertical-align: middle;
}


.posts__row ul li, .content-block ul li {
  line-height: 1.4;
}

.blog .tags a, .archive .tags a {
  color: inherit;
}
.blog .tags a:hover, .blog .tags a:active, .blog .tags a:focus,
.archive .tags a:hover, .archive .tags a:active, .archive .tags a:focus {
  color: #f68b1e;
}


/* Patient Resources */
.post__thumb {
  background-repeat:  no-repeat;
  background-size: cover;
  background-position: center;
}
.post__thumb > img {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .posts__col {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .post {
    max-width: 375px;
    text-align: left;
    margin: 0 auto;
  }
  .tags {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .posts__row,
  .posts__col,
  .post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .posts__row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .posts__col {
    padding: 10px;
  }
  .post {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .post__headline {
    font-size: 22px;
  }
  .post__thumb {
    height: 200px;
  }
  .post__desc {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post__thumb--main {
  height: 560px;
}
.post__desc--main {
  padding-left: 43px;
  padding-bottom: 9px;
}


/***** Share *****/
.share {
  margin-top: 30px;
}
.share__text {
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #58595b;
}
.share__link {
  border: 2px solid #efefef;
  color: #bababa;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .share {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .share {
    font-size: 13px;
  }
  .share__link {
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 480px) {
  .share {
    font-size: 18px;
  }
  .share__link {
    width: 46px;
    height: 46px;
    line-height: 42px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .share {
    text-align: right;
    position: relative;
  }
  .share:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    border-top: 1px solid #eeeeee;
  }
  .share__white-bg {
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 25px;
  }
}

/***** Tabbed Content *****/
.tabbed-container .tab-content {
  padding: 20px 0;
}
.tabbed-container .tab-content ul {
  font-size: 16px;
  margin-bottom: 20px;
}
.tabbed-container ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabbed-container ul li, .blog-single__body ul li {
  list-style: disc;
  margin-left: 15px;
}
.tabbed-container .nav-tabs > li {
  position: relative;
  margin-left: 0;
}
.tabbed-container .nav-tabs > li > a {
  border: 1px solid #ddd;
  border-bottom: none;
}
.tabbed-container .nav-tabs > li.active > a,
.tabbed-container .nav-tabs > li.active > a:focus,
.tabbed-container .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #2986e2;
  box-shadow: 0 3px 0 0 #f26529;
}
.tabbed-container .nav-tabs > li.active > a::before {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 10px);
  width: 10px;
  height: 10px;
  border-top: 10px solid #f26529;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
  transition: all .3s;
}

/***** Careers *****/
.careers__title {
  text-transform: uppercase;
  text-align: center;
}
.careers__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.careers__text p {
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 1.7;
}
.careers__text--border {
  border-bottom: 1px solid #f68b1e;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.careers-disclaimer {
  border-top: 1px solid #f68b1e;
  padding: 45px 15px 0;
  margin-top: 20px;
}
.careers__headline {
  margin-bottom: 30px;
}
.careers__button-wrap {
  text-align: center;
}

.jobs__list {
  list-style: none;
}
.jobs__item {
  line-height: 1.1;
  margin-top: 30px;
}
.jobs__title {
  font-weight: 600;
  color: #58595b;
}
.jobs__link {
  color: #f68b1e;
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .careers__button-wrap {
    padding-top: 40px;
  }
  .careers__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .careers__text--border,
  .jobs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .careers__button-wrap {
    padding-top: 79px;
  }
  .careers__title {
    margin-bottom: 87px;
  }
}

/***** Video *****/
.video {
  padding-top: 51px;
}
.video p {
  font-size: 20px;
}
.video .post__headline {
  margin-bottom: 0;
}
.video__container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .video__container {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .video__container {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .video__container {
    width: 280px;
    height: 158px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .video__container {
    width: 375px;
    height: 211px;
  }
}
@media only screen and (min-width: 768px) {
  .video__container {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .video__container {
    width: 650px;
    height: 366px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .video__container {
    height: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .video__container {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 1280px) {
  .video__container {
    height: 653px;
  }
}

/***** Resources *****/
.resources {
  padding-top: 72px;
  padding-bottom: 70px;
}
.resources .post__headline {
  margin-bottom: 0;
}
.resources__headline {
  margin-bottom: 28px;
}
.resources__list {
  list-style: none;
  padding-left: 0;
}
.resources__item {
  margin-top: 70px;
  font-size: 20px;
  font-weight: 600;
}
.resources__list-item {
  position: relative;
  padding-left: 40px; /* 33px; */
  margin-top: 10px;
  line-height: 1.4;
}
.resources__list-item .list__link {
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 1280px) {
  .resources {
    padding-bottom: 101px;
  }
}


/***** Footer *****/
.footer {
  background-color: #363636;
  color: #fff;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 40px;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
}
.footer__logo {
  margin-bottom: 30px;
  display: inline-block;
  max-width: 250px;
}
.footer__link {
  color: #fff;
}
.footer__headline {
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-bottom: 24px; /* 36px; */
  margin-bottom: 10px; /* 25px; */
  line-height: 1;
  margin-top: 0;
}
.footer__headline:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 15px;
  background-image: url(/wp-content/themes/uca2018/img/footer_divider.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}
.footer__subheadline {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}
.footer__socials {
  margin-top: 50px;
}

.footer__socials > a {
  margin-left: 7px;
}
.footer__social-item {
  color: #d1d3d4;
}

.address {
  display: inline-block;
  text-align: left;
}
.address__line {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
footer .address__line a, footer .locations__item a {
  color: inherit;
}
footer .address__line a:hover, footer .address__line a:active, footer .address__line a:focus,
footer .locations__item a:hover, footer .locations__item a:active, footer .locations__item a:focus {
  color: #f68b1e;
}
.address__icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.locations__link {
  color: #fff;
  font-size: 15px; /* 18px; */
  line-height: 23px;
}

.affiliates {
  padding-top: 0; /* 10px */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.affiliates__item {
  margin: 8px;
}
.affiliates__item img {
  max-width: 225px;
  max-height: 100px;
}
.affiliates__item.urolift {
  background: #eee;
  border-radius: 100%;
}

.copy {
  text-align: center;
  color: #5f5f60;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Roboto', sans-serif;
}
.copy__uca {
  padding-left: 10px;
  padding-right: 5px;
}
.copy__list {
  display: inline-block;
}
.copy__list-item {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
}
.copy__link {
  color: #5f5f60;
}

@media only screen and (max-width: 1024px) {
  .footer__item {
    margin-top: 40px;
  }
  .footer__socials {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer__line {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .footer {
    font-size: 20px;
  }
  .footer__logo {
    max-width: 250px;
  }
  .footer__headline {
    font-size: 25px;
  }
  .footer__subheadline {
    font-size: 22px;
    font-weight: 400;
  }
  .footer__social-item {
    font-size: 40px;
  }
  .copy {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) {
  .footer p {
    font-size: 15px; /* 16px; */		/* Original: 27px;  */
  }
  .footer__headline {
    font-size: 20px; /* 24px; */		/* Original: 32px;  */
  }
  .footer__social-item {
    font-size: 50px;
  }
  .footer h5 {
	  font-size: 18px; /* 20px; */		/* Added by Ryan  */
    margin-bottom: 5px;
  }
  .copy {
    font-size: 16px;		/* Original: 19px;  */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .footer {
    font-size: 22px;
  }
  .copy__list {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__item + .footer__item {
    margin-top: 45px; /* 70px; */
  }
  .footer__subheadline--top-space {
    margin-top: 40px;
  }
  .footer__socials {
    text-align: right;
  }
  .footer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer__address {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media only screen and (min-width: 1280px) {
  .locations__item {
    line-height: 1.15;
  }
}


/* ALEX'S / UCA'S MEDIA QUERY STYLES */
@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 20px;
    border-radius: 13px;
  }
  .hidden-tablet {
    display: none !important;
  }
  .btn-refer {
    background-color: #005cb9;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 650px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn {
    font-size: 17px;
    border-radius: 27px;
  }
  .btn.btn-carousel {
    /*min-width: 300px;*/
  }
  .hidden-desktop {
    display: none !important;
  }
  .btn-refer {
    background-color: #f68b1e;
  }
  .vertical-middle-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .vertical-middle-desktop--reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1280px) {
  .btn:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    opacity: 0.9;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1410px;
  }
}

@media only screen and (max-width: 1024px) {
  .topbar__nav-item {
    font-size: 22px;
  }
  .topbar__socials {
    padding-top: 6px;
  }
  .topbar__nav-icon.fa-map-marker-alt {
    font-size: 20px;
  }
  .topbar__nav-icon.fa-phone {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .topbar__nav-item {
    float: left;
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
    border-left: 2px solid #d1d3d4;
  }
  .topbar__nav-item:last-child {
    padding-right: 0;
  }
  .topbar__nav-icon.fa-map-marker-alt {
    font-size: 15px;
  }
  .topbar__nav-icon.fa-phone {
    font-size: 13px;
  }
}

@media (max-width: 1105px) {
  .topbar__nav-item {
    float: left;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
    border-left: 2px solid #d1d3d4;
  }
}

@media only screen and (max-width: 767px){
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .topbar__nav-item {
    font-size: 16px;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  .header__container {
    /*max-width: 440px;*/
    /*width: 100%;*/
  }
  .header__logo {
    margin-bottom: 25px;
    display: inline-block;
  }
  .header__search, .addsearch.search-field {
    height: 55px;
    width: 100%;
  }
  .header__btn {
    line-height: 43px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .affix .container > .navbar-collapse {
    height: calc(100vh - 88px);
  }
}
@media only screen and (max-width: 479px) {
  .header__logo {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    padding-top: 37px;
    padding-bottom: 39px;
  }
  .header__btn {
    float: right;
    margin-left: 25px;
    line-height: 40px;
    min-width: 160px;
  }
  .header__form {
    float: right;
  }
  .header__search, .addsearch.search-field {
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .header__search, .addsearch.search-field {
    width: 230px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__search, .addsearch.search-field {
    width: 327px;
  }
}


@media only screen and (max-width: 1024px) {
  .navigation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation__top,
  .navigation__list {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .navigation__top:after,
  .navigation__list:after {
    content: "";
    width: 45px;
    height: 1px;
    border-bottom: 1px dashed #fff;
    float: left;
    clear: left;
    margin-top: 12px;
  }
  .navigation__headline {
    color: #fff;
    text-transform: uppercase;
    float: left;
    line-height: 1;
    margin: 0;
    font-size: 29px;
  }
  .navigation__list,
  .topbar__nav-list--navigation {
    margin-top: 30px;
  }
  .navigation__item + .navigation__item, .navigation__list li + .navigation__list li {
    margin-top: 5px;
  }
  .navigation__link, .navigation__list li a {
    font-size: 19px;
    line-height: 1.5;
  }
  .topbar__nav-list {
    margin-bottom: 10px;
  }
  .topbar__nav-list--navigation {
    display: block;
    float: none;
  }
  .topbar__nav-link--navigation {
    color: #fff;
    font-size: 19px;
  }
  .navigation__mobile-btn {
    background-color: #265cb3;
    border-radius: 9px;
    float: right;
    width: 54px;
    padding: 12px;
    position: relative;
    top: 2px;
  }
  .navigation__mobile-em {
    background-color: #fff;
    width: 100%;
    height: 3px;
    border-radius: 2;
    float: left;
  }
  .navigation__mobile-em + .navigation__mobile-em {
    margin-top: 5px;
  }
  .navigation__dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    min-height: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation {
    padding-top: 0; /*18px;*/
    padding-bottom: 0; /*18px;*/
  }
  .navigation__list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .navigation.affix {
    position: relative;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .navigation__link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .navigation__link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .navigation__link {
    font-size: 16px;
  }
}


/* GENERAL RESPONSIVE STYLES -- Nathan's edits */
@media only screen and (max-width: 1024px) {
  .navbar-collapse, .navbar-collapse.collapse.in {
    display: block!important;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
}

@media only screen and (max-width: 991px) {
  .alignleft, .alignright {
    float: none;
    margin: 0 0 10px;
    max-width: 100%;
    display: block;
  }

  .navbar-collapse, .navbar-collapse.collapse.in {
    display: block!important;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }

  .problems-solutions {
    background: none!important;
  }

  .tabbed-container .nav-tabs > li {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    margin-bottom: 0;
  }
  .col-sm-12 {
    margin-bottom: 25px;
  }

  .no-mobile-margin > div {
    margin-bottom: 0;
  }

  .title__headline {
    font-size: 34px; /* changed this from 40 because of the /accommodations page -- Nathan 3/26/18 */
  }
  .title__text {
    font-size: 29px;  /* changed this from 40 because of the /accommodations page -- Nathan 3/26/18 */
  }

  .problems-solutions {
    background: none!important;
  }
}

@media only screen and (max-width: 640px) {
  .referral-message {
    padding-left: 0;;
  }
}


/* new mobile layout -- 6/13/19  */
@media only screen and (max-width: 1024px) { /* 767 */
  .full-nav {
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 5;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
  }
  #wrap {
    padding-top: 143px;
  }
  .full-nav.affix {
    
  }
  .header__container {
    /*max-width: 100%;*/
  }

  .topbar__nav-list {
    padding-right: 0;
    display: flex;
  }
  .topbar__nav-item {
    margin-right: 4rem;
    border-left: none;
  }
  .topbar__nav-item:last-of-type a i.topbar__nav-icon {
    margin-right: 2px!important;
  }
  
  .mobile-btn {
    position: relative;
    height: 28px;
    width: 35px;
    margin-left: 25px;
    float: right;
  }
  .mobile-btn__line {
    width: 100%;
    height: 4px;
    background-color: #005CB9;
    position: absolute;
    transition: all 0.5s;
    left: 0;
  }
  .mobile-btn__line:nth-child(1) {
    
    top: 50%;
    opacity: 0;
  } 
  .mobile-btn__line:nth-child(2) {
    top: 12px;
    transform: rotate(45deg);
  }
  .mobile-btn__line:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  .mobile-btn__line:nth-child(4) {
    
    bottom: 50%;
    opacity: 0;
  }

  .collapsed .mobile-btn__line:nth-child(1) {
    top: 0;
    opacity: 1;
  }
  .collapsed .mobile-btn__line:nth-child(2) {
    transform: rotate(0);
  }
  .collapsed .mobile-btn__line:nth-child(3) {
    transform: rotate(0);
  }
  .collapsed .mobile-btn__line:nth-child(4) {
    bottom: 0;
    opacity: 1;
  }

  .header__container > .vertical-middle-desktop {
    display: flex;
    align-items: center;
  }
  .header__container > .vertical-middle-desktop > .right-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header__logo {
    margin-bottom: 0;
    width: 100%;
  }

  .navbar-nav {
    min-height: 0;
  }
  .navbar-collapse {
    border-top: 5px solid #58595B;
  }
  .navigation {
    padding: 0;
    border-bottom: 4px solid #58595B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #58595B;
  }
  .sub-menu {
    background: #58595B;
    padding-top: 0;
  }
  .sub-menu li {
    margin-bottom: 10px;
  }
  .sub-menu li a {
    font-size: 16px;
  }
  .navigation > .collapse > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-bg {
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .white-bg > .container {
    display: flex;
    justify-content: space-around;
  }
  .white-bg .btn,
  .btn__mobile {
    width: auto;
    font-size: 17px;
    padding: 0 10px;
    line-height: 32px;
    margin-bottom: 0;
    border-radius: 25px;
    font-weight: 600;
  }
  .navigation__list {
    margin-top: 0;
  }

  .navbar ul:not(.sub-menu),
  .navbar ul:not(.sub-menu) > li {
    padding: 0;
  }

  hr.orange {
    width: 100px;
    height: 2px;
    background: #F68B1E;
    border: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  hr.orange:last-of-type {
    margin-bottom: 15px;
  }

  .navigation__top:after, .navigation__list:after {
    border: none;
  }
  .topbar__nav-list--navigation {
    margin-top: 0;
  }


  .navbar ul li.topbar__nav-item {
    padding-left: 2px;
    margin-bottom: 5px;
  }
  .navbar ul li.topbar__nav-item:last-of-type {
    padding-left: 0;
  }

  .navbar ul li.topbar__nav-item:last-of-type .topbar__nav-icon {
    margin-right: 17px;
  }
  

  .navigation .btn-refer,
  .navigation .btn-blue {
    background: #fff;
    color: #005cb9;
    border-color: #005cb9;
  }
}

.fa-search {
  color: #f68b1e;
}
.right-text {
  text-align: right;
}
.mobile-search-bar {
  display: none;
  padding: 0 15px;
}

@media screen and (max-width: 540px) {
  .topbar__nav-list {
    flex-direction: column;
  }
}

@media screen and (max-width: 375px) {
  .btn__mobile {
    width: 145px;
    font-size: 16px;
  }
  .white-bg .btn {
    font-size: 15px;
    margin: 0 3px;
  }
}

@media screen and (max-width: 355px) {
  .mobile-btn {
    width: 28px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 350px) {
  .white-bg .btn, .btn__mobile {
    width: auto;
    padding: 0 10px;
  }
}

@media screen and (max-width: 325px) {
  .white-bg > .container {
    flex-direction: column;
  }
  .white-bg > .container > .btn-orange {
    margin-bottom: 20px;
  }
}

.referral-message {
    text-align: center;
    padding-left: unset;
}

@media screen and (max-width: 640px) {
    .referral-message.msg-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 641px) {
    .referral-message.msg-mobile {
        display: none !important;
    }
}

/* sticky button */
.sticky-btn {
  display: none;
}

@media screen and (max-width: 1023.98px) {
  .sticky-btn {
    display: block;
    position: fixed;
    right: 5%;
    bottom: 3%;
    z-index: 9999999999;
    box-shadow: 3px 3px 7px rgba(0,0,0,.5);
    border-radius: 100%;
  }
  .sticky-btn:active {
    box-shadow: 1px 1px 2px #000;
  }
  /* hide the button when viewing the book appointment page */
  .page-id-579 .sticky-btn {
    display: none;
  }

  /* make sure slider button is still visible */
  #slider-btn {
    text-align: center;
    position: absolute;
    width: 100%;
  }
  #slider-btn > a {
    display: inline-block!important;
    margin-top: 10px;
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 375px) {
  .sticky-btn {
    width: 80px;
  }
}


.single-patient-video .content.video h1.blue {
  display: none;
}


.banner-alert {
  font-size: 18px;
  padding: 15px;
  text-align: center;
  background-color: #BB0E1F;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-alert a {
  color: #fff;
  font-weight: 900;
}

.carousel__content > .btn {
  padding-top: 0!important;
}


#wrap {
  position: relative;
}


@media screen and (max-width: 767px) {
  .banner-alert {
    font-size: 15px!important;
    padding: 6px!important;
  }
}


@media screen and (max-width: 1200px) {
  .problems-solutions {
    background: none!important;
  }
}

body {
  letter-spacing: .25px;
}

article ul li {
  line-height: 1.4;
}

.nav-tabs {
  padding-left: 8px;
  border-bottom: 1px solid #666;
}

.nav-tabs li {
  font-weight: 700;
  margin-right: 6px;
}

.tabbed-container .nav-tabs > li > a {
  border-color: #666;
}

/* ========================== */
/* SITE UPDATES SPRING 2021 */

/* tooltip */
.has-tooltip {
  position: relative;
}
.tooltip {
  font-size: 16px;
  background: rgba(0,0,0,.9);
  color: white;
  padding: 1rem;
  border-radius: 0 20px 20px 20px;
  left: 15px;
  /* width: 400px;
  max-width: 400px; */
  opacity: 1;
  display: none;
  width: 300px;
  z-index: 2;
}
.tooltip::before {
  content: '';
  position: absolute;
  border-left: 1px solid rgba(0,0,0,0.9);
  border-right: 27px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.9);
  /* left: calc(50% - 8px); */
  left: 0px;
  top: -6px;
}
.has-tooltip:hover > .tooltip {
  display: block;
}

.problems-solutions {
  overflow: initial;
}

/* typography and colors  */
.title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.title__headline {
  font-size: 48px;
  text-transform: none;
  color: white;
}

.content {
  padding-top: 50px;
  padding-left: 75px;
  padding-right: 75px;
}
.blog .content {
  padding-left: 50px;
  padding-right: 50px;
}
p {
  font-size: 18px;
  line-height: 1.5;
}

h1, .single h1.post__headline--single {
  font-size: 38px;
  color: #58595b;
}
h2 {
  font-size: 30px;
}
h3, .blog .posts h2.post__headline {
  font-size: 25px;
  font-weight: 700;
}
h4, div.post__headline, p.post__headline {
  font-size: 23px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  font-weight: 400;
}
.content h2 {
  margin-bottom: 1rem;
}

.content .sidebar h2 {
  margin-top: 13px;
}

.btn-orange, .btn-refer {
  background-color: #eb7330;
}
.icon-color {
  color: #eb7330;
}

.problems-solutions__headline {
  margin-bottom: 20px;
}
.problems-solutions p {
  margin-bottom: 15px;
}

.footer__social-item:hover {
  color: #f68b1e; /* white; */
}

.copy__list-item a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .navigation__list {
    font-size: 15px;
  }
  .navigation .container {
    width: 100%!important;
  }
}

@media screen and (max-width: 1150px) {
  .blog .posts h2.post__headline {
    font-size: 23px;
  }
}

@media screen and (max-width: 1024px) {
  .content, .blog .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content, .blog .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* "tabbed" section overhaul */
.tabbed-container {
  display: flex;
  flex-direction: row-reverse;
}
.tabbed-container .tab-sidebar {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  margin-left: 35px;
  position: relative;
}
.tabbed-container .tab-sidebar ul.nav-tabs {
  position: sticky; 
  top: 100px;
  background: #f2f7f9;
  border-bottom: 1px solid #ddd;
  padding-right: 8px;
  padding-left: 8px;
}
.tabbed-container .tab-sidebar ul.nav-tabs > li {
  list-style: none;
  margin-right: 0;
  float: none;
}
.tabbed-container .tab-sidebar ul.nav-tabs > li.active::before {
  content: '\00AB';
  position: absolute;
  top: 8px;
}
.tabbed-container .tab-sidebar ul.nav-tabs > li > a {
  border: none;
  color: #1462a6;
  transition: all 100ms ease-in-out;
}
.tabbed-container .tab-sidebar ul.nav-tabs > li > a:hover {
  background: none;
}
.tabbed-container .tab-sidebar ul.nav-tabs > li.active > a,
.tabbed-container .nav-tabs > li.active > a:focus,
.tabbed-container .nav-tabs > li.active > a:hover {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}
.tabbed-container .tab-sidebar ul.nav-tabs > li.active > a::before {
  display: none;
}

.tabbed-container .tab-content > .tab-pane {
  display: block;
  padding-bottom: 2rem;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1024px) {
  .tabbed-container .tab-sidebar ul.nav-tabs {
    top: 240px;
  }
}

@media screen and (max-width: 767px) {
  .tabbed-container .tab-sidebar {
    display: none;
  }
}


/* new slider */
.carousel-new .slick-initialized .slick-slide {
  display: flex;
}
.carousel-new .slick-track {
  background-color: #f9f9fb;
}
.slide__text, .slide__img {
  flex: 1;
  background-color: #f9f9fb;
}
.blue-bg .slide__text, .blue-bg .slide__img {
  background-color: #2e64a1;
}
.slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide__text {
  display: flex;
  align-items: center;
  padding: 45px 60px 45px 45px;
  justify-content: center;
  position: relative;
  width: 42%;
  min-width: 42%;
  max-width: 42%;
}
.slide__text h1 {
  font-size: 35px;
  margin-bottom: 1rem;
}
.slide__text::after {
  content: '';
  position: absolute;
  border-left: 30px solid #f9f9fb;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: -29px;
}
.blue-bg .slide__text::after {
  border-left-color: #2e64a1;
}
.slide__text > div {
  max-width: 600px;
}
.slide__text h1 {
  color: #2e7ab6;
}
.blue-bg .slide__text h1 {
  color: #dfdfdf;
}
.slide__text p {
  font-size: 23px;
  color: #333;
}
.blue-bg .slide__text p {
  color: #fff;
}
.btn.btn-carousel {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
}
.carousel-new .slick-dots {
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 45px;
}

@media screen and (min-width: 1650px) {
  .slide__text h1 {
    font-size: 40px;
    margin-bottom: 1.25rem;
  }
  .slide__text p {
    font-size: 26px;
  }
}


@media screen and (max-width: 1024px) {
  .slide__text {
    padding: 30px;
  }
  .carousel-new .slick-dots {
    bottom: 15px;
    left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .slide__text {
    padding: 45px;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 849px) {
  .slick-initialized .slick-slide {
    flex-direction: column;
  }
  .slide__text, .slide__img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .slide__text::after {
    display: none;
  }
  .slide__text::before {
    content: '';
    position: absolute;
    border-top: 25px solid #f9f9fb;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: none;
    right: unset;
    bottom: -24px;
  }
  .blue-bg .slide__text::before {
    border-top-color: #2e64a1;
  }
}

/* stats section */
.stats__text {
  white-space: normal;
}
.stats {
  background: url(/wp-content/themes/uca2018/img/home/stats_bg.jpg);
}


/* nav updates */
.banner-alert {
  text-align: center; 
  background-color: #BB0E1F; 
  color: #ffffff; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.banner-alert a {
  color: #fff; 
  font-weight: 900;
}

.navigation__item, .navigation__list li {
  position: relative;
  padding: 0 15px 0 0;
  text-align: center;
}

/* posts */
.posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.single h1.post__headline--single {
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  .posts-grid {
    grid-gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .posts-grid {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
}

/* testimonial updates */
/* .testimonials__slider-wrap:before {
  display: none;
} */


/* COLOR UPDATES JUNE 2021 */
.top-border {
  border-top: 3px solid #d3e2e9;
}
.navigation {
  background-color: white;
  border-top: 3px solid #d3e2e9;
}
.navigation ul li a {
  color: #00578a;
  text-transform: none;
  font-weight: 600;
}
.navigation ul li a svg {
  color: #f18821;
}
.navigation ul li a:hover {
  color: #333;
  opacity: 1;
}
.sub-menu {
  background: white;
}
.slide__text h1 {
  font-weight: 400;
}
.slide__text h1 strong {
  /* color: #333; */
}
.blue-bg .slide__text h1 {
  color: white;
}
.blue-bg .slide__text h1 strong {
  color: #ecc241;
}

.btn-blue, .gform_button {
  background-color: #00578A;
}
.slide__text, .slide__img {
  background-color: #d3e2e9;
}
.slide__text::after {
  border-left-color: #d3e2e9;
}
.blue-bg .slide__text, .blue-bg .slide__img {
  background-color: #00578A;
}
.btn-orange, .btn-refer {
  background-color: white;
  border: 3px solid #00578A;
  color: #00578A;
}
.btn-orange:hover, .btn-refer:hover {
  color: #00578a;
}
.blue-bg .slide__text::after {
  border-left-color: #00578a;
}
.btn {
  box-shadow: 0 4px 4px rgba(0,0,0,0.3);
  font-weight: 600;
}

.stats {
  background: #f1f3f4;
}
.stats .stats__numbers {
  color: #00578a;
}
.stats .stats__text {
  color: #58595b;
}

.mission {
  background: #d3e2e9;
}
.mission__headline {
  color: #00578a;
  margin-top: 30px;
}
.mission__headline::after {
  background: none;
  border-bottom: 2px solid #f18821;
  bottom: 3px;
}

.search-form label {
  display: none;
}

.icon-round {
  background-color: #00578a;
}
.icon-round .icon {
  top: 10px;
}
.mobile-btn__line {
  background-color: #00578a;
}
.title {
  background: #00578a;
}

@media (max-width: 1024px) {
  .navigation__item, .navigation__list li {
    text-align: left;
  }

  .navigation .btn-refer, .navigation .btn-blue {
    background-color: #00578A;
    border-color: #00578a;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .navigation ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .navigation ul li a {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .navigation__item, .navigation__list li {
    text-align: left;
  }
}

#rater8Badge {
  margin: 2rem auto;
}

/* clinical trials form */
.clinical-trials-form {
  background: #00578a;
  padding: 2rem 4rem 0;
  margin-bottom: 20px;
}
.clinical-trials-form h2 {
  text-align: center;
  color: white;
}
.clinical-trials-form .gform_footer {
  text-align: center;
}
.clinical-trials-form .gform_footer .gform_button {
  color: #00578a;
  background-color: white;
  transition: .3s;
}
.clinical-trials-form .gform_footer .gform_button:hover {
  background-color: #e6e6e6;
}
.clinical-trials-form .gfield_label {
  color: white;
}
.clinical-trials-form .gfield_label .gfield_required {
  color: #ddd;
}
.clinical-trials-form .gform_confirmation_message {
  color: white;
  padding-bottom: 1rem;
  text-align: center;
}


/* clinical trials */
.trials {
  margin-bottom: 20px;
}
.trial {
  border: 1px solid #00578a;
  margin-bottom: 2.5rem;
  /* padding-bottom: 2rem; */
}
.trial-head-text-mobile {
  display: none;
}
.trial-head {
  background: #00578a;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  /* margin-bottom: 3rem; */
  cursor: pointer;
  transition: .3s;
}
.collapsed .trial-head {
  background: #fafafa;
  color: #000;
}
.trial-head > * {
  min-width: 33.33%;
  max-width: 33.33%;
}
.trial-head h3 {
  color: white;
  margin: 0;
  transition: .3s;
}
.collapsed .trial-head h3 {
  color: #000;
}
.trial-head .subtitle {
  text-align: center;
}
.trial-head .toggle-arrow {
  text-align: right;
  transition: .3s;
}
.trial-head .toggle-arrow svg {
  transition: .3s;
  transform: rotate(180deg);
  color: white;
}
.collapsed .trial-head .toggle-arrow svg {
  transform: rotate(0deg);
  color: #000;
}
.trial-body {
  text-align: center;
  background: #fafafa;
  /* padding-top: 3rem;
  padding-bottom: 2rem; */
  height: auto;
  overflow: hidden;
  max-height: 800px;
  transition: .5s;
}
.collapsed .trial-body {
  /* display: none; */
  max-height: 0;
}
.trial-body > ul {
  margin-top: 3rem;
  margin-bottom: 10px!important;
}
.trial-body ul li {
  list-style: none;
  margin-left: 0;
}
.trial-body ul li > * {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.trial-body ul li:last-child > * {
  border: none;
  margin-bottom: 0;
}
.trial-body .btn-blue {
  margin-bottom: 2rem;
}

/* trial faqs */
.trial-faqs {
  margin-bottom: 20px;
}
.trial-faq {
  border: 1px solid #e6e6e6;
  margin-bottom: 2.5rem;
  background: #fafafa;
}
.tf-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.tf-head > .toggle-arrow {
  max-width: 25px;
  min-width: 25px;
  text-align: right;
}
.tf-head > .toggle-arrow svg {
  transition: .3s;
  transform: rotate(180deg);
}
.tf-head h3 {
  margin: 0;
}
.collapsed > .tf-head > .toggle-arrow svg {
  transform: rotate(0deg);
}
.tf-body {
  overflow: hidden;
}
.collapsed .tf-body {
  height: 0;
}
.tf-content {
  padding: 2rem 1.5rem 1rem;
}

/* trials team */
.trials-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    margin-bottom: 30px;
}
.trials-team-mem {
  text-align: center;
}

@media (max-width: 1199px) {
  .trial-head > * {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .trial-head > .toggle-arrow {
    min-width: 24px;
    max-width: 24px;
  }
}

@media (max-width: 599px) {
  .trial-head > h3, .trial-head > .subtitle {
    display: none;
  }
  .trial-head > .trial-head-text-mobile {
    display: block;
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .trial-head > .trial-head-text-mobile h3 {
    margin-bottom: 1rem;
  }
  .trial-head > .trial-head-text-mobile .subtitle {
    text-align: left;
  }
  .trials-team {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 449px) {
  .trials-team {
    grid-template-columns: 1fr;
  }
  .clinical-trials-form {
    padding: 2rem 2rem 0;
  }
}

.topbar > .container > .row.row-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.topbar > .container > .row.row-flex::before, 
.topbar > .container > .row.row-flex::after {
  display: none;
}

/* WordPress (WP) Admin Bar */
#wpadminbar {
    min-width: 0;
    max-width: 40px;
    overflow: hidden;
    transition: .5s;
}
#wpadminbar:hover {
    max-width: 100%;
    overflow: unset;
}
@media screen and (max-width: 782px) {
    #wpadminbar {
        top: unset;
        bottom: 0;
        position: fixed;
    }
}
