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

.card {
			   
		}
		
		::-webkit-input-placeholder{color:#FFF}
		:-moz-placeholder{color:#FFF}
		::-moz-placeholder{color:#FFF}
		:-ms-input-placeholder{color:#FFF}
		.card .title{background:#fff;}
		
		.owl-buttons .owl-next::after { 
		color: #252525;
		font-size: 4em;
		font-family: 'FontAwesome';
		content: '\f105';
		}
		
		.owl-buttons .owl-next { 
		position: absolute;
        right: -1.5em;
        cursor: pointer;
        top: 33px;
		}
		
        .owl-controls .owl-page.active span {
        filter: Alpha(Opacity=100);
        opacity: 1;
        background: #000000;
        }

        .owl-controls .owl-page span { 
        display: block;
        width: 1em;
        height: 1em;
        margin: auto 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        background: #869791;
        background: #ffffff;
        border: 2px solid #000000;
        }
		
		
		
        .owl-nav button  { 
        width: 1.3em;
        height: 1.36em;
		-webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; 
        }

        .owl-pagination .pagi-prev::after, .owl-carousel .owl-nav button.owl-prev { 
        color: #252525;
        font-size: 2em;
        font-family: 'FontAwesome';
        content: '\f104';
		
        }
		
        .owl-pagination .pagi-next::after, .owl-carousel .owl-nav button.owl-next {
        color: #252525;
        font-size: 2em;
        font-family: 'FontAwesome';
        content: '\f105';
        }
		
		.owl-theme .owl-nav [class*=owl-]:hover {
		/* background:#869791; */
		color:#848C8C; /* kennedy gray */
		}
		
		.owl-controls .pagi-play::before {
        color: #252525;
        font-size: 1em;
        font-family: 'FontAwesome';
        content: '\f04b';
        margin: 0 0.7em;
		}
		
		.owl-controls .pagi-pause::before {
        color: #252525;
        font-size: 1em;
        font-family: 'FontAwesome';
        content: '\f04c';
        margin: 0 0.7em;
		}
		
		.owl-carousel .owl-stage {
        display: flex;
        }

        .owl-stage {
		display: flex;
		}
        .owl-item, .card {
            display: flex;
            flex: 1 0 auto;
        }
        .caption {
            display: flex;
            flex: 1 0 auto;
            flex-direction: column;
        }
        .card-text {
            flex-grow: 1
        }

.card-deck .card {
	width:90vw;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
	overflow: hidden;
}


.owl-carousel .card-img-top {
	border-radius: 50%;
	max-width: 120px;
	margin: 20px auto;
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
	width: 100%;
	height: 120px;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.owl-carousel .card-img-top:hover {
	-webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.card blockquote {
	padding: 0;
	border-left: none;
}

.card blockquote .card-quote {
	margin: 0 auto;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px;
    line-height: 1.4;
    font-size: 1em;
}

.card blockquote .card-quote:before {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  color: #bd8b13;
  font-size: 3em;
}
.card blockquote .card-quote::after {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 30px;
  position: relative;
  top: 27px;
  color: #bd8b13;
  font-size: 3em;
}

.card .card-links {
	margin-bottom: 1rem;
}

.card-links a {
	margin: 0 1rem;
    color: white;
    display: inline-block;
	font-size: 1.2rem;
/*
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.7em;
*/
}

.card-links a:hover {
	color: rgba(242,241,239,0.5);
	transition: ease 0.5s;
}

.card-coordinator {
	font-size: 0.85rem;
	font-weight: 400;
}

.card-more {
    position: fixed;
	z-index: -1;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: #dad7c1;
    padding-top: 100px;
    overflow-y: auto;
	visibility: visible;
	transition: 0.5s ease;
	margin: 0 15px 10px 15px;
}

.more:active + .card-more {
	visibility: visible;
	right: 0;
	z-index: 1;
}

.read-more {
	height: 100%;
    width: 100%;
    background-color: white;
    position: absolute;
    right: -100%;
	overflow-y: auto;
}

.close-card {
	display: inline-block;
	float: left;
	cursor: pointer;
	color: white;
	font-size: 1.2em;
}

.card #viewMore {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1rem;
}


.card .row img {
    position: relative;
    width: 100%;
    height: auto;
}

.card .avatar {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
	background-position:center;
}

@media only screen and (max-width: 767px) {
  .card .avatar {
    height: 56vh;
  }
}

/* .avatar:after {
    content: '';
    position: absolute;
    right: -6%;
    top: 0;
    transform: skewx(-10deg);
    height: 100%;
    width: 40%;
    min-width: 90px;
    background: #035642;
} */


.card {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.3);
	overflow: hidden;
    margin: 1rem auto;
}

.card-body {
    color: white;
	text-align: center;
}

.card {
    background-color: #035642;
	color: white;
}

.card p {
	color: white;
}

.card hr {
    border-top: 1px solid rgba(202, 155, 74, 1);
    width: 100%;
}

.card-coordinator {
	font-size: 0.95rem;
	font-weight: 400;
}

.read-more {
	height: 100%;
    width: 100%;
    position: absolute;
    right: -100%;
    background-color: #035642;
}

.read-more::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.read-more::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.read-more::-webkit-scrollbar-thumb
{
	background-color: rgba(202, 155, 74, 0.7);
}

.card .viewMore {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0.6rem 0.8rem;
    text-shadow: #888 1px 0 10px;
    padding: 0.5em 0.8em;
    color: white;
}

.card .viewMore:hover {
	background: rgba(149, 165, 166,1.0);
	transition: 0.5s;
	border-radius: 0.25rem;
}

.card a {
	color: #9FCEF2;
}

.card a:hover {
	color: #84C5F2;
}

.card .row {
	height: 100%;
}

.card .figure img {
	width: 200px;
}

.card .figure-caption {
	color: white;
}

.card .figure {
	margin: 0 1rem;
}

.card .thumbnail .caption p {
	color: #C6D6C6;
	font-size: 0.9rem;
}

.card .thumbnail {
	margin: 0.5rem 0;
}

.card h2 {
	margin: 0;
	font-size: 2rem;
	color: white;
	margin-bottom: .5rem;
    line-height: 1.2;
}

.card hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.card h4 {
	font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	color: white;
}
