/* Background Images and Footer */
/* Theme Roller */
/****** basics ******/
body, h4, .h4 {
	font-family: 'adobe-garamond-pro', serif;
}
body {
	font-size: 20px;
	color: #323232;
}
h1, h2, h3, h5, h6,
.h1, .h2, .h3, .h5, .h6 {
	font-family: 'proxima-nova', sans-serif;
}
.interior h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

h2 {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}
.interior h2 {
	font-family: 'proxima-nova', sans-serif;
	font-size: 38px;
	text-transform: none;
	letter-spacing: 0.02em;
	color: #004896;
	font-weight: 600;
	margin-top: 42px;
	margin-bottom: 25px;
}
h3,
h3 a {
	font-weight: 600;
	font-size: 24px;
	color: #323232;
}

.interior h3,
.interior h3 a {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.06em;
	margin-top: 35px;
	margin-bottom: 20px;
}
.blogs-block h3 a,
.non-community-library-list h3 a,
.library-list h3 a,
.event-list h3 a {
	color: #35B3A8;
}

a {
	color: #35B3A8;
}
a:hover,
a:focus {
	color: #292929;
}

a,
a:hover,
a:focus,
#MPOuterHeader,
#Logo img,
#MPheader > .row:first-child {
	transition: .3s;
}

/***Clearfix***/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/******Accordion******/
.accordion-heading h3 {
    font-size: 20px;
    font-weight: 400;
    color: #35B3A8; /* link colour */
    background: #fff;
    padding: 15px 10px;
    margin: 0;
    border-top: 1px solid #f4f4f4;
	cursor: pointer;
	transition: .3s;
}
.accordion-heading h3:hover,
.accordion-heading h3:focus {
    color: #292929; /* link hover colour */
	transition: .3s;
}

.accordion-heading h3::before {
	font-family: NCME; /* change to appropriate kit/unicode */
	content: '\f006';
	margin-right: 10px;
}

.open .accordion-heading h3::before {
	font-family: NCME; /* change to appropriate kit/unicode */
	content: '\f007';
}
.accordion-text {
    display: none;
}
.accordion-wrap .ContentItemHtml, .accordion-wrap .ContentItemHtml:hover {
    transition: none !important;
}
.accordion-wrap {
	margin-bottom: 15px;
}

/* background images */
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.bg-image.overlay::after,
.banner-h1.overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(25,25,25,0.7);
}
.bg-image.overlay > div,
.banner-h1.overlay > #PageTitleH1 {
	position: relative;
	z-index: 10;
}

/* buttons */
.make-buttons em a,
#Welcome_LoginLink {
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 40px;
	margin: 0 10px 10px 0;
}
.make-buttons.outline em a,
#Welcome_LoginLink {
	border: 2px solid #32B4A9;
	color: #ffffff;
	background: transparent;
}
.make-buttons.outline em a:hover,
.make-buttons.outline em a:focus,
#Welcome_LoginLink:hover,
#Welcome_LoginLink:focus {
	background: #32b4a9;
}

/* arrow link */
.arrow-link em a,
.HLDiscussions a[id$="MoreLink"],
.HLDiscussions a[id$="MoreLink"]:active {
	font-style: normal;
	font-family: 'proxima-nova', sans-serif;
	color: #35B3A8;
	font-size: 15px;
	display: inline-block;
	margin: 40px auto;
	text-decoration: none;
	border: none;
	background: transparent;
	box-shadow: none;
}
.arrow-link em a::after,
.HLDiscussions a[id$="MoreLink"]::after {
	font-family: NCME;
	content: '\f002';
	padding-left: 10px;
}

.HLDiscussions div[id*="BottomLink"] {
	text-align: center;
}

.arrow-link em a:hover,
.arrow-link em a:focus,
.HLDiscussions a[id$="MoreLink"]:hover,
.HLDiscussions a[id$="MoreLink"]:focus {
	color: #292929;
}

/* interior buttons */
.cta-buttons em a {
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #004896;
	border-radius: 30px;
	padding: 15px 40px;
	margin: 0 10px 10px 0;
}
.cta-buttons em a:hover,
.cta-buttons em a:focus {
	background: #35B3A8;
}

/* horizontal boundaries */
.horizontal-line {
	border-bottom: 1px solid #f5f5f5;
}
hr {
	border: none;
	height: 2px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

/****** header ******/
#MPOuterHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 100;
}
#MPOuterMost.full #HEADER {
	max-width: 1500px;
}
#MPAuxNav {
	display: none;
}
#HEADER #Logo {
    float: left;
	padding-top: 10px;
}
#MPheader > .row:first-child {
    float: right;
	padding-top: 25px;
}
.skiplinkholder a, .skiplinkholder a:link, .skiplinkholder a:visited {
    left: -500%;
	top: -250px;
}
.skiplinkholder a:focus, .skiplinkholder a:active {
    left: 0;
	top: 0;
}

/* logo */
#HEADER #Logo,
#HEADER #Logo .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

/* sticky header */
#MPOuterHeader.black-bg {
	background: #191919;
}
.sticky #Logo {
	padding-bottom: 0;
}
.sticky #Logo img {
	max-width: 100px;
}
.sticky #MPheader > .row:first-child {
	padding-top: 15px;
}

/* profile image */
#Welcome_Content #BtnShowProfile {
	display: none;
}
#Welcome_Content .imgButton {
	width: 50px;
	height: 50px;
}
#Welcome_Content .imgButton img {
	max-height: 50px !important;
	height: 48px;
}

/****** main nav ******/
#NAV {
	float: right;
}
#NAV,
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#NAV .col-md-12 {
	padding: 0;
}
#NAV .row {
	margin: 0;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.disabled>a {
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
    color: #AFAFAF; 
    background-color: transparent;
	padding: 15px;
}
.navbar-default .navbar-nav>.active>a {
	color: #ffffff;
}

.navbar-default .navbar-nav > .active > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff; 
	background-color: #1B1B1B;
}
/* caret */
.navbar-default .navbar-nav>.dropdown>a .caret {
    display: none;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
    display: none;
}

/* dropdowns */
.navbar-nav>li>.dropdown-menu {
	background-color: #1b1b1b;
	border: none;
}
.navbar-nav .dropdown-menu>li>a {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 15px;
}
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
	background: #303030;
	color: #fff;
}


/****** search ******/
#searchColumn {
	display: none;
	max-width: 100%;
}

.search-bar-top {
     position: absolute;
     width: 300px;
     max-width: 100%;
     right: 70px;
     top: 75px;
     background: #1b1b1b;
     padding: 0;
	 height: 0;
	 transition: .3s;
	 opacity: 0;
	 z-index: -1;
	 overflow: hidden;
}
.search-bar-top.open {
	height: 36px;
	 z-index: 10;
	 opacity: 1;
	 border: 2px solid #1b1b1b;
}
 .search-bar-top .form-control,
 #searchColumn .form-control {
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
    background: #303030;
    height: 36px;
    font-style: normal;
    color: #fff;
    border: none;
}
 .search-bar-top .btn.btn-default,
#searchColumn .btn.btn-default {
     border: none;
     background-color: transparent;
     padding: 0 8px;
     border-radius: 0;
	 color: #AFAFAF;
}
 .search-btn-top {
     background: transparent;
	 font-family: 'proxima-nova', sans-serif;
	 text-transform: uppercase;
	 letter-spacing: 0.06em;
     text-align: center;
     cursor: pointer;
     color: #afafaf;
     font-size: 15px;
     transition: .3s;
	 padding: 15px;
}
 .search-btn-top:hover, .search-btn-top:focus {
     background: #1b1b1b;
     transition: .3s;
}
 .search-wrap {
     position: relative;
}

/****** slider ******/
.main-slide.slick-slide {
	height: 100vh;
}
.main-slide .HtmlContent {
	margin-left: calc(50% - 600px);
	margin-top: 250px;
	color: #ffffff;
	margin-right: 50%;
	text-align: center;
}
.main-slide h4 {
	font-style: italic;
	font-size: 24px;
	letter-spacing: 0.06em;
}
.main-slide h1 {
	text-transform: uppercase;
	font-size: 70px;
	letter-spacing: 0.05em;
	font-weight: 700;
}

ul.slick-dots {
	bottom: 35px;
	text-align: right;
	padding-right: calc(50% - 600px);
}
ul.slick-dots li {
	background-color: #ffffff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
ul.slick-dots li button {
	display: none;
}
ul.slick-dots li.slick-active {
	background-color: #32B4A9;
}
 
/****** arrow ******/
.arrow {
	font-size: 50px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -150px);
}
.arrow a {
	color: #ffffff;
}

/****** homepage background ******/
.home {
	background-color: #f5f5f5;
}
.home .section10 {
	background-color: #fff;
	padding-top: 60px;
}

/****** about section ******/
.about-section {
	text-align: center;
	max-width: 700px;
	margin: 100px auto;
}

/****** image blocks ******/
.img-block {
	text-align: center;
}
.block-img img {
	margin: 0 auto;
}

/* arrow positioning */
@media (min-width: 992px) {
	.not-ie .flex-section {
		display: flex;
	}
	.not-ie .flex-section .col-md-4 {
		display: flex;
		flex-direction: column;
		position: relative;
		margin-bottom: 50px;
	}
	.not-ie .flex-section .arrow-link {
		padding-bottom: 50px;
	}
	.not-ie .flex-section .arrow-link em a {
		position: absolute;
		bottom: 0;
		margin: 0;
		left: calc(50% - 50px);
	}
	.block-img {
		height: 230px;
		overflow: hidden;
	}
}

/* round profile images */
.HLLandingControl ul li .title-row a[id*='ProfileImage'] img,
.bioBubbleShell a[id*='BioBubbleImage'] img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: auto;
	max-height: 200px;
	border-radius: 0 !important;
}
.HLLandingControl ul li a[id*='ProfileImage'],
.bioBubbleShell a[id*='BioBubbleImage'] {
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #f0f2f3;
}

.HLLandingControl ul li a[id*='ProfileImage'] {
	height: 80px;
	width: 80px;
}
.HLLandingControl ul li .title-row a[id*='ProfileImage'] img {
	max-width: 80px;
	width: 80px;
	max-height: 250px;
}

/****** discussions ******/
.HLDiscussions h2 {
	margin-bottom: 100px;
}
.HLDiscussions ul li {
	background: #f5f5f5;
	padding: 15px 20px 90px 20px;
	border-bottom: none;
	position: relative;
}
.HLDiscussions ul li a[id*='ProfileImage'] {
	position: absolute;
	top: -60px;
}
.HLDiscussions .ByLine {
	font-family: 'proxima-nova', sans-serif;
	font-size: 15px;
	color: #323232;
	position: absolute;
	top: 0;
	left: 100px;
}
.HLDiscussions ul li .title-row .col-md-10.col-sm-10 {
	padding: 40px 0 0 0;
}
.HLDiscussions .title-row h3 {
	margin-bottom: 30px;
}
.HLDiscussions a[id*="DiscussionList_More"] {
	font-family: 'proxima-nova', sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #303030;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	padding: 25px;
}
.HLDiscussions a[id*="DiscussionList_More"]:hover,
.HLDiscussions a[id*="DiscussionList_More"]:focus {
	background: #32B4A9;
}

/* flex display */
@media (min-width: 992px) {
	.not-ie .HLDiscussions ul,
	.not-ie .HLDiscussions ul > .col-md-4 {
		display: flex;
	}
}

/****** interior pages ******/
.has-sticky {
	margin-top: 120px;
}
.interior #ContentColumn {
	margin-bottom: 50px;
}

/* internal page hero banners */
.banner-h1 {
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 150px;
}
.banner-h1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26,26,26,.7);
}
.banner-h1 #PageTitleH1 {
	color: #ffffff;
	font-size: 50px;
	position: relative;
	z-index: 5;
}

/****** footer ******/
#MPFooterLink {
	display: none;
}
#MPOuterFooter {
	background: #303030;
	padding-top: 60px;
	font-family: 'proxima-nova', sans-serif;
	font-size: 15px;
	color: #ffffff;
}
#FOOTER h2 {
	font-size: 15px;
	color: #b7b7b7;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
}
#FOOTER a {
	color: #ffffff;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:focus {
	color: #35B3A8;
}
.footer-contact {
	margin-top: 60px;
}
#FOOTER .social-icon {
	font-size: 40px;
	color: #ffffff;
	cursor: pointer;
}
#FOOTER .social-icon:hover,
#FOOTER .social-icon:focus {
	color: #35B3A8;
}
#FOOTER .col-md-6 {
	height: 500px;
	overflow: hidden;
}
#FOOTER .connect {
	position: relative;
	z-index: 5;
	border: 10px solid #1f1f1f;
	background: #1f1f1f;
	width: 520px;
	height: 370px;
}
.twitter-feed,
.linkedin-feed {
	display: none;
}
.social-icon {
	position: relative;
	margin-top: 30px;
}
.social-icon.fb-icon {
	margin-top: 65px;
}
.connect::after {
	content: '';
	border-style: solid;
	border-width: 50px 0 50px 55px;
	border-color: transparent transparent transparent #1f1f1f;
	position: absolute;
	z-index: -1;
	right: -50px;
}
.facebook-feed::after {
	top: 0;
}
.twitter-feed::after {
	top: 75px;
}
.linkedin-feed::after {
	top: 165px;
}
.copyright {
	text-align: center;
	padding: 30px;
	background: #191919;
	font-family: 'proxima-nova', sans-serif;
	color: #b7b7b7;
}

/****** responsiveness ******/
@media (max-width: 1210px) {
	#Logo img {
		max-width: 100px;
	}
}
@media (max-width: 1200px) {
	#Logo {
		padding-bottom: 0;
	}
	.main-slide .HtmlContent {
		margin-left: 15px;
	}
}
@media (max-width: 991px) {
	.HLDiscussions .col-md-4 {
		margin-top: 55px;
	}
}
/* main nav */
@media (min-width: 992px) and (max-width: 1250px) {
	#MPheader > .row:first-child {
		max-width: calc(100% - 120px);
		padding-top: 5px;
	}
	#NAV {
		max-width: calc(100% - 150px);
	}
	.HLWelcome.HLWelcomeHeader {
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	#Logo {
		position: relative;
		z-index: 2;
	}
	#MPheader > .row:first-child {
		position: absolute;
		top: 0;
		padding-top: 10px;
		right: 60px;
		z-index: 3;
	}
	#searchColumn {
		display: block;
		float: none !important;
	}
	#NAV .search-wrap {
		display: none;
	}
	#NAV {
		float: none;
		margin-top: -70px;
	}
	#NAV .col-md-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#NAV .row,
	#NAV.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background: #191919;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
		max-height: calc(100vh - 150px);
		transition: .3s;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	
	.navbar-collapse.in {
		overflow-y: scroll;
	}
	.collapsing {
		overflow: hidden!important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #191919; 
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
}
@media (max-width: 768px) {
	#HEADER,
	#FOOTER {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-slide h1,
	.banner-h1 #PageTitleH1,
	h1 {
		font-size: 32px;
	}
	.main-slide .HtmlContent {
		margin-right: 15px;
	}
	.interior div[id$="CalendarDisplayPanel"],
	.newsletter .section10 {
		padding-left: 10px;
		padding-right: 10px;
	}
} 
@media (max-width: 767px) {
	.board .col-md-4 {
		text-align: center;
	}
	.board img {
		margin: 0 auto;
	}
    #MPheader > div.row:first-child .skiplinkholder a:focus,
	#MPheader > div.row:first-child .skiplinkholder a:active {
		left: 0;
		min-width: 150px;
	}
}


/* social media feeds */
@media (min-width: 1201px) {
	.connect.small {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.connect.large {
		display: none !important;
	}
	#FOOTER .connect {
		width: 320px;
	}
	.connect.small {
		float: right;
		margin-right: 50px;
	}
}
@media (min-width: 825px) and (max-width: 991px) {
	.connect.small {
		display: none !important;
	}
	#FOOTER .connect {
		width: 520px;
	}
	.social-icon.fb-icon {
		margin-top: 90px;
	}
}
@media (min-width: 768px) and (max-width: 824px) {
	.connect.large {
		display: none !important;
	}
	#FOOTER .connect {
		width: 320px;
	}
	.connect.small {
		float: right;
		margin-right: 50px;
	}
	.social-icon.fb-icon {
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	.social-icon {
		display: inline;
		float: left;
		margin: 0 40px;
	}
	.social-icon.fb-icon {
		margin-top: 0;
	}
	.connect::after {
		border-width: 55px 50px 0 50px;
		border-color: #1f1f1f transparent transparent transparent;
		right: auto;
		top: auto;
		bottom: -50px;
	}
	.facebook-feed::after {
		left: 0;
	}
	.twitter-feed::after {
		left: 100px;
	}
	.linkedin-feed::after {
		left: 210px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.connect.small {
		display: none !important;
	}
}
@media (max-width: 519px) {
	.connect.large {
		display: none !important;
	}
	#FOOTER .connect {
		width: 320px;
	}
	.social-icon.linkedin-icon {
		margin-right: 0;
	}
}/* Color Picker */
/********************* Basics **************************/  /*  body {      color: ;  }  */    /*  a {      color: ;  }  */ /*  a.user-content-mention {      color: ;  }  */  /*  a.user-content-hashtag {      color: ;  }  */  /*  a:hover {      color: ;  }  */  /*  a.user-content-mention:hover {      color: ;  }  */ /*  a.user-content-hashtag:hover {      color: ;  }  */ /*  .bodyBackground {      background-color: ;  }  */    /*  a.user-content-hashtag {  background: ; } */  /* a.user-content-hashtag:hover {  background: ; } */    /*  .siteFrame {      background-color: ;  }  */    /*  #MPOuterMost {      border-color: ;  }  */    h1, .Heading1 {      /*color: ;*/      /*background-color: ;*/  }    h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {      /*color: ;*/      /*background-color: ;*/  }    h3, .Heading3, h3 a, h3 a:hover {      /*color: ;*/      /*background-color: ;*/  }    /*  hr, hr.delimiter, .HLLandingControl ul li {      border-bottom-color: ;  }  */    #MPOuterFooter {      /*background-color: ;*/      /*color: ;*/  }    /*  fieldset {      border-color: ;  }  */    fieldset legend {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    /*  .SearchResults .SortBy {      color: ;  }      */    /*********************** Landing Controls ******************/  .HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {      /*background-color: ;*/      /*color: ;*/  }    /*  .drItemSubHeader a:not(.skip-header-text-color){         color: ;  }  */    .ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {      /*border-color: ;*/      /*color: ;*/      /*background-color: ;*/  }    /*  .HLLandingControl .Content a:not(.btn) {      color: ;  }  */    /*  .HLLandingControl .ByLine {      color: ;  }  */    /*  .HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {      color: ;  }  */    /*  .HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {      color: ;  }    */  /************************ Tabs **********************/  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }  /*  .nav-tabs {      border-bottom-color: ;  }  */    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {      /*background-color: ;*/      /*border-bottom-color: ;*/      /*color: ;*/  }  .nav-tabs > li > a {      /*background-color: ;*/      /*color: ;*/  }    /************************ Miscellaneous **********************/  /*  .SloganText {      color: ;  }  */    .ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {      /*background-color: ;*/      /*color: ;*/  }    /*  .lblratingBig {      color: ;  }  */  /************************ Tables **********************/  .Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {      /*background-color: ;*/      /*color: ;*/  }    /*  th a, th a:hover  {      color: ;  }  */    /*  .TableRowAlternate, .table-hover > tbody > tr:hover > td  {      background-color: ;  }    */  /************************ Menus ***********************/  /*  #MPAuxNav ul.level1 li a {      color: ;  }  */    /*  #MPAuxNav ul.level1 li ul {      background-color: ;  }  */    /*  #MPAuxNav ul.level1 li li.dynamic {      border-right-color: ;  }  */    /*  #SideMenu ul.level1 li ul {      background-color: White;  }  */    /*  .MPSideNavBottom {      color: #0069A5;  }  */    /*  .breadcrumb {      background-color: ;  }  */    /*  .breadcrumb li {      color: ;  }  */    /*  .breadcrumb li a {      color: ;  }  */    /*  .MPBottomMenu ul li a {      color: ;  }        */  /************************ Bootstrap Menus ***********************/  /*  .navbar-default, #NAV {      background-color: ;      border-color: ;  }  */    /*  .navbar-default .navbar-nav > li > a {      color: ;  }  */    .navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {        /*background-color: ;*/      /*color: ;*/  }    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {      /*background-color: ;*/      /*color: ;*/  }    /*  #MPButtonBar .dropdown-menu {      background-color: ;  }  */    /*  #MPButtonBar .dropdown-menu li a {      color: ;  }  */    /*  #MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {       background-color: ;  }  */    #MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {      /*background-color: ;*/      /*color: ;*/  }    /*  #MPButtonBar .dropdown-menu {      border-color: ;  }  */    /************************ Bootstrap Buttons ***********************/  .btn-primary, .ui-widget-content a.btn-primary {      /*background-color: ;*/      /*border-color: ;*/      /*color: !important;*/  }    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-info {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-success {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-danger {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-default {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > li > a {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > li > a:hover {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .label-default {      /*background-color: ;*/      /*color: ;*/  }    .badge, .badge a, a.badge a:hover {      /*background-color: ;*/      /*color: ;*/  }    .modal-header {      /*background-color: ;*/      /*color: ;*/  }    .modal-body, .panel-body {      /*background-color: ;*/      /*color: ;*/  }    .modal-footer, .panel-footer {      /*background-color: ;*/  }  /*  #MPFooterLink {      background-color: ;  }  */    /*  #MPFooterLink a {      color: ;  }  */    /*  .faceted-search-main .facets .header {      color: ;  }  */    /*  .faceted-search-main .facets .header {      background-color: ;  }  */ /*  .cookie-notification-bar {      background-color: ;  }  */ /*  .cookie-notification-bar span {      color: ;  }  */
/* CSS Overrides */
/****** basics ******/
body, h4, .h4 {
	font-family: 'adobe-garamond-pro', serif;
}
body {
	font-size: 20px;
	color: #323232;
}
h1, h2, h3, h5, h6,
.h1, .h2, .h3, .h5, .h6 {
	font-family: 'proxima-nova', sans-serif;
}
.interior h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

h2 {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}
.interior h2 {
	font-family: 'proxima-nova', sans-serif;
	font-size: 38px;
	text-transform: none;
	letter-spacing: 0.02em;
	color: #004896;
	font-weight: 600;
	margin-top: 42px;
	margin-bottom: 25px;
}
h3,
h3 a {
	font-weight: 600;
	font-size: 24px;
	color: #323232;
}

.interior h3,
.interior h3 a {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.06em;
	margin-top: 35px;
	margin-bottom: 20px;
}
.blogs-block h3 a,
.non-community-library-list h3 a,
.library-list h3 a,
.event-list h3 a {
	color: #35B3A8;
}

a {
	color: #35B3A8;
}
a:hover,
a:focus {
	color: #292929;
}

a,
a:hover,
a:focus,
#MPOuterHeader,
#Logo img,
#MPheader > .row:first-child {
	transition: .3s;
}

/***Clearfix***/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/******Accordion******/
.accordion-heading h3 {
    font-size: 20px;
    font-weight: 400;
    color: #35B3A8; /* link colour */
    background: #fff;
    padding: 15px 10px;
    margin: 0;
    border-top: 1px solid #f4f4f4;
	cursor: pointer;
	transition: .3s;
}
.accordion-heading h3:hover,
.accordion-heading h3:focus {
    color: #292929; /* link hover colour */
	transition: .3s;
}

.accordion-heading h3::before {
	font-family: NCME; /* change to appropriate kit/unicode */
	content: '\f006';
	margin-right: 10px;
}

.open .accordion-heading h3::before {
	font-family: NCME; /* change to appropriate kit/unicode */
	content: '\f007';
}
.accordion-text {
    display: none;
}
.accordion-wrap .ContentItemHtml, .accordion-wrap .ContentItemHtml:hover {
    transition: none !important;
}
.accordion-wrap {
	margin-bottom: 15px;
}

/* background images */
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.bg-image.overlay::after,
.banner-h1.overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(25,25,25,0.7);
}
.bg-image.overlay > div,
.banner-h1.overlay > #PageTitleH1 {
	position: relative;
	z-index: 10;
}

/* buttons */
.make-buttons em a,
#Welcome_LoginLink {
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 40px;
	margin: 0 10px 10px 0;
}
.make-buttons.outline em a,
#Welcome_LoginLink {
	border: 2px solid #32B4A9;
	color: #ffffff;
	background: transparent;
}
.make-buttons.outline em a:hover,
.make-buttons.outline em a:focus,
#Welcome_LoginLink:hover,
#Welcome_LoginLink:focus {
	background: #32b4a9;
}

/* arrow link */
.arrow-link em a,
.HLDiscussions a[id$="MoreLink"],
.HLDiscussions a[id$="MoreLink"]:active {
	font-style: normal;
	font-family: 'proxima-nova', sans-serif;
	color: #35B3A8;
	font-size: 15px;
	display: inline-block;
	margin: 40px auto;
	text-decoration: none;
	border: none;
	background: transparent;
	box-shadow: none;
}
.arrow-link em a::after,
.HLDiscussions a[id$="MoreLink"]::after {
	font-family: NCME;
	content: '\f002';
	padding-left: 10px;
}

.HLDiscussions div[id*="BottomLink"] {
	text-align: center;
}

.arrow-link em a:hover,
.arrow-link em a:focus,
.HLDiscussions a[id$="MoreLink"]:hover,
.HLDiscussions a[id$="MoreLink"]:focus {
	color: #292929;
}

/* interior buttons */
.cta-buttons em a {
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #004896;
	border-radius: 30px;
	padding: 15px 40px;
	margin: 0 10px 10px 0;
}
.cta-buttons em a:hover,
.cta-buttons em a:focus {
	background: #35B3A8;
}

/* horizontal boundaries */
.horizontal-line {
	border-bottom: 1px solid #f5f5f5;
}
hr {
	border: none;
	height: 2px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

/****** header ******/
#MPOuterHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 100;
}
#MPOuterMost.full #HEADER {
	max-width: 1500px;
}
#MPAuxNav {
	display: none;
}
#HEADER #Logo {
    float: left;
	padding-top: 10px;
}
#MPheader > .row:first-child {
    float: right;
	padding-top: 25px;
}
.skiplinkholder a, .skiplinkholder a:link, .skiplinkholder a:visited {
    left: -500%;
	top: -250px;
}
.skiplinkholder a:focus, .skiplinkholder a:active {
    left: 0;
	top: 0;
}

/* logo */
#HEADER #Logo,
#HEADER #Logo .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

/* sticky header */
#MPOuterHeader.black-bg {
	background: #191919;
}
.sticky #Logo {
	padding-bottom: 0;
}
.sticky #Logo img {
	max-width: 100px;
}
.sticky #MPheader > .row:first-child {
	padding-top: 15px;
}

/* profile image */
#Welcome_Content #BtnShowProfile {
	display: none;
}
#Welcome_Content .imgButton {
	width: 50px;
	height: 50px;
}
#Welcome_Content .imgButton img {
	max-height: 50px !important;
	height: 48px;
}

/****** main nav ******/
#NAV {
	float: right;
}
#NAV,
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#NAV .col-md-12 {
	padding: 0;
}
#NAV .row {
	margin: 0;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.disabled>a {
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
    color: #AFAFAF; 
    background-color: transparent;
	padding: 15px;
}
.navbar-default .navbar-nav>.active>a {
	color: #ffffff;
}

.navbar-default .navbar-nav > .active > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff; 
	background-color: #1B1B1B;
}
/* caret */
.navbar-default .navbar-nav>.dropdown>a .caret {
    display: none;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
    display: none;
}

/* dropdowns */
.navbar-nav>li>.dropdown-menu {
	background-color: #1b1b1b;
	border: none;
}
.navbar-nav .dropdown-menu>li>a {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 15px;
}
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
	background: #303030;
	color: #fff;
}


/****** search ******/
#searchColumn {
	display: none;
	max-width: 100%;
}

.search-bar-top {
     position: absolute;
     width: 300px;
     max-width: 100%;
     right: 70px;
     top: 75px;
     background: #1b1b1b;
     padding: 0;
	 height: 0;
	 transition: .3s;
	 opacity: 0;
	 z-index: -1;
	 overflow: hidden;
}
.search-bar-top.open {
	height: 36px;
	 z-index: 10;
	 opacity: 1;
	 border: 2px solid #1b1b1b;
}
 .search-bar-top .form-control,
 #searchColumn .form-control {
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
    background: #303030;
    height: 36px;
    font-style: normal;
    color: #fff;
    border: none;
}
 .search-bar-top .btn.btn-default,
#searchColumn .btn.btn-default {
     border: none;
     background-color: transparent;
     padding: 0 8px;
     border-radius: 0;
	 color: #AFAFAF;
}
 .search-btn-top {
     background: transparent;
	 font-family: 'proxima-nova', sans-serif;
	 text-transform: uppercase;
	 letter-spacing: 0.06em;
     text-align: center;
     cursor: pointer;
     color: #afafaf;
     font-size: 15px;
     transition: .3s;
	 padding: 15px;
}
 .search-btn-top:hover, .search-btn-top:focus {
     background: #1b1b1b;
     transition: .3s;
}
 .search-wrap {
     position: relative;
}

/****** slider ******/
.main-slide.slick-slide {
	height: 100vh;
}
.main-slide .HtmlContent {
	margin-left: calc(50% - 600px);
	margin-top: 250px;
	color: #ffffff;
	margin-right: 50%;
	text-align: center;
}
.main-slide h4 {
	font-style: italic;
	font-size: 24px;
	letter-spacing: 0.06em;
}
.main-slide h1 {
	text-transform: uppercase;
	font-size: 70px;
	letter-spacing: 0.05em;
	font-weight: 700;
}

ul.slick-dots {
	bottom: 35px;
	text-align: right;
	padding-right: calc(50% - 600px);
}
ul.slick-dots li {
	background-color: #ffffff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
ul.slick-dots li button {
	display: none;
}
ul.slick-dots li.slick-active {
	background-color: #32B4A9;
}
 
/****** arrow ******/
.arrow {
	font-size: 50px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -150px);
}
.arrow a {
	color: #ffffff;
}

/****** homepage background ******/
.home {
	background-color: #f5f5f5;
}
.home .section10 {
	background-color: #fff;
	padding-top: 60px;
}

/****** about section ******/
.about-section {
	text-align: center;
	max-width: 700px;
	margin: 100px auto;
}

/****** image blocks ******/
.img-block {
	text-align: center;
}
.block-img img {
	margin: 0 auto;
}

/* arrow positioning */
@media (min-width: 992px) {
	.not-ie .flex-section {
		display: flex;
	}
	.not-ie .flex-section .col-md-4 {
		display: flex;
		flex-direction: column;
		position: relative;
		margin-bottom: 50px;
	}
	.not-ie .flex-section .arrow-link {
		padding-bottom: 50px;
	}
	.not-ie .flex-section .arrow-link em a {
		position: absolute;
		bottom: 0;
		margin: 0;
		left: calc(50% - 50px);
	}
	.block-img {
		height: 230px;
		overflow: hidden;
	}
}

/* round profile images */
.HLLandingControl ul li .title-row a[id*='ProfileImage'] img,
.bioBubbleShell a[id*='BioBubbleImage'] img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: auto;
	max-height: 200px;
	border-radius: 0 !important;
}
.HLLandingControl ul li a[id*='ProfileImage'],
.bioBubbleShell a[id*='BioBubbleImage'] {
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #f0f2f3;
}

.HLLandingControl ul li a[id*='ProfileImage'] {
	height: 80px;
	width: 80px;
}
.HLLandingControl ul li .title-row a[id*='ProfileImage'] img {
	max-width: 80px;
	width: 80px;
	max-height: 250px;
}

/****** discussions ******/
.HLDiscussions h2 {
	margin-bottom: 100px;
}
.HLDiscussions ul li {
	background: #f5f5f5;
	padding: 15px 20px 90px 20px;
	border-bottom: none;
	position: relative;
}
.HLDiscussions ul li a[id*='ProfileImage'] {
	position: absolute;
	top: -60px;
}
.HLDiscussions .ByLine {
	font-family: 'proxima-nova', sans-serif;
	font-size: 15px;
	color: #323232;
	position: absolute;
	top: 0;
	left: 100px;
}
.HLDiscussions ul li .title-row .col-md-10.col-sm-10 {
	padding: 40px 0 0 0;
}
.HLDiscussions .title-row h3 {
	margin-bottom: 30px;
}
.HLDiscussions a[id*="DiscussionList_More"] {
	font-family: 'proxima-nova', sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #303030;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	padding: 25px;
}
.HLDiscussions a[id*="DiscussionList_More"]:hover,
.HLDiscussions a[id*="DiscussionList_More"]:focus {
	background: #32B4A9;
}

/* flex display */
@media (min-width: 992px) {
	.not-ie .HLDiscussions ul,
	.not-ie .HLDiscussions ul > .col-md-4 {
		display: flex;
	}
}

/****** interior pages ******/
.has-sticky {
	margin-top: 120px;
}
.interior #ContentColumn {
	margin-bottom: 50px;
}

/* internal page hero banners */
.banner-h1 {
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 150px;
}
.banner-h1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26,26,26,.7);
}
.banner-h1 #PageTitleH1 {
	color: #ffffff;
	font-size: 50px;
	position: relative;
	z-index: 5;
}

/****** footer ******/
#MPFooterLink {
	display: none;
}
#MPOuterFooter {
	background: #303030;
	padding-top: 60px;
	font-family: 'proxima-nova', sans-serif;
	font-size: 15px;
	color: #ffffff;
}
#FOOTER h2 {
	font-size: 15px;
	color: #b7b7b7;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
}
#FOOTER a {
	color: #ffffff;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:focus {
	color: #35B3A8;
}
.footer-contact {
	margin-top: 60px;
}
#FOOTER .social-icon {
	font-size: 40px;
	color: #ffffff;
	cursor: pointer;
}
#FOOTER .social-icon:hover,
#FOOTER .social-icon:focus {
	color: #35B3A8;
}
#FOOTER .col-md-6 {
	height: 500px;
	overflow: hidden;
}
#FOOTER .connect {
	position: relative;
	z-index: 5;
	border: 10px solid #1f1f1f;
	background: #1f1f1f;
	width: 520px;
	height: 370px;
}
.twitter-feed,
.linkedin-feed {
	display: none;
}
.social-icon {
	position: relative;
	margin-top: 30px;
}
.social-icon.fb-icon {
	margin-top: 65px;
}
.connect::after {
	content: '';
	border-style: solid;
	border-width: 50px 0 50px 55px;
	border-color: transparent transparent transparent #1f1f1f;
	position: absolute;
	z-index: -1;
	right: -50px;
}
.facebook-feed::after {
	top: 0;
}
.twitter-feed::after {
	top: 75px;
}
.linkedin-feed::after {
	top: 165px;
}
.copyright {
	text-align: center;
	padding: 30px;
	background: #191919;
	font-family: 'proxima-nova', sans-serif;
	color: #b7b7b7;
}

/****** responsiveness ******/
@media (max-width: 1210px) {
	#Logo img {
		max-width: 100px;
	}
}
@media (max-width: 1200px) {
	#Logo {
		padding-bottom: 0;
	}
	.main-slide .HtmlContent {
		margin-left: 15px;
	}
}
@media (max-width: 991px) {
	.HLDiscussions .col-md-4 {
		margin-top: 55px;
	}
}
/* main nav */
@media (min-width: 992px) and (max-width: 1250px) {
	#MPheader > .row:first-child {
		max-width: calc(100% - 120px);
		padding-top: 5px;
	}
	#NAV {
		max-width: calc(100% - 150px);
	}
	.HLWelcome.HLWelcomeHeader {
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	#Logo {
		position: relative;
		z-index: 2;
	}
	#MPheader > .row:first-child {
		position: absolute;
		top: 0;
		padding-top: 10px;
		right: 60px;
		z-index: 3;
	}
	#searchColumn {
		display: block;
		float: none !important;
	}
	#NAV .search-wrap {
		display: none;
	}
	#NAV {
		float: none;
		margin-top: -70px;
	}
	#NAV .col-md-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#NAV .row,
	#NAV.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background: #191919;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
		max-height: calc(100vh - 150px);
		transition: .3s;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	
	.navbar-collapse.in {
		overflow-y: scroll;
	}
	.collapsing {
		overflow: hidden!important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #191919; 
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
}
@media (max-width: 768px) {
	#HEADER,
	#FOOTER {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-slide h1,
	.banner-h1 #PageTitleH1,
	h1 {
		font-size: 32px;
	}
	.main-slide .HtmlContent {
		margin-right: 15px;
	}
	.interior div[id$="CalendarDisplayPanel"],
	.newsletter .section10 {
		padding-left: 10px;
		padding-right: 10px;
	}
} 
@media (max-width: 767px) {
	.board .col-md-4 {
		text-align: center;
	}
	.board img {
		margin: 0 auto;
	}
    #MPheader > div.row:first-child .skiplinkholder a:focus,
	#MPheader > div.row:first-child .skiplinkholder a:active {
		left: 0;
		min-width: 150px;
	}
}


/* social media feeds */
@media (min-width: 1201px) {
	.connect.small {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.connect.large {
		display: none !important;
	}
	#FOOTER .connect {
		width: 320px;
	}
	.connect.small {
		float: right;
		margin-right: 50px;
	}
}
@media (min-width: 825px) and (max-width: 991px) {
	.connect.small {
		display: none !important;
	}
	#FOOTER .connect {
		width: 520px;
	}
	.social-icon.fb-icon {
		margin-top: 90px;
	}
}
@media (min-width: 768px) and (max-width: 824px) {
	.connect.large {
		display: none !important;
	}
	#FOOTER .connect {
		width: 320px;
	}
	.connect.small {
		float: right;
		margin-right: 50px;
	}
	.social-icon.fb-icon {
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	.social-icon {
		display: inline;
		float: left;
		margin: 0 40px;
	}
	.social-icon.fb-icon {
		margin-top: 0;
	}
	.connect::after {
		border-width: 55px 50px 0 50px;
		border-color: #1f1f1f transparent transparent transparent;
		right: auto;
		top: auto;
		bottom: -50px;
	}
	.facebook-feed::after {
		left: 0;
	}
	.twitter-feed::after {
		left: 100px;
	}
	.linkedin-feed::after {
		left: 210px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.connect.small {
		display: none !important;
	}
}
@media (max-width: 519px) {
	.connect.large {
		display: none !important;
	}
	#FOOTER .connect {
		width: 320px;
	}
	.social-icon.linkedin-icon {
		margin-right: 0;
	}
}