/*
 * reset
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display:block;
}
audio,
canvas,
video {
  display:inline-block;
  *display:inline;
  *zoom:1;
}
audio:not([controls]) {
  display:none;
}
button,
input {
  *overflow:visible;
  line-height:normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding:0;
  border:0;
}
button,
input,
select,
textarea {
  margin:0;
  font-size:100%;
  vertical-align:middle;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor:pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor:pointer;
  -webkit-appearance:button;
}
cite {
  font-style:normal;
}
em {
  font-style:italic;
}
span {
    background-color: transparent !important;
}
html {
  font-size:100%;
  -webkit-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
}
img {
  border:0;
  /*height:auto;
  max-width: 100%;*/
  width:auto \9;
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
    max-width: 100%;
    height: auto;
}
.gp-img {
	max-width: 1170px;
}
input[type="search"] {
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
  -webkit-appearance:textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance:none;
}
small {
  font-size:85%;
}
strong {
  font-weight:700;
}
textarea {
  overflow:auto;
  vertical-align:top;
}
.clearfix {
  *zoom:1;
}
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
  line-height:0;
}
.clearfix:after {
  clear:both;
}

/*
 * main
 */
a {
  color:#333333;
  text-decoration:underline;
  -webkit-backface-visibility:hidden;
}
a:active,
a:focus,
a:hover {
/*   color:#003399; */
  /*outline:0;
  text-decoration:underline;*/
}
.nav a {
    text-decoration: none;
}

.top-bar ul li a {
    text-decoration: none;
}

side-nav a {
    color: #333333 !important;
    display: block;
    padding: 5px 20px 5px 35px;
    position: relative;
    text-decoration: none;
}

.breadcrumb a {
    color: #687478;
    font-weight: 700;
    text-decoration: underline;
}

p a, article a {
    text-decoration: underline;
}

.carousel a {
    text-decoration: none;
}

.content-inner a {
    text-decoration: underline;
}
.accordion {
	max-width: 775px;
}
address a {
    text-decoration: underline;
}

abbr[title],
abbr[data-original-title] {
  border-bottom:1px dotted #999999;
  cursor:help;
}
address {
  display:block;
  font-style:normal;
  line-height:22px;
  margin:0 0 20px;
}
blockquote {
  border-left:5px solid #eeeeee;
  margin:0 0 20px;
  padding:10px 20px;
}
blockquote p {
  font-size:18px;
  font-weight:300;
  line-height:1.25;
}
blockquote p:last-child {
  margin-bottom:0;
}
blockquote small {
  color:#999999;
  display:block;
}
blockquote small:before {
  content:'\2014 \00A0';
}
body {
  background-color:#f8f8f8;
  color:#333333;
    font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:22px;
  margin:0;
  padding:0;
}
dd {
  margin-left:20px;
}
dl {
  margin:0 0 10px;
  padding:0;
}
dt {
  font-weight:700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color:inherit;
  font-family:inherit;
  font-weight:700;
  line-height:22px;
  margin:10px 0;
  text-rendering:optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color:#999999;
  font-weight:400;
  line-height:1;
}
h1 {
  font-size:26px;
  line-height:36px;
}
h2 {
  font-size:22px;
  line-height:30px;
}
h3 {
  font-size:18px;
  line-height:24px;
}
h4 {
  font-size:16px;
}
h5 {
  font-size:14px;
  text-transform:uppercase;
}
h6 {
  font-size:12px;
  text-transform:uppercase;
}
hr {
  border:0;
  border-top:3px solid #f0f0f0;
  /*border-bottom:1px solid #ffffff;*/
  margin:20px 0;
  max-width: 1150px;

}
li {
  line-height:22px;
}
ol,
ul {
  margin:0 0 10px 25px;
  padding:0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom:0;
}
ol.unstyled,
ul.unstyled {
  list-style:none;
  margin-left:0;
}
ol.unstyled .unstyled,
ul.unstyled .unstyled {
  margin-left:25px;
}
p {
  margin:0 0 10px;
}
.container {
  margin-right:auto;
  margin-left:auto;
  position:relative;
  width:940px;
  *zoom:1;
}
.container:before,
.container:after {
  content:"";
  display:table;
  line-height:0;
}
.container:after {
  clear:both;
}
.row {
  margin-left:-20px;
  *zoom:1;
}
.row:before,
.row:after {
  content:"";
  display:table;
  line-height:0;
}
.row:after {
  clear:both;
}
[class*="span"] {
  float:left;
  margin-left:20px;
  min-height:1px;
}
.span1 {
  width:60px;
}
.span2 {
  width:140px;
}
.span3 {
  width:220px;
}
.span4 {
  width:300px;
}
.span5 {
  width:380px;
}
.span6 {
  width:460px;
}
.span7 {
  width:540px;
}
.span8 {
  width:620px;
}
.span9 {
  width:700px;
}
.span10 {
  width:780px;
}
.span11 {
  width:860px;
}
.span12 {
  width:940px;
}
.span4 p {
    width: 340px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.span4 p {
    width: 280px;
}
}
@media screen and (min-width: 640px) and (max-width: 979px) {
.span4 p {
    width: 200px;
}
}
@media screen and (min-width: 320px) and (max-width: 639px) {
.span4 p {
    width: 95%;
}
}
@media screen and (max-width: 680px) {
.span4 h3 {
    font-size: 1.4em;
    line-height: 1.3em;
}
}
/*** breadcrumb ***/
.breadcrumb {
  border-bottom:3px solid #f0f0f0;
  color:#687478;
  font-size:12px;
  list-style:none;
  margin:-25px 0 25px;
  *margin-top:-50px;
}
.breadcrumb:after {
  clear:both;
}
.breadcrumb a {
  color:#687478;
  font-weight:700;
}
.breadcrumb li {
  padding:9px 5px 9px 0;
}
.breadcrumb li [class*="fa-"] {
  margin:0 5px;
}

/*** content ***/
.content .row + .row {
  margin-top:25px;
}
.content-area {
  margin-bottom:25px;
}
.content-article {
  margin-bottom:25px;
}
.content-article address,
.content-article dl,
.content-article form,
.content-article ol,
.content-article p,
.content-article table,
.content-article ul {
  margin-bottom:20px;
}
.content-block {
  background-color:#ffffff;
  margin-bottom:25px;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
}
.content-header {
  position:relative;
  -webkit-border-radius:4px 4px 0 0;
     -moz-border-radius:4px 4px 0 0;
          border-radius:4px 4px 0 0;
}
.content-header-img,
.content-header-img-holder {
  position:relative;
  width:100%;
  height: auto;
  -webkit-border-radius:4px 4px 0 0;
     -moz-border-radius:4px 4px 0 0;
          border-radius:4px 4px 0 0;
}
.content-header-link {
  background-color:#0b4da2;
  color:#ffffff !important;
  display:block;
  font-size:14px;
  padding:7px 15px;
  position:absolute;
    bottom:20px;
    left:0;
  -webkit-border-radius:0 4px 4px 0;
     -moz-border-radius:0 4px 4px 0;
          border-radius:0 4px 4px 0;
}
.content-header-link:active,
.content-header-link:focus,
.content-header-link:hover {
  color:#ffffff;
}
.content-header-link .fa-chevron-right {
  margin-right:10px;
}
.content-inner {
  border-bottom:1px solid transparent;
  padding:10px 15px 0;
}
.content-inner > *:first-child {
  margin-top:0;
}
.content-inner-title {
  font-weight:400;
}
.content-page-id {
  background-color:#0b4da2;
  color:#ffffff;
  font-size:18px;
  line-height:24px;
  padding:8px 20px;
  -webkit-border-radius:4px 4px 0 0;
     -moz-border-radius:4px 4px 0 0;
          border-radius:4px 4px 0 0;
}
.row-equal-height > [class*="span"] {
  background-color:#ffffff;
  margin-bottom:25px;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
          min-width: auto;
}
.row-equal-height > [class*="span"] > .content-block {
  margin-bottom:0;
}

/*** footer ***/
.footer {
  background-color:#eaeaea;
  border-top:5px solid #ffffff;
  clear:both;
  margin-top:55px;
  padding:45px 0 0;
}
.footer form {
  margin-left:40px;
  width:220px;
}
.footer input[type="color"],
.footer input[type="date"],
.footer input[type="datetime"],
.footer input[type="datetime-local"],
.footer input[type="email"],
.footer input[type="month"],
.footer input[type="number"],
.footer input[type="password"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="text"],
.footer input[type="time"],
.footer input[type="url"],
.footer input[type="week"],
.footer textarea {
  border-color:#ffffff;
}
.footer-bottom {
	background-color: #374246;
	color: #ffffff;
	font-size: 12px;
    padding: 10px 0;
}
.footer-bottom a {
  color:#ffffff;
}
.footer-bottom ul {
	list-style: none;
    margin: 2% auto;
    width: max-content;
}
.footer-bottom ul li {
  float:left;
  line-height:17px;
}
.footer-bottom ul li:first-child ~ li {
  border-left:1px solid #ffffff;
  margin-left:10px;
  padding-left:10px;
}
.footer-heading {
  margin-bottom:10px;
}
.footer-container {
    width: auto;
}
@-moz-document url-prefix() {
.footer-container {
    width: -moz-max-content;
    margin: 0 auto;
}
}
#AskTheRoadrunner  {
  /*
  The 14px of padding on top is to align the ask the roadrunner
  logo with the text on either side.
  */
  padding-top:    14px;
  padding-bottom: 25px;
}

/** Billy Footer Code**/
.footer-top-container {
  max-width: 975px;
}
.footer-middle-container {
  max-width: 975px;
}
.footer-border {
  border: solid 2px;
}
.footer-top {
	display: inline-block;
    height: auto;
    width: 304px;
    margin: 10px 0 0 25px;
    text-align: left;
    vertical-align: top;
    font-family: arial, verdana, sans-serif;
}
.footer-middle {
  display: inline-block;
    height: auto;
    margin: 10px 20px 0 0px;
    text-align: left; 
    vertical-align: top;
    font-family: arial, verdana, sans-serif;
    width: 300px;
}
#social {
    margin:26px 0 20px 0;
}
#footer-address {
    margin:5px 0 20px 0;
}
#apply-now {
    margin:10px 0 10px 0;
}
.footer-bottom a:link {
    color: #ffffff; 
    font-family: arial, verdana, sans-serif;
    padding: 0 3px 0 3px;
}

/** Footer Responsive**/
.footer-image {
  width: 290px;
  height: auto;
  padding: 11px 0px;
  background-color: #eee;
}
#footer-box1 {
  margin: 10px 0 0 15px;
}
#footer-box2 {
  margin: 10px 0 0 5px;
}
#footer-middle3 {
  margin: 10px 20px 0 -10px;
}
@media (min-width:630px) and (max-width:877px) {
#footer-box1 {
  margin: 10px 0 0 0;
}
#footer-box2 {
  margin: 15px 0 0 0;
}
}
@media (min-width:320px) and (max-width:629px) {
#footer-box1 {
  margin: 10px 0 0 0;
}
#footer-box2 {
  margin: 15px 0 0 0;
}
}
@media (min-width:975px) {
  #footer-center {
    display: inline;
  }

  .footer .container {
    width: 975px;
  }
}

@media (min-width:700px) and (max-width:975px) {
  .footer .container {
    width: 643px;
  }
  #footer-center {
    display: block;
    width: 304px;
    margin: 0 auto;
  }

  #social {
    margin-right: 115px;
  }
}

@media (max-width:699px) {
  .footer-top-container {
    width: 304px;
    margin: 0 auto;    
  }


  #social {
    margin-right: 115px;
  }  
}
/*** form ***/
button,
input,
select,
textarea {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
button,
input,
label,
select,
textarea {
	font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 3px;
}
fieldset {
  border:0;
  margin:0;
  padding:0;
}
form {
  margin:0 0 20px;
}
input,
textarea {
  margin-left:0;
  width:206px;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background-color:#eeeeee;
  cursor:not-allowed;
}
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width:auto;
}
input[type="checkbox"],
input[type="radio"] {
  line-height:normal;
  margin:4px 0 0;
  margin-top:1px \9;
  *margin-top:0;
}
input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][disabled],
input[type="radio"][readonly] {
  background-color:transparent;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  color:#777777;
  display:inline-block;
  font-size:14px;
  line-height:22px;
  height:22px;
  padding:4px 6px;
  vertical-align:middle;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color:#ffffff;
  border:1px solid #e7e7e7;
  -webkit-border-radius:2px;
     -moz-border-radius:2px;
          border-radius:2px;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  background-color:#ffffff;
  border-color:#305aa5;
  outline:0;
  outline:thin dotted \9;
}
input[type="file"],
select {
  height:30px;
  line-height:30px;
  *margin-top:4px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color:#999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#999999;
}
label {
  display:block;
  margin-bottom:5px;
}
legend {
  border:0;
  border-bottom:1px solid #e5e5e5;
  color:#333333;
  display:block;
  font-size:21px;
  line-height:1.5;
  margin-bottom:20px;
  padding:0;
  width:100%;
}
select {
  background-color:#ffffff;
  border:1px solid #cccccc;
  width:220px;
}
select[multiple],
select[size] {
  height:auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
select:focus {
  outline:thin dotted #333333;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
textarea {
  height:auto;
}
.btn {
  background-color:#0b4da2;
  border:none;
  color:#ffffff !important;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  padding:5px 18px;
  text-align:center;
  text-decoration:none !important;
  vertical-align:middle;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
}
.btn:active {
  -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:active,
.btn:focus,
.btn:hover,
.btn.active {
  background-color:#003399;
  color:#ffffff;
}
.btn.disabled,
.btn[disabled] {
  cursor:default;
  opacity:0.6;
  filter:alpha(opacity=60);
}
.btn-block {
  display:block;
  padding-right:0;
  padding-left:0;
}
.checkbox,
.radio {
  min-height:20px;
  padding-left:20px;
}
.checkbox.inline,
.radio.inline {
  display:inline-block;
  margin-bottom:0;
  padding-top:5px;
  vertical-align:middle;
}
.checkbox.inline + .checkbox.inline,
.radio.inline + .radio.inline {
  margin-left:10px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float:left;
  margin-left:-20px;
}
.controls > .checkbox:first-child
.controls > .radio:first-child {
  padding-top:5px;
}
.control-group {
  margin-bottom:10px;
}
.form-actions {
  margin-top:20px;
  margin-bottom:20px;
  max-width:220px;
  text-align:right;
  *zoom:1;
}
.form-actions:after {
  clear:both;
}
.form-actions:after,
.form-actions:before {
  content:"";
  display:table;
  line-height:0;
}
.form-horizontal input,
.form-inline input,
.form-horizontal textarea,
.form-inline textarea,
.form-horizontal select,
.form-inline select,
.form-horizontal .help-inline,
.form-inline .help-inline {
  display:inline-block;
  *display:inline;
  margin-bottom:0;
  vertical-align:top;
  *zoom:1;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top:10px;
}
.form-horizontal .controls {
  *display:inline-block;
  margin-left:180px;
  *margin-left:0;
  *padding-left:20px;
}
.form-horizontal .controls:first-child {
  *padding-left:180px;
}
.form-horizontal .control-group {
  margin-bottom:20px;
  *zoom:1;
}
.form-horizontal .control-group:after {
  clear:both;
}
.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
  content:"";
  display:table;
  line-height:0;
}
.form-horizontal .control-label {
  float:left;
  padding-top:5px;
  text-align:right;
  width:160px;
}
.form-horizontal .form-actions {
  padding-left:180px;
}
.form-inline label {
  display:inline-block;
}
.form-inline .checkbox,
.form-inline .radio {
  margin-right:20px;
  margin-bottom:0;
  padding-left:0;
  vertical-align:middle;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
  margin-right:3px;
  margin-left:0;
}
.help-block {
  display:block;
}
.help-block,
.help-inline {
  color:#595959;
}
.help-inline {
  display:inline-block;
  *display:inline;
  padding-left:5px;
  vertical-align:middle;
  *zoom:1;
}
.input-large {
  width:346px;
}

/*** header ***/
.header {
  background-color:#ffffff;
  border:1px solid #ffffff;
  margin-bottom:69px;
  *zoom:1;
}
.header:before,
.header:after {
  content:"";
  display:table;
  line-height:0;
}
.header:after {
  clear:both;
}
.header-form {
  float:left;
  margin:0;
  position:relative;
}
.header-form input[type="search"],
.header-form input[type="text"] {
  background-color:#f8f8f8;
  border-width:2px;
  font-size:14px;
  margin:20px;
  padding:8px;
  width:173px;
  -webkit-appearance:none;
}
.header-form input[type="search"]:focus,
.header-form input[type="text"]:focus {
  background-color:#ffffff;
}
.header-form .btn {
  background-color:transparent !important;
  border:none;
  color:#cccccc !important;
  padding:3px 6px;
  position:absolute;
    right:25px;
    bottom:28px;
}
.header-form .btn:active {
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.header-form-inner {
  position:relative;
  margin-bottom:0;
}
.header-logo {
  background-image:url(/Institutions/Linn-Benton-Community-College/images/LBCC-horizontal-logo-full-color-cmyk.png);
    background-position: 0px -10px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 80px;
    text-indent: -99999px;
    width: 400px;
    background-size: 380px;
}
.header-logo2 {
  background-image:url(wsimages/LBCC-ONLINE-logo.png);
  background-position:0 0;
  background-repeat:no-repeat;
  display:block;
  float:left;
  height:53px;
  margin:15px 10px;
  text-indent:-99999px;
  width:199px;
}

/*** media ***/
.media {
  margin-bottom:20px;
}
.media,
.media-inner {
  overflow:hidden;
  *overflow:visible;
  zoom:1;
}
hr + .media {
  margin-top:40px;
  *margin-top:20px;
}
.media-icon {
  color:#0b4da2;
  font-size:48px;
}
.media-inner > *:first-child {
  margin-top:0;
}
.media-left {
  float:left;
  margin-top:3px;
  margin-right:20px;
  max-width:50%;
}
.media-left > img:first-child,
.media-left > *:first-child > img:first-child {
  position:relative;
    top:3px;
}
.fa-twitter.media-left {
  font-size:22px;
}

/*** misc ***/
.collapse {
  height:0;
  overflow:hidden;
  position:relative;
  -webkit-transition:height 0.3s ease-in-out;
     -moz-transition:height 0.3s ease-in-out;
       -o-transition:height 0.3s ease-in-out;
          transition:height 0.3s ease-in-out;
}
.collapse.in {
  height:auto !important;
}
#google-map {
  height:330px;
}
#google-map img {
  max-width:inherit;
}
.page-heading {
  margin-top:0;
  position:relative;
    top:-6px;
}
.read-more {
  display:inline-block;
  margin-top:5px;
  white-space:nowrap;
}
.skip-nav {
  display:block;
  float:left;
  font-size:13px;
  margin:5px 20px 6px;
  text-indent:-99999px;
}
.skip-nav:focus {
  text-indent:0;
}
#skip-nav {
  position:absolute;
    top:86px;
  visibility:hidden;
}
.breadcrumb + #skip-nav {
  top:129px;
}


/*** nav ***/
.nav {
  background-color:#364245;
  position:absolute;
    top:85px;
    left:0;
  width:100%;
  z-index:1000;
  -webkit-border-radius:0 0 4px 4px;
     -moz-border-radius:0 0 4px 4px;
          border-radius:0 0 4px 4px;
}
.nav,
.nav * {
  -webkit-backface-visibility: hidden;
}
.nav-btn {
  border-bottom:1px solid #f8f8f8;
  color:#d7dfe0;
  cursor:pointer;
  display:none;
  padding:11px;
  text-align:center;
  text-transform:uppercase;
}
.nav-btn:active,
.nav-btn:focus,
.nav-btn:hover {
  color:#Ffffff;
  text-decoration:none;
}
.nav-btn span {
  display:none;
}
.nav-ul {
  clear:both;
  display:table;
  list-style:none;
  margin:0 auto;
  width:920px;
}
.nav-ul > li {
  display:table-cell;
  position:relative;
  white-space:nowrap;
}
.nav-ul > .parent > a:hover {
  text-decoration: underline;
}
.nav-ul > li > a {
  color:#d7dfe0;
  display:block;
  padding:11px;
  text-align:center;
}
.nav-ul > li > a:active,
.nav-ul > li > a:focus,
.nav-ul > li > a:hover {
  color:#ffffff;
  text-decoration:none;
}
.nav-ul > li.active > a,
.nav-ul > li:hover > a {
  background-color:#0b4da2;
  color:#ffffff;
}
.nav-ul > li > ul {
  background-color:#0b4da2;
  display:none;
  list-style:none;
  margin:0;
  min-width:183px;
  padding:10px 0;
  position:absolute;
    top:100%;
    left:auto;
  -webkit-border-radius:0 0 4px 4px;
     -moz-border-radius:0 0 4px 4px;
          border-radius:0 0 4px 4px;
}
.nav-ul > li:hover > ul {
  display:block \9;
}
.nav-ul > li:last-child > ul {
  right:0;
}
.nav-ul > li > ul a {
  color:#ffffff;
  display:block;
  padding:5px 20px;
}
.nav-ul > li > ul a:active,
.nav-ul > li > ul a:focus,
.nav-ul > li > ul a:hover,
.nav-ul > li > ul .active a {
  background-color:#003399;
  text-decoration:none;
}
.nav-ul > li > ul > li {
  margin-bottom:1px;
}
.side-link {
  background-color:#ececec;
  padding:8px;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
}
.side-link-inner {
  background-color:#ffffff;
  border:1px solid transparent;
  padding:10px 15px 0;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
}
.side-links {
  list-style:none;
  margin-left:-10px;
}
.side-links a {
  color:#336699 !important;
  display:inline-block;
  *display:inline;
  padding:10px;
  position:relative;
  *zoom:1;
}
.side-links li + li {
  margin-top:5px;
}
.side-nav {
  list-style:none;
  margin-left:0;
  padding:0;
}
.side-nav a {
  color:#333333 !important;
  display:block;
  padding:5px 20px 5px 35px;
  position:relative;

}
.side-nav ul {
  list-style:none;
  margin-top:1px;
  margin-left:20px;
}
.side-nav .active > a {
  background-color:rgba(11,77,162,0.3);
  font-weight: bold;
}
.side-nav .fa-chevron-right {
  color:#0b4da2;
  display:inline-block;
  position:absolute;
    top:8px;
    left:15px;
}
.side-nav .active.has-child > a > .fa-chevron-right:before {
  content:"\f078";
}

/*** nav colours ***/
.nav-ul > li.purple > ul,
.nav-ul > li.purple:hover > a,
.nav-ul > li.purple.active > a {
  background-color:#9b59b6;
}
.nav-ul > li.purple > ul a:active,
.nav-ul > li.purple > ul a:focus,
.nav-ul > li.purple > ul a:hover,
.content-page-id.sidenav-btn:hover,
.nav-ul > li.purple > ul .active a {
  background-color:#8e44ad;
}
.nav-ul > li.blue > ul,
.nav-ul > li.blue:hover > a,
.nav-ul > li.blue.active > a {
  background-color:#3498db;
}
.nav-ul > li.blue > ul a:active,
.nav-ul > li.blue > ul a:focus,
.nav-ul > li.blue > ul a:hover,
.content-page-id.sidenav-btn:hover,
.nav-ul > li.blue > ul .active a {
  background-color:#2980b9;
}
.nav-ul > li.green > ul,
.nav-ul > li.green:hover > a,
.nav-ul > li.green.active > a {
  background-color:#1abc9c;
}
.nav-ul > li.green > ul a:active,
.nav-ul > li.green > ul a:focus,
.nav-ul > li.green > ul a:hover,
.content-page-id.sidenav-btn:hover,
.nav0ul > li.green > ul .active a {
  background-color:#16a085;
}
.nav-ul > li.gold > ul,
.nav-ul > li.gold:hover > a,
.nav-ul > li.gold.active > a {
  background-color:#0b4da2;
  color:#ffffff;
}
.nav-ul > li.gold > ul a {
  color:#ffffff;
}
.nav-ul > li.gold > ul a:active,
.nav-ul > li.gold > ul a:focus,
.nav-ul > li.gold > ul a:hover,
.content-page-id.sidenav-btn:hover,
.nav-ul > li.gold > ul .active a {
  background-color:#1070eb;
  color:#ffffff;
}
.nav-ul > li.silver > ul,
.nav-ul > li.silver:hover > a,
.nav-ul > li.silver.active > a {
  background-color:#5d1a78;
}
.nav-ul > li.silver > ul a:active,
.nav-ul > li.silver > ul a:focus,
.nav-ul > li.silver > ul a:hover,
.content-page-id.sidenav-btn:hover,
.nav-ul > li.silver > ul .active a {
  background-color:#7d23a2;
}
.nav-ul > li.red > ul,
.nav-ul > li.red:hover > a,
.nav-ul > li.red.active > a {
  background-color:#3498db;
}
.nav-ul > li.red > ul a:active,
.nav-ul > li.red > ul a:focus,
.nav-ul > li.red > ul a:hover,
.content-page-id.sidenav-btn:hover,
.nav-ul > li.red > ul .active a {
  background-color:#2980b9;
}

/*** pagination ***/
.pagination {
  list-style:none;
  margin-left:0;
  text-align:center;
}
.pagination li {
  display:inline;
  *zoom:1;
}

/*** quote ***/
/*.quote:before,
.quote:after {
  color:#eaeaea;
  display:block;
  font-family:Georgia,serif;
  font-size:100px;
  position:absolute;
}
.quote:before {
  content:"\201c";
  line-height:0;
    bottom:0;
    left:10px;
}
.quote:after {
  content:"\201d";
  line-height:100px;
    top:0;
    right:10px;
}*/
.quote {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.quote > p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.ou-quote {
    background-color: #6699cc;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    font-weight: bold;
    width: 200px;
    margin: 30px;
    border-radius: 15px;
}
.ou-quote > p {
  font-size:18px;
  margin-bottom:0;
  position:relative;
  z-index:1;
}
.ou-quote-credit {
    text-align: right;
    margin-top: 20px;
}
/*** search ***/
.form-horizontal .search-label {
  font-size:20px;
  margin-top:5px;
  padding-left:20px;
  text-align:left;
  width:140px;
}
.search-actions {
  max-width:390px;
}
.search-actions .btn {
  font-size:18px;
  line-height:24px;
}
input.search-input {
  font-size:18px;
  height:24px;
  line-height:24px;
  padding:7px;
  width:374px;
}
select.search-input {
  font-size:18px;
  height:40px;
  line-height:40px;
  width:390px;
}
.ou-bestbets {
    border: solid;
    padding: 10px;
    margin: 0 0px 10px 0;
}
/*** social ***/
.social-list {
  list-style:none;
  margin:0 0 40px;
  box-sizing: initial;  
}
.social-list a {
  background-color:#333333;
  color:#ffffff;
  display:block;
  height:22px;
  padding:7px 0;
  text-align:center;
  width:36px;
  -webkit-border-radius:18px;
}
.social-list a:active,
.social-list a:focus,
.social-list a:hover {
  background-color:#333333 !important;
  text-decoration:none;
}
.social-list a.social-dribbble {
  background-color:#ed6e9f;
}
.social-list a.social-facebook {
  background-color:#6179ab;
}
.social-list a.social-instagram {
  background-color:#7297b5;
}
.social-list a.social-rss {
  background-color:#fe8332;
}
.social-list a.social-twitter {
  background-color:#32bbef;
}
.social-list a.social-gplus {
  background-color:#d14836;
}
.social-list li {
  float:left;
}
.social-list li:first-child ~ li {
  margin-left:10px;
}

/*** table ***/
table {
  background-color:transparent;
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:10px;
  width:100%;
}
th {
  text-align:left;
}
td {
  vertical-align: top;
}
tbody {
    vertical-align: top;
}
.table caption + thead tr:first-child td,
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
  border-top:0;
}
.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > td,
.table tfoot > tr > th,
.table thead > tr > td,
.table thead > tr > th {
  padding:8px 8px 8px 0;
  vertical-align:top;
}
.table > tbody > tr:hover > td,
.table > tbody > tr:hover > th {
  background-color:#f5f5f5 !important;
}
.table tbody + tbody {
  border-top:2px solid #dddddd;
}
.table thead > tr > th {
  vertical-align:bottom;
}
.table .table {
  background-color:#ffffff;
}
.table-bordered {
  border:1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border:1px solid #dddddd;
  padding-left:8px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color:#f9f9f9;
}

/*** zebra table ***/
.zebra-table {
   background-color: #b9c9e3;
}

.zebra-table th {
   background-color: #0c4da2;
   color: white;
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

 
/*** thumbnail ***/
.thumbnail {
  display:block;
  float:left;
  margin-top:10px;
  margin-left:10px;
  width:128px;
}
.thumbnails {
  margin-left:-10px;
}
.thumbnails:first-child {
  margin-top:-10px;
}
.thumbnail-wide {
    width: 250px !important;
    height: auto !important;
    margin: 0 20px !important;
    float: left;
}
/*** top-bar ***/
.top-bar {
  background-color:#efefef;
}
.top-bar a {
  color:#253133;
}
.top-bar ul {
  float:right;
  list-style:none;
  margin:0;
}
.top-bar ul li {
  float:left;
  font-size:13px;
  font-weight:bold;
  padding:5px 20px 6px 0;
  position:relative;
}
.top-bar .dropdown-menu {
  background-color:#efefef;
  border-top:1px solid #ffffff;
  display:none;
  padding:5px 0;
  position:absolute;
    top:100%;right:0;
  z-index:1001;
}
.top-bar ul li:hover .dropdown-menu {
  display:block;
}
.top-bar .dropdown-menu li {
  display:block;
  float:none;
  padding:0;
  white-space:nowrap;
}
.top-bar .dropdown-menu li a {
  display:block;
  padding:5px 10px 6px;
}
.top-bar .quick-links {
  border-left:1px solid #dddddd;
  padding-left:20px;
}
.top-bar .quick-links:hover {
  background-color:#dddddd;
}


/*
 * themes
 */
/* blue */
.theme-blue .btn,
.theme-blue .content-header-link,
.theme-blue .content-page-id {
  background-color:#3498db;
}
.theme-blue .btn:active,
.theme-blue .btn:focus,
.theme-blue .btn:hover,
.theme-blue .btn.active {
  background-color:#2980b9;
}
.theme-blue .content a,
.theme-blue .media-icon,
.theme-blue .side-links .fa-angle-double-right,
.theme-blue .side-nav .fa-chevron-right {
  color:#3498db;
}
.theme-blue .content a:active,
.theme-blue .content a:focus,
.theme-blue .content a:hover {
  color:#2980b9;
}
.theme-blue .side-nav .active > a {
  background-color:rgba(52,152,219,0.3);
}
/* gold */
.theme-gold .btn,
.theme-gold .content-header-link,
.theme-gold .content-page-id {
  background-color:#0b4da2;
  color:#ffffff !important;
}
.theme-gold .btn:active,
.theme-gold .btn:focus,
.theme-gold .btn:hover,
.theme-gold .btn.active {
  background-color:#1070eb;
}
.theme-gold .content a,
.theme-gold .media-icon,
.theme-gold .side-links .fa-angle-double-right,
.theme-gold .side-nav .fa-chevron-right {
  color:#0b4da2;
}
.theme-gold .content a:active,
.theme-gold .content a:focus,
.theme-gold .content a:hover {
  color:#0f67d9;
}
.theme-gold .side-nav .active > a {
  background-color:rgba(11,77,162,0.3);
}
/* green */
.theme-green .btn,
.theme-green .content-header-link,
.theme-green .content-page-id {
  background-color:#1abc9c;
}
.theme-green .btn:active,
.theme-green .btn:focus,
.theme-green .btn:hover,
.theme-green .btn.active {
  background-color:#16a085;
}
.theme-green .content a,
.theme-green .media-icon,
.theme-green .side-links .fa-angle-double-right,
.theme-green .side-nav .fa-chevron-right {
  color:#1abc9c;
}
.theme-green .content a:active,
.theme-green .content a:focus,
.theme-green .content a:hover {
  color:#16a085;
}
.theme-green .side-nav .active > a {
  background-color:rgba(26,188,156,0.3);
}
/* purple */
.theme-purple .btn,
.theme-purple .content-header-link,
.theme-purple .content-page-id {
  background-color:#9b59b6;
}
.theme-purple .btn:active,
.theme-purple .btn:focus,
.theme-purple .btn:hover,
.theme-purple .btn.active {
  background-color:#8e44ad;
}
.theme-purple .content a,
.theme-purple .media-icon,
.theme-purple .side-links .fa-angle-double-right,
.theme-purple .side-nav .fa-chevron-right {
  color:#9b59b6;
}
.theme-purple .content a:active,
.theme-purple .content a:focus,
.theme-purple .content a:hover {
  color:#8e44ad;
}
.theme-purple .side-nav .active > a {
  background-color:rgba(155,89,182,0.3);
}
/* red */

.text-red {
  color:red;
}

.theme-red .btn,
.theme-red .content-header-link,
.theme-red .content-page-id {
  background-color:#3498db;
}
.theme-red .btn:active,
.theme-red .btn:focus,
.theme-red .btn:hover,
.theme-red .btn.active {
  background-color:#2980b9;
}
.theme-red .content a,
.theme-red .media-icon,
.theme-red .side-links .fa-angle-double-right,
.theme-red .side-nav .fa-chevron-right {
  color:#3498db;
}
.theme-red .content a:active,
.theme-red .content a:focus,
.theme-red .content a:hover {
  color:#2980b9;
}
.theme-red .side-nav .active > a {
  background-color:rgba(52,152,219,0.3);
}
.Main-Switchboard {
    font-size: 1.25em;
    color: #3498db;
}
/* theme silver */
.theme-silver .btn,
.theme-silver .content-header-link,
.theme-silver .content-page-id {
  background-color:#5d1a78;
}
.theme-silver .btn:active,
.theme-silver .btn:focus,
.theme-silver .btn:hover,
.theme-silver .btn.active {
  background-color:#7d23a2;
}
.theme-silver .content a,
.theme-silver .media-icon,
.theme-silver .side-links .fa-angle-double-right,
.theme-silver .side-nav .fa-chevron-right {
  color:#5d1a78;
}
.theme-silver .content a:active,
.theme-silver .content a:focus,
.theme-silver .content a:hover {
  color:#7d23a2;
}
.theme-silver .side-nav .active > a {
  background-color:rgba(169, 61, 213,0.3);
}

/*
 * responsive
 */
@media (min-width:1200px) {
  .container {
    width:1170px;
  }
  .row {
    margin-left:-30px;
  }
  [class*="span"] {
    margin-left:30px;
  }
  .span1 {
    width:70px;
  }
  .span2 {
    width:170px;
  }
  .span3 {
    width:270px;
  }
  .span4 {
    width:370px;
  }
  .span5 {
    width:470px;
  }
  .span6 {
    width:570px;
  }
  .span7 {
    width:670px;
  }
  .span8 {
    width:770px;
  }
  .span9 {
    width:870px;
  }
  .span10 {
    width:970px;
  }
  .span11 {
    width:1070px;
  }
  .span12 {
    width:1170px;
  }
  /* footer */
  .footer form {
    margin-left:75px;
  }
  /* nav */
  .nav-ul {
    width:1150px;
  }
  .nav-ul > li > ul {
    min-width:226px;
  }
}
  /* thumbnail */
  .thumbnail {
    width:162px;
    height: auto;
  }
@media (min-width:980px) {
  /* nav */
  .nav.affix {
    position:fixed;
      top:0;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
  }
  .nav-ul.collapse,
  .nav-ul > li > ul.collapse {
    height:auto !important;
    overflow:visible !important;
  }
  .nav-ul > li:hover > ul {
    display:block;
  }
}
@media (max-width:979px) {
  /* header */
  .header {
    margin-bottom:0;
  }
  /* nav */
  .nav {
    margin-bottom:25px;
    position:static;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
  }
  .nav-btn {
    display:block;
  }
  .nav-ul {
    display:block;
    width:auto;
  }
  .nav-ul,
  .nav-ul.collapse {
    height:0;
    overflow:hidden;
  }
  .nav-ul > li {
    display:block;
    white-space:normal;
  }
  .nav-ul > li > a {
    padding-right:20px;
    padding-left:20px;
    text-align:left;
  }
  .nav-ul > li:not(.active):hover > a {
    background-color:transparent !important;
    color:#ffffff !important;
  }
  .nav-ul > li > ul {
    display:block;
    padding:0;
    position:static;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .container {
    width:724px;
  }
  .span1 {
    width:42px;
  }
  .span2 {
    width:104px;
  }
  .span3 {
    width:166px;
  }
  .span4 {
    width:228px;
  }
  .span5 {
    width:290px;
  }
  .span6 {
    width:352px;
  }
  .span7 {
    width:414px;
  }
  .span8 {
    width:476px;
  }
  .span9 {
    width:538px;
  }
  .span10 {
    width:600px;
  }
  .span11 {
    width:662px;
  }
  .span12 {
    width:724px;
  }
  /* footer */
  .footer form {
    margin-left:0;
  }
  /* search */
  input.search-input {
    width:342px;
  }
  select.search-input {
    width:358px;
  }
  /* thumbnail 
  .thumbnail {
    width:122px;
  }*/
}
@media (min-width:768px) {
  /* content */
  .row-equal-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
            /*margin: auto*/
  }
  .row-equal-height:after,
  .row-equal-height:before {
    display:none;
  }
  .row-equal-height > .span4:nth-child(3n+1) {
    clear:left;
  }
}
@media (max-width:767px) {
  body {
    padding-right:20px;
    padding-left:20px;
  }
  .container {
    width:95%;
  }
  .row {
/*    margin-left:0; */
  }
  [class*="span"] {
	float: left;
            /*margin: auto*/
    width: 100%;
  }
  .content-article {
    width: 95%;
}.row-equal-height > .span4:nth-child(3n+1) {
    clear:none;
  }
  /* form */
  .form-actions {
    text-align:left;
  }
  .form-horizontal .controls {
    margin-left:0;
  }
  .form-horizontal .control-label {
    float:none;
    text-align:left;
    width:auto;
  }
  .form-horizontal .form-actions {
    padding-left:0;
  }
  /* footer */
  .footer,
  .footer-bottom {
    margin-right:-20px;
    margin-left:-20px;
    padding-right:20px;
    padding-left:20px;
  }
  .footer address {
    text-align:center;
  }
  .footer form {
    margin-right:auto;
    margin-left:auto;
  }
  .footer .span4 + .span4 {
    margin-top:55px;
  }
  .footer-bottom {
    text-align:center;
  }
  .footer-bottom ul li {
    float:none;
  }
  .footer-bottom ul li:first-child ~ li {
    border-left:none;
    margin:10px 0 0;
    padding:0;
  }
  .footer-heading {
    text-align:center;
  }
  /* search */
  input.search-input {
    width:90%;
    width:calc(100% - 16px);
  }
  select.search-input {
    width:90%;
    width:calc(100%);
  }
  .form-horizontal .search-label {
    padding-left:0;
  }
  /* social */
  .social-list {
    text-align:center;
  }
  .social-list li {
    display:inline-block;
    float:none;
  }
  /* top-bar */
  .top-bar {
    margin-right:-20px;
    margin-left:-20px;
  }
}
@media (min-width:665px) {
  .header-form.collapse {
    height:auto;
    overflow:visible;
  }
}
@media (max-width:664px) {
  /* header */
  .header-form {
    float:none;
    text-align:center;
  }
  .header-form input[type="search"],
  .header-form input[type="text"] {
    margin-top:5px;
  }
  .header-form .btn {
    margin-right:-93px;
      right:50%;
  }
  .header-logo {
    float:none;
    margin-right:auto;
    margin-left:auto;
  }
  /* media */
  .media-news {
    float:none;
    margin-bottom:10px;
  }
  /* nav */
  .nav-btn span {
    display:inline;
  }
  /* top-bar */
  .top-bar {
    text-align:center;
  }
  .top-bar ul {
    float:none;
  }
  .top-bar ul li {
    display:inline-block;
    float:none;
    padding:5px 3px 6px;
  }
  .top-bar .quick-links {
    border-left:none;
    padding-left:0;
  }
}
@media (min-width: 1px) {
  .mediatest {
    position: absolute;
  }
}

/*Willada's Customizations*/
.centered {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
}

.span4 img { 
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-inner a {
  font-weight: bold;
  color: #333;
}
.content-inner a:hover {
  font-weight: bold;
  color: #0b4da2;
}
@media (max-width:1199px){
.span4 img {
/*  width:100%; */
}
}

/*
* Responsive Calendar
*/
@media (min-width:768px){
  .calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}

@media (max-width:767px){
  .calendar-container {
    position: relative;
    padding-bottom: 133%;
    height: 0;
    overflow: hidden;
  }
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* Responsive Video
*/
@media (min-width:768px){
  .video-container {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
  }
}

@media (max-width:767px){
  .video-container {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
  }
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
Image-links
*/

.header-img-link {
  overflow: hidden;
}

.header-img-link a {
display: inline-block;
line-height: 1;
}

.header-img-link img {
height: auto;
max-width: 100%;
}

@media (min-width: 665px) {
  .header-form.collapse {
    float: none;
    height: auto !important;
    overflow: hidden;
    text-align: right;
  }

  #header-right {
    float:right;
  }
}
@media (min-width: 665px) {
  .header-form.collapse {
    float: right;
  }
  .header-form-inner {
    float: right;
	margin: 0;
  }
  .header-img-link {
    width: 101px;
    height: 46px;
    margin-top: 18px;
    margin-right: 18px;
  }
  .header-img-link a {
    display: block;
  }
  #moodle #webrunner {
    float: right;
  }
  #moodle {
    margin-bottom: 6px;
  }
}

@media (max-width:665px) {
  .header-img-link {
  overflow: hidden;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  /*display:block;*/
  width: 195px;
  }

  #moodle{
    padding-right: 24px;
    float: left;
  }

  #webrunner {
  /*  padding-right: 8px;*/
    float: right;
  }
}

.responsive-buttons {
  padding: 1px 0;
}

/* Make it a marquee */
.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #BBD9FF;
    font-weight: bold;
    vertical-align:middle;
    line-height: 22px;
    transition: opacity .2s ease;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius:4px;
}

.marquee span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 100%;
    text-indent: 0;
    background-color: transparent;
    opacity: inherit;
    color:inherit;
    animation: marquee 10s ease infinite;
    position:relative;
    top: 3px;
}

#alert-toggle {
  visibility: hidden;
}

.alert {
  line-height:85px;
}

.alert a {
  color: #333;
}

.marquee:hover {
  opacity: 0.8;
}

.marquee span:hover {
  animation-play-state: paused;
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
		20%   { transform: translate(-50%, 0); }
		80%   { transform: translate(-50%, 0); }
    100% { transform: translate(-100%, 0); }
}

@media (min-width:1200px) {
  .alert {
    position: relative;
    top: 8px;
    left: 29px;
  }

  .marquee {
      width: 520px;
      display: inline-block;
  }

  .marquee span {
    max-width: 510px;
  }

  .alert {
      display: inline-block;
      float: left;
  }
}

@media (min-width:980px)  and (max-width:1199px) {
  .alert {
    position: relative;
    top: 8px;
    left: 29px;
  }

  .marquee {
      width: 290px;
      display: inline-block;
  }

  .marquee span {
    max-width: 280px;
  }

    .alert {
      display: inline-block;
      float: left;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .marquee {
      width: 530px;
      display: inline-block;
  }

  .marquee span {
    max-width: 520px;
  }

  .triangle-container {
    display: inline-block;
  }

    .alert a{
      display: inline-block;
    }

    .alert {
      display: block;
      clear:both;
      text-align: center;
      width: 100%;
      height: 60px;
      padding: 5px;
  }
}

@media (min-width:664px) and (max-width:767px) {
  .marquee {
      width: 328px;
      display: inline-block;
  }

  .marquee span {
    max-width: 318px;
  }

  .triangle-container {
    display: inline-block;
  }

    .alert a{
      display: inline-block;
    }

    .alert {
      display: block;
      clear:both;
      text-align: center;
      width: 100%;
      height: 60px;
      padding: 5px;
  }
}


@media (max-width:663px) {
  .marquee {
      width: 255px;
      display: inline-block;
  }

  .marquee span {
    max-width: 245px;
  }

  .triangle-container {
    display: inline-block;
  }

  .alert a{
    display: inline-block;
  }
    .alert {
      display: block;
      clear:both;
      text-align: center;
      width: 100%;
      height: 60px;
      padding: 5px;
      position: relative;
      bottom: 25px;
  }
}

@media (max-width:359px) {
  .triangle-container {
    display: none;
  }

  .marquee {
      width: 205px;
      display: inline-block;
  }

  .marquee span {
    max-width: 195px;
  }
}

/* triangle background for sign*/
.triangle-container {
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.triangle {
  display: inline-block;
  border-color: transparent transparent black transparent;
  border-style: solid;
  border-width: 12px 12px 25px 12px;
  height: 0px;
  width: 0px;
  position: relative;
  top: 9px;
}

.triangle i {
  color: #f6cf3f;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  right: 14px;
  bottom: 9px;
}

#skiptocontent a {
  padding:6px;
  position: absolute;
  top:-40px;
  left:0px;
  color:white;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-bottom-right-radius:8px;
  background:transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
  position:absolute;
  left:0px;
  top:0px;
  background:#0b4ca2;
  outline:0;  
  -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

.hidden {
  display: inline-block;
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.rotate{
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-right: .25em;
}

.rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);

}

/*Formatting for admin policy pages - BB 12/8/17*/

.italic {
	font-style: italic;
}

.indent {
	padding-left: 20px;
}

.indent-right {
    padding-left: 20px;
    text-indent: -20px;
}

.policy-date {
	margin-bottom:0!important;
}

.underline {
	font-weight: normal; 
	text-decoration: underline; 
	margin-bottom:0!important;
}

.underline-margin {
	font-weight: normal; 
	text-decoration: underline; 
	margin-bottom:20px !important;
}

.bold {
	font-weight: normal; 
}
.bold-no-margin {
	font-weight: bold;
    margin-bottom: -15px;
    display: block;
}

.underline-bold {
	font-weight: bold; 
	text-decoration: underline; 
	margin-bottom:0!important;
}

.underline-bold-margin {
	font-weight: bold; 
	text-decoration: underline; 
}

.sub-head {
	font-weight: bold; 
	margin-bottom:0!important;
}

ol.lower-roman {
	padding-left: 15px;
	list-style-type: lower-roman;
	margin-bottom: 0px;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
	padding-left: 15px;
	margin-bottom: 0px;
}

ol.upper-alpha {
	padding-left: 15px;
	list-style-type: upper-alpha;
}

ol.number {
	padding-left: 15px;
}
div.lcol {
	display: inline-block;
}
div.rcol {
	display: inline-block;
}

/* Boxes on homepage */
.boxes {
	display: inline-flex;
    width: 100%;
}
.sub-box-left {
    border: solid 1px;
    width: auto;
    border-radius: 10px;
    padding: 5px;
    margin: 0 2% 5% 2%;
    min-height: 390px;
    width: 425px;
}
.sub-box-right {
    border: solid 1px;
    border-radius: 10px;
    padding: 5px;
    margin: 0 2% 5% 5%;
    height: 389px;
    width: 427px;
}
.small-box {
	font-size: 1.2rem;
	border: solid 1px;
	padding: 10px;
	border-radius: 10px;
	width: 15%;
	margin: 3% 0 0 270px;
	text-align: center;
	font-weight: bold;
}
.sub-box-magazine h3 {
	font-size: 1.5rem;
}
.sub-box-magazine p {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}
.sub-box-magazine {
    border: solid 1px;
    width: 895px;
    border-radius: 10px;
    padding: 5px;
    margin: -30px 0 0 10px !important;
    min-height: 347px;
    line-height: 1.5em;
}
.sub-box-right ul li {
    list-style-type: none;
}
.sub-box-right a {
    font-weight: normal;
    font-size: 1.1rem;
    margin: 0 20px 0 0;
    text-decoration: underline; 
}
.events-home ul li {
    list-style: none;
    margin: 30px 0 0 0;
}
.events-home .date {
	margin: 0 0 0 -25px;
    list-style: none;
    font-size: .9em;
}
.events-home a {
    margin: -25px 0 10px -25px;
    font-size: .9em;
    padding: 0;
    display: block;
    font-weight: bold;
    color: #0b4da2 !important;
}
.content-article li {
    list-style-type: inherit;
    margin-left: 30px;
}
.content-article .date {
    list-style: none;
    margin-top: 10px;
}
.content-article a {
    font-weight: bold;
    color: #0b4da2 !important;
}
/*.date {
    font-weight: bold;
    font-size: 0.8rem;
    margin: 10px 0 10px -25px;
    padding: 5px;
    width: 35px;
    text-align: center;
    background-color: #e7edf4;
    height: 30px;
    border-radius: 5px;
    line-height: 1.3em;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.date {
    max-width: 270px;
    width: 270px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.date {
    max-width: 260px;
    width: 260px;
}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
.date {
    max-width: 200px;
    width: 200px;
}
}
@media screen and (min-width: 320px) and (max-width: 639px) {
.date {
    max-width: 240px;
    width: 240px;
}
}*/
.side-links .fa-angle-double-right {
    color: #0b4da2;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 0px 0px 0;
    display: none;
}
#homepage-block {
    display: inline-flex;
    width: 100%;
}
#homepage-block .content-block {
    background-color: transparent !important;
}
#homepage-block .content-block-right {
    max-width: 90%;
    margin: -20px 0 0 0;
}
.events ul li {
    list-style-type: none;
}

.events {
    margin-bottom: 0;
}

.events a {
    margin: 0px 0 0 15px;
    font-size: .9em;
    padding: 0;
    display: block;
    font-weight: bold;
    color: #0b4da2 !important;
    position: relative;
}
.event-link {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #0b4da2 !important;
    text-align: right;
}
.event-link a {
	margin: 0;
    font-weight: bold;
    position: relative;
}
.news a {
    font-weight: bold;
    font-size: .9em;
    margin: -10px 0 0 0px;
    text-indent: 0px;
    color: #0b4da2 !important;
    max-width: 350px;
    width: 350px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.news a {
    width: 100%;
}
}
@media screen and (min-width: 640px) and (max-width: 979px) {
.news a {
    width: 100%;
}
}
@media screen and (min-width: 320px) and (max-width: 639px) {
.news a {
    width: 100%;
}
}
.newsPubDate {
    margin: 10px;
    font-size: .8em;
}
.more-news {
	text-align: right;
	margin-right: 10px;
	width: 350px;
	max-width: 350px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.more-news {
    max-width: 280px;
    width: 280px;
}
}
@media screen and (min-width: 640px) and (max-width: 979px) {
.more-news {
    max-width: 190px;
    width: 190px !important;
}
}
@media screen and (min-width: 320px) and (max-width: 639px) {
.more-news {
    max-width: 250px;
    width: 250px;
}
}
.cal-link {
	text-align: right;
	margin-right: -40px;
}
.newsDescription {
    margin: 0 0 0 10px;
    max-width: 600px;
}

.profilePics {
	display: inline-block; 
	padding: 0 10px; 
	width: 20%; 
	vertical-align: top;
	text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 413px) {
.profilePics {
	width: 50%; 
}
}
@media screen and (min-width: 414px) and (max-width: 900px) {
.profilePics {
	width: 40%; 
}
}