.main-color{
    color:#005c97 !important;
}
.alt-color{
    color:#00a9b7 !important;
}
.secondry-color{
   color:#ce6a12!important;
}
.main-text{
    color:#00a8b6 !important;
}
.text-black{
    color: #000 ;
}
.text-red{
    color:#d10702 !important;
}

.text-white{
    color:#ffffff !important;
}

.text-36{
    font-size: 36px;
}

.text-32{
    font-size: 32px;
}

.text-28{
    font-size: 28px;
}
.text-24{
    font-size: 24px;
}
.text-22{
    font-size: 22px;
}
.text-20{
    font-size: 20px;
}
.text-17{
    font-size: 17px;
}
.text-16{
    font-size: 16px;
}
.text-15{
    font-size: 15px;
}
.text-13{
    font-size: 13px;
}
.text-12{
    font-size: 12px;
}
.text-10{
    font-size: 10px;
}
.italic{
    font-style: italic;
}
.common-text{
    color:#848383;
}
.gray-text{
    color:#626262;
}

.bold-400{
    font-weight: 400 !important;
}
.bold-600{
    font-weight: 600 !important;
}
.bold-900{
    font-weight: 900 !important;
}
.margin-40-l-r{
    margin: 40px 40px !important;
}
.margin-40{
    margin: 40px 0px !important;
}

.no-margin-top{
    margin-top: 0px !important;
}
.no-margin-bottom{
    margin-bottom: 0px !important;
}
.no-text-decoration{
    text-decoration: none;
}
.margin-top-10{
    margin-top: 10px !important;
}
.margin-top-50{
    margin-top: 50px !important;
}
.margin-top-20{
    margin-top: 20px !important;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.padding-bottom-20{
    padding-bottom: 20px !important;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}

.ul-no-space{
    padding-left: 15px;
}

.row-one{
display:flex;
}
.no-margin-bottom{
    margin-bottom: 0px !important;
}
.padding-top-115{
    padding-top: 115px;
}

.padding-bottom-115{
    padding-bottom: 115px;
}

.padding-80{
	padding:80px;
}

.section-padding{
	padding:20px 0px;
}
	
.vertical-align{
    vertical-align: bottom;
}

.margin-top-15 {
    margin: 15px 0px;
}



.home-image .img-fluid, .header-img .img-fluid{
    max-width: 100%;
    /* height: auto !important; */
    height: 100%;
}

/*h1 {*/
    /*font-size: 20px;*/
/*}*/
/*h2 {*/
    /*font-size: 20px;*/
/*}*/
h3 {
    font-size: 20px;
}
h4{
    font-size: 18px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.display-3-bold {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
}

.display-4 {
    font-size: 2.2rem!important;
}

.display-5 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}

.bg-main-color{
    background-color:#005c97 !important;
}
.bg-alt-color{
    background-color:#00a9b7 !important;
}

a:hover{
    text-decoration: none;
    color: #005D98;
}

body {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;

}

/*... Button Colors */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #00a8b6 !important;
}
/*::-webkit-scrollbar {*/
    /*width: 5px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
    /*background-color: #eaeaea;*/
    /*border-left: 1px solid #ccc;*/
/*}*/
/*header*/

.top-border {
    height: px;
	display:none;
    /*background-color: #02568d;*/
}


.header {
    background-color: #ffffff;
	position: fixed;
    width: 100%;
    padding: 15px 0;
	z-index:100;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	height:120px;
}



.header .logo{
   /* padding-left: 20px; */
}

.header .contact p {
    /*margin-top: 10px;*/
    color: #555454;
    font-size: 13px;
    text-align: left;
	padding-left:10px;
}

.header-nav .navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.header-nav nav {
    margin-top: 0px;
    padding: 0px 0px;
    border-radius: 0px 0px 0 0;
}

.header-nav .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #005c98;

    background-color: #ffffff;
}

.navbar-toggler {
    font-size: 15px;
}

.header-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
  color: #555454 !important;
  
}
.header-nav .nav-link:hover {

   color: #005c98 !important;
  
}

.header-nav .navbar-default .navbar-nav > li > a {
    color: #555454;
}

.header-nav .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #005d98 !important;
    background-color: transparent;
}

.header-nav .navbar {
    margin-bottom: 0px;

}
.margin-top-55{
    margin-top: 48px;
}

/*search*/


.search-wrap{
    position: absolute;
    width: 98%;
    z-index: 999;
}
/*#searchIcon {*/
    /*font-size: 5em;*/
    /*position: absolute;*/
    /*top: 0px;*/
/*}*/
#searchIcon.hide{
    display:none;
}
#search {
    color: rgb(255, 255, 255);
    width: 80%!important;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10%;
    outline: none;
    cursor: text;
    visibility: hidden;
    transition: 0.8s;
    display:none;
}
#search.visible{
    width:85%;
    visibility: visible;
    display:block;
    transition: 0.8s;
}
#clear {
    width: 5%;
    display: inline-block;
    position: absolute;
    right: 61px;
    top: 18px;
    opacity: 0;
    transition: 1.8s;
    font-size: 20px;
}
#clear.visible{
    opacity:1;
}
#clear:hover {
    cursor: pointer;
}

.search-input{
    border: #ccc solid 1px;
    padding: 3px;
    width: 83%;
    transition: 0.8s;
}

#search-btn{
    transition: 0.8s;
}

.search{
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 80px;
    padding: 5px 15px 0px 15px;
    transition: .3s all;
}
/*.search:hover {*/
    /*-webkit-transform: rotate(-60deg);  !* to support Safari and Android browser *!*/
    /*-ms-transform: rotate(-60deg);      !* to support IE 9 *!*/
    /*transform: rotate(-60deg);*/
/*}*/


/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2000000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */

.page-content {
	padding-top:120px;
/*	min-height: 675px;*/
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}


/*humburger menu*/

.hamburger {
    background: none;
    position: absolute;
    top: 0;
    right: 12px;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #555454;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000;
}
.hamburger-text {
    font-size: 0.6em;
	
}
.cross {
    background: none;
    position: absolute;
    top: 0px;
    right: 12px;
    padding: 7px 15px 0px 15px;
    color: #555454;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000;
}

.menu {
    z-index: 1000;
    font-weight: bold;
    background: #2c709de3;
    position: absolute;
    font-size: 12px;
    right: 24px;
    width: 238px;
    display: none;
    top: 47px;
}
.menu ul {
    margin-top: -10px;
    padding: 10px;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    display: block;
    padding: 0px 5px 0px 5px;
    /*border-bottom: #dddddd 1px solid;*/
}

.menu li:hover {
    display: block;
    color: #555454;
    /*padding: 15px 0 15px 0;*/
    /*border-bottom: #dddddd 1px solid;*/
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
}

.menu ul li a:hover {
    color: #005c97;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
}

.menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.menu p{
    color:#7bdbe3;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 14px 0px 14px;
    margin: 0 0 0px;
}
.menu a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
}

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}


.side-menu p{
    font-size: 16px;
    font-weight: 600;
}

.side-menu-list{
    border-left: solid 2px #ccc;
    list-style: none;
    padding: 0px 0px 0px 10px;
}

.side-menu-list li {
    margin-bottom: 12px;
    line-height: 1;
}
.side-menu-list li a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color:#717070;
}
.side-menu-list li a:hover{
    color:#005D98;
    transition: all 0.5s ease;
}

.side-menu-list-alt{
    border-left: solid 2px #ccc;
    list-style: none;
    padding: 10px;
}

.side-menu-list-alt li {
    margin-bottom: 12px;
    line-height: 1;
}
.side-menu-list-alt li a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color:#717070;
}
.side-menu-list-alt li a:hover {
    color: #005D98;
    transition: all 0.5s ease;
}
/*breadcrumb*/

.breadcrumb-wrapper{
    background-color: #fff;
}
.breadcrumb-wrapper a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #717070;
}
.breadcrumb-wrapper a:hover{
    color: #005D98;
    transition: all 0.5s ease;
}
.breadcrumb {
    margin-top: 10px;
    border-radius: 2px;
    margin-left: 14px;
    border-left: solid 2px #ccc;
    background-color: #fff;
}
.breadcrumb li{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #717070;
}

.breadcrumb {
    padding: .75rem 10px !important;

}

/*Homepage*/

.home-link{
    text-decoration: none;
}
.home-link:hover{
    text-decoration: none;
    color:#005D98;
}

.home-image{
    position: relative;
}

.home-video video{
    height: 100%;
}

.text-on-image p{
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    padding: 20px 30px;
    position: absolute;
    top: 60px;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #a5b7d9d9;
    text-align: center;
}

/*Homepage - button styles added 2-12-24*/
.home-cert > button {
  margin: 20px 0;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  user-select: none;
  outline:none !important;
  width:100%;
}

.home-cert > button:active {

  outline:none;
}

.home-cert > button.ribbon {
  
  outline:none;
  outline-color: transparent;
}
.home-cert > button.ribbon:before, .home-cert > button.ribbon:after {
  top: 5px;
  z-index: -10;
}
.home-cert > button.ribbon:before {
  border-color: #53dab6 #53dab6 #53dab6 transparent;
  left: -25px;
  border-width: 17px;
}
.home-cert > button.ribbon:after {
  border-color: #53dab6 transparent #53dab6 #53dab6;
  right: -25px;
  border-width: 17px;
}

.home-cert > button:before, .home-cert > button:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline:none;
}

.home-cert > button.btn-warning:before {
  border-color: #d58512 #d58512 #d58512 transparent;
    }
 .home-cert > button.btn-warning:after {
  border-color: #d58512 transparent #d58512 #d58512;
    }
/*END - Homepage - button styles added 2-12-24*/

/* Volunteer page */


/* ----------- alumni --------- */
.table.table-borderless.alumni td, .table.table-borderless.alumni th {
    padding: 0.5rem !important;
}

/*phone Directory*/
.toc {
    list-style: none;
    margin-bottom: 20px;
  
}
.toc li {
    background: url('../img/dot.gif') repeat-x bottom left;
    overflow: hidden;
    padding-bottom: 0px;
}
.toc .no-background{
        background: none !important;
}
.toc a,
.toc span {
    display: inline-block;
    background: #fff;
    position: relative;
    bottom: -4px;
}
.toc a {
    float: right;
    padding: 0 20% 1px 5px;
    color:#030303 !important;
    text-decoration: none;
}
.toc span {
    float: left;
    padding: 0 2px 3px 0;
}



/*About admin*/
.img-box{
    position: relative;
}
.info-container{
    position: absolute;
    bottom: -15px;
    left: 128px;
}

.info-container p{
    padding: 0;
    margin: 0 0 10px;
}

.info-container-2 {
    position: absolute;
    bottom: -15px;
    left: 108px;
}

.info-container-2 p{
    padding: 0;
    margin: 0 0 10px;
}

/*About News Event*/
.box-container {
    position: absolute;
    top: -5px;
    left: 102px;
}

/*Board*/


.board-no-style{
    list-style: none;
    padding-left: 0px;
}
.board-no-style li span{
    color: #787777;
    font-size: 13px;
}

/*Carrers page */
.card-header .header-blue{
    background-color: #17a2b8!important;
}

.career-text .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #17a2b8!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.career-text .btn-link, .career-text .btn-link:hover {
	color: #ffffff!important;
	text-decoration: none!important;
}

.accordion .btn {
	padding: 0px!important;
}

/*location*/

.tranport-box .top-header{
    background-color: #00a8b6;
    padding:10px;
}
.tranport-box .top-header p{
   color: #ffffff;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
}

.tranport-box .content{
    border: 1px solid #00a8b6;
    font-size: 14px;
    text-align: center;
    padding:10px;
}

.tranport-box .content p{
    font-size: 14px !important;
    font-weight: 400 !important;
}



/*portal*/

.portal-color{
    color:#e76e32 !important;
}
.portal-alt-color{
    color:#747473!important;
}

.portal-container{
    padding: 20px;
}
.portal-item{
    margin-bottom: 20px;
}
.portal-item span{
    font-weight: bold;
}
.portal-1-color{
    color:#0a4a9a!important;
}
.portal-2-color{
    color:#4eb4ab!important;
}
.portal-3-color{
    color:#da6c03!important;
}

/*visiter*/

.ul-no-space-visitor{
    padding-left: 15px;
    
}
.ul-no-space-visitor li{
   margin-bottom: 20px;

}
.ul-width{
    width: 60%;
}
.no-padding{
    padding: 0px;
}


/*special care*/


.ul-no-space-special{
    list-style: none !important;
    padding: 0px;
}
.ul-no-space-special-Physicians{
    list-style: none !important;
    padding: 0px;
}
.ul-no-space-special-Physicians li{
    
    margin-bottom: 20px;
}
.special-top-Physicians{
    border: 1px solid #878888;
    padding: 20px;
}

.vertical-top{
    vertical-align: top;
}
.physicians:hover{
    color: #005D98;
    transition: 0.8s;
    border-bottom: 1px dashed #999;
    cursor:pointer;
}

#physicians-link{
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a;
    display: none;
}
#physicians-link:hover{
    color: #005D98;

}

.table-doctors td{
    font-size: 14px;
}

.doctor-link:hover{
    color: #005D98;
}

/*maternity*/

.ul-no-space-maternity{

    list-style: none;
    padding: 0px;
}

.ul-no-space-maternity li{

   text-align: center;
}


/*Employee health Services*/

.ul-no-style{
    list-style: none;
    padding: 0px;
}
.ul-no-style li{
    margin-bottom: 10px;
}

/*Neonatal*/

.ul-no-space-neonatal{
    list-style: disc;
    padding-left: 20px;
}
.ul-no-space-neonatal li{
    margin-bottom: 2px;
}

.box-width{
    max-width:257px;
}
.box-width-2{
    max-width:334px;
}
.box-width-3{
    max-width:353px;
}

.comma-list a::after {
    content: ", ";
}
.comma-list a:last-child::after {
    content: "";
}
/*footer*/

.footer {
    text-align: left;
    padding: 10px 0px;
    background-color: #00a8b6;
}

.copy-right-text {
    font-size: 11px;
    color: #81dae2;
}

.copy-right-text a{
    color: #81dae2;
}

.footer-nav .navbar-default {
    background-color: #00a8b6;
    border-color: #00a8b6;
}

.footer-nav nav {
    margin-top: 0px;
    padding: 10px 20px;
}

.footer-nav .navbar {
    margin-bottom: 0px;
}

.footer-nav .navbar-default .nav-justified > li > a {
    color: #ffffff;
}

.footer-nav .nav-link {
    font-size: 13px !important;
    color: #ffffff !important;
    
}

.footer-nav .nav-link:hover {
    font-size: 13px !important;
    color: #025D98 !important;
    
}

.footer-nav .nav > li > a:focus, .footer-nav .nav > li > a:hover {
    text-decoration: none;
    background-color: #00a8b6;
    color: #005c98;

}

.footer-initial{
	padding-right:80px;
}


/* Opacity #2 */
.hover12 figure {
    background: #00a8b6;
}
.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover12 figure:hover img {
    opacity: .5;
}

.content-width{
    max-width:114px;
}

.sign{
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #57585a;
}

.signature-pad{
    border: 2px solid #808184;
}
#image-error{
    display: block !important;
}
.faculty a{
    color: #00a8b6 !important;
}

.faculty a:hover{
    color: #005c98 !important;
}

.under_line{
    text-decoration: underline;
}

/* ----------- faculty + docttors ----------------- */

.doctor-box {
	padding: 20px;
}

.doctor-info {
    margin-top: 10px;
}

/* ----------- GRADUATES ----------------- */
.class-photo {
    margin-bottom: 15px;
}
.graduates .class-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 45px;
}
.graduates .class-table th {
    vertical-align: bottom;
    font-size: 14px;
    padding-bottom: 15px;
    color: #787878;
}
.graduates .class-table td {
    vertical-align: top;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #d1e9eb;
}
.graduates .class-table tbody tr:last-child td {
    border-bottom: none;
}
.graduates .class-table .class-year {
    font-size: 26px;
    color: #36949a;
}

/* ----------- Careers Page ----------------- */
.icon-padding {
	padding-right: 10px;
}

.jumbotron {
  color: white;
  background-image: url("https://www.sanjoaquingeneral.org/media/Untitled-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh!important;
  background-color: #00a9b7;
  background-blend-mode: multiply;
}

.content_4 {
  position: relative;
}

.content_4::after {
  content: '';
  position: absolute;
  background: #074f57;
  inset: 0;
  z-index: -1;
}

.join-team-block{

}

/* ----------- Slider ----------------- */
.bd-example {
    margin-left: -15px;
    margin-right: -15px;
	background-color:#00a9b7;
	padding-top: 60px;
}

.carousel-caption {
    right: 12%;
    bottom: 20px;
    left: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
/* ----------- carousel specific ----------------- */
#carouselExampleCaptions {
 .carousel-caption {
  bottom: 15%;
  background: rgba(0, 0, 0, 0.2);
  padding:40px;
 }
 
.carousel-item img {
  width: auto!important;
  height: 65vh;
  max-height: 65vh;
 }
 
 .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
 }
 
img.d-block.w-50.cont-middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}

.hide-form {
	display: none;
}

/* ----------- End carousel specific----------------- */


table.quality-table {
	font-size: 13px;
}


.main-color{
    color:#005c97 !important;
}
.alt-color{
    color:#00a9b7 !important;
}
.secondry-color{
   color:#ce6a12!important;
}
.main-text{
    color:#00a8b6 !important;
}
.text-black{
    color: #000 ;
}
.text-red{
    color:#d10702 !important;
}

.text-white{
    color:#ffffff: !important;
}

.text-36{
    font-size: 36px;
}

.text-32{
    font-size: 32px;
}

.text-28{
    font-size: 28px;
}
.text-24{
    font-size: 24px;
}
.text-22{
    font-size: 22px;
}
.text-20{
    font-size: 20px;
}
.text-17{
    font-size: 17px;
}
.text-16{
    font-size: 16px;
}
.text-15{
    font-size: 15px;
}
.text-13{
    font-size: 13px;
}
.text-12{
    font-size: 12px;
}
.text-10{
    font-size: 10px;
}
.italic{
    font-style: italic;
}
.common-text{
    color:#848383;
}
.gray-text{
    color:#626262;
}

.bold-400{
    font-weight: 400 !important;
}
.bold-600{
    font-weight: 600 !important;
}
.bold-900{
    font-weight: 900 !important;
}
.margin-40-l-r{
    margin: 40px 40px !important;
}
.margin-40{
    margin: 40px 0px !important;
}

.no-margin-top{
    margin-top: 0px !important;
}
.no-margin-bottom{
    margin-bottom: 0px !important;
}
.no-text-decoration{
    text-decoration: none;
}
.margin-top-10{
    margin-top: 10px !important;
}
.margin-top-50{
    margin-top: 50px !important;
}
.margin-top-20{
    margin-top: 20px !important;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.padding-bottom-20{
    padding-bottom: 20px !important;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}

.ul-no-space{
    padding-left: 15px;
}

.row-one{
display:flex;
}
.no-margin-bottom{
    margin-bottom: 0px !important;
}
.padding-top-115{
    padding-top: 115px;
}

.padding-bottom-115{
    padding-bottom: 115px;
}

.padding-80{
	padding:80px;
}

.section-padding{
	padding:20px 0px;
}
	
.vertical-align{
    vertical-align: bottom;
}

.margin-top-15 {
    margin: 15px 0px;
}



.home-image .img-fluid, .header-img .img-fluid{
    max-width: 100%;
    /* height: auto !important; */
    height: 100%;
}

/*h1 {*/
    /*font-size: 20px;*/
/*}*/
/*h2 {*/
    /*font-size: 20px;*/
/*}*/
h3 {
    font-size: 20px;
}
h4{
    font-size: 18px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.display-3-bold {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
}

.display-4 {
    font-size: 2.2rem!important;
}

.display-5 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}

.bg-main-color{
    background-color:#005c97 !important;
}
.bg-alt-color{
    background-color:#00a9b7 !important;
}

a:hover{
    text-decoration: none;
    color: #005D98;
}

body {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;

}

/*... Button Colors */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #00a8b6 !important;
}
/*::-webkit-scrollbar {*/
    /*width: 5px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
    /*background-color: #eaeaea;*/
    /*border-left: 1px solid #ccc;*/
/*}*/
/*header*/

.top-border {
    height: px;
	display:none;
    /*background-color: #02568d;*/
}


.header {
    background-color: #ffffff;
	position: fixed;
    width: 100%;
    padding: 15px 0;
	z-index:100;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	height:120px;
}



.header .logo{
   /* padding-left: 20px; */
}

.header .contact p {
    /*margin-top: 10px;*/
    color: #555454;
    font-size: 13px;
    text-align: left;
	padding-left:10px;
}

.header-nav .navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.header-nav nav {
    margin-top: 0px;
    padding: 0px 0px;
    border-radius: 0px 0px 0 0;
}

.header-nav .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #005c98;

    background-color: #ffffff;
}

.navbar-toggler {
    font-size: 15px;
}

.header-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
  color: #555454 !important;
  
}
.header-nav .nav-link:hover {

   color: #005c98 !important;
  
}

.header-nav .navbar-default .navbar-nav > li > a {
    color: #555454;
}

.header-nav .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #005d98 !important;
    background-color: transparent;
}

.header-nav .navbar {
    margin-bottom: 0px;

}
.margin-top-55{
    margin-top: 48px;
}

/*search*/


.search-wrap{
    position: absolute;
    width: 98%;
    z-index: 999;
}
/*#searchIcon {*/
    /*font-size: 5em;*/
    /*position: absolute;*/
    /*top: 0px;*/
/*}*/
#searchIcon.hide{
    display:none;
}
#search {
    color: rgb(255, 255, 255);
    width: 80%!important;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10%;
    outline: none;
    cursor: text;
    visibility: hidden;
    transition: 0.8s;
    display:none;
}
#search.visible{
    width:85%;
    visibility: visible;
    display:block;
    transition: 0.8s;
}
#clear {
    width: 5%;
    display: inline-block;
    position: absolute;
    right: 61px;
    top: 18px;
    opacity: 0;
    transition: 1.8s;
    font-size: 20px;
}
#clear.visible{
    opacity:1;
}
#clear:hover {
    cursor: pointer;
}

.search-input{
    border: #ccc solid 1px;
    padding: 3px;
    width: 83%;
    transition: 0.8s;
}

#search-btn{
    transition: 0.8s;
}

.search{
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 80px;
    padding: 5px 15px 0px 15px;
    transition: .3s all;
}
/*.search:hover {*/
    /*-webkit-transform: rotate(-60deg);  !* to support Safari and Android browser *!*/
    /*-ms-transform: rotate(-60deg);      !* to support IE 9 *!*/
    /*transform: rotate(-60deg);*/
/*}*/


/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2000000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */

.page-content {
	padding-top:120px;
/*	min-height: 675px;*/
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}


/*humburger menu*/

.hamburger {
    background: none;
    position: absolute;
    top: 0;
    right: 12px;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #555454;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000;
}
.hamburger-text {
    font-size: 0.6em;
	
}
.cross {
    background: none;
    position: absolute;
    top: 0px;
    right: 12px;
    padding: 7px 15px 0px 15px;
    color: #555454;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000;
}

.menu {
    z-index: 1000;
    font-weight: bold;
    background: #2c709de3;
    position: absolute;
    font-size: 12px;
    right: 24px;
    width: 238px;
    display: none;
    top: 47px;
}
.menu ul {
    margin-top: -10px;
    padding: 10px;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    display: block;
    padding: 0px 5px 0px 5px;
    /*border-bottom: #dddddd 1px solid;*/
}

.menu li:hover {
    display: block;
    color: #555454;
    /*padding: 15px 0 15px 0;*/
    /*border-bottom: #dddddd 1px solid;*/
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
}

.menu ul li a:hover {
    color: #005c97;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
}

.menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.menu p{
    color:#7bdbe3;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 14px 0px 14px;
    margin: 0 0 0px;
}
.menu a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
}

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}
.side-menu p{
    font-size: 16px;
    font-weight: 600;
}

.side-menu-list{
    border-left: solid 2px #ccc;
    list-style: none;
    padding: 0px 0px 0px 10px;
}

.side-menu-list li {
    margin-bottom: 12px;
    line-height: 1;
}
.side-menu-list li a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color:#717070;
}
.side-menu-list li a:hover{
    color:#005D98;
    transition: all 0.5s ease;
}

.side-menu-list-alt{
    border-left: solid 2px #ccc;
    list-style: none;
    padding: 10px;
}

.side-menu-list-alt li {
    margin-bottom: 12px;
    line-height: 1;
}
.side-menu-list-alt li a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color:#717070;
}
.side-menu-list-alt li a:hover {
    color: #005D98;
    transition: all 0.5s ease;
}
/*breadcrumb*/

.breadcrumb-wrapper{
    background-color: #fff;
}
.breadcrumb-wrapper a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #717070;
}
.breadcrumb-wrapper a:hover{
    color: #005D98;
    transition: all 0.5s ease;
}
.breadcrumb {
    margin-top: 10px;
    border-radius: 2px;
    margin-left: 14px;
    border-left: solid 2px #ccc;
    background-color: #fff;
}
.breadcrumb li{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #717070;
}

.breadcrumb {
    padding: .75rem 10px !important;

}

/*Homepage*/

.home-link{
    text-decoration: none;
}
.home-link:hover{
    text-decoration: none;
    color:#005D98;
}

.home-image{
    position: relative;
}

.home-video video{
    height: 100%;
}

.text-on-image p{
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    padding: 20px 30px;
    position: absolute;
    top: 60px;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #a5b7d9d9;
    text-align: center;
}

/*Homepage - button styles added 2-12-24*/
.home-cert > button {
  margin: 20px 0;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  user-select: none;
  outline:none !important;
  width:100%;
}

.home-cert > button:active {

  outline:none;
}

.home-cert > button.ribbon {
  
  outline:none;
  outline-color: transparent;
}
.home-cert > button.ribbon:before, .home-cert > button.ribbon:after {
  top: 5px;
  z-index: -10;
}
.home-cert > button.ribbon:before {
  border-color: #53dab6 #53dab6 #53dab6 transparent;
  left: -25px;
  border-width: 17px;
}
.home-cert > button.ribbon:after {
  border-color: #53dab6 transparent #53dab6 #53dab6;
  right: -25px;
  border-width: 17px;
}

.home-cert > button:before, .home-cert > button:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline:none;
}

.home-cert > button.btn-warning:before {
  border-color: #d58512 #d58512 #d58512 transparent;
    }
 .home-cert > button.btn-warning:after {
  border-color: #d58512 transparent #d58512 #d58512;
    }
/*END - Homepage - button styles added 2-12-24*/

/* Volunteer page */


/* ----------- alumni --------- */
.table.table-borderless.alumni td, .table.table-borderless.alumni th {
    padding: 0.5rem !important;
}

/*phone Directory*/
.toc {
    list-style: none;
    margin-bottom: 20px;
  
}
.toc li {
    background: url('../img/dot.gif') repeat-x bottom left;
    overflow: hidden;
    padding-bottom: 0px;
}
.toc .no-background{
        background: none !important;
}
.toc a,
.toc span {
    display: inline-block;
    background: #fff;
    position: relative;
    bottom: -4px;
}
.toc a {
    float: right;
    padding: 0 20% 1px 5px;
    color:#030303 !important;
    text-decoration: none;
}
.toc span {
    float: left;
    padding: 0 2px 3px 0;
}



/*About admin*/
.img-box{
    position: relative;
}
.info-container{
    position: absolute;
    bottom: -15px;
    left: 128px;
}

.info-container p{
    padding: 0;
    margin: 0 0 10px;
}

.info-container-2 {
    position: absolute;
    bottom: -15px;
    left: 108px;
}

.info-container-2 p{
    padding: 0;
    margin: 0 0 10px;
}

/*About News Event*/
.box-container {
    position: absolute;
    top: -5px;
    left: 102px;
}

/*Board*/


.board-no-style{
    list-style: none;
    padding-left: 0px;
}
.board-no-style li span{
    color: #787777;
    font-size: 13px;
}

/*Carrers page */
.card-header .header-blue{
    background-color: #17a2b8!important;
}

.career-text .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #17a2b8!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.career-text .btn-link, .career-text .btn-link:hover {
	color: #ffffff!important;
	text-decoration: none!important;
}

.accordion .btn {
	padding: 0px!important;
}

/*location*/

.tranport-box .top-header{
    background-color: #00a8b6;
    padding:10px;
}
.tranport-box .top-header p{
   color: #ffffff;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
}

.tranport-box .content{
    border: 1px solid #00a8b6;
    font-size: 14px;
    text-align: center;
    padding:10px;
}

.tranport-box .content p{
    font-size: 14px !important;
    font-weight: 400 !important;
}



/*portal*/

.portal-color{
    color:#e76e32 !important;
}
.portal-alt-color{
    color:#747473!important;
}

.portal-container{
    padding: 20px;
}
.portal-item{
    margin-bottom: 20px;
}
.portal-item span{
    font-weight: bold;
}
.portal-1-color{
    color:#0a4a9a!important;
}
.portal-2-color{
    color:#4eb4ab!important;
}
.portal-3-color{
    color:#da6c03!important;
}

/*visiter*/

.ul-no-space-visitor{
    padding-left: 15px;
    
}
.ul-no-space-visitor li{
   margin-bottom: 20px;

}
.ul-width{
    width: 60%;
}
.no-padding{
    padding: 0px;
}


/*special care*/


.ul-no-space-special{
    list-style: none !important;
    padding: 0px;
}
.ul-no-space-special-Physicians{
    list-style: none !important;
    padding: 0px;
}
.ul-no-space-special-Physicians li{
    
    margin-bottom: 20px;
}
.special-top-Physicians{
    border: 1px solid #878888;
    padding: 20px;
}

.vertical-top{
    vertical-align: top;
}
.physicians:hover{
    color: #005D98;
    transition: 0.8s;
    border-bottom: 1px dashed #999;
    cursor:pointer;
}

#physicians-link{
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a;
    display: none;
}
#physicians-link:hover{
    color: #005D98;

}

.table-doctors td{
    font-size: 14px;
}

.doctor-link:hover{
    color: #005D98;
}

/*maternity*/

.ul-no-space-maternity{

    list-style: none;
    padding: 0px;
}

.ul-no-space-maternity li{

   text-align: center;
}


/*Employee health Services*/

.ul-no-style{
    list-style: none;
    padding: 0px;
}
.ul-no-style li{
    margin-bottom: 10px;
}

/*Neonatal*/

.ul-no-space-neonatal{
    list-style: disc;
    padding-left: 20px;
}
.ul-no-space-neonatal li{
    margin-bottom: 2px;
}

.box-width{
    max-width:257px;
}
.box-width-2{
    max-width:334px;
}
.box-width-3{
    max-width:353px;
}

.comma-list a::after {
    content: ", ";
}
.comma-list a:last-child::after {
    content: "";
}
/*footer*/


.copy-right-text {
    font-size: 11px;
    color: #81dae2;
}

.copy-right-text a{
    color: #81dae2;
}

.footer-nav .navbar-default {
    background-color: #00a8b6;
    border-color: #00a8b6;
}

.footer-nav nav {
    margin-top: 0px;
    padding: 10px 20px;
}

.footer-nav .navbar {
    margin-bottom: 0px;
}

.footer-nav .navbar-default .nav-justified > li > a {
    color: #ffffff;
}

.footer-nav .nav-link {
    font-size: 13px !important;
    color: #ffffff !important;
	padding: 0.1rem 0 0.3rem 0!important;
    
}

.footer-nav .nav-link:hover {
    font-size: 13px !important;
    color: #025D98 !important;
    
}

.footer-nav .nav > li > a:focus, .footer-nav .nav > li > a:hover {
    text-decoration: none;
    background-color: #00a8b6;
    color: #005c98;

}

.footer-title {
	color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.footer-text {
	color: #ffffff;
    font-size: 13px;
}

.footer-logo{
	margin-bottom: 20px;
}


/* Opacity #2 */
.hover12 figure {
    background: #00a8b6;
}
.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover12 figure:hover img {
    opacity: .5;
}

.content-width{
    max-width:114px;
}

.sign{
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #57585a;
}

.signature-pad{
    border: 2px solid #808184;
}
#image-error{
    display: block !important;
}
.faculty a{
    color: #00a8b6 !important;
}

.faculty a:hover{
    color: #005c98 !important;
}

.under_line{
    text-decoration: underline;
}
/* ----------- GRADUATES ----------------- */
.class-photo {
    margin-bottom: 15px;
}
.graduates .class-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 45px;
}
.graduates .class-table th {
    vertical-align: bottom;
    font-size: 14px;
    padding-bottom: 15px;
    color: #787878;
}
.graduates .class-table td {
    vertical-align: top;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #d1e9eb;
}
.graduates .class-table tbody tr:last-child td {
    border-bottom: none;
}
.graduates .class-table .class-year {
    font-size: 26px;
    color: #36949a;
}

/* ----------- Careers Page ----------------- */
.icon-padding {
	padding-right: 10px;
}

.jumbotron {
  color: white;
  background-image: url("https://www.sanjoaquingeneral.org/media/Untitled-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh!important;
  background-color: #00a9b7;
  background-blend-mode: multiply;
}

.content_4 {
  position: relative;
}

.content_4::after {
  content: '';
  position: absolute;
  background: #074f57;
  inset: 0;
  z-index: -1;
}

.join-team-block{

}

/* ----------- Slider ----------------- */
.bd-example {
    margin-left: -15px;
    margin-right: -15px;
	background-color:#00a9b7;
	padding-top: 60px;
}

.carousel-caption {
    right: 12%;
    bottom: 20px;
    left: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
/* ----------- carousel specific ----------------- */
#carouselExampleCaptions {
 .carousel-caption {
  bottom: 15%;
  background: rgba(0, 0, 0, 0.2);
  padding:40px;
 }
 
.carousel-item img {
  width: auto!important;
  height: 65vh;
  max-height: 65vh;
 }
 
 .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
 }
 
img.d-block.w-50.cont-middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}

.hide-form {
	display: none;
}

/* ----------- End carousel specific----------------- */


table.quality-table {
	font-size: 13px;
}

 @media (max-width: 768px) {
        .quality-table th,
        .quality-table td {
            display: block;
            width: 100%;
            text-align: left;
        }
        .quality-table thead {
/*            display: none;*/
        }
    }


