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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Copy Section
==============================================
*/
.copy-section ul, .resource-detail-copy-wrapper ul {
    padding-left: 30px;
    list-style-type: disc;
	margin-bottom: 20px;
}
.copy-section ol, .resource-detail-copy-wrapper ol {
    padding-left: 30px;
    list-style-type: decimal;
	margin-bottom: 20px;
}


.copy-section {
	background: #fff;
    padding: 30px 15px 65px;
	margin-top: -200px;
/*    z-index: 10;*/
    position: relative;
	margin-bottom: 45px;

	-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);
}

.copy-section .team-bio-content {
	padding-right: 20px;
}

.copy-section .team-bio-content .team-contact-info {
	margin-top: 20px;
}
.copy-section .team-bio-content .bio-detail-first-name, .copy-section .team-bio-content .bio-detail-last-name, .copy-section .team-bio-content .bio-detail-designation, .copy-section .team-bio-content .bio-detail-title {
	color:#002949;
}
.copy-section .team-bio-content .bio-detail-first-name, .copy-section .team-bio-content .bio-detail-last-name {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;

}
.copy-section .team-bio-content .bio-detail-designation {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	display:block;
	text-transform: uppercase;
}
.copy-section .team-bio-content .bio-detail-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	display:block;
	margin-top: 2px;
}

.copy-section .team-bio-content .bio-detail-links-wrapper .fa {
    color: #5489b6;
}
.copy-section .team-bio-content .bio-detail-links-wrapper .fa:hover {
    color: #002949;
}
.copy-section .team-intro {
	padding-left: 40px;
	margin-top: 60px;
	padding-right: 140px;
}

.body-home .copy-section .team-intro h1 {
	text-align: left !important;
	max-width: none !important;

/*
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
*/
}
.body-home .copy-section .team-intro h1:before {
	display:none;
}
.copy-section .team-intro h1 {
	margin-bottom: 30px;
}

/*
==============================================
Interior Copy Section
==============================================
*/
.interior .copy-section,
.team-home .copy-section {
	padding: 60px 130px 170px;
}
.copy-section:not(.blog-section) h1 {
	text-align: center;
	margin-bottom: 30px;
    line-height: 37px;
	max-width: 460px;
    margin: 0 auto 45px;
}

.copy-section:not(.blog-section) h1:before {
	content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
	margin: 20px auto;
 	border-top:1px solid #5489b6;
 	border-bottom:1px solid #5489b6;
}

.copy-section .mc-container .slick-dots li.slick-active button:before {
    color: #002949;
}
.copy-section .slick-dots li.slick-active button:before {
    color: #002949;
}
.copy-section .slick-dots li button:before {
    font-size: 9px;
}
.copy-section .slick-dots li {
    width: 5px !important;
}
.copy-section .slick-dots {
	padding-left:0px !important;
	width: calc(100% - 30px);
}

/* LANDING COMPONENT */
.interior-content .col-md-offset-1 {
  margin-left: 0;
  padding: 0;
}
.interior-content .col-md-offset-1 .panel-heading {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.interior-content .col-md-offset-1 .accordion .panel-button-heading {
  padding: 0;
}
.interior-content .col-md-offset-1 ul.accordion {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 32px;
  width: 100%;
  padding-left: 10px;
}
.interior-content .col-md-offset-1 ul.accordion li {
 display: flex;
 width: 100%;
}
 .interior-content .col-md-offset-1 ul.accordion li:before {
 content:'';
 font-family: "FontAwesome";
 font-weight: 400;
 content: "\f101";
 display: inline;
 font-size: 12px;
 margin-right: 10px;
}

/*
==============================================
No Billboard Interior Copy Section
==============================================
*/
.no-billboard .copy-section {
	margin-top: 0px;
	margin-bottom: 110px;
}

.body-about-us .copy-section {
   	padding-bottom: 80px !important;
}

/*
==============================================
Homepage Team slider
==============================================
*/
.body-home .copy-section .yearbook-headshot-wrapper{
	position: relative;
}
.body-home .copy-section .yearbook-headshot-wrapper: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;
    position: relative;
    width: 190px;
    background: #5489b6;
    top: -90px;
    opacity: 0;
    margin-bottom: -30px;
}
.body-home .copy-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
    background: #5489b6;
    opacity: 1;
}
.body-home .copy-section .yearbook-container .yearbook-links .fa {
	color: inherit !Important;
}
.body-home .copy-section .yearbook-name-wrapper {
	text-align: left;
/*	padding-left: 2px;*/
}
.body-home .copy-section .yearbook-title {
	width: 100%;
}

.body-home .copy-section .yearbook-hr {
	display: none;
}
.body-home .copy-section .yearbook-links {
	text-align: left;
	padding: 4px 20px;
/*	padding-left: 2px;*/
}
.body-home .copy-section .yearbook-links .fa {
    padding: 0 10px 0 0;
}
.body-home .copy-section a:hover .body-home .yearbook-headshot-wrapper:after {
    background-color: rgba(0, 0, 0, 0.1);
}
.body-home .copy-section .yearbook-headshot-wrapper::after {
	background-color: rgba(0, 0, 0, 0);
}

.body-home .copy-section .yearbook-first-name,
.body-home .copy-section .yearbook-last-name {
	font-size: 22px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
	color: #002949 !important;
	font-family: 'Source Sans Pro';
}

.body-home .copy-section .yearbook-designation {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
	color: #002949;
}
.body-home .copy-section .yearbook-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin-top: 2px;
	color: #002949;
	text-transform: none;
}
.body-home .copy-section .yearbook-container .slick-arrow {
    padding: 0;
}
.body-home .copy-section .yearbook-container .slick-prev {
    z-index: 2;
    left: -20px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #8599a8;
    border-left: 2px solid #8599a8;
}

.body-home .copy-section .yearbook-container .slick-next {
    z-index: 2;
    right: -20px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #8599a8;
    border-right: 2px solid #8599a8;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Copy Section
==============================================
*/
	.copy-section .team-intro {
		padding-right: 30px;
		padding-left: 20px;
	}
	.body-home .copy-section .yearbook-three .yearbook-name-wrapper {
		padding-left: 2px;
	}
	.body-home .copy-section .yearbook-links {
		padding-left: 2px;
	}
/*
==============================================
Homepage Team slider
==============================================
*/
/*
	.copy-section .yearbook-three .yearbook-slide {
		max-width: auto !important;
		width: 267px !important;
	}
	.copy-section .slick-track {
		max-width: inherit;
		width: inherit;
	}
	.copy-section .yearbook-three .yearbook-headshot-wrapper {
		max-width: inherit;
		width: inherit;
	}
	.copy-section .yearbook-three .yearbook-headshot-wrapper {
		max-width: 264px;
	}
*/
}

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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Copy Section
==============================================
*/
	.copy-section .team-intro {
		padding-right: 20px;
		padding-left: 10px;
	}

	.copy-section .team-bio-content {
		padding-right: 0px;
	}
/*
	.no-billboard .copy-section {
		margin-top: 110px !important;
	}
*/
/*
==============================================
Homepage Team slider
==============================================
*/
	.body-home .copy-section .team-bio-content .team-contact-info {
		text-align: center;
	}
	.interior .copy-section,
	.team-home .copy-section  {
		padding: 60px 70px 170px;
	}
/*
	.copy-section .yearbook-three .yearbook-slide {
		max-width: auto !important;
		width: 210px !important;
	}
*/
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Copy Section
==============================================
*/
	.copy-section {
		margin-top:0px;
	}

	.interior .copy-section,
	.team-home .copy-section  {
		padding: 60px 30px 80px;
	}
	.body-home .copy-section .team-intro h1 {
		text-align: center !important;
	}
	.body-home .copy-section .team-intro {
		text-align: center;
	}
	.body-home .copy-section .team-intro p {
		text-align: left;
	}
/*
==============================================
Homepage Team slider
==============================================
*/
	.copy-section .team-intro {
		margin-top: 20px;
	}
	.body-home .copy-section .yearbook-name-wrapper {
		text-align: center;
	}
	.body-home .copy-section .yearbook-links {
		text-align: center;
	}
	.body-home .copy-section .yearbook-links {
		padding-left: 20px;
	}
	.body-home .copy-section .yearbook-three .yearbook-name-wrapper {
		padding-left: 20px;
	}
	.body-home .copy-section .yearbook-three .yearbook-headshot-wrapper {
		max-width: 260px;
	}
	.copy-section .slick-dots {
		width: calc(100% - 10px);
	}

  .interior-content .col-md-offset-1 ul.accordion {
  	column-count: 1;
  }
}



/* 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) {
/*
==============================================
Copy Section
==============================================
*/
	.copy-section .team-intro {
		margin-top: 20px;
	}
	.copy-section {
		margin-top:0px;
	}
	.body-home .copy-section .yearbook-three .yearbook-headshot-wrapper {
		max-width: 260px;
	}
	.body-home .copy-section .yearbook-name-wrapper {
		text-align: center;
	}
	.body-home .copy-section .yearbook-links {
		text-align: center;
	}
	.body-home .copy-section .yearbook-links {
		padding-left: 20px;
	}
	.body-home .copy-section .yearbook-three .yearbook-name-wrapper {
		padding-left: 20px;
	}
	.body-home .copy-section .yearbook-three .yearbook-headshot-wrapper {
		max-width: 260px;
	}
	.copy-section .slick-dots {
		width: calc(100% - 10px);
	}
	.body-home .copy-section .yearbook-container .slick-prev {
		display: none !important;
	}
	.body-home .copy-section .yearbook-container .slick-next {
		display: none !important;
	}
	.copy-section .team-intro {
		padding: 0 54px;
	}
	.interior .copy-section,
	.team-home .copy-section  {
		padding: 20px 70px 170px
	}
	.body-home .copy-section .team-intro h1 {
		text-align: center !important;
	}
	.body-home .copy-section .team-intro {
		text-align: center;
	}
	.body-home .copy-section .team-intro p {
		text-align: left;
	}}

/* IE only */
@media screen\0 { }
