/* Edited 04 Apr 2019 11:22:18 AM by Susie Karasic [1:U:16] */
/* Edited 09 Nov 2018 09:24:10 AM by Le Duong [1:U:18] */
/* Edited 06 Nov 2018 11:31:13 AM by Pam Ullmon-McGee [1:U:4] */
/* Edited 19 Oct 2018 12:25:51 PM by Le Duong [1:U:18] */
/* Edited 03 Oct 2018 12:44:58 PM by Pam Ullmon-McGee [1:U:4] */
/* Edited 03 Oct 2018 11:12:18 AM by Pam Ullmon-McGee [1:U:4] */
/* Edited 02 Oct 2018 07:00:00 PM by Pam Ullmon-McGee [1:U:4] */
/* Edited 19 Sep 2018 11:43:42 AM by Steven Bustamento [1:U:1045] */
/* Edited 19 Sep 2018 10:06:33 AM by Chris Little [1:U:1037] */
/* Edited 18 Sep 2018 11:41:29 AM by Le Duong [1:U:8] */
/* Edited 17 Sep 2018 10:35:14 AM by Pam Ullmon-McGee [1:U:4] */
.home-2018 {
  overflow-x: hidden;
  /* GENERAL */
  margin: 0px;
  /*BUTTONS*/
  /* HERO */
  /* PROVIDER SEARCH */
  /* DARK CTA */
  /* PATIENT STORIES CTA */
  /* LIGHT CTA */
  /* EVENTS SECTION */
  /* NEWS SECTION */
  /* HEALTH SECTION */
  /* SOCIAL SECTION */
  /* DOC SECTION */
  /* NAV*/
}
.home-2018 h1, .home-2018 h2, .home-2018 h3, .home-2018 h4 {
  font-family: 'ProximaNovaLight';
}
.home-2018 p {
  font-family: 'ProximaNovaRegular';
}
.home-2018 strong {
  font-family: 'ProximaNovaSemibold';
}
.home-2018 .content {
  padding: 0px;
}
.home-2018 .container {
  padding: 0px;
}
.home-2018 .home-btn {
  display: inline-block;
  padding: 14px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#2e77aa));
  background: linear-gradient(90deg, #00d4ff 0%, #2e77aa 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
  opacity: .9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin: 10px 0px;
}
.home-2018 .home-btn:hover {
  opacity: .7;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.home-2018 .btn-yellow-sm {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: inline-block;
  background-color: #FFBA11;
  color: #4A4A4A;
  border-radius: 2px;
  padding: 6px 12px;
  font-family: 'ProximaNovaSemibold';
  text-transform: uppercase;
  margin: 0 10px;
}
.home-2018 .btn-yellow-sm:hover {
  opacity: .7;
  text-decoration: none;
  cursor: pointer;
}
.home-2018 .video-banner {
  width: 100vw;
  min-height: 60vh;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-2018 .video-banner {
    height: 100vh;
  }
}
.home-2018 .video-banner video {
  width: 100vw;
  min-height: 60vh;
  max-height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-2018 .video-banner video {
    min-height: 100vh;
  }
}
.home-2018 .video-banner .overlay {
  z-index: 100;
  display: block;
  position: absolute;
  top: 10vh;
  text-align: center;
  width: 100%;
  color: white;
}
.home-2018 .video-banner .overlay h2 {
  display: inline-block;
  font-family: 'ProximaNovaSemibold';
  text-transform: uppercase;
  font-size: 72px;
  background-color: rgba(20, 54, 78, 0.5);
  padding: 10px;
  margin: 10px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .home-2018 .video-banner .overlay h2 {
    font-size: 42px;
    max-width: 300px;
  }
}
.home-2018 .video-banner .overlay h3 {
  font-family: 'ProximaNovaLight';
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  background-color: rgba(20, 54, 78, 0.5);
  padding: 10px;
  margin: 10px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .home-2018 .video-banner .overlay h3 {
    font-size: 20px;
    max-width: 300px;
  }
}
.home-2018 .video-banner .overlay a {
  margin-top: 20px;
}
.home-2018 .provider-search {
  text-align: center;
  border-top: 10px solid #3284BE;
  min-height: 300px;
  overflow: hidden;
  background: url("images/home-2018/building-exterior.jpg") no-repeat fixed bottom;
  background-size: cover;
  color: #4A4A4A;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .provider-search {
    min-height: 200px;
  }
}
.home-2018 .provider-search h2 {
  font-weight: 300;
  margin: 50px 0px 20px 0px;
  font-size: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-2018 .provider-search h2 {
    font-size: 32px;
    margin-top: 10px;
  }
}
.home-2018 .provider-search p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .provider-search p {
    margin: 10px 20px;
  }
}
/* START CTA DARK CONTENT*/
.home-2018 .dark-background {
  background: url("images/home-2018/abstract-bokeh.jpg") no-repeat fixed bottom;
  background-size: cover;
}
.home-2018 .home-cta-dark-content {
  margin: 0px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  float: right;
  padding-right: 0px;
  padding-left: 0px;
}
.home-2018 .home-cta-dark-content .pull-right {
  padding-top: 10px;
}
.home-2018 .home-cta-dark-content .cta-content {
  padding: 40px;
  max-width: 80%;
  text-align: left;
  float: right;
}
@media (max-width: 992px) {
  .home-2018 .home-cta-dark-content .cta-content {
    max-width: 100%;
    float: left;
  }
}
.home-2018 .home-cta-dark-content .cta-content h2 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 66px;
  margin: 0px;
  width: 50vw;
  color: white;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-dark-content .cta-content h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
.home-2018 .home-cta-dark-content .cta-content h3 {
  color: white;
  font-size: 24px;
}
.home-2018 .home-cta-dark-content .cta-content h3 .bump {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-dark-content .cta-content h3 {
    font-size: 18px;
  }
  .home-2018 .home-cta-dark-content .cta-content h3 .bump {
    font-size: 21px;
  }
}
.home-2018 .home-cta-dark-content .cta-content h4 {
  color: white;
  font-size: 18px;
}
.home-2018 .home-cta-dark-content {
  float: left;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-dark-content .cta-content h4 {
    font-size: 14px;
  }
}
/* END CTA DARK CONTENT*/
.home-2018 .row {
  margin: 0px;
}
.home-2018 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/*added image*/
.home-2018 .embed-container iframe, .home-2018 .embed-container img, .home-2018 .embed-container object, .home-2018 .embed-container embed {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
@media (max-width: 992px) {
  .home-2018 .embed-container iframe, .home-2018 .embed-container img, .home-2018 .embed-container object, .home-2018 .embed-container embed {
    top: 0%;
    left: 5%;
    width: 90%;
    height: 90%;
  }
}
/*end add image*/
.home-2018 .stories-cta {
  background-color: #3284BE;
  min-height: 500px;
  text-align: center;
  padding: 60px 10px;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .stories-cta {
    padding: 20px;
  }
}
.home-2018 .stories-cta h2 {
  color: white;
  font-size: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-2018 .stories-cta h2 {
    font-size: 32px;
  }
}
.home-2018 .stories-cta p {
  color: #FFFFFF;
  padding: 20px;
}
.home-2018 .stories-cta img {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: inline-block;
  width: 12%;
  height: 12%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px;
}
@media only screen and (max-width: 992px) {
  .home-2018 .stories-cta img {
    margin-left: 0px;
    width: 24%;
    height: 24%;
  }
}
.home-2018 .stories-cta img:hover {
  opacity: .6;
}
@media only screen and (max-width: 992px) {
  .home-2018 .stories-cta .btn-yellow-sm {
    display: block;
    width: 80%;
    margin: 20px 10%;
  }
}
/*START CTA-LIGHT-CONTENT*/
.home-2018 .light-background {
  background: url("images/home-2018/light-bokeh.jpg") no-repeat fixed bottom;
  background-size: cover;
  padding: 20px 0;
}
.home-2018 .home-cta-light-content {
  margin: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
}
.home-2018 .home-cta-light-content .cta-content {
    padding: 40px;
    max-width: 80%;
    text-align: left;
    float: right;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-light-content {
    min-height: 200px;
  }
}
.home-2018 .home-cta-light-content .cta-content {
  padding: 40px;
 text-align: left;
}
@media (max-width: 992px) {
  .home-2018 .home-cta-light-content .cta-content {
    max-width: 100%;
    padding: 40px 40px 20px 40px;
  }
}
.home-2018 .home-cta-light-content .cta-content h2 {
    font-size: 64px;
    text-transform: uppercase;
    line-height: 66px;
    width: 50vw;
    color: rgb(74, 74, 74);
    margin: 0px;
}
.home-2018 .home-cta-light-content .cta-content h3 .bump {
    font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-light-content .cta-content h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
.home-2018 .home-cta-light-content .cta-content p {
  color: #4A4A4A;
    text-align:left;
}
.home-2018 .home-cta-light-image {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px;
}
.home-2018 .home-cta-light-image:hover {
  cursor: pointer;
}
.home-2018 .home-cta-light-image img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-light-image img {
    height: 200px;
  }
}
/*END CTA-LIGHT-CONTENT*/
.home-2018 .events-section {
  background-color: #3284BE;
  min-height: 200px;
  padding: 20px 0;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .events-section {
    text-align: center;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .home-2018 .events-section .event-stories {
    margin-top: 20px;
  }
}
.home-2018 .events-section .event-stories ul {
  list-style: none;
}
.home-2018 .events-section .event-stories ul li {
  color: white;
  padding: 10px 30px 10px 0px;
}
.home-2018 .events-section .event-stories ul li a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .home-2018 .events-section .event-stories ul li {
    padding: 10px 0px 10px -10px;
  }
}
.home-2018 .events-section .event-stories ul li .date {
  display: block;
  font-size: 14px;
  font-family: "ProximaNovaSemiBold";
}
.home-2018 .events-section .event-stories ul li .category {
  display: block;
  font-size: 14px;
  font-family: "ProximaNovaLight";
}
.home-2018 .events-section .event-stories ul li .title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-family: "ProximaNovaLight";
}
.home-2018 .events-section h3 {
  font-size: 30px;
  color: white;
  font-family: 'ProximaNovaSemibold';
}
.home-2018 .events-section .btn-yellow-sm {
  margin-left: 0px;
}
.home-2018 .news-section {
  min-height: 500px;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section {
    text-align: center;
    padding: 20px 10px;
  }
}
.home-2018 .news-section h3 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: 'ProximaNovaSemibold';
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}
.home-2018 .news-section > a {
  display: none;
}
.home-2018 .news-section .news-btn {
  display: inline-block;
  float: right;
  padding: 6px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#2e77aa));
  background: linear-gradient(90deg, #00d4ff 0%, #2e77aa 100%);
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
  opacity: .9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin: 0px 2% 0px 0px;
  color: white;
}
.home-2018 .news-section .news-btn:hover {
  text-decoration: none;
}
.home-2018 .news-section .news-btn:hover {
  opacity: .7;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section .news-btn {
    width: 80%;
    text-align: center;
    margin: 0 10%;
  }
}
.home-2018 .news-section .news-feature {
  float: left;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section .news-feature {
    padding: 20px 10px;
  }
}
.home-2018 .news-section .news-feature img {
  width: 100%;
/*  height: 300px;*/
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.home-2018 .news-section .news-feature > a {
  font-size: 36px;
  line-height: 38px;
  font-family: 'ProximaNovaLight';
}
.home-2018 .news-section .news-feature .news-blurb {
  margin-top: 10px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section .news-feature {
    width: 100%;
  }
  .home-2018 .news-section .news-feature > a {
    font-size: 24px;
    line-height: 26px;
    font-family: 'ProximaNovaLight';
  }
}
.home-2018 .news-section .secondary-news {
  width: 50%;
  float: left;
  padding: 0px 20px 0px 0px;
  margin: -4px 0px 0px 0px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 145px;
  background-color: #F1F1F1;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section .secondary-news {
    margin: 10px 0 0 0;
    display: block;
    -webkit-box-align: auto;
        -ms-flex-align: auto;
            align-items: auto;
  }
}
.home-2018 .news-section .secondary-news a {
  margin: 0 0 4% 4%;
  text-align: left;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1F1F1;
  font-family: 'ProximaNovaLight';
  font-size: 24px;
  line-height: 26px;
  max-width: 46%;
  max-height: 137px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .home-2018 .news-section .secondary-news {
    width: 100%;
  }
  .home-2018 .news-section .secondary-news a {
    font-size: 18px;
    line-height: 20px;
    max-width: 98%;
  }
}
.home-2018 .health-section {
  margin: 30px 0;
  min-height: 440px;
  padding: 20px 20px 20px 0px;
 border-right: solid #e1e1e1 2px;
}
.home-2018 .health-section h3 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: 'ProximaNovaSemibold';
  text-transform: uppercase;
}
.home-2018 .health-section img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.home-2018 .health-section li {
  font-size: 18px;
  line-height:24px;
  margin-bottom:20px !important;
}
.home-2018 .health-section > a {
  display: inline-block;
  padding: 14px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#2e77aa));
  background: linear-gradient(90deg, #00d4ff 0%, #2e77aa 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
  opacity: .9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;
  text-align: center;
}
.home-2018 .health-section a:hover {
  opacity: .7;
}
@media only screen and (max-width: 768px) {
  .home-2018 .health-section {
    padding: 10px;
    min-height: 300px;
  }
  .home-2018 .health-section li {
    width: 90%;
  }
  .home-2018 .health-section h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}
.home-2018 .social-section {
  margin: 30px 0;
  min-height: 440px;
  padding: 20px;
 border-right: solid #e1e1e1 2px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .social-section {
    padding: 10px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .home-2018 .social-section .twitter-timeline {
    width: 90%;
    margin: 0 5%;
  }
}
.home-2018 .social-section h3 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: 'ProximaNovaSemibold';
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-2018 .social-section h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}
.home-2018 .doc-section {
  min-height: 440px;
  margin: 30px 0;
  padding: 20px;
  text-align: center;
 /* background: url("images/home-2018/abstract-bokeh-sm.jpg") no-repeat bottom center;*/
  font-size: 18px;
  border-radius: 2px;
 /* border: 2px solid #F1F1F1;*/
}
@media only screen and (max-width: 768px) {
  .home-2018 .doc-section {
    padding: 10px;
  }
}
.home-2018 .doc-section h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 30px;
  color: #4A4A4A;
  font-family: 'ProximaNovaSemibold';
}
@media only screen and (max-width: 768px) {
  .home-2018 .doc-section h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}
.home-2018 .doc-section strong {
  font-size: 24px;
}
.home-2018 .doc-section > div {
  display: block;
  padding: 14px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#2e77aa));
  background: linear-gradient(90deg, #00d4ff 0%, #2e77aa 100%);
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
  opacity: .9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin: 10px 0px;
}
.home-2018 .doc-section > div:hover {
  opacity: .7;
}
.home-2018 .doc-section > div a {
  font-size: 15px;
  color: white;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .home-2018 .doc-section > div a {
    margin: 20px 10%;
  }
}
.home-2018 .doc-section > div a:hover {
  text-decoration: none;
}
.home-2018 .doc-section img {
  margin: 10px 0px;
}
.home-2018 .social-icons {
  min-height: 100px;
  width: 100%;
  text-align: center;
  background-color: #F1F1F1;
  padding: 24px 10px;
}
.home-2018 .social-icons img {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 46px;
  margin: 10px 24px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .social-icons img {
    width: 30px;
    margin: 10px;
  }
}
.home-2018 .social-icons img:hover {
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .home-2018 #container-navigation {
    background: #005587;
    opacity: .9;
    position: absolute;
    top: 119px;
    z-index: 1000;
    width: 100vw;
    /*
            .navbar-nav>li:last-child {
                a{
                    background-color:#FFBA11;
                    color:#005587 !important;
                    font-family:'ProximaNovaSemiBold';
                    text-align:center !important;
                }
            }
            */
  }
}
.home-2018 .gold-banner {
  background-color: #e1e1e1;
  min-height: 1px;
  margin: 0px;
}
.home-2018 #stay-connected-footer {
  display: none !important;
}
.home-2018 .player-control {
  display: block;
  position: absolute;
  top: 42vh;
  z-index: 150;
  right: 15px;
}
@media (max-width: 768px) {
  .home-2018 .player-control {
    top: 81vh;
  }
}
.home-2018 .player-control .pause-btn {
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.home-2018 .player-control .play-btn {
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.home-2018 .player-control .pause-btn:hover {
  cursor: pointer;
  opacity: .8;
}
.home-2018 .player-control .play-btn:hover {
  cursor: pointer;
  opacity: .8;
}
@media (min-width: 768px) {
  .home-2018 #container-navigation ul.nav.navbar-nav > li ul li a {
    color: #000 !important;
    font-family: 'ProximaNovaRegular' !important;
    font-size: 13px;
  }
}
/* DE */
.home-2018 .home-cta-dark-content {
  float: left;
}
#myformbtnsubmit {
  margin: 0;
  width: 100%;
}
#specialtyList {
  height: 51px;
  line-height: 51px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
.home-2018 .news-section .news-feature strong {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
.home-2018 .news-section .col-sm-6 .row .col-sm-6 .secondary {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #F1F1F1;
  margin-bottom: 30px;
  min-height: 145px;
  /*TODO: Height Breakpoints */
}
@media (max-width: 768px) {
  .home-2018 .news-section .col-sm-6 .row .col-sm-6 .secondary {
    background-color: transparent;
  }
}
.home-2018 .news-section .col-sm-6 .row .col-sm-6 .secondary:hover {
  background-color: #FFFFFF;
}
.home-2018 .news-section .col-sm-6 .row .col-sm-6 strong {
  display: block;
  clear: both;
  text-align: right;
  width: 100%;
  padding: 20px 20px 10px 20px;
}
.home-2018 .news-section .col-sm-6 .row .col-sm-6 a {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 0 20px;
  /*font-family: 'ProximaNovaLight';*/
  font-size: 18px;
  line-height: 22px;
  max-height: 68px;
  overflow: hidden;
 /* text-overflow: ellipsis;*/
}
/*.home-2018 .news-section .col-sm-6 .row .col-sm-6 a:after {
  content: ' ...';
  display: inline;
}*/
/* UCLA: class is causing myUCLAhealth sign in modal to stretch across the screen
.home-2018 div.modal-dialog {
  width: 94vw;
  margin: 0 3vw;
}*/
.home-2018 .home-cta-light-image,
.home-2018 .home-cta-dark-image {
  position: relative;
}
.home-2018 .home-cta-light-image i,
.home-2018 .home-cta-dark-image i {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 112px;
  width: 150px;
  height: 150px;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  border-radius: 150px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  line-height: 150px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .home-2018 .home-cta-light-image i,
  .home-2018 .home-cta-dark-image i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 34px;
    line-height: 50px;
    padding-left: 10px;
  }
}
.container-footer .img-responsive {
  margin-top: 10px;
  max-width: 100px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
.home-2018 .video-banner video{
max-height:none;
min-height:none;
} 
.home-2018 .player-control {
right: 40px;
top: 20px;
}
}
@supports (-ms-ime-align:auto) {
.home-2018 .video-banner video{
max-height:none;
min-height:none;
} 
.home-2018 .player-control {
right: 40px;
top: 20px;
}
}
/* Base Template */
.base{
 padding: 40px 20px;
}
.hero-light, .hero-dark, .image-hero{
height: 600px;
padding: 10%;
}
.hero-light img, .hero-dark img, .image-hero img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 600px;
  object-fit: cover;
  z-index: -10;
}
.hero-dark h1, .hero-dark h2, .hero-dark h3, .hero-dark h4, .hero-dark h5, .hero-dark h6, .hero-dark p{
  color: white;
  background: rgba(39,116,174, .8);
  display: inline-block;
  padding: 10px;
  margin: 10px 0px;
}
.hero-light h1, .hero-light h2, .hero-light h3, .hero-light h4, .hero-light h5, .hero-light h6, .hero-light p{
  background-color: rgba(255, 255, 255, 0.8);
  color: #003B5C;
  display: inline-block;
  padding: 10px;
}
.section-dark {
  background: rgba(39,116,174, 1);
  color: white;
}
.section-dark h2, .section-dark h3, section-dark h4, section-dark p, section-dark a{
color: white;
}
.hero-dark h1, .hero-dark h2, .hero-light h1, .hero-light h2{
  font-size: 64px;
}
@media(max-width:768px){
  .col-xs-12{
    padding: 15px;
  }
}
