/*
Theme Name: SoIC 16
Theme URI: http://soic.iupui.edu
Description: The theme for the main SoIC website
Author: School of Informatics and Computing Web Team
*/
/****************************************
* Reset
****************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6,
p, a, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

html {
  background: #fff; }

body {
  background: #fff;
  color: #191919;
  font-family: "BentonSansRegular", Arial, Helvetica, sans-serif; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5em;
  font-weight: normal;
  font-family: "BentonSansRegular", "Arial Narrow", Arial, Helvetica, sans-serif; }

h1 {
  font-size: 2.25em;
  line-height: 1; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em;
  line-height: 1; }

h4 {
  font-size: 1.25em;
  line-height: 1.25; }

h5 {
  font-size: 1.1em;
  font-weight: bold; }

h6 {
  font-size: 1em;
  font-weight: bold; }

h3 + h4,
h4 + h5 {
  margin-top: .75em; }

/* paragraphs */
p {
  margin: 0 0 1.5em;
  line-height: 1.69em;
  font-size: 1em; }

a {
  color: #900;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.intro {
  font-weight: bold; }

/* lists */
li ul,
li ol {
  margin: 0;
  padding-left: 1.5em;
  font-size: 1em; }

ul,
ol {
  margin: 0 1.5em 1.5em;
  padding-left: 0;
  font-size: 1em; }

p + ul,
p + ol {
  margin-top: -1em; }

ul {
  list-style: square; }

.no-bullet {
  list-style: none;
  margin: 0 0 1.5em; }

ol {
  list-style-type: decimal; }

li {
  margin-bottom: .5em;
  line-height: 1.69em; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  float: left;
  margin-right: .38em;
  clear: left;
  font-weight: bold; }

dd {
  display: block;
  margin-bottom: .38em; }

/* list item grid */
.list-grid {
  width: 100%;
  margin: 20px 0;
  list-style: none;
  overflow: auto; }

.list-grid li {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0;
  vertical-align: top; }

.columns-3 li {
  width: 33%; }

.columns-2 li {
  width: 50%; }

.quarter li {
  max-width: 25%; }

.fifth li {
  max-width: 20%; }

table {
  width: 100%;
  margin: 0 0 1.5em;
  border-collapse: collapse;
  border: 1px solid #d4d2d2; }

th {
  background: #d4d2d2;
  color: black; }

.odd td {
  background: #edebeb; }

th {
  padding: 10px 7px;
  text-align: left;
  text-transform: capitalize;
  font-size: 1em; }

td {
  max-width: 500px;
  padding: 7px;
  vertical-align: middle;
  font-size: .875em; }

.directory td {
  vertical-align: top; }

.directory td ul {
  list-style: none;
  margin: 0 0 1.5em; }

/****************************************
* Forms
****************************************/
form {
  margin: 20px 0; }

label {
  display: block;
  line-height: 1.69em;
  font-weight: bold; }

fieldset {
  margin: 0 0 1.5em 0;
  padding: 1.400em;
  border: 1px solid #ccc; }

input[type="text"],
input[type="password"] {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #bbb; }

input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #666; }

textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #bbb; }

textarea:focus {
  border: 1px solid #666; }

select {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc; }

select option {
  padding-right: 10px; }

select:focus {
  border: 1px solid #666; }

form ul,
form ol {
  margin: 0 0 1.5em 0;
  list-style: none;
  list-style-image: none; }

form ul.columns li,
form ol.columns li {
  float: left;
  width: 50%; }

form ul label,
form ol label {
  display: inline;
  font-weight: normal; }

label.required:after {
  content: " (required)"; }

form p {
  margin: 0 0 .5em; }

/* form response messages */
.info, .error, .warning, .success {
  padding: 10px;
  margin: 10px 0; }

.info {
  border: 1px solid #3a87ad;
  background: #d9edf7; }

.error {
  border: 1px solid #b94a48;
  background: #f2dede; }

.warning {
  border: 1px solid #c09852;
  background: #fcf8e3; }

.success {
  border: 1px solid #46a546;
  background: #dff0d8; }

.error-field {
  font-weight: bold;
  color: #900; }

input[type="submit"] {
  padding: 15px;
  background: #46a546;
  border: 1px solid #46a546;
  color: #fff; }

input[type="submit"].small {
  padding: 10px;
  font-size: 1em; }

input[type="submit"]:hover {
  background: #fff;
  color: #46a546; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.hide {
  display: none; }

@media screen and (min-width: 600px) {
  .alignright,
  .right {
    float: right;
    margin: 0 0 20px 20px; }

  .alignleft,
  .left {
    float: left;
    margin: 0 20px 20px 0; } }
/* Accessible Hiding */
/* Hide for both screenreaders and browsers:
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard:
drupal.org/node/897638 */
.visuallyhidden:active, .visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clear {
  clear: both; }

/****************************************
* SOIC Site Head
****************************************/
#site-head-wrap, #site-head {
  background: #edebeb; }

#site-head-wrap {
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  #site-head-wrap {
    padding-bottom: 10px; } }
#site-head {
  position: relative; }

/* Site Logo */
.school-name {
  display: block;
  float: left;
  padding: .8em 0 .4em;
  font-family: 'BentonSansCondRegular', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  /* 18px*/
  text-decoration: none; }

.school-name:hover {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .school-name {
    padding: 35px 0 5px 0;
    font-size: 1.75em; } }
/****************************************
* Section Header
****************************************/
.dept-header {
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #edebeb; }

.dept-name {
  display: block;
  color: #191919; }

.dept-name:hover {
  text-decoration: none; }

.dept-name span {
  display: block;
  font-size: .85em; }

@media screen and (min-width: 768px) {
  .dept-name {
    font-size: 1.25em; } }
.soic-footer {
  padding: 20px 0;
  background: #edebeb; }

/****************************************
* Navigation
****************************************/
/* Primary nav controls */
.toggle-menu {
  display: none; }

.toggle-menu:hover {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .toggle-menu {
    display: block;
    padding: 5px;
    position: absolute;
    top: 7px;
    right: 2.35765%;
    background: #900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: .875em; } }
#site-head-wrap nav {
  width: 100%;
  display: table;
  border-top: none;
  background: #edebeb; }

.primary-nav {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  *zoom: 1; }

.primary-nav:before,
.primary-nav:after {
  content: " ";
  display: table; }

.primary-nav:after {
  clear: both; }

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 250px;
  -webkit-box-shadow: 5px 5px 5px 0px #dddddd;
  -moz-box-shadow: 5px 5px 5px 0px #dddddd;
  box-shadow: 5px 5px 5px 0px #dddddd; }

.primary-nav a {
  padding: 10px 15px;
  color: #000; }

.primary-nav li a:hover {
  text-decoration: none; }

.primary-nav li {
  position: relative;
  margin-bottom: 0; }

.primary-nav > li {
  float: left;
  margin-right: 1px; }

.primary-nav > li > a {
  display: block;
  border-bottom: 3px solid #edebeb; }

.primary-nav > li > a:hover {
  border-bottom: 3px solid #900; }

.primary-nav li ul {
  position: absolute;
  left: -9999px; }

.primary-nav > li.hover > ul {
  left: 0; }

.primary-nav li li.hover ul {
  left: 100%;
  top: 0; }

.primary-nav li li a {
  display: block;
  position: relative;
  z-index: 100;
  background: #edebeb;
  border-top: 1px solid #d4d2d2; }

.primary-nav .menu a:hover {
  background: #d4d2d2; }

.primary-nav li li li a {
  background: #edebeb;
  z-index: 200;
  border-top: 1px solid #d4d2d2; }

@media only screen and (min-width: 769px) {
  .primary-nav > li:first-child > a {
    padding: 10px 15px 10px 0; }

  body#about a.about,
  body#undergraduate a.undergraduate,
  body#ugrad-course a.undergraduate,
  body#graduate a.graduate,
  body#grad-course a.graduate,
  body#careers a.careers,
  body#giving a.giving,
  body#research a.research,
  body#departments a.dept,
  body#lis a.dept,
  body#biohealth a.dept,
  body#hcc a.dept {
    border-bottom: 3px solid #900; } }
@media only screen and (max-width: 768px) {
  .primary-nav {
    position: relative;
    top: 10px; }

  .active {
    display: block; }

  .primary-nav li a {
    background: #d4d2d2;
    border-top: 1px solid #bab8b8; }

  .primary-nav > li {
    float: none; }

  .primary-nav > li > a {
    border-bottom: 0; }

  .primary-nav > li > a:hover {
    border-bottom: 0; }

  .primary-nav li .more {
    background-image: url("img/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
    width: 10%;
    border-left: 1px solid #fff;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    z-index: 200;
    position: relative; }

  .primary-nav li li a {
    background: #edebeb; }

  .primary-nav ul {
    display: block;
    width: 100%; }

  .primary-nav > li.hover > ul, .primary-nav li li.hover ul {
    position: static; }

  body#about a.about,
  body#undergraduate a.undergraduate,
  body#ugrad-course a.undergraduate,
  body#graduate a.graduate,
  body#grad-course a.graduate,
  body#careers a.careers,
  body#giving a.giving,
  body#research a.research,
  body#departments a.dept,
  body#lis a.dept,
  body#biohealth a.dept,
  body#hcc a.dept {
    border-left: 3px solid #900; } }
.section-nav,
.dept-nav {
  float: left;
  width: 20%;
  overflow: auto; }

/* section nav */
.dept-menu-toggle {
  display: none; }

.dept-menu-toggle:hover {
  text-decoration: none; }

#section-nav > .menu,
#sectionHeader > ul {
  margin: 0;
  clear: both;
  list-style: none;
  list-style-image: none; }

#section-nav .menu li,
#sectionHeader ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #edebeb;
  line-height: 1.25em; }

#section-nav .menu > li > a {
  display: block;
  padding: 12px 7px;
  border-left: 5px solid #fff;
  color: #900;
  text-decoration: none;
  font-size: .875em;
  -webkit-transition: all 0.2s linear, 0;
  -moz-transition: all 0.2s linear, 0;
  -ms-transition: all 0.2s linear, 0;
  -o-transition: all 0.2s linear, 0;
  transition: all 0.2s linear, 0; }

#section-nav .menu > li > a:hover,
#sectionHeader ul li a:hover,
#section-nav .menu > li.current-menu-item > a,
#section-nav .menu > li.current-page-ancestor > a {
  border-left: 5px solid #900;
  color: #900; }

.sub-menu,
#sectionHeader ul li ul {
  display: none;
  padding: 3px 10px;
  border: none;
  list-style: none;
  font-size: .875em;
  background: #edebeb; }

#section-nav .menu li ul li,
#sectionHeader ul li ul li {
  padding: 3px;
  border-bottom: 0; }

#section-nav .menu li ul li a,
#section-nav .menu li.current-menu-item .sub-menu li a,
#sectionHeader ul li ul li a,
#sectionHeader ul li.current-menu-item .sub-menu li a {
  padding: 0;
  background: #edebeb;
  font-size: 1em;
  font-weight: normal;
  color: #900; }

#section-nav .menu li ul li a:hover,
#section-nav .menu li ul li.current-menu-item a,
#sectionHeader ul li ul li a:hover,
#sectionHeader ul li ul li.current-menu-item a {
  text-decoration: underline;
  color: #900; }

/* show sub menus */
.current-menu-item .sub-menu,
.current-page-ancestor .sub-menu {
  display: block; }

@media only screen and (max-width: 768px) {
  .dept-nav {
    display: none;
    width: 100%;
    float: none;
    margin-bottom: 20px; }

  .dept-menu-toggle {
    display: block;
    padding: 5px;
    position: absolute;
    top: 7px;
    right: 0;
    background: #900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: .875em; }

  .section-nav {
    display: none; } }
.outer-wrap {
  width: 100%; }

.inner-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 2.35765%;
  padding-right: 2.35765%;
  clear: both; }

.inner-wrap:before,
.inner-wrap:after {
  display: table;
  content: ""; }

.content,
.tmpl-full-width .content {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-bottom: 50px; }

@media only screen and (min-width: 640px) {
  .row {
    overflow: auto; }

  .column {
    float: left;
    padding: 0 10px; }

  .column:first-child {
    margin-left: -10px; }

  .column:last-child {
    margin-right: -10px; }

  .half {
    width: 50%; }

  .thirds,
  .third {
    width: 33.333333%; }

  .fourths {
    width: 50%; }

  .fourths:nth-child(2) {
    padding-right: -10px; }

  .fourths:nth-child(3) {
    clear: both;
    padding-left: -10px; }

  .two-thirds {
    width: 66.666667%; } }
@media only screen and (min-width: 769px) {
  .content {
    float: left;
    width: 80%;
    padding-left: 30px; }

  .fourths {
    width: 25%; }

  .fourths:nth-child(2) {
    padding-right: 10px; }

  .fourths:nth-child(3) {
    clear: none;
    padding-left: 10px; } }
@media only screen and (min-width: 1020px) {
  .inner-wrap {
    padding-left: 0;
    padding-right: 0; } }
.accordion {
  list-style: none;
  list-style-image: none;
  margin: 1.5em 0; }

.accordion > li {
  margin-bottom: 3px;
  border: 1px solid #82786F; }

.accordion-heading {
  background: #edebeb;
  margin: 0; }

.accordion .accordion-heading a {
  display: block;
  padding: .5em;
  font-size: .875em; }

.accordion .accordion-heading a:hover {
  background: #d4d2d2;
  text-decoration: none; }

.accordion-content {
  padding: 10px;
  background: #edebeb; }

/* buttons */
.button {
  display: inline-block;
  padding: 8px 10px;
  background: #45697F;
  border: 1px solid #45697F;
  color: #fff;
  -webkit-transition: all 0.2s linear, 0;
  -moz-transition: all 0.2s linear, 0;
  -ms-transition: all 0.2s linear, 0;
  -o-transition: all 0.2s linear, 0;
  transition: all 0.2s linear, 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.button + .button {
  margin-left: 20px; }

.button:hover {
  background: #fff;
  color: #45697F;
  text-decoration: none; }

.secondary-button {
  background: #9ADCC6;
  border: 1px solid #9ADCC6;
  color: #7d110c; }

.inverse-button {
  background: #fff;
  border: 1px solid #900;
  color: #222; }

.inverse-button:hover {
  background: #900;
  border: 1px solid #900;
  color: #fff; }

/* hero carousel */
.hero-carousel ul,
.hero-carousel-nav {
  margin: 0;
  list-style: none; }

.hero-carousel li {
  margin-bottom: 0;
  line-height: 0; }

.hero-carousel-nav {
  margin: 0 0 30px 0;
  display: block;
  overflow: hidden; }

.hero-carousel-nav li {
  float: left;
  padding: 10px;
  border-right: 1px solid #fff;
  vertical-align: middle;
  background: #edebeb;
  line-height: 1.25em;
  color: #191919;
  cursor: pointer;
  margin-bottom: -1000px;
  padding-bottom: 1020px; }

.three-slides li {
  width: 33.333%; }

.two-slides li {
  width: 50%; }

.hero-carousel-nav li:last-child {
  border-right: 0; }

.hero-carousel-nav .flex-active {
  background: #900;
  color: #fff; }

.flex-direction-nav {
  display: none; }

@media only screen and (max-width: 567px) {
  .hero-carousel-nav {
    display: none; } }
.video-float {
  width: 50%; }

.wp-caption,
.video-caption {
  background: #edebeb; }

.video-caption {
  margin-top: -1.5em;
  padding: .5em;
  font-size: .875em;
  color: #191919; }

.wp-caption p {
  padding: 0 10px 5px;
  font-size: .875em;
  color: #191919; }

.wp-post-image {
  margin-bottom: 20px; }

/* Responsive iFrame */
.video-wrap {
  height: 0;
  padding-bottom: 56.25%;
  /* 16: 9 */
  position: relative;
  width: 100%;
  margin: 0 0 1.5em;
  overflow: hidden; }

.tube-wrap {
  height: 0;
  padding-bottom: 75%;
  /* 16: 9 */
  position: relative;
  width: 100%;
  margin: 0; }

iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* pagination */
.page-numbers {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding-left: 0; }

.page-numbers li {
  float: left; }

.page-numbers a {
  color: #900; }

.page-numbers a,
.page-numbers .current {
  display: block;
  padding: 3px 16px;
  margin-right: 5px; }

.page-numbers .current,
.page-numbers a:hover {
  background: #900;
  color: #fff;
  text-decoration: none; }

.page-numbers a.prev,
.page-numbers a.next {
  background: #fff;
  color: #900; }

.page-numbers a.prev:hover,
.page-numbers a.next:hover {
  background: #900;
  color: #fff; }

.event-list {
  list-style: none;
  margin: 1.5em 0; }

.event-list li {
  line-height: 1.5em; }

.event-date {
  display: block;
  font-size: .85em;
  color: #82786F; }

.stat {
  margin-bottom: 20px;
  padding: 20px 10px 10px 10px;
  background: #45697F;
  text-align: center; }

.stat h3 {
  font-size: 2.25em;
  color: #fff; }

.stat p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.callout {
  float: right;
  width: 250px;
  padding-bottom: 10px;
  margin: 0 0 20px 20px;
  background: #edebeb; }

.callout h3 {
  padding: 10px;
  background: #900;
  color: #fff;
  font-size: 1.33em; }

.callout p,
.callout ul,
.callout ol {
  padding: 0 10px 0 10px; }

@media only screen and (max-width: 768px) {
  .callout {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; } }
.jumbotron {
  background: url(img/jumbotron-graphic.jpg) no-repeat;
  padding: 50px 0;
  margin-bottom: 20px;
  text-align: center; }

.jumbotron h2 {
  color: #fff; }

.jumbotron .description {
  padding: 0 50px;
  color: #fff; }

@media only screen and (max-width: 640px) {
  .jumbotron {
    padding: 10px 0; }

  .jumbotron .description {
    padding: 0 20px; }

  .jumbotron h2 {
    font-size: 1.33em; }

  .jumbotron p {
    font-size: .875em; }

  .jumbotron .button {
    margin: 10px 0; } }
@media only screen and (max-width: 340px) {
  .jumbotron p {
    display: none; } }
.media-contact {
  clear: both; }

@font-face {
  font-family: 'BentonSansRegular';
  src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.svg#BentonSansRegular") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'BentonSansCondRegular';
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.svg#BentonSansCondRegular") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'BentonSansCondBold';
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.svg#BentonSansCondBold") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'GeorgiaProItalic';
  src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.svg#GeorgiaProItalic") format("svg");
  font-style: normal;
  font-weight: normal; }
/**************************************** Branding Bar ***************************************/
/* Add a utitlity clearfix */
.brand-clearfix:before, .brand-clearfix:after {
  content: '';
  display: table; }

.brand-clearfix:after {
  clear: both; }

#branding-bar-v1 {
  background: #7A1705;
  color: #fff;
  min-height: 46px;
  font-size: 16px;
  text-align: right;
  position: relative;
  z-index: 5;
  -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  font-smoothing: initial; }

#branding-bar-v1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Campus names */
#branding-bar-v1 .show-on-mobile {
  display: inline; }

#branding-bar-v1 .show-on-tablet, #branding-bar-v1 .show-on-desktop {
  display: none; }

#branding-bar-v1 .wrapper {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.35765%;
  padding-left: 2.35765%; }

#branding-bar-v1 .wrapper:after {
  content: "";
  display: table;
  clear: both; }

#branding-bar-v1 a {
  color: #fff; }

#branding-bar-v1 ul {
  list-style: none; }

#branding-bar-v1 p {
  margin-top: 0; }

/*** Bar ***/
#branding-bar-v1 .bar {
  border-top: 6px solid #990000; }

/*** Trident Tab & Campus Name ***/
#branding-bar-v1 .campus {
  font-family: "BentonSansCondRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1em;
  /* 16px (16/16) */
  font-weight: normal;
  left: auto;
  letter-spacing: 0.025em;
  line-height: 1em;
  /* 16px (16/16) */
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 6px;
  z-index: 400;
  margin: 0; }

#branding-bar-v1 .campus a {
  font-family: inherit;
  display: table-cell;
  height: 40px;
  padding: 0 0 0 50px;
  text-decoration: none;
  vertical-align: middle; }

#branding-bar-v1 .campus a:hover {
  text-decoration: none;
  color: #fff; }

#branding-bar-v1 .campus img {
  height: auto;
  left: 0;
  position: absolute;
  top: -6px;
  width: 40px; }

#branding-bar-v1 .campus .expanded {
  display: none; }

/* 768px (768/16) */
@media screen and (min-width: 48em) {
  #branding-bar-v1 {
    min-height: 52px; }

  /* Campus names */
  #branding-bar-v1 .show-on-tablet {
    display: inline; }

  #branding-bar-v1 .show-on-mobile, #branding-bar-v1 .show-on-desktop {
    display: none; }

  /*** Trident Tab & Campus Name ***/
  #branding-bar-v1 .campus {
    font-size: 1.125em;
    /* 18px (18/16) */
    line-height: 1em;
    /* 18px (18/18) */ }

  #branding-bar-v1 .campus a {
    height: 46px;
    padding: 0 0 0 75px; }

  #branding-bar-v1 .campus img {
    left: 0;
    width: 64px; } }
/* 980px (980/16) - 960+20 for FF, IE, Opera d/t rounding */
@media screen and (min-width: 60em) {
  /* Campus names */
  #branding-bar-v1 .show-on-desktop {
    display: inline !important; }

  #branding-bar-v1 .show-on-tablet, #branding-bar-v1 .show-on-desktop {
    display: none; }

  #branding-bar-v1 .wrapper {
    padding: 0; }

  #branding-bar-v1 .campus abbr {
    display: none; }

  #branding-bar-v1 .campus .expanded {
    display: block; } }
/**************************************** Footer ***************************************/
#footer-v1 {
  clear: both;
  -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  font-smoothing: initial; }

#footer-v1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#footer-v1 {
  background: #fff;
  font-size: 16px;
  /* Force a default size for ems */
  font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  text-align: center; }

#footer-v1 .wrapper {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.35765%;
  padding-left: 2.35765%; }

#footer-v1 .wrapper:after {
  content: "";
  display: table;
  clear: both; }

#footer-v1 .tagline {
  background: #7A1705;
  color: #fff;
  font-family: "BentonSansCondBold", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  /* 18px (18/16) */
  letter-spacing: 0.2em;
  line-height: 1em;
  /* 18px (18/18) */
  margin: 0 -2.35765% 10px;
  padding: 5px;
  text-transform: uppercase;
  vertical-align: bottom; }

#footer-v1 .tagline span {
  font-family: GeorgiaProItalic, Georgia, serif;
  font-size: .7778em;
  /* 14px (14/18) */
  text-transform: lowercase;
  letter-spacing: 0;
  display: inline-block;
  margin-left: -4px; }

#footer-v1 p {
  font-size: .6875em;
  /* 11px (11/16) */ }

#footer-v1 a {
  color: #7d110c;
  font-family: inherit;
  text-decoration: none; }

#footer-v1 a:hover {
  text-decoration: underline; }

#footer-v1 .internal {
  margin: 0 0 15px 0; }

#footer-v1 .copyright {
  margin: 0; }

#footer-v1 .block-iu {
  display: block;
  height: 26px;
  margin: 0 auto 5px auto;
  width: 22px; }

/* 768px (768/16) */
@media screen and (min-width: 40em) {
  #footer-v1 {
    border-top: 6px solid #7A1705;
    padding: 40px 0 30px 0;
    position: relative;
    text-align: left;
    z-index: 1; }

  #footer-v1 .wrapper {
    position: relative; }

  #footer-v1 .tagline {
    font-size: 1.5em;
    /* 24px (24/16) */
    line-height: 1em;
    /* 24px (24/24) */
    text-align: center;
    /* Positioning */
    margin: 0 -200px 0 0;
    padding: 8px 20px 8px 24px;
    position: absolute;
    left: 50%;
    top: -66px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  #footer-v1 .tagline span {
    font-size: .6667em;
    /* 16px (16/14) */ }

  #footer-v1 .copyright {
    overflow: hidden;
    padding: 7px 0 0 0;
    position: relative; }

  #footer-v1 .internal {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 1; }

  #footer-v1 .block-iu {
    float: left;
    margin: -7px 9px 0 0; } }
/* 980px (980/16) - 960+20 for FF, IE, Opera d/t rounding */
@media screen and (min-width: 60em) {
  #footer-v1 .wrapper {
    padding: 0; } }
#search *, #inline-search *, #toggles * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div[id^=branding-bar], section[id^=branding-bar], #toggles {
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s; }

.search-open div[id^=branding-bar], .search-open section[id^=branding-bar], .search-open #toggles {
  margin-top: 50px; }

#search {
  background: #990000;
  font-size: 16px;
  height: 45px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
  -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  font-smoothing: initial;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  transition: height 500ms ease; }

#search form {
  position: relative;
  top: -10px; }

.search-open #search {
  height: 50px; }

#search .wrapper {
  padding: 10px 2.35765% 0; }

#toggles {
  font-size: 16px;
  position: absolute;
  top: 6px;
  width: 100%;
  pointer-events: none;
  z-index: 11; }

#toggles a.button {
  pointer-events: auto;
  pointer-events: initial;
  position: relative;
  font-family: BentonSansBold, Arial, sans-serif;
  font-weight: normal;
  float: right;
  margin-top: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
  width: auto; }

#toggles a.button:hover {
  background-color: #990000;
  color: #fff; }

.touch #toggles a.button.hover {
  background-color: #fff !important;
  color: #990000 !important; }

#toggles a.search-toggle {
  background: #990000 url("img/search.png") no-repeat center center;
  background-size: 18px;
  height: 31px;
  font-size: 0;
  padding-left: 24px; }

.search-open #toggles a.search-toggle {
  background-image: url("img/close.png");
  background-size: 25px; }

#toggles .wrapper {
  padding: 0 2.35765%; }

@media screen and (min-width: 768px) {
  #toggles a.search-toggle {
    border-radius: 0;
    background-color: #7A1705;
    background-size: 22px;
    border-left: 1px solid #990000;
    border-right: 1px solid #990000;
    border-top: none;
    border-bottom: none;
    margin: 0;
    line-height: 34px;
    height: 46px;
    padding-left: 30px; } }
@media screen and (min-width: 960px) {
  #search .wrapper {
    padding: 10px 0 0;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto; }

  #search .wrapper:after {
    content: "";
    display: table;
    clear: both; }

  #toggles .wrapper {
    padding: 0;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto; }

  #toggles .wrapper:after {
    content: "";
    display: table;
    clear: both; } }
body > table, .search-box table, .search-results table {
  background: none;
  margin: 0;
  overflow: visible;
  border: none; }

body > table td, body > table th, .search-box table td, .search-box table th, .search-results table td, .search-results table th {
  background: none;
  padding: 0;
  border: none;
  display: table-cell; }

body > table tbody tr:nth-child(odd), .search-box table tbody tr:nth-child(odd), .search-results table tbody tr:nth-child(odd) {
  background: none; }

body > table tr.gsc-completion-selected {
  background: #eee !important; }

/* Search Boxes */
.search-box table.gsc-search-box td.gsc-input {
  padding-right: 0; }

.search-box table.gsc-search-box td.gsc-clear-button {
  display: none; }

.search-box .gsc-input-box {
  border: none;
  height: auto; }

.search-box .gsc-input-box ::-ms-clear {
  display: none; }

.search-box .cse input.gsc-search-button, .search-box input.gsc-search-button {
  font-family: BentonSansBold, Arial, sans-serif;
  font-weight: normal;
  background: #990000;
  border: 1px solid #990000;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px;
  margin-bottom: 0;
  min-width: 45px;
  height: 35px;
  line-height: 1;
  background-image: none;
  -webkit-appearance: button;
  /* fix that thing on mobile safari */ }

.search-box .cse input.gsc-search-button:hover, .search-box input.gsc-search-button:hover {
  background: transparent;
  color: #990000;
  border-color: #990000;
  cursor: pointer; }

.search-box .cse .gsc-search-button input.gsc-search-button-v2, .search-box input.gsc-search-button-v2 {
  margin-top: 0; }

.search-box input.gsc-input {
  height: 35px;
  color: #333; }

.search-box input[type="text"] {
  margin-bottom: 0;
  box-shadow: none;
  line-height: 1;
  height: 35px !important;
  padding-left: 8px !important;
  background-color: #fff !important;
  background-position: 8px center !important;
  margin: 0 !important; }

.search-box .gsc-search-box-tools input[type="text"] {
  background-color: transparent !important; }

.search-box input[type="text"]:focus {
  box-shadow: none; }

.search-box .gsst_a .gscb_a {
  color: #990000; }

.search-box .gsc-input-box-hover .gsst_a .gscb_a {
  color: #7A1705; }

#search.search-box input.gsc-search-button {
  border-color: #fff; }

#search.search-box input.gsc-search-button:hover {
  border-color: #fff;
  background: #fff;
  color: #990000; }

#content form.search-toggle {
  margin-bottom: 24px; }

#content .search-box input.gsc-input, #content .search-box input.gsc-search-button {
  font-family: BentonSansBold, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 1em; }

#content .search-box td.gsc-clear-button {
  display: table-cell; }

#content .search-box .gsc-search-box-tools td.gsc-clear-button {
  display: none; }

#content .search-box .gsc-input-box {
  border: 1px solid #b6b5b5; }

/* Results */
.search-results .gsc-control-cse {
  padding: 0; }

.search-results .gsc-above-wrapper-area {
  border-bottom: 0; }

.search-results .gsc-results {
  width: 100%; }

.search-results .gsc-webResult.gsc-result.gsc-promotion, .search-results .gsc-webResult.gsc-result.gsc-promotion:hover {
  background-color: #EDEBEB;
  border-color: #b6b5b5;
  padding: 8px; }

.search-results .gs-promotion .gs-snippet, .search-results .gs-promotion .gs-title .gs-promotion-title-right, .search-results .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333; }

.search-results .gs-promotion-text-cell-with-image {
  padding-left: 10px; }

.search-results .gsc-thumbnail-inside, .search-results .gsc-url-top {
  padding: 0; }

.search-results .gs-promotion .gs-visibleUrl, .search-results .gs-promotion .gs-visibleUrl-short {
  color: #4d4d4d; }

.search-results .gsc-url-top, .search-results .gs-result a.gs-visibleUrl, .search-results .gs-result .gs-visibleUrl {
  color: #666666; }

.search-results .gsc-table-result {
  font-family: BentonSansRegular, 'Arial Narrow', Arial, sans-serif;
  font-weight: normal; }

.search-results .gsc-result .gs-title {
  height: auto;
  overflow: visible; }

.search-results .gs-promotion a, .search-results .gs-promotion a *, .search-results .gs-result .gs-title, .search-results .gs-result .gs-title *, .search-results a, .search-results a b, .search-results a em, .search-results .gsc-cursor-page {
  color: #990000 !important; }

.search-results a.gs-title:before, .search-results a.gs-image:before {
  display: none !important; }

.search-results .gsc-selected-option-container {
  font-family: BentonSansBold, Arial, sans-serif;
  font-weight: normal;
  width: auto !important; }

.search-results .gsc-control-cse .gsc-option-selector {
  border-color: #909090 transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  background-image: none;
  padding: 0; }

.search-results .gsc-option-menu-item-highlighted {
  background: #eee url("//ssl.gstatic.com/ui/v1/menu/checkmark2.png") no-repeat left center; }

/* Fix for legacy template sites */
#content .search-box table, #content .search-results table {
  overflow: visible; }

#content form.search-toggle, #content #inline-search form {
  padding: 0;
  background: none; }

#content form.search-toggle input, #content #inline-search form input {
  vertical-align: top; }

#content #inline-search table, #content #inline-search table td, #content #inline-search table th {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 1em; }

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