/*Quick Links Style */

  .accordion-toggle {cursor: pointer;}
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}
  
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h4 {
	color: #12396f;
	font-weight: bold;
}
h3 {
	color: #12396f;
}
#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #25408f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 10px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}

.sidebar-nav ul li {
    text-indent: 10px;
    line-height: 15px;
}
.sidebar-nav ul ul li {
    text-indent: 30px;
	font-size: 90%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 48px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}



@media(min-width:768px) {
    #wrapper {
        padding-right: 250px;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}

img {
		max-width: 100%;
		height: auto;
		margin: 0;
}

/* The Nivo Slider styles */
/* line 614, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 620, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
/* line 626, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
/* line 633, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
/* line 649, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
/* line 656, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
/* line 662, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-box img {
  display: block;
}
/* Caption styles */
/* line 665, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #0099CC;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 683, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
/* line 687, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-caption a {
  display: inline !important;
}
/* line 690, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
/* line 694, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
/* line 700, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-prevNav {
  left: 0px;
}
/* line 703, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
/* line 707, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
/* line 711, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-controlNav a {
  cursor: pointer;
}
/* line 714, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.nivo-controlNav a.active {
  font-weight: bold;
}
/* line 717, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
/* line 721, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
/* line 725, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
blockquote,
q {
  quotes: "" "";
}
/* line 728, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivoSlider {
  position: relative;
  background: #ffffff url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}
/* line 736, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 742, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
/* line 747, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
/* line 751, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/Assets/uploads/MCLA/Images/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
/* line 760, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
/* line 764, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/Assets/uploads/MCLA/Images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 777, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
/* line 778, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
/* line 782, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default a.nivo-prevNav {
  left: 15px;
}
/* line 786, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 789, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
/* line 793, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-caption a:hover {
  color: #fff;
}
/* line 797, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
/* line 800, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
/* line 806, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
/* line 811, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar.slider-wrapper {
  position: relative;
  border: 1px solid #333;
  overflow: hidden;
}
/* line 816, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivoSlider {
  position: relative;
  background: #ffffff url(loading.gif) no-repeat 50% 50%;
}
/* line 820, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 826, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivoSlider a {
  border: 0;
  display: block;
}
/* line 831, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-controlNav {
  position: absolute;
  left: 0;
  bottom: -41px;
  z-index: 10;
  width: 100%;
  height: 30px;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #333;
  background: #333;
  background: -moz-linear-gradient(top, #565656 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #565656 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #565656 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #565656 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #565656 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#333333', GradientType=0);
  /* IE6-9 */
  opacity: 0.5;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 855, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar:hover .nivo-controlNav {
  bottom: 0;
  opacity: 1;
}
/* line 859, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/Assets/uploads/MCLA/Images/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 5px 2px 0 2px;
}
/* line 868, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-controlNav a.active {
  background-position: 0 -22px;
}
/* line 872, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-directionNav a {
  display: block;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  top: auto;
  bottom: 10px;
  z-index: 11;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.5;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 889, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar a.nivo-nextNav {
  right: -50px;
}
/* line 890, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar a.nivo-prevNav {
  left: -50px;
}
/* line 891, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar:hover a.nivo-nextNav {
  right: 15px;
  opacity: 1;
}
/* line 895, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar:hover a.nivo-prevNav {
  left: 15px;
  opacity: 1;
}
/* line 899, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-directionNav a:hover {
  color: #ddd;
}
/* line 901, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 908, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar:hover .nivo-caption {
  bottom: 41px;
}
/* line 911, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
/* line 915, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-caption a:hover {
  color: #fff;
}
/* line 919, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
/* line 922, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
/* line 928, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/* line 1025, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light.slider-wrapper {
  background: #fff;
  padding: 10px;
}
/* line 1029, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivoSlider {
  position: relative;
  background: #ffffff url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 4px;
  overflow: visible;
}
/* line 1035, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 1041, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivoSlider a {
  border: 0;
  display: block;
}
/* line 1046, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-controlNav {
  text-align: left;
  padding: 0;
  position: relative;
  z-index: 10;
}
/* line 1052, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
/* line 1061, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-controlNav a.active {
  background-position: 0 100%;
}
/* line 1065, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  top: auto;
  bottom: -26px;
  z-index: 11;
}
/* line 1076, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-directionNav a:hover {
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 1082, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light a.nivo-nextNav {
  background-position: 160% 50%;
  right: 0px;
}
/* line 1086, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light a.nivo-prevNav {
  background-position: -60% 50%;
  left: auto;
  right: 35px;
}
/* line 1092, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 1095, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
/* line 1099, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-caption a:hover {
  color: #fff;
}
/* line 1103, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-controlNav.nivo-thumbs-enabled {
  width: 80%;
}
/* line 1106, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
/* line 1112, /Users/kennyweigel/workspace/mcla-templates/app/styles/main.less */
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
.event-bg {
	border-right: 20px solid #3498d8;
    border-left: 20px solid #3498d8;
    border-bottom: 20px solid #3498d8;
}

.sidebar-widget-no-padding {
	width: 255px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 30px;
    padding-top: -20px;
    max-height: 355px;
    overflow-y: scroll;
}

#cf {
  position:relative;
  height:359px;
  width:350px;
  margin:0 auto;
  text-align: left;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}