/*Global*/

#contentWrapper{
	/*padding-bottom: 70px;*/
}

/* ================ 
Image styling
===================*/

.image-pics {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
    margin-top: 8px;
}

/* ==================
Button Styling
===================*/

.button-style {
    background-color: #53284F; /* eggplant */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-style1 {
    background-color: #00A8E1; /* skyblue */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-style2 {
    background-color: #4b771c; /* dark green */
    border-radius: 20%;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* ====================
   Login Form
==================== */

.login-form {
	width: 50%;
	min-width: 280px;
	margin: 0 auto;
}

/* ====================
   Home page
==================== */

.banner-image {
	width: 100%;
	margin-bottom: -16px;
}

/* --------------------
   Sections
-------------------- */

/*  --- Generic --- */

.section {
	overflow: hidden;
	padding: 15px;
}

.section-dark {
	background-color: #333333;
/*	background-color: $gray-dark;*/
	color: #fff;
}

.section-medium {
	background-color: #f6f6f5;
	color: #333;
}

.section-light {
	background-color: #fff;
	color: #4c5753;
}

.section-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.section-image-wrapper {
	float: left;
	margin-top: 10px;
}

.section-description {
	font-size: 1.2em;
}

.section-link,
.section-image-caption {
	font-size: 1.2rem;
}


/*  --- Students --- */

.section-students-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

@media (max-width: 691px) {
	.section-students-image {
		width: 100%;
	}
}

/*  --- Resources --- */

.section-resources {
	padding-top: 40px;
}

.section-resources-image {
	margin: 0 auto;
	border-radius: 50%;
	max-width: 200px;
}

.section-resources-image-square {
	margin: 0 auto;
	width: 200px;
	border-radius: 0;
}

/*  --- About --- */

.section-about-caption {
	text-align: center;
	margin: 20px 0 -8px;
	font-size: 1em;
}

/*  --- Clinics --- */

.section-google-map {
	position: relative;
	padding-bottom: 55%; /* map aspect ratio */
	margin-bottom: 20px;
	height: 0;
	overflow: hidden;
} 

.section-google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	width: 100% !important;
} 

/*  --- News --- */

.news-listing {
	clear: both;
} 

.news-listing li {
	list-style-type: none;
} 

.news-item-title {
	color: #686868;
	font-weight: 700;
	margin-bottom: 0;
	border-top: 3px dotted #686868;
} 

.news-item-listing-wrapper {
	margin: 20px 0;
}

time {
	font-size: .9em;
	color: #686868;
}

.news-home-image {
	margin: 5px auto;
	width: 100%;
} 

.view-all {
	padding-right: 10px;
	margin: 10px 0 0;
	font-size: 1.2rem;
}

/*=======================
    Landing Pages
=======================*/

.section h1 {
	margin-top: 0;
}

.quotation {
	border-left: 10px solid #ccc;
	margin: 0;
	padding: 10px 15px;
	font-style: italic;
}

.quotation-source {
	border-left: 10px solid #ccc;
	margin-top: -5px;
	text-align: right;
	font-style: italic;
	font-size: .9rem;
}

/* =======================
Intranet Landing Page
===========================*/

.section-circle-dates
{   
	border: 5px solid #ddd; 
	border-radius: 50%; 
	padding-top: 40px;
	padding-bottom: 40px;
	width: 125px; 
	margin: 0 auto;
}

/* ===================
Library Landing Page
====================== */

#blocktitle {
	   height: 0;
}
.yui-content {
	    width: 100%;
}

/* ====================
   Events (this section taken from main.css in demo.dotcms.com)
==================== */

/* --------------------
   SEE ABOUT REMOVING THIS FIRST SECTION SEEING THAT WE'VE ROLLED OUR OWN
-------------------- */

/*
.events-nav .event-period {
	display: inline;
	line-height: 30px;
}

.events-nav .pager .previous {
	position: absolute;
	top: 30px;
}

.pager .next > a, 
.pager .next > span {
	float: right;
}

.events-nav .pager {
	margin-top: 18px;
	position: relative;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.events-nav .pager li {
	clear: both;
	display: block;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover, 
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.pager .previous > a, 
.pager .previous > span {
	float: left;
}

.alert-danger {
	background-color: none;
}
*/




/* ====================
   CMCC Directory
==================== */

.dir-card {
	padding: 10px;
	min-height: 155px;
}

@media (min-width: 992px) {
	.dir-card {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.dir-card {
		width: 100%;
	}
}

.flex-row {
	float: left;
}

.dir-image {
	border: 2px solid #e0e0e0;
	min-width: 72px;
	width: 100px;
}

.dir-image-detail {
	border: 2px solid #e0e0e0;
	min-width: 72px;
	width: 150px;
}

.dir-text-wrapper {
	margin: 0 10px;
}

.dir-name {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

.dir-text {
	margin: 0;
	font-size: .9rem;
}

.dir-label {
	width: 100px;
	font-weight: 700;
}

/* ====================
   Form Overrides
==================== */

.form-section {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} /* create a pseudo fieldset */

legend {
	background-color: #f7f7f7;
	padding: 5px 5px 5px 15px;
}

input[required],
select[required],
textarea[required],
.custom-file-control.required,
.custom-control-indicator.required {
	background-color: cornsilk;
} /* required shading */

.form-comment {
	font-size: 1rem;
	color: #999;
	margin-top: 5px;
	line-height: 1.2em;
	padding: 0 15px;
}

.form-file-label {
	margin-bottom: 6px;
} /* Bootstrap file labels don't line up */

.custom-file {
	margin-bottom: 20px;
} /* Bootstrap crowds space below files */

.consent {
	border: 1px solid #d7d7d7;
	padding: 10px 10px 0; 
	width: 100%;
	border-radius: 8px;
	margin-left: 15px;
}

.consent input {
	margin: 7px 5px 0 0;
}

/* ====================
   bxSlider slideshow
==================== */

.bx-wrapper {
  margin: 0 600px 20px !important;
  max-width: 800px !important;
}

.bx-viewport {
  border-radius: 10px;
}

.bx-viewport ul {
  margin-left: 0;
}

ul.bx-slider {
  margin: 0;
  padding: 0;
}

.bx-next {
  margin-right: 10px;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 2; /* default 9999 interferes with menus */
}

/* ====================
   Tables
==================== */

table { 
	border-bottom: 1px solid #eceeef; 
}

caption { 
	caption-side: top; 
}

.thead-cmcc { 
	background-color: #4b771c; 
	color: #fff; 
}

.table thead th { 
	border-bottom: none; 
	vertical-align: top;
}

th[scope=row] { 
	font-weight: 400; 
	color: #686868;
	width:125px;
}

/* ====================
   Library
==================== */

.book-title {
	font-size: 1.2rem;
	font-style: italic;
}