/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* SMACSS theme rules */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main:before, #main:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main:after {
  clear: both;
}

/* line 13, ../sass/_uvmsubsitegrid.scss */
.two_col_2x2, .two_col_1, .two_col_2, .three_col_3x3, .three_col_2x1, .three_col_1x2, .three_equalcol_1, .three_equalcol_2, .three_equalcol_3, .three_equalcol_1_wonked, .three_col_1x2_wonked, .four_equalcol_4x4, .four_equalcol_1, .four_equalcol_2, .four_equalcol_3, .four_equalcol_4, .four_equalcol_3x1, .four_equalcol_2x2 {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  clear: left;
}

@media only screen and (min-width: 800px) {
  /* line 22, ../sass/_uvmsubsitegrid.scss */
  .equal_heights_wrapper {
    -moz-box-flex: 1.0;
    /* Firefox */
    -webkit-box-flex: 1.0;
    /* Safari and Chrome */
    -ms-flex: 1.0;
    /* Internet Explorer 10 */
    /* display:-webkit-box; */
    display: box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    clear: left;
    width: 100%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #main:before, #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #main:after {
    clear: both;
  }

  /* line 43, ../sass/_uvmsubsitegrid.scss */
  .two_col_2x2, .two_col_1, .two_col_2, .three_col_3x3, .three_col_2x1, .three_col_1x2, .three_equalcol_1, .three_equalcol_2, .three_equalcol_3, .three_equalcol_1_wonked, .three_col_1x2_wonked, .four_equalcol_4x4, .four_equalcol_1, .four_equalcol_2, .four_equalcol_3, .four_equalcol_4, .four_equalcol_3x1, .four_equalcol_2x2 {
    padding-left: 20px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
  }

  /* TWO COLUMN - WIDE RT SIDE */
  /* line 48, ../sass/_uvmsubsitegrid.scss */
  .two_col_2x2 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }

  /* line 52, ../sass/_uvmsubsitegrid.scss */
  .two_col_1 {
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: -58.33333%;
    clear: left;
    align-items: stretch;
  }

  /* line 57, ../sass/_uvmsubsitegrid.scss */
  .two_col_2 {
    float: left;
    width: 41.66667%;
    margin-left: 58.33333%;
    margin-right: -100%;
    align-items: stretch;
    background: #f0f0f0;
  }

  /* 3 EQUAL COLUMNS  */
  /* line 64, ../sass/_uvmsubsitegrid.scss */
  .three_col_3x3 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }

  /* line 68, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_1 {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }

  /* line 72, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_2 {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
    /*	border-left:1px solid #ccc;
    	border-right:1px solid #ccc; */
  }

  /* line 77, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_3 {
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -33.33333%;
  }

  /* line 80, ../sass/_uvmsubsitegrid.scss */
  .three_col_1x2 {
    float: right;
    width: 66.66667%;
    margin-right: 0%;
    margin-left: -66.66667%;
  }

  /* line 83, ../sass/_uvmsubsitegrid.scss */
  .three_col_2x1 {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 0;
  }

  /* three col wonked */
  /* line 88, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_1_wonked {
    float: left;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: -41.66667%;
    clear: left;
  }

  /* line 92, ../sass/_uvmsubsitegrid.scss */
  .three_col_1x2_wonked {
    float: right;
    width: 58.33333%;
    margin-right: 0%;
    margin-left: -58.33333%;
  }

  /* 3 SMALL EQUAL COLUMNS */
  /* line 98, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_small_1 {
    float: left;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: -16.66667%;
  }

  /* line 101, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_small_2 {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }

  /* line 104, ../sass/_uvmsubsitegrid.scss */
  .three_equalcol_small_3 {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }

  /* 4 EQUAL COLUMNS  */
  /* line 109, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_4x4 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }

  /* line 113, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_1 {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
    border-right: 1px solid #dfdfdf;
    align-items: stretch;
    margin-left: -20px;
  }

  /* line 120, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_2 {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
    /* border-right:1px solid #dfdfdf; */
    align-items: stretch;
  }

  /* line 125, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_3 {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
    align-items: stretch;
    border-left: 1px solid #dfdfdf;
    align-items: stretch;
  }

  /* line 131, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_4 {
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
    border-left: 1px solid #dfdfdf;
  }

  /* line 135, ../sass/_uvmsubsitegrid.scss */
  .equal_heights_wrapper .four_equalcol_4 {
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
    margin-left: 75%;
    align-items: stretch;
  }

  /* line 140, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_3x1 {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    clear: left;
    padding-top: 2.4em;
    padding-left: 0;
  }

  /* line 146, ../sass/_uvmsubsitegrid.scss */
  .four_equalcol_2x2 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
}
/* 
	
.icon-slider-left:before {
  content: "\e299";
}

.icon-slider-right:before {
  content: "\e297";
}
*/
/**** Colors for Colleges ****/
/* start legacy, should not be in use */
/* end legacy, should not be in use */
/* ==============================================================
   TOP BAR 
   =============================================================*/
/* line 4, ../sass/_mainframe.scss */
body {
  background: #fff;
}

/* line 7, ../sass/_mainframe.scss */
body.node-type-unit-website h1#page-title {
  display: none;
}

/* FIX THE BOTTOM PADDING PROBLEM  - or overrides for uvmbase */
/* line 11, ../sass/_mainframe.scss */
#main {
  padding-bottom: 1.6em;
}

/* line 14, ../sass/_mainframe.scss */
#minifooter {
  margin-top: 0;
}

/* line 17, ../sass/_mainframe.scss */
h1#page-title {
  text-transform: inherit;
  font-size: 1.6em;
  padding: .2em 20px;
  float: left;
  font-weight: 200;
}

/* line 24, ../sass/_mainframe.scss */
.rightcol {
  margin-top: 2.4em;
  margin-top: 1.8em;
}
/* line 28, ../sass/_mainframe.scss */
.rightcol h2 {
  /* color:$uvm-green-lighter; */
  font-size: 1.2222em !important;
}

/* line 33, ../sass/_mainframe.scss */
.pane-node-field-lower-body {
  clear: left;
}

/* line 37, ../sass/_mainframe.scss */
.pane-node-field-image.imageleft + .pane-node-field-caption {
  color: #999;
  font-size: .8em;
}

/*  close general overrides */
/* line 44, ../sass/_mainframe.scss */
.field-top-homepage-banner h2, .field-top-homepage-banner h3, .field-top-homepage-banner h4 {
  font-family: "Oswald", sans-serif;
}
/* line 47, ../sass/_mainframe.scss */
.field-top-homepage-banner h2 {
  font-size: 1.5em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Intro */
/* line 54, ../sass/_mainframe.scss */
.field-introduction {
  font-size: 1.13333333333333em;
  line-height: 1.8888888em;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 59, ../sass/_mainframe.scss */
.field-introduction img {
  padding-right: 14px;
}

/* line 63, ../sass/_mainframe.scss */
.field-introduction h2:first-of-type {
  margin-top: 0;
}

/* Padding for fields in columns */
/* line 67, ../sass/_mainframe.scss */
.pane-node-field-interior-open-sidebar {
  float: left;
}
/* line 70, ../sass/_mainframe.scss */
.pane-node-field-interior-open-sidebar .field-interior-open-sidebar h4, .pane-node-field-interior-open-sidebar .field-interior-open-sidebar h5 {
  margin-top: 1.2em;
}

/* line 75, ../sass/_mainframe.scss */
#content .pane-node-field-primary-content-columns ul li {
  margin-bottom: .4em;
}

/* line 78, ../sass/_mainframe.scss */
.pane-node-field-primary-content-columns, .pane-views.pane-news, .pane-node-field-quicklinks {
  padding-top: 1em;
}

/* line 81, ../sass/_mainframe.scss */
.three_col_3x3 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 86, ../sass/_mainframe.scss */
.pane-node-field-sidebar-body.three_equalcol_3 .field-sidebar-body {
  float: left;
  clear: both;
  width: 100%;
}
/* line 90, ../sass/_mainframe.scss */
.pane-node-field-sidebar-body.three_equalcol_3 .field-sidebar-body ul {
  float: left;
  clear: left;
  width: 100%;
}
/* line 95, ../sass/_mainframe.scss */
.pane-node-field-sidebar-body.three_equalcol_3 .field-sidebar-body img {
  width: 100%;
  max-width: none;
}

/* line 101, ../sass/_mainframe.scss */
.two_col_1 {
  /* 	padding-left:0; */
}

/* line 104, ../sass/_mainframe.scss */
.four_equalcol_3x1, .four_equalcol_2x2, .four_equalcol_1, .four_equalcol_2, .four_equalcol_3, .three_equalcol_1, .three_equalcol_2, .three_equalcol_3, .two_col_1, .two_col_2 {
  padding-top: 1em;
}
/* line 106, ../sass/_mainframe.scss */
.four_equalcol_3x1 img, .four_equalcol_2x2 img, .four_equalcol_1 img, .four_equalcol_2 img, .four_equalcol_3 img, .three_equalcol_1 img, .three_equalcol_2 img, .three_equalcol_3 img, .two_col_1 img, .two_col_2 img {
  width: 40%;
  max-width: 200px;
  height: inherit;
  float: left;
  margin: 0 10px .6em 0;
  padding-top: 0;
}

/* line 115, ../sass/_mainframe.scss */
.node-type-unit-website .three_col_3x3 {
  padding-top: 1em;
}

/* line 119, ../sass/_mainframe.scss */
.node-type-unit-website .pane-node-body.three_col_3x3 {
  clear: both;
}

/* line 122, ../sass/_mainframe.scss */
.four_equalcol_4 {
  padding-top: 1em;
  z-index: 10;
  position: relative;
}
/* line 126, ../sass/_mainframe.scss */
.four_equalcol_4 img {
  width: 100%;
  max-width: 100%;
  float: none;
}
/* line 131, ../sass/_mainframe.scss */
.four_equalcol_4 img.imageleft {
  float: left;
}
/* line 134, ../sass/_mainframe.scss */
.four_equalcol_4 p.button, .four_equalcol_4 p.button-arrow, .four_equalcol_4 p.button-green {
  margin-top: 1em !important;
}

/* line 138, ../sass/_mainframe.scss */
body.node-type-unit-website .four_equalcol_4 {
  margin-top: 2.4em;
  padding-top: 0;
}

/* Rightmost column  Sidebar  quicklinks on homepages */
/* line 144, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks, .four_equalcol_4 div.pane-node-field-quicklinks, .three_equalcol_3 div.pane-node-field-quicklinks, .two_col_2 div.pane-node-field-quicklinks {
  background: #ebebeb;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* margin-bottom:.6em; */
  border-top: 8px solid #ddd !important;
  width: 100%;
}
/* line 152, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks ul.field-quicklinks, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks {
  margin-right: -20px !important;
  margin-left: -20px !important;
  padding: 0;
  list-style: none !important;
  width: calc(100% + 40px);
}
/* line 158, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks ul.field-quicklinks li, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li {
  border-bottom: 1px solid #cecece;
  float: left;
  font-family: "Oswald", sans-serif;
  letter-spacing: .06em;
  margin: 0 !important;
  padding: .4em 0 !important;
  text-transform: uppercase;
  width: 100%;
}
/* line 167, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks ul.field-quicklinks li a, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li a, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li a, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li a {
  padding: .6em 20px;
  font-size: 1em;
  color: #444444;
  float: left;
}
/* line 172, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks ul.field-quicklinks li a:link, .rightcol div.pane-node-field-quicklinks ul.field-quicklinks li a:visited, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li a:link, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li a:visited, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li a:link, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li a:visited, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li a:link, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li a:visited {
  color: #444444 !important;
}
/* line 175, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks ul.field-quicklinks li a:hover, .rightcol div.pane-node-field-quicklinks ul.field-quicklinks li a:active, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li a:hover, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li a:active, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li a:hover, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li a:active, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li a:hover, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li a:active {
  color: #f47d20 !important;
}
/* line 180, ../sass/_mainframe.scss */
.rightcol div.pane-node-field-quicklinks ul.field-quicklinks li:last-of-type, .four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks li:last-of-type, .three_equalcol_3 div.pane-node-field-quicklinks ul.field-quicklinks li:last-of-type, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks li:last-of-type {
  border: 0;
}

/* Quicklinks on homepages */
/* line 186, ../sass/_mainframe.scss */
.four_equalcol_4 div.pane-node-field-quicklinks, .two_col_2 div.pane-node-field-quicklinks {
  float: left;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  width: calc(100% + 40px);
}
/* line 193, ../sass/_mainframe.scss */
.four_equalcol_4 div.pane-node-field-quicklinks ul.field-quicklinks, .two_col_2 div.pane-node-field-quicklinks ul.field-quicklinks {
  margin: 0 !important;
  width: 100%;
}

/* line 198, ../sass/_mainframe.scss */
.js #header {
  margin: 0 !important;
  width: 100%;
}

/* line 203, ../sass/_mainframe.scss */
#mobiletools {
  width: 100%;
  background: #66ac47;
  clear: both;
  height: 50px;
  float: none;
}

/* line 210, ../sass/_mainframe.scss */
#main {
  margin-top: -4px;
  margin-top: -6px;
}

/* line 214, ../sass/_mainframe.scss */
#logo_wrapper {
  height: 65px;
  width: 100%;
  clear: both;
  margin-top: 0px;
  border-bottom: 1px solid #999;
  background: #fff;
  margin-bottom: 0px;
}

/* line 223, ../sass/_mainframe.scss */
#logo_wrapper_withparentbanner {
  height: 65px;
  width: 100%;
  clear: both;
  margin-top: 0px;
  border-bottom: 1px solid #999;
  background: #fff;
}

/* line 231, ../sass/_mainframe.scss */
#logo_container {
  max-width: 1200px;
  margin: 0 auto !important;
}

/* line 235, ../sass/_mainframe.scss */
a#logo.header__logo {
  float: left;
  max-width: 600px;
  position: relative;
  z-index: 90;
  margin-top: -14px;
  padding-left: 20px;
  padding-bottom: 0;
  margin-left: 0;
}
/* line 244, ../sass/_mainframe.scss */
a#logo.header__logo img {
  width: 300px;
  height: inherit;
}

/* Gallery slider for interior page template 5 */
/* line 250, ../sass/_mainframe.scss */
.centercol .pane-infobands.gallery_slider {
  background: #fff;
  border: 0;
}
/* line 253, ../sass/_mainframe.scss */
.centercol .pane-infobands.gallery_slider .field-caption {
  padding: .6em 0 .5em;
}
/* line 255, ../sass/_mainframe.scss */
.centercol .pane-infobands.gallery_slider .field-caption p {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 261, ../sass/_mainframe.scss */
.centercol .gallery_slider ~ .pane-node-field-introduction {
  border-top: 1px solid #ccc;
  padding-top: 1.4em;
}

@media only screen and (min-width: 600px) {
  /* line 267, ../sass/_mainframe.scss */
  a#logo.header__logo {
    margin-top: -25px;
  }

  /* line 270, ../sass/_mainframe.scss */
  .pane-node-field-image.imageleft + .pane-node-field-caption {
    float: left;
    clear: left;
    width: 50%;
    margin-right: 20px;
  }
}
/***** TOOLS and SEARCH ********/
@media only screen and (min-width: 200px) and (max-width: 800px) {
  /* line 279, ../sass/_mainframe.scss */
  #mobiletools ul#topnav {
    float: right;
    width: 240px;
    margin: 0;
    background: #007155;
    height: 30px;
    padding: 10px 0;
    letter-spacing: 0.03em;
  }
  /* line 287, ../sass/_mainframe.scss */
  #mobiletools ul#topnav li {
    background: #007155;
    padding: .6em 0;
    /* padding:16px 0; */
  }
  /* line 292, ../sass/_mainframe.scss */
  #mobiletools ul#topnav li.apply {
    background: #007155;
  }
  /* line 295, ../sass/_mainframe.scss */
  #mobiletools ul#topnav li:after {
    content: "";
    padding: 0px;
  }
  /* line 299, ../sass/_mainframe.scss */
  #mobiletools ul#topnav a {
    display: inline;
  }
  /* line 302, ../sass/_mainframe.scss */
  #mobiletools ul#topnav li.myuvm, #mobiletools ul#topnav #uvm-search {
    border-left: #92bd3f 1px solid;
  }

  /* line 306, ../sass/_mainframe.scss */
  div#parentsitebanner + #unitwebsitename {
    background: #edeef2;
  }
  /* line 308, ../sass/_mainframe.scss */
  div#parentsitebanner + #unitwebsitename h1 {
    color: #444;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  /* line 315, ../sass/_mainframe.scss */
  #mobiletools ul#topnav {
    width: 280px;
  }
}
/* line 319, ../sass/_mainframe.scss */
.js .activatesidemenu #header, .js .activatesidemenu #main {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Sub Menu */
/* line 325, ../sass/_mainframe.scss */
#websitecontent {
  margin: 0;
  width: 100%;
  background: #fff;
  border-left: 0px solid #ccc;
}

/* line 331, ../sass/_mainframe.scss */
div.region-subnav {
  background: #ebebeb;
  border-top: 64px solid #7f7e7e;
  margin: 0;
  padding: 0 0 2em;
  float: left;
  height: 1300px;
  overflow: scroll;
}

/* line 340, ../sass/_mainframe.scss */
div#block-og-menu-og-multi-menu-block {
  float: left;
  height: 9000px;
  width: 100%;
}

/*  ---Change to reflect submenu containter -  Action ----  */
/* line 347, ../sass/_mainframe.scss */
.js .menu_container, .js .anchor-link {
  background: none;
  padding: 0;
  display: block;
  margin: 0;
  float: left;
}

/* line 354, ../sass/_mainframe.scss */
.js .menu_container {
  width: 70px;
  height: 50px;
  clear: both;
  background: #fff;
  background: transparent;
  overflow: hidden;
  float: left;
  clear: none;
  padding-top: 14px;
  margin-left: 20px;
}

/* line 366, ../sass/_mainframe.scss */
.js .anchor-link {
  background: #fff;
  margin-left: 0;
  /* width: 40px; */
  width: initial;
  height: auto;
  padding: 2px 5px;
  float: left;
  overflow: visible;
  border: 3px solid #ddd;
  border-radius: 10px;
  color: #426139 !important;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}

/* line 385, ../sass/_mainframe.scss */
.js .anchor-link:before {
  content: none !important;
  margin: 0;
  padding: 0;
}

/* line 390, ../sass/_mainframe.scss */
#unitwebsitename {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1.4em;
  height: inherit;
}
/* line 15, ../sass/_mixins.scss */
#unitwebsitename h1 {
  width: calc(90% - 90px);
  float: left;
  margin-top: 0;
  margin-bottom: .8em;
  padding: 18px 10px 0 10px;
  font-size: 1em;
  font-weight: 300;
}
/* line 23, ../sass/_mixins.scss */
#unitwebsitename h1 em {
  font-size: 150%;
  letter-spacing: .06em;
  font-style: normal;
  font-weight: 200;
  width: 100%;
  float: left;
  line-height: 1em;
}

/* College Banner  */
/* line 394, ../sass/_mainframe.scss */
#parentsitebanner {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1.4em;
  height: inherit;
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 15, ../sass/_mixins.scss */
#parentsitebanner h1 {
  width: calc(90% - 90px);
  float: left;
  margin-top: 0;
  margin-bottom: .8em;
  padding: 18px 10px 0 10px;
  font-size: 1em;
  font-weight: 300;
}
/* line 23, ../sass/_mixins.scss */
#parentsitebanner h1 em {
  font-size: 150%;
  letter-spacing: .06em;
  font-style: normal;
  font-weight: 200;
  width: 100%;
  float: left;
  line-height: 1em;
}
/* line 398, ../sass/_mainframe.scss */
#parentsitebanner h1 {
  max-width: 1200px;
  padding-bottom: .8em;
  width: 98%;
  width: calc(100% - 20px);
  margin: 0;
}
/* line 404, ../sass/_mainframe.scss */
#parentsitebanner h1 a:link, #parentsitebanner h1 a:visited {
  color: #01533f;
  border-bottom: 0;
}

/* Colors for college banners in dept sites */
/* line 412, ../sass/_mainframe.scss */
#websitecontent, .region-subnav, .anchor-link, #unitwebsitename {
  float: left;
}

/* line 415, ../sass/_mainframe.scss */
.region-subnav {
  padding: 0;
}

/* line 418, ../sass/_mainframe.scss */
.js .region-subnav {
  margin-left: -300% !important;
  display: none;
}

/* line 422, ../sass/_mainframe.scss */
.js .activatesidemenu .region-subnav {
  margin-left: 0 !important;
  display: block;
  min-width: 200px;
  width: 70%;
  margin-right: -70%;
  /* makes menu work for Safari, chrome */
  position: relative;
}

/* line 430, ../sass/_mainframe.scss */
.js .activatesidemenu #websitecontent {
  margin-right: -70%;
  margin-left: 71%;
  /* makes menu work for firefox */
}

/* line 434, ../sass/_mainframe.scss */
.js .activatesidemenu .anchor-link {
  margin-left: 0 !important;
}

/* TOOLBAR */
/* line 439, ../sass/_mainframe.scss */
.js #toolswrapper {
  /* 	display:none; */
}

/* line 442, ../sass/_mainframe.scss */
.js .menuactive + div#toolswrapper {
  display: block;
}

/* line 445, ../sass/_mainframe.scss */
.js .menu-name-main-menu .itemactive ul {
  display: block;
}

/* line 448, ../sass/_mainframe.scss */
.js .menu-name-main-menu .itemactive span:after {
  content: "";
}

/* --- div class region subnav Submenu APPEARANCE --- */
/* line 454, ../sass/_mainframe.scss */
.region-subnav div.block-og-menu-inset {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 460, ../sass/_mainframe.scss */
.region-subnav div.block-og-menu-inset:last-child {
  background: #ddd;
  margin-top: 1.5em;
  border-top: 1px solid #cecece;
}
/* line 464, ../sass/_mainframe.scss */
.region-subnav div.block-og-menu-inset:last-child li {
  border-color: #cecece;
}
/* line 467, ../sass/_mainframe.scss */
.region-subnav div.block-og-menu-inset:last-child h2 {
  display: none;
}

/* line 471, ../sass/_mainframe.scss */
.region-subnav a {
  padding: 1.4em 0px;
}

/* line 474, ../sass/_mainframe.scss */
.region-subnav h2 {
  display: none;
}

/* line 478, ../sass/_mainframe.scss */
.region-subnav .block-og-menu ul.menu li.first {
  padding: .4em 2% 0;
  width: 88%;
  width: 96%;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: #ccc solid 1px;
  float: left;
}
/* line 488, ../sass/_mainframe.scss */
.region-subnav .block-og-menu ul li:first-of-type a {
  color: #426139;
  color: #000;
  text-decoration: none;
  padding-top: 1em !important;
  float: left;
  padding: 1.7em 4% 1em;
  width: 92%;
}

/* line 499, ../sass/_mainframe.scss */
.region-subnav ul.menu {
  text-transform: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* line 505, ../sass/_mainframe.scss */
.region-subnav ul li, #page .region-subnav div.block-og-menu-inset:last-of-type ul li {
  display: block;
  letter-spacing: .02em;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: .4em 6%;
  float: left;
  width: 88%;
  clear: both;
  font-size: .95em;
  text-transform: initial;
}
/* line 516, ../sass/_mainframe.scss */
.region-subnav ul li a, #page .region-subnav div.block-og-menu-inset:last-of-type ul li a {
  color: #292929;
  padding: .7em 0;
  width: 100%;
  float: left;
  text-decoration: none;
}
/* line 523, ../sass/_mainframe.scss */
.region-subnav ul li ul li, #page .region-subnav div.block-og-menu-inset:last-of-type ul li ul li {
  font-size: .9em !important;
  font-weight: 300 !important;
  line-height: 1.4em;
  text-transform: none !important;
  margin: 0;
  padding: 0em 8% !important;
  width: 84%;
  border: 0 !important;
  color: #292929;
}
/* line 533, ../sass/_mainframe.scss */
.region-subnav ul li ul li a, #page .region-subnav div.block-og-menu-inset:last-of-type ul li ul li a {
  padding: .5em 2% !important;
  color: #292929 !important;
}

/* line 539, ../sass/_mainframe.scss */
.region-subnav ul li.last {
  border-bottom: 0;
}

/* line 543, ../sass/_mainframe.scss */
ul.menu li.is-active-trail > ul.menu li.is-active-trail {
  font-weight: 400 !important;
}

/* .region-subnav ul li.itemactive { 
	border-bottom:0;
} */
/* line 554, ../sass/_mainframe.scss */
.region-subnav ul li ul {
  margin-top: .8em;
  clear: left;
  padding-bottom: .8em;
}

/* line 559, ../sass/_mainframe.scss */
.region-subnav ul li ul li.last {
  border-bottom: 0;
}

/* line 562, ../sass/_mainframe.scss */
.block-og-menu .expanded .nolink:after,
.region-subnav li.is-expanded > a:after, .region-subnav li.is-collapsed > a:after {
  font-family: 'socialmedia';
  content: "";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  font-size: 1.25em;
  position: absolute;
  vertical-align: top;
  text-indent: 0;
}

/* .region-subnav ul li.is-expanded a.active-trail:after{
	font-family: 'socialmedia';
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left:5px;
	font-size:1.25em;
	position:absolute;
	text-indent:0;
	content: icon-chevron-small-down;
	}
*/
/* midpage field collection slider */
/* line 597, ../sass/_mainframe.scss */
.centercol div.pane-infobands {
  background: #ebebeb;
  border: 1px solid #ccc;
}

/* line 601, ../sass/_mainframe.scss */
.fc_slider {
  width: 90%;
  width: calc(100% - 40px);
  float: left;
  padding: 0 20px;
  margin-bottom: 1.4em;
  background: #ebebeb;
}
/* line 609, ../sass/_mainframe.scss */
.fc_slider div.item-list > ul:first-child {
  list-style: none !important;
}
/* line 612, ../sass/_mainframe.scss */
.fc_slider div.item-list > ul:first-child > li:first-child {
  margin-left: 0 !important;
}
/* line 615, ../sass/_mainframe.scss */
.fc_slider img {
  width: 80%;
  margin: .6em 10%;
  clear: both;
}
/* line 620, ../sass/_mainframe.scss */
.fc_slider .field-interior-infoband-field-co h2 {
  margin-top: 0px;
  margin-left: 0;
  padding-bottom: .3em;
  font-size: 1.17em;
  text-weight: 300;
  text-transform: uppercase;
  color: #01533f;
  border-bottom: 1px solid #cecece;
}
/* line 630, ../sass/_mainframe.scss */
.fc_slider .field-info-band-description {
  width: 100%;
}

@media only screen and (min-width: 500px) {
  /* line 636, ../sass/_mainframe.scss */
  .js .activatesidemenu #header, .js .activatesidemenu #main {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 641, ../sass/_mainframe.scss */
  .js .activatesidemenu .region-subnav {
    width: 54%;
    margin-right: -54%;
  }

  /* line 646, ../sass/_mainframe.scss */
  .js .activatesidemenu #websitecontent {
    margin-right: -54%;
    margin-left: 55%;
  }
}
@media only screen and (min-width: 650px) {
  /* midpage field collection slider */
  /* line 656, ../sass/_mainframe.scss */
  .fc_slider img {
    max-width: 400px;
    width: 33%;
    margin: .6em 2% .6em 0;
  }
  /* line 661, ../sass/_mainframe.scss */
  .fc_slider .field-interior-infoband-field-co h2 {
    margin-left: 38%;
  }
  /* line 664, ../sass/_mainframe.scss */
  .fc_slider div.field-image ~ div.field-info-band-description {
    width: 56% !important;
  }
  /* line 667, ../sass/_mainframe.scss */
  .fc_slider .field-interior-infoband-field-co h2.field-info-band-title:first-child {
    margin-left: 0;
  }
  /* line 671, ../sass/_mainframe.scss */
  .fc_slider .field-interior-infoband-field-co h2.field-info-band-title:first-child .field-info-band-description {
    width: 100% !important;
  }

  /* line 675, ../sass/_mainframe.scss */
  .js .activatesidemenu #header, .js .activatesidemenu #main {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 680, ../sass/_mainframe.scss */
  .js .activatesidemenu .region-subnav {
    width: 40%;
    margin-right: -40%;
  }

  /* line 684, ../sass/_mainframe.scss */
  .js .activatesidemenu #websitecontent {
    margin-right: -40%;
    margin-left: 41%;
  }
}
/* line 690, ../sass/_mainframe.scss */
#parentsitebanner ~ #unitwebsitename h1 {
  font-size: 85%;
}

@media only screen and (min-width: 800px) {
  /* line 695, ../sass/_mainframe.scss */
  #main {
    /*  margin-top:-1px !important; */
  }

  /* line 698, ../sass/_mainframe.scss */
  .rightcol .imageleft {
    width: 100% !important;
  }

  /* line 701, ../sass/_mainframe.scss */
  .node-type-basic-interior-page-1 .pane-node-field-image.imageleft + .pane-node-field-caption {
    width: 533px;
    margin-top: -.8em;
  }

  /* line 705, ../sass/_mainframe.scss */
  #unitwebsitename {
    margin-left: -90%;
    padding-left: 90%;
    padding-right: 90%;
  }
  /* line 40, ../sass/_mixins.scss */
  #unitwebsitename h1 {
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 0px;
    position: relative;
  }
  /* line 46, ../sass/_mixins.scss */
  #unitwebsitename h1 em {
    float: none;
    font-weight: 500;
    font-size: 150%;
    font-style: normal;
    letter-spacing: .08em;
    line-height: inherit;
    padding-left: 10px;
    padding-top: 0px;
    position: relative;
    top: 3px;
    width: initial;
  }
  /* line 707, ../sass/_mainframe.scss */
  #unitwebsitename h1 {
    color: #01533f;
    padding: 16px 10px 16px 10px;
    margin-bottom: 0;
  }
  /* line 712, ../sass/_mainframe.scss */
  #unitwebsitename h1 em {
    position: relative;
    top: 3px;
  }

  /* line 718, ../sass/_mainframe.scss */
  div#parentsitebanner + #unitwebsitename {
    background: #edeef2;
  }
  /* line 720, ../sass/_mainframe.scss */
  div#parentsitebanner + #unitwebsitename h1 {
    color: #444;
  }

  /* line 724, ../sass/_mainframe.scss */
  #parentsitebanner h1 {
    height: 42px;
    padding-bottom: 0;
  }

  /* line 728, ../sass/_mainframe.scss */
  #parentsitebanner ~ #unitwebsitename {
    float: left;
  }
  /* line 730, ../sass/_mainframe.scss */
  #parentsitebanner ~ #unitwebsitename h1 {
    padding: 17px 10px;
    margin-top: 4px;
  }
  /* line 734, ../sass/_mainframe.scss */
  #parentsitebanner ~ #unitwebsitename em {
    letter-spacing: inherit;
    font-style: normal;
    position: relative;
    padding-left: 0em;
    line-height: inherit;
    width: initial;
    float: none;
    padding-top: 14px;
    top: 2px;
    font-weight: 200;
  }

  /* line 747, ../sass/_mainframe.scss */
  #parentsitebanner {
    margin-left: -90%;
    padding-left: 90%;
    padding-right: 90%;
    padding: 0 800px;
    margin: -60px -800px 0 -800px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  /* line 40, ../sass/_mixins.scss */
  #parentsitebanner h1 {
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 0px;
    position: relative;
  }
  /* line 46, ../sass/_mixins.scss */
  #parentsitebanner h1 em {
    float: none;
    font-weight: 500;
    font-size: 150%;
    font-style: normal;
    letter-spacing: .08em;
    line-height: inherit;
    padding-left: 10px;
    padding-top: 0px;
    position: relative;
    top: 3px;
    width: initial;
  }

  /* line 754, ../sass/_mainframe.scss */
  .js .activatesidemenu #parentsitebanner {
    margin-left: -812px;
  }

  /* line 757, ../sass/_mainframe.scss */
  h1#page-title {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: .6em;
    float: none;
  }

  /* line 765, ../sass/_mainframe.scss */
  .js .menu_container {
    margin-left: 0;
    width: 75px;
  }

  /* line 769, ../sass/_mainframe.scss */
  .js .activatesidemenu #header, .js .activatesidemenu #main {
    width: 100% !important;
    margin-right: 0 !important;
  }

  /* line 773, ../sass/_mainframe.scss */
  .js .activatesidemenu #main {
    float: left;
  }

  /* line 776, ../sass/_mainframe.scss */
  #logo_wrapper {
    margin-top: -25px;
    height: 90px;
    background: transparent;
  }

  /* line 781, ../sass/_mainframe.scss */
  #logo_wrapper_withparentbanner {
    margin-top: -25px;
    height: 150px;
    background: transparent;
    border-bottom: 60px solid #ccc;
    border-bottom: 60px solid #fff;
    margin-bottom: -60px;
  }

  /* line 789, ../sass/_mainframe.scss */
  a#logo.header__logo {
    padding-left: 0;
  }
  /* line 791, ../sass/_mainframe.scss */
  a#logo.header__logo img {
    width: 400px;
  }

  /* line 795, ../sass/_mainframe.scss */
  .js .activatesidemenu .region-subnav {
    width: 28%;
    margin-right: -28%;
    margin-top: -1px;
  }

  /* line 800, ../sass/_mainframe.scss */
  div.region-subnav {
    border-top: 65px solid #7f7e7e;
  }

  /* line 803, ../sass/_mainframe.scss */
  .js .activatesidemenu #websitecontent {
    margin-right: -28%;
    margin-left: 29%;
  }

  /* line 807, ../sass/_mainframe.scss */
  .four_equalcol_2x2 {
    padding-left: 0;
  }

  /* line 811, ../sass/_mainframe.scss */
  .node-type-unit-website .three_col_3x3, .node-type-unit-website .two_col_1, .node-type-unit-website .two_col_2, .node-type-unit-website .four_equalcol_2x2, .node-type-unit-website .four_equalcol_3x1, .node-type-unit-website #content .centercol {
    padding-top: 2.4em;
  }
  /* line 815, ../sass/_mainframe.scss */
  .node-type-unit-website .two-column-homepage .two_col_1, .node-type-unit-website .two-column-homepage .two_col_2 {
    margin-top: 2.4em;
    padding-top: 0;
  }
  /* line 819, ../sass/_mainframe.scss */
  .node-type-unit-website .two-column-homepage .two_col_2 {
    padding-top: 1.4em;
  }
  /* line 823, ../sass/_mainframe.scss */
  .node-type-unit-website .four_equalcol_2x2 + .four_equalcol_3 {
    margin-top: 2.4em;
    padding-top: 0;
  }
  /* line 826, ../sass/_mainframe.scss */
  .node-type-unit-website .four_equalcol_2x2 + .four_equalcol_3 h3 {
    float: left;
    clear: left;
    width: 100%;
  }

  /* line 833, ../sass/_mainframe.scss */
  .pane-node-field-primary-content-columns:first-child {
    padding-top: 0;
  }

  /* line 836, ../sass/_mainframe.scss */
  .field-introduction {
    padding: 0 0 1em;
  }

  /* line 839, ../sass/_mainframe.scss */
  .four_equalcol_3x1 .field-introduction, .three_col_3x3 .field-introduction {
    padding-bottom: 0;
  }

  /* line 843, ../sass/_mainframe.scss */
  .four_equalcol_3x1 img, .four_equalcol_2x2 img, .four_equalcol_1 img, .four_equalcol_2 img, .four_equalcol_3 img, .four_equalcol_4 img, .three_equalcol_1 img, .three_equalcol_2 img, .three_equalcol_3 img, .two_col_1 img, .two_col_2 img {
    width: 100%;
    max-width: inherit;
    max-width: initial;
    height: inherit;
  }

  /* line 850, ../sass/_mainframe.scss */
  .four_equalcol_4 .field-right-sidebar-image img {
    margin-left: -20px !important;
    width: 110%;
    width: calc(100% + 40px) !important;
  }

  /* line 855, ../sass/_mainframe.scss */
  .two_col_1 {
    padding-left: 0;
  }
  /* line 857, ../sass/_mainframe.scss */
  .two_col_1 .field-body {
    border-bottom: 1px solid #ccc;
  }
  /* line 860, ../sass/_mainframe.scss */
  .two_col_1 .pane-node-field-primary-content-columns {
    padding-top: 0;
  }
  /* line 863, ../sass/_mainframe.scss */
  .two_col_1 .field-primary-content-columns {
    border-bottom: 1px solid #ccc;
    padding: 1.4em 0;
  }
  /* line 866, ../sass/_mainframe.scss */
  .two_col_1 .field-primary-content-columns:last-of-type {
    border-bottom: 0;
  }
  /* line 869, ../sass/_mainframe.scss */
  .two_col_1 .field-primary-content-columns img {
    max-width: 200px;
  }

  /* line 874, ../sass/_mainframe.scss */
  .pane-node-field-sidebar-body.three_equalcol_3 {
    padding-top: 0;
    padding-right: 0;
  }

  /* line 878, ../sass/_mainframe.scss */
  .three_col_3x3 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Banner images */
/* line 3, ../sass/objects/_banners.scss */
.topbanner {
  width: 100%;
  height: inherit;
  float: left;
  overflow: hidden;
  border: 0;
  margin-top: -1.4em;
}
/* line 10, ../sass/objects/_banners.scss */
.topbanner img {
  display: block;
  height: auto;
  width: calc(100% + 8px);
  position: relative;
  z-index: 1;
}

/* line 18, ../sass/objects/_banners.scss */
.js .activatesidemenu #websitecontent .topbanner {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../sass/objects/_banners.scss */
#views_slideshow_cycle_main_infobands-block_3 {
  height: inherit;
}

/* Overlay boxes */
/* line 28, ../sass/objects/_banners.scss */
.banneroverlay, .field-overlay-box-text {
  width: 17.5%;
  width: 100%;
  width: calc(100% - 40px);
  padding: 10px 4.5% 10px 2.5%;
  padding: .8em 20px;
  float: right;
  float: left;
  clear: both;
  background: none repeat scroll 0% 0% #FFF;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  z-index: 4 !important;
}

/* Arrow Navigation */
/* line 45, ../sass/objects/_banners.scss */
.topbanner .view {
  width: 100%;
}

/* Horiz Notification Bar */
/* line 50, ../sass/objects/_banners.scss */
.pane-node-field-horiz-bar {
  font-size: .85em;
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
/* line 55, ../sass/objects/_banners.scss */
.pane-node-field-horiz-bar div {
  background: #efefef;
  border-bottom: 4px solid #fff;
  padding: .4em 20px;
  width: 100%;
  width: calc(100% - 40px);
  float: left;
  clear: both;
}
/* line 63, ../sass/objects/_banners.scss */
.pane-node-field-horiz-bar div p {
  padding: 0;
  margin: 0 !important;
}

@media only screen and (min-width: 800px) {
  /* line 70, ../sass/objects/_banners.scss */
  .topbanner {
    width: 100%;
    /* 	position:relative; */
    float: left;
    overflow: hidden;
    background: #ccc url("/sites/default/files/speckle600-566.jpg") repeat 0 0;
    border: 0;
    margin-top: -25px;
    padding-right: 800px;
    padding-left: 800px;
    margin-right: -800px;
    margin-left: -800px;
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
  }
  /* line 84, ../sass/objects/_banners.scss */
  .topbanner img {
    display: block;
    max-width: inherit;
    width: 1200px;
    height: inherit;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  /* line 94, ../sass/objects/_banners.scss */
  .topbanner1200x260 {
    height: 260px;
  }

  /* line 97, ../sass/objects/_banners.scss */
  .topbanner1200x300 {
    height: 300px;
  }

  /* line 100, ../sass/objects/_banners.scss */
  .banneroverlay, .field-overlay-box-text {
    width: 17.5%;
    width: 34.65%;
    padding: 10px 4.5% 10px 2.5%;
    float: right;
    background: none repeat scroll 0% 0% #FFF;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    position: relative;
    z-index: 4;
    margin-right: 0px !important;
    margin-top: 0;
  }

  /* line 113, ../sass/objects/_banners.scss */
  .overlay1200x260 {
    height: 240px;
    margin-top: -261px;
  }

  /* line 117, ../sass/objects/_banners.scss */
  .overlay1200x300 {
    height: 281px;
    margin-top: -301px;
  }

  /* line 121, ../sass/objects/_banners.scss */
  .field-overlay-box-text {
    height: 240px;
    margin-top: -260px;
    /* margin-top:-296px; */
  }

  /* line 126, ../sass/objects/_banners.scss */
  .js .activatesidemenu #websitecontent .topbanner {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 131, ../sass/objects/_banners.scss */
  .topbanner {
    margin-left: -800px;
    /* span.views_slideshow_controls_text_next{
    	margin-right:0px !important;
    } */
  }
  /* line 134, ../sass/objects/_banners.scss */
  .topbanner img {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
  }

  /* line 143, ../sass/objects/_banners.scss */
  .banneroverlay, .field-overlay-box-text {
    margin-right: 0px !important;
  }
}
/* Columns within bands */
/* line 2, ../sass/objects/_bands.scss */
.three_equal_col, .centercol_nogrid, .rightcol_nogrid {
  float: left;
  width: 92%;
  padding: .6em 4%;
}

/* line 7, ../sass/objects/_bands.scss */
#rowswrapper div.stripes:last-of-type {
  margin-bottom: -1.6em;
}

/* line 10, ../sass/objects/_bands.scss */
.bottomrow {
  margin-bottom: -1.6em;
  width: 300%;
  width: calc(100% + 1600px);
  float: left;
  margin-right: -800px;
  padding-right: 800px;
  margin-left: -800px;
  padding-left: 800px;
}

/* line 20, ../sass/objects/_bands.scss */
div.stripes .rightcol_nogrid {
  background: transparent;
}

/* .threecolumn-collegehomepage{
#rowswrapper div.stripes:nth-of-type(5){
	background:#fff !important;
	border:0 !important;
}
}
*/
/* For interior page template 6 */
/* line 32, ../sass/objects/_bands.scss */
.interior-template-6 .centercol {
  border-bottom: 1px solid #ccc;
}
/* line 35, ../sass/objects/_bands.scss */
.interior-template-6 .bottomrow {
  background: #fff !important;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  width: 100%;
}

/* line 43, ../sass/objects/_bands.scss */
.band_social_media {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
/* line 48, ../sass/objects/_bands.scss */
.band_social_media ul {
  list-style-type: none;
  list-style: none;
}
/* line 51, ../sass/objects/_bands.scss */
.band_social_media ul li {
  display: inline;
  float: left;
}
/* line 54, ../sass/objects/_bands.scss */
.band_social_media ul li a {
  font-size: 2em;
  border-bottom: 0 !important;
}
/* line 57, ../sass/objects/_bands.scss */
.band_social_media ul li a:link, .band_social_media ul li a:visited {
  color: #007155;
}
/* line 60, ../sass/objects/_bands.scss */
.band_social_media ul li a:hover, .band_social_media ul li a:active {
  color: #f47d20;
}

/* line 68, ../sass/objects/_bands.scss */
.bottomrow .bottom_cta_links, .stripes:last-of-type .bottom_cta_links {
  float: left;
  width: 100%;
  padding: 1.6em 0;
  margin: 0;
  clear: both;
  border-top: 1px solid #ccc;
}
/* line 75, ../sass/objects/_bands.scss */
.bottomrow .bottom_cta_links ul.field-band-6-links, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links {
  list-style-type: none;
  list-style: none;
}
/* line 78, ../sass/objects/_bands.scss */
.bottomrow .bottom_cta_links ul.field-band-6-links li, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links li {
  float: left;
  clear: left;
  width: 94%;
  margin: 0;
  margin: 0 10px !important;
  width: calc(100% - 20px);
}
/* line 85, ../sass/objects/_bands.scss */
.bottomrow .bottom_cta_links ul.field-band-6-links li a, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links li a {
  background-color: #007155;
  width: calc(90% - 40px);
  float: left;
  padding: .825em 1em .825em 1.5em;
}
/* line 91, ../sass/objects/_bands.scss */
.bottomrow .bottom_cta_links ul.field-band-6-links li a.button-arrow, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links li a.button-arrow {
  padding-right: 44px;
}
/* line 93, ../sass/objects/_bands.scss */
.bottomrow .bottom_cta_links ul.field-band-6-links li a.button-arrow:hover, .bottomrow .bottom_cta_links ul.field-band-6-links li a.button-arrow:active, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links li a.button-arrow:hover, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links li a.button-arrow:active {
  color: #f47d20;
  border-bottom: 0px solid transparent !important;
}

@media only screen and (min-width: 600px) {
  /* line 103, ../sass/objects/_bands.scss */
  .centercol_nogrid {
    width: 70%;
    float: left;
  }

  /* line 107, ../sass/objects/_bands.scss */
  .rightcol_nogrid {
    width: 25%;
    float: right;
  }

  /* line 111, ../sass/objects/_bands.scss */
  .band_social_media {
    width: 33.3333%;
  }

  /* line 116, ../sass/objects/_bands.scss */
  .bottomrow .bottom_cta_links ul.field-band-6-links li, .stripes:last-of-type .bottom_cta_links ul.field-band-6-links li {
    display: inline;
    float: left;
    width: 48%;
    margin: 0;
    margin: 0 10px !important;
    width: calc(50% - 20px);
    clear: none;
  }
}
@media only screen and (min-width: 800px) {
  /* line 129, ../sass/objects/_bands.scss */
  .band_views.three_col_1x2, .band_views.three_col_1x2_wonked {
    background: #f0efef;
  }

  /* line 132, ../sass/objects/_bands.scss */
  .band_views.three_col_3x3 ul.individual-item li {
    width: 100%;
  }

  /* line 135, ../sass/objects/_bands.scss */
  #content .stripes .band_views.three_col_3x3 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  /* line 141, ../sass/objects/_bands.scss */
  .bottomrow .bottom_cta_links, .stripes:last-of-type .bottom_cta_links {
    float: left;
    width: 66.66666%;
    padding: .6em 0 1.6em;
    margin: 0;
    clear: none;
    border: 0;
  }

  /* line 149, ../sass/objects/_bands.scss */
  .interior-template-6 .bottomrow {
    padding: 0;
  }
}
/* line 1, ../sass/objects/_a-z.scss */
#admissions_mm .hidden {
  display: none;
}

/* line 4, ../sass/objects/_a-z.scss */
#admissions_mm .showme {
  display: block;
}

/* Slider-like functionality, uses ajax, arrows at the bottom */
/* line 3, ../sass/objects/_arrownav.scss */
.four_across ul.pager, .fc_slider ul.pager, .band_views ul.pager {
  /*         margin-top:-47em;
          margin-bottom:47em;
          background:#ccc;  */
}
/* line 7, ../sass/objects/_arrownav.scss */
.four_across ul.pager li, .fc_slider ul.pager li, .band_views ul.pager li {
  border: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  height: 3em;
}
/* line 13, ../sass/objects/_arrownav.scss */
.four_across ul.pager li a, .fc_slider ul.pager li a, .band_views ul.pager li a {
  color: transparent !important;
  font-family: 'socialmedia';
  font-size: 1.4em;
  color: #999;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  display: inline;
  vertical-align: middle;
  padding: .3em 0 .6em;
}
/* line 32, ../sass/objects/_arrownav.scss */
.four_across ul.pager li.pager-next a:before, .fc_slider ul.pager li.pager-next a:before, .band_views ul.pager li.pager-next a:before {
  content: "";
  color: #666;
}
/* line 37, ../sass/objects/_arrownav.scss */
.four_across ul.pager li.pager-previous a:after, .fc_slider ul.pager li.pager-previous a:after, .band_views ul.pager li.pager-previous a:after {
  content: "";
  color: #666;
}
/* line 41, ../sass/objects/_arrownav.scss */
.four_across ul.pager a, .fc_slider ul.pager a, .band_views ul.pager a {
  padding: 1.2em;
}
/* line 44, ../sass/objects/_arrownav.scss */
.four_across ul.pager li.pager-current, .fc_slider ul.pager li.pager-current, .band_views ul.pager li.pager-current {
  display: none;
}
/* line 52, ../sass/objects/_arrownav.scss */
.four_across a:hover, .four_across a:active, .fc_slider a:hover, .fc_slider a:active, .band_views a:hover, .band_views a:active {
  color: #f47d20;
}

/* slideshow arrows, vertically centered in slider window */
/* line 59, ../sass/objects/_arrownav.scss */
.view {
  width: 100%;
  position: relative;
}

/* line 63, ../sass/objects/_arrownav.scss */
span.views_slideshow_controls_text_pause {
  display: none;
}

/* line 66, ../sass/objects/_arrownav.scss */
.views_slideshow_slide {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: inherit;
  float: left;
}

/* line 74, ../sass/objects/_arrownav.scss */
.views-slideshow-controls-bottom {
  display: none;
  margin: .2em auto .2em;
  position: initial;
  background: none;
  position: relative;
  z-index: 14;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* line 87, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text {
  float: left;
  width: 100%;
}
/* line 91, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text a {
  color: transparent !important;
  font-family: 'socialmedia';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* position:absolute; */
  text-indent: 0;
  /* 	float:left; */
  display: inline;
  width: 20px;
}
/* line 108, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text span:hover {
  border: 0;
  text-decoration: none;
}
/* line 114, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text .views_slideshow_controls_text_next {
  padding: 0;
  float: right;
}
/* line 117, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text .views_slideshow_controls_text_next a:after {
  content: "";
  color: #444;
  background: #fff;
  opacity: .6;
  padding: 5px 10px 5px 10px;
  font-size: 1.5em;
}
/* line 126, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text span.views_slideshow_controls_text_previous {
  padding: 0;
  float: left;
}
/* line 129, ../sass/objects/_arrownav.scss */
.views_slideshow_controls_text span.views_slideshow_controls_text_previous a:before {
  content: "";
  font-size: 1.5em;
  color: #444;
  background: #fff;
  opacity: .6;
  padding: 5px 10px 5px 10px;
}

/* line 140, ../sass/objects/_arrownav.scss */
.rightcol .bleed .views-slideshow-controls-bottom {
  position: relative;
  top: 0;
  transform: none;
  padding-top: .8em;
}

@media only screen and (min-width: 600px) {
  /* line 150, ../sass/objects/_arrownav.scss */
  .fc_slider ul.pager, .band_views ul.pager, .four_across ul.pager, .two_across ul.pager {
    margin-top: -1em;
    margin-bottom: 1em;
    float: right;
    background: transparent;
    padding-top: 0;
  }
  /* line 156, ../sass/objects/_arrownav.scss */
  .fc_slider ul.pager li, .band_views ul.pager li, .four_across ul.pager li, .two_across ul.pager li {
    height: 2em;
    width: 3.2em;
    display: inline;
    float: left;
  }
  /* line 161, ../sass/objects/_arrownav.scss */
  .fc_slider ul.pager li:first-child, .band_views ul.pager li:first-child, .four_across ul.pager li:first-child, .two_across ul.pager li:first-child {
    margin-right: 8px;
    width: 6.6em;
    margin-left: -3em;
  }
  /* line 166, ../sass/objects/_arrownav.scss */
  .fc_slider ul.pager li a, .band_views ul.pager li a, .four_across ul.pager li a, .two_across ul.pager li a {
    display: inline;
    padding: .3em 0;
    color: transparent;
  }
  /* line 173, ../sass/objects/_arrownav.scss */
  .fc_slider ul.pager li.pager-next a:before, .band_views ul.pager li.pager-next a:before, .four_across ul.pager li.pager-next a:before, .two_across ul.pager li.pager-next a:before {
    color: #999 !important;
  }
  /* line 177, ../sass/objects/_arrownav.scss */
  .fc_slider ul.pager li.pager-previous a:after, .band_views ul.pager li.pager-previous a:after, .four_across ul.pager li.pager-previous a:after, .two_across ul.pager li.pager-previous a:after {
    color: #999 !important;
  }

  /* line 183, ../sass/objects/_arrownav.scss */
  .views-slideshow-controls-bottom {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  /* line 189, ../sass/objects/_arrownav.scss */
  .topbanner .views_slideshow_controls_text_next {
    margin-right: -40px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 195, ../sass/objects/_arrownav.scss */
  .topbanner .views_slideshow_controls_text_next {
    margin-right: 0px;
  }
}
/* Infobands on Generic Homepages */
/* line 3, ../sass/objects/_infobands.scss */
.node-type-unit-website .field-interior-infoband-field-co .field-image, .interior-template-6 .field-image {
  margin-right: 10px;
  margin-bottom: .4em;
}
/* line 7, ../sass/objects/_infobands.scss */
.node-type-unit-website .field-interior-infoband-field-co .field-info-band-description, .interior-template-6 .field-info-band-description {
  float: none;
  width: 100%;
}
/* line 12, ../sass/objects/_infobands.scss */
.node-type-unit-website .field-interior-infoband-field-co div.finditfast_list p, .interior-template-6 div.finditfast_list p {
  float: none;
  width: 100%;
}
/* line 16, ../sass/objects/_infobands.scss */
.node-type-unit-website .field-interior-infoband-field-co div.finditfast_list h3, .interior-template-6 div.finditfast_list h3 {
  clear: left;
  width: 100%;
  margin-top: 1em;
  background: #a7d233;
  color: #fff !important;
  font-size: 0.94444444444444em;
  font-weight: 700;
  padding: 5px 5px 5px 0 !important;
}
/* line 26, ../sass/objects/_infobands.scss */
.node-type-unit-website .field-interior-infoband-field-co div.finditfast_list h3:before, .interior-template-6 div.finditfast_list h3:before {
  font-family: 'socialmedia';
  speak: none;
  font-style: normal;
  /* font-weight: bold; */
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding: 5px;
  width: 10px;
  margin: 0;
  margin-right: 10px;
  line-height: 1;
  color: #a7d233;
  font-size: 0.94444444444444em;
}

/* line 48, ../sass/objects/_infobands.scss */
.accordion_wrapper p a {
  font-size: 1em;
}

/* If there is an h2 directly followed by the description display full width - only applies to H2 */
/* line 55, ../sass/objects/_infobands.scss */
#content .node-basic-interior-page-1 .centercol .accordion_wrapper h2 + div.field-info-band-description, #content .node-basic-interior-page-1 .centercol div.field-interior-infoband-field-co h2 + .field-info-band-description, #content .node-basic-interior-page-1 .rightcol .accordion_wrapper h2 + div.field-info-band-description, #content .node-basic-interior-page-1 .rightcol div.field-interior-infoband-field-co h2 + .field-info-band-description, #content .node-basic-interior-page-1 .bottomrow .accordion_wrapper h2 + div.field-info-band-description, #content .node-basic-interior-page-1 .bottomrow div.field-interior-infoband-field-co h2 + .field-info-band-description, #content .node-basic-interior-page-1 .singlecol .accordion_wrapper h2 + div.field-info-band-description, #content .node-basic-interior-page-1 .singlecol div.field-interior-infoband-field-co h2 + .field-info-band-description {
  width: 98%;
  padding: .6em 2% .6em 0;
}

/* If there is an h2 directly followed by an image display description at partial width. Works with all Header values  */
/* line 66, ../sass/objects/_infobands.scss */
#content .node-basic-interior-page-1 .centercol .accordion_wrapper div.field-image + div.field-info-band-description, #content .node-basic-interior-page-1 .singlecol .accordion_wrapper div.field-image + div.field-info-band-description {
  width: 61%;
}
/* line 71, ../sass/objects/_infobands.scss */
#content .bottomrow .accordion_wrapper {
  padding: 0;
}
/* line 73, ../sass/objects/_infobands.scss */
#content .bottomrow .accordion_wrapper div.field-image + div.field-info-band-description {
  width: 100%;
}
/* line 77, ../sass/objects/_infobands.scss */
#content .rightcol .accordion_wrapper div.field-image + div.field-info-band-description {
  width: 100%;
}

/*  Accordion styles  */
/* line 82, ../sass/objects/_infobands.scss */
.accordionButtonBar, .accordion_wrapper h2 {
  border-top: 1px solid #ccc;
  cursor: pointer;
  padding-top: .8em !important;
  font-size: 1em;
}

/* line 88, ../sass/objects/_infobands.scss */
.rightcol h2.accordionButtonBar {
  font-size: 1.2em;
}

/* line 91, ../sass/objects/_infobands.scss */
.rightcol h3.accordionButtonBar {
  font-size: 1.0em;
}

/* line 94, ../sass/objects/_infobands.scss */
#content .field-accordion-secondary-conten:first-of-type .field-info-band-title {
  border-top: 0;
}

/* used in cess site could get moved out of infobands */
/* line 98, ../sass/objects/_infobands.scss */
.fifty_percent_video {
  float: left;
  width: 50%;
  margin-right: 20px;
}

@media only screen and (min-width: 800px) {
  /* line 104, ../sass/objects/_infobands.scss */
  #content .bottomrow .accordion_wrapper {
    padding: 0;
  }

  /* line 108, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co .field-info-band-description, .node-type-basic-interior-page-1 .singlecol .field-interior-infoband-field-co .field-info-band-description, .node-type-basic-interior-page-1 .bottomrow .field-info-band-description {
    width: 100%;
  }

  /* line 113, ../sass/objects/_infobands.scss */
  #content .centercol .accordion_wrapper div.field-image + div.field-info-band-description,
  #content .singlecol .accordion_wrapper div.field-image + div.field-info-band-description,
  #content .singlecol .field-interior-infoband-field-co div.field-image + div.field-info-band-description {
    width: 70%;
  }

  /* line 120, ../sass/objects/_infobands.scss */
  .field-accordion-content img {
    width: 25%;
    max-width: 155px;
    height: inherit;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 129, ../sass/objects/_infobands.scss */
  #content .centercol .accordion_wrapper div.field-image + div.field-info-band-description,
  #content .singlecol .accordion_wrapper div.field-image + div.field-info-band-description {
    width: 72%;
  }

  /* line 136, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co .field-info-band-description div.finditfast_list p {
    float: left;
    width: 75%;
    clear: left;
  }
  /* line 141, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co .field-info-band-description div.finditfast_list h3 {
    clear: none;
    margin-top: -2em;
    float: right;
    width: 23%;
  }
  /* line 147, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co .field-info-band-description div.finditfast_list ul {
    float: right;
    width: 23%;
    clear: none;
  }

  /* line 155, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co div.field-image + div.field-info-band-description {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  /* line 161, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co div.field-image + div.field-info-band-description div.finditfast_list p {
    clear: none !important;
    width: 52% !important;
  }
  /* line 165, ../sass/objects/_infobands.scss */
  .node-type-unit-website .field-interior-infoband-field-co div.field-image + div.field-info-band-description div.finditfast_list h3, .node-type-unit-website .field-interior-infoband-field-co div.field-image + div.field-info-band-description div.finditfast_list ul {
    width: 23% !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 173, ../sass/objects/_infobands.scss */
  #content .centercol .accordion_wrapper div.field-image + div.field-info-band-description,
  #content .singlecol .accordion_wrapper div.field-image + div.field-info-band-description {
    width: 75%;
  }
}
/* NEWS in generic templates */
/* line 2, ../sass/objects/_news.scss */
.pane-views.pane-news {
  clear: left;
}

/* line 5, ../sass/objects/_news.scss */
.newslist_with_images {
  padding-top: 2em !important;
  margin-bottom: 1em;
  float: left;
}
/* line 9, ../sass/objects/_news.scss */
.newslist_with_images ul {
  list-style: none;
  list-style-type: none;
}
/* line 12, ../sass/objects/_news.scss */
.newslist_with_images ul li {
  margin-left: 0 !important;
  margin-bottom: .25em !important;
  border-bottom: 1px solid #dedede;
  padding: .8em 0 !important;
}
/* line 17, ../sass/objects/_news.scss */
.newslist_with_images ul li:last-of-type {
  border-bottom: 0;
}
/* line 21, ../sass/objects/_news.scss */
.newslist_with_images ul .field-publish-date {
  font-size: .8em;
  color: #999;
}
/* line 25, ../sass/objects/_news.scss */
.newslist_with_images ul .views-field-title {
  font-size: 1em;
  font-weight: 500;
  padding-bottom: .6em;
}

/* line 33, ../sass/objects/_news.scss */
.two_col_2 .newslist_with_images .views-field-title {
  float: right;
  width: 50%;
}
/* line 37, ../sass/objects/_news.scss */
.two_col_2 .newslist_with_images .field-publish-date {
  margin-left: 50%;
}
/* line 40, ../sass/objects/_news.scss */
.two_col_2 .newslist_with_images img {
  max-width: 47%;
  float: left;
  margin-top: -1.2em;
}
/* line 45, ../sass/objects/_news.scss */
.two_col_2 .newslist_with_images li {
  clear: both;
  width: 100%;
  float: left;
}
/* line 50, ../sass/objects/_news.scss */
.two_col_2 .newslist_with_images ul.four_across li div.views-field-title:last-child {
  width: 100% !important;
}
/* line 53, ../sass/objects/_news.scss */
.two_col_2 .newslist_with_images ul.four_across li div.field-publish-date:nth-last-of-type(2) {
  margin-left: 0%;
}

/* line 2, ../sass/objects/_researchpage.scss */
.node-type-research-page .field-info-band-description {
  width: 100%;
}
/* line 7, ../sass/objects/_researchpage.scss */
.node-type-research-page .rightcol h4 a:link, .node-type-research-page .rightcol h4 a:visited {
  color: #444 !important;
}
/* line 11, ../sass/objects/_researchpage.scss */
.node-type-research-page .rightcol h5 {
  font-style: italic;
  text-transform: none;
  font-size: 1em;
  font-weight: 200;
  margin: 0;
  color: #444;
}
/* line 21, ../sass/objects/_researchpage.scss */
.node-type-research-page table p a:link, .node-type-research-page table p a:visited {
  color: #444;
}

/* line 2, ../sass/objects/_misc.scss */
#content ul.colorblocks {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
}
/* line 5, ../sass/objects/_misc.scss */
#content ul.colorblocks li {
  border: solid 1px;
  color: #66ac47;
  display: inline-block;
  height: 150px;
  padding: 2.5%;
  vertical-align: top;
  width: 22.5%;
  min-width: 220px;
}
/* line 15, ../sass/objects/_misc.scss */
#content ul.colorblocks strong {
  font-size: 1.8em;
}
/* line 18, ../sass/objects/_misc.scss */
#content ul.colorblocks li:nth-of-type(2) {
  color: #d99b13;
}
/* line 21, ../sass/objects/_misc.scss */
#content ul.colorblocks li:nth-of-type(3) {
  color: #007155;
}
/* line 24, ../sass/objects/_misc.scss */
#content ul.colorblocks li:nth-of-type(4) {
  color: #f47d20;
}
/* line 27, ../sass/objects/_misc.scss */
#content ul.colorblocks li:nth-of-type(5) {
  color: #1375af;
}
/* line 31, ../sass/objects/_misc.scss */
#content .basicbutton {
  border: solid 1.2px;
  font-family: "Oswald", sans-serif;
  margin-top: 60px;
  padding: 20px;
  text-transform: capitalize;
}
/* line 38, ../sass/objects/_misc.scss */
#content .reallybigtext {
  font-family: "Oswald", sans-serif;
  font-size: 2.7em;
}
/* line 42, ../sass/objects/_misc.scss */
#content .fancyaccordionhead {
  font-family: "Oswald", sans-serif;
  font-size: 1.8em;
  color: #007155;
  border: none;
  margin-top: 0px;
}
/* line 49, ../sass/objects/_misc.scss */
#content .pagetab-yellow {
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #d99b13 transparent;
  display: block;
  float: right;
  height: 0;
  line-height: 0px;
  margin-right: -20px;
  margin-bottom: 0px;
  position: relative;
  width: 0;
  _border-color: #000000 #000000 #d99b13 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 3, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list, #content .node-ems-calendar .item-list {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding-top: 1em;
}
/* line 7, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list h3, #content .node-ems-calendar .item-list h3 {
  border-top: 10px #f47d20 solid;
  color: #007155;
  font-family: "Playfair Display", serif;
  padding-top: .5em;
  padding-right: 10px;
  text-align: right;
}
/* line 15, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list .date-heading h3, #content .node-ems-calendar .item-list .date-heading h3 {
  border: 0;
  text-align: center;
}
/* line 19, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list ul, #content .node-ems-calendar .item-list ul {
  list-style: none;
}
/* line 21, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list ul li, #content .node-ems-calendar .item-list ul li {
  padding-top: 1em;
  border-top: 1px dashed #ccc;
}
/* line 25, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list ul li:first-child, #content .node-ems-calendar .item-list ul li:first-child {
  border-top: none;
}
/* line 28, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list ul .views-field-entity-data-title, #content .node-ems-calendar .item-list ul .views-field-entity-data-title {
  font-size: 110%;
  padding-bottom: 5px;
}
/* line 32, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list ul .views-field-description, #content .node-ems-calendar .item-list ul .views-field-description {
  padding: 10px 0;
}
/* line 37, ../sass/objects/_calendar.scss */
#content .node-exchange-calendar .item-list:nth-child(even), #content .node-ems-calendar .item-list:nth-child(even) {
  background: #f3f3f3;
}

@media only screen and (min-width: 640px) {
  /* line 46, ../sass/objects/_calendar.scss */
  #content .node-exchange-calendar .item-list h3, #content .node-ems-calendar .item-list h3 {
    float: left;
    padding-right: 0;
    width: 120px;
  }
  /* line 50, ../sass/objects/_calendar.scss */
  #content .node-exchange-calendar .item-list h3 span, #content .node-ems-calendar .item-list h3 span {
    display: block;
  }
  /* line 54, ../sass/objects/_calendar.scss */
  #content .node-exchange-calendar .item-list .date-heading h3, #content .node-ems-calendar .item-list .date-heading h3 {
    float: none;
    width: auto;
  }
  /* line 58, ../sass/objects/_calendar.scss */
  #content .node-exchange-calendar .item-list ul, #content .node-ems-calendar .item-list ul {
    float: left;
    width: calc(100% - 120px);
  }
}
/* line 1, ../sass/objects/_forms.scss */
.flex-field div.form-item {
  display: inline-flex;
  padding: 0px 5px 0 5px;
}
/* line 4, ../sass/objects/_forms.scss */
.flex-field div.form-item label {
  padding: 0px 10px 10px 3px;
  margin-top: -2px !important;
}

/* @import "objects/uvmcollegesites_dept_colors"; */
@media screen and (-ms-high-contrast: none) {
  /* line 3, ../sass/objects/_ie10.scss */
  .js .menu_container {
    width: 80px;
  }

  /* line 6, ../sass/objects/_ie10.scss */
  .js .anchor-link {
    font-size: 11pt;
    width: 40px;
    padding-right: 12px;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1000px) {
  /* line 14, ../sass/objects/_ie10.scss */
  #websitecontent {
    margin: 0;
    margin-right: -62%;
    margin-left: -62%;
    margin-left: 0;
  }

  /* line 20, ../sass/objects/_ie10.scss */
  div.region-subnav {
    width: 62%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1200px) {
  /* line 27, ../sass/objects/_ie10.scss */
  #websitecontent {
    margin: 0;
    margin-right: -52%;
    margin-left: -52%;
    margin-left: 0;
  }

  /* line 33, ../sass/objects/_ie10.scss */
  div.region-subnav {
    width: 52%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1400px) {
  /* line 39, ../sass/objects/_ie10.scss */
  #websitecontent {
    margin: 0;
    margin-right: -22%;
    margin-left: -22%;
    margin-left: 0;
  }

  /* line 45, ../sass/objects/_ie10.scss */
  div.region-subnav {
    width: 22%;
  }
}
/* Displays any grids layout in print  */
@media print {
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #main:before, #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #main:after {
    clear: both;
  }

  /* line 14, ../sass/_print.scss */
  .four_equalcol_4x4, .four_equalcol_1, .four_equalcol_2, .four_equalcol_3, .four_equalcol_4 {
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
  }

  /* 4 EQUAL COLUMNS  */
  /* line 20, ../sass/_print.scss */
  .four_equalcol_4x4 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }

  /* line 24, ../sass/_print.scss */
  .four_equalcol_1 {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }

  /* line 28, ../sass/_print.scss */
  .four_equalcol_2 {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }

  /* line 31, ../sass/_print.scss */
  .four_equalcol_3 {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }

  /* line 34, ../sass/_print.scss */
  .four_equalcol_4 {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* Adjustments for just uvmsubsites */
  /* line 39, ../sass/_print.scss */
  #mobiletools {
    display: none;
  }

  /* line 40, ../sass/_print.scss */
  #logo_wrapper {
    height: inherit;
    width: 50%;
    padding-right: 50% !important;
    border-bottom: 0px;
  }

  /* line 46, ../sass/_print.scss */
  #main a#logo {
    border-bottom: 0px !important;
  }

  /* line 47, ../sass/_print.scss */
  #main a#logo.header__logo {
    /* margin-top:0px; */
    width: 280px !important;
    max-width: 280px;
  }

  /* line 52, ../sass/_print.scss */
  #main img.header__logo-image {
    width: 280px !important;
    height: inherit;
  }

  /* line 56, ../sass/_print.scss */
  #page #unitwebsitename h1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 60, ../sass/_print.scss */
  #main h1#page-title {
    padding-bottom: 10px !important;
  }
}

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