/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/*
==============================================
Contact Widget Section
==============================================
*/


.body-home .contact-widget-section {
	display:none !important;
}
.interior .contact-widget-section {
	width: 270px;
	height: auto;
	background: #f3f5f7;
	padding: 20px 25px 25px;
	position: fixed;
	right:-270px;
	top: 250px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
	z-index: 15;
	display:inherit;
	animation: fadeInRight 0.8s ease-in-out;
    -webkit-animation: fadeInRight 0.8s ease-in-out;
}
.contact-widget-section:hover {
  right: 0px;
}

.contact-close-section {
	display:none;
}
.contact-widget-section:before {
	content: "";  
	padding: 1px 0px 0 2px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.55);
	display:block;
	left:-30px;
	top: 0;
	position: absolute; 
	-webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);	
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
}
.contact-widget-section:after {
	content: "\f095";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
	text-align: center;
	color:#002949;
	padding: 1px 0px 0 2px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	background: transparent;
	display:block;
	left:-30px;
	top: 0;
	position: absolute; 
	animation: jello 1.5s ease-in-out;
    -webkit-animation: jello 1.5s ease-in-out;
}

.contact-widget-section:hover:after {
	animation: rubberBand 1s ease-in-out;
    -webkit-animation: rubberBand 1s ease-in-out;
}


.contact-widget-section .yearbook-headshot-link img {
	border: 5px solid #ffffff;
	max-width: 220px;
}
.yearbook-headshot-link  {
	display: block;
	position: relative;
}
.contact-widget-section .yearbook-headshot-link:after  {
	content: 'View Bio';
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
	padding: 0px;
	text-transform: uppercase;
	line-height: 34px;
	display: block;
	width: 190px;
	text-align: center;
	margin: 0 auto;
	background: #5489b6;
	bottom: 40px;
	opacity: 0;
	left: 15px;
	/* margin-bottom: -30px; */
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-widget-section .yearbook-headshot-link:hover:after  {
	opacity: 1;
}
.contact-widget-section .ftr-nap a, .contact-widget-section .ftr-nap-email, .contact-widget-section .ftr-nap-phone, .contact-widget-section .ftr-nap-address-line1, .contact-widget-section .ftr-nap-address-csz {
    text-decoration: none;
    color: #002856;
	font-size: 15px;
    line-height: 16px;
}

.contact-widget-section .ftr-nap .ftr-nap-email:before, .contact-widget-section .ftr-nap .ftr-nap-phone:before, .contact-widget-section .ftr-nap .ftr-nap-map-directions:before {
	color: #5489b6;
}

.contact-widget-section .ftr-nap-address-csz {
	display:block;
}

.contact-widget-section .ftr-nap .ftr-nap-phone:before,
.contact-widget-section .ftr-nap .ftr-nap-map-directions:before  {
	margin-left: auto;
}

.contact-widget-section .contact-content {
	text-align:center;
	margin-bottom: 12px;
}
.contact-widget-section .bio-detail-links-wrapper {
    border-bottom: 1px solid #e2e4e6;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.contact-widget-section .bio-detail-links-wrapper .fa{
	color: #5489b6;
    font-size: 18px;	
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-widget-section .bio-detail-links-wrapper .fa:hover {
    color: #002949;
}

.contact-widget-section .ftr-nap a:hover {
    text-decoration: none;
    color: #5489b6;
}
/*
==============================================
Responsive Meia Queries NEW
==============================================
*/




/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Contact Widget Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Contact Widget Section
==============================================
*/
	.contact-close-section {
		width: 270px;
		display:block;
		height: 0px;
		padding: 20px 25px 25px;
		position: fixed;
		right:-270px;
		top: 150px;
		font-weight: 900;
		font-size: 20px;
		color:#002949;
		opacity:0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		z-index: -1;
		animation: fadeInRight 0.8s ease-in-out;
		-webkit-animation: fadeInRight 0.8s ease-in-out;
	}
	.contact-widget-section:hover + .contact-close-section {
		right: 45px;
		opacity: 1;
		top: 150px;
		z-index: 15;
	}
	.contact-widget-section:hover:after {
		opacity:0;
	}

}	


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Contact Widget Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Contact Widget Section
==============================================
*/

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Contact Widget Section
==============================================
*/



/*
==============================================
Logo
==============================================
*/


}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait)
{
	  .interior .contact-widget-section{ 
		top: 75px;
	  }
	.nav-overall-wrapper:not(.van-mobile-nav) {
		border-top: transparent;
		border-bottom: transparent;
	}
	.contact-widget-section:hover + .contact-close-section {
    opacity: 1;
    top: 121px;
	}
	.contact-widget-section:before {
		top: 65px;
	}
	.contact-widget-section:after {
		top: 65px;
	}
}




/* 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) {
/*
==============================================
Contact Widget Section
==============================================
*/
	.contact-widget-section {
		display: none !important;
	}
}

/* IE only */
@media screen\0 { 
.contact-widget-section .contact-map {
		clear: both;
	}

}
