/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/*
==============================================
Quote Section
==============================================
*/

.quote-section {
	border-top:6px solid #002949;
	padding: 50px 0 40px;
	display: grid;
}
.quote-section .quote-content {
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 1s;
	animation-duration:2s;

}
.quote-section .quote-wrapper {
	font-size: 30px;
	line-height: 35px;
	color:#002949;
	font-weight: 300;
	text-transform: uppercase;
	max-width: 770px;
	margin: 0 auto;
	padding: 0;

}
.quote-section .quote-wrapper .quote-cite {
    color: #50799e;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	margin-top: 25px;
}

.quote-section .quote-wrapper:before, .quote-section .quote-wrapper:after  {
	content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
	margin: 20px auto;
 	border-top:1px solid #5489b6;
 	border-bottom:1px solid #5489b6;
}
.quote-wrapper .quote-hr {
	display:none;
}



/*
==============================================
Bio Quote Section
==============================================
*/
.bio-section .bio-detail-quote-wrapper:before, .bio-section .bio-detail-quote-wrapper:after {
    content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
    margin: 20px auto;
    border-top: 1px solid #5489b6;
    border-bottom: 1px solid #5489b6;
}
.bio-detail-quote-wrapper .bio-detail-quote-hr {
    display: none;
}
.bio-detail-quote {
	font-size: 30px;
    line-height: 35px;
    color: #002949;
    font-weight: 300;
    text-transform: uppercase;
    max-width: 770px;
    margin: 0 auto;
    padding: 0;
}
.bio-detail-quote-cite {
	color: #50799e;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 25px;
	text-transform: uppercase;
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Quote Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Quote Section
==============================================
*/


}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Quote Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Quote Section
==============================================
*/
	/*
	.quote-section {
		display: block;
	} */
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Quote Section
==============================================
*/



/*
==============================================
Logo
==============================================
*/


}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Quote Section
==============================================
*/
	.quote-section .quote-wrapper {
		max-width: 640px;
	}
}

/* IE only */
@media screen\0 { 
	.quote-section {
		display: table;
		width: 100%;
	}
}
