/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }



strong, b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

.home-wrapper.top{
	padding: 10px 20px;
}
  
.logoText{
  display: none;
}

ol{
  padding-left: 18px;
}

.close-notification{
  text-align: center;
  padding-top: 8px;
}

.close-notification a{
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling : touch !important;
    overflow: auto;
    height: 100% !important;
  }
}

/*
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #d5502d;
  display: inline-block; }

a:link, a:visited {
  color: #d5502d; }

a:hover, a:active {
  color: #0080ff;
  text-decoration: underline; }

.region-nav-main a:focus{
  background: transparent !important;
}

.warning-notification, .standard-notification{
  
  padding: 12px 0px;
  
}

html {
  font-size: 10px; }

body {
  font-family: "Proxima Nova", proxima-nova, Helvetica, sans-serif;
  color: rgba(26, 26, 26, 0.7); }

h1, h2, h3, h4, h5, h6, h7 {
  color: #484848; }

.fluid-width-video-wrapper{
  height: 400px;
  padding-top: 0px !important;
}

#menuSearch{
  position: relative;
  z-index: 1;
}

.icon_menu:hover #menu_text{
  color: rgba(0, 255, 0, 0.6);
}

.icon_menu:hover #iconMenu{
  background-color: rgba(0, 255, 0, 0.6);
}

.field-name-body ul > li > a{
  vertical-align: top;
}

#nav-secondary ul li ul li a{
  text-transform: uppercase;
  font-size: 13px;
}

.form-control.form-checkboxes{
  border: none;
}

.form-control{
  height: auto;
}

input[type=checkbox].form-control{
  width: auto;
  height: auto;
  display: inline-block;
  border: none;
}

/* Search Page */
#block-views-exp-search-page,
.block-views--exp-search-page-instance {
  position: relative;
}
#block-views-exp-search-page .views-exposed-form .views-exposed-widget .btn,
.block-views--exp-search-page-instance .views-exposed-form .views-exposed-widget .btn {
	margin-top: 0;
}
#block-views-exp-search-page div#edit-combine-wrapper,
.block-views--exp-search-page-instance div#edit-combine-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0;
}
#block-views-exp-search-page .views-submit-button,
.block-views--exp-search-page-instance .views-submit-button {
  display: table-cell;
  position: absolute;
  right: 0;
  margin: 0px;
  top: 0;
  padding: 0;
}
.view-search .views-field.views-field-created {
  padding-bottom: 5px;
}
.view-search .views-row {
    margin-bottom: 25px;
}

.field-name-field-primary-media .field-item, .field-name-field-secondary-media .field-item, .field-name-field-images .field-item{
  margin: 18px 0px;
}

h1, h3, h4, h5, h6, h7 {
  margin: 0 0 .5em 0; }

h2, h3 {
  margin: .75em 0 .25em 0; }

h2, h3, h4, h5, h6 {
  line-height: 1; }

h1 {
  line-height: .9; }

h1 + h2 {
  margin-top: 0; }

p {
  margin: 0 0 .5em 0;
  padding: 0;
  line-height: 1.6; }

q {
  font-style: italic; }

details {
  margin: 0 0 .5em 0;
  color: rgba(26, 26, 26, 0.7); }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  padding-left: 0;
}
.pagination > li > a, .pagination > li > span {
  padding: 6px 10px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  padding-right: 0;
}
.page-header {
  border-bottom: none;
}
main {
  color: rgba(26, 26, 26, 0.7);
  font-size: 1.6rem; }
  main h1 {
    color: #4c8b2b;
    font-family: "Proxima Nova Extra Condensed", proxima-nova-extra-condensed, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 300;
    border-bottom: none;
    letter-spacing: -.02em; }
    @media (min-width: 480px) {
      main h1 {
        font-size: 3.5em; } }
    @media (min-width: 768px) {
      main h1 {
        font-size: 5em; } }
  main h2 {
    color: #4c8b2b;
    font-size: 1.5em;
    font-weight: normal; }
    @media (min-width: 768px) {
      main h2 {
        font-size: 2em; } }
  main h3 {
    font-size: 1.2em;
    font-weight: 500; }
    @media (min-width: 768px) {
      main h3 {
        font-size: 1.5em; } }
  main h4 {
  font-weight: 700; }
  main p.breadcrumb {
    margin: 0;
    padding: 0;
    color: #b3b2b1;
    text-transform: uppercase;
    line-height: .8; }
  main p.pageKicker {
    margin: 0;
    padding: 0;
    color: #b3b2b1;
    font-family: "Proxima Nova Extra Condensed", proxima-nova-extra-condensed, Helvetica, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.2; }
    @media (min-width: 768px) {
      main p.pageKicker {
        font-size: 3em; } }
  main p.pullQuote01 {
    display: none; }
    @media (min-width: 768px) {
      main p.pullQuote01 {
        display: inherit;
        margin: 1em 0;
        border-top: 1px solid #b3b2b1;
        border-bottom: 1px solid #b3b2b1;
        padding: .5em 0;
        color: #4c8b2b;
        font-size: 1.5em;
        font-style: italic;
        font-weight: 300; } }
    @media (min-width: 960px) {
      main p.pullQuote01 {
        margin: 1em 0 1em -3em; } }
    @media (min-width: 1520px) {
      main p.pullQuote01 {
        margin: 1em 0; } }
  main ul {
    margin-bottom: .5em;
    padding-left: 1em; }
  main li {
    margin-bottom: .25em;
    line-height: 1.2; }

main .picture {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.2;
  font-style: italic; }
  main .picture img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto; }
  main .picture p {
    margin-top: .5em;
    color: black;
    line-height: 1.2; }

ul.listWithHeading li:first-of-type {
  margin: 0 0 0 -1em;
  padding: 0;
  list-style: none;
  font-weight: bold; }

main .people {
  margin: 1.5em 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

main .people p {
  margin: 0;
  padding: 0;
  line-height: 1.3; }

main .people__name {
  font-weight: bold; }

main .people__officer, main .people__title {
  font-style: italic; }

main p.people__date {
  margin-top: .25em;
  text-transform: uppercase;
  font-size: .65em; }

nav ol, nav ul {
  list-style: none; }

.nav-btn{
  color: #000;
}

#nav-menubar {
  background: #2c5234;
  height: 66px;
  font-family: "Proxima Nova Extra Condensed", proxima-nova-extra-condensed,
   Helvetica, sans-serif;
  font-size: 3.2rem;
  line-height: 1; }

@media (max-width: 767px) {
  #nav-menubar {
    float: left;
    width: 100%;
  }
  #nav-drawer {
    float: left;
    width: 100%;
  }
}

#block-menu-menu-quick-links-menu{
  padding: 3.5em 2em;
}

#block-bean-main-search-block h2.block-title, #nav-drawer #block-bean-main-search-block ul.menu.nav{
  padding: 0px;
}

.nav-logo a {
  margin-left: 1em;
  padding-top: .9em;
  width: 150px;
  height: 66px;
  display: inline-block;
  float: left;
  text-transform: uppercase;
      background: url(../images/icon-logo-156x66.svg) 0 0 no-repeat;
  font-size: .75em;
  font-weight: normal;
  color: white; }
  .nav-logo a:link, .nav-logo a:visited {
    color: white; }
  .nav-logo a:hover, .nav-logo a:active {
    color: black; }
  @media (min-width: 480px) {
    .nav-logo a {
      padding-top: .55em;
      width: 200px;
      font-size: 1em; } }
  @media (min-width: 768px) {
    .nav-logo a {
      letter-spacing: .05em;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; } }

#nav-secondary h2.block-title {
  font-size: 3em;
  background: #4c8b2b;
  margin: 0;
  padding: 1em;
  text-align: center;
}
.nav-icons {
  margin-right: 1em;
  display: inline-block;
  float: right;
  height: 100%; }
  .nav-icons .navIcon {
    margin: 11px 0 0 11px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8); }
    .nav-icons .navIcon:hover {
      background: rgba(0, 255, 0, 0.6); }

#nav-drawer {
  font-size: 1.6rem; }
  #nav-drawer button {
    background-color: #00ff34; }
  #nav-drawer li {
    line-height: 1.6; }
    #nav-drawer li a {
      color: white; }
      #nav-drawer li a:link, #nav-drawer li a:visited {
        color: #faf4ad; }
      #nav-drawer li a:hover, #nav-drawer li a:active {
        color: #f5e95b;
        text-decoration: underline; }
  #nav-drawer .nav-menu {
    background-image: url("../images/opac_bg.png");
  }
  #nav-drawer .nav-conversion {
    background: black; }
  @media (min-width: 768px) {
    #nav-drawer .nav-menu, #nav-drawer .nav-login, #nav-drawer .nav-search, #nav-drawer .nav-conversion {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    #nav-drawer .nav-menu .menu.nav div, #nav-drawer .nav-login .menu.nav div, #nav-drawer .nav-search .menu.nav div, #nav-drawer .menu.nav .nav-conversion div {
      min-width: 20em; } }
  #nav-drawer .nav-menu ul.menu.nav, #nav-drawer .nav-login ul.menu.nav, #nav-drawer .nav-search ul.menu.nav, #nav-drawer .nav-conversion ul.menu.nav {
    margin: 0 auto;
    padding: 1em 0 1em 1em; }
    
      #nav-drawer .nav-menu ul, #nav-drawer .nav-login ul, #nav-drawer .nav-search ul, #nav-drawer .nav-conversion ul {
        margin: 0;
        padding: 2em;
        width: inherit; } 
  #nav-drawer .nav-menu .menu.nav, #nav-drawer .nav-conversion .menu.nav {
    list-style: none;
    line-height: 1.6;
    font-family: "Proxima Nova Extra Condensed", proxima-nova-extra-condensed, Helvetica, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 768px) {

      #block-bean-main-menu-block .field-name-field-menu-buttons .field-items{
        text-align: center;
      }

      #block-bean-main-menu-block .field-name-field-menu-buttons .field-items .field-item{
        display: inline-block;
        width: 20%;
        margin: 1em;
        min-width: 179px;
        max-width: 200px;
        text-align: left;
      }

      #block-bean-main-menu-block .field-name-field-menu .field-item{
        /*display: inline-block;*/
        width: 25%;
        /*vertical-align: top;*/
        } }
  #nav-drawer .nav-menu li, #nav-drawer .nav-conversion li {
    margin-bottom: .5em;
    letter-spacing: .1em; }
  #nav-drawer .nav-menu .menu.nav li:first-of-type, #nav-drawer .nav-conversion .menu.nav li:first-of-type {
    margin-bottom: 0;
    font-size: 2.8em;
    letter-spacing: normal; }
    #nav-drawer .nav-menu .menu.nav li:first-of-type a, #nav-drawer .nav-conversion  .menu.nav li:first-of-type a {
      color: #000; }
    #nav-drawer .nav-menu .menu.nav ul li:first-of-type a {
      color: #faf4ad;
      font-size: 14px;
    }
    #nav-drawer .nav-menu .menu.nav ul li:first-of-type a:hover {
      color: #f5e95b;
      text-decoration: underline;
    }
    #nav-drawer .nav-menu ul.menu.nav ul li:before {
      content: "";
      width: 3px;
      height: 3px;
      background: #faf4ad;
      position: absolute;
      top: 8.5px;
      left: 0;
      border-radius: 50%;
    }
    #nav-drawer .nav-menu ul.menu.nav ul li {
      position: relative;
      padding-left: 8px;
      font-size: 14px;
      margin-bottom: 0px;
      letter-spacing: 0.8px;
    }
    #nav-drawer .nav-menu .menu.nav ul li:first-of-type {
      letter-spacing: 0.8px;
    }
    #nav-drawer .nav-menu ul.menu.nav ul {
      margin: 0;
      padding: 0px 7px 0 7px;
    }
    #nav-drawer .nav-menu ul li.last {
      margin-bottom: 0;
    }
  #nav-drawer .nav-login, #nav-drawer .nav-search {
    background-image: url("../images/opac_bg.png");
    color: #ccc; }
    #nav-drawer .nav-login h2, #nav-drawer .nav-search h2 {
      color: #00ff34;
      font-size: 2em;
      font-family: "Proxima Nova Extra Condensed", proxima-nova-extra-condensed, Helvetica, sans-serif; }
    #nav-drawer .nav-login p, #nav-drawer .nav-search p {
      color: #fff; }
    #nav-drawer .nav-login input[type="text"], #nav-drawer .nav-login button, #nav-drawer .nav-search input[type="text"], #nav-drawer .nav-search button {
      margin: 0 0 1em 0;
      border: transparent;
      border-radius: 4px;
      padding: .3em;
      font-size: 1em;
      color: #282828;
      width: 100%; }
      @media (min-width: 768px) {
        #nav-drawer .nav-login input[type="text"], #nav-drawer .nav-login button, #nav-drawer .nav-search input[type="text"], #nav-drawer .nav-search button {
          width: 20em; } }

@media (min-width: 1800px) {
  nav.tertiaryNav {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all; } }

nav.tertiaryNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none; }

nav.tertiaryNav li {
  border: 1px solid rgba(26, 26, 26, 0.7);
  padding: .25em 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

footer {
  border-top: 18px solid #2c5234;
  background: #000;
  color: #ccc;
  overflow: auto;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  width: 100%; }
  @media (min-width: 480px) {
    footer {
      font-size: 1.4rem; } }
  @media (min-width: 960px) {
    footer {
      font-size: 1.6rem; } }
  footer ul {
    margin: 2em auto;
    padding: 0;
    /*text-align: center;*/
    list-style: none; }
    @media (min-width: 768px) {
      footer ul {
        margin: 2em 0;
        text-align: left;
        float: left;
        width: 22%;
        max-width: 20em; } }
  @media (min-width: 768px) and (min-width: 768px) {
    footer ul:first-of-type {
      margin-left: 5%; } }

  footer a {
    padding: .2em 0;
    display: block;
    color: #ccc; }
    footer a:link, footer a:visited {
      color: #ccc; }
    footer a:hover, footer a:active {
      color: #f5e95b; }
  footer .footerMenuTitle {
    color: #82bc00;
    font-size: 1.4em;
    text-transform: uppercase; }
  footer .footerRow {
     }
    footer .footerRow:nth-child(odd) {
      background: #1c1c1c; }
    footer .footerRow:nth-child(even) {
      background: #141414; }
    footer .footerRow:last-child {
      min-height: 128px; }
      @media (min-width: 768px) {
        footer .footerRow:last-child {
          min-height: inherit; } }

          footer .footerRow .contextual-links{
            width: auto;
          }

          footer .footerRow .menu.nav{
              margin: 0px;
              display: block;
              width: auto;
              max-width: 100%;
              float: none;
          }

          footer .footerRow .menu.nav > .expanded{
            display: inline-block;
          }

          footer .footerRow .menu.nav > .expanded > span,
          footer .footerRow .menu.nav > .expanded > .campus-link {
              color: #82bc00;
              font-size: 1.4em;
              text-transform: uppercase;
              background: transparent;
          }

          footer .footerRow .menu.nav > .expanded > span .caret{
            display: none;
          }

          footer .footerRow .menu.nav > .expanded > ul{
            display: block;
            margin: 0px;
            position: relative;
            min-width: 100%;
            padding: 0px;
            background: transparent;
            box-shadow: none;
            border: none;
          }

          footer .footerRow .menu.nav > .expanded > ul a{
            padding: .2em 0;
          }

          footer .footerRow .menu.nav > .expanded > ul a:hover{
            color: #f5e95b;
            text-decoration: underline;
          }

          footer .footerRow .menu.nav > .first.expanded{
                margin-left: 5%;
          }

          footer .footerRow .menu.nav > .expanded{
                margin: 2em 0;
                text-align: left;
                float: left;
                width: 22%;
                max-width: 20em;
          }

          #btn_Donate{
            background: rgba(250, 244, 173, 0.46);
            border: 1px solid #d5502d;
            padding: 6px 22px;
            color: #d5502d;
          }

footer .footerRow .region-copyright ul {
  max-width: 100%;
  width: 100%;
  margin-left: 5%;
}
footer .footerRow .region-copyright ul a {
  display: inline-block;
}


.tabs--primary.nav.nav-tabs > li > a {
    padding: 4px 12px;
}

.tabs--primary.nav.nav-tabs > li{
    margin-right: 8px;
}

.field-content.Warning{
}

.field-type-text-with-summary em, .field-type-text em, .field-item p em{
  font-style: italic;
}

.view-site-notification .field-content{
  text-align: center;
  padding: 6px 0px;
    font-size: 2.5em;
  background: #F6EB4D;
  color: #000;
  font-weight: bold;
  background-image: url("../images/alert.png");
  background-position: 4px center;
  background-repeat: no-repeat;
      padding-left: 274px;
  min-height: 85px;
  cursor: pointer;
}

.view-site-notification .field-content span{
  font-weight: normal;
}

html, body {
  position: relative; }

body {
  background: #fff; }

header {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.nav > li > a{
  padding: 0px;
}

.bean-main-menu-block li > a:focus{
  background: transparent;
}

.menu.nav a:hover{
  background: transparent;
}

.region.region-nav-main{
  width: 100%;
  display: block;
}

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

.nav-large-button{
    display: block;
    background: #000;
    overflow: auto;
    border: 2px solid #faf4ad;
    padding: 12px 12px 6px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.nav-large-button:hover{
  background: #333;
}

.nav-large-button span{
  font-family: "Proxima Nova", proxima-nova, Helvetica, sans-serif;
  text-transform: uppercase;
}

.nav-large-button span.large-button-line-1, .nav-large-button span.large-button-line-2{
  display: block;
  margin: 0px;
  padding: 0px;
  color: #faf4ad;
}

.nav-large-button span.large-button-line-2{
  font-size: 2em;
}

.nav-large-button-left{
  float: left;
  display: inline-block;
  margin-right: 1em;
  padding-top: 0.3em;
}

.nav-large-button-right{
  float: left;
  display: inline-block;
}

#block-menu-menu-main-academics {
  background: RGB(76,139,43);
}

#block-menu-menu-main-my-cstate{
  background: RGB(63,174,42);
}

.field-name-field-menu.field-type-blockreference .field-label {
  display: none;
}

#block-menu-menu-main-about-us{
  background: RGB(130,188,0);
}

#block-menu-menu-main-contact-us{
  background: #6c625a;
}

#block-bean-main-menu-block .field-name-field-menu > .field-items .field-item .block-menu{
  width: 100%;
}

#block-bean-main-menu-block .field-name-field-menu .field-label {
  display: none;
}

#menuMenu{
  margin: 0px;
  position: relative;
  z-index: 1;
}

#nav-secondary ul li.expanded > a:first-child:before {
  content: "";
  background-image: url(../images/menu-down-arrow.png);
  width: 18px;
  display: inline-block;
  height: 18px;
  right: 5px;
  background-repeat: no-repeat;
  position: relative;
  top: 3.5px;
}
#nav-secondary ul li.expanded > a:first-child {
  text-transform: uppercase;
  border-bottom: none;
}
#nav-secondary ul li ul li.active a:after {
  content: "";
  background-image: url(../images/menu-right-arrow.png);
  width: 18px;
  display: inline-block;
  height: 15px;
  right: 5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
}
#nav-secondary ul li {
  float: left;
  width: 100%;
}

@media (min-width: 960px) {
  #wrapper-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

#nav-secondary {
  font-size: 1rem;
  background-size: cover !important; }
  #nav-secondary ol, #nav-secondary ul {
    list-style: none; }
  #nav-secondary a {
    color: white; }
  @media (min-width: 960px) {
    #nav-secondary {
      padding-top: 66px;
      background: #dbe8d5 url(../images/web-panorama-0.jpg) 60% 0 no-repeat fixed;
      background-size: cover;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 25%; } }
  @media (min-width: 1520px) {
    #nav-secondary {
      background-position: 10% 0 !important; } }
  @media (min-width: 1800px) {
    #nav-secondary {
      background-position: 10% !important;
      background-size: cover !important;
    } 
  }
  #nav-secondary ul {
    text-align: center;
    float: right;
    width: 100%;
    color: #fff; }
    @media (min-width: 1520px) {
      #nav-secondary .block-menu-block {
        margin-top: 8em;
        width: 60%;
        z-index: 99;
        float: right; } }
    @media (min-width: 1800px) {
      #nav-secondary .block-menu-block {
        width: 50%;
        float: right; } }
    #nav-secondary ul li a {
      padding: 1em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.8);
      background: rgba(0, 0, 0, 0.6);
      font-size: 1.6em; }
    #nav-secondary ul li ul li a {
      background: rgba(0, 0, 0, 0.8);
  }
      #nav-secondary ul li.nav-section {
        border-bottom: none;
        font-size: 3em;
        background: #4c8b2b; }
        #nav-secondary ul li.nav-section:after {
          content: " Menu"; }
        @media (min-width: 960px) {
          #nav-secondary ul li.nav-section {
            border-bottom: none; }
            #nav-secondary ul li.nav-section:after {
              content: ""; } }
        @media (min-width: 1520px) {
          #nav-secondary ul li.nav-section {
            width: 100%; } }
      #nav-secondary ul li.nav-parent {
        display: none;
        border-bottom: none; }
      #nav-secondary ul li:last-child {
        border-bottom: none; }
      @media (min-width: 1520px) {
        #nav-secondary ul li a {
          width: 75%;
          float: right;
          text-align: right; }
        #nav-secondary ul li ul li a {
      width: 80%;
      padding-right: 30px;
    } }

main {
  padding-top: 66px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 960px) {
    main {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 75%; } }

#content {
  padding: 0; }
  @media (min-width: 768px) {
    #content {
      padding: 2em; } }
  @media (min-width: 960px) {
    #content {
      padding: 4em; } }
  @media (min-width: 1520px) {
    #content {
      float: left;
      width: 70%; } }
  @media (min-width: 1800px) {
    #content {
      width: 60%; } }
  #content .contentColumns {
    margin: 2em 0 0 0;
    padding: 0 7.5%;
    /*
        @media (min-width: $bp-xl) {
          padding: 0 5em 0 8em;
        }
        @media (min-width: $bp-3xl) {
          padding: 0 10%;
            column-count: 2;
            column-gap: 3em;
           .hgroup {
            column-span: all;
          }
        }
    */ }
  @media (min-width: 768px) {
    #content .hgroup {
      margin-left: -5em;
      margin-right: -5em; } }
  #content .row {
    min-height: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #content .col01, #content .col02, #content .col03 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

#content-secondary {
  background-color: #e1e0e0;
  font-size: 1rem;
  overflow: auto; }
  @media (min-width: 1520px) {
    #content-secondary {
      float: left;
      width: 25%;
      background-color: transparent; } }
  @media (min-width: 1800px) {
    #content-secondary {
      width: 35%; } }
  @media (min-width: 768px) {
    #content-secondary .column {
      float: left;
      width: 50%; } }
  @media (min-width: 1520px) {
    #content-secondary .column {
      float: none;
      width: 100%; }
      #content-secondary .column:nth-of-type(1) {
        margin-top: 24em; } }
  @media (min-width: 1800px) {
    #content-secondary .column {
      float: left;
      width: 50%; }
      #content-secondary .column:nth-of-type(2) {
        margin-top: 36em; } }
  #content-secondary .form {
    background: #b7d1aa;
    display: none; }
    @media (min-width: 768px) {
      #content-secondary .form {
        display: inherit; } }
  #content-secondary .news {
    background: #dbe8d5; }
  #content-secondary .calendar {
    background: #e1e0e0; }
  #content-secondary section {
    margin: 0;
    border: 0;
    padding: 4% 4% 8% 8%;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    clear: both; }
    #content-secondary section form ul {
      margin: 0;
      padding: 0; }
    #content-secondary section form input {
      margin: .25em 0;
      padding: .5em 1.5em;
      width: 100%; }
    #content-secondary section form input {
      margin: .25em 0;
      padding: .5em 1.5em;
      font-size: 1.25em;
      width: 100%; }
      #content-secondary section form input:focus {
        outline: none;
        background: #fcf7c6; }
    #content-secondary section form input[type="submit"] {
      margin: 0.25em 0;
      border: 1px solid #d5502d;
      border-radius: 9px;
      padding: .75em 1.5em;
      background: transparent;
      font-size: 1.25em;
      line-height: 1;
      text-transform: uppercase;
      width: auto;
      color: #d5502d;
      background: rgba(255, 255, 255, 0.3); }
      #content-secondary section form input[type="submit"]:hover {
        color: white;
        background: #d5502d; }
    #content-secondary section h2 {
      margin: 0 0 .5em 0;
      padding: 0;
      color: #000;
      font-size: 4em;
      font-weight: 500; }
    #content-secondary section h3 {
      margin: .25em 0 .125em 0;
      padding: 0;
      color: #000;
      font-size: 2em; }
    #content-secondary section p {
      font-size: 1.3em;
      word-wrap: break-word;
      line-height: 1.5; }
    #content-secondary section.eoc {
      background: #b7d1aa; }
    #content-secondary section.calendar {
      background: #dbe8d5;
    width: 100%;}
    #content-secondary section.news {
      background: #e1e0e0; }
    #content-secondary section .trailingButton {
      margin-top: 3em;
      border-top: 1px solid black;
      padding-top: 1em; }
  #content-secondary section article.trailingButton a.button {
      margin: 0.25em 0;
      border: 1px solid #d5502d;
      border-radius: 9px;
      padding: .5em 1.5em .45em 1.5em;
      min-width: 8em;
      background: transparent;
      font-size: 1em;
      line-height: 1;
      text-align: center;
    text-transform: uppercase; }
    #content-secondary section .calendar-date {
      margin: 0;
      padding: 0; }
    #content-secondary section .views-row {
      margin: 0 0 2em 0; }
      #content-secondary section .views-row a.button {
        margin: 0.25em 0;
        border: 1px solid #d5502d;
        border-radius: 9px;
        padding: .5em 1.5em .45em 1.5em;
        min-width: 8em;
        background: transparent;
        font-size: 1em;
        line-height: 1;
        text-align: center;
        text-transform: uppercase; }
        #content-secondary section .views-row a.button:link, #content-secondary section .views-row a.button:visited {
          color: #d5502d;
          background: rgba(255, 255, 255, 0.3); }
        #content-secondary section .views-row a.button:hover, #content-secondary section .views-row a.button:active {
          color: white;
          background: #d5502d;
          text-decoration: none; }

.landing #news, .landing #calendar {
  margin-top: 0; }

/*
.landing #news {
  background: none;
  border-right: 1px solid #ccc;
}
.landing #events {
  background: none;
  border-right: 1px solid #ccc;
}
*/
@media (min-width: 1800px) {
  .academicProgram__section {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    display: block; }
    .academicProgram__section h2 {
      margin-bottom: .5em;
      border-bottom: 1px solid rgba(26, 26, 26, 0.7);
      -webkit-column-span: all;
         -moz-column-span: all;
              column-span: all; }
    .academicProgram__section h2 + h3 {
      margin: 0;
      padding: 0; } }

.academics .sitemap {
  background: #4c8b2b; }

.mycstate .sitemap {
  background: #3fae2a; }

.aboutus .sitemap {
  background: #82bc00; }

.contactus .sitemap {
  background: #6c625a; }

.sitemap h1 {
  color: #f5e95b; }
.sitemap h2 {
  color: #fff; }
.sitemap p.pageKicker {
  color: #fff; }
.sitemap ul {
  margin-top: 2em;
  list-style: none;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid; }
.sitemap li {
  color: #fff;
  line-height: 1.5em; }
.sitemap li:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  color: #f5e95b; }

section#formDrawer {
  margin: 0 auto;
  border: 0;
  padding: 0;
  font-size: 1rem;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.65));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.65)); }
  section#formDrawer form ul {
    margin: 0;
    padding: 0; }
  section#formDrawer form input {
    margin: .25em 0;
    padding: .5em 1.5em;
    width: 100%; }
  section#formDrawer form input {
    margin: .25em 0;
    padding: .5em 1.5em;
    font-size: 1.25em;
    width: 100%; }
    section#formDrawer form input:focus {
      outline: none;
      background: #fcf7c6; }
  section#formDrawer form input[type="submit"] {
    margin: 0.25em 0;
    border: 1px solid #d5502d;
    border-radius: 9px;
    padding: .75em 1.5em;
    background: transparent;
    font-size: 1.25em;
    line-height: 1;
    text-transform: uppercase;
    width: auto;
    color: #d5502d;
    background: rgba(255, 255, 255, 0.3); }
    section#formDrawer form input[type="submit"]:hover {
      color: white;
      background: #d5502d; }
  section#formDrawer h2 {
    margin: 0 0 .25em 0;
    padding: 0;
    color: #000;
    font-size: 2em;
    line-height: 1;
    font-weight: 700; }
  section#formDrawer h3 {
    margin: .25em 0 .125em 0;
    padding: 0;
    color: #000;
    font-size: 1.6em;
    line-height: 1;
    font-weight: 500; }
  section#formDrawer p {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.2; }
  @media (min-width: 768px) {
    section#formDrawer {
      display: none; } }
  @media (min-height: 480px) {
    section#formDrawer h2 {
      font-size: 4em;
      line-height: 1;
      font-weight: 500; }
    section#formDrawer h3 {
      font-size: 2em;
      line-height: 1; }
    section#formDrawer p {
      font-size: 1.3em;
      line-height: 1.5; } }
  section#formDrawer #iconDrawer {
    margin: 0 auto;
    border: 0;
    padding: 0;
    display: block;
    background: url("../images/icon-info-XXx64.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 192px 192px;
    cursor: pointer;
    width: 64px;
    height: 64px; }
    section#formDrawer #iconDrawer:hover {
      background-position: top right; }
    section#formDrawer #iconDrawer.closeIcon {
      background-position: bottom left; }
      section#formDrawer #iconDrawer.closeIcon:hover {
        background-position: bottom right; }
  section#formDrawer #wrapperContent {
    margin: 0;
    background: #b7d1aa; }
    section#formDrawer #wrapperContent .content {
      margin: 0 auto;
      padding: 3%;
      width: 90%;
      max-width: 40em; }
      @media (min-width: 768px) {
        section#formDrawer #wrapperContent .content {
          padding: 10%; } }

aside#tempp {
  font-size: 1rem; }
  @media (min-width: 768px) {
    aside#tempp {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }
  @media (min-width: 1200px) {
    aside#tempp {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      max-width: 30em; } }
  @media (min-width: 1520px) {
    aside#tempp {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      max-width: 60em; }
      aside#tempp section:last-of-type {
        border-top: 12em solid white; } }
  aside#tempp section {
    margin: 0;
    border: 0;
    padding: 10%;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid; }
    aside#tempp section h2 {
      margin: 0 0 .5em 0;
      padding: 0;
      color: #000;
      font-size: 4em;
      font-weight: 500; }
    aside#tempp section h3 {
      margin: .25em 0 .125em 0;
      padding: 0;
      color: #000;
      font-size: 2em; }
    aside#tempp section p {
      font-size: 1.3em;
      line-height: 1.5; }
    aside#tempp section form ul {
      margin: 0;
      padding: 0; }
    aside#tempp section form input {
      margin: .25em 0;
      padding: .5em 1.5em;
      width: 100%; }
    aside#tempp section form input {
      margin: .25em 0;
      padding: .5em 1.5em;
      font-size: 1.25em;
      width: 100%; }
      aside#tempp section form input:focus {
        outline: none;
        background: #fcf7c6; }
    aside#tempp section form input[type="submit"] {
      margin: 0.25em 0;
      border: 1px solid #d5502d;
      border-radius: 9px;
      padding: .75em 1.5em;
      background: transparent;
      font-size: 1.25em;
      line-height: 1;
      text-transform: uppercase;
      width: auto;
      color: #d5502d;
      background: rgba(255, 255, 255, 0.3); }
      aside#tempp section form input[type="submit"]:hover {
        color: white;
        background: #d5502d; }
    aside#tempp section.eoc {
      background: #b7d1aa; }
    aside#tempp section.calendar {
      background: #dbe8d5; }
    aside#tempp section.news {
      background: #e1e0e0; }
    aside#tempp section .trailingButton {
      margin-top: 3em;
      border-top: 1px solid black;
      padding-top: 1em; }
    aside#tempp section .calendar-date {
      margin: 0;
      padding: 0; }
  aside#tempp article {
    margin: 0 0 2em 0; }
    aside#tempp article a.button {
      margin: 0.25em 0;
      border: 1px solid #d5502d;
      border-radius: 9px;
      padding: .5em 1.5em;
      min-width: 8em;
      background: transparent;
      font-size: 1em;
      line-height: 1;
      text-align: center;
      text-transform: uppercase; }
      aside#tempp article a.button:link, aside#tempp article a.button:visited {
        color: #d5502d;
        background: rgba(255, 255, 255, 0.3); }
      aside#tempp article a.button:hover, aside#tempp article a.button:active {
        color: white;
        background: #d5502d;
        text-decoration: none; }

#admission .row {
  text-align: center;
  background: #416348;
  /*
    .col01 p {
      max-width: 50%;
    }
    .col02 h2, .col02 p {
      margin: 0 auto;
      max-width: 90%;
    }
    .col03 h2, .col03 p {
      max-width: 90%;
    }
  */ }
  #admission .row div {
    margin: 0 auto;
    padding: 3em; }
    @media (min-width: 1200px) {
      #admission .row div {
        padding: 4em;
        max-width: 60%; } }
  #admission .row:nth-child(odd) {
    background: #2c5234; }
  #admission .row h2 {
    margin: 0;
    padding: 0;
    color: #ccff00;
    font-weight: 300;
    font-size: 3em; }
  #admission .row h2.boxHeader {
    font-size: 3em;
    font-weight: 700; }
  #admission .row .col01 p, #admission .row .col02 p, #admission .row .col03 p {
    margin: 1em auto;
    line-height: 1.2;
    max-width: 100%; }
    @media (min-width: 480px) {
      #admission .row .col01 p, #admission .row .col02 p, #admission .row .col03 p {
        max-width: 65%; } }
    @media (min-width: 1200px) {
      #admission .row .col01 p, #admission .row .col02 p, #admission .row .col03 p {
        max-width: 100%; } }
  #admission .row .button {
    margin: 0 auto;
    border: 2px solid white;
    border-radius: 9px;
    padding: .5em 1.5em;
    background: transparent;
    display: block;
    width: 10em;
    text-transform: uppercase; }
  #admission .row a:link, #admission .row a:visited {
    color: white; }
  #admission .row a:hover, #admission .row a:active {
    color: black;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
  #admission .row p {
    color: #eee; }
    #admission .row p a:link, #admission .row p a:visited {
      color: #d5502d; }
    #admission .row p a:hover, #admission .row p a:active {
      color: #0080ff;
      background: none;
      text-decoration: underline; }
  #admission .row ul {
    list-style: none; }
  #admission .row li a:hover, #admission .row a:active {
    color: #ccff00;
    background: none;
    text-decoration: underline; }

@media print {
  #nav-secondary, #content-secondary, header, nav, footer {
    display: none; }

  body, main, div#wrapper-flex, div#content {
    margin: 0;
    padding: 0; }

  main {
    font-size: 1.0rem; }

  main h1, main h2, main h3, main h4, main h5, main h6, main p, main li,
  main a, main a:link, main a:visited, main a:hover, main a:active {
    color: black; }

  ul, img {
    page-break-inside: avoid; } }
.hide {
  display: none; }

.heightNone {
  max-height: 0;
  overflow: hidden; }

.collapse {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.collapse.active {
  max-height: 3000px;
  -webkit-transition: all 0.2s,max-height 4.8s;
  transition: all 0.2s,max-height 4.8s; }

.row {
  clear: both; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

form ul {
  list-style: none; }

/*
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
*/
.workingOnContent {
  margin: 0;
  padding: 6em; }

.red {
  color: red; }

/*
body {
//  background: url(../images/web-panorama-2.jpg) 0 0 no-repeat fixed;
//  background-size: cover;
}
hr.divider {
  margin: 6em 0;
  background-color: gray; height: 16px; border: 0;
}
main, #news, #events, #nav-secondary { float: left; }
main { background: #fff; }
#news, #events, #nav-secondary {
  height: 12em;
  width: 12em;
  outline:gray;
}
#nav-secondary { background: blue; }
#news { background: #b7e0c3; }
#events { background: #fff8c1; }

footer { clear: both; }
*/
ul.colorSwatch {
  text-decoration: none; }
  ul.colorSwatch li {
    margin: 1em;
    border: 1px solid black;
    padding: 1em;
    width: 100px;
    height: 100px;
    display: inline-block;
    color: #000;
    font-family: sans-serif;
    font-size: .5em; }
    ul.colorSwatch li:nth-of-type(1) {
      background: #2c5234; }
    ul.colorSwatch li:nth-of-type(2) {
      background: #3fae2a; }
    ul.colorSwatch li:nth-of-type(3) {
      background: #4c8b2b; }
    ul.colorSwatch li:nth-of-type(4) {
      background: #82bc00; }
    ul.colorSwatch li:nth-of-type(5) {
      background: #f5e95b; }
    ul.colorSwatch li:nth-of-type(6) {
      background: #b3b2b1; }
    ul.colorSwatch li:nth-of-type(7) {
      background: black; }
    ul.colorSwatch li:nth-of-type(8) {
      background: white; }

/*# sourceMappingURL=main.css.map */

#header-login-form input[type=text], #header-login-form input[type=password], #header-login-form button{
  color: #000;
}

#nav-drawer #menuSearch.nav-login{
  display: block;
  text-align: right;
}

#block-bean-main-search-block > div{
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

#nav-drawer #menuLogin.nav-login{
  display: block;
  text-align: right;
}

#block-bean-main-login-block > div{
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

@media(min-width: 768px){

  header{
    position: fixed;
  }

  #block-bean-main-menu-block .field-name-field-menu > .field-items, #block-bean-main-menu-block .field-name-field-menu > .field-items .field-item{
    display: flex;
  }
}

@media(max-width: 768px){
  
  .view-site-notification .field-content{
    background-position: center 4px;
    padding: 90px 0px 4px;
    font-size: 2em;
  }

  #block-bean-main-menu-block .field-name-field-menu-buttons .field-items .field-item .nav-large-button{
    border-bottom: 1px solid #faf4ad;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  /*#block-bean-main-menu-block .field-name-field-menu-buttons .field-items .field-item:first-child .nav-large-button{
    border-top: 1px solid #faf4ad;
  }*/

}

/*Section Menu*/
.page-node-13098 #content { background: #4c8b2b; height: 100%;}
.page-node-13099 #content { background: #3fae2a;  height: 100%;}
.page-node-13100 #content { background: #82bc00;  height: 100%;}
.page-node-13101 #content { background: #6c625a;  height: 100%;}

@media (max-width: 1520px){
.page-node-13098 #content {  height: auto;}
.page-node-13099 #content {   height: auto;}
.page-node-13100 #content {   height: auto;}
.page-node-13101 #content {   height: auto;}

}

.page-node-13098 #content h1, 
.page-node-13099 #content h1,
.page-node-13100 #content h1,
.page-node-13101 #content h1 {
  color: #f5e95b;
}
.page-node-13098 #content h2, 
.page-node-13099 #content h2,
.page-node-13100 #content h2,
.page-node-13101 #content h2 {
  color: #fff;
}
.page-node-13098 #content .hgroup, 
.page-node-13099 #content .hgroup,
.page-node-13100 #content .hgroup,
.page-node-13101 #content .hgroup {
  margin-left: 0;
  margin-right: 0;
}
.page-node-13098 #content p.pageKicker,
.page-node-13099 #content p.pageKicker,
.page-node-13100 #content p.pageKicker,
.page-node-13101 #content p.pageKicker { 
  color: #fff; 
}
.page-node-13098 #content #block-system-main ul,
.page-node-13099 #content #block-system-main ul,
.page-node-13100 #content #block-system-main ul,
.page-node-13101 #content #block-system-main ul {
  margin-top: 2em;
  list-style: none;
  break-inside: avoid;
}
.page-node-13098 #content #block-system-main li,
.page-node-13099 #content #block-system-main li,
.page-node-13100 #content #block-system-main li,
.page-node-13101 #content #block-system-main li  {
  color: #fff;
  line-height: 1.5em;
}
.page-node-13098 #content #block-system-main li a:link,
.page-node-13099 #content #block-system-main li a:link,
.page-node-13100 #content #block-system-main li a:link,
.page-node-13101 #content #block-system-main li a:link, 
.page-node-13098 #content #block-system-main li a:visited,
.page-node-13099 #content #block-system-main li a:visited,
.page-node-13100 #content #block-system-main li a:visited,
.page-node-13101 #content #block-system-main li a:visited {
  padding: .125em 1em;
  color: #fff;
}
.page-node-13098 #content #block-system-main li a:hover,
.page-node-13099 #content #block-system-main li a:hover,
.page-node-13100 #content #block-system-main li a:hover,
.page-node-13101 #content #block-system-main li a:hover, 
.page-node-13098 #content #block-system-main li a:active,
.page-node-13099 #content #block-system-main li a:active,
.page-node-13100 #content #block-system-main li a:active,
.page-node-13101 #content #block-system-main li a:active {
  padding: .125em 1em;
  background: rgba(0,0,0,.3);
  text-decoration: none;
}
.page-node-13098 #content #block-system-main li:first-of-type,
.page-node-13099 #content #block-system-main li:first-of-type,
.page-node-13100 #content #block-system-main li:first-of-type,
.page-node-13101 #content #block-system-main li:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  color: $pms3935;
}

/*Program List*/
.programList {
  margin: 0em 0; }
.programList ul {
  list-style: none;
  padding-top: 5px; }
.programList li {
  padding: .25em 0; }
@media (min-width: 960px) {
  .programList li {
    padding: .125em;
  } }
/*.programList:before {
  content: "Alphabetical List ";
  font-size: 1.2em;
  font-weight: 500;
  color: #484848;
  margin-bottom: 6px;
}*/
@media (min-width: 768px) {
  /*.programList:before {
    font-size: 1.5em;
}*/ }
.view-degrees-and-certificates .bef-select-as-checkboxes {
  box-shadow: none;
  background-color: #efefef;
  padding: 0;
}
.view-degrees-and-certificates #edit-field-academic-interest-group-tid-wrapper {
  width: 100%;
  padding-left: 1em;
}
.view-degrees-and-certificates .view-content {
  margin-top: 2em;
}
.view-degrees-and-certificates .views-submit-button .btn {
  margin: 1em 0 0 0;
  border: 1px solid #d5502d;
  border-radius: 9px;
  padding: .5em 1.5em .45em 1.5em;
  min-width: 8em;
  background: rgba(255, 255, 255, 0.3);
  color: #d5502d;
  font-size: .8em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #d5502d;
}
.view-degrees-and-certificates .views-submit-button .btn:hover {
  color: white;
  background: #d5502d;
  text-decoration: none;
}
.view-degrees-and-certificates section.filter-list {
  background: #efefef;
  padding: 1em;
  border-radius: 6px;
}
.view-degrees-and-certificates .views-exposed-form label {
  font-weight: normal;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.7);
  padding-left: 4px;
}
.view-id-degrees_and_certificates.view-display-id-panel_pane_1 a {
  color: #4c8b2b;
  font-size: 22px;
  border-right: 2px solid #b3b2b1;
  padding-right: 9px;
  margin-bottom: 6px;
  margin-left: 6px;
  line-height: 20px;
}
.view-degrees-and-certificates .view-filters {
    margin-bottom: 30px;
}
.view-degrees-and-certificates h3 {
    color: #4c8b2b;
    margin-top: 16px;
}
.view-degrees-and-certificates .programs a {
    color: #cf4628;
}
.view-id-degrees_and_certificates.view-display-id-panel_pane_1 .views-summary a:hover {
    color: #d5502d;
    text-decoration: none;
}
.view-id-degrees_and_certificates.view-display-id-panel_pane_1 .views-summary:nth-child(1) a {
    padding-left: 0;
    margin-left: 0;
}
.view-id-degrees_and_certificates.view-display-id-panel_pane_1 .views-summary:last-child a {
    border-right: none;
}
@media(max-width: 380px){
  .view-degrees-and-certificates .views-exposed-form label {
    font-size: 13px;
  }
  .view-degrees-and-certificates .views-submit-button .btn {
    font-size: 11px;
  }
}
.view-degrees-and-certificates .bef-checkboxes .form-item.form-group {
  margin-bottom: 3px;
}
.view-degrees-and-certificates .small-accordion h3 {
  margin-top: 0;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 0;
}
.view-degrees-and-certificates .small-accordion h3:hover {
  color: #d5502d;
  cursor: pointer;
}
.view-degrees-and-certificates section.filter-list h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow-down.png);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.view-degrees-and-certificates section.filter-list h3.closed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.view-degrees-and-certificates .view-content {
  border-bottom: none !important;
}
.view-degrees-and-certificates section.filter-list .acc-content.closed {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.view-degrees-and-certificates section.filter-list .acc-content {
  max-height: 3000px;
  -webkit-transition: all 0.2s, max-height 4.8s;
  transition: all 0.2s, max-height 4.8s;
  overflow: hidden;
}

/*Programs Node*/
.node-programs .field-type-text-long {
  margin-bottom: .5em;
}
.field-name-field-program-details h2 {
  display: none;
}
table {
  border-top: 1px solid #b3b2b1;
  border-bottom: 1px solid #b3b2b1;
  width: 100%;
}
th {padding: .25em 1em;}
tr:not(:last-child) { border-bottom: 1px solid #ececec; }
td { padding: .25em 1em; }
.tableHighlightRow { background: #ececec; }
.tableRowHeader, .areaheader { background: #d5dcd6; }
.tableRowFooter { background: #ececec; }
tr.tableRowFooter:nth-child(1),
tr.empty-tr:nth-child(2),
.tableRowHeader:nth-child(3),
.tableRowFooter:nth-child(4),
tr.empty-tr:nth-child(5) {
  display: none;
}
.navInPage ul {
  margin: 2em 0;
  border: 1px solid #d5502d;
  border-radius: 6px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navInPage li:not(:last-child) a {
  border-right: 1px solid #d5502d;
  border-radius: 0;
}
.navInPage li {
  margin: 0;
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.navInPage li a {
  padding: .5em 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media(max-width: 480px){
  .navInPage li a {
    font-family: proxima-nova-extra-condensed;
  }
}
.navInPage li a:hover,
.navInPage li a:active,
.navInPage li.active a {
  background: #d5502d;
  border-color: #fff;
  color: #fff;
}

.programBenefits,
.programCurriculum,
.programContacts {
  display: none;
}
.programContacts table .field-item {
  min-height: 20px;
  margin-bottom: 10px;
}
p.effective-phrase {
  color: #4c8b2b;
  padding-left: 20px;
}

/*Event Page*/
.node-type-event .field.field-name-body b, 
.node-type-event .field.field-name-body strong {
  font-weight: normal;
  line-height: 25.6px;
}

.view-calendar-items .bef-select-as-checkboxes {
  box-shadow: none;
  background-color: #efefef;
  padding: 0;
}
.view-calendar-items #edit-field-academic-interest-group-tid-wrapper {
  width: 100%;
  padding-left: 1em;
}
.view-calendar-items .views-submit-button .btn {
  margin: 1em 0 0 0;
  border: 1px solid #d5502d;
  border-radius: 9px;
  padding: .5em 1.5em .45em 1.5em;
  min-width: 8em;
  background: rgba(255, 255, 255, 0.3);
  color: #d5502d;
  font-size: .8em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #d5502d;
}
.view-calendar-items .views-submit-button .btn:hover {
  color: white;
  background: #d5502d;
  text-decoration: none;
}
.view-calendar-items section.filter-list {
  background: #efefef;
  padding: 1em;
  border-radius: 6px;
}
.view-calendar-items .views-exposed-form label {
  font-weight: normal;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.7);
  padding-left: 4px;
}
.view-calendar-items .bef-checkboxes .form-item.form-group {
  margin-bottom: 3px;
  padding-left: 1em;
}
.view-calendar-items .small-accordion h3 {
  margin-top: 0;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 0;
}
.view-calendar-items .small-accordion h3:hover {
  color: #d5502d;
  cursor: pointer;
}
.view-calendar-items section.filter-list h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow-down.png);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.view-calendar-items section.filter-list h3.closed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.view-calendar-items .view-content {
  border-bottom: none !important;
}
.view-calendar-items section.filter-list .acc-content.closed {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.view-calendar-items section.filter-list .acc-content {
  max-height: 3000px;
  -webkit-transition: all 0.2s, max-height 4.8s;
  transition: all 0.2s, max-height 4.8s;
  overflow: hidden;
}
.view-calendar-items div#edit-field-calendar-category-tid-1-wrapper {
  display: block;
  width: 100%;
}
.view-calendar-items .pagination {
  margin: 20px 0;
  border-radius: 0;
  border-top: 2px solid #4c8b2b;
  width: 100%;
}

/*Lead Contact Form*/
.bottomRight {
  position: fixed;
  right: 20px;
  bottom: 0;
  max-width: 320px;
  z-index: 998;
  width: 100%;
}
#webform-ajax-wrapper-13412,
#webform-ajax-wrapper-13561,
#webform-ajax-wrapper-13564,
#webform-ajax-wrapper-13565,
#webform-ajax-wrapper-13566,
#webform-ajax-wrapper-13567,
#webform-ajax-wrapper-13568,
#webform-ajax-wrapper-13570,
#webform-ajax-wrapper-13571,
#webform-ajax-wrapper-13573,
#webform-ajax-wrapper-13574,
#webform-ajax-wrapper-13575,
#webform-ajax-wrapper-13576 {
  padding: 0 0 15px 0;
  background: #f5f5f5;
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  margin: 0 6px;
}
.region-bottom-right {
  max-width: 320px;
}
.bottomRight .block-webform h2.block-title {
  background: #e73c00;
  margin-bottom: 0;
  font-size: 21px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 9px 0;
  font-weight: 600;
  position: relative;
}
.bottomRight .block-webform h2.block-title:after {
  content: " ";
  position: absolute;
  background: url(/sites/default/files/lead-arrow.png);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  right: 20px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bottomRight .block-webform.arrow-rotate h2.block-title:after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bottomRight .block-webform input {
  border: 1px solid #282828;
  border-radius: 0px;
  font-size: 15px;
  height: 30px;
  color: #282828;
}
.bottomRight .block-webform .form-actions {
  text-align: center;
  padding: 0 20px;
}
.bottomRight .block-webform button.webform-submit,
.bottomRight .block-webform .webform-next {
  background: #e73c00;
  border-radius: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 7px 25px;
  line-height: 22px;
  font-weight: 600;
}
.bottomRight .block-webform .webform-previous {
  display: none;
}
.bottomRight .block-webform p {
  font-size: 15px;
}
.bottomRight .block-webform .control-label {
  font-size: 18px;
  color: #282828;
  max-width: 260px;
  margin: auto;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}
.bottomRight .block-webform .form-item.webform-component {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
}
.bottomRight .block-webform .markup-wrapper {
  padding: 10px 15px;
  background: #fafafa;
  text-align: center;
  margin-bottom: 10px;
}
.bottomRight .block-webform .webform-component.webform-component-markup {
  padding: 0;
}
.bottomRight .block-webform .webform-component.webform-component-markup img {
  max-width: 150px;
}

.bottomRight .block-webform .webform-component--Field23 input {
  max-width: 68px;
  float: right;
  margin-bottom: 15px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.bottomRight .block-webform .webform-component--Field23 .control-label {
  color: #282828;
  font-weight: normal;
  font-size: 14px;
  margin-top: 6px;
  margin-right: 10px;
  float: left;
  text-transform: capitalize;
  margin-left: 10px;
}
.bottomRight .block-webform .webform-component-select .control-label {
  max-width: 225px;
}
.bottomRight .block-webform input,
.bottomRight .block-webform select,
.bottomRight .block-webform textarea {
  font-size: 16px;
}
.bottomRight .block-webform .webform-confirmation {
  padding: 20px 20px 0 20px;
  text-align: center;
}
.bottomRight .block-webform .links {
  display: none;
}
.bottomRight .block-webform .webform-confirmation .control-label {
  margin-bottom: 20px;
}
.bottomRight .block-webform p.webform-color {
  margin-bottom: 5px;
  line-height: 20px;
}
.bottomRight .block-webform p.webform-color span {
  color: #d5502d;
  font-weight: 600;
}
.bottomRight .block-webform p.webform-color a:hover {
  text-decoration: none;
}
.homepage-contact-block.bottomRight {
  max-width: 315px;
}
.homepage-contact-block.bottomRight .block-webform h2.block-title {
  border-radius: 0;
}
.homepage-contact-block.bottomRight .block-webform h2.block-title:after {
  display: none;
}
.homepage-contact-block.bottomRight #webform-ajax-wrapper-13412 {
  margin: 0;
}
.homepage-contact-block.region-bottom-right {
  max-width: 300px;
}
.node-type-home-page-new .bottomRight.scrolled-homepage-contact-block {
  bottom: 0 !important;
  right: 20px;
  top: initial !important;
  position: fixed !important;
  height: initial !important;
}
.bottomRight p.webform-link-button a {
  background: #d5502d;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.bottomRight p.webform-link-button a:hover {
  text-decoration: none;
}
#block-bean-contact-form-brochure {
  display: none;
}


.node-type-home-page-new main{
  width: 100%;
}

.node-type-home-page-new #content-secondary{
  display: none;
}

.node-type-home-page-new #nav-secondary{
  display: none;
}

.node-type-home-page-new .page-header{
  display: none;
}

.node-type-home-page-new .header-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: rgba(44, 82, 52, 0.70);
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
}

.header-banner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #9ca694;
  line-height: 25px;
}

.node-type-home-page-new .header-banner strong {
  font-weight: 600;
}

.node-type-home-page-new #content{
  width: 100%;
  padding: 0px;
}

.node-type-home-page-new #content .contentColumns{
  padding: 0px;
  margin: 0px;
}

.node-type-home-page-new #content .contentColumns .hgroup{
  display: none;
}

.home-header-image{
  height: auto;
  max-height: 577px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #000;
}


.home-header-image img{
  width: 100%;
  display: block;
  margin: 0px;
  opacity: 0.7;
}

.home-header-text{
  position: absolute;
  top: 220px;
  left: 18%;
}

.home-header-text h1{
  margin-bottom: 18px;
  /*font-size: 4.5em;*/
  font-weight: normal;
}

.home-header-text h2 .field-item{
  /*font-size: 2.2em;*/
  font-size: 1.2em;
  font-weight: normal;
}

#menu_text{
    font-family: "Proxima Nova",proxima-nova,Helvetica,sans-serif;
    color: #FFF;
    font-size: 14px;
    float: right;
    margin-top: 26px;
    margin-left: 8px;
}

.home-header-text .field-item{
    color: #FFF;
    text-shadow: -3px 2px 8px #777;
    font-family: "Proxima Nova",proxima-nova,Helvetica,sans-serif;
    font-weight: bold;
}

.node-type-home-page-new .bottomRight{
    position: absolute;
    top: 180px;
    right: 18%;
      height: 300px;
}

/*@media(min-width: 1320px){
  .node-type-home-page-new .bottomRight .block-webform > div{
    display: block !important;
  }
}*/
@media(max-width: 480px){
  .home-header-image img {
    height: 200px;
    width: auto;
  }
}
@media(max-width: 1740px){
    .node-type-home-page-new .bottomRight{
      right: 8%;
      height: 300px;
    }

    .home-header-text{
      left: 8%;
    }
}

@media(max-width: 1320px){
    .node-type-home-page-new .bottomRight{
      position: fixed;
      right: 0;
      top: auto;
      height: initial !important;
   }

   .home-header-text{
    left: 0px;
    right: 0px;
        width: 763px;
    margin: 0px auto;
   }
}

.home-wrapper{
  max-width: 1250px;
  padding: 28px 20px;
  margin: 0px auto;
}

.info-blurb{
  width: 25%;
  display: inline-block;
  text-align: center;
  float: left;
}

.info-blurb img{
  width: 60px;
}

.info-blurb-text-wrapper{
  padding: 12px 30px;
}

.blurb-header-text{
  font-size: 1.1em;
  padding-bottom: 12px;
  color: #4c8b2b;
  font-weight: bold;
}

.info-blurbs{
  display: none;
  overflow: auto;
  padding-bottom: 28px;
}

.homepage-degree-title{
  background: #4c8b2b;
  color: #FFF;
  text-shadow: -2px 2px 8px #444;
  font-size: 2em;
  text-align: center;
  padding: 12px 0px;
}

.apply-now-wrapper{
  margin: 20px 0px;
  padding: 40px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}

.getting-started-text{
  font-size: 5em;
  font-family: "Proxima Nova",proxima-nova,Helvetica,sans-serif;
  color: #FFF;
  font-weight: bold;
  text-shadow: -2px 2px 8px #444;
  display: inline-block;
}

.apply-now-wrapper a{
  display: inline-block;
  border: 2px solid #FFF;
  background: #D43E09;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  padding: 8px 0px;
  width: 200px;
  vertical-align: top;
  margin-top: 34px;
  margin-left: 34px;
}
.path-page{
  margin-right: -10px;
  margin-left: -10px;	
}
.path-page img{
	width: 100%;
}
.path-page .col-md-4{
	padding: 10px;
}
.home-program{
  width: 23%;
  margin: 10px 0.82%;
  display: inline-block;
  text-decoration: none;
}

.home-program:hover{
  text-decoration: none;
}

.home-program span{
  display: block;
}

.home-program-bg img{
  width: 100%;
  display: block;
  margin: 0px;
}

.home-program-wrapper{
  overflow: auto;
  margin-left: -1%;
  margin-right: -1%;
}

.home-program-text{
    position: relative;
    height: 40px;
    font-size: 18px;
    padding: 9px 0px 9px 19px;
    background-image: url("../images/green_opaque.png");
    color: #FFF;
    font-weight: normal;
    margin: -42px 2px 0px;
}

#block-bean-main-search-block{
  text-align: right;
}

#block-bean-main-search-block > div{
  width: 384px;
}

.homepage-degree-title{
      margin: 0px auto;
      max-width: 1206px;
}


.node-type-home-page-new #webform-ajax-wrapper-13412, .node-type-home-page-new .wrapper-ajax-block-content{
    border-bottom: 2px solid #ff0000;  
}

.homepage_columns{
  overflow: auto;
  padding-top: 60px;
}

.homepage_columns header{
  display: none;
}

.homepage_columns h3{
  margin-top: 0px;
}

.homepage_columns .views-row{
  margin-bottom: 26px;
}
.homepage_columns .list-inline > li{
    margin-bottom: 20px;
}

.homepage_columns  a.button{
  display: inline-block;
  padding: 2px 28px;
  border: 1px solid #d5502d;
  border-radius: 10px;
  line-height: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 12px;
  -o-border-radius: 10px;
}

.homepage_columns .block-title{
  color: #d5502d;;
  font-weight: bold;
}

.homepage_columns .view-footer{
  border-top: 2px solid #000;
  padding-top: 8px;
}

.homepage_columns, .homepage_columns h3{
  color: #2c5234;
}

.homepage_columns  a.button:hover{
  color: #d5502d;
  text-decoration: none;
}

.homepage_columns .field-type-blockreference > .field-items > .field-item{
    width: 30.7%;
    float: left;
    display: inline-block;
    margin-right: 2.5%;
}

.homepage_columns .field-type-blockreference > .field-items > .field-item p{
  
    word-wrap:break-word !important;
}

footer .footerRow .menu.nav > .expanded > ul a:focus{
  background-color: transparent;
}

#block-menu-block-3{
  display: none;
}

#site_notifications{
  position: relative;
  left: 0px;
  right: 0px;
  /*top: 66px;*/
  z-index: 0;
  /*display: none;*/
}

.warning-title, .standard-title{
  font-size: 40px;
  font-weight: bold;
  max-width: 38%;
}

.warning-body, .standard-body{
  max-width: 35%;
  text-align: left;
  font-size: 23px;
  font-weight: bold;
}

.warning-button, .standard-button{
  max-width: 20%;
  padding-left: 3%;
}

.warning-image, .standard-image{
  width: 14%;
  margin-left: 2%;
  vertical-align: middle;
  display: inline-block;
}

.warning-image img, .standard-image img{
  max-width: 100%;
  height: auto;
}

.warning-button a, .standard-button a{
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #000;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 17px;
}

.warning-content, .standard-content{
  display: inline-block;
  text-align: center;
  width: 79%;
  margin-right: 2%;
  margin-left: 2%;
}

.warning-separator, .standard-separator{
  height: 52px;
  width: 1px;
  margin: 0px 2%;
}


.warning-title, .warning-separator, .warning-body, .warning-button, .standard-title, .standard-separator, .standard-body, .standard-button{
  display: inline-block;
  vertical-align: middle;
}

#wrapper-flex > #site_notifications{
  position: relative;
  left: 0px;
  right: 0px;
  top: 66px;
  width: 100%;
  z-index: 0;
}

a.btn-red{
    margin: 0.25em 0;
    border: 1px solid #d5502d;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: .5em 1em .45em 1em;
    padding: .5em 1.5em .45em 1.5em;
    min-width: 8em;
    background: transparent;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

a.btn-red::after{
  content: " »";
}

@media(max-width: 1740px){
    .node-type-home-page-new .bottomRight{
      right: 8%;
      height: 300px;
    }
    
    .home-header-text{
      left: 8%;
    }
}

@media(max-width: 1320px){
    .node-type-home-page-new .bottomRight{
      position: fixed;
      right: 0;
      top: auto;
   }
   
   .home-header-text{
    left: 0px;
    right: 0px;
        width: 763px;
    margin: 0px auto;
   }
}

@media(max-width: 1250px){

.homepage-degree-title{
      margin: 0px 20px;
}
  
}


@media(max-width: 940px){
	
	.home-header-text{
		top: 120px !important;
	}
	
  .homepage-degree-title{
    max-width: 100%;
    margin: 0px;
  }
  
  .home-header-text h1{
     font-size: 4em;
  }
  
  .home-program {
    width: 32%;
    margin: 10px 0.40%;
  }
  
  .home-header-text h2{
     font-size: 1.7em;
  }
  
  .home-header-text {
    width: 620px; 
  }
  
  .info-blurb{
    width: 100%;
    float: none;
    margin: 20px 0px;
  }
  
  .blurb-icon{
    float: left;
    width: 25%;
  }
  
  .info-blurb-text-wrapper{
    float: right;
    width: 74%;
    text-align: left;
    padding: 0px;
  }
  
  .getting-started-text{
    font-size: 4em;
  }
  
  .apply-now-wrapper a{
    margin-top: 24px;
  }
}

@media(max-width: 768px){
	
	
	
  .view-degrees-and-certificates .view-header .view-degrees-and-certificates .view-content {
    text-align: center;
  }
  #menu_text{
    display: none;
  }
  
  #menuSearch{
    margin-left: 0px;
    margin-right: 0px;
  }
  
  #block-menu-menu-quick-links-menu{
    padding-bottom: 0px;
  }
  
  #block-bean-main-search-block > div{
    display:block; 
    width: 100%;
  }

  .homepage_columns .field-type-blockreference > .field-items > .field-item{
    width: 98%;
    margin-right: 2%;
    display: block;
    float: none;
    margin-bottom: 30px;
    word-wrap:break-word;
  }

  table {
    font-family: proxima-nova-extra-condensed;
  }

  #block-bean-main-menu-block .field-type-blockreference .field-items {
    display: flex;
    flex-flow: column;
  }
  #block-bean-main-menu-block .field-type-blockreference .field-items .field-item:nth-child(1) {
    order: 4;
  }
  #block-bean-main-menu-block .field-type-blockreference .field-items .field-item:nth-child(2) {
    order: 3;
  }
  #block-bean-main-menu-block .field-type-blockreference .field-items .field-item:nth-child(3) {
    order: 2;
  }
  #block-bean-main-menu-block .field-type-blockreference .field-items .field-item:nth-child(4) {
    order: 1;
  }
}

@media(max-width: 800px){
  
  .home-wrapper.top{
      margin-top: -56px;
  }

  .node-type-home-page-new .header-banner {
    bottom: 41px;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
  }
  
  .header-banner a {
    line-height: 20px;
  }
  
  footer .footerRow .menu.nav > .expanded{
    margin: 2em 0 2em 1%;
  }
  
  .getting-started-text{
    font-size: 2em;
    padding-top: 4px;
  }
  
  .apply-now-wrapper{
    padding: 30px 0px;
  }
  
  .apply-now-wrapper a{
    margin-top: 2px;
    width: 150px;
  }
  
  .home-program {
      width: 47%;
      margin: 10px 1.2%;
  }
  
  .home-header-text h1{
     font-size: 3em;
  }
  .home-header-text h2{
     font-size: 1.1em;
  }
  
  .home-header-text {
    width: 470px; 
    top: 130px;
  }
  .node-type-home-page-new .bottomRight.homepage-contact-block {
    position: relative;
    margin-top: -67px;
    padding: 0px;
    max-width: 98%;
    margin: -67px auto 0px;
  }
  
  .region-bottom-right {
      max-width: 100%;
  }
}

@media(max-width: 400px){
  .node-type-home-page-new .header-banner {
    font-size: 14px;
  }
}

@media(max-width: 524px){
	
	.home-header-text{
		top: 78px !important;
	}
  
  .nav-logo a{
    margin-left: 0.4em;
    width: 76px;
    margin-top: 8px;
    /* background: url(../images/logo_stacked.png) 0 0 no-repeat;  */
	  background:url("/sites/default/files/logo-vertical.svg") 0 0 no-repeat;
  }
  .nav-icons .navIcon{
    margin-left: 4px;
  }
  
.nav-icons {
  margin-right: 0.4em;
}

  .region-bottom-right {
      max-width: 320px;
      margin: auto;
  }
  .bottomRight {
     right: 0 !important;
     max-width: 100%;
  }
  
  .footerRow{
    text-align: center;
  }

  footer .footerRow .region-copyright ul {
    margin-left: 0%;
  }
  
  footer .footerRow .menu.nav > li.expanded, footer .footerRow .menu.nav > li.first.expanded{
    display: block;
    float: none;
    margin: 0px;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  footer .footerRow .menu.nav > li.expanded ul
  
  .getting-started-text{
    font-size: 1.6em;
    padding-top: 4px;
  }
  
  .apply-now-wrapper{
    padding: 30px 0px;
  }
  
  .apply-now-wrapper a{
    margin-top: 2px;
    margin-left: 14px;
    width: 150px;
  }
  
  .home-program{
    margin: 6px 1%;
  }
  
  .home-program-text{
    font-size: 14px;
    padding: 12px 0px 9px 12px
  }
  
  .home-header-text h1{
     font-size: 2em;
     font-weight: bold;
  }
  .home-header-text h2{
     font-size: 0.94em;
  }
  
  .home-header-text {
    width: 100%; 
    text-align: center;
    top: 130px;
  }
  
}

@media(max-width: 420px){
	
}

@media(max-width: 420px){
  
  .home-header-text {
    top: 110px;
  }
  
}

.alert {
  color: #000000 !important;
  background-color: #DBE8D5 !important;
  border: 2px solid #2C5234 !important;
  border-radius: 0px !important;
  }




/*   Asim Edits  */

#flexslider-1 .field-content a{
	width: 100%;
}
.search-gap{
	padding: 3px 0px;
}
.flexslider{
	border:0px;
}
.page-node-13584 .flex-control-paging li a.flex-active{
	background: #fff;
}
.page-node-13584 .flex-control-paging li a{
	background: #000000;
	/* box-shadow: inset 0 0 3px #ffffff; */
	box-shadow: none;
	border: 2px solid #ffffff;
}
.page-node-13584 .flex-control-nav{
	bottom: 80px;
	z-index: 9;
}
#views-exposed-form-programs-search-block button{
	display: none;
}

.page-node-15201 main p.pageKicker{
	font-weight: bold;
}
.page-node-15201 .page-header{
	font-weight: bold;
}
.flex-caption {
	position: absolute;
    bottom: 4px;
    width: 100%;
	font-size: 25px;
	text-align: center;
	/* height: 65px; */
    background: rgba(44,82,52,0.70);
    color: #fff;
    padding: 17px 0px;
    display: block;
    align-items: center;
}
.flex-caption a{
	color: #fff;
	text-decoration: underline;
}
.flex-caption a:hover{
	color: #fff;
}
.bottomRight.front-homepage-contact-block {
    visibility: hidden;
}

#prgm-page .row{
	display: block !important;
}
#prgm-page .home-program{
	width: 100%;
}
#prgm-page .home-program-text{
	font-size:  calc(3px + 1vw);
	    padding: 9px 0px 9px 10px;
}
@media(max-width: 768px){
	
	.flex-caption{
		position: inherit;
		bottom: 6px;
	}
	#prgm-page .home-program-text{
	font-size:  calc(10px + 1vh);
	    padding: 9px 0px 9px 10px;
}

@media(max-width: 570px){
.page-node-13584 .flex-control-nav {
    bottom: 100px;
    z-index: 9;
}
	}