/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* background neutral:
		Gray - #9D9690
		Brown - #8B8074

*/

/* ==========================================================================
   Bootstrap Styles
   ========================================================================== */

 /******* START BUTTON STYLES *********/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
/******* END BUTTON STYLES *********/

/******* START PAGE ALERTS *********/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
/******* END Bootstrap STYLES *********/

.notify-message {
	font-size: 20px;
	margin: 10px 0 16px;
	text-align: center;
	font-weight: bold;
}

.notice {
	background-color: #c10435;
	font-size: 120%;
	color: #fff !important;
	padding: 1rem;
display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	align-items: center;
	border-radius: 8px;
}

.notice a {
	color: #fff !important;
}

.notice-icon {
	width: 50px;
	text-align: center;
}

.notice-text {
	width: calc(100% - 66px);
	padding-left: 16px;
}

/*******************************
 * Global Styles
 ******************************/

html {
	background: #FFFFFF;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	 -moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
}

.disabled {
	opacity: 0.4;
}

/*
#gogoimage {
	z-index: -1;
	position: fixed;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg-main.jpg);
}
*/

.heroContentWrap, .heroContentWrap, .content-wrap, .header-wrapper, #mobileLogo {
	background-color: #fff;
	/* background: rgba(255,255,255,0.93); */
}

.latest-happenings {
    margin: 1em 0;
}

.latest-happenings:first-child {
	margin-top: -40px;
}

.latest-happenings .container {
     margin-bottom: 2em;
}

.latest-happenings .container h2 {
	color: #003798;
	padding: 5px 0;
	margin: 0;
	font-size: 1.8em;
}

.latest-happenings .container .content {
	padding: 10px;
	border: 1px solid blue;
}

h1.logo {
	/* Hide the text since we are using an image */
	display: none;
}

section.page-content p.intro {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
	color: #555;
}

.external-link::after {
	content: " \f08e";
	font-family: "FontAwesome";
}

/***********************************
 * Mobile Header (UH)
 **********************************/
#mobile-header {
        background-color: #c10435;
        background-size: 200px;
        display: block;
        height: 48px;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), 0 3px 3px rgba(0,0,0,.2);
           -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), 0 3px 3px rgba(0,0,0,.2);
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), 0 3px 3px rgba(0,0,0,.2);
    }

#mobile-header .menu-link {
	background: transparent url('../img/nav_icon.png') no-repeat center center;
	display: inline-block;
	float: left;
	height: 48px;
	text-indent: -999em;
	width: 48px;
	-webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.25), 1px 0 0 rgba(255,255,255,.15);
	   -moz-box-shadow: inset -1px -1px 0 rgba(0,0,0,.25), 1px 0 0 rgba(255,255,255,.15);
			box-shadow: inset -1px -1px 0 rgba(0,0,0,.25), 1px 0 0 rgba(255,255,255,.15);
}

#logo {
	display: none;
}

#mobileLogo {
	display: block;
	padding: 1em 20px 0;
}

#mobile-header {
	display: block;
	position: relative;
	width: 100%;
	-webkit-transition: .2s margin ease, .2s left ease;
	   -moz-transition: .2s margin ease, .2s left ease;
		-ms-transition: .2s margin ease, .2s left ease;
		 -o-transition: .2s margin ease, .2s left ease;
			transition: .2s margin ease, .2s left ease;
}

#mobile-header .mobile {
    padding: 7px 10px 0 0;
    text-align: right;
}

#mobile-header .gcse-form input.text {
	width: 70%;
    max-width: 280px;
}

.header-wrapper {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,);
}

/***********************************
 * Quick Access Online Resources
 **********************************/

.mycom-resources, .comtv-holder {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2em;
	border-top: 1px solid #ccc;
	}

.mycom-resources ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.mycom-resources ul li {
	float: none;
	display: inline-block;
	margin: 10px;
	text-align: center;
	vertical-align: top;
	}

.mycom-resources ul li a {
	display: block;
	width: 100px;
	overflow: hidden;
	padding: 5px;
	background: rgba(0,0,0,0.05);
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.75em;
	text-decoration: none;
	}

.mycom-resources ul li a:hover {
	background: #fff;
	}

.header-wrapper {
	width: 100%;
}

.resource-listing, .resources {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.04);
	border-radius: 8px;
}

.resource-listing > li, .resources > .resource {
	padding: 1em;
}

.resource-listing li > ul > li {
	list-style: disc;
}

.resource-listing > li:nth-child(even), .resources > .resource:nth-child(even) {
	background-color: rgba(0,0,0,0.05);
}

.resource-listing h3, .resources h3 {
	color: #333;
	font-weight: 500;
	font-size: 1.1rem;
}

.resource-listing-alt, .resources-alt {
	background-color: #003798;
	color: #fff;
}

.resource-listing-alt h3, .resource-listing-alt a, .resource-listing-alt a:hover, .resources-alt h3, .resources-alt a, .resources-alt a:hover {
	color: inherit;
}

ol.instruction-set {
	padding-left: 1rem;
}

ol.instruction-set > li {
	padding: 10px;
	list-style-position: outise;
}

ol.instruction-set > li:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
}

.example-image {
	text-align: left;
	margin: 20px auto;
}

.example-image img {
	border: 1px solid #ccc;
	padding: 6px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}

/***********************************
 * Footer
 **********************************/
.footer-content {
	width: 100%;
	background: #333;
	 -moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
}

footer h3 {
	color: #efaa23;
	opacity: 0.7;
	border-bottom: 1px solid #666;
	border-bottom: 1px solid rgba(239,170,35,0.3);
}

footer .nav ul {
    list-style: none;
    margin: 0; padding: 0;
}

footer .nav ul li {
	margin-bottom: 0.3em;
}

footer .nav a {
     color: #ddd;
	 font-size: .75em;
}

footer a:hover {
     color: #fff;
}

footer .map-preview img {
     padding: 3px;
     background: #fff;
     box-shadow: 0 0 5px #000;
     width: 90%;
}

footer .footer-map .themap {
	background: url('../img/bg-map.png') no-repeat;
	min-height: 300px;
}

footer .footer-map .themap p {
	background: #333;
	background: rgba(0,0,0,0.50);
	border-radius: 3px;
	border: 1px solid #333;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 10px;
	color: #fff;
}

footer .map-link a {
     background: #222;
     color: #fff;
     text-decoration: none;
     font-size: 0.8em;
     padding: 5px 8px;
     opacity: 1;
		 border: 3px solid rgba(255,255,255,0.75);
}

footer .map-link a:hover {
     background: #000;
     color: #fff;
     border-color: #fff;
}

footer p {
     font-size: 0.9em;
     color: #ccc;
}

footer a {
	color: #ddd;
}

footer a:hover {
	color: #fff;
}

footer .nascar a {
	opacity: 0.85;
}

footer .nascar a:hover {
	opacity: 1;
}

footer p.description b {
	font-size: 1.2em;
	font-weight: bold;
}

footer .footerlinks {
     width: 45%;
     float: left;
	 margin-right: 5%;
}

.nascar {
	text-align: center;
	border-top: 1px dashed rgba(255,255,255,0.15);
	padding: 2em 1em 1em;
}

.nascar img {
	margin: 0 1em;
}

.content-wrap {
	width: 100%;
	 -moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
}

.heroContentWrap {
	width: 100%;
	 -moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0;
}

.wrapper {
	width: 100%;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0 auto;
}

h1 {
	text-align: left;
}

h1, h2, h3 {
    /* font-family: Georgia, "Times New Roman", serif; */
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
}

h2 span {
    font-family: Verdana, Arial, sans-serif;
    color: #555;
    font-size: 12px;
    padding:0;
    margin:5px 0;
    display:block;
}

h3 {
	color: #c01e2d;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h4.table-title {
	margin: 0;
	color: #333;
}

h4 a {
	color: #333
}

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

iframe {
    max-width: 100% !important;
}

a {
	/* color: #172328; */
	color: #035d91;
}

a:hover {
	/* color: #942c02; */
	color: #085379;
}

.helpful-links a, nav a, .mycom-resources a, .list li a {
	color: #172328;
}

.helpful-links a:hover, nav a:hover, .mycom-resources a:hover, .list li a:hover {
	color: #942c02;
}

.social-links a {
	text-decoration: none;
	color: #666;
	color: rgba(0,0,0,0.6);
}

.social-links a:hover {
	color: #000;
}

.button {
	background: #555;
	font-weight: bold;
	text-transform: uppercase;
	padding: .7em;
	text-decoration: none;
	border-radius: 2px;
	margin: 1em 0 2em 0;
	display: block;
	text-align: center;
	color: #fff;
}

.button:hover {
	background: #efaa23;
	color: #fff;
}

.button-colorful {
	color: #fff;
	background: #8c05c5;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	padding: 20px;
	display: block;
	text-align: center;
}

.button-colorful:hover {
	color: #fff;
	background: #7605c5;
}

.cbtn, .button-short {
	text-decoration: none;
	background-color: #efaa23;
	color: #000;
	padding: 6px 8px;
	text-transform: uppercase;
	font-size: 12px;
}

.cbtn:hover, .button-short:hover {
	background-color: #666;
	color: #fff;
}

.button-energy {
	background-color: limegreen;
	color: #fff;
	font-size: 1rem;
}

.button-energy:hover {
	background-color: lightgreen;
}

 /*******************************
 * Basic Ajax Forms
 ******************************/
form.ajax input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
}

form.ajax input[type=radio], form.ajax input[type=checkbox] {
	width: auto;
	margin-left: 1em;
}

form.ajax input[type=submit] {
	width: inherit;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #444;
}

form.ajax input[type=submit].btn-success {
	color: #fff;
}

form.ajax textarea {
	height: 150px;
	width: 90%;
	padding: 10px;
	border: 3px solid #ddd;
}

form.ajax div {
	margin: 1em 0;
}

form.ajax label {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}

label.required::before, .required::before {
	content: "* ";
}

label.required, .required {
	font-weight: bold;
}

form.ajax input.short20 {
	width: 20px;
	margin: 0 6px;
}

form.ajax input.short40 {
	width: 40px;
	margin: 0 6px;
}

fieldset {
	border-bottom: 5px solid #ccc;
	padding: 1em;
	margin-bottom: 2em;
	background: rgba(0,0,0,0.05);
}

legend {
	font-size: 1.3em;
	color: #555;
}

form.instructions, .example {
	font-size: 0.9em;
	color: gray;
}

 /*******************************
 * Search Form
 ******************************/
 .gcse-form input.btn-submit {
 	width: 30px;
 	height: 30px;
 	background-image: url('../img/search-button.png');
 	background-repeat: no-repeat;
 	background-color: #333;
	border-radius: 20px;
 	color: transparent !important;
 	border: none;
 	text-shadow: none;
	text-indent: -9999px;
 	box-shadow: none;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
 }

 .gcse-form input:hover.btn-submit {
 	background-color: #6c021d;
 }

 .gcse-form input {
 	padding: 3px;
 	height: 30px;
 	width: 250px;
	border-radius: 5px;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
 }

/*******************************
 * Basic Table
*******************************/
table {
    width:100%;
	border-collapse: collapse;
}

th {
    padding:10px;
    font-size:14px;
    border: 1px solid #666;
    color:#eee;
    background: #333;
    text-align: left;
}
tr {
	vertical-align: top;
}

tr.blank > td {
	border: none;
	background-color: #ddd;
}

td {
    padding:10px;
    font-size:12px;
    border: 1px solid #666;
    background: #fff;
}

section.page-content li, section.page-content td p {
	font-size: 12px;
}

table.base td {
	border: none;
}

table.base tbody tr {
	border-bottom: 3px solid #eee;
}

/** Alternate row colors **/
table.alt-bg tbody tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
	border: none;
}

table.alt-bg tbody td {
	background-color: rgba(0,0,0,0.03);
}

table.alt-bg tbody tr {
	border: none;
}

tr.total-hours td, table.alt-bg tbody tr.total-hours td {
	border-top: 3px solid #666;
	color: #333;
	font-weight: bold;
	background: #fff;
}

table.tablesorter th {
    cursor: pointer;
    text-align: left;
}

table.tablesorter th:hover {
	background: #555;
}

td p {
	margin-top: 0;
}

/**********************************
 * Featured Items
 **********************************/

article.featured {
    margin-bottom: 1em;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #ccc;
}

article.featured:last-child {
	border: none;
}

article.featured a.action-button {
	text-decoration: none;
	background-color: #efaa23;
	color: #fff;
	padding: 5px 8px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}

article.featured a.action-button:hover {
	background-color: #666;
	color: #fff;
}

article.featured h1 {
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	margin-top: 0;
	color: #003798;
	margin: 0.3em 0 0 0;
}

article.featured h1 a {
	text-decoration: none;
}

article.featured h1 a:hover {
	text-decoration: underline;
}

article.featured p.item-description, article p {
	font-size: 0.8em;
}

a.action-button {
	text-decoration: none;
	background-color: #efaa23;
	color: #fff;
	padding: 5px 8px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}

a.action-button:hover {
	background-color: #666;
	color: #fff;
}

.entry-tags {
	margin: 1em 0;
	background: #eee;
	padding: 1em;
	font-size: 12px;
	color: #555;
}

.taglist a {
	margin: 5px;
}

/**********************************
 * Events
 **********************************/

article.vevent {
    margin-bottom: 1em;
    border-radius: 3px;
}


article.vevent h1 {
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	margin-top: 0;
	/* color: #003798; */
	color: #555;
	margin: 0.3em 0 0 0;
	border: none;
}

article.vevent h1 a {
	text-decoration: none;
	color: #555;
}

article.vevent h1 a:hover {
	text-decoration: underline;
}

article.vevent h2 {
	font-size: 16px;
	color: #454545;
	padding-top: 1em;
}

article.vevent .event-date {
	 font-size: 0.8em;
     margin: 0 0 10px 0;
     padding: 0;
     font-style: italic;
     color: #999;
}

article.vevent .event-time {
	 font-size: 0.8em;
     margin: 0 0 10px 0;
     padding: 0;
     font-style: italic;
     color: #999;
}

article.vevent .event-location, article.vevent .event-description {
	font-size: 0.9em;
}

/*** Event preview block with cal ***/

article.vevent .event-cal-block {
	float: left;
	color: #fff;
	overflow: hidden;
	text-align: center;
	font-size: 80%;
	margin: 10px 10px 20px 0;
	border: 1px solid #bbb;
	width: 65px;
}

article.vevent .event-cal-block span {
	display: block;
	background-color: #00204E;
	padding: 10px;
}

article.vevent .event-cal-block span.event-cal-date {
	background-color: #fff;
	color: #00204E;
}

article.vevent .event-date-heading {
	background-color: #9D9690;
	color: #fff;
	padding: 5px 5px 5px 10px;
}

article.vevent .event-date-heading .event-date {
     font-style: normal;
     color: #eee;
	 font-size: 100%;
}

/**********************************
 * News Articles
 **********************************/
article.blurb {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 4px solid #ddd;
}

.news-block article:last-child {
	border: none;
}

article.blurb a {
	text-decoration: none;
	color: #555;
}

article.blurb .article .excerpt {
    font-size: 0.9em;
}

article.blurb .article h1 {
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	margin-top: 0;
	/* color: #003798; */
	color: #555;
	margin: 0.3em 0 0 0;
	border-bottom: none;
}

article.blurb h1 a {
	text-decoration: none;
}

article.blurb h1 a:hover, article.blurb .article-link {
	text-decoration: underline;
}

/*
article.blurb a:hover {
	background: rgba(0,0,0,0.25);
}
*/

.article-link {
	color: #555;
	text-decoration: underline;
	font-size: 0.9em;
}

.news-block .entry-date, .entry-date {
     font-size: 0.8em;
     margin: 0 0 10px 0;
     padding: 0;
     font-style: italic;
     color: #999;
}

.news-block h2.entry-title {
	margin: 0;
}

.news-block .entry-image img {
	opacity: 0.85;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}

figure.lead-image {
	margin-bottom: 1em;
}

figcaption {
	font-size: 12px;
	color: #666;
	padding: 10px;
}

figure.lead-image figcaption {
	border-bottom: 5px solid #ddd;
}

/* Home page news image */

article.featured-news .entry-image {
	height: 150px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
}

article.featured-news .entry-image img {
	opacity: 1;
	position: absolute;
	border: none;
	top: -30px;
}

article.blurb a:hover .entry-image {
	opacity: 0.75;
}

/* end */


/***********************************
 * Success Story Preview
 **********************************/
.story-preview {
	width: 100%;
	background: #efaa23;
	 -moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.story-preview img {
     background: #fff;
     background: rgba(255,255,255,0.6);
     padding: 5px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}

.story-preview a {
    text-decoration: none;
    color: #333;
}

.story-preview a:hover h1 {
     text-decoration: underline;
}

.story-preview h1 {
     color: #fff;
     font-size: 1.2em;
     font-weight: 100;
}

.story-preview .entry-summary {
     font-size: 0.9em;
     opacity: 0.8;
}

/************************************
 * Breadcrumb Nav
 ************************************/
ul#breadcrumb-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#breadcrumb-nav li {
    float: left;
    font-size: 0.8em;
    margin: 0 4px 0 0;
	padding: 0;
	background: none;
	border-bottom: none;
	width: auto;
}

ul#breadcrumb-nav li a {
    text-decoration: none;
    color: #003798;
}


ul#breadcrumb-nav li a:hover {
    color: #00204e;
}

ul#breadcrumb-nav li:after {
	content: " /";
    color: #999;
}

ul#breadcrumb-nav li.current {
    font-weight: bold;
}

ul#breadcrumb-nav li.current:after {
	content: none;
}

/***********************************
 * Pre Footer / Get Connected
 **********************************/
.get-connected {
	width: 100%;
	background: #222;
	 -moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 20px;
	color: #fff;
}

.get-connected h1 {
   color: #fff;
   font-size: 1.2em;
   font-weight: normal;
}

.get-connected a {
	font-size: 1.5em;
	color: #fff;
	display: inline-block;
	margin-right: 0.5em;
	opacity: 0.75;
}

.get-connected a:hover {
	opacity: 1;
}

/***********************************
 * Future Students Landing page
 **********************************/

.helpful-links {
	width: 40%;
	float: left;
}

.meet-student {
	padding: 10px;
	border: 1px solid #eedebb;
	position: relative;
	width: 56%;
	max-width: 600px;
	float: right;
	margin: 0 2%;
	background: rgba(239,170,35,0.05);
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
}

/*
.meet-student {
	padding: 10px;
	border: 1px solid #ccc;
	position: relative;
	box-sizing: border-box;
	width: 56%;
	float: right;
	margin: 0 2%;
}
*/

.meet-student .image {
	position: relative;
}

.meet-student .image h2.tagline {
	position: absolute;
	padding: 10px;
	background: #00204E;
	color: #fff;
	display: inline;
	right: -10px;
	bottom: -10px;
	font-size: 1.2em;
	margin: 0;
}

.meet-student p {
	font-size: 0.8em;
	margin-top: 20px;
}

.meet-student a {
	background: #efaa23;
	color: #000;
	text-decoration: none;
	padding: 5px 7px;
}

.meet-student a:hover {
	background: #333;
}

section.page-content li, section.page-content p {
	font-size: 0.9em;
}

section.page-content li {
	margin-bottom: 8px;
	font-size: 0.9rem;
}

.page-content h1 {
	border-bottom: 1px solid #ddd;
}

.linkset h3 {
	margin: 0;
}

.linkset ul {
	margin: 0.5em 0 1.5em;
	padding: 0;
	list-style: none;
}

.linkset ul li {
	margin-bottom: 8px;
	/* font-size: 12px; */
}

/***********************************
 * Sub-Page Styles
 **********************************/

section.maincontent {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	width: 70%;
	float: right;
}

.maincontent .article .entry-image {
	float: left;
	max-width: 120px;
	margin: 0 10px 10px 0;
}

ul.preview {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.preview li {
	border-bottom: 5px solid #ddd;
	margin-bottom: 1.5em;
	max-width: 40em;
}

ul.preview em {
	margin: 0;
	font-size: 0.8em;
}

.profile_thumbnail {
	max-width: 100px;
	float: left;
	margin: 0 10px 10px 0;
}

.profile_thumbnail img {
	border:1px solid #ccc;
}

ul.preview h3 {
	margin: 0;
}

aside {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	width: 28%;
	float: left;
	margin-right: 2%;
}

nav .section-title {
	padding: 10px 0 10px 5px;
}

nav .section-title  a {
	font-size: 24px;
	text-decoration: none;
}

nav#section-nav {
	border-top: 8px solid #b71f37;
	background-color: #f3f1ee;
	padding: 6px;
}

nav#section-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
/*
	background: #fff;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.75);
*/
}

nav#section-nav ul li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 0;
}

nav#section-nav ul li:last-child {
	border-bottom: none;
}

nav#section-nav ul li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

nav#section-nav ul li a:hover {
	background-color: rgba(255,255,255,0.7);
}

nav#section-nav ul li a.active, nav#section-nav ul li a:hover.active, nav#section-nav ul.sub-section-nav a {
	color: #b71f37;
}

nav#section-nav ul li a.active-parent {
	color: #b71f37;
}

nav#section-nav ul.sub-section-nav {
	padding-left: 20px;
	background: #fff;
}

nav#section-nav ul.sub-section-nav a {
	font-family: Georgia, serif;
	font-style: italic;
	color: #555;
	padding: 10px 0;
	background: #fff;
}

nav#section-nav ul.sub-section-nav a:hover {
	background: #fff;
	text-decoration: underline;
	color: #b71f37;
}

nav#section-nav ul.sub-section-nav a.active-child {
	color: #b71f37;
}


/************************************
 * Default styling for navigation
 ************************************/


/************************************
 * Newsroom styles
 ***********************************/
a.tag {
	display: inline-block;
	margin: 3px;
}

.additional {
	padding: 10px;
	border: 1px solid #eedebb;
	position: relative;
	background: rgba(239,170,35,0.05);
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;
 	margin-bottom: 1em;
}


/************************************
 * Picture styles
 ***********************************/
.picture_line {
	width: 46%;
	display: inline-block;
	margin: 0 auto;
	margin: 0 1.5% 1em 1.5%;
}

/************************************
 * GCSI styles
 ***********************************/
.safety-class {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 2em;
	border: 1px solid #ddd;
	border-bottom: 5px solid #ccc;
	border-radius: 5px;
}

/************************************
 * Calendar styles
 ***********************************/
.calendar {
	max-width: 400px;
	border: 3px solid #ccc;
	margin: 2em 0 1em;
}

.calendar td {
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.05);
}

.calendar th, .calendar td {
	background: #eee;
}

.calendar th, .calendar tr.cal-weekdays td {
	background: #fff;
}

.calendar th {
	border-bottom: none;
}

.calendar th, .calendar th a {
	color: #666;
	text-transform: uppercase;
	border: none;
}

.calendar th {
	border-bottom: none;
}

.calendar th a {
	font-size: 20px;
}

.calendar td {
	padding: 0;
	text-align: center;
}

.calendar td .highlight {
	background: #666;
	font-weight: bold;
}

.calendar td .highlight a {
	color: #fff;
}

.calendar td a.cal-day {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.calendar td a:hover.cal-day {
	background: #999;
	color: #fff;
}

.calendar tr.cal-weekdays td {
	padding: 10px;
}

/************************************
 * GALLERY Site
 ***********************************/
.gallery-type {
	color: #efaa23;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin-top: 3em;
}

.gallery-type:first-of-type {
	margin-top: 0;
}

article.show-title .banner-image {
	margin: 0 auto;
}

article.show-title img {
	width: 100%;
}

article.show-title {
	background-color: #333;
	color:#efaa23;
	text-align: center;
	font-family: sans-serif;
	font-weight: regular;
	padding: 20px;
	margin: 0 auto 2em;
	max-width: 1000px;
}

article.show-title h1 {
	font-size: 2em;
	border-bottom: none;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

article.show-title h1 i {
	display: block;
	font-size: 1.3rem;
	font-weight: 100;
}

article.show-title .show-date {
	font-size: 1em;
	margin: 1em 0;
}

article.show-title p {
	font-size: 1em;
	font-weight: 100;
	line-height: 24px;
}

article.lecture-series {
	background-color: #ebe2cf;
	color:#333;
	text-align: center;
	font-family: sans-serif;
	font-weight: regular;
	padding: 20px;
	margin: 0 auto 2em;
	max-width: 1000px;
}

/**** Gallery Site ****/

.art-show {
	box-sizing: border-box;
}

.art-show h2 b {
	font-weight: bold;
	color: #c10435;
}


.art-show h2 {
	font-size: 48px;
    margin: 0; padding: 0;
}

.art-show h3.show-date {
    margin-top: 0;
    font-size: 24px;
}

.callforentry h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.crump, .crump .show-date {
    color: #555;
    text-align: center;
}

.crump h1 {
	font-size: 48px;
    margin: 0; padding: 0;
    text-transform: uppercase;
    border-bottom: none;
    text-align: center;
}

.crump h1 .subtitle {
    display: block;
    font-style: italic;
    font-size: 36px;
}

.crump .show-date {
    font-size: 24px;
    margin: 1em 0;
}

.crump h2 {
	font-size: 36px;
    margin: 18px 0 0; padding: 0;
}

.crump .show-info {
    background: #e9eae7;
    padding: 16px;
}

.crump .artist-talk p {
    font-size: 18px;
    line-height: 24px;
}

.crump .artist-statement p {
    text-align: left;
}

.light {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
	margin-bottom: 2em;
}

.light, .light .show-date {
    color: #555;
    text-align: center;
}

.light h1 {
	font-size: 48px;
    margin: 0; padding: 0;
    text-transform: uppercase;
    border-bottom: none;
    text-align: center;
}

.light h1 .subtitle {
    display: block;
    font-style: italic;
    font-size: 36px;
}

.light .show-date {
    font-size: 24px;
    margin: 1em 0;
}

.light h2 {
	font-size: 36px;
    margin: 18px 0 0; padding: 0;
}

.light .show-info {
    background: #fff;
    padding: 16px;
}

.light .artist-talk p {
    font-size: 18px;
    line-height: 24px;
}

.light .artist-statement p {
    text-align: left;
}

.light, .light .show-date {
    color: #555;
    text-align: center;
}

.show-breakout-info {
	background-color: #0087b7;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
}

.show-breakout-info h3 {
	color: #fff;
}

/*** Shade Styles ***/

.shade {
	background: #ededed;
	text-align: center;
	padding: 18px;
}

.shade h1 {
	font-size: 48px;
    margin: 0; padding: 0;
    text-transform: uppercase;
    border-bottom: none;
    text-align: center;
}

.shade h1 .subtitle {
    display: block;
    font-style: italic;
    font-size: 36px;
    text-transform: none;
}

.shade .show-date, .shade .date {
    font-size: 24px;
    margin: 1em 0;
}

.shade h2 {
	font-size: 36px;
    margin: 18px 0 0; padding: 0;
}

.shade .show-info {
    background: #fff;
    padding: 16px;
}

.shade .artist-talk p, .shade p.intro {
    font-size: 18px;
    line-height: 24px;
}

.shade .artist-statement p {
    text-align: left;
}

.subtitle {
	font-style: italic;
}

ul.artist-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artist-list li {
	display: inline-block;
	margin: 1em;
}

.oh-snap {
	background-color: #9bdcfb;
	color: #175471;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.oh-snap h2 {
	font-size: 24px;
	font-weight: bold;
}

.oh-snap-inner {
	padding: 10px;
	background-image: url('http://build.com.edu/uploads/sitecontent/images/art-gallery/oh-snap-3-illustration.png');
	background-repeat: no-repeat;
	background-position-y: 20px;
	background-position-x: 50%;
	background-position: center 20px;
	background-size: cover;
}

.oh-snap-text {
	width: 60%;
	margin: 300px auto 20px;
	border: 5px solid #fff;
	padding: 10px;
	background-color: rgba(255,255,255,0.35);
}

/************************************
 * CSS Posters
 ***********************************/

 /** Base Art Poster styles **/
article.poster {
  font-family: Helvetica, 'Open Sans', Arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

article.poster h1 {
  border: none;
  font-weight: bold;
  text-align: center;
}

article.poster .poster-subtitle {
	display: block;
	font-size: 60%;
	text-transform: uppercase;
	font-weight: normal;
	opacity: 0.65;
}

article.poster p {
	padding: 0 1.5rem;
}

article.poster img {
  max-width: 100%;
  height: auto;
}

/** Poster Dark **/
article.poster-dark {
  background-color: rgba(0,0,0,0.1);
  background-image: linear-gradient(#fff 50%, #dedad1);
  border: 1px solid rgba(0,0,0,0.15);
  border-top: 16px solid #222;
}

article.poster-dark h1 {
  font-size: 5.063rem;
  margin: 0.667rem;
}

article.poster-dark h2{
  font-size: 2.25rem;
  text-transform: uppercase;
}

article.poster-dark .poster-dark-date {
  font-size: 3.375rem;
  margin: 0;
}

article.poster-dark footer {
  background-color: #E9AB2E;
  font-size: 1.5rem;
  padding: 0.296rem;
}

article.poster-dark footer p {
  color: #000;
}

article.poster-dark .poster-dark-reverse {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

article.poster-dark .poster-dark-reverse h3 {
  font-size: 2.25rem;
  margin: 0.667rem;
color: #fff;
font-weight: bold;
}

article.poster-dark .poster-dark-reverse p {
  font-size: 1.5rem;
  margin: 0.667rem;
}

@media screen and (max-width: 1080px) and (min-width: 880px) {
  article.poster-dark h1 {
    font-size: 5.063rem;
  }

  article.poster-dark h2, article.poster-dark .poster-dark-reverse h3 {
    font-size: 1.5rem;
  }

  article.poster-dark .poster-dark-date {
    font-size: 2.25rem;
  }

  article.poster-dark footer, article .poster-dark-reverse p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 760px) {
  article.poster-dark h1 {
    font-size: 5.063rem;
  }

  article.poster-dark h2, article.poster-dark .poster-dark-reverse h3 {
    font-size: 1.5rem;
  }

  article.poster-dark .poster-dark-date {
    font-size: 2.25rem;
  }

  article.poster-dark footer, article .poster-dark-reverse p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {
  article.poster-dark h1 {
    font-size: 3.375rem;
  }

  article.poster-dark h2, article.poster-dark .poster-dark-reverse h3 {
    font-size: 1.5rem;
  }

  article.poster-dark .poster-dark-date {
    font-size: 1.5rem;
    text-transform: none;
  }

  article.poster-dark footer, article.poster-dark .poster-dark-reverse p {
    font-size: 1rem;
  }
}


/************************************
 * MISC styles
 ***********************************/

#aside-resources {
	background-color: #eee;
	padding: 16px;
}

#aside-resources h2 {
	font-size: 20px
}

#aside-resources ul {
	padding-left: 16px;
}

#aside-resources ul li {
	font-size: 13px;
}

.single-video {
	margin: 0 auto;
	text-align: center;
}

.lead_photo, .photo {
	margin-bottom: 1em;
}

.item-divide {
	padding: 10px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.item-divide h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.divide {
	margin: 0 0 1em 0;
	border-bottom: 4px solid #ddd;
	padding-bottom: 1em;
}

.divide-top {
	border-top: 4px solid #ddd;
	border-bottom: none;
}

.divide-last-item {
	border: none;
}

ol.list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.col-2 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.img-right, img-left, .president-image {
	float: none;
	display: block;
	margin:0 0 10px 0;
}

img.frame {
	background: #fff;
	background: rgba(255,255,255,0.75);
	border: 1px solid #ccc;
	padding: 5px;
}

ul#trustees-directory {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#trustees-directory li {
	padding: 10px;
	margin: 0 0 1em 0;
	border-bottom: 3px solid #ddd;
}

.file-pdf {
	background-image: url('../icon/pdf.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.file-word {
	background-image: url('../icon/word.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.file-ppt {
	background-image: url('../icon/ppt.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.viewbook {
	width: 48%;
	margin: 0 auto;
	float: left;
	text-align: center;
}

ul.listing, ol.listing {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.listing > li, ol.listing > li {
	margin-bottom: 2em;
	border-bottom: 4px solid #ddd;
}

.listing > li.spacer {
	padding-bottom: 2em;
}

.card {
	float: left;
}

.grid {
	margin: 0 auto;
	box-sizing: border-box;

}

.grid-item {
	float: left;
	margin: 8px;
	text-align: center;
}

.grid-border {
	border: 1px solid rgba(0,0,0,0.15);
	padding: 3px;
}

.profile-pic {
	float: left;
	margin-right: 1em;
}

.rounded {
	border-radius: 100px;
}

.profile-info {
	float: left;
	width: 80%;
}

.profile-info h2 {
	margin-top: 1em;
}

.profile-pic-100 {
	width: 100px;
}

.profile-pic-right {
	float: right;
	margin-left: 1em;
}

.profile-title h4 {
	font-size: 1rem;
}

section.page-content .profile-title p {
	font-size: 0.8rem;
}

.postdate {
	color: #666;
	font-size: 14px;
	font-style: italic;
}

/****************************
	BIO INFORMATION
*****************************/

.bio-pic {
	display: none;
}

.bio-text {
	width: 100%;
	float: none;
}

.putleft {
	float: left;
	width: 70%;
}

.putright {
	float: right;
}

textarea {
	width: 100%;
}

form label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}

form label.inline-label {
	display: inline;
	padding: 0 8px;
	font-size: 0.9rem;
}

form p.label {
	font-size: 1rem !important;
}

div.field {
	margin-bottom: 1em;
}

input[type=text], input[type=submit] {
	padding: 6px;
}

select option {
	padding: 5px;
}

select {
	border: 3px solid #ccc;
}

dl.faqs dd {
	margin: 0.5em 0;
	color: #666;
	font-size: 0.9em;
}

dl.faqs dd + dt {
	border-top: 4px solid #ddd;
	padding-top: 1em;
	margin-top: 1.5em;
}

dl.faqs dt {
	font-weight: bold;
}

dl.faqs dd p {
	font-size: inherit;
}

.aux_contact, .aux_content {
	padding: 1em;
	color: #333;
	color: rgba(0,0,0.75);
	font-size: .95em;
	line-height: 1.4em;
	margin: 0 0 1em;
}

.aux_contact h3, .aux_content h3 {
	font-family: Georgia;
	font-style: italic;
	font-size: 1.17rem;
}

.social-dept a {
	text-decoration: none;
}

.workstudy_post {
	padding: 10px;
	font-size: 14px;
}

.workstudy_post .contact_info {
	font-size: 12px;
}

/*** Community Theatre ***/
.performance, .callout {
	padding: 10px;
	border: 1px solid #eedebb;
	margin: 0 auto 2em;
	background: rgba(239,170,35,0.05);
}

.rating {
	background: #444;
	color: #fff;
	display: inline-block;
	padding: 7px;
	font-size: 12px;
	border-radius: 4px;
	float: right;
}

/*** COM Start page ***/
.start-at-com .cols {
	box-shadow: none;
	border-bottom: 3px dashed #ddd;
	margin-bottom: 16px;
}

.start-at-com .cols:last-child {
	border: none;
}

.icon-heading h2 {
	color: #eee;
	text-align: center;
	margin: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
}

.icon-heading {
	text-align: center;
	margin: 1em 0;
}

.icon-heading img {
	margin: 0 auto;
}

.icon-heading-apply {
	background-color: #be271e;
}

.icon-heading-submit {
	background-color: #faa21c;
}

.icon-heading-register {
	background-color: #00aeb5;
}

.icon-heading-pay {
	background-color: #a5ae39;
}

/*** Set items side by side ***/

.profile-50 {
	width: 100%;
	margin-bottom: 1em;
}

.colset {
	width: 100%;
	margin-bottom: 1em
}

.cols {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 1em;
}

.cols-2, .cols-3, .cols-4, .cols-3-2, cols-50 {
	width: 100%;
	float: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.cols-2-divide:first-of-type {
	border-right: none;
	margin: 0 0 1em 0;
	border-bottom: 4px solid #ddd;
	padding-bottom: 1em;
}

.cols-center {
	text-align: left;
}

ol.step-directions li {
	background: #eee;
	border-bottom: 4px solid #ddd;
	padding: 1em;
	margin-bottom: 2em;
	line-height: 20px;
}

ul.transfer_list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

ul.transfer_list li {
	float: left;
	text-align: center;
	margin: 1em;
	width: 120px;
	height: 220px;
}

ul.transfer_list img {
	width: 100px;
}

ul.transfer_list a {
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	margin-left: 2em;
	padding-left: 1em;
	border-left: 5px solid #ccc;
}

/* reset if the blockquote has floats */
blockquote.testimonial {
	font-size: 18px;
	border: none;
  margin: 1em 40px;
  padding: 0;
}

blockquote p.quote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	color: #333;
}

blockquote img.testimonial-picture {
	border-radius: 100px;
	float: none;
	margin: 0 auto;
	display: block;
	max-width: 200px;
}

blockquote footer p, section.page-content blockquote footer p, blockquote footer a, blockquote footer a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

table.faculty-list span.contact, table.faculty-list span.title {
	display: block;
	margin: 10px 0;
}

table.faculty-list span.name {
	font-size: 16px;
}

/* Sidebar ads */
article.ad {
	padding: 10px;
	background: #eee;
	border: 1px solid #ddd;
}

article.ad h1 {
	border: none;
	line-height: 2.3rem;
	background: #7a2426;
	color: #fff;
	padding: 5px;
	font-size: 1.6rem;
	text-align: center;
	margin-top:0;
}

article.ad h1 b {
	display: block;
}

article.ad h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: #7a2426;
}

dl.basic {
	font-size: 0.9em;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}

dl.basic dt {
	font-weight: 600;
}

dl.basic dd {
	padding: 0.2em 0 1.3em;
	margin: 0;
	font-size: 0.9em;
}

dl.basic dt:nth-child(n+2) {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

dl.basic dd {
	border: none;
}

/* Accordion list */
dl.accordion dt {
	background: #eee;
	padding: 0.5em;
	margin: 1em;
	border-bottom: 2px solid #ddd;
}

dl.accordion dt a {
	text-decoration: none;
}

.center {
	text-align: center;
}

.sponsored {
	text-align: center;
	border-top: 7px solid #ccc;
}

/***********************************
* Tabular Data
**********************************/
.tabular {
	display: table;
	background-color: #eee;
	font-size: 14px;
	width: 100%;
	margin-bottom: 2em;
}

.tabular-row {
	display: table-row;
}

.tabular-row:nth-child(even) {
	background-color: #ddd;
}

.cell {
	display: table-cell;
	padding: 10px;
}

.currency {
	text-align: right;
}

/***********************************
* Fac/Staff Biography
**********************************/
.bio-list {
	display: table;
}

.bio-row {
	display: table-row;
}

.bio-cell {
	display: table-cell;
	padding: 10px;
}

/***********************************
* Event Info Callout on Page
**********************************/
.event-info {
	padding: 16px;
	margin: 0 0 2em 0;
	background: #e9eae7;
	text-align: center;
}

.event-info h1 {
	font-size: 48px;
	color: #555;
	text-align: center;
	line-height: 60px;
	border-bottom: none;
}

.event-info h3 {
	color: #333;
	font-size: 24px;
}

section.page-content .event-info p {
	font-size: 18px;
}

.event-info .subtitle {
	color: #666;
	font-size: 36px;
	margin-top: 0;
	padding-top: 0;
}

.event-info-contrast {
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
}

.event-info-contrast h3 {
	color: #fff;
	color: rgba(255,255,255,0.9);
}

/***********************************
* Nursing Side Content
**********************************/

#acen {
	background: #eee;
	padding: 10px;
	margin: 1em 0;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#acen figure {
	text-align: center;
}

article#nurse-ad {
	text-align: center;
	background: #eee;
	padding: 10px;
	margin: 1em 0 2em;
	padding-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

article#nurse-ad h1 {
	border: none;
	text-align: center;
	font-size: 24px;
}

/***********************************
* Symposium Poster
**********************************/
.symposium-poster {
	background: #024d86;
	text-align: center;
	padding: 20px;
	color: #fff;
}

.symposium-poster h1, .symposium-poster h2 {
/* 	display: none; */
	text-align: center;
}

.symposium-poster-content {
	max-width: 750px;
	margin: 0 auto;
	font-size: 14px;
	padding: 20px;
}

.symposium-poster-content p {
	text-align: left;
}

.symposium-poster-content h3 {
	color: #86171e;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 2em;
}

.symposium-poster-content h3:first-child {
	margin-top: 10px;
}

.symposium-poster-abstract {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
	color: #222662;
	border-radius: 0 20px;
}

/***********************************
* Charts
**********************************/
.chart {
	text-align: center;
}

ul.chart-legend {
	list-style: none;
	margin: 3em 0 0 0; padding: 0;
}

.chart-legend li {
	display: inline-block;
	margin-right: 1em;
}

.legend-label {
	width: .6rem;
	height: .6rem;
	background-color: #333;
	display: inline-block;
}

.legend-gold {
	background-color: #fbb03b;
}

.legend-gray {
	background-color: #666666;
}

.legend-blue {
	background-color: #005bc8;
}

.legend-orange {
	background-color: #fa6400;
}

/***********************************
* Logo/Image Grid
**********************************/
.logo-grid {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	text-align: center;
}

.logo-grid li {
	display: inline-block;
	width: 150px;
	height: 150px;
	vertical-align: top;
	margin: 5px;
	box-sizing: border-box;
}

.testing-logos li {
	max-width: 130px;
	margin: 5px 0;
	vertical-align: initial;
}


/***********************************
* Dual Credit HS Banners
**********************************/

#highSchoolBanner {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#highSchoolBanner img.hs-logo {
  padding: 0 10px;
}

#highSchoolBanner h2 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
font-weight: bold;
line-height: 1;
}

#highSchoolBanner h2 span {
  font-weight: 100;
  color: rgba(0,0,0,0.7);
  text-transform: none;
  display: block;
  font-size: 90%;
}

@media screen and (min-width: 40em) {
	.social-links {
	    float: left;
	}

	.latest-happenings {
		margin: -40px auto 0;
	}

	.img-right {
		float: right;
		margin:0 0 10px 20px;
	}

	.img-left {
		float: left;
		margin:0 20px 10px 0;
	}

	.president-image {
		background: #fff;
		padding: 5px;
		float: left;
		margin:0 20px 10px 0;
	}

	.bio-pic {
		width: 22%;
		margin: 1em 2% 0 0;
		float: left;
		display: block;
	}

	.bio-text {
		width: 75%;
		float: left;
	}

	/***
	 * Content max width is 1180px
	 * Num cols 	= 	12
	 * Col width 	= 	80
	 * Gutter 		=	20
	 */

	/* 3 col width container */
	.container {
		width: 32.2033898305085%; /* 380 / 1180 */
		float: left;
		margin: 0 0.8474576271186%; /* 10 / 1180 */
	}

	.container-2col {
	     width: 49.152542372881%; /* 580 / 1180 */
	     float: left;
	     margin: 0 0.8474576271186%; /* 10 / 1180 */
	}


	.container-4col {
	     width: 23.728813559322%; /* 280 / 1180 */
	     float: left;
	     margin: 0 0.8474576271186%; /* 10 / 1180 */
	}

	.colleft {
		margin-left: 0;
	}

	.colright {
		margin-right: 0;
	}

	footer .footerlinks {
     width: 45%;
     float: left;
	 margin-right: 5%;
	}

	/*** Set items side by side ***/
	.cols-2 {
		width: 46%;
		float: left;
		margin: 0 1%;
		padding: 0 1%
	}

	/*** Ajax form columns fix ***/
	form.ajax .cols-2 {
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding: 0;
		padding-right: 8px;
	}

	form.ajax .cols-2:nth-of-type(2) {
		padding-right: 0;
		padding-left: 8px;
	}

	form.ajax textarea {
		width: 100%;
		box-sizing: border-box;
	}

	.cols-50 {
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: left;
		padding: 0 16px;
	}

	.profile-50 {
		width: 50%;
		float: left;
	}

	.comtv-holder .cols-2 {
		width: 48%;
		float: left;
		margin: 0 1%;
	}

	.cols-2-divide {
		width: 44%;
		font-size: 14px;
	}

	.cols-2-divide ul {
		margin: 0;
		padding: 0;
		list-style: inside;
	}

	.cols-2-divide:first-of-type {
		border-right: 1px solid #ddd;
		border-bottom: none;
	}

	.cols-4 {
		width: 23%;
		float: left;
		margin: 0 1%;
		padding: 0 1%
	}

	.cols-3 {
		width: 31%;
		float: left;
		margin: 0 1%;
		padding: 0 1%
	}

	.cols-3-2 {
		width: 64%;
		float: left;
		margin: 0 1%;
		padding: 0 1%
	}

	.cols-right {
		float: right;
	}

	.cols-left {
		float: left;
	}

	.cols-center {
		text-align: center;
	}

	.col-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	/*** COM Start page ***/
	.start-at-com .cols{
		box-shadow: 1px 1px 6px #bbb;
		border-radius: 2px;
		border-bottom: none;
	}

	blockquote img.testimonial-picture {
		float: left;
		margin: 0 1em 0 0;
		max-width: 150px;
	}

	.profile-info h2 {
		margin-top: 0;
	}

	/* Newer Blockquote Style */
	blockquote.extended {
		border: none;
		margin: 0;
		padding: 0;
	}

	blockquote.extended p {
		font-size: 1rem;
	}

	blockquote.extended img {
		padding: 5px;
		border: 1px solid #ccc;
		float: left;
		margin-right: 1em;
	}

	blockquote.extended .textblock {
		float: right;
	}

	blockquote.extended footer {
		font-size: 14px;
	}

	.symposium-poster-content {
		font-size: 20px;
	}

	.symposium-poster-content h3 {
		font-size: 28px;
	}

	dl.basic {
		font-size: 0.9em;
		margin: 20px auto;
		overflow: hidden;
		position: relative;
	}

	dl.basic dt {
		font-weight: 600;
		float: left;
		width: 23%;
		padding-right: 2%;
		clear: both;
		text-align: right;
	}

	dl.basic dd {
		padding: 0.2em 0 1.3em 2%;
		margin: 0;
		font-size: 0.9em;
		float: right;
		width: 73%
	}

	dl.basic dt, dl.basic dd {
		border-top: 1px solid #ddd;
		padding-top: 10px;
	}

	dl.basic dt:first-child, dl.basic dd:first-of-type {
		border: none;
	}
}


@media screen and (max-width: 879px) {

	.helpful-links, .meet-student, aside {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
	}

	section.maincontent
	{
		float: none;
		display: block;
		width: 100%;
	}

	/*
	#gogoimage {
		z-index: -1;
		position: fixed;
		top: 0;
		left:0;
		height: 100%;
		width: 100%;
		background-image: url(../img/bg-main-890.jpg);
	}
	*/

	.meet-student {
		max-width: 600px;
		margin: 0 0 2em;
	}

	.page-content h1 {
		border: none;
		margin-bottom: 10px;
	}

	.supplemental-block, aside {
		margin: 1em 0;
	}

	.shade h1, .crump h1, .light h1 {
		font-size: 36px;
	}

	.shade h1 .subtitle, .crump h1 .subtitle, .light h1 .subtitle {
	    font-size: 24px;
	}

}

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

	html {
		background: url('../img/bg-main-1800.2.jpg') #fff no-repeat top left fixed;
		background-size: cover;
	}

	#header {
		display: block;
	}

	header[role="banner"] {
    background: none;
    clear: both;
    /*position: relative;*/
    z-index: 1;
    *zoom: 1;
	}

	header[role="banner"]:before,
	header[role="banner"]:after {
		content: "";
		display: table;
	}

	header[role="banner"]:after {
		clear: both;
	}

	/*
	#gogoimage {
		z-index: -1;
		position: fixed;
		top: 0;
		left:0;
		height: 100%;
		width: 100%;
		background-image: url(../img/bg-main.jpg);
	}
	*/

	.header-wrapper {
		width: 90%;
		background-color: #fff;
		/* background: rgba(255,255,255,0.93); */
		 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 20px auto 0;
		padding: 20px 20px 0 20px;
		border-top: 3px solid #c10435;
	}

	.heroContentWrap {
		width: 90%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px;
	}

	.story-preview {
		width: 90%;
	}

	.content-wrap {
		width: 90%;
		background-color: #fff;
		height: auto;
		min-height: 300px;
	}

	.wrapper {
		width: 90%;
	}

	.get-connected {
		width: 90%;
	}

	#mobile-header {
		display: none;
	}

	#mobileLogo {
		display: none;
	}

	#logo {
		display: block;
	}

	.logomark {
	     float: left;
	     width: 50%;
	}

	.search-form {
	     float: right;
	     margin-top: 15px;
	}

	.gcse-form {
		float: left;
		margin-right: 10px;
	}

	.footer-content {
		width: 90%;
		background: #333;
		 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 20px;
		padding: 20px;
		color: #fff;
	}

	.get-connected h1 {
		float: left;
		margin-right: 1em;
		padding: 0;
	}

	.get-connected div {
		float: left;
		padding-top: 10px;
	}

}

@media screen and (max-width: 900px) {

	.comtv-holder .cols-2 {
		width: 100%;
		float: none;
		margin: 0 0 1em 0;
		padding: 0;
	}

	.comtv-holder .colset {
		text-align: center;
		margin: 0 auto;
	}
}

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

	.gcse-form {
		margin-right: 0;
	}

}

@media screen and (min-width: 1384px) {
	.heroContentWrap, .content-wrap, .footer-content, .story-preview, .header-wrapper, .get-connected {
		width: 1220px;
	}

	.wrapper {
		width: 1220px;
	}
}

@media screen and (min-width: 1801px)
{
	/*
	html {
		background: url('../img/bg-main-2500.jpg') #e9f8ff no-repeat top left fixed;
	}
	*/
}

/***********************************
* Page Promo items
**********************************/
.page-promo h2 {
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
  margin: 0;
}

.page-promo ul {
	text-align: left;
}

.page-promo em.line-break {
  display: block;
  font-style: normal;
}

.page-promo .promo-title {
  background-color: #b71f37;
	padding: 32px;
	margin-top: 0;
}

.page-promo .promo-date {
	color: #000;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 1rem;
	text-align: center;
}

.page-promo .promo-intro {
  text-align: center;
  background-color: #00204E;
  color: #fff;
  padding: 16px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .page-promo h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 500px) {
  .page-promo h2 {
    font-size: 28px;
  }
}

/** Faculty Biography **/
#facultyBio h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2em;
	color: #333;
}

#facultyBio h3 {
	font-size: 14px;
	font-weight: initial;
	margin-top: 1em;
	color: #333;
	font-weight: bold;
}

/** Flexible columns with FLexbox. **/
.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-cols-2 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .flex-cols-2 {
    width: calc(50% - 10px);
  }
}

/** News Scroller **/
.itemScroll-wrap {
  width: 310px;
  margin: 0 auto;
  overflow: hidden;
}

.donor-list h2 {
	text-align: center;
}

.itemScroll {
  box-sizing: border-box;
  overflow: hidden;
  height: 350px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.itemScroll li {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*Accessibility*/
.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff;
}
.accessible ul {
  text-align: right;
}
.accessible ul li {
  margin: 0 0 0 .5em;
  display: inline;
}