a, a:hover, a:focus, a:active {
  color: #5a4ba5;
}
html,body {
  height:100%;
  background: #FFF;
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .container {
    min-width: 1300px;
  }
}
.text-magd {
  color: #5a4ba5;
}

.link-magd, .link-magd:hover, .link-magd:focus, .link-magd:visited {
  color: #5a4ba5;
  list-style: none;
}
.accent-magd {
  color: #e1c00b;
}
.btn-magd {
  color: #fff;
  background-color: #5a4ba5;
  border-color: #5a4ba5;
}

.btn-magd:hover {
  color: #fff;
  background-color: #3d336f;
  border-color: #3d336f;
}

.btn-magd:focus, .btn-magd.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-magd.disabled, .btn-magd:disabled {
  color: #fff;
  background-color: #5a4ba5;
  border-color: #5a4ba5;
}

.btn-magd:not(:disabled):not(.disabled):active, .btn-magd:not(:disabled):not(.disabled).active,
.show > .btn-magd.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-magd:not(:disabled):not(.disabled):active:focus, .btn-magd:not(:disabled):not(.disabled).active:focus,
.show > .btn-magd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-magd {
  color: #5a4ba5;
  border-color: #5a4ba5;
}

.btn-outline-magd:hover {
  color: #fff;
  background-color: #5a4ba5;
  border-color: #5a4ba5;
}

.btn-outline-magd:focus, .btn-outline-magd.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 75, 165, 0.5);
}

.btn-outline-magd.disabled, .btn-outline-magd:disabled {
  color: #5a4ba5;
  background-color: transparent;
}

.btn-outline-magd:not(:disabled):not(.disabled):active, .btn-outline-magd:not(:disabled):not(.disabled).active,
.show > .btn-outline-magd.dropdown-toggle {
  color: #fff;
  background-color: #5a4ba5;
  border-color: #5a4ba5;
}

.btn-outline-magd:not(:disabled):not(.disabled):active:focus, .btn-outline-magd:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-magd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 75, 165, 0.5);
}

.btn-accent-magd {
  color: #e1c00b;
  border-color: #e1c00b;
}

.btn-accent-magd:hover {
  color: #5a4ba5;
  background-color: #e1c00b;
  border-color: #e1c00b;
}

.btn-accent-magd:focus, .btn-accent-magd.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 192, 11, 0.5);
}

.btn-accent-magd.disabled, .btn-accent-magd:disabled {
  color: #e1c00b;
  background-color: transparent;
}

.btn-accent-magd:not(:disabled):not(.disabled):active, .btn-accent-magd:not(:disabled):not(.disabled).active,
.show > .btn-accent-magd.dropdown-toggle {
  color: #5a4ba5;
  background-color: #e1c00b;
  border-color: #e1c00b;
}

.btn-accent-magd:not(:disabled):not(.disabled):active:focus, .btn-accent-magd:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-magd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 192, 11, 0.5);
}

.magd-line:after {
  background: #e1c00b;
  content:"";
  display: block;
  height: 1px;
  margin-top: 5px;
  width: 100%;

}
/* NAVS START */
.navbar {
  padding: 0px 15px;
}
.navbar-brand {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 400;
}
.botmargin {
  margin-bottom: 30px;
}
.botpadding {
  padding-bottom: 30px;
}
.desktop-top-nav{
background: #5a4ba5;
padding-top: 0;
padding-bottom: 0;
}

.desktop-top-nav .nav-item a{
  color: #ffffff;
  font-weight: 300;
}
.desktop-top-nav .nav-item :hover, :focus {
  color: #e1c00b;
}

.bottom-nav{
  background: #3d336f;
  border-bottom: 5px solid #e1c00b;
}

.bottom-nav .menu-item{
  color: #ffffff;
  display: block;
  position: relative;
  line-height: 27px;
  font-size: 20px;
  padding: 33px 17px;
}
.nav-item.show>.nav-link, .nav-link.active {
color:#5a4ba5;
background: #F0F0F0;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  border-radius: 0;
  background: #f0f0f0;
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 30px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  padding:30px 30px;
  margin-top: 0px;
  border-top: none;
}
.yamm .dropdown.yamm-fw .dropdown-menu .nav-item a{
    color: #3d336f;
}
.yamm .dropdown.yamm-fw .dropdown-menu .nav-item a:hover, .yamm .dropdown.yamm-fw .dropdown-menu .nav-item a:focus{
    color: #3d336f;
    background: #F5F5F5;
}
.list-unstyled,
.list-unstyled ul { min-width: 120px }

@media ( min-width: 767px ) {
  .panel-group { width: 400px; }
  .thumbnail { margin: 0; }
}

.dropdown-menu .drop-item a{
  font-size: 18px;
  font-weight: 400;
  display: block;
  color:#5a4ba5;
  line-height: 30px;
  border-bottom: 1px solid #dadada; 
  padding: 10px 10px;
}
.login-menu {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 0px 0px 2px 2px;
  list-style-type: none;
  margin-top: 0px;
}
/* NAVS END */

/* CONTENT START */

.bread-link, .bread-parent {
  color: #5a4ba5;
}
#breadcrumbs{
  list-style-type:none;
  padding:0;
  overflow:hidden;
  font-weight: 300;
  font-size: 14px;
}
      
#breadcrumbs li{
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}

#breadcrumbs .separator{
  font-size:18px;
  font-weight:100;
  color:#3d336f;
}

.content-wrapper .container {
  background: #ffffff;
  padding-top: 30px;

}
.alt-wrapper .container {
  background: #ffffff;
  padding-top: 30px;
  border-left: 1px #F5F5F5 solid;
  border-right: 1px #F5F5F5 solid;
}

.infographic .container {
  background: #3d336f;
  color: #ffffff;
  padding-top: 82px;
  padding-bottom: 82px;
  border-left: 1px #F5F5F5 solid;
  border-right: 1px #F5F5F5 solid;
}

section {
    min-height:calc(100% - 70px);
}

.carousel-caption {
  transform: translateY(-50%);
  bottom:0;
  top:50%;
  background: rgba(90, 75, 165, 0.95);
  padding: 30px 60px;
}
.carousel-caption .caption-text{
  text-align: left;
}

.carousel-caption .caption-cta{
  text-align: center;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #3d336f;
    text-align: right;
}

.carousel-caption .alternate-caption {
  transform: translateY(-50%);
  bottom:0;
}
.carousel-caption-alt .caption-text{
  text-align: left;
}
.oval-profile-img {
  border-radius: 50%;
  border: 3px solid #3d336f;

}
.summary {
font-size:26px;
font-weight: 200;
line-height: 1.36;
}

.met-tile {
  background: #3d336f;
  color: #ffffff;
  min-height: 282px;
}
.met-tile a {
  color: #ffffff;
}
.met-tile-social {
  background: #3d336f;
  color: #ffffff;
  min-height: 310px;
}
.met-list {
  list-style-type: none;
  padding-left: 0;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.news-category {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.related-links ul {
  padding-left: 0;
}
.related-links ul li {
  list-style-type: none;
}
.filetype {
  text-transform: uppercase;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #5a4ba5;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 30px;
}
ul.timeline > li:before {
    content: ' ';
    background: #f0f0f0;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #5a4ba5;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 400;
}
ul.timeline > li:last-of-type:before {
    content: ' ';
    display:inline-block;
    position:absolute;
    background: url(../img/logo/purple-magd-logo.svg) left top no-repeat;
    border:none;
    border-radius: 0;
    left:10px;
    width: 40px;
    height: 45px;
    z-index: 400;
}

.accordion .card-header{

  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  
}
.accordion .card-header:hover, .accordion .card-header:active{

  background: #5a4ba5;
  color:#ffffff;
  font-size: 18px;
  font-weight: bold;
  
}

.table .thead-magd th {
  color: #fff;
  background-color: #5a4ba5;
  border-color: #454d55;
}
.main-event {
  color: #5a4ba5;
  display:flex;
  font-size: 24px;
  font-weight: 600;
  align-items: flex-start;
  padding-bottom: 10px;
}
.main-event .fa {
  color: #e1c00b;
}
.main-event .fa-calendar {
  border: 2px solid #e1c00b;
  padding: 4px 7px;
  margin-right: 7px;
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.main-event .fa-newspaper-o {
  border: 2px solid #e1c00b;
  padding: 7px 4px;
  margin-right: 7px;
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.main-event-category {
  font-size: 14px;
  font-weight: 600;
  color:#000000;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.event-details {
  color: #5a4ba5;
  border-top: 2px solid #e1c00b;
  border-bottom: 2px solid #e1c00b;
  display:flex;
  font-weight: 600;
  align-items: flex-start;
  padding: 30px 15px;
}
.event-details .fa {
  color: #e1c00b;
}
.event-details .fa-calendar {
  border: 2px solid #e1c00b;
  padding: 4px 5px;
  margin-right: 5px;
  font-size: 18px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.event-details .fa-clock-o{
  border: 2px solid #e1c00b;
  padding: 4px 5px;
  margin-right: 5px;
  font-size: 18px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.event-details .fa-map-marker {
  border: 2px solid #e1c00b;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 18px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.event-details .event-details-item {
  font-size: 19px;
  padding: 0 10px;
}

.single-event h1,h2,h3,h4,h5,h6 {
  color: #5a4ba5;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* FACETWP START */
.facetwp-type-alpha {
    margin-bottom: 20px !important;
}
.facetwp-alpha {
    display: inline-block !important;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #999 !important;
    padding: 0 15px !important;
    cursor: default !important;
}
.facetwp-alpha.available {
    color: #5a4ba5 !important;
    cursor: pointer !important;
}
.facetwp-alpha.selected {
    color: #5a4ba5 !important;
    font-weight: bold !important;
}

.facetwp-page {
  display: inline-block !important;
  padding: 10px 15px !important;
  margin-right: 0 !important;
  cursor: pointer;
}
.facetwp-page.active {
  font-weight: bold;
  cursor: default;
}
/* FACETWP END */
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5a4ba5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: none;
  border-color: #5a4ba5;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5a4ba5;
  border-color: #5a4ba5;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #5a4ba5;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.related ul {
  padding-left: 0;
  list-style-type: none;
}
.related ul li {
  list-style-type: none;
}

.featured-article-link {
  text-decoration: none;
  color: #000000;
}
.featured-article-link:hover {
  text-decoration: none;
  color: #000000;
}
.featured-article-link-white {
  text-decoration: none;
  color: #FFFFFF;
}
.featured-article-link-white:hover {
  text-decoration: none;
  color: #FFFFFF;
}
/* CONTENT END */

/* SIDEBAR START */
.sidebar {
  padding-top: 10px;
  display:unset;
}
.sidebar ul {
  padding-left: 0;
  list-style-type: none;
}
.sidebar ul li {
  list-style-type: none;
}

.sidebar ul.timeline {
    list-style-type: none;
    position: relative;
}
.sidebar ul.timeline:before {
    content: ' ';
    background: #5a4ba5;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
.sidebar ul.timeline > li {
    margin: 20px 0;
    padding-left: 60px;
    padding-right: 30px;
}
.sidebar ul.timeline > li:before {
    content: ' ';
    background: #f0f0f0;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #5a4ba5;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 400;
}
.sidebar ul.timeline > li:last-of-type:before {
    content: ' ';
    background: #5a4ba5;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #5a4ba5;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 400;
}

.sidebar h1, h2, h3, h4, h5, h6 {
  color: #000000;
}
.nav-pills .nav-link {
  padding:15px;
  border-radius: 0;
  color:#5a4ba5;
  border-bottom: 1px solid #5a4ba5;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5a4ba5;
}
.side-social-links{
  display: inline-block;
  margin-right: 6px;
}
.side-social .fa {
  padding: 8px;
  font-size:20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border:2px solid #5a4ba5;
  border-radius: 50%;
  background: #f0f0f0;
  color: #5a4ba5;
}

.side-embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.side-embed-container iframe,
.side-embed-container object,
.side-embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.side-campaign-numbers {
text-align: center;
}
.side-campaign-numbers h3 {
  color: #000000;
  padding-bottom: 45px;
}

.side-campaign-numbers .cn-segment {
  padding-bottom: 30px;
}

.side-campaign-numbers .cn-segment .cn-focus {
  color: #3d336f;
  font-size: 40px;
  font-weight: 400;
}

.cn-tagline {
  text-align: left;
  margin: 15px;
}
/* SIDEBAR END */

/* FOOTER START */

footer {

}

footer p {
  margin-bottom: .25rem;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

.top-footer {
  background: #3d336f;
  padding: 30px 30px;
}

/** .top-footer .container {
  background: #3d336f url(../img/logo/footer-bg.svg) 40px 42px no-repeat;
} **/

.top-footer-link, .top-footer-link:hover, .top-footer-link:focus, .top-footer-link:visited {
color: #FFFFFF;
list-style: none;
}

.bottom-footer {
  background: #5a4ba5;
}

.bottom-footer-link, .bottom-footer-link:hover, .bottom-footer-link:focus, .bottom-footer-link:visited {
color: #FFFFFF;
list-style: none;
}
.unilogo {
  margin: 25px 0px 0px 0px;
  max-width: 272px;
}
.bottom-footer-link .muted {
color: #F6F6F6;
list-style: none;
}

 .social .fa {
  padding: 6px;
  font-size:20px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: #ffffff;
  color: #5a4ba5;
}
.social-big .fa {
  padding: 10px;
  font-size:40px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: #ffffff;
  color: #5a4ba5;
}

/* FOOTER END */