/* Background Images and Footer */

/* CSS Overrides */
/****** Basics *******/
.HtmlFooter {
	display: none;
}

.sig-img-wrap img {
max-height: 240px;
object-fit: contain;
}

.logo-row {
 display: flex;
align-items: stretch;
}

.logo-row img {
max-width: 300px;
max-height: 115px;
object-fit: contain;
object-position: center;
padding: 5px;
}

.mh-200 img {
max-height: 200px !important;
}

.logo-row .col-md-4 {
display: flex;
align-items: center;
justify-content: center;
}

html {
  scroll-padding-top: 125px; /* height of sticky header */
}

#FOOTER .col-md-12.section1 {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#FOOTER .logo-contact .HtmlContent {
padding-top: 25px;
}

#FOOTER .small-footer-link em a {
font-size: 18px !important;
}

#FOOTER .clicky-button {
flex: 0 0 100%;
max-width: 100%;
padding-left: 15px;
}

#FOOTER .find-it-fast {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
}
#FOOTER .find-it-fast .HtmlContent {
text-align: right;
}
.padding-bump {
padding: 15px 0;
}
#MPOuterMost {
	overflow-x: hidden;
}
a,
a:hover {
	transition: .3s;
}
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
body {
	color: #3C4652;
	font-size: 18px;
}

img {
max-width: 100%;
height: auto;
}

img.iced-image {
    height: 200px;
    width: 300px;
    object-fit: cover;
    object-position: top;
}

.row-padding {
padding: 15px 0;
}

h3,
.home h2,
.HLLandingControl h2,
.ContentUserControl h2 {
	color: #755B99;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.05em;
}

h2,
h3 a,
.home h3,
.HLLandingControl h3,
.HLLandingControl h3 a,
.ContentUserControl h3,
.ContentUserControl h3 a {
	font-weight: 700;
	font-size: 26px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
}
.HLLandingControl h3,
.ContentUserControl h3,
.home h3 {
	color: #3C4652;
}
.HLLandingControl h3 a,
.ContentUserControl h3 a {
	color: #33669F;
}
h3 a:hover {
	text-decoration: underline;
	color: #765C9A;
}
a:hover {
	color: #765c9a;
}

.HLLandingControl .heading h2, .HLLandingControl h2 {
	padding-right: 10px;
}

.home .column > .ContentItemHtml:first-child,
.home .column > .ContentUserControl:first-child,
.bg-img-container {
	margin-top: 25px;
}
.bg-img-container.tile {
	margin-top: 0px;
}
.home .column.section1 > .ContentItemHtml:first-child,
.home .column.section1 > .ContentUserControl:first-child,
.img-tiles .bg-img-container,
.home .column.section1 .bg-img-container,
.icon + .bg-img-container.tile-wide {
	margin-top: 0;
}

.margin-top-0 {
	margin-top: 0px;
}

/****** Icons *******/
.icon h2::before {
	font-family: General;
	color: #9BA5A5;
	font-size: 34px;
	position: absolute;
	left: 0;
}
.icon h2,
.icon .HLLandingControl h2,
.icon .HLLandingControl .heading h2{
	padding-left: 45px;
}
.icon.patient-carer-icon h2::before {
	font-family: AED;
	content: '\f000';
}
.icon.briefcase-icon h2::before {
	content: '\f059';
}
.icon.mortarboard-icon h2::before {
	content: '\f036';
}
.icon.calendar-icon h2::before {
	content: '\f088';
}
.icon.book-icon h2::before {
	content: '\f07f';
}
.icon.capitol-icon h2::before {
	content: '\f070';
}
.icon.newspaper-icon h2::before {
	content: '\f0d4';
}
.icon.star-icon h2::before {
	content: '\f06e';
}
.icon.discussion-icon h2::before {
	content: '\f051';
}
.icon.committee-icon h2::before {
	content: '\f0be';
}
.icon.badge-icon h2::before {
	content: '\f029';
}

/****** Tiles *******/
.tile,
.tile-wide {
	max-width: 100%;
}
.tile {
	height: 350px;
	width: 350px;
	text-align: center;
	padding: 50px;
}
.bg-img-container.tile {
	padding: 0;
}
.tile h2,
.tile-wide h2 {
	font-size: 30px;
	font-weight: 900;
	text-transform: none;
	color: #ffffff;
}
.tile .HtmlContent {
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
}
.tile.icon h2 {
	padding-left: 0;
}
.tile.icon h2::before {
	background-color: #ffffff;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	font-size: 50px;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.tile.icon.bg-green h2::before {
	color: #13B7B1;
}
.tile.icon.bg-blue h2::before {
	color: #044389;
}
.tile.icon.bg-purple h2::before {
	color: #5D4480;
}
.tile-wide {
	height: 250px;
	width: 100%;
	padding: 25px;
}
.tile-wide.bg-img-container {
	padding: 0;
}
.tile-wide.grey-border {
	border-left: 3px solid #E5E9EB;
	border-right: 3px solid #E5E9EB;
	background: #ffffff;
}

/****** image tiles ******/
.img-tiles > a:first-child > .bg-img-container,
.img-tiles > a:first-child .img-tile-text {
	margin-top: 40px;
}
.img-tiles .bg-img-container,
.img-tile-text {
	height: 250px;
	margin-bottom: 20px;
}
.img-tile-text {
	background-color: #ffffff;
}
.img-tile-text h2 {
	font-size: 30px;
	color: #044389;
	font-weight: 700;
	text-transform: none;
	padding-top: 75px;
	margin-top: 0;
	padding-left: 20px;
}
.img-tile-text h2::before {
	color: #F9CB40;
	font-size: 66px;
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
	transition: 0.3s;
	position: relative;
}
.img-tiles a {
	text-decoration: none;
}
.img-tiles a > div {
	border-bottom: 10px solid #044389;
	transition: 0.3s;
}
.img-tiles > a:hover > div {
	border-bottom: 10px solid #F9CB40;
	transition: 0.3s;
}
.img-tiles > a:hover .img-tile-text h2::before  {
	transition: .3s;
	color: #044389;
}

/****** tiles with bg images ******/
.bg-img-container.tile {
	background-size: 150%;
	transition: 0.3s;
}
.bg-img-container.tile:hover {
	background-size: 155%;
	transition: 0.3s;
}
.for-professionals .bg-img-container.tile {
	background-position-x: 0;
}

/****** colored backgrounds ******/
.bg-green,
.bg-blue,
.bg-purple,
.bg-green:hover,
.bg-blue:hover,
.bg-purple:hover {
	transition: 0.75s;
}
.bg-green {
	background-color: rgba(19,183,177,0.8);
}
.bg-blue {
	background-color: rgba(4,67,137,0.8);
}
.bg-purple {
	background-color: rgba(93,68,128,0.8);
}
.for-patient-carers .bg-green:hover {
	background-color: #13B7B1;
}
.for-professionals .bg-blue:hover {
	background-color: #044389;
}
.for-students .bg-purple:hover {
	background-color: #5D4480;
}
.bg-purple h2,
.bg-purple h2::before {
	color: #ffffff;
}
.bg-gray {
	background-color: #F2F4F5;
}

/****** background images ******/
.bg-img-container {
	background-size: cover;
	background-position: center;
}

.bodyBackground.publications:hover {
    background: #fff !important;
}

/****** buttons ******/
.make-buttons em a, .force-button a {
	color: #ffffff;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	background: #044389;
	border-bottom: 5px solid #012955;
	padding: 15px 200px 15px 20px;
	text-decoration: none;
	position: relative;
       display: inline-block;
}
.force-button a {
	width: 100%;
}
.make-buttons em a:hover, .force-button a:hover {
	background: #012955;
	border-bottom-color: #044389;
}
.make-buttons em a::after,
.HLLandingControl a[id$="MoreLink"]::after,
.HLLandingControl a[id$="LinkToCalendar"]::after,
.style-link a::after {
	font-family: General;
	content: '\f0d9';
	color: #265F9B;
	position: absolute;
}
.make-buttons em a::after {
	right: 25px;
}
.HLLandingControl a[id$="MoreLink"]::after,
.HLLandingControl a[id$="LinkToCalendar"]::after {
	right: 0;
}
.make-buttons.block-button em a {
	display: block;
}
.make-buttons.purple-button em a {
	background-color: #765B9A;
	border-color: #513775;
}
.make-buttons.purple-button em a:hover {
	background-color: #513775;
	border-color: #765B9A;
}
.make-buttons.purple-button em a::after {
	color: #9885B3;
}

.HLLandingControl div[id$="BottomLink"] {
	text-align: right;
}
.HLLandingControl a[id$="MoreLink"],
.HLLandingControl a[id$="LinkToCalendar"],
.style-link a {
	border: none;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	color: #044389;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1.1px;
	padding-right: 15px;
	background: #ffffff;
	text-decoration: none;
}
.publications .style-link a,
.publications .style-link a::after {
	background: transparent;
	color: #ffffff;
}
.style-link a {
	padding-right: 40px;
}
.style-link a::after {
	right: 0;
}
.HLLandingControl a[id$="MoreLink"]:hover,
.HLLandingControl a[id$="LinkToCalendar"]:hover,
.HLLandingControl a[id$="MoreLink"]:hover::after,
.HLLandingControl a[id$="LinkToCalendar"]:hover::after {
	color: #765C9A;
}

/****** decorative lines ******/
.HLLandingControl a[id$="MoreLink"]::after,
.HLLandingControl a[id$="LinkToCalendar"]::after {
	background: #ffffff;
}
.HLLandingControl a[id$="MoreLink"]::before,
.HLLandingControl a[id$="LinkToCalendar"]::before {
	content: '';
    border-top: 3px solid #E5E9EB;
    position: absolute;
    width: 90%;
    left: 0;
    top: 45%;
    z-index: -1;
}

.HLLandingControl > .row.heading > .col-md-12 {
	overflow: hidden;
}
.HLLandingControl h2 {
	display: inline;
	background: #ffffff;
	padding-right: 5px;
}
.HLLandingControl h2::after {
	content: '';
    border-top: 3px solid #E5E9EB;
    width: 100%;
    position: absolute;
    top: 51%;
    z-index: -1;
}

.HLDiscussions a[id$="MoreLink"],
.HLDiscussions a[id$="MoreLink"]::after,
.HLDiscussions h2 {
	background: #f2f4f5;
}
.HLLandingControl a[id$="MoreLink"]:active,
.HLLandingControl a[id$="LinkToCalendar"]:active {
	box-shadow: none;
}
.HLDiscussions div[id$="BottomLink"] > .col-md-12,
.HLDiscussions > .row.heading > .col-md-12 {
	z-index: 2;
}

/* hover */
.HLLandingControl a[id$="MoreLink"]:hover::before,
.HLLandingControl a[id$="LinkToCalendar"]:hover::before {
	border-color: #765C9A;
}

/****** header ******/
#MPheader > div.row:first-child {
	padding-top: 0;
}
#MPheader > #Logo {
    float: left;
	padding: 10px;
}
#Logo img {
	max-width: 200px;
	-webkit-font-smoothing: antialiased;
}
#MPheader > .row:first-child {
    float: right;
}
.skiplinkholder a, .skiplinkholder a:link, .skiplinkholder a:visited {
    left: -500%;
}
.skiplinkholder a:focus, .skiplinkholder a:active {
    left: 0;
}

.Welcome button.btn.btn-default,
.Welcome #Welcome_LoginLink {
	height: 48px;
	width: 48px;
	border-radius: 0;
}
.Welcome .btn.btn-default img {
	max-height: 48px !important;
}
#BtnShowProfile {
	max-height: 48px;
	width: auto;
}
#Welcome_NotLoggedIn #Welcome_LoginLink {
	height: 48px;
	background-color: #755B99;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	border: none;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

/****** top text links ******/
#MPAuxNav ul.level1 li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #938B9E;
	font-weight: 900;
	text-decoration: none;
	margin-top: 0;
	border: none;
}
#MPAuxNav ul.level1 li a::after {
	content: '|';
	color: #938B9E;
	padding-left: 10px;
}
#MPAuxNav ul.level1 li:last-child a {
    padding-right: 0;
    margin-right: 0;
}
#MPAuxNav ul.level1 li:last-child a::after {
	display: none;
}
#MPAuxNav ul.level1 {
	max-height: 48px;
	height: 48px;
	background: #f5f5f5;
	padding: 15px 30px;
}

/****** main nav ******/
#NAV,
.navbar-default {
    background-color: #f5f5f5;
    border-color: transparent;
}
#NAV {
	border-top: 1px solid #e5e9eb;
	margin: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #044389;
	font-weight: 600;
	font-size: 18px;
}
.dropdown-menu {
	font-size: 18px;
	min-width: 300px;
}
.dropdown-menu > li > a {
	white-space: normal;
}

/* dropdowns */

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #5D4480;
    padding-left: 25px;
}

ul.dropdown-menu {
    border: 3px solid #e5e9eb;
    border-top: 0;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.35) !important;
    padding-bottom: 0;
}

/*** sub dropdowns - third tier ***/

.dropdown-submenu>.dropdown-submenu {
    background: #fafafa !important;
    padding: 0 0 0 25px !important;
    margin: 0 0 15px !important;
    border-top: 1px solid #e5e9eb;
    border-bottom: 1px solid #e5e9eb;
}

.dropdown-submenu:last-child>.dropdown-submenu {
    margin-bottom: 0 !important;
}

.dropdown-submenu>.dropdown-submenu a {
    font-size: 12px;
    line-height: normal;
    padding: 5px 10px;
    display: block;
    border-left: 1px solid #e5e9eb;
    border-bottom: 1px solid transparent;
    color: #5D4480;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-submenu>.dropdown-submenu a:hover {
    color: #715C96;
    border-bottom-color: #e5e9eb;
}

/* hamburger menu */
@media (max-width: 1199px) {
	.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);
   }
   .navbar-collapse.collapse {
		display: none!important;
   }
   .navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
		height: auto;
		max-height: 340px;
   }
   .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;
   }
   .collapsing {
		overflow: hidden!important;
   }
   .navbar-nav .open .dropdown-menu {
	   position: static;
	   float: none;
	   width: auto;
	   margin-top: 0;
	   background-color: #f5f5f5;
	   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;
   }
}

/****** main slider ******/
.slider .slick-track {
	display: flex;
}
.main-slide.slick-slide {
	overflow: hidden;
	position: relative;
	display: flex;
	height: auto;
}
.main-slide.slide-bg-image {
	background-size: cover;
	background-position: center;
}

.main-slide.community-slide.slide-bg-image {
	background-position-y: bottom;
}
.main-slide.anniversary-slide .HtmlContent img {
	width: 500px;
	max-width: 100%;
}

.main-slide .HtmlContent {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}
.main-slide::after {
	content: '';
	background-image: url('https://higherlogicdownload.s3.amazonaws.com/AEDWEB/05656ea0-59c9-4dd4-b832-07a3fea58f4c/UploadedImages/Background_Images/curves-R.png');
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    z-index: 100;
    background-size: cover;
}
.curves-left .HtmlContent {
	background-repeat: no-repeat;
    max-width: 675px;
    padding-right: 100px;
    padding-left: calc((100% - 1200px) / 2);
    background-size: cover;
    background-position: top right;
    position: relative;
    left: calc((100% - 1200px) / 2);
    padding-left: 15px;
	height: 100%;
}
.curves-left .HtmlContent::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #765B9A;
    z-index: 1;
}
.main-slide h1 {
	font-size: 40px;
	font-weight: 700;
}
.main-slide p {
	font-size: 20px;
	font-weight: 400;
}
.main-slide.make-buttons em a {
	padding-right: 100px;
	display: inline-block;
}

.slider-controls {
	position: absolute;
    bottom: 35px;
    right: calc((100% - 1200px) / 2);
    width: 220px;
}

.slider ul.slick-dots {
	bottom: 5px;
	text-align: center;
	position: absolute;
	z-index: 50;
}
ul.slick-dots li {
	background-color: #FFFFFF;
	border-radius: 50%;
	border: none;
	width: 22px;
	height: 22px;
}
ul.slick-dots li button {
	display: none;
}
ul.slick-dots li.slick-active {
	background-color: #13B7B1;
}

.slider .fr,
.publications-slider .fr {
    font-size: 44px;
    color: rgba(255,255,255,0.3);
	cursor: pointer;
	z-index: 100;
}
.slider .fr {
	position: relative;
}
.publications-slider .fr {
	position: absolute;
}
.slider .fr-chevron-thin-right {
	float: right;
}
.slider .fr-chevron-thin-left {
	float: left;
}

.sponsor-slider {
	background: #d9d9d9;
	padding: 30px 15px;
}

.sponsor-slide {
	padding: 5px;
}

.sponsor-slider .slick-dots {
	bottom: 0;
}

/****** link tiles at top ******/
.for-professionals,
.for-students,
.for-patient-carers {
	text-decoration: none;
}

/****** featured event ******/
.featured {
	position: relative;
}
.featured h5 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	background: #13B7B1;
	padding: 15px;
	position: absolute;
	left: 0;
}
.featured h2 {
	position: absolute;
	bottom: 25px;
}

/****** events ******/
.home .HLLandingControl.HLEventList .form-group {
    display: block;
}

.date-block, .event-list .date-block {
  background-color: #ffffff;
  border: 3px solid #e5e9eb;
  width: 100%;
  padding: 0;
  margin-top: 35px;
  border-top-width: 0;
}

.event-list .calendary-number {
    font-size: 50px;
    margin: 0;
}

.home .calendary-number {
	padding-top: 30px;
}

.calendar-day {
  display: none;
}

.calendary-number {
  font-size: 60px;
  font-weight: 400;
  margin: -5px;
  color: #755B99;

}

.interior .calendary-number {
	margin-top: 30px;
}

.calendar-month {
  background-color: #755B99;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  padding: 5px 2px;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
}
.calendar-month::before,
.calendar-month::after {
	content: '\f0db';
	font-family: General;
    position: absolute;
	font-size: 8px;
	top: 3px;
}
.calendar-month::before {
	left: 7px;
}
.calendar-month::after {
	right: 7px;
}

.event-list .calendar-month {
    font-size: 115%;
}

.home .HLEventList .Content .col-md-2 {
    width: 30%;
}

.home .HLEventList .Content .col-md-10 {
    width: 70%;
}

.home .HLEventList .Content .col-md-10 .title-row {
    padding-left: 10px;
}

div[id*="CalendarThumbnail"].col-md-2 {
	min-width: 150px;
	padding: 0;
}

.event-dates span {
	padding: 5px 0;
	display: inline-block;
}

div[id*="CalendarEventsList"] h3 {
	margin-top: 0;
}

.event-list-item {
	margin-top: 16px;
	padding-bottom: 10px;
}

/****** Publications Slider ******/
.publications-container {
	transform: skewY(2deg);
	max-height: 400px;
	margin-top: 100px;
	-webkit-font-smoothing: antialiased;
}
.publications:hover {
	background-color: rgba(93,68,128,0.8);
}
.publications {
	max-height: 400px;
	-webkit-font-smoothing: antialiased;
}
.publications-header,
.publications-slider {
	transform: skewY(-2deg);
}

.publications .style-link a {
	float: right;
}

/*slider */


.publications-slider.slick-dotted.slick-slider {
	margin-bottom: 75px;
}
.publications-slider .fr {
    top: 25%;
}
.publications-slider .fr-chevron-thin-left {
	left: -150px;
}
.publications-slider .fr-chevron-thin-right {
	right: -150px;
}
.publications-header h2 {
	margin-top: 50px;
}
.publications-slider {
	margin-top: 30px;
}
.publications-slide h2 {
    position: absolute;
    bottom: 20px;
    text-transform: none;
    max-width: 250px;
    padding-left: 35px;
    font-weight: 700;
	visibility: hidden;
	z-index: 100;
}
.publications-slide:hover h2 {
	visibility: visible;
}
.publications-slide.slick-slide {
	text-align: center;
}
.publications-slider a {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.publications-slider img {
	margin: 0 auto;
	max-height: 340px;
}
.publications-slider a:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(4,67,137,0.8);
}

/* publication and sig headers */
.publications-header a::before {
	content: '';
	border-top: 3px solid rgba(255,255,255,0.5);
	position: absolute;;
	right: 195px;
    left: 200px;
    top: 71%;
}
.sigs.style-link a::before {
	content: '';
    border-top: 3px solid #E5E9EB;
    position: absolute;
    right: 145px;
    left: 310px;
    top: 55%;
}
.sigs.style-link a,
.publications-header a {
	float: right;
}

/****** special interest groups ******/
.sigs,
.sig-list {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* Doug Melvin for inMotion :  max width on body makes the menu bar not stretch to the width of the screen */
body.sigs {
max-width: 100%;
}
.sig-list .sig-icon,
.sig-list a:hover .sig-icon {
	background: #f2f4f5;
	border-radius: 50%;
	height: 150px;
    width: 150px;
    display: block;
	margin: 0 auto;
    text-align: center;
}
.sig-list {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 75px;
}
.sig-list span {
	width: 150px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.sig-list .fr,
.sig-list .ft {
	font-size: 80px;
	line-height: 150px;
	font-weight: 100;
	color: #765B9A;
}

.sig-list a {
	display: inline-block;
	text-decoration: none;
}
.sig-list a:hover span {
	color: #13B7B1;
}

.sig-list .ContentItemHtml {
	height: 225px;
}

/****** landing controls/discussions/news ******/
.HLLandingControl #sortOptionsContainer,
.HLDiscussions h5[id*="EgroupNamePanel"] {
	display: none;
}
.title-row .ByLine {
	text-transform: uppercase;
	color: #3C4652;
	font-size: 12px;
}
.home .HLRecentBlogs {
	margin-bottom: 60px;
	padding: 0;
}
.home .HLRecentBlogs h2 {
	margin-top: 25px;
	display: block;
}

.HLRecentBlogs .ByLine {
	font-weight: 900;
	text-decoration: underline;
	color: #755B99;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.HLLandingControl ul li,
.HLLandingControl ol li {
	border-bottom: 1px solid #E5E9EB;
}
.HLLandingControl ul li:last-child,
.HLLandingControl ol li:last-child,
.HLLandingControl.HLEventList ul li {
	border-bottom: none;
}
.HLLandingControl ul li .title-row a[id*='ProfileImage'] img,
.HLEngagement ul li .title-row a[id*='ProfileLink'] img,
.bioBubbleShell a[id*='BioBubbleImage'] img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: auto;
    max-width: 200px;
    border-radius: 0 !important;
}
.HLLandingControl ul li a[id*='ProfileImage'],
.HLEngagement ul li .title-row a[id*='ProfileLink'],
.bioBubbleShell a[id*='BioBubbleImage'] {
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
	background: #e5e9eb;
}

.HLLandingControl h3 {
	max-height: 105px;
	overflow: hidden;
}

.HLDiscussions {
	margin-top: 20px;
}
.HLDiscussions div.col-sm-2.col-md-2 {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

/****** site search ******/
.SearchInputs .dropdown-toggle {
	display: none;
}
.SearchInputs .form-control {
	height: 50px;
}
.SearchInputs .form-control {
	font-size: 20px;
}
.SearchInputs .btn.btn-default {
	height: 50px;
	width: 50px;
	background: #044389;
	border: none;
	border-radius: 0;
	color: #ffffff;
}
.search-bottom {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.search-bottom h3 {
	margin-top: 75px;
}
.search-bottom .form-control {
	height: 66px;
	background: #f2f4f5;
}
.search-bottom .btn.btn-default {
	height: 66px;
	width: 66px;
}
.search-bottom .glyphicon-search {
	font-size: 35px;
}

#MPOuterHeader > .col-md-12 {
    padding: 0;
}
#MPOuterMost.full #HEADER {
    max-width: 100%;
}
#MPimage {
    max-width: 1200px;
    margin: 0 auto;
}
.HLWelcome.HLWelcomeHeader {
    float: right;
}
#MPheader .search-btn-top {
    width: auto;
    height: 48px;
    float: right;
    text-align: center;
    background: #044389;
    margin-right: 0;
    cursor: pointer;
    padding: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.57px;
    font-size: 16px;
    line-height: 18px;
}
#MPheader .search-btn-top:hover,
#MPheader .search-btn-top:focus {
    background-color: #012955;
}
.search-btn-top button {
    border: none;
    background: none;
}
.search-btn-top i {
    color: #ffffff;
    font-size: 18px;
    margin-left: 8px;
}
#HEADER .search-bar-top {
    background: #eee;
    padding: 20px;
    padding-bottom: 35px;
}
#HEADER .search-bar-top .SearchInputs {
    max-width: 1200px;
    margin: 0 auto;
}

/*** store link ***/
.store-link {
    float: right;
}
.store-link a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.57;
    padding: 14px;
    height: 48px;
    background: #13B7B1;
}
.store-link a:hover,
.store-link a:focus {
    background-color: #0d807b;
}

/* find an expert css */

input[id*="FindContacts"] {
    margin-left: 12px;
}

input[id*="FindContacts"], input[id*="ClearSearchResults"] {
    margin-top: 20px;
}

/****** footer ******/
#MPFooterLink {
	display: none;
}
#MPOuterFooter {
	background-color: #523A74;
	position: relative;
    margin-top: 100px;
}
#MPOuterFooter::before {
	background-image: url('https://higherlogicdownload.s3.amazonaws.com/AEDWEB/05656ea0-59c9-4dd4-b832-07a3fea58f4c/UploadedImages/Background_Images/Footer-Curves-Top.png');
	content: '';
	height: 100px;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: -100px;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#FOOTER,
#FOOTER a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
#FOOTER .small-footer-link em a {
	font-style: normal;
	font-size: 15px;
}
.copyright,
.copyright a {
	color: #CDC5DA;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
}
#FOOTER h2,
#FOOTER a:hover,
#FOOTER .logo-contact a,
.copyright a {
	color: #F9CB40;
}
#FOOTER a:hover,
#FOOTER .logo-contact a,
.copyright a {
	text-decoration: underline;
}
.copyright-left {
	float: left;
}
.copyright-right {
	float: right;
}
.footer-bottom-content {
	width: 100%;
	background: #2E1D46;
	padding: 20px 0;
}

#FOOTER .logo-contact ul {
	padding-left: 0;
	margin-top: 15px;
}

#FOOTER .logo-contact ul li {
	display: inline-block;
	margin: 0 5px;
}

#FOOTER .logo-contact ul li:first-child {
	margin-left: 0;
}

#FOOTER .logo-contact ul li:last-child {
	margin-right: 0;
}

#FOOTER .logo-contact ul li a i {
	font-size: 30px;
}

/*** MCS edits ***/

/* line */
hr {
    border: none;
    height: 1px;
    color: #f4f4f4;
    background-color: #f4f4f4;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

/* accordions */
.accordion-heading h3 {
    font-size: 20px;
    font-weight: 400;
    color: #755B99; /* 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: #333; /* link hover colour */
    transition: .3s;
}
.accordion-heading h3::before {
    font-family: AED; /* change to appropriate kit/unicode */
    content: '\f01d';
    margin-right: 10px;
}
.open .accordion-heading h3::before {
    font-family: AED; /* change to appropriate kit/unicode */
    content: '\f01e';
}
.accordion-text {
    display: none;
}
.accordion-wrap .ContentItemHtml, .accordion-wrap .ContentItemHtml:hover {
    transition: none !important;
}
.accordion-wrap {
    margin-bottom: 15px;
}

/* small buttons */
.small-buttons em a {
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    background: #044389;
    border-bottom: 5px solid #012955;
    padding: 13px 12px 10px 13px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.small-buttons em a:hover,
.small-buttons em a:focus {
	background: #012955;
	border-bottom-color: #044389;
}
.small-buttons em a::after {
	font-family: General;
	content: '\f0d9';
	color: #9885B3;
	padding-left: 7px;
}

/* interior typography */
.interior h1 {
    margin-top: 40px;
}
.interior h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.interior h3 {
    line-height: 26px;
}

/* interior background */ 
.bg-grey  {
	color: #364652;
	text-decoration: none;
	background-color: #f7fafc;
        margin: 0px;
	padding: 0px 20px 7px 20px;
	text-align: center;
	display: inline-block;
	position: relative;
	box-shadow: inset 0px 0px 1px 1px #EAEAEA;
	width: 100%;
}




/****** responsiveness ******/
@media (max-width: 1200px) {
	.curves-left .HtmlContent {
		left: 0;
		padding-left: 15px;
	}
	.slider-controls {
		right: 0;
	}
}
@media (max-width: 991px) {
	.img-tiles .bg-img-container {
		margin-bottom: 0;
	}
	.img-tiles > a:first-child .img-tile-text {
		margin-top: 0;
	}
	.tile.bg-img-container {
		margin: 0 auto;
	}
	.row-wide div[class*='section'] {
		padding-left: 0;
		padding-right: 0;
	}
	.HtmlContent, .ContentUserControl, #FOOTER, h2, .copyright {
		padding-right: 5px;
		padding-left: 5px;
	}
	.style-link a::after {
		right: 5px;
	}
	.icon h2::before {
		left: 5px;
	}
}
@media (max-width: 768px) {
	.tile {
		width: 100%;
	}
	.tile-wide {
		height: 350px;
	}
	.main-slide .HtmlContent {
		padding-top: 40px;
	}
	.main-slide h1 {
		font-size: 30px;
	}
	.main-slide p,
	.main-slide em a {
		font-size: 18px;
	}
}
@media (max-width: 550px) {
	.main-slide.make-buttons em a {
		padding-right: 50px;
	}
#FOOTER .find-it-fast {display: block;}
#FOOTER .find-it-fast .HtmlContent {text-align: left;}
}


#MPAuxNav ul.level1 li a:last-child .glyphicon {
    color: red;
top:2px;
}
#MPAuxNav ul.level1 li a:last-child .glyphicon:hover {
    color: #765B9A;top:2px;}

/* --- Leadership Page --*/

.Leadership-grid .col-md-8.column.section15 {    display: inline-grid;    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  grid-gap: 5px;}
.Leadership-grid .col-md-4 {width: auto;}
@media only screen and (max-width: 992px) {.Leadership-grid .col-md-8.column.section15 {width: 100% !important;}}

ul.logos {
    list-style-type: none;
}

ul.logos li {
    width: 49%;
    display: inline-block;
}

ul.logos li img {
    width: 50%;
}

#center{width:85%;}


/* Nick CSS for Search */

.result-panel .member-directory .col-sm-3.col-xs-9.no-pad {
	width: 100%;
	padding-bottom: 10px;
}
.member-directory .col-sm-3.col-xs-12.addresses{
	width: 100%;
	padding: 0;
}



/* Jack Bookstore */
.bookstore {
  padding: 20px;
  margin: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;
  color: #424242;
  text-align: center;
  min-height: 250px;
  position: inherit;
width:250px;
  align-items: stretch;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 8px #999999;
float:left;
}

.bookstore img {
max-width:100%;
height:auto;
border: 1px solid #b0b0b000;
}
.bookstore img:hover {
    border: 1px solid #b0b0b0;
}


.storesection {
  width: 100%;
  border-bottom: 1px solid grey;
  padding-left: 33px;
}

.bookstore a {
   font-size:  25px;
}

div.store-publication {
    height: 220px;
    width: 200px;
    float: left;
    margin: 40px;
}

.store-publication img {
box-shadow: 2px 2px 8px #999999;
}

.store-box {
    background-color: #f5f5f5;
    box-shadow: 2px 2px 8px #999999;
    text-align: center;
    border: 2px solid #cfcfcf;
    border-radius: 7px;
    height: 300px;
    width: 300px;
margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
}

.store-box-text {
    background-color: #f5f5f5;
    box-shadow: 2px 2px 8px #999999;
    text-align: left;
    font-size: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 7px;
    height: 300px;
    width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 19px;
}


@media only screen and (max-width: 600px) {
.bookstore {
margin-left: calc(50% - 115px);
}
div.store-publication {
margin-left: calc(50% - 115px);
}
}