@charset "utf-8";
/* CSS Document */


/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {...}
/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {...}
/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {...}
/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {...}
/* Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 1200px) {...}
*/

.bg-dark {
  background-color: #1482AC !important;
}

.nav-link{
	font-weight: bold !important;
	padding-left: 25px !important;
}

a.nav-link {
	font-size: .9em !important;
}

#header {
/*	background-image: url("../images/header-bkg.png"); */
	background-color: #FFF !important;
}


@media only screen and (max-width: 575px) {
	.nav-link {
		padding-left: 0 !important;
	}
	.logo-oasis {
		max-width: 80% !important;
		width: 80% !important;
		object-fit: contain !important;
	}
	.ta-form {
		width: 105% !important;
	}
	.slide-img {
		max-width: 97% !important;
		height: auto !important;
	}	
}

/* Extra Small */
@media only screen and (min-width: 576px) {
	#header {
/*		background-image: url("../images/header-bkg-xs.png"); */
	}
	.ta-form {
		width: 100% !important;
	}
	.slide-img {
		max-width: 97% !important;
		height: auto !important;
	}	
}

@media only screen and (max-width: 767px) {
	.logo-oasis {
		max-width: 80% !important;
		width: 80% !important;
		object-fit: contain !important;
	}
}

/* Small */
@media only screen and (min-width: 768px) {
	#header {
/*		background-image: url("../images/header-bkg-sm.png"); */
	}
	.slide-img {
		max-width: 98% !important;
		height: auto !important;
	}	
}

@media only screen and (min-width: 992px) {
	#header {
/*		background-image: url("../images/header-bkg-md.png"); */
	}
	.slide-img {
		max-width: 100% !important;
		height: auto !important;
	}
}

/* Large */
@media only screen and (min-width: 1200px) {
	#header {
/*		background-image: url("../images/header-bkg-lg.png"); */
	}
}

footer {
	background-color: #2F3F6A !important;
	color: #FFF !important;
	font-size: .8em !important;
	padding-top: 30px !important;
	padding-bottom: 25px !important;
}

.webinarTitle {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: .85em !important;
}

.col-title {
	font-weight: bold !important;
	font-size: 1.5em !important;
}

.btn-link:visited {
	text-decoration: none !important;
}

.btn-link:hover {
	text-decoration: none !important;
}

.jumbotron.mt-0.mat-homepage {
   background-color: #D4E0ED !important;
   padding: 2rem !important;
}

.concrete {
	background-image: url("../images/concrete.jpg");
	background-repeat: repeat !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

button.btn-page-heading {
	width: 100% !important;
	background-color:#67A2D2 !important;
	text-align: left !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}

button.btn-page-heading, button.btn-no-click {
	pointer-events: none !important;
}

h2.page-heading {
	font-size: 1.4em !important;
	padding: 5px 0 0px 15px !important;
	font-weight: 600 !important;
	font-variant: small-caps !important;
}

.training-announcements {
	background-color: #F3E4B0;
	padding: 30px 25px 30px 35px;
}

.mat-echo-announcements {
	background-color: #EDF4EC !important;
	padding: 30px 25px 30px 35px;
}

.tribal-mat-echo-announcements {
	background-color: #F5EBD1 !important;
	padding: 30px 25px 30px 35px;	
}

.ca-hs-lc-announcements {
	background-color: #F5EBD1 !important;
	padding: 30px 25px 30px 35px;	
}

.self-paced-ed-announcements {
	background-color: #D6E7F8;
	padding: 30px 25px 30px 35px;
}

.past-trainings-announcements {
	background-color: #BDE0C2 !important;
	padding: 30px 25px 30px 35px;
}

.training-date {
	display: inline-block !important;
}

h3.page-subheading3 {
	font-size: 1.35rem !important;
	font-weight: bold !important;
}

h3.web-training-title {
	font-size: 1.55rem !important;
}

/*
li {
	margin-bottom: .8rem !important;
}
*/

.navbar {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

ul.navbar-nav li {
	margin-bottom: 0 !important;	
}

.inline-block {
	display: inline-block !important;
}

.blue-box {
	background-color: #244D8C !important;
	color: #FFF !important;
}

.card-text a:link {
	color: #FFF !important;
}

/*
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
	
	.card-text a:link {
		font-size: 3.75vw !important;
	} 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
	
	.card-text a:link {
		font-size: 1.65vw !important;
	} 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.card-text a:link {
		font-size: 1.35vw !important;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
	button > h5.consult-text {
		font-size: 1.5vw !important;
	}
	button > h2.consult-text {
		font-size: 2.5vh !important;
	/*	margin-top: 0 !important;
		margin-bottom: 0 !important; */
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.card-text a:link {
		font-size: 1vw !important;
	}     
}

.card-text a:visited {
	color: #FFF !important;
	text-decoration: none !important;
}

.hero-image {
  background-image: url("../images/background-covid-19.jpg");
  background-color: #9CA7CF;
  height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}


@media (min-width: 992px) and (max-width: 1315px) {
	.hero-image {
		height: 450px !important;
		padding-top: 20px !important;
		padding-bottom: 90px !important;
	}
}

@media (min-width: 900px) and (max-width: 991px) {
	.hero-image {
		height: 400px !important;
		padding-top: 15px !important;
		padding-bottom: 90px !important;
	}
}

@media (max-width: 899px) {
	.hero-image {
		height: 450px !important;
		padding-top: 10px !important;
		padding-bottom: 90px !important;
	}
}

@media (max-width: 767px) {
	.hero-image {
		height: 400px !important;
		padding-top: 10px !important;
		padding-bottom: 90px !important;
	}
}

h3.paid4MAT {
	font-weight: bold !important;
	font-size: 1.3em !important;
}

.table .thead-paid4MAT th {
  color: #fff;
  background-color: #67A2D2 !important;
  border-color: #DEE2E6 !important;
}

.table tbody tr td p {
	font-size: .95em !important;
	line-height: 21px !important;
}

.table tbody tr td ul {
	font-size: .9em !important;
	line-height: 20px !important;
}

h3 {
	color: #414E7E !important;
}

td p:first-child strong {
   color: #414E7E !important;
} 

.top {
	font-size: .9em !important;
	text-align: center !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 19px;
	font-weight: bold !important;
  border: 2px #3983C1 solid;
	border-radius: 5px !important;
  outline: none;
  background-color: #3983C1 !important;
  color: white;
  cursor: pointer;
  padding-top: 5px !important;
	padding-bottom: 0 !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

#myBtn:hover {
  background-color: #555;
}

h3.small-title2 { font-size: 1.5em !important; font-weight: 700 !important; }
h4.small-title2 { font-size: 1.2em !important; font-weight: 700 !important; }

ul.addRes {
	font-style: italic; 
	list-style: none; 
	line-height: 15px !important; 
	margin-bottom: 20px !important;
}

.img-fluid2 {
  max-height: 507px !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.header-title-container h1 {
	font-size: 1.3em !important;
	line-height: 25px !important;		
	}
	
	.logo-ucla {
		text-align: center !important;
		margin: 0 auto !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.header-title-container h1 {
	font-size: 1.4em !important;
	line-height: 25px !important;		
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.header-title-container h1 {
	font-size: 1.50em !important;
	line-height: 30px !important;		
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.header-title-container h1 {
	font-size: 1.75em !important;
	line-height: 35px !important;		
	}
}

.subtext {
	font-size: 85% !important;
}

div.logo-ucla {
	z-index: 1000 !important;
}

/* Medium */
@media only screen and (min-width: 992px) {
	div.logo-ucla {
		float: left !important;
		position: relative !important;
	}
	.logo-oasis {
		
	}
}

@media only screen and (max-width: 991px) {
	.logo-ucla {
		float: none !important;
	}
}

.logo-ucla {
	max-width: 90px !important;	
	padding-top: 5px !important;
	padding-left: 15px !important;
	padding-right: 0 !important;
}
/*
.logo-oasis-container {
	height: auto !important;	
}
*/
.logo-oasis {
	max-width: 500px !important;
	padding: 15px 0 !important;
}

.site-btn {
	max-width: 225px !important;
}

.site-btn-smaller {
	max-width: 200px !important;
	padding-top: 3px !important;
	padding-left: 15px !important;
}

.site-btn-col-border-left {
	border-left: 1px #CACACA solid;
}

.site-btn-col-border-right {
	border-right: 1px #CACACA solid;
}

.site-btn-col-border-right2 {
	border-right: 1px #CACACA solid;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 991px) {
	.site-btn-col-border-right2 {
		border-right: 1px #FFF solid;
		}
}

.p7-menubar-bkg {
	background-color: #134263 !important;
	padding: 0 !important;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.p7-menubar-bkg {
		height: 66px !important;
		max-height: 66px !important;
	}
}

.card-text h4 {
	font-size: 115% !important;
}

.card-text p {
	font-size: 90% !important;
}

.card-body > .blue-box {
	padding: 0 !important;
}

.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-lg-3.col-md-4.col-sm-12.col-xs-12.mb-4 .card .card-body.blue-box .card-text p {
   font-size: 95% !important;
   margin-top: -8px !important;
   margin-bottom: 1px !important;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
	.card-body > .blue-box {
		padding-left: 50px !important;
	}
	.card-text h4 {
		font-size: 150% !important;
	}
	.card-text p {
		font-size: 125% !important;
	}
	/* Job title text */
	.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-lg-3.col-md-4.col-sm-12.col-xs-12.mb-4 .card .card-body.blue-box .card-text p {
   	font-size: 130% !important;
   	margin-top: 1px !important;
   	margin-bottom: 0 !important;
	}
	/* Phone Number */
	.card-text p:nth-child(3) {
   	margin-top: -11px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	/* Blue box containing staff name, job title, etc. */
	.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.mb-4 .card .card-body.blue-box {
		padding: 5px !important;
	}
	
	/* Staff name */
	.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.mb-4 .card .card-body.blue-box .card-text h4 {
		font-size: 105% !important;
	}

	/* Job title text */
	.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.mb-4 .card .card-body.blue-box .card-text p {
   	font-size: 90% !important;
   	margin-top: -1px !important;
   	margin-bottom: 10px !important;
		line-height: 20px !important;
	}
	/* Phone Number */
	.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.mb-4 .card .card-body.blue-box .card-text p p {
		font-size: 87% !important;
   	margin-top: -1px !important;
		margin-bottom: 8px !important;
	}
	/* Email */
	.col-lg-10.mx-auto .container.col-lg-10.mx-auto .row .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.mb-4 .card .card-body.blue-box .card-text p p p a {
	}
}

/* JUST FOR ADAPTIVE MENU MAGIC NAVIGATION BAR - CREATES A WORD BREAK. VAL WANTED SOME MENU TEXT LINKS ON 2 LINES*/
@media only screen and (min-width: 800px) {
	#mm-request::after{
		content: "\a";
    	white-space: pre;
	}
	#mm-oasis::after{
		content: "\a";
    	white-space: pre;
	}
	#mm-virtual::after{
		content: "\a";
    	white-space: pre;
	}
	#mm-ondemand::after{
		content: "\a";
    	white-space: pre;
	}
	#mm-resources::after{
		content: "\a";
    	white-space: pre;
	}
	#mm-join::after{
		content: "\a";
    	white-space: pre;
	}
	#mm-paidformat::after{
		content: "\a";
    	white-space: pre;
	}
	
/*	#mm-contact::after{
		content: "\a";
    	white-space: pre; 
	}*/
	.p7AMM.amm-rootlinks-blue ul li {
		line-height: 17px !important;
	}	
	.p7AMM.amm-rootlinks-blue ul a {
	/*	padding: 9px 20px !important; */
		font-size: 12px !important;
		letter-spacing: 1px !important;
		font-weight: 600 !important;
	}	
}



.p7AMM.amm-subs-blue ul ul {
	background-color: #FFF !important;
}

.p7AMM.amm-subs-blue ul ul a {
	color: rgb(19,66,99) !important;
}

.p7AMM.amm-subs-blue ul ul a.current_mark {
	color: #FFF !important;
}

.p7AMM.amm-root-blue.oasis-blue {
	background-color: rgb(19,66,99) !important;
	color: #FFF;
}

.p7AMM.amm-rootlinks-blue ul a {
	background-color: transparent !important;
	color: #B6D8F0 !important;	
}

.p7AMM.amm-subs-blue ul ul a.amm-trigger {
	background-image: url(../p7amm/img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-blue ul a:hover, .p7AMM.amm-rootlinks-blue ul a:focus, .p7AMM.amm-rootlinks-blue ul a.amm-trigger.open {
    background-color: transparent !important;
    color: #FFF !important;
}

.p7AMM.amm-subs-blue ul ul a:hover,
.p7AMM.amm-subs-blue ul ul a:focus,
.p7AMM.amm-subs-blue ul ul a.amm-trigger.open {
	background-color: rgb(69,114,150) !important;
	color: #FFF !important;
}

.p7AMM li a.current_mark {
	color: #fff !important;
	background-color: rgb(69,114,150) !important;	
/*	font-weight: bold !important; 
	font-size: 13.5px !important; */
}


table#fundamentals td:first-child, table#buprenorphine td:first-child, table#mat td:first-child {
	width: 50% !important;
}

table#fundamentals td:second-child, table#buprenorphine td:second-child, table#mat td:second-child {
	width: 25% !important;
}

table#fundamentals td:third-child, table#buprenorphine td:third-child, table#mat td:third-child {
	width: 25% !important;
}

.materials-bkg-beige {
	background-color: #F5EBD1 !important; 
}

.materials-bkg-green {
	background-color: #EDF4EC !important; 
}

.materials-bkg-beige, .materials-bkg-green {
	padding: 40px 30px 20px 35px;
	border: 2px #DADADA double; 
}

.li-title {
	font-weight: bold !important;
}

.funded-by {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.modal-body {
	text-align: center !important;
}

/* FOR 2ND QUESTION BOX NEXT TO SLIDE - CREATES A LINE BREAK. VAL DOESN'T LIKE 2 LINES ENDING WITH THE WORD "FOR" */
@media only screen and (min-width: 1040px) {
	.line-breaker::after{
		content: "\a";
    	white-space: pre;
	}
}

.all-caps-ampersand {
	font-size: 28px !important;
	display: inline-block !important;
}

/* Gradient transparent - color - transparent */

hr.oasis-hr {
	border: 0;
	height: 1.75px;
	background: #67A2D2;
   background-image: linear-gradient(to right, #DFEBF5, #67A2D2, #DFEBF5);
/*	background-image: linear-gradient(to right, rgba(103,162,210, 0), rgba(103,162,210, 0.75), rgba(103,162,210, 0)); */
}

@media only screen and (min-width: 992px) {
	.btn-ahp {
		width: 75% !important;
		max-width: 75% !important;
		text-align: left !important;
	}
}

i.custom {
	color: #FFF !important;
}

.oasis {
	z-index: 0 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.text-wrap {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.rfa-col-1 {
  background-color: #640766 !important; 
  color: #E1DEDE !important; 
  text-align: center !important; 
  font-size: .75em !important;
	width: 35% !important;
}

.rfa-col-2 {
  width: 65% !important;
}

.rfa-col-2 li {
  margin-bottom: 20px !important;
}

.rfa-col-2 li ul li {
  margin-top: 20px !important;
}

.CommUnityConnFlyerSept {
   max-width: 700px !important;
}

@media only screen and (max-width: 600px) {
	.CommUnityConnFlyerSept {
		margin-top: -50px !important;
      margin-bottom: -60px !important;      
	}
}

@media only screen and (min-width: 600px) {
	.CommUnityConnFlyerSept {
		margin-top: -75px !important;
      margin-bottom: -70px !important;      
	}
}

@media only screen and (min-width: 992px) {
	.CommUnityConnFlyerSept {
		margin-top: -100px !important;
      margin-bottom: -100px !important;
	}
}

.min-Height-158 {
   min-height: 158px !important;
}

/*
@media only screen and (min-width: 1156px) {
  table.gsc-search-box {
      width: 240px !important;
  }
}
*/
div.right {
	float: right !important;
	width: 200px;
	max-width: 200px;
	margin-top: 10px;
	margin-right: 50px;
}
  
.container > .searchDiv {
    position:relative;
	width: 300px !important;
}
.floating {
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
}

form.gsc-search-box {
	width: 150px !important;
}

@media only screen and (max-width: 799px) {
	form.gsc-search-box {
		width: 100% !important;
	}
	
table.gsc-search-box {
    width: 100% !important;
}
	
	
}

.gsc-input-box {
    padding-top: 0px !important;
    padding-bottom: 3px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.gsc-search-button-v2 {
    width: auto !important;
    padding: 6px 10px !important;
    margin: 0 10px 0 0 !important;
    border-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.gsc-input {
    font-size: 13.5px !important;
}

table.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 200px !important;
    margin-bottom: 2px;
}

html {
  scroll-behavior: smooth;
}


.border-inside {
	border: 3px solid #BF5717
}

.border-inside-topless {
	border-top: none !important;
	border-left: 3px solid #BF5717;
	border-right: 3px solid #BF5717;
	border-bottom: 3px solid #BF5717;	
}

@media only screen and (min-width: 992px) {
	.border-inside, .border-inside-topless {
		margin-right: -3px !important;
	}
	
	.pull-left {
		margin-left: -50px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.border-inside-left {
		border-left: none !important;
	}
		
	.pull-left {
		margin-left: -25px !important;
	}
}

/*
.gsc-input-box {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.gsc-search-button-v2 {
    width: 10px;
    padding: 5.25px 6px !important;
    margin: 0;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}
*/

/*
td.gsc-input {
	width: 100px !important;
}
*/



/* BOOTSTRAP v5.2 BREAKPOINTS
/* Extra small devices (phones, <576px) 
@media only screen and (max-width: 575px) {...}
/* Small devices (sm) (>=576px and up) 
@media only screen and (min-width: 576px) {...}
/* Medium devices (md) (>=768px and up) 
@media only screen and (min-width: 768px) {...}
/* Large devices (lg) (>=992px and up) 
@media only screen and (min-width: 992px) {...}
/* Extra large devices (xl) (>=1200px and up)
@media only screen and (min-width: 1200px) {...}
/* Extra extra large devices (xxl) (>=1400px and up)
@media only screen and (min-width: 1400px) {...}
*/
