@import url("//fonts.googleapis.com/css?family=Muli:400,700|Open+Sans:300,300i,400,400i,700,700i|Permanent+Marker");
@import url("https://use.typekit.net/zmv4mxi.css");
@import url("/font/LemonMilkbold.otf");
@import url("/apps/js/polls/polls-pack.css");
body {
  /*#quicklinks {
  	background: $primary-color;
  	#links_container {
  		.read-more-link {
  			&:focus, &:hover {
  				&:before {
  					content: "";
  					position: absolute;
  					top: -2.5%;
  					left: -2.5%;
  					height: 105%;
  					width: 105%;
  					z-index: -1;
  					background: rgba($macy-grey, 0.5);
  				}
  			}
  		}
  	}

  	 #social_nav_qlinks {
  	  a {
  	    @include svg-icon(32px, 32px, 3px, $jack-white);
  	    &:hover svg { fill: $primary-color; }
  	  }
  	}
  	@include respond-to($vp-large) {
  		background: rgba($primary-color, 0.7);
  	}
  }*/ }
  @media screen and (max-width: 767px) {
    body .sticky-widget {
      display: none; } }
  @media screen and (max-width: 1023px) {
    body #header_main {
      background: #006bb6; } }
  body #header_title a {
    height: 216px;
    width: 100%;
    background-image: url("/pics/header.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 138px 138px; }
    @media screen and (min-width: 768px) {
      body #header_title a {
        background-position: left center;
        height: 143px;
        width: 300px;
        padding-left: 150px; } }
  body #edlio_logo {
    display: block;
    width: 100px;
    height: 60px;
    overflow: hidden;
    background-color: transparent; }
    body #edlio_logo svg {
      display: block;
      width: 100px;
      height: 60px;
      margin: 0;
      fill: #006bb6; }
    body #edlio_logo:hover, body #edlio_logo:focus {
      background-color: inherit; }
      body #edlio_logo:hover svg, body #edlio_logo:focus svg {
        fill: inherit; }
  body #topnav_schools_holder {
    z-index: 1000; }
    body #topnav_schools_holder #topnav_mobile_toggle {
      position: absolute;
      display: block;
      height: 4px;
      width: 28px;
      font-size: 0;
      border-top: 14px double #006bb6;
      border-bottom: 5px solid #006bb6; }
    body #topnav_schools_holder #topnav {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
      body #topnav_schools_holder #topnav.open {
        max-height: 2000px; }
    body #topnav_schools_holder .nav-menu,
    body #topnav_schools_holder .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #topnav_schools_holder .nav-menu a,
      body #topnav_schools_holder .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em 10px;
        text-decoration: none; }
    body #topnav_schools_holder .nav-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1350px; }
    body #topnav_schools_holder .sub-nav {
      display: none; }
      body #topnav_schools_holder .sub-nav.open {
        display: block; }
      body #topnav_schools_holder .sub-nav a {
        padding-left: 1.5em; }
      body #topnav_schools_holder .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        body #topnav_schools_holder .sub-nav .flyout-group a {
          padding-left: 2.5em; }
    @media screen and (min-width: 1024px) {
      body #topnav_schools_holder #topnav_mobile_toggle {
        display: none; }
      body #topnav_schools_holder #topnav {
        position: static;
        max-height: none;
        overflow: visible; }
      body #topnav_schools_holder .nav-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around; } }
    @media screen and (min-width: 1024px) {
      body #topnav_schools_holder .sub-nav {
        position: absolute;
        left: 0;
        width: calc(100% - 20px*2);
        padding: 20px;
        max-width: 1350px; }
        body #topnav_schools_holder .sub-nav.open {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
        body #topnav_schools_holder .sub-nav .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          width: 40%; }
          body #topnav_schools_holder .sub-nav .sub-nav-group li {
            width: 50%; }
            body #topnav_schools_holder .sub-nav .sub-nav-group li a {
              margin: 0 1em; }
        body #topnav_schools_holder .sub-nav .mm-extra-content {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          width: calc(100% - 40%); }
        body #topnav_schools_holder .sub-nav .mm-image {
          width: 100%; } }
    @media screen and (min-width: 1350px) {
      body #topnav_schools_holder .sub-nav {
        left: calc(50% - 1350px/2); } }
    @media screen and (max-width: 1023px) {
      body #topnav_schools_holder .mm-extra-content {
        display: none; } }
    @media screen and (min-width: 768px) {
      body #topnav_schools_holder {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  body #school_selector {
    margin: 0; }
    body #school_selector .primary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      width: 130px;
      height: auto;
      margin-left: 0;
      padding: 5px 10px;
      color: #444444;
      background: white;
      font-size: 0.81rem;
      text-decoration: none;
      text-align: left; }
      body #school_selector .primary:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background: url("/pics/arrow_down.png") no-repeat center center; }
    body #school_selector .sub-nav.open {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: absolute;
      width: 100%;
      height: inherit;
      top: 104px;
      right: 0;
      background: white;
      z-index: 99; }
      body #school_selector .sub-nav.open .sub-nav-inner {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%; }
        body #school_selector .sub-nav.open .sub-nav-inner li {
          width: 100%; }
          body #school_selector .sub-nav.open .sub-nav-inner li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            width: 100%;
            position: relative;
            padding: .5em 0;
            font-size: 0.81rem;
            color: #444444; }
            body #school_selector .sub-nav.open .sub-nav-inner li a span {
              margin-left: .5em; }
            body #school_selector .sub-nav.open .sub-nav-inner li a:focus, body #school_selector .sub-nav.open .sub-nav-inner li a:hover {
              color: white;
              background: #006bb6; }
      @media screen and (min-width: 768px) {
        body #school_selector .sub-nav.open {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: distribute;
          -webkit-justify-content: space-around;
          justify-content: space-around;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body #school_selector .sub-nav.open .sub-nav-inner {
            width: 24%; } }
      @media screen and (min-width: 1024px) {
        body #school_selector .sub-nav.open {
          top: 67px; } }
  body #topnav_holder {
    z-index: 999; }
  body #topnav {
    background: #d6d6d6; }
    body #topnav .nav-item > a {
      color: #444444; }
      body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
        color: white;
        background: #006bb6; }
    body #topnav .sub-nav a {
      color: #006bb6; }
      body #topnav .sub-nav a:focus, body #topnav .sub-nav a:hover, body #topnav .sub-nav a.open {
        color: white;
        background: #006bb6; }
    @media screen and (min-width: 1024px) {
      body #topnav {
        background: transparent; }
        body #topnav .nav-item > a {
          padding: 0 10px;
          color: white;
          border-bottom: 3px transparent solid; }
          body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
            color: white;
            background: transparent;
            border-bottom: 3px white solid; }
        body #topnav .sub-nav {
          background: #d6d6d6; }
          body #topnav .sub-nav .sub-nav-group {
            width: 60%; }
          body #topnav .sub-nav .mm-extra-content .mm-extra-content-title {
            color: #006bb6; } }
  body .pageTitle {
    color: #006bb6; }
  body .right-column-page-navigation {
    background: white;
    border: 4px rgba(193, 193, 193, 0.3) solid; }
    body .right-column-page-navigation li a {
      color: #444444; }
    body .right-column-page-navigation li.active a {
      background: #006bb6;
      color: white; }
  body #events_container .slick-events {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
    body #events_container .slick-events .slick-list {
      position: relative;
      overflow: hidden;
      display: block;
      margin: 0 60px;
      padding: 0; }
      body #events_container .slick-events .slick-list:focus {
        outline: none; }
      body #events_container .slick-events .slick-list.dragging {
        cursor: pointer;
        cursor: hand; }
    body #events_container .slick-events .slick-slider .slick-track,
    body #events_container .slick-events .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    body #events_container .slick-events .slick-track {
      position: relative;
      left: 0;
      top: 0;
      display: block; }
      body #events_container .slick-events .slick-track:before, body #events_container .slick-events .slick-track:after {
        content: "";
        display: table; }
      body #events_container .slick-events .slick-track:after {
        clear: both; }
      .slick-loading body #events_container .slick-events .slick-track {
        visibility: hidden; }
    body #events_container .slick-events .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px; }
      [dir="rtl"] body #events_container .slick-events .slick-slide {
        float: right; }
      body #events_container .slick-events .slick-slide img {
        display: block; }
      body #events_container .slick-events .slick-slide.slick-loading img {
        display: none; }
      body #events_container .slick-events .slick-slide.dragging img {
        pointer-events: none; }
      .slick-initialized body #events_container .slick-events .slick-slide {
        display: block; }
      .slick-loading body #events_container .slick-events .slick-slide {
        visibility: hidden; }
      .slick-vertical body #events_container .slick-events .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent; }
    body #events_container .slick-events .slick-arrow {
      display: block;
      overflow: hidden;
      height: 171px;
      width: 51px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 99;
      top: calc(50% - 171px/2);
      border: none;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat; }
      body #events_container .slick-events .slick-arrow:hover {
        cursor: pointer; }
      body #events_container .slick-events .slick-arrow.slick-prev {
        left: 0;
        background-image: url(/pics/button_prev.png); }
      body #events_container .slick-events .slick-arrow.slick-next {
        right: 0;
        background-image: url(/pics/button_next.png); }
      body #events_container .slick-events .slick-arrow.slick-hidden {
        display: none; }
  body #news_container .first:before {
    background: linear-gradient(rgba(0, 107, 182, 0.5), rgba(0, 107, 182, 0.5)); }
  body #news_container .items-list .item:before {
    background: linear-gradient(rgba(0, 107, 182, 0.5), rgba(0, 107, 182, 0.5)); }
  body #index_news {
    background: #006bb6;
    position: relative;
    z-index: 0; }
    body #index_news:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 48px;
      width: 100%;
      z-index: -1;
      background: #4596d1; }
  body #index_main {
    background: #006bb6; }
    body #index_main:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 48px;
      width: 100%;
      z-index: -1;
      background: #4596d1; }
  body #events_container .section-title {
    color: #006bb6; }
  body #events_container .event-date .event-month {
    color: #4596d1; }
  body #events_container .event-date .event-day {
    color: #006bb6; }
  body #events_container .event-summary {
    color: #444444; }
  body #events_container .read-more-link {
    color: #006bb6; }
  @media screen and (min-width: 768px) {
    body #events_container .item:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 1px;
      background: #444444; } }
  body #tabpanel1 .tab-label {
    color: white; }
    body #tabpanel1 .tab-label:before {
      background: #006bb6; }
    body #tabpanel1 .tab-label:focus, body #tabpanel1 .tab-label:hover {
      background: #6eaddb; }
      body #tabpanel1 .tab-label:focus svg, body #tabpanel1 .tab-label:hover svg {
        fill: #4596d1; }
  body #tabpanel1 .tab-label:last-child:after {
    background: #006bb6; }
  body #tabpanel1 .panel .section-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  body #tabpanel1 .panel.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  body #index_spotlight {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-size: cover; }
  body #social_nav_qlinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #006bb6;
    z-index: 99; }
    body #social_nav_qlinks a {
      display: block;
      width: 32px;
      height: 32px;
      overflow: hidden;
      background-color: transparent;
      margin: 0 5px; }
      body #social_nav_qlinks a svg {
        display: block;
        width: 26px;
        height: 26px;
        margin: 3px;
        fill: white; }
      body #social_nav_qlinks a:hover, body #social_nav_qlinks a:focus {
        background-color: inherit; }
        body #social_nav_qlinks a:hover svg, body #social_nav_qlinks a:focus svg {
          fill: inherit; }
      body #social_nav_qlinks a:focus, body #social_nav_qlinks a:hover {
        background-color: transparent; }
        body #social_nav_qlinks a:focus svg, body #social_nav_qlinks a:hover svg {
          fill: #444444; }
    @media screen and (min-width: 768px) {
      body #social_nav_qlinks {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 30%;
        left: 0;
        width: 50px;
        height: inherit;
        background: rgba(0, 107, 182, 0.7); }
        body #social_nav_qlinks a {
          margin: 10px 0; } }
  body #footer_main {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/pics/watermark_footer.png") left center no-repeat white; }
    @media screen and (min-width: 768px) {
      body #footer_main {
        background-position: calc(50% - (1350px / 2)) center; } }
  body #footer_address {
    width: 100%; }
    @media screen and (min-width: 768px) {
      body #footer_address {
        width: 60%; } }
    @media screen and (min-width: 1024px) {
      body #footer_address {
        width: 58%; } }
    @media screen and (min-width: 1350px) {
      body #footer_address {
        width: 43%; } }
  body #social_nav_footer a {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-color: transparent; }
    body #social_nav_footer a svg {
      display: block;
      width: 26px;
      height: 26px;
      margin: 3px;
      fill: #c1c1c1; }
    body #social_nav_footer a:hover, body #social_nav_footer a:focus {
      background-color: inherit; }
      body #social_nav_footer a:hover svg, body #social_nav_footer a:focus svg {
        fill: inherit; }
    body #social_nav_footer a:hover svg {
      fill: #006bb6; }
  body #footer_nav a {
    color: #444444; }
    body #footer_nav a:hover {
      color: #006bb6; }
  body #mobile_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #006bb6; }
    body #mobile_nav a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: .75em;
      text-decoration: none;
      color: white; }
      body #mobile_nav a svg {
        width: 28px;
        height: 28px;
        margin-bottom: 5px;
        fill: white; }
      body #mobile_nav a:hover {
        color: #c1c1c1; }
        body #mobile_nav a:hover svg {
          fill: #c1c1c1; }
    @media screen and (min-width: 768px) {
      body #mobile_nav {
        display: none; } }
    @media screen and (max-width: 767px) {
      #footer_main {
        padding-bottom: 64px; } }

#edlio_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #006bb6; }
  #edlio_login .edlio-logo {
    display: block;
    width: 24px;
    height: 16px;
    overflow: hidden;
    background-color: transparent;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid #006bb6; }
    #edlio_login .edlio-logo svg {
      display: block;
      width: 24px;
      height: 16px;
      margin: 0;
      fill: #006bb6; }
    #edlio_login .edlio-logo:hover, #edlio_login .edlio-logo:focus {
      background-color: inherit; }
      #edlio_login .edlio-logo:hover svg, #edlio_login .edlio-logo:focus svg {
        fill: inherit; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover .edlio-logo {
      border-color: black; }
    #edlio_login:hover svg {
      fill: black; }

#topnav_holder #topnav_mobile_toggle {
  z-index: 999 !important; }

#topnav ul li .sub-nav.accessible-megamenu-panel ul li ul li {
  width: 100% !important; }

#header_title a .topline {
  font-family: "Lemon Milk Bold", sans-serif !important;
  font-size: 2.16em !important; }

#header_title a .btmline {
  font-family: "Bebas Neue Vold", sans-serif !important; }

#we_tip_top {
  background-image: url("/pics/WeTIP top.png");
  background-size: cover;
  color: transparent;
  width: 110px;
  height: 55px; }

#we_tip_bottom {
  background-image: url("/pics/WeTip Bottom page.png");
  background-size: cover;
  color: transparent;
  width: 355px;
  height: 75px;
  display: block;
  margin: 20px auto; }
  @media screen and (min-width: 1024px) {
    #we_tip_bottom {
      margin: 0px; } }

#news_container .items-list .item {
  background-image: url("/pics/default.png"); }

/*# sourceMappingURL=main.css.map */
