/*!
Custom CSS Styles for EPIC - LG (Desktop (and smaller))
*/

/* Site header */

.header__top {
    padding-bottom: 20px;
}

.header__bottom {
    border-top: 1px solid #e7e7e7;
}

.header__logo-placement {
    margin-top: 22px;
}

.header__logo {
    display: block;
    width: 230px;
}

.header__logo img {
    width: 100%;
}

.header__logo--mobile {
    display: none;
}

.navbar-nav > li > a {
    font-family: 'Kreon', serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.1em;
}

.navbar-inverse {
    background-color: #FFF;
    border: none;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0;
}

.navbar-header {
    display: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {
    background-color: #FFFFFF;
}

.navbar-nav .open > a:focus {
    border-color: #FFAF33;
}

.navbar-nav > li {
    text-indent: 0;
    padding: 0 28px;
}

.navbar-nav > li:first-child {
    padding-left: 0;
}

.navbar-nav > li:last-child {
    padding-right: 0;
}

.navbar-nav > li > a {
    padding: 19px 0 21px 0;
    margin: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #2b4bac;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-nav > li:first-child > a {
    padding-left: 0;
    margin-left: 0;
}

.navbar-nav > li:last-child > a {
    padding-right: 0;
    margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #D56223;
}

.navbar-default .navbar-nav > li.current-menu-ancestor > a {
    color: #D56223;
    border-bottom: 3px solid #D56223;
}

.nav > li:before, .navbar-nav li:before {
    content: "" !important;
    padding-right: 0px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #D56223;
    border-bottom: 3px solid #D56223;
    /*margin-bottom: 0 !important;*/
    background-color: transparent;
}

.navbar-default {
    background-color: #FFFFFF;
    width: 100%;
    border: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #D56223;
}

.navbar-default .navbar-nav > li > a > .caret {
    color: #D56223;
}

.menu-item {
    padding-bottom: 0px;
}

.dropdown-menu {
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0PX 5PX 10PX RGBA(0, 0, 0, 0.1);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #D56223;
    border-bottom: 1px solid #D56223;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 18px;
    white-space: nowrap;
    font-family: 'Kreon', serif;
    font-size: 18px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #D56223;
    background-color: #FFFFFF;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #D56223;
    text-decoration: none;
    outline: 0;
    background-color: #FFFFFF;
}

/* end Site header */


/* Site footer */

.footer {
    padding-top: 17px;
    padding-bottom: 30px;
    color: #FFFFFF;
    background-color: #AA3F38;
    border-top: 5px solid #F0D29B;
}

.footer a {
    color: #F0D29B;
}

.footer a:hover,
.footer a:active {
    color: #FFFFFF;
}

.footer__copy {
    font-family: 'Kreon', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
}

.footer__copy__incorporated {
    display: block;
}

.footer__copy__nav a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.footer-spacer {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.footer__social__inner {
    float: right;
}

.footer__social .hashtag-link {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Kreon', serif;
    margin-top: 18px;
    margin-right: 7px;
    color: #FFFFFF;
}

.footer__social .social-icons-placement {
    margin: 18px 0 0 15px;
    display: inline-block;
    vertical-align: text-bottom;
}

.footer__social .hashtag-link:hover,
.footer__social .hashtag-link:active {
    color: #F0D29B;
}

.ftr-twitter {
    height: 25px;
    width: 31px;
    background-image: url('../img/Twitter-white.svg');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
}

.ftr-twitter:hover {
    background-image: url('../img/Twitter-yellow.svg');
}

.ftr-fb {
    height: 31px;
    width: 25px;
    background-image: url('../img/Facebook-white.svg');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
}

.ftr-fb:hover {
    background-image: url('../img/Facebook-yellow.svg');
}

.ftr-linkedin {
    height: 25px;
    width: 25px;
    background-image: url('../img/Linkedin-white.svg');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
}

.ftr-linkedin:hover {
    background-image: url('../img/Linkedin-yellow.svg');
}

/* end Site footer */


/* Basic template */

.main-content {
    background-color: #EDEDED;
}

.main-content__content {
    background-color: #FFFFFF;
}

.content__page-content {
    min-height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__page-content > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.page-title {
    background-color: #333333;
    border-bottom: 5px solid #F1D298;
    padding: 20px 0;
}

.page-title__title {
    font-weight: 500;
    border-bottom: none;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.main-content__content .content-column h1,
.main-content__content .content-column h2 {
    text-transform: uppercase;
}

.main-content__content .content__page-sidebar {
    float: right;
    max-width: 285px;
    margin-top: 45px;
}

.blue-box-right {
    border: none;
    box-shadow: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 12px 30px;
}

.blue-box-right ul {
    margin: 0;
    padding: 0;
}


.blue-box-right li {
    padding: 15px 0px;
    text-indent: 0;
}

.blue-box-right li + li {
    border-top: 1px solid #DD9D81;
}

.blue-box-right li:before {
    content: "";
    padding-right: 0px;
}

.blue-box-right a {
    color: #FFFFFF;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.42857;
    padding: 0;
    font-family: 'Kreon', serif;
}

.blue-box-right a:hover,
.blue-box-right a:focus {
    text-decoration: none;
    color: #F1D298;
}

.blue-box-right > .active > a,
.blue-box-right > .active > a:hover,
.blue-box-right > .active > a:focus {
    color: #F1D298;
    text-decoration: none;
    outline: 0;
}

/* end Basic template */


/* Home page */

.home-banner {
    position: relative;
    padding-top: 0px;
    width: 100%;
    text-align: center;
    background-color: #1A1A1A;
}

.home-banner__overlay-text {
    z-index: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.overlay-text__title {
    position: absolute;
    top: 115px;
    display: block;
    z-index: 50;
    width: 100%;
    font-family: 'Fjalla One', sans-serif;
    font-size: 210px;
    line-height: 210px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.overlay-text__subtitle {
    position: absolute;
    bottom: 112px;
    display: block;
    z-index: 50;
    width: 100%;
    font-family: 'Kreon', serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #F1D298;
}

.subtitle-bullet {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.cycle-slideshow {
    height: 460px;
    max-width: 1440px;
    margin: 0 auto;

}

.cycle-slideshow .cycle-slide {
    width: auto;
    height: 100%;
}

.desktop-img-container-background {
    display: block;
    background-color: #333333;
    width: 100%;
}

.phone-img-container-background,
.tablet-img-container-background {
    display: none;
}

.desktop-img-container-header {
    height: 460px;
    overflow: hidden;
    position: relative;
}

.img-centerer {
    width: 1440px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -720px;
}

.home-show-desktop {
    display: block;
}

.home-show-tablet {
    display: none;
}

.home-show-phone {
    display: none;
}

/* Sidebar width doesn't fit within the grid system
so we don't use col classes. */
.home-show-desktop__sidebar {
    position: relative;
    float: left;
    width: 28%;
    padding-left: 0;
}

.home-show-desktop__sidebar:after {
    position: absolute;
    content: '';
    top: -10px;
    width: 100%;
    height: 10px;
    background-color: #F1D298;
}

.home-show-desktop__sidebar h1,
.home-show-desktop__sidebar h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-show-desktop__sidebar hr {
    margin-left: 40px;
    margin-right: 40px;
}

.home-show-desktop__sidebar ul {
    margin-top: 20px;
}

.home-show-desktop__sidebar .conference-date {
    font-family: 'Kreon', serif;
}

.key-dates__date {
    font-family: 'Kreon', serif;
    font-size: 18px;
    color: #F1D298;
}

.key-dates__event {
    font-size: 18px;
}

.home-show-desktop__sidebar .white-box {
    background-color: #FFFFFF;
    padding: 0px 40px 1px 40px;
    position: relative;
    color: #000000;
    font-size: 18px;
}

.home-show-desktop__sidebar .white-box:last-child {
    margin-bottom: 0;
}

.home-show-desktop__sidebar .white-box h2 {
    color: #3C3B3C;
}

.home-show-desktop__sidebar .orange-box {
    padding: 30px 40px 20px 40px;
    position: relative;
    font-size: 22px;
}

.home-show-desktop__sidebar .orange-box-2 {
    padding: 20px 40px 40px 0px;
}

.home-show-desktop__sidebar .orange-box .quoted {
    font-size: 21px;
}

.home-show-desktop__content {
    float: left;
    width: 72%;
    padding: 40px;
    padding-top: 0px;
}

.home-show-desktop__content h1 {
    font-weight: 600;
}

.home-show-desktop__content h2 {
    display: inline-block;
    margin-top: 0;
    padding: 0px;
}

.home-show-desktop__content h1 {
    margin-bottom: 15px;
    text-transform: none;
}

.home-content-top-margin {
    margin-top: 20px;
}

.home-content-bottom-margin {
    margin-bottom: 10px;
}

.home-content-hr {
    height: 1px;
}

.home-content .view-more {
    display: inline-block;
}


/* Random helper classes */

.hidden-sm {
    visibility: none;
}

.hidden-xs {
    visibility: none;
}

.scoot-left {
    margin-left: -21px;
}

.grid-hr {
    margin: 40px 0 0;
}

.horiz-line {
    background-color: #bebebe;
    width: 1108px;
    height: 1px;
    margin-left: 16px;
}

.horiz-line-home {
    background-color: #bebebe;
    width: 926px;
    height: 1px;
    margin-left: 16px;
}

.horiz-line-col {
    background-color: #bebebe;
    width: 100%;
    height: 1px;
    margin-left: 16px;
}

.horiz-line-home2 {
    margin: 40px 50px;
    text-align: left;
}

.full-width-banner {
    width: 100% !important;
    height: 460px;
}

.header-flag {
    height: 39px;
    width: 65px;
    margin-left: 20px;
}

.dmbs-container {
    background-color: #FFF;

}

.content-container {
    background-color: #FFF;
    width: 100%;
}

.top-margin {
    margin-top: 40px;
}

.venue-top .dmbs-main {
    padding-bottom: 0;
}

.dmbs-main-left {
    padding: 0 25px 40px 50px;
}

.dmbs-main-register {
    width: 100%;
    padding-bottom: 40px;
}

.right-col-placement {
    margin-top: 86px;
}

.top-widget {
    background-color: #FFFFFF;
    height: 215px;
    padding: 36px 20px 50px 50px;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
}

.top-widget a {
    color: #99d9f2;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.top-widget a:hover {
    color: #003c71;
}

.top-widget div {
    width: 100%;
    border-right: 2px solid #99d9f2;
}

.blue-widget {
    background-color: #003C71;
    margin: -64px 20px 20px;
    padding: 40px 30px 20px;
}

.blue-widget ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.blue-widget ul li {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-left: 0;
    text-indent: 0;
}

.blue-widget li:before {
    content: "";
    padding-right: 0px;
}

.blue-widget h2 {
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 0;
}

.blue-widget ul li span {
    color: #bd48bd;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.white-widget {
    margin: 40px 50px;
}

.white-widget h2 {
    margin-bottom: 15px;
}

.white-widget ul {
    margin: 0;
}

.widget {
    font-size: 18px;
    line-height: 24px;
}

.profile-row .content-column:first-child {
    padding-right: 20px;
    padding-left: 0;
}

.profile-row .content-column {
    padding-right: 10px;
    padding-left: 10px;
}

.profile-row .last_column {
    padding-right: 0px;
    padding-left: 20px;
}

.profile-row {
    overflow: hidden;
    width: 100%;
}

.profile-row p {
    margin: 0;
}

.profile-block {
    background-color: #009FDF;
    width: 100%;
    max-width: 280px;
    border-top: 15px solid #003C71;
    border-left: 15px solid #003C71;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

.profile-image {
    height: auto;
    max-height: 235px;
    width: 100%;
    border-right: 15px solid #003C71;
    overflow: hidden;
}

.profile-block img {
    width: 100%;
}

.profile-block .profile-text {
    border-right: 15px solid #009FDF;
    padding: 20px;
    color: #FFFFFF;
}

.profile-block .profile-text h6 {
    line-height: 29px;
    text-transform: uppercase;
    color: #732272;
}

.profile-block .profile-text p {
    color: #FFFFFF;
    margin: 0;
}

.profile-block .profile-text h4 a, .profile-block .profile-text h4 {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
}

.profile-block .profile-text h4 a:hover {
    color: #003C71;
}

.profile-block .profile-text h4 a:after {
    content: "";
    display: inline-block;
    background: url("../img/right-arrow.html") no-repeat;
    width: 10px;
    height: 19px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    overflow: visible;
}

.profile-block p {
    margin: 0;
}


/* Schedule page */


.page-title--schedule .schedule-title {
    display: none;
}

.page-title--schedule .schedule-title-details {
    float: right;
    width: auto;
}

.page-title--schedule .schedule-title-details p {
    margin: 0;
    color: #FFFFFF;
}

#nav-daily-schedule ul {
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: 104%;
}

#nav-daily-schedule ul li {
    display: inline;
}

#nav-daily-schedule ul li a {
    background-color: #e9e9e9;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    width: 25%;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 10px 0 10px 15px;
}

#nav-daily-schedule ul li a:hover {
    background-color: #f1f1f1;
    color: #902729;
}

#nav-daily-schedule ul li.current_page_item a:link,
#nav-daily-schedule ul li.current_page_item a:active,
#nav-daily-schedule ul li.current_page_item a:visited,
#nav-daily-schedule ul li a:hover {
    background-color: #bcbcbc;
    color: #902729;

}

.red-text {
    color: #2b4bac;
}

.grey-text {
    color: #9a9a9a;
    margin-left: 16px;
}

.schedule-link-16 {
    font-weight: 400;

}

.schedule-link-20 {
    font-size: 20px;
    font-weight: 400;

}

.sg-topmargin {
    margin-top: 0;
}

.placement-schedule {
    overflow: hidden;
}

.schedule-back, .schedule-back-2 {
    background-color: #FDF9F1;
    padding-bottom: 500em;
    margin-bottom: -500em;
    padding-left: 0;
    padding-right: 0;
}

.schedule-back hr, .schedule-back-2 hr {
    border: 1px solid #FFFFFF;
}

.schedule-back-white, .schedule-back-white-2 {
    background-color: #fff;
    padding-bottom: 500em;
    margin-bottom: -500em;
    padding-left: 0;
    padding-right: 0;
}

.schedule-back-head-1 .schedule-headers {
    background-color: #DA9D4D;
    padding: 20px;
}

.schedule-back-head-2 .schedule-headers {
    background-color: #F1D298;
    padding: 20px;
}

.schedule-headers h4 {
    color: #FFFFFF;
    margin: 0 0 5px;
}

.schedule-headers h6 {
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.schedule-block {
    padding: 20px;
    font-size: 20px !important;
}

.schedule-block .event-time {
    font-family: 'Kreon', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}

.schedule-block .event-title {
    font-size: 18px;
}

.schedule-block .event-detail {
    font-size: 16px;
    margin-top: 5px;
}

.schedule-block h6, .schedule-block p {
    margin: 0;
    color: #333333;
    font-size: 16px;
}

.schedule-block hr {
    margin: 20px 0;
}

.schedule-img {
    width: 100%;
    padding: 0;
}

.schedule-img img {
    width: 100%;
}

/* end Schedule page */


.dmbs-header-text {
    background-color: none;

}

.dmbs-content {
    margin: auto;
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
}

.content-above {
    position: relative;
    background-color: white;
    z-index: 600;
    width: 100%;
    /*margin: -107px auto 0;*/
    padding: 0;
}

.pad-top {
    margin-top: 10px;
    margin-bottom: 60px;
}

.clear {
    clear: both
}

.dmbs-right {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 50px;
}

.cfp-left {
    padding: 0;
}

.read-more:after {
    content: "";
    display: inline-block;
    background: url("../img/read-more.html") no-repeat;
    width: 8px;
    height: 13px;
    margin: 0 0 0 8px;
    vertical-align: middle;
    overflow: visible;
}

.read-more:hover:after {
    content: "";
    display: inline-block;
    background: url("../img/read-more-hover.html") no-repeat;
    width: 8px;
    height: 13px;
    margin: 0 0 0 8px;
    vertical-align: middle;
    overflow: visible;
}

.special-box {
    /* Rectangle 4 Copy: */
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.30);
    padding: 10px 35px 20px 35px;
    margin: 20px 0 35px 0;
}

.centered-text {
    /* Minneapolis, Minneso: */
    font-family: 'Kreon', serif;
    font-weight: 700;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0.32px;
    line-height: 23px;
    text-align: center;
    margin: 0 0 20px 0;
}

.text-caps {
    font-family: 'Kreon', serif;
    font-weight: 700;
    font-size: 22px;
    color: #4A4A4A;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.navigation-custom {
    background-color: #FFF;
    color: 000;
}

.nav-text a:hover {
    color: #AD1AAC;
    text-decoration: none;
}

.navigation-custom a:hover {
    background-color: #000;
    color: 000;
}

.masthead-copy {
    font-size: 19px;
    line-height: 21px;
    font-family: 'Kreon', serif;
    font-weight: 500;
    text-align: right;
    margin-top: 23px;
    color: #333333;
    letter-spacing: 0.4px;
}

.masthead-copy .masthead__inner {
    display: inline-block;
    vertical-align: top;
}

.masthead__location,
.masthead__date {
    display: inline-block;
}

.masthead__date {
    margin-top: 4px;
    color: #A33534;
}

.twitter-width {
    width: 100%;
}


/* Committee page */

.headshot-info {
    padding: 15px 0 30px 0;
}

.box-header {
    margin-bottom: 5px;
}

.organizers-bottom-page-pad {
    margin-bottom: 40px;
}

.committee-row .content-column {
    padding-right: 10px;
    padding-left: 10px;
}

.committee-row {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.content-column {
    padding: 0 10px;
}

.content-column > img {
    max-width: 100%;
}

.content-column.full_width {
    padding-left: 0;
    padding-right: 0;
}

.committee-row p {
    margin: 0;
}

.committee-block {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
}

.committee-image {
    height: auto;
    width: 100%;
}

.committee-block img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.committee-block .committee-text {
    padding: 17px 0;
}

.committee-block .committee-text > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.committee-block .committee-text > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.committee-block .committee-text h6 {
    line-height: 29px;
    display: block;
    padding: 3px 10px 0px 0px;
}

.committee-block .committee-text p {
    margin: 0;
}

.committee-block .committee-text h4,
.committee-block .committee-text h4 a  {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 24px;
}

.committee-block .committee-text h4 a:after {
    content: "";
    display: inline-block;
    background: url("../img/right-arrow.html") no-repeat;
    width: 10px;
    height: 19px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    overflow: visible;
}

.committee-block p {
    margin: 0;
}

/* end Committee page */


/* SIDEBAR (CFP) Styles */

.mwm-aal-sidebar-container {
    padding: 20px;
    background-color: #009FDF;
    margin-bottom: 40px;
}

.mwm-aal-sidebar-container ul {
    margin: 0;
}

.mwm-aal-sidebar-container li {
    color: #FFFFFF;
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Kreon', serif;
    font-weight: 600;
    text-indent: 0;
    padding-left: 0;
    border-bottom: 2px solid #33b2e5;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mwm-aal-sidebar-container li a {
    color: #FFFFFF;
}

.mwm-aal-sidebar-container li a:hover {
    color: #003C71;
}

.mwm-aal-sidebar-container li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mwm-aal-sidebar-container li:before {
    content: "";
    padding-right: 0;
}

.mwm-aal-sidebar-container h2 {
    display: none;
}

.sidebar-imgs img {
    width: 100%;
    border-bottom: 5px solid #AD1AAC;
}

.external-link {
    background-color: #ddddd3;
    padding: 12px 21px;
    margin-bottom: 10px;
}

.bottom-padding {
    margin-bottom: 30px;
}



.nowrap {
    white-space: nowrap;
}

.no-top-pad {
    padding-top: 0px;
}

.no-top-margin {
    margin-top: 0px;
}

.padding-hr-sidebar {
    padding-right: 40px;
    padding-left: 40px;
}

.padding-hr-sidebar hr {
    margin: 0px;
}

.push-down-headshots {
    margin-top: 15px;
}

.push-up-headshot-info {
    margin-top: -12px;
}

.learn-more-speakers {
    text-align: right;
}

.cycloneslider-template-standard {
    position: relative;
    margin-bottom: 0px !important;
    outline: none;
    background-color: #C2E7F2;
}

