.feature {
  background-size: cover;
  background-position: 50% 10%;
}

.search-results .article {
    color: #4d4d4d;
}

.search-results .article-primary h2 {
    margin-bottom: 0;
}

.search-results .search-result {
    margin-bottom: 22px;
}

.search-results .search-result .entry-summary p {
    font-weight: normal;
}


.testimonial-image img {
    width: 271px;
    border-radius: 90000px;
}



.sub-menu > .menu-item .menu-item {
    margin: 1em;
}

.footer {
    color: white;
}

.footer-inner {
    background: #092E6E;
    margin-top: 74px;
    padding-bottom: 44px;
    position: relative;
    z-index: 1;
}

.footer .logo {
    margin-bottom:22px;
    margin-left: -62px;
}

@media (max-width: 1023px) {
  .footer .logo {
    margin-left: 0;
  }
}

.social-media-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-size: cover;
    color:transparent !important;
    margin-right: 23px;
    line-height: 32px;
}
.social-media-icon:visited, .social-media-icon:active {
  color: transparent !important;
}

.social-media-icon.is-twitter {
    background-image: url("images/icons/twitter.svg");
}
.social-media-icon.is-facebook {
    background-image: url("images/icons/facebook.svg");
}
.social-media-icon.is-photobucket {
    background-image: url("images/icons/photobucket.svg");
}
.social-media-icon.is-youtube {
    background-image: url("images/icons/youtube-48.png");
}
.social-media-icon.is-instagram {
    background-image: url("images/icons/instagram-48.png");
}

@media(min-width: 911px){
    
    .misc-links, .social-media-links {
        text-align: right;
    }
    
    .footer-inner .shell {
        margin-top: -42px;
        max-width: 80%;
    }
}

.footer {
  font-size: 14px;
}
.footer-menus ul li {
    list-style-type: none;
}
/*
.footer-menus ul li:before {
    content: ">";
    position: relative;
    display: inline-block;
    margin-right: .5em;
}
*/
.footer-menus ul li a {
    text-decoration: none;
}
.secondary_footer_links, .social-media-links {
  display: inline-block;
}

.secondary_footer_links .menu {
  list-style-type: none;
}

.secondary_footer_links .menu .menu-item {
  display: inline-block;
  
}

.secondary_footer_links .menu .menu-item:after {
  content: "|";
  padding: 20px;
}

.secondary_footer_links .menu .menu-item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  
  .secondary_footer_links, .social-media-links, .secondary_footer_links .menu .menu-item {
    display: block;
  }
  .secondary_footer_links .menu .menu-item:after {
    content: none;
  }
  .secondary_footer_links .menu-item {
    margin-bottom: 22px;
  }
}

/* events sidebar widget */
.widget-events {
  background: /*#FFA400*/#de6600;
}

.widget-events .widget-title {
  color: #002E6D;
  margin-bottom: 24px;
}

.widget-events .widget-title {
  color: #002E6D;
  margin-bottom: 24px;
}

.widget-events .date, .simple-carousel .date {
  line-height:24px;
}

.widget-events .month, .simple-carousel .month {
  font-size: 12px;
  text-transform: uppercase;
}

.widget-events .title, .simple-carousel .title {
  font-size: 18px;
}

.widget-events .summary {
  color: #333333;
  line-height:24px;
}

.widget-events .learn-more {
  border: 2px solid #ffd284;
  display: inline-block;
  padding: 16px 20px;
  margin-bottom: 35px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
}
.widget-events .learn-more:hover {
  background: white;
  color: #ffa400;
  text-decoration:none;
}


.widget-events .event:last-child .learn-more {
  margin-bottom: 0px;
}



/* content list styling */
.entry-content ol, .entry-content ul, .article-body ol, .article-body ul {
  list-style-type: none;
  margin-left: 0;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.33em;
}

.entry-content ol li, .entry-content ul li, .article-body ol li, .article-body ul li {
  margin-bottom: 1.33em;
}

.entry-content ol > li, .article-body ol > li {
  counter-increment: customlistcounter;
}

.entry-content ol > li:before, .article-body ol > li:before {
  content: counter(customlistcounter) " ";
}

.entry-content ol > li:first-child, .article-body ol > li:first-child {
  counter-reset: customlistcounter;
}



.entry-content ul > li:before, .entry-content ol > li:before, .article-body ul > li:before, .article-body ul > li:before {
  color: #082e6f;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 2em;
}

.entry-content ul > li:before, .article-body ul > li:before {
  content: " ";
  color: #082e6f;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(images/icons/list-bullet.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .sidebar {
      padding: 0;
      width: 100%;
      float: none;
  }
  
  .user-widgets {
      width: 31%;
      margin-right:3%;
      float: left;
      
  }
  
  .other-widgets {
      width: 66%;
      float: left;
      
  }
  
  .event {
      display: inline-block;
      width: 45%;
  }
  .event + .event {
      margin-left: 5%;
  }
  
  .widget-events .event .learn-more {
      margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .shell {
      padding: 0 20px;
  }
  .user-widgets {
    margin-bottom: 0;
  }
  
  .widgets.other-widgets {
    margin-bottom: 60px;
  }
}


.article-entry, .entry-content, .article-body ul {
  font-size: 18px;
  line-height:1.5em;
  color: #4D4D4D;
  /*color: #313131; fix per andrew? */
}

.intro-content.no-title {
  padding: 62px;
}


/* ctas */
.section-ctas {
  padding: 32px 0;
}

.section-ctas .article-head {
  width: 31%;
  margin-right: 6%;
  float: left;
}
.ctas-heading, article .ctas-heading {
    margin-bottom: 0;
    font-size: 23px;
    color: #4681CF;
    font-weight: 500;
}

.ctas-body, article .ctas-body {
  color: #4D4D4D;
  font-size:16px;
  line-height:27px;
}



.cta {
    float: left;
    background: #D7E2F1;
    color: #002E6D;
    width: 46%;
    margin-bottom: 24px;
    list-style-type: none;
    
}
.cta:first-child {
    display: none;
}

.cta .button-link {
    text-decoration: none;
    display: block;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}

.cta-dropdown {
  display: none;
  position: absolute;
  background-image: url("images/cta-arrow-down.svg");
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  text-decoration: none;
  padding: 32px 40px;
  background-size: 12px 8px;
  background-position: 50%;
}

.cta:nth-child(even) {
    margin-right: 4%;
}

.cta-links {
  width: 63%;
  float: left;
  margin-top: 8px;
}

@media (max-width: 1140px) {
  .section-ctas .article-head {
    width: 50%;
    margin-right: 10%;
  }
  
  .cta-links {
      width: 40%;
  }
  
  .cta {
      float: none;
      width: 100%;
  }
  .cta:nth-child(even) {
      margin-right: 0;
  }
}

@media (max-width: 767px) {
  .section-ctas .article-head, .cta-links {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  
  .cta .button-link {
    text-align: left;
  }
  
  .cta-dropdown {
    display: block;
    
  }
  
  .cta {
      float: none;
      width: 100%;
      margin-bottom: 0;
      position: relative;
      display:none;
  }
  
  .cta:first-child {
      display: block;
  }
  
  .cta:nth-child(2) {
    border-top: 1px solid #A5BBD1;
  }
  
  .cta.shown {
    display: block;
  }
}

/*page-title*/
h1.page-title {
  color:#002E6D;
  font-size:62px;
  font-weight: 600;
}

@media (max-width: 767px) {
  h1.page-title {
    font-size:48px;
  }
}

/* feature boxes - link */
.feature.feature-link {
  
}

.feature.feature-link strong {
  font-size: 32px;
}

.feature.feature-link p {
  margin-bottom: 0;
}

.feature.feature-link hr {
  width: 50%;
  margin: 20px auto;
  border-bottom: 0;
  border-top: 1px solid white;
}

.feature.feature-link .feature-box-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  position: relative;
}

.feature.feature-link .feature-box-link:after {
  content: " ";
  display: inline-block;
  background-image: url("images/feature-box-link-arrow.svg");
  width: 19px;
  height: 11px;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-left: 1em;
  background-size: 19px 12px;
  background-position: 50%;
}

/* "simple" / no-images carousel */
.slider-events .slide-simple .slide-content:after {
    left: auto;
    right: 0;
    bottom: 0;
    border-color: transparent white transparent transparent;
    border-width: 69px 75px 0px 0;
    transform: translate(1px, 1px);
}

.slider-events-mobile-simple {
    display: none;
    margin: 33px 31px;
}

@media (max-width: 767px) {
  .slider-events-mobile-simple {
      display: block;
  }
  
  .simple-carousel {
    padding-bottom: 42px;
  }
}

.simple-carousel .slide-light-blue, .simple-carousel .slide-blue {
  color: white;
}

.simple-carousel {
  padding: 27px 26px 51px 27px;
}

.simple-carousel .learn-more {
    border: 2px solid white;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 16px 20px;
    text-transform: uppercase;
}

.simple-carousel .widget-cuted:before {
    border-width: 0 0 66px 76px;
}

.simple-carousel .widget-events .title {
    font-size: 21px;
}

.simple-carousel .title, .simple-carousel .date, .simple-carousel .learn-more {
  color: white;
}
.simple-carousel .learn-more {
  font-size: 16px;
}



/* feature corner boxes */
.corner-box {
  position: relative;
}
.corner-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 33px 31px;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
}


/*metacropped images */
.metacrop-image {
  background-size: 100%;
  background-size: cover;
  background-position: center;
}

.metacrop-image img {
  opacity: 0;
}



.header .logo {
    top: 28px;
}

.nav > .menu-test-menu-container > ul {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-left: 21.5%;
}

.header {
    padding: 46px 0 0px 16px;
}

.header .nav-utilities {
    top: -6px;
}

.nav-aside a {
	font-size: 18px;
   font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .01em;
	min-width: 116px;
}



.nav-secondary li span {
    font-weight: 500;
}

.nav-utilities-secondary .menu > .menu-item {
  border:none;
}

.nav-utilities-secondary .menu > .menu-item > .sub-menu {
    max-height: none;
        position: relative;
        background: transparent;
}

.nav-utilities-secondary .menu > .menu-item > .sub-menu li:first-child {
    margin-top: 1em;
}

.nav-utilities-secondary .menu > .menu-item > .sub-menu li {
    border: none;
    
}

.nav-utilities .menu > .menu-item > a {
    border-bottom: 1px solid white;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url("images/icons/mobile-menu-max.svg");
    background-repeat: no-repeat;
    background-position: 160% 50%;
    background-size: 60% 60%;
    min-width:251px;
}
.nav-utilities .menu > .menu-item.open > a {
    background-image: url("images/icons/mobile-menu-min.svg");
}

.nav-utilities .menu > .menu-item > .sub-menu {
  font-size: 18px;
  display: none;
  margin-top:0;
  border-top:none;
  padding-top:0;
}

@media (max-width: 1023px) {
  .nav-utilities li + li {
       margin-top: 0px; 
  }
}


.nav-utilities .open .sub-menu {
  display: block !important;
}

.nav-pannel-body .special-list, .nav-pannel-body #calls-to-action {
  list-style: none;
  margin-bottom: 2em;
}

.nav-pannel-body .special-list li a, .nav-pannel-body #calls-to-action li a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 1em 2em;
    border: 1px solid white;
    margin-top: 1em;
}

.nav-pannel-body .special-list li a:hover, .nav-pannel-body #calls-to-action li a:hover {
    color: #002e6d;
    text-decoration: none;
    background: white;
}

.nav-pannel-body #calls-to-action li:first-child a {
    background: #ffa409;
    border: 1px solid #ffa409;
}

.nav-pannel-body #calls-to-action li:first-child a:visited {
    background: #ed9406;
    border: 1px solid #ed9406;
}

.nav-pannel-body #calls-to-action li:first-child a:hover {
  color:white;
    background: #e08b03;
    border: 1px solid #e08b03;
}


@media (max-width: 767px) {
  .header {
      padding: 15px 20px 19px 15px;
  }
}

.notched-right:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 66px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.notched-left:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 66px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sidebar-1 .menu-item {
  list-style: none;
  
}

.nav-sidebar li {
    border-top: 1px solid #f0f0f0;
    border-bottom: 2px solid transparent;
}

/*custom list styling */
.article-body ul > li > ul, .entry-content ul > li > ul {
  padding-left:2em;
}

.article-body ul > li > ul > li:first-child, .entry-content ul > li > ul > li:first-child {
  padding-top:1em;
}

.article-body ol[style*="list-style-type"] > li:before, .entry-content ol[style*="list-style-type"] > li:before {
  content: none;
}

@media (max-width: 1023px) {
  .hide-on-mobile {
    display: none;
  }
}

.nav-aside-header #calls-to-action a {
    border: 2px solid rgba(255,255,255,.7);
}
.nav-aside-header #calls-to-action a:hover {
    background: white;
    color: #002e6d ;
}

.tribe-events-before-html ul {
  list-style: none outside none;
  padding: 0;
}

.tribe-events-before-html li {
  border-top: 1px solid #f0f0f0;
  border-bottom: 2px solid transparent;
  margin-bottom: 0 !important;
  
}

.tribe-events-before-html li:before {
  content: none !important;
}

.tribe-events-before-html li a {
    font-size: 14px;
    background: #092e6e;
    
    display: block;
    text-decoration: none;
    color: #fff !important;
    padding: 24px 0 20px 35px;
    transition: all .3s;
    font-weight: 400;
}

@media (min-width: 1024px) {
  
  .tribe-events-before-html li {
    margin: 0 1em !important;
  }
  
  .tribe-events-before-html li a {
        padding: 24px 35px 20px 35px;
  }
  
  .tribe-events-before-html li, .tribe-events-before-html li a {
    width:100%;
    text-align: center;
  }
}

#search_employeeemd_employee-results th {
    text-align: left;
}

.img-circle {
  border: none !important;
  border-radius: 0;
  border-radius: 0 !important;
}

#search_employeeemd_employee-results td:first-child, #search_employeeemd_employee-results th[data-field="empno"] {
    display: none;
}

.logo {
    height: 72px;
}

.nav > .menu-test-menu-container > ul {
    font-weight: 500;
}

.main {
  position: relative;
  z-index: 1;
}

#tribe-events .tribe-events-sub-nav > li:before {
  content: none;
}

.slide-content h3 a {
  text-decoration: none;
}

body.search {
  color: #444;
}

.tribe-theme-qvcc .content {
    float: none;
    width: 72%;
    margin: 0 auto;
}

.section-divider a {
    color: #002e6d;
    text-decoration: none;
}

.intro-interior h2 {
    font-weight: 500;
}

.intro-interior .pre-title h1 {
  text-align: left;
}


.intro #calls-to-action .menu-item:nth-last-child(-n+2) a {
  background-color: #5093c2;
}

.intro #calls-to-action .menu-item:nth-last-child(-n+2) a:hover {
  background-color: #217EBF;
}

@media (max-width: 1024px) {
  .secondary_footer_links, .copyright, .credit {
        margin-left: 1.5%;
  }
}

.credit a {
  color: #5493C1;
  text-decoration: none;
}

@media (max-width: 767px) {
  .secondary_footer_links, .copyright, .credit {
    margin-left: 0;
  }
}

.slide-blue .learn-more:hover {
  background:white;
  color: #092e6e;
}

.slide-yellow .learn-more:hover {
  background:white;
  color: #ffa409;
}
.slide-light-blue .learn-more:hover {
  background:white;
  color: #5093c2;
}

.sub-menu > .menu-item-has-children > a {
  font-weight: 900;
}

.menu > li:hover > .sub-menu, .menu > li.hover > .sub-menu  {
  max-height: 800px;
}
/*
@media (max-width: 1434px) {
  .slider-faculty.slider-faculty-desktop .shell {
    margin: 0;
  }
}
*/

.main table {
    font-size: 16px;
    color: #4d4d4d;
}


.employee-content p, .emp-content div {
    position: relative;
    padding-left: 33%;
}

.employee-content b {
  position: absolute;
  left: 0;
}

.logo-small {
    background-image: url(images/logo-full.png);
    background-position: 0;
    background-size: cover;
    width: 159px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
  .metacrop-image {
    height: auto !important;
    width:100%;
  }
  .slide {
    width:100%;
  }
  
  .feature {
      height: auto;
      min-height: 289px;
  }
  
  .feature img {
      display: block;
      opacity: 0;
      width: 100%;
  }
}


.crisis-feed {
    background: #ca2c04;
    padding: 1em;
    color: white;
    font-weight: bold;
}

/* crisis feed padding on mobile */ 
@media screen and (max-width:767px) {
  .crisis-feed {
      padding-top: 96px;
  }
}


/* fixes image floating disturbing widgets */
.article-entry:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.alignright {
    margin-left: 1em;
}
@media screen and (max-width:584px) {
  .alignright {
    float: none;
    margin-left:0;
  }
}

.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-back a,.tribe-events-list-widget .tribe-events-widget-link a,ul.tribe-events-sub-nav a , #tribe-events .tribe-events-button,.tribe-events-button, .single-tribe_events .tribe-events-event-meta, .tribe-events-single-section-title, .tribe-event-date-start, .tribe-events-loop .tribe-events-event-meta {
    font-size: 18px !important;
}

.section-primary .section-head {
    padding-top: 39px;
}


.intro-content .btn {
    line-height: 32px;
    height: auto;
    padding: 16px 10px;
}



@media (min-width: 1024px) {
  .menu > li:hover > .sub-menu, .menu > li.hover > .sub-menu {
    padding: 15px 15px 20px 29px;
  }
}

@media (max-width: 1023px) {
  .nav-pannel {
      width: 100%;
  }
}

.event-categories-menu-container {
  margin-bottom:2em;
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 1 !important;
}

#tribe-bar-date, #tribe-bar-search {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .tribe-events-list .tribe-event-schedule-details {
      padding: 0 12px;
  }
  
  .search input::-webkit-input-placeholder { color: transparent; }  
  .search input::-moz-placeholder { color: transparent; }  
  .search input:-ms-input-placeholder { color: transparent; }  
  .search input::placeholder { color: transparent; }  
}

.ico-financial { background-image: url("images/icons/precontent-nav-financial-aid.png"); background-position: 0; background-size: 100%; width: 36px; height: 36px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-community { background-image: url("images/icons/precontent-nav-our-community.png"); background-position: 0; background-size: 100%; width: 45px; height: 36px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-register { background-image: url("images/icons/precontent-nav-register-now.png"); background-position: 0; background-size: 100%; width: 36px; height: 36px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-financial { background-image: url("images/icons/precontent-nav-financial-aid@2x.png"); background-position: 0; background-size: 100%; width: 36px; height: 36px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; font-size: 0; }
  .ico-community { background-image: url("images/icons/precontent-nav-our-community@2x.png"); background-position: 0; background-size: 100%; width: 45px; height: 36px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; font-size: 0; }
  .ico-register { background-image: url("images/icons/precontent-nav-register-now@2x.png"); background-position: 0; background-size: 100%; width: 36px; height: 36px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; font-size: 0; }
}
.bar {
    padding-top: 25px;
}

.search-info {
  font-size: 1.125em;
}


.employee-list-table td, .employee-list-table th {
    padding: .5em .75em;
    text-align: left;
}
.employee-list-table tr:nth-child(even) {
  background: #eee;
}

.employee-list-table thead tr {
  background: #092e6e;
  color: white;
}


.employee-list-alphabet {
  list-style: none;
}
.employee-list-alphabet li {
  display: inline-block;
  text-transform: uppercase;
}
.employee-list-alphabet li:after {
  content: "|";
  display: inline-block;
  margin: 0 .5em;
}
.employee-list-alphabet li:last-child:after {
  content: none;
}

.employee-directory-options {
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
.employee-directory-options li {
  display: table-cell;
  vertical-align: top;
  padding: .25em;
}
.employee-directory-options li:first-child {
  padding-left: 0;
}
.employee-directory-options li:last-child {
  padding-right: 0;
}
.employee-directory-options li a {
  background: #092e6e;
  display: block;
  width: 100%;
  padding: 1em 0;
  color: white;
  text-decoration: none;
}
.employee-directory-options li a.active {
  background: #999;
  font-weight: bold;
}
.employee-directory-options li a:hover {
  background: #ed9406;
}
.employee-directory-options li a.active:hover, .employee-directory-options li a.active:active {
  background: #999;
}

strong.department-phone-number {
    float: right;
}