/* Baseline Styles ===========*/
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; 
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  cursor: default;
  font-weight: 300;
}

h1 a {
  color: #fff !important;
}

h1 a:hover, h1 a:focus {
  color: #fff !important;
}

h2 {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  color: #583183;
  cursor: default;
  font-weight: 300;

}

h3 {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 2.6rem;

}

h4 {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  color: #583183;
  cursor: default;
  font-weight: 300;
  font-size: 1.5rem;
}

h5 {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  font-weight: 600;

}

h6 {
  margin: 10px 0px 0px 0px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

a {
  color: #583183;
  text-decoration: none;
}

a:after {
  text-decoration: none;
  -moz-box-sizing: none;
}

a:hover {
  color: #8452BC;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #8452BC;
}

a:focus {
  color: #8452BC;
  text-decoration: none;
}

p {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.7;
}

ul {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 1.5rem;
}

ol {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 1.5rem;
}

.navbar-brand img {
  width: 224px;
  height: auto;
  margin-left: 6px;
}

.navbar-nav {
  margin: 20px 0px 20px 5px;
}

.navbar-form {
  margin: 35px 10px 30px 10px;
}

.navbar-form.navbar-right:last-child {
  margin-right: 35px;
}

#FB {
  background: url("image/FB-01.png") no-repeat;
  background-position: center;
  padding: 10px 0px 10px 10px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px;
}

#FB:hover {
  background: url("image/FB-02.png") no-repeat;
  background-position: center;
  padding: 10px 0px 10px 10px;
  

}

#TWEET {
  background: url("image/Tweet-01.png") no-repeat;
  background-position: center;
  padding: 10px 10px 10px 0px;
  display: inline-block;
  margin-right: 5px;
 

}

#TWEET:hover {
  background: url("image/Tweet-02.png") no-repeat;
  background-position: center;
  padding: 10px 10px 10px 0px;
 
}

#IG {
  background: url("image/IG-1-01.png") no-repeat;
  background-position: center;
  padding: 10px 0px 10px 10px;
  display: inline-block;
  margin-right: 5px;
  
}

#IG:hover {
  background: url("image/IG-2-01.png") no-repeat;
  background-position: center;
  padding: 10px 0px 10px 10px;
  
}

#IN {
  background: url("image/IN-1-01.png") no-repeat;
  background-position: center;
  padding: 10px 0px 10px 10px;
  display: inline-block;
}

#IN:hover {
  background: url("image/IN-2-01.png") no-repeat;
  background-position: center;
  padding: 10px 0px 10px 10px;
 
}

input {
  padding: 3px;

}

input#GoogleCSE {
  border-style: solid;
  border-color: #fff;
  font-size: 13px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #8452BC;
  border-style: solid;
  border-color: #8452BC;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.carousel-bounding-box {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;

}

.carousel {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.carousel-inner > .item > img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.carousel .item {
  width: 100%;
  height: auto;

}


.carousel-inner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

.carousel-control {
  position: absolute;
  z-index: 3;
  opacity: 1;
  color: #583183;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #8452BC;

}

.carousel-caption {
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: left;
  padding: 10px 15px 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.carousel-caption a {
  color: #bf80ff;
  text-decoration: none;
}

.carousel-caption a:hover {
  color: #cc99ff;
  text-decoration: none;
}

.carousel-caption a:visited {
  color: #cc99ff;
  text-decoration: none;
}

.carousel-inner:hover > .item > .carousel-caption {
  display: block;
  transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  -ms-transition: 2s ease-in-out;
}


.carousel .loading {
    width:46px;
    height:46px;
    position:absolute;
    top:50%;
    left:50%;
    background:#000 url("image/ajax-loader.gif") no-repeat center center;
    margin:-23px 0px 0px -23px;
    z-index:9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity:0.7;
}

.photo-credit p {
  font-size: 11px;
  font-style: italic;
}

.carousel-selected > .active, .selected img {
  border: solid 2px #583183;
  cursor: pointer;
}

.HonorsHeader h4 {
  color: #ffffff;
  background-color: #583183;
  padding-left: 10px;
  padding-top: 5px;
  width: 250px;
  height: 34px;
}

#ProjectHeader {
  margin-top: 10px;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 43px;
}

#ProjectHeader h2 {
  padding-right: 25px;
}

#ProjectHeader h4 {
  color: #ffffff;
  background-color: #583183;
  padding-left: 8px;
  padding-top: 4px;
  margin-right: 10px;
  width: 250px;
  height: 34px;
  clear: both;
  display: inline-block;
}

#share {
  margin-left: 22px;
  margin-bottom: 10px;

}

.stButton .stMainServices {
  min-height: 45px;
}

#ProjectXtra {
  padding: 10px 0px;
  margin-left: 45px;
}

#ProjectXtra h4 {
  color: #000000;
}

#LeadImage {
 max-width: 300px;
 border: 1px solid #e5e5e5;
 margin-left: 8px;
}

#ProjectSpecs {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;

}

#ProjectSpecs p {
  margin-bottom: 10px;
  margin-right: 25px;
}

#ProjectSpecs h3 {
  margin-top: 5px;
  padding-right: 25px;
  color: #c13b3c;
}

#ProjectSpecs h4 {
  color: #000000;
}

#ProjectStatement {
  margin: 15px;
  display: inline-block;
}

#ProjectStatement h4 {
  color: #ffffff;
  background-color: #583183;
  padding-left: 10px;
  padding-top: 8px;
  width: 250px;
  height: 34px;
}

#ProjectNarrative {
  margin: 15px;
}

#ProjectNarrative h4 {
  color: #ffffff;
  background-color: #583183;
  padding-left: 10px;
  padding-top: 8px;
  width: 250px;
  height: 34px;
}

#BigQuote {
  display: inline-block;
  margin-left: 50px;
  margin-right: 40px;
  margin-bottom: 15px;
  border-top: 1px solid #583183;
  border-bottom: 1px solid #583183;

}

#BigQuote h2 {
  font-family: 'Montserrat', "Helvetica", "Ariel" sans-serif;
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: 700;
  text-indent: -0.5em;
}


#ProjectResources h4 {
  color: #ffffff;
  background-color: #583183;
  padding-left: 10px;
  padding-top: 8px;
  width: 250px;
  height: 34px;
}

.smallquote p {
  text-indent: -0.5em;
}

#content-left h3 {
  color: #583183;
  margin-top: 5px;
}

#content-left h4 {
  color: #000000;
  margin-left: 15px;
}

#content-right h3 {
  color: #583183;
  margin-left: 15px;
  margin-top: 5px;
}

#content-right h4 {
  color: #000000;
  margin-right: 15px;
}

#Honor img {
  float: left;
  max-width: 200px;
  border: 1px solid #e5e5e5;
  margin-left: 30px;
  margin-right: 15px;
  margin-bottom: 30px;
}

#team {
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

#products {
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

#footer {
  width: 100%;
  height: auto;
  background-color: #583183;
  position: absolute;
}

#footer a:hover {
  color: #8452BC;
}

#footer a {
padding: 10px;
color: #ffffff;
font-weight: 600;
-webkit-font-smoothing: antialiased;
text-decoration: none;
}

#footer h6 {
  margin: 25px 20px;
}

#aslafund {
  position: relative;
  float: left;
  margin-bottom: 5%;
}

#lam {
  position: relative;
  float: left;
  margin-bottom: 5%;
}

#victorstanley {
  position: relative;
  float: left;
  margin-bottom: 5%;
}

#aslafund img {
  width: 350px;
  height: auto;
  margin: 0 auto;
}

#lam img {
  width: 350px;
  height: auto;
  margin: 0 auto;
}

#victorstanley img {
  width: 350px;
  height: auto;
  margin: 0 auto;
}

.btn {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  font-weight: 300;
  font-size: 12.5px;
}

.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #583183;
  background-color: #000000;
  border: none; 
}

.btn-default {
  border-radius: 0px;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  border: 0px;
  margin-top: 25px;
  height: 34px;

}

.btn-primary {
  border-radius: 0px;
  background-color: #000000;
  border-color: #000000;
  padding-left: 10px;
  padding-right:10px;

}

.btn-default:hover {
  background-color: #8452BC;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #8452BC;
  border-color: #583183;
}

.list-inline>li:first-child {
  padding-left: 5px;
}

.dropdown-menu, .dropdown-menu:focus{
  background-color: #583183;
  border-radius: 0px;

}

.dropdown {
  background-color: #25123B;
}

.dropdown a:hover {
  color: #fff;
}

.navbar-default .navbar-nav .dropdown > li > a:hover {
color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #25123B;
}

.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a:hover {
  color: #8452BC;
}

/* Mobile First! Mobile Phone========================================================================*/
@media (min-width:1px) and (max-width: 767px) {

.navbar-form {
  margin: 10px 0px 20px 0px;

}

h1 {
  font-size: 21px;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-left: 25px;
  float: left;
  margin-top: 5px;
  float: left !important;
}

h2 {
  font-size: 24px;
  font-weight: 300;
}

h3 {
  font-size: 22px;
}

#share {
  margin-left: 30px;
  max-width: 100vw;
  padding: 0px;
}

.carousel-control {
  font-size: 35px;
}

.carousel-inner {
  height: auto;
}

.carousel-control.left {
  display: none;
}

.carousel-control.right {
  display: none;
}

.carousel-caption {
  left: 0;
  width: 100%;
  text-align: left;
  padding: 10px 15px 20px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.carousel-inner > .item > .carousel-caption {
  display: block;
}

.carousel-indicators {
  position: absolute;
  bottom: -7px;
  left: 50%;
  z-index: 15;
  width: 70%;
  padding-left: 0;
  margin-left: -35%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #8452BC;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #8452BC;
}

.glyphicon-chevron-left {
  opacity: 1;
}

.glyphicon-chevron-right {
    opacity: 1;
}

#slider {
  padding: 0px;
}

.navbar-default .navbar-brand {
color: #000000;
position: relative;
z-index: 9999;
left: 1.7%;
}

.navbar-brand img {
  width: 180px;
  height: auto;
}

.navbar-default .navbar-nav > li > a {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  color: #ffffff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #8452BC;
}


.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 20px;
  right: 2%;
}

.navbar-toggle {
  border-radius: 0px;
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border: 1px solid transparent;
  outline-color: transparent;
  outline: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #8452BC;
}

.navbar-toggle .icon-bar {
  border-radius: 0px;
  width: 30px;
  height: 7px;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus { 
 color: #ffffff;
}

.navbar-default, .navbar-collapse {
  border: 0px;
}

.navbar-brand {
  top: 9px;
}

.navbar-brand > h4 {
color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #8452BC; 
}

.navbar-collapse {
  max-height: 450px;
}

.navbar-form {
  border-top: 1.5px solid #8452BC;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1.5px solid transparent;
}

.dropdown-toggle {
  color: #ffffff !important;
}

#FB {
  display: inline-block;
  margin-left: 0px;
}

#TWEET {
  display: inline-block;
}

#IG {
  display: inline-block;
}


#IN {
  display: inline-block;
}


.navbar-default {
  margin-bottom: 0px;
  background-color: #583183;
  border-radius: 0px;
}

#HeaderBar {
  padding-bottom: 0px;
}

#MainNav {
  padding-top: 0px;
}

#LeadImage {
 margin-left: 35px;
 margin-right: 35px;
 margin-bottom: 15px;
}

#Honor img {
  margin-left: 20px;
  margin-bottom: 10px;
}

#content-left {
  float: left;
  margin-left: 15px;
  margin-right: 25px;
}

#content-right {
  float: left;
  margin-left: 15px;
  margin-right: 25px;
}

#content-left h3  {
  margin-left: 5px;
  margin-right: 15px;
}

#content-left h4  {
  margin-left: 5px;
  margin-bottom: 30px;
}

#content-right h3 {
  margin-left: 5px;
  margin-right: 15px;
}

#content-right h4 {
  margin-left: 5px;
  margin-bottom: 30px;
}

.HonorsHeader {
  margin-left: 35px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 20px; 
}

.HonorsHeader h4{
 padding-left: 10px;
 padding-top: 8px; 
}

#ProjectHeader {
  margin-top: 10px;
  padding-left: 15px;
  margin-left: 25px;
}

#ProjectHeader h4 {
  padding-left: 7px;
  padding-top: 8px;  
}

#ProjectXtra {
  margin-left: 40px;
  margin-right: 15px;
}

#ProjectSpecs {
  margin-left: 20px;
  margin-right: 20px;
  
}

#ProjectStatement {
  padding-left: 15px;
  margin-right: 25px;
  margin-top: 15px;
  margin-left: 25px;
}

#ProjectStatement p {
  margin-right: 25px;
}


#ProjectNarrative {
  margin-top: 15px;
  padding-left: 15px;
  margin-right: 25px;
  margin-left: 25px;
}


#ProjectResources {
  margin-top: 15px;
  margin-left: 25px;
  max-width: 100%;
  padding-left: 15px;
}


#hairline {
  border-bottom: 1.5px solid #583183;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  margin-bottom: 25px;
}

#BigQuote {
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 15px;
  border-top: 1px solid #583183;
  border-bottom: 1px solid #583183;

}

.form-control {
  border-radius: 0px;
  border: none;
}

.form-group {
  margin-top: 25px;
}


h6 {
  font-size: 11px;
  line-height: 2.2em;
  margin-bottom: 0px;
  text-indent: -0.8em;
}

#footer h6 {
  margin: 25px 10px;
}

#footer {
  width: 100%;
  height: auto;
  background-color: #583183;
  margin-left: 15px;
  margin-top: 15px;
}

#aslafund {
  width: 100%;
}

#lam {
  width: 100%;
}

#victorstanley {
  width: 100%;
}

#slider-thumbs {
  display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, a:focus {
  color: #8452BC;
}

}

/*Tablet Size========================================================================================*/
@media (min-width:768px) and (max-width: 1489px) {

h1 {
  float: left !important;
}

.navbar-right {
  float: left !important;
}

.navbar-form {
  margin: 10px 10px 20px 10px;

}

h1 {
  
  font-size: 28px;
  margin-right: auto;
  margin-left: 35px;
  width: 500px;
  font-weight: 300;
  padding-top: 15px;
  float: right;
 
}

.carousel-inner {
  height: auto;
}

.carousel-control {
  font-size: 50px;
}


.carousel-control.left {
  background-image: none;
  bottom: 20%;
  left: -50px;
}

.carousel-control.right {
  background-image: none;
  bottom: 20%;
  right: -50px;
}


.carousel-indicators li {
  display: none; 
}

.carousel-indicators .active {
  display: none;
}

.glyphicon-chevron-left {
  opacity: 1;
}

.glyphicon-chevron-right {
  opacity: 1;
}

.navbar-default {
  margin-bottom: 0px;
  background-color: #583183;
  border-radius: 0px;
}

.navbar-default .navbar-brand {
color: #000000;
position: relative;
z-index: 9999;
left: 12px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #ff6c2f;
}

.navbar-default .navbar-nav > li > a {
font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
color: #ffffff;
font-size: 11px;
font-weight: 600;
-webkit-font-smoothing: antialiased;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #8452BC;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
font-size: 11px;
color: #8452BC;
background-color: #e7e7e7;
}


.navbar-default, .navbar-collapse {
border: 0px;
}

.navbar-brand {
  top: 9px;
}

#FB {
right: 10px;
}

#FB:hover {
right: 10px;
}

#TWEET {
right: 10px;
}

#TWEET:hover {
right: 10px;
}

#IG {
right: 10px;
}

#IG:hover {
right: 10px;
}

#IN {
right: 10px;
}

#IN:hover {
right: 10px;
}

#HeaderBar {
padding-bottom: 0px;
}

#MainNav {
padding-top: 0px;
}

.navbar-form.navbar-right:last-child {
  margin-right: 8.5%;
}

#LeadImage {
float: left;
margin-left: 42px;
margin-bottom: 15px;
}

#Honor img {
  margin-left: 30px;
  margin-bottom: 10px;
}

#content-left {
  clear: both;
  margin-left: 30px;
}

#content-right {
  clear: both;
  margin-left: 30px;
}

#content-left h3  {
  margin-left: 5px;
}

#content-left h4  {
  margin-left: 5px;
  margin-bottom: 30px;
}

#content-right h3 {
  margin-left: 5px;
}

#content-right h4 {
  margin-left: 5px;
  margin-bottom: 30px;
}

.HonorsHeader {
margin-left: 45px;
padding-top: 25px;
padding-bottom: 25px;
}

.HonorsHeader h4 {
color: #ffffff;
background-color: #583183;
padding-left: 10px;
padding-top: 8px;
width: 250px;
height: 34px;
}

#ProjectHeader {
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-left: 42px;
}


#ProjectHeader h4 {
  padding-left: 8px;
  padding-top: 8px;
}

#ProjectXtra {
  margin-left: 42px;
}

#ProjectSpecs {
  margin-left: 30px; 
}

#ProjectStatement {
  margin-top: 15px;
  padding-right: 15px;
  margin-left: 27px;
  margin-right: 30px;
  margin-bottom: 15px;
}

#ProjectNarrative {
  margin-top: 15px;
  margin-left: 27px;
  margin-right: 30px;
}

#ProjectResources {
  margin-top: 15px;
  padding-left: 15px;
  margin-left: 25px;
  margin-right: 30px;
}

#hairline {
  border-bottom: 2px solid #583183;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0px;
  border: none;
}

.btn-default {
  height: 34px;
  margin-top: 1px;
}

#slider {
  padding: 0px;
}


#footer h6 {
  margin: 25px 0px;
}

#footer {
  width: 100%;
  height: auto;
  background-color: #583183;
  margin-left: 15px;
  margin-top: 15px;
}

#slider-thumbs {
  display: none;

}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #25123B;
}

.dropdown-toggle {
  color: #ffffff !important;
}
}

/*Desktop and Larger================================================================================*/
@media (min-width:992px) {

h1 {
  font-size: 32px;
  margin-right: auto;
  margin-left: 50px;
  width: 600px;
  font-weight: 300;
  padding-top: 10px;
  float: right;
}

h4 { 
  line-height: 1.6em;
}


.carousel-control {
  font-size: 60px;
}

.carousel-control.left {
  background-image: none;
  bottom: 20%;
  left: -70px;
}

.carousel-control.right {
  background-image: none;
  bottom: 20%;
  right: -70px;
}

.carousel-indicators li {
  display: none;
  border: 1px solid #583183;
}

.carousel-indicators .active {
  display: none;
  background-color: #583183;
}

.glyphicon-chevron-left {
  opacity: 1;
}

.glyphicon-chevron-right {
  opacity: 1;
}

.navbar-default .navbar-brand {
color: #000000;
position: relative;
z-index: 9999;
left: 12px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #ff6c2f;
}

.navbar-default .navbar-nav > li > a {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Ariel", "sans-serif";
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #8452BC;
}

.dropdown-toggle {
  color: #ffffff !important;
}

.navbar-default, .navbar-collapse {
  border: 0px;
}

.navbar-brand {
  top: 9px;
}

.navbar-default {
  margin-bottom: 0px;
  background-color: #583183;
  border-radius: 0px;
}

#HeaderBar {
  padding-bottom: 0px;
}

#MainNav {
  padding-top: 0px;
}

#LeadImage {
 float: left;
 margin-left: 44px;
 margin-bottom: 25px;
}

.HonorsHeader {
  margin-left: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.HonorsHeader h3 {
  color: #ffffff;
  background-color: #583183;
  padding-left: 10px;
  padding-top: 3px;
  width: 220px;
  height: 34px;
}

#content-left h3 {
  margin-left: 5px;
  margin-right: 15px;
}

#content-right h3 {
  margin-left: 5px;
  margin-right: 15px;
}

#content-left h4 {
  margin-left: 5px;
  margin-right: 15px;
}

#content-right h4 {
  margin-left: 5px;
  margin-right: 15px;
}

#ProjectHeader {
  margin-left: 45px;
}

#ProjectStatement {
  margin-left: 35px;
}

#ProjectStatement h4 {
  padding-left: 13px;
  padding-top: 4px; 
}

#ProjectNarrative {
  margin-left: 35px;
  padding-right: 15px;
  margin-right: 15px;
}

#ProjectNarrative h4 {
  padding-left: 13px;
  padding-top: 5px;
}

#ProjectResources {
  margin-left: 35px;
}

#ProjectResources h4 {
  padding-left: 12px;
  padding-top: 4px;
  
}

#hairline {
  border-bottom: 1.5px solid #583183;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0px;
  border: none;
}

#slider {
  padding: 0px;
}

#slider-thumbs {
  padding: 10px;
  margin-left: 17px;
  margin-right: 25px;
}

#footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #583183;
  margin-top: 35px;
}

#footer h6 {
  margin-left: 30px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}

