@charset "UTF-8";
/* CSS Document */

body {
	background-image:url('../images/site_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#333192;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight:300;
}
a {
	color:#333192;
}
a:hover {
  cursor: pointer;
  color:#F89728;
 }
 
 p {
	 font-weight:300;
 }
 
 /* WHITEBAR */
 
 .whiteBar {
	 height:40px;
	 padding:5px 0 0 0;
	 text-align:right;
	 background:#ffffff;
	 font-weight:300;
	 font-size:.8rem;
 }
	 
 
 /* Global Header Fixes */
 .globalHeader {
	height:125px;
	padding:5px;
	text-align:right;
	color:#222222;
 }
  .globalHeader a {
	  color:#fff;
  }
  .globalHeader a:hover {
	  color:#9ba5ff;
  }
  .globalHeader img {
	  margin-top:20px;
  }
  .globalOut {
	  margin:5px -17px 0 0;
	  font-size:.75em;
	  color:#222222;
  }
.globalOut a {
	color:#333192;
}

  .globalLogo {
	  margin-left:-30px;
  }



 /* Tablet Header Fixes */
 .tabletHeader {
	padding:5px;
	color:#222222;
	background-color:#C6C6DD;	
 }
  .tabletHeader a {
	  color:#fff;
  }
  .tabletHeader a:hover {
	  color:#9ba5ff;
  }
  .tabletHeader img {
	  margin-top:20px;
  }
  .tabletOut {
	text-align:center;
	  font-size:.75em;
	  color:#222222;
  }
.tabletOut a {
	color:#333192;
}


.top-bar-section ul li > a {
        background: none;
        color: #f4f4f4;
		font-weight:300;
    }

/*nav mouseover item color change */
.top-bar-section ul li:hover > a {
        background: none;
        color: #C6C6DE;
    }

/*nav menu arrow color change*/
.top-bar-section .has-dropdown > a:after {
    border-color: #C6C6DE rgba(155, 165, 255, 0) rgba(155, 165, 255, 0);
}

.dropdown ul li:hover > a {
	color:#C6C6DE;
	font-weight:300;
}

/* Slider Full Width */
.homepage-orbit img {
  width:100%;
  height:auto;
}

/* CONTENT BACKGROUNDS */

.articleContent {
	background:#ffffff;
	padding:20px 10px;
	
}
.articleContent p {
	font-size:.875em;
}

.articleContent li {
	font-size:.875em;
}

.homepageContent {
	background:#ffffff;
	padding:10px;
	min-height:75%;
}


/* INLINE COPY IMAGES */
.inline_right {
	float:right;
	padding:5px;
	margin:0 0 5px 10px;
}
.inline_caption {
	font-size:.7em;
	text-align:left;
	line-height:1.5em;
	font-style:italic;
}
.inline_left {
	float:left;
	padding:5px;
	border:solid 2px #dfdfdf;
	margin:0 10px 5px 0;
}

/* SIDEBAR COPY IMAGES */
.sidebar_image {
	float:left;
	padding:5px;
	margin:0 10px 5px 0;
}
.sidebar_caption {
	font-size:.7em;
	text-align:center;
	line-height:1.5em;
	font-style:italic;
}



/* BUTTONS */

.supportButton {
	background-color:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9da7ff), color-stop(1, #5b64c9));
	background-color:-moz-linear-gradient(top, #9da7ff 5%, #5b64c9 100%);
	background-color:-webkit-linear-gradient(top, #9da7ff 5%, #5b64c9 100%);
	background-color:-o-linear-gradient(top, #9da7ff 5%, #5b64c9 100%);
	background-color:-ms-linear-gradient(top, #9da7ff 5%, #5b64c9 100%);
	background-color:linear-gradient(to bottom, #9da7ff 5%, #5b64c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9da7ff', endColorstr='#5b64c9',GradientType=0);
	-webkit-transition: background-color 300ms ease-out;
   -moz-transition: background-color 300ms ease-out;
   transition: background-color 300ms ease-out;
	background-color:#9da7ff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
   font-family: "Muli", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:22px;
	padding:20px 34px;
	text-decoration:none;
	margin-top:15px;

}
.supportButton:hover {
	background-color:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5b64c9), color-stop(1, #9da7ff));
	background-color:-moz-linear-gradient(top, #5b64c9 5%, #9da7ff 100%);
	background-color:-webkit-linear-gradient(top, #5b64c9 5%, #9da7ff 100%);
	background-color:-o-linear-gradient(top, #5b64c9 5%, #9da7ff 100%);
	background-color:-ms-linear-gradient(top, #5b64c9 5%, #9da7ff 100%);
	background-color:linear-gradient(to bottom, #5b64c9 5%, #9da7ff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b64c9', endColorstr='#9da7ff',GradientType=0);
	-webkit-transition: background-color 300ms ease-out;
   -moz-transition: background-color 300ms ease-out;
   transition: background-color 300ms ease-out;
	background-color:#5b64c9;
	color:#fff;

}
.supportButton:active {
	position:relative;
	top:1px;
	color:#fff;
}




button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Muli", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #333192;
  border-color: #0068a0;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #006195; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #bababa; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #4a831c; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.5rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  button.round, .button.round {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #0082c8;
    border-color: #0068a0;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0068a0; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0082c8; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #bababa;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #bababa; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #4a831c;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4a831c; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #9e0c0f;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #9e0c0f; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0;
    float: left; }
    .button-group > * > button, .button-group > * .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > *:last-child button, .button-group > *:last-child .button {
      border-right: 0; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:last-child button, .button-group.radius > *:last-child .button {
    border-right: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:last-child button, .button-group.round > *:last-child .button {
    border-right: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
      border-right: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
      border-right: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
      border-right: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
      border-right: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
      border-right: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
      border-right: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
      border-right: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }


/* CALLOUTS */

  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #5b64c9;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #edeefc;
	font-size:.875em; }

/* SUBNAV */

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Roboto", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #2e38a6; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-weight: normal;
      background: #5b64c9;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: white; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #2e38a6; }


/* BREADCRUMBS */

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  background-color:#ffffff;
  margin-left: 0;
  list-style: none;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:solid 1px #f4f4f4;
  font-size:.6875em; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    text-transform: inherit; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline;
	  color:#F89728; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: inherit;
      color: #333192; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }


/* PROGRAM ACCORDIONS */
.programaccordion {
  *zoom: 1;
  margin-bottom: 0; }
  .programaccordion:before, .accordion:after {
    content: " ";
    display: table; }
  .programaccordion:after {
    clear: both; }
  .programaccordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .programaccordion dd.active a {
      background: #e8e8e8; }
    .programaccordion dd > a {
      background: #efefef;
      color: #222222;
      padding: .8rem;
      display: block;
      font-family: "Muli", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: .9rem; }
      .programaccordion dd > a:hover {
        background: #5b64c9; }
  .programaccordion .content {
    display: none;
    padding: 0.9375em; }
    .programaccordion .content.active {
      display: block;
      background: #f4fde7; }


/* EQUALIZED CLASS PANELS */
.classPanel {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  padding: 1.25rem;
    margin:0;
    padding: 1rem;
    background: #fff;
	font-size:.8rem;
	text-align:center;
	line-height:1rem;
}
	
	/* EQUALIZED CLASS PANELS */
.careerPanel {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  padding: 1.25rem;
    margin:0;
    padding: 1rem;
    background: #fff;
	font-size:1rem;
	text-align:left;
	line-height:1rem;
}
	
	/* BOARD PANELS */
.boardPanel p {
	font-size:.7rem;
}

/* STAFF PANELS */
/* EQUALIZED CLASS PANELS */
.staffPanel {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  padding: 1.25rem;
    margin:0;
    padding: 1rem;
    background: #fff;
	font-size:1rem;
	text-align:center;
	line-height:1.25rem;
}

/* SPONSOR LOGOS */
.sponsor {
	float:left;
	margin:0 5px 5px 0;
	padding:0;
	width:135px;
	height:135px;
}


/* CLEARING LIGHTBOX */

.clearing-blackout {
	max-width:740px;
	max-height:740px;
	top:20%;
	left:20%;
background-color: rgba(51, 51, 51, 0.9);
	margin:auto;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	
}

/* HOMEPAGE ELEMENTS */
.homepageLead p {
	font-size:.9rem;
}

/* HOMEPAGE NEWS BOX */

.newsBox {
	background-color:#f4f4f4;
	padding:10px;
}
.newsBox p {
	font-size:.8em;
}
.newsbox h4 {
	font-size: .8em;
}

.socialBox {
	background-color:#f7f7f7;
	padding:3px;
}

.fa-ul {
  font-size:.9rem; 
  margin-left: 20px; 
  color: #333192;
}
/* HOMEPAGE RESOURCE BOX */

.resourceBox {
	background-color:#ffffff;
	padding:10px;
	font-size:1.25rem;
}
.resourceBox p {
	font-size:.9rem;
}
.resourceBox h4 {
	font-size: .8em;
}



/* LABELS */

.panel.standard {
    margin-bottom: 1rem;
    padding: 0 0 0 .5rem;
    background: #333333;
	color:#fff;
	font-weight:300;
	font-size:1.25em; }

.panel.newsMonth {
    margin-bottom: 1rem;
    padding: 0 0 0 .5rem;
    background: #f4f4f4;
	color:#333;
	font-weight:300;
	font-size:1.25em; }


.newsIndent p {
  margin-left: 15px;
}
/* RULES */

.event {
  border: solid #DCDCDC;
  border-width: 1px 0 0;
  clear: both;
  margin: .5rem 0 .75rem;
  height: 0; 
  }

.homePage {
  border: solid #F89728;
  border-width: 1px 0 0;
  clear: both;
  margin: .5rem 0 .75rem;
  height: 0; 
  }
  
  
  /* ARTICLE ELEMENTS */
.copySpace p {
	font-size:.9rem;
}

/* ARTICLE MORE INFORMATION BOX */

.moreInfo {
	background-color:#f4f4f4;
	padding:10px;
}
.moreInfo p {
	font-size:.8em;
}
.moreInfo h4 {
	font-size: .8em;
}

.socialBox {
	background-color:#f7f7f7;
	padding:3px;
}


/*=========================NEW STAFF PAGE=============================*/

.staffPhotoContainer{
  display: inline-block;
  text-align: center;
  width: 110px;
  margin-right: 29px;
  margin-bottom: 25px;
  vertical-align: top;
  padding-top: 10px;
  opacity: 1;
     -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.staffPhotoContainer img:hover{
  -webkit-filter: drop-shadow(2px 2px 2px #222);
  filter: drop-shadow(2px 2px 2px #222);
  -webkit-transition: drop-shadow .25s ease-in-out;
  -moz-transition: drop-shadow .25s ease-in-out;
  -o-transition: drop-shadow .25s ease-in-out;
  transition: drop-shadow .25s ease-in-out;
}

.fade{
  opacity: .6;
   -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.staffPhotoContainerBio{
  width:48vw;
  max-width: 700px;
  display: none;
  text-align: left;
  padding:10px;

}

.staffPhotoContainer p{
  line-height: 15px;
  font-size: 12px;
}

.staffPhotoContainer h2{
  margin-bottom: 5px;
  font-size: 15px;
}

.staffPhotoContainer:hover{
/*  background-color: #f0f0f0;*/
}

.staffPhoto{
    width:110px;
}

.aboutSide{
  list-style-type: none;
  font-size: 15px;

}

.aboutSide h2{
  font-size: 20px;
  margin-bottom:15px
}

/*=========Labs Contact Form========*/

#contactLabsInputs{
  display:inline-block;
  height:30px;
  margin-bottom:20px
}

#contactLabsTextArea{
  margin-bottom: 40px;
}

#contactLabsButton{
  margin-right:auto;
  margin-left:auto;
  display: block;
  height:40px;
  padding-top:12px
}


/*===============Photo Scroll Text=======*/

.responsive > div{
  position: relative;
}
.caption-background{
  width: 100%;
  background-color:rgba(0,0,0,.8); 
  position:absolute; 
  bottom:0; 
}

.caption-two-lines{
  color:#fff; 
  line-height:20px;
 margin: .4em;
 font-size: 1em;
}

.caption-one-line{
  color:#fff; 
  line-height:1em;
  margin:1.3em .4em;
  font-size: 1em;
}

@media only screen and (max-width: 690px) {
.caption-background{
  display: none;
}
}
}

