@charset "UTF-8";
/* Scss Document */
/* ---- global --- */
div.footer-second h4.title:first-of-type, div.footer-second ul.links:first-of-type {
  display: none;
}

body {
  font-weight: 400 !important;
}

img {
  height: auto;
}

ul, ol {
  margin-left: 2.25em;
  padding-left: 0;
}

h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.view h4, .view h5, .view h6 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.icon-bar h4, .icon-bar h5, .icon-bar h6 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

#breadcrumbs {
  display: none;
}

.border-top {
  border-top: 1px solid #cdcdcd;
}

.border-bottom {
  border-bottom: 1px solid #cdcdcd;
}

.view img {
  /*margin: 0 auto 10px auto;*/
  /*display: block;*/
  max-width: 100%;
  margin-bottom: 1em;
}

table {
  width: 100%;
}
table td p {
  margin: 0;
}
table ul {
  margin-top: 0;
}

a:focus, a:active, a:active-trail {
  background: none;
}

main a.overlay-link {
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a > img {
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
a.overlay-link:hover {
  background: rgba(0, 0, 0, 0.3);
}

main a > img:hover {
  -moz-filter: brightness(75%);
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

button, .button {
  padding-top: 9px;
  padding-bottom: 10px;
  background-color: #454545;
}

.btn a {
  text-decoration: none !important;
  min-width: 180px;
}
.btn.small a {
  font-size: 0.75rem;
}
.btn a:hover {
  background-color: #00853E;
  border-color: #00853E;
  color: #ffffff;
}
.btn.center {
  width: 100%;
  text-align: center;
}
.btn.center a {
  min-width: 180px;
}

a.button:link, a.button:visited, a.button:hover, a.button:link:hover, a.button:active:hover, a.button:visited:hover {
  color: #ffffff;
}

.main.columns .col {
  position: static;
}
.main.columns .field {
  margin-bottom: 1.5em;
  /*overflow: hidden;*/
}
.main.columns .node .text-content {
  margin-bottom: 1.5em;
  /*overflow: hidden;*/
}
.main.columns .node .text-content .field-label {
  font-weight: 700;
}
.main.columns figure.left, .main.columns img.left, .main.columns figure.right, .main.columns img.right {
  margin-bottom: 2em;
  width: 100%;
  height: auto !important;
}
.main.columns figure.portrait, .main.columns img.portrait {
  margin-bottom: 0.5em;
  max-width: 40%;
  width: auto;
  height: auto !important;
}
.main.columns figure.portrait.left, .main.columns img.portrait.left {
  margin-right: 3%;
}
.main.columns figure.portrait.right, .main.columns img.portrait.right {
  margin-left: 3%;
}

/* sidebar */
.sidebar.columns section, .sidebar .block {
	margin-bottom: 1.25em;
}
.sidebar.columns .row {
  padding-bottom: 1em;
}
.sidebar.columns section p {
  margin-bottom: 5px;
}
.sidebar .title, .sidebar .block-title {
  font-size: 1.5em !important;
  margin-top: 0;
}

.form-managed-file .form-file, .form-managed-file .form-submit {
  margin-bottom: 0.25rem;
}

.node-form label {
  font-weight: bold;
}

input[type=file], input[type=checkbox], input[type=radio] {
  margin: 0 0 0.25rem 0;
}

select {
  margin: 0 0 0.25rem 0;
}
select[multiple=multiple] {
  height: 11.625rem;
}

.clearbefore {
  clear: both;
}

.view-content {
  display: block;
  overflow: hidden;
}

.not-logged-in .hide-logged-out {
  display: none;
}

.l-messages a {
  color: #006a31;
  font-weight: bold;
}

section.block {
  position: relative;
}

.section-panel {
    padding: 3em 0;
    overflow: hidden;
}

.box-panel {
    padding: 1em 0;
    overflow: hidden;
}

.field-type-link-field > a {
  display: block;
}

/* --- webform --- */
.node-webform .form-item * {
  margin-bottom: 0.25rem;
}
.node-webform .form-item label {
  font-weight: bold;
}

/* ---- alt page title ---- */
#alt-page-title h1, #alt-page-title h2, #alt-page-title h3 {
  margin: 0;
  text-align: center;
  padding: 5px 0 15px 0;
}

/* ---- mm ctas ----- */
/*
.contain-to-grid .top-bar.expanded .top-bar-section .mm-ctas {
  display: none;
}
*/
/* ---- non-admin role content editing UI --- */
.node.add .wide-body div.main.columns, .node.edit .wide-body div.main.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* ---- foreground colors ---- */
.icon-bar a .lime {
  color: #72B844 !important;
}
.icon-bar a .skyblue {
  color: #84B1CD !important;
}
.icon-bar a .teal {
  color: #008265 !important;
}
.icon-bar a .brown {
  color: #887A68 !important;
}

/* ---- background colors ---- */
.bg-lightgray {
  background-color: #efefef;
}

.bg-gray {
  background-color: #e2e1dd;
}

.bg-darkgray {
  background-color: #454545;
}

.bg-green {
  background-color: #006A31;
}

.bg-teal {
  background-color: #008265;
}

.bg-lightgreen {
  background-color: #e1eed5;
}

.bg-lime {
  background-color: #72B844;
}

.bg-lightblue {
  background-color: #c8e2ea;
}

.bg-skyblue {
  background-color: #84B1CD;
}

.bg-brown {
  background-color: #887A68;
}

.bg-white {
  background-color: #ffffff;
}

.bg-yellow {
    background-color: #c1d22d;
}

.bg-darkblue {
    background-color: #31657a;
}

.bg-white {
	background-color: #ffffff;
}

.bg-overlay {
	background-color: rgba(0,0,0,0.5);
}

.bg-green *, .bg-darkgray *, .bg-lime *, .bg-skyblue *, .bg-teal *, .bg-brown *, .bg-darkblue *, .bg-overlay *, .bg-dark * {
	color: #ffffff !important;
}

.bg-green a, .bg-darkgray a, .bg-lime a, .bg-skyblue a, .bg-teal a, .bg-brown a, .bg-overlay a, .bg-dark a {
	text-decoration: underline;
}

.bg-green a:hover, .bg-darkgray a:hover, .bg-lime a:hover, .bg-skyblue a:hover, .bg-teal a:hover, .bg-brown a:hover, .bg-overlay a:hover, .bg-dark a:hover {
	color: rgba(255,255,255,.8) !important;
}

/* taxonomy term node listing */
.page-taxonomy-term .node-readmore {
  display: none;
}
.page-taxonomy-term h2.node-title {
  font-size: 1.5em;
}

/* ---- sidebar view row ---- */
aside .view .row {
  margin-bottom: 1em;
}

/* --- nivo slider --- */
.nivoSlider {
  z-index: 0;
  max-width: none !important;
}

.theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  z-index: -1;
}

.nivo-caption {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  padding: 1em 0;
  opacity: 1;
}
.nivo-caption h1, .nivo-caption h2, .nivo-caption h3, .nivo-caption h4, .nivo-caption h5, .nivo-caption h6, .nivo-caption a, .nivo-caption p {
  color: #ffffff;
  margin: 5px 0;
  text-shadow: 0 0 2px #000;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/sites/all/libraries/nivo-slider/themes/default/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.nivo-controlNav a.active {
  background-position: 0 -22px;
}

#hero-feature .nivo-directionNav {
  /* for nav arrows to work with sticky banner slideshow */
  display: none;
}

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/libraries/nivo-slider/themes/default/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1;
}

a.nivo-prevNav {
  left: 15px;
}
a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

/* ----- figure ------ */
figure {
  display: table;
  margin: 0 auto 2em auto;
  width: 100%;
}
figure img {
  margin: 0 !important;
  width: 100%;
  display: block;
}
figure.full {
  max-width: none !important;
  width: 100%;
}

img.full {
  max-width: none !important;
  width: 100%;
}

figure.full img {
  max-width: none !important;
  width: 100%;
}
figure br {
  display: none;
}
figure[style].portrait {
  max-width: 50%;
  width: auto;
}
figure[style].portrait.left {
  margin-right: 3%;
}
figure[style].portrait.right {
  margin-left: 3%;
}

.node img[style].portrait {
  max-width: 50%;
  width: auto;
}
.node img[style].portrait.left {
  margin-right: 3%;
}
.node img[style].portrait.right {
  margin-left: 3%;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 10px 0;
  font-size: 0.875em;
  line-height: 1.5;
}

/* ----- news quote ----- */
.news-quote {
  font-size: 18px;
  line-height: 120%;
  max-width: 100%;
  margin: 0 auto 1.5em auto;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.news-quote p, .news-quote ul, .news-quote ol {
  padding: 0 15px;
}

/* ---- event page nav ---- */
.view .date-nav-wrapper .date-heading h3 {
  background: #efefef;
}
.view .date-nav-wrapper .date-prev {
  right: auto;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
}
.view .date-nav-wrapper .date-next {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
}
.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
  margin: 0 5px;
}
.view .date-nav-wrapper .date-heading h3 {
  font-size: 1.5em;
  font-weight: 400;
}

/* ------ news tags ----- */
.tag-item {
  display: inline-block;
  background-color: #72B844;
  margin: 0;
  padding: 2px 4px 4px 4px;
  line-height: 1 !important;
  overflow: hidden;
}
.tag-item:hover {
  background-color: #888888;
}
.tag-item a:link, .tag-item a:visited {
  padding: 0;
  font-size: 13px !important;
  color: #fff;
  line-height: 1 !important;
  text-decoration: none;
}
.tag-item a:hover {
  border: none !important;
}

/* ---- sidebar menu ---- */
.sidebar .block-menu-block h2.block-title, .sidebar .block-menu h2.block-title {
  background: none;
  color: #454545;
}
.sidebar .block-menu-block li:hover, .sidebar .block-menu li:hover {
  margin-right: 0;
}
.sidebar .block-menu-block ul.menu li a, .sidebar .block-menu ul.menu li a {
  color: #454545;
  background: none;
  border: none;
  box-shadow: none;
}
.sidebar .block-menu-block ul.menu li a:hover, .sidebar .block-menu ul.menu li a:hover {
  background: none;
  color: #00853E;
}


/* ---- reveal modal ---- */
.reveal-modal, dialog {
  position: fixed;
  visibility: hidden;
  display: none;
  background-color: #ffffff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  overflow-y: scroll;
  max-height: 80vh;
  min-height: auto;
  top: 10vh !important;
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
}

/* ----- person contact icons ----- */
.dir-location:before {
  content: " ";
  font-family: FontAwesome;
  font-weight: normal;
  color: #72B844;
}

.dir-email:before {
  content: " ";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 75% !important;
  color: #72B844;
}

.dir-phone:before {
  content: " ";
  font-family: FontAwesome;
  font-weight: normal;
  color: #72B844;
}

.dir-fax:before {
  content: " ";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 75% !important;
  color: #72B844;
}

.dir-website:before {
  content: " ";
  font-family: FontAwesome;
  font-weight: normal;
  color: #72B844;
}

/* ---- file type icon colors ---*/
.fa-file-pdf-o {
  color: #C00;
}

.fa-file-word-o {
  color: #30F;
}

.fa-file-excel-o {
  color: #390;
}

.fa-file-powerpoint-o {
  color: #F60;
}

/* ---- file type icons --- */
a.pdf:after {
  content: " ";
  font-family: fontawesome;
  color: #C00;
}
a.word:after {
  content: " ";
  font-family: fontawesome;
  color: #30F;
}
a.excel:after {
  content: " ";
  font-family: fontawesome;
  color: #390;
}
a.powerpoint:after {
  content: " ";
  font-family: fontawesome;
  color: #F60;
}
a.video:after {
    content: "\00a0\f16a";
    font-family: fontawesome;
    color: #C00;
}

/* --- accordion --- */
/*
.accordion .accordion-navigation > a {
  background: rgba(0, 0, 0, 0.075);
}
.accordion .accordion-navigation > a:hover {
  background: #e3e3e3;
  background: rgba(0, 0, 0, 0.125);
}
.accordion .accordion-navigation.active > a {
  background: rgba(0, 0, 0, 0.1);
}
*/
.accordion .accordion-navigation > .content.active {
  display: block;
  background: none;
}

/* --- hero standard block ---- */
.hero-content > * {
	color: white !important;
	text-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

/* --- banners and front slideshow ---- */
.featured-banner {
  background-size: cover;
  position: relative;
  overflow: auto !important;
}
.front .featured-banner {
  height: 42vw;
  min-height: 400px;
  max-height: 800px;
}
.featured-banner .not-front {
  height: 38vw;
  min-height: 340px;
  max-height: 720px;
}
.featured-banner.half-height {
  height: 24vw;
  min-height: 300px;
  max-height: 480px;
}

.slick-slide img {
  display: inline-block;
  margin-bottom: 0;
}

.slick-arrow, .slick-arrow:focus {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  padding: 0;
}
.slick-slider:hover .slick-arrow, .slick-arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-dots {
  position: absolute;
  bottom: 1em;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  /*outline: none;*/
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
}

.banner-overlay {
  position: static;
  overflow: hidden;
}
.banner-overlay .caption, .banner-overlay .caption[style] {
  width: 100%;
  padding: 1em 0;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
}
.banner-overlay h1, .banner-overlay h2, .banner-overlay h3, .banner-overlay h4, .banner-overlay h5, .banner-overlay h6, .banner-overlay p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  text-shadow: 0 0 2px #000;
}
.banner-overlay h1 {
  line-height: 1.1em;
}

/* ---- flag cta ---- */
.flags {
  position: relative;
  margin: 20px 0;
}

.flag-cta {
  position: relative;
  display: table;
  margin: 7px auto;
  height: 56px;
  width: calc(100% - 40px);
  max-width: 430px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #ffffff !important;
}
.flag-cta > div {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.flag-cta .icon-wrapper {
  width: 54px;
  text-align: right;
}
.flag-cta .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 100%;
}
.flag-cta .icon img {
  width: 28px;
}

/* ---- icon buttons ------ */
.icon-bar.bg-darkgray a:hover, .icon-bar.dark-panel a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-darkgray .icon-bar a:hover, .dark-panel .icon-bar a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.icon-bar h4, .icon-bar h5, .icon-bar h6 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #454545;
}
.icon-bar a {
  line-height: 18px;
  display: inline-block;
  padding: 1em;
  color: #454545;
  text-align: center;
  border: none;
  white-space: nowrap;
  text-decoration: none;
}
.icon-bar a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/*
.icon-bar a#cta-tour i {
  color: #72B844 !important;
}
.icon-bar a#cta-apply i {
  color: #84B1CD !important;
}
.icon-bar a#cta-advisor i {
  color: #008265 !important;
}
.icon-bar a#cta-info i {
  color: #887A68 !important;
}
*/

/* --------- CTA BUTTONS ------------- */
.cta a {
  min-width: 140px;
}

/* --- front event block --- */
.front .view-events .date {
  margin: 10px auto;
}
.front .view-events .date > div {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  vertical-align: middle;
}
.front .date .month, .front .date .day-week {
  font-size: 16px;
  text-transform: uppercase;
}
.front .date .day {
  display: block;
  color: #ffffff;
  font-size: 24px;
  background-color: #454545;
  border-width: 2px;
  padding: 2px !important;
  width: 50px;
  height: 50px;
  line-height: 44px !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.view-events .event-title, .view-seminars .date-display-single {
  font-weight: normal;
}

/* --- publications --- */
.front #publications {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.front #publications a {
  color: #fff;
  font-size: 15px;
}
.front #publications .pub-item {
  display: inline-block;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 15px 3%;
}
.front #publications .pub-item a {
  display: block;
  width: 100%;
  height: 35px;
  padding-top: 140px;
  color: #454545;
  font-weight: bold;
}

/********** embedded video *****************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------- embedded google map ---- */
.map-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --- news / stories ---- */
.view-news .news-image {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.view-news img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

/* ----- fact box ------- */
.fact-box {
  padding: 30px 20px;
}
.fact-box h3, .fact-box h4, .fact-box h5 {
  color: #efefef;
}
.fact-box * {
  margin: 0;
}

/* -------- quote box --------- */
.quote-wrap {
  background-color: #454545;
  float: left;
  margin: 20px 0 35px 0;
}
.quote-wrap img {
  max-width: 48%;
  float: left;
  margin: 0 15px 0 0 !important;
  width: 200px;
}
.quote-wrap p {
  color: #fefefe;
  margin: 20px 15px;
}

/* --------- degree box --------- */
.degree-box {
  background-color: #f8f8f8;
  border: solid #e5e5e5;
  border-width: 1px;
  float: left;
  padding: 0 15px;
  margin: 25px 0;
  width: 100%;
  overflow: hidden;
}

/* ----- slick slider ---- */
.slick-slide {
  position: relative;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.field-type-taxonomy-term-reference .field-label {
  font-size: 1.25em;
}
.field-type-taxonomy-term-reference ul {
  margin-left: 0;
}
.field-type-taxonomy-term-reference li {
  list-style: none;
}

/* --- image field ---- */
.node .image {
  margin-bottom: 1.5em;
}
.node figure .image {
  margin-bottom: 0;
}

/* --- seminar ---- */
.node-type-seminar .field-name-field-speaker-photo {
  float: right;
  margin: 1.5em 0 1em 1em;
  width: 120px;
}

/* --- exposed form ---*/
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.25em;
}

.view .views-exposed-widgets {
  display: inline-block;
  margin-bottom: 2em;
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
	
	#header .box {
		max-width: none; width: 96%;
	}
}

@media only screen and (min-width: 600px) {
	
	/* remove arrow from main menu items */
	.add-subnav-exposed {
		display: none !important;
	}
	
	#main-menu-container .the-main-menu #main-menu > ul.menu > li.expanded > a:first-child, #main-menu-container .the-main-menu .block-menu > ul.menu > li.expanded > a:first-child {
		padding-right: 10px !important;
	}
}

@media only screen and (max-width: 769px) {
  .br-hide {
    display: none;
  }
  .page-node .body img {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .page-node .body img.portrait {
    margin: 0 10px 10px 10px;
    max-width: 50%;
  }

  #footer .footer-main {
    border-top: 1px solid #006A31;
  }

  .wide-body .main.columns section, .wide-body .main.columns .section {
    padding: 0;
  }

  /* ---- columns ---- */
  /*.wide-body div.main.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .box {
    max-width: 480px;
    margin: 0 auto;
  }
  .wide-body .box {
    padding-left: 10px;
    padding-right: 10px;
  }*/

  .scrolled div[role=document].page {
    padding-top: 0;
  }

  /* ---- exposed filter ---- */
  .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0;
  }

  /* ----- news quote ----- */
  .news-quote {
    width: 100% !important;
    float: none !important;
  }

  /* --- nivo slider --- */
  .theme-default .nivo-controlNav {
    background-color: #454545;
  }
}

@media only screen and (min-width: 770px) {

  /* --- fixed position banner --- */
  main.row, footer#footer {
    background-color: #ffffff;
  }

  div#hero-feature, div.wide-body {
    position: relative;
  }

  footer#footer {
    position: relative;
  }

  /* fix header flashing in safari when fast scrolling back to top */
  header {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* --- banner --- */
  .banner-overlay .caption, .banner-overlay .caption[style] {
    padding: 3em 0 4em 0 !important;
  }

  /* --- nivo slider ---- */
  .theme-default.slider-wrapper {
    position: relative;
    height: 42vw;
    max-height: 760px;
  }
  .theme-default .nivoSlider {
    max-height: 760px;
  }
  .theme-default .nivo-caption {
    padding: 3em 0 4em 0;
  }
  .theme-default .nivo-controlNav {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }

  /* ---- flag cta ---- */
  .flags {
    position: fixed;
    top: 12em;
    right: 0;
  }

  .flag-cta {
    width: 100%;
    max-width: 240px;
  }

  /* ***** image and captioned image in content ***** */
  .main.columns figure.left, .main.columns img.left {
    margin-left: 0 !important;
    margin-right: 3% !important;
    max-width: 47%;
    width: auto;
  }
  .main.columns figure.right, .main.columns img.right {
    margin-left: 3% !important;
    margin-right: 0 !important;
    max-width: 47%;
    width: auto;
  }

  /* --- reveal modal --- */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* --- font in sidebar ---- */
  aside div, aside p, aside ul, aside ol {
    font-size: 0.875rem;
  }

  /* ---- news quote ---- */
  .news-quote {
    max-width: 47%;
  }
  .news-quote.right {
    float: right;
    margin-left: 3%;
  }
  .news-quote.left {
    float: left;
    margin-right: 3%;
  }

  /* --- news / stories / spotlights -- */
  .node .image, .field-name-field-news-image {
    float: right;
    margin-left: 3%;
    max-width: 47%;
  }

  .node figure.image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .node figure .image {
    float: none;
    max-width: none;
    margin: 0;
  }

  figure .field-name-field-news-image {
    float: none;
    max-width: none;
    margin: 0;
  }

  .node.node-spotlight .image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}

/*@media only screen and (max-width: 979px) and (min-width: 770px) {
  /* --- header --- *
  div.main-menu ul.menu li a {
    font-size: 0.75rem;
    padding: 0 5px;
  }

  #site-name {
    padding-left: 125px;
  }

  #main-menu {
    text-align: left;
  }

}
*/
@media only screen and (max-width: 1199px) {
	
  .one-sidebar .main.columns, .two-sidebars .main.columns {
    background-color: #ffffff;
  }
  .one-sidebar .wide-body .main.columns, .two-sidebars .wide-body .main.columns {
    padding: 0 !important;
  }

  .one-sidebar .main.columns {
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 0.9375rem;
	padding-right: 0.9375rem;
  }

  .sidebar.columns {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2em 0.9375rem !important;
  }
  .sidebar.columns .block-menu ul.menu li {
    display: inline-block;
  }

  /*body, p, li, blockquote {
    font-size: initial !important;
  }*/
}

@media only screen and (min-width: 1200px) {
    
  .section-panel {
    padding: 4rem 0;
  }

  .one-sidebar main.row {
    background: none;
  }

/*
  .sidebar-first .main.columns {
    background: #ffffff;
    padding: 4em 4%;
  }
  .sidebar-first .main.columns > * {
    max-width: 1200px;
  }
  .sidebar-first .wide-body .main.columns {
    padding: 0;
    max-width: none;
  }
  .sidebar-first .wide-body .main.columns > * {
    max-width: none;
  }
  .sidebar-first .wide-body .box {
    margin: 0;
    padding-left: 5%;
  }
*/
  .main.columns .field.field-name-field-section-panel {
    margin: 0;
  }
}

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