

/*

.cont-padtop {
    padding-top: 60px;
}

.btn-primaryg,
.btn-primaryg:hover,
.btn-primaryg:active,
.btn-primaryg:visited,
.btn-primaryg:focus {
    color: #a94442;
    background-color: #fff !important;
    border-color: #a94442;
}

.leftNav {
    text-transform: uppercase;
}

.workAtSenateTable {
    padding: 15px;
    border-bottom: 1px solid #ddd;

}
.td-bottom-border {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

 

was .dropbtn {
 
    color: #000;
    padding: 10px;
    font-size: 14px;
    min-width: 220px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: left;
     text-transform: uppercase;
}
  
  */     
/*Don't style generic bootstrap styles, create your own style that overrides it.*/

/* BILL SENCAPLUS ARTICLES */
.container-spacer-bottom { padding-bottom: 0px; } /* Removing uncessary padding below header */
.table-bill { max-height: 275px; overflow-y: auto; margin-bottom: 15px; text-align: center; }
.header-table-bill { background: #d8d8d8; padding: 10px 0px; margin-bottom: 0px; text-align: center; }
.table-bill > .table > tbody > .tr-prelim { background: rgba(204,204,204,0.3); }
.table-bill > .table > tbody > tr > td { vertical-align: middle; line-height: 1.2; }
.table-bill > .table > tbody > tr > td > span { font-size: x-small; }
.bill-header { font-size: 2.5em; font-family: 'roboto_condensed'; margin: 0; text-align: center; text-transform: uppercase; padding: 0px 15px; }
.modal-trigger { text-align: center; width: 100%; padding: 50px 0px; }
.modal-trigger-text { font-size: 2em; font-weight: bold; font-family: 'roboto'; }
.section-sencaplus { text-align: center; }
.section-sencaplus > .black-outline-button { min-width: inherit; width: 100%; }

/* Removing bootstrap borders */
.dropdown-sencaplus .panel { background-color: transparent; border: none; box-shadow: none; }
.dropdown-sencaplus .panel-default { border-color: transparent;	}
.dropdown-sencaplus .panel-default > .panel-heading { border-color: transparent; }
.dropdown-sencaplus .panel-group { margin-bottom: 15px; }
.dropdown-sencaplus .panel-group .panel-heading { border-bottom: none; }
.dropdown-sencaplus .panel-heading { border-bottom: none; }
.dropdown-sencaplus .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: none; }
.dropdown-sencaplus .panel-group .panel-heading + .panel-collapse > .panel-body,
.dropdown-sencaplus .panel-group .panel-heading + .panel-collapse > .list-group { border-top: none;	}

/* The actual timeline (the vertical ruler) */
.bill-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.bill-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #d8d8d8;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.bill-timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.bill-timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #900;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.bill-timeline-left {
  left: 0;
}

/* Place the container to the right */
.bill-timeline-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.bill-timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 17px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f7f7f7;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f7f7f7;
}

/* Add arrows to the right container (pointing left) */
.bill-timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 17px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f7f7f7;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}

/* Fix the circle for containers on the right side */
.bill-timeline-right::after {
  left: -13px;
}

/* The actual content */
.bill-timeline-content {
  padding: 10px 20px;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .bill-timeline::after {
  left: 12px;
  }
  
  /* Full-width containers */
  .bill-timeline-container {
  width: 100%;
  padding-left: 45px;
  padding-right: 5px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .bill-timeline-container::before {
  left: 35px;
  border: medium solid #f7f7f7;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .bill-timeline-left::after, .bill-timeline-right::after {
  left: 0px;
  }
  
  /* Make all right containers behave like the left ones */
  .bill-timeline-right {
  left: 0%;
  }
}

/* INSTAGRAM PAGE */
.row-ig {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 15px;
}

.item-ig {
	text-align: center;
	height: 100%;
	padding: 20px 30px;
	border: 2px solid #333;
}

.was-dropbtn {
    color: #000;
    max-width: 223px;
    text-align: left;
    padding: 10px 16px;
    font-size: 17px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #e8e8e8;
}

.was-dropbtn:hover {
    color: #fff;
    
    
}


.was-dropdown {
    position: relative;
    /*display: inline-block;*/
    margin-bottom:20px;
}


.was-dropdown-content {
    display: none;
    position: absolute;
    left:90%;
    top:10%;
    color: #fff;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border: 1px solid #dddddd;
    opacity:.95;
}


.was-dropdown-content a{
    color: #fff;
    padding: 10px 10px; 
    text-decoration: none;
    display: block;
    border: 1px solid #dddddd;
    background-color:#666;
    margin-left: -14px;
}



.was-dropdown-content a:hover {
    color: #fff;
    background-color:#666;
}

.was-dropdown:hover .was-dropdown-content {
    display: block;
    background-color:#666;

}


.was-dropdown-content a:link a:visited {
    color: #fff;
    background-color:#666;
}
.was-dropdown:hover .dropdown-content {
    display: block;
    color: #000;
    
}

   
.picRight {
    text-align: right;
}

/*.img-responsive,
.thumbnail > img,
.thumbnail a > img,*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
 
 
 #was .was-navbar {
    
     background-color: #660000 !important;
}

  .was-nav {
     border: solid 5px #ccc;
     position: relative;
     margin-right: 200px;

 }

 .was .was-nav>li>a, .was-nav:visited{
     border: solid 5px #ccc;
     position: relative;
     margin-right: 200px;

 }

 .was .was-navbar-nav {
     
     border: solid 5px #ccc;
     background-color: #660000;

 }


nav.sp-navbar{
     
}
nav.sp-navbar > ul{
    list-style:none;
    padding:0 15px;
    background-color: #660000;
    display:inline-block;
     
}
nav.sp-navbar > ul > li{
    padding: 10px 20px;
    display:inline-block;
    width: 14.28571428571429%;
    min-width:130px;
    text-align:center;
    white-space:nowrap;
}
nav.sp-navbar > ul > li:hover{
    background-color:#300;
}
nav.sp-navbar > ul > li > a{
    color:#fff;
}
 /*.sp-nav {
  padding-left: 0;
  margin-bottom: 0;
  
  list-style: none;
  width: 100%;
}
.sp-nav > li {
  position: relative;
  display: block;
}
.sp-nav > li > a {
  color: white;
 
  display: block;
  padding: 10px 35px;
  border-right: 1px solid black;
     
   
}
.sp-nav > li > a:hover,
.sp-nav > li > a:focus {
  text-decoration: none;
   background-color:#333;
}
   
.sp-navbar {
  position: relative;
  left: 2px;
  min-height: 54px;
  width: 100%;
  margin-bottom: 0px;
  background-color: #660000;
  color: #fff !important;
  z-index: 1; 
      
  
}*/ 


/* student employment menu*/


 .ep-nav {
  padding-left: 0;
  margin-bottom: 0;
  
  list-style: none;
  width: 100%;
}
.ep-nav > li {
  position: relative;
  display: block;
}
.ep-nav > li > a {
  color: white;
 
  display: block;
  padding: 10px 35px;
  border-right: 1px solid black;
     
   
}


.ep-navbar-nav {
    width: 100%;
   
}
.ep-nav > li > a:hover,
.ep-nav > li > a:focus {
  text-decoration: none;
   background-color:#333;
}
   
.ep-navbar {
  position: relative;
  left: 2px;
  min-height: 54px;
  width: 100%;
  margin-bottom: 0px;
 /* border: 1px solid transparent;*/
  background-color: #cccccc;
  color: #fff !important;
  z-index: 9990; 
      
  
} 



@media (max-width: 967px) {
  .ep-navbar-nav .open .ep-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ep-navbar-nav .open .ep-dropdown-menu > li > a,
  .ep-navbar-nav .open .ep-dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .ep-navbar-nav .open .ep-dropdown-menu > li > a {
    line-height: 20px;
  }
  .ep-navbar-nav .open .ep-dropdown-menu > li > a:hover,
  .ep-navbar-nav .open .ep-dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/*  */

@media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
        .ep-navbar-nav {
    float: left;
      width: 100%
  }

    }


@media (min-width: 768px) {
  .ep-navbar-nav {
    float: left;
      width: 100%
  }
  .ep-navbar-nav > li {
      float:left;
  }
  .ep-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


@media (max-width: 768px) {
  .ep-navbar-nav .open .ep-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  
  .ep-navbar-nav .open .ep-dropdown-menu > li > a,
  .ep-navbar-nav .open .ep-dropdown-menu .ep-dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .ep-navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .ep-navbar-nav .open .dropdown-menu > li > a:hover,
  .ep-navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}


/* end of student employment */







.sp-navbar ul {
    width: 100%;
}


.nav-container {
    width: 100%;
          border:1px solid black;
   
}

.sp-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 430px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
    min-height: 100px;
  padding: 0px 0;
  margin: 2px 10px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #bbb;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.sp-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.sp-dropdown-menu .divider {
  height: 10px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #000;
}
.sp-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.sp-dropdown-menu > li > a:hover,
.sp-dropdown-menu > li > a:focus {
  color: #262626;
  display: block;
  text-decoration: none;
  background-color: #f5f5f5;
}

/*
.sp-dropdown-menu > .active > a,
.sp-dropdown-menu > .active > a:hover,
.sp-dropdown-menu > .active > a:focus {
  color: #fff;
  display: block;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.sp-dropdown-menu > .disabled > a,
.sp-dropdown-menu > .disabled > a:hover,
.sp-dropdown-menu > .disabled > a:focus {
  color: #777;
}
.sp-dropdown-menu > .disabled > a:hover,
.sp-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  display: block;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.sp-dropdown-menu-right {
  right: 0;
  left: auto;
}
.sp-dropdown-menu-left {
  right: auto;
  left: 0;
}

    */

.sp-navbar{
    width: 100% !important;
    padding: 0;
    margin: 0px;

}


.sp-navbar-nav {
    width: 100%;
   
}
.sp-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 967px) {
  .sp-navbar-nav .open .sp-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sp-navbar-nav .open .sp-dropdown-menu > li > a,
  .sp-navbar-nav .open .sp-dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .sp-navbar-nav .open .sp-dropdown-menu > li > a {
    line-height: 20px;
  }
  .sp-navbar-nav .open .sp-dropdown-menu > li > a:hover,
  .sp-navbar-nav .open .sp-dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/*  */

@media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
        .sp-navbar-nav {
    float: left;
      width: 100%
  }

    }


@media (min-width: 768px) {
  .sp-navbar-nav {
    float: left;
      width: 100%
  }
  .sp-navbar-nav > li {
      float:left;
  }
  .sp-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


@media (max-width: 768px) {
  .sp-navbar-nav .open .sp-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  
  .sp-navbar-nav .open .sp-dropdown-menu > li > a,
  .sp-navbar-nav .open .sp-dropdown-menu .sp-dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .sp-navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .sp-navbar-nav .open .dropdown-menu > li > a:hover,
  .sp-navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

.dark , dark a{
    position: relative;
    color: white;
    background-color: #333;
    max-width: 240px;
    left: -10px;
}

.dark2 , dark a{
    position: relative;
    color: white;
    padding-top: 0px;
    background-color: #333;
    /*left: 2px;*/
}

/* Speaker CSS */

.claudenolin-banner{
    margin:auto;
    width:100%;
}

.claudenolin-large-italics{
    font-family: "tk-abril-titling", Georgia, serif;
    font-style: italic;
    color: #ddd;
    font-size: 21px;
    text-align: center;
    padding: 30px 0px 50px 0px;
}

.claudenolin-video-container {
    float: left;
    width: 820px;
    border: 0;
    padding: 30px;
    background-color: #23201f;
    width:100%;
}

.claudenolin-watch-text {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "tk-abril-titling", Georgia, serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.claudenolin-watch-link a:link, .claudenolin-watch-link a:hover, .claudenolin-watch-link a:visited, .claudenolin-watch-link a:focus{
    font-family: "tk-abril-titling", Georgia, serif;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}

.claudenolin-video-box {
    border: 0;
    padding: 0px;
}

.claudenolin-version {
    color: #ccc;
    line-height: 2;
    text-align:center;
}

.claudenolin-wrapper {
    margin: 18px auto;
    background-color: #000;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.claudenolin-header{
    padding-left: 0px;
    padding-right: 0px;
}

.claudenolin-content {
    padding: 40px;
    margin: auto;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.claudenolin-footer{
    padding-left: 0px;
    padding-right: 0px;
}

.furey-content-m-t {
    margin-top: 23px;
}

div.previous-speaker {
    margin: 20px auto;
    width: 170px;
    padding: 15px;
    text-align: center;
    border: 3px solid #333333;
    border-radius: 12px;
} 

.previous-speaker-photo{
  display: inline;
  margin: 30px 0px 15px;
}

.container-dark-gray {
    background-color: #333;
}

div.red-container-button {
    padding: 15px;
    text-align: center;
    background-color: #600;
    margin: 10px 65px 40px 65px;
    height: 102px;
}

.red-container-button a:link, .red-container-button a:hover, .red-container-button a:visited, .red-container-button a:focus{
    font-family: "tk-abril-titling", Georgia, serif;
    color: #fff;
    font-size: 13px;
}

/* End Speaker CSS */

.twohundred{
    height:300px!important;
    min-height: 301px;
}

.show-more-less-button {
    border: 2px solid #600;
    font-size: 1.4em;
    padding: 5px 40px 5px 15px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/layout/arrow-Showless-black.png');
    color:#600;
}
.show-more-less-button.collapsed{
    background-image: url('../images/layout/arrow-Showmore-black.png');
}

.usher-black-rod-button {
    border: 2px solid #600;
    font-size: 1.4em;
    padding: 5px 5px 5px 15px;
    color:#600;
}