/*v1.1*/
/* styling for deep/inner pages */
/* CUSTOMIZE THE CAROUSEL On DEEP PAGES (NOT THE FRONTPAGE)*/

/* Carousel base class */
    #deepPage .carousel {
      height: 206px;
    }

    #deepPage .carousel .carousel-inner {
      height: 200px;
      background-color: #266C8E;
      border-bottom: 6px solid #096;
      z-index: 9;
      margin-top: 30px;
    }

    #deepPage .carousel .large {
        height: 250px;
    }

/* Since positioning the image, we need to help out the caption */
    #deepPage .carousel .carousel-caption {
      right: 5%;
      bottom: 5%;
      left: 5%;
      padding: 0;
      margin: 45px 0 0 0;
    }
    
    /* Declare heights because of positioning of img element */
    #deepPage .carousel .carousel .item {
      height: 100%;
      background-color: #777;
    }
    #deepPage .carousel .carousel-inner > .item > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
    }

    #deepPage .row{
      margin-right: 0px;
      margin-left: 0px;
    }
          /* Full Screen Styling */
          @media (min-width: 768px) {
                /* Carousel */
                #deepPage .carousel .carousel-caption {
                  right: 5%;
                  bottom: 0;
                  top: 40px;
                  left: 5%;
                } 
          }

          /* Responsive Styling */
          @media (max-width: 767px) {
            #deepPage .carousel{
                  height: 20em
                } 

            #deepPage .carousel .carousel-inner {
                  height: 100%;
                  z-index: 9;
                } 
          }

          /* 1200px and higher styling (Widescreens or TV's) */
          @media (min-width: 1200px) {

          }

html{
  background-color: #292929;
}
    
body {
  /*background-color: #F6F6E8;*/
  background-color: #FFFFFF;
  color: #404040;
    min-height: 100%;
        height: auto !important;
        height: 100%;
  margin: 0 auto -60px;
}

p{
  margin: 0;
}

a {
    color: #245a8d;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

a.skip-nav {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-nav:focus, a.skip-nav:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 4px;
        border: 2px solid #46a51e;
        text-align: center;
        z-index: 999;
    }

.btn-success {
  color: #ffffff;
  background-color: #007951;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-danger {
    background-color: #a62924;
    boder-color: #a62924;
}

.navbar-inverse {
  background-color:transparent;
  border: none;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #292929;
}

.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
} 

.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse.in {
    display: inline;
}

.navbar-brand {
    padding: 0;
}

.navbar-right {
    margin: 10px auto;
    width: 155px;
}

.navbar-right .btn-primary{
    margin-bottom:0px
}

.navbar-header h1{
    margin-top: 0px;
}

.navbar-toggle {
    margin: 40px 25px 0px 0px;
}

.nav, .nav ul, .nav li {
    list-style: none;
}
.subnav a {
    color: #d3d3d3;
}

.subnav a:hover {
    color: #fff;
}

.marketing .row{
    margin-left:0;
    margin-right:0;
}

.teaching-tip-thumb {
    width: 65%;
}

#copy {
    /* margin: 10px -15px 0 -15px; */
    text-align: center;
    background-color: #292929;
    height: 85px;
    padding-top: 30px;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Styling for the footer columns */
footer .col-lg-4 {
  margin-bottom: 20px;
  border-top:2px solid #535353;
  clear:both;
}

footer .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

footer .col-lg-4 h4{
  margin-top: 0;
}

footer .col-lg-4 #moreInfo {
  border: none;
}

footer .col-lg-4 .form_section p {
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}

#push, footer {
  height: 100%;
}

footer {
  background-color: #222222;
  border-top: 6px solid #096;
  padding: 25px 0 0 0;
  color: #F6F6E8;
}

footer a, footer span{
  color: #1abc9c;
}

.footerList{
  list-style: none;
  outline: 2px red;
}

.footerList ul{
  width:760px;
  overflow:hidden;
} 
.footerList li{
  line-height:1.5em;
  float:left;
  display:inline;
  width: 50%;
  margin-bottom:20px;
}

footer .row img.footerSep{
  display:none;
}

.socialMedia{
  width: 100%;
  margin: 0 auto;
}

.socialMedia a {
  color: #5d9bd1;
}

.socialMedia ul{
  padding: 0px;
  margin: 0 auto;
  width: 105px;
  overflow: auto;
}

.socialMedia ul li{
  list-style-type: none;
  float: left;
}

.socialMedia ul li svg{
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%;
}

/**
 * Hide fallback text content if browser supports SVG
 */
.svg .icon-fallback-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/**
 * Hide icons by default to prevent blank spaces in unsupported browsers
 */
.icon {
    display: inline-block;
    fill: currentColor;
    height: 0;
    width: 0;
}

/**
 * Display icons when browser supports SVG.
 * Inherit height, width, and color.
 */
.svg .icon{
  height: 25px;
  width: 25px;
  fill: #009966;
}

#contactList li{
  list-style:none;
  padding: 0 0 10px 0;
}

#contactList a{
  color:#F6F6E8;
  text-decoration: underline;
}

#contactList a:hover{
  color:#1abc9c;
}

.upcomingList{
  list-style: none;
  outline: 2px red;
  text-align: center;
}

.upcomingList ul{
  width:760px;
  overflow:hidden;
} 

.upcomingList li{
  line-height:1.5em;
  float:left;
  display:inline;
  width: 100%;
  margin-bottom:10px;
}

.pastList{
  list-style: none;
  margin:0;
  padding:0;
}

.btn-primary {
  color: #ffffff;
  background-color: #007951;
  border: none;
  margin-bottom: 15px;
}

.modal-dialog {
  margin: 100% auto;
  position: relative;
  z-index: 1050;
  width: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
}
/*Login modal styling */
.modal-content {
  height: 350px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

/*Purchase Form Modal Styling*/
.modal-content {
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -10px;
}

.modal-title {
  text-align: center;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.loginModal ul{
  list-style:none;
}

.loginModal p{
  padding: 0 0 0 35px;
}
/* Styling for the modal for about video */
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
}

.modal-dialog fieldset {
    width: 100%;
}

.modal-content {
  height: 350px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-content {
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-body {
  position: relative;
  padding: 0;
}
/* Styling for the member info after loggin in */
.accountInfo {
    color: #fff;
}

.accountInfo a{
    color: #5d9bd1;
}

.glyphicon:empty {
    width: 2em;
}

.featured-msg {
    margin: -30px 0 1.75rem 0;
    padding: 2.5rem;
    background: #9ab1ce;
}

.featured-msg .content {
    font-weight: bolder;
    font-size: 1.9rem;
    text-align: center;
}

/* CUSTOMIZE THE CAROUSEL On FRONTPAGE*/
.your-class{
  border-bottom: 6px solid #096;
  z-index: 9;
}

.carousel .slick-slide img{
  max-height: 100%;
  max-width: 100%;
}

.slick-slider{
  margin-bottom: 10px;
  margin-top: 95px;
}

.testing{
  height:100px;
  width:100px;
  outline: red;
  position: absolute;
  overflow: visible;
}

.carousel {
  z-index: 9;
  margin-bottom: 15px;
}

.carousel a{
  color: #565656;
}

.carousel h2 {
    font-size: 22px;
}

.carousel .glyphicon:empty {
    color: #fff;
}

.carousel .glyphicon{
    font-size:1em;
}

.slick-arrow {
    background: none;
    border: none;
}

.carousel-control .glyphicon-chevron-left {
    left: 0%;
}

.carousel-control .glyphicon-chevron-right {
    right: 0%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 30px rgba(0, 0, 0, 1);
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
  background-color: #777;
  margin-top: 50px;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 150%;
  min-height: 85%;
}

.carousel-control {
    width: 5%;
    bottom: 5px;
    z-index: 999;
    text-indent: -9999px;
}

.carousel-control span{
    text-indent: 0;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.carousel-indicators{
  bottom: -5px;
}

.btnPlay{
  background:none;
  border:none;
  position: absolute;
  margin-top: 0;
  top: 110px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.btnPlay .glyphicon{
  color: #fff;
  font-size:2em;
  width:23px;
  z-index: 10;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);    
  opacity: .5;
  filter: alpha(opacity=50);
}

.slick-list{
  z-index: 99;
}

.containerTest {
    width: 100%;
    border: 1px solid #d3d3d3;
}

.containerTest div {
    width:100%;
}

.containerTest .headerTest {
    background-color:#d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.containerTest .contentTest {
    display: none;
    padding : 5px;
}

.marketing_header {
  background: none repeat scroll 0% 0% rgb(44, 62, 80);
  border-radius: 5px 5px 0px 0px;
  transition: background 0.4s ease-out 0s;
  height: 100px;
}

.marketing_header1 h2, .marketing_header2 h2, .marketing_header3 h2 {
  text-align: center;
  line-height: 25px;
  padding: 40px 0px;
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #f2f2f2;
  font-size: 25px;
}

.marketing_header1{
  background: none repeat scroll 0% 0% rgb(38, 108, 142);
  border-radius: 5px 5px 0px 0px;
  transition: background 0.4s ease-out 0s;
  height: 100px;
}

.marketing #what ol{
  text-align: left;
  margin: 10px 25px 10px 25px;
}

.marketing_header2{
  background: none repeat scroll 0% 0% rgb(185, 82, 75);
  border-radius: 5px 5px 0px 0px;
  transition: background 0.4s ease-out 0s;
  height: 100px;
}

.marketing_header3{
  background: none repeat scroll 0% 0% rgb(0, 153, 102);
  border-radius: 5px 5px 0px 0px;
  transition: background 0.4s ease-out 0s;
  height: 100px;
}

ul.marketingList{
  margin: 0;
  padding: 0 8% 0 8%;
  list-style: none;
}

ul.marketingList li{
  margin: 0 0 10px 0;
  text-align: justify;
  float: left;
}

ul.marketingList strong{
  font-weight: 770;
  font-size: 16px;
  text-decoration: underline;
}

.carousel-inner {
  border-bottom: 6px solid #096;
  z-index: 9;
}

.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
  font-size: 27px;
}
.marketing .col-lg-4 p {
  text-align: left;
}

.marketing .col-lg-4 strong{
  text-align: center;
  font-weight: 800;
}

#free .col-lg-4 iframe{
    width: 384px;
    height: 216px;
 }

#swrapper {
  background-color: #fff;
  width: 100%;
}

#sponsors {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #d3d3d3;
  margin: 0 0 0 0;
}

#sponsors .col-md-2 img {
    padding: 45px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



#sponsors .col-md-2  {
  text-align: center;
  height: 175px;
}

#sponsors .col-md-11 h2{
  margin:0;
  padding:0;
}

#sponsors .col-md-2  img {
  border: none;
  margin: 35px;
}

#sponsors .col-md-2  span {
  display: none;
}

#sponsors .col-md-2:hover span {
  background-color: #333;
  color: #fff;
  font-family: Arial, Geneva, SunSans-Regular, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  width: 100px;
  padding: 2px 0;
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 3px;
} 

#sponsors .col-md-3  {    
  text-align: center;   
  height: 175px;    
}  

#sponsors .col-md-3  img {    
  border: none;   
  margin: 35px;   
}

#sponsors .col-md-3  span {   
  display: none;    
} 

#sponsors .col-md-3:hover span {    
  background-color: #333;   
  color: #fff;    
  font-family: Arial, Geneva, SunSans-Regular, sans-serif;    
  font-size: 14px;    
  line-height: 22px;    
  display: inline-block;    
  width: 200px;   
  padding: 2px 0;   
  margin: 0 0 0 -45px;    
  position: absolute;   
  bottom: 0;    
  left: 50%;    
  border-radius: 3px;  
}

#sponsors .col-md-4 {
  text-align: center;
  height: 175px;
}

#sponsors .col-md-4 img {
  border: none;
  margin: 10px 35px 35px 35px; 
}

#sponsors .col-md-4 span {
  display: none;
}

#sponsors .col-md-4:hover span {
  background-color: #333;
  color: #fff;
  font-family: Arial, Geneva, SunSans-Regular, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  width: 100px;
  padding: 2px 0;
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 3px;
}

.marketing .col-lg-4:hover{
  background: #D9D9D9;
  color: #000;
  text-decoration: none;
}

.marketing .col-lg-4:hover #readMore{
  text-decoration: underline;
  font-weight: 700;
}

.marketing a:hover{
  text-decoration: none;
}


.marketing .col-lg-4{
  text-decoration: none;
  color: #000;
}

.marketing .col-lg-4 #moreInfo1 .btn-default{
  border: none;
  background-color: #266c8e;
  color: #fff;
}

.marketing .col-lg-4 #moreInfo2 .btn-default{
  border: none;
  background-color: #b9524b;
  color: #fff;
  margin-top:5px;
}

.marketing .col-lg-4 #moreInfo3 .btn-default{
  border: none;
  background-color: #007951;
  color: #fff;
}

.btn-default:hover {
  background-color: #fff;
  color: #fff;
}

.marketing .col-lg-6 .form_section label {
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  border-top: 4px solid #3399FF;
  margin-top:25px;
}

/* Styling for the form on the front page */
#questModal .modal-dialog{
  max-width: 525px;
}

#questModal iframe{
  margin: 10px;
}

#questModal .modal-dialog ul {
  list-style: none;
}

#questModal .modal-dialog ul li{
  float:left;
  clear:both;
}

#questModal .modal-dialog input[type="submit"]{
  float:right;
  margin: 40px 0 0 0;
}

/* Styling for the tips popup on the front page */
#tipModal .modal-dialog{
  max-width: 300px;
}

#tipModal .modal-dialog .modal-body{
  padding: 20px;
}

#tipModal .modal-dialog ul {
  list-style: none;
}

#tipModal .modal-dialog ul li{
  float:left;
  clear:both;
}

/* Featurettes
------------------------- */
input[type="text"], input[type="password"], select{
  background: #eaeaea;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding: 0.5em;
}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -1px;
}

.col5{
  float: right;
  clear: none;
}

#midGlyph{
  font-size:60px;
}
/* Styling for the member profile tabs*/
#tab1, 
  #tab2,
    #tab3,
      #tab4,
        #tab5{
  margin: 0;
  clear:both;
}

#tab1 .btn{
  margin: 15px 0 10px 35px;
}

#tab3 legend{
  border: none;
}

#tab4 .col-md-offset-1{
  padding-left: 18px ;
}

#accountSettings {
    list-style: none;
    padding: 25px 0 0 0;
    float:left;
}

#accountSettings span{
    font-weight:700;
    font-size: 16px;
}

#accountSettings li{
    margin-bottom:10px
}

#passwordForm{
  float: right;
}

#calendarList{
}

#calendarList h4{ 
  margin-bottom: 3px;
}
  
#calendarList ul{
  list-style: none;
}

#calendarList ul.list li{
  margin-bottom: 20px;
}


/* Calendar Styling for /account/profile tab*/
  .calendar ol.calendar         {width:52em;margin:0 auto;display:block; min-height: 200px;
             background: url(/images/tl.png) top left no-repeat; padding: 12px 0 0 20px;}
  .calendar li                  {list-style:none;}
  .calendar p.link              {text-align:center;display: block;}
  .calendar h1          {display: block; width: 200px;height:76px;
                 background:url(/images/july.png);text-indent:-9999px; margin: 15px auto; }
  
  /*
   * Day styles
   -------------------------*/
  .calendar li li               {width:6em;height:6em;float:left;margin:.2em; padding:.2em;overflow:auto;
             background: url(/images/day-bg.png) bottom right no-repeat; }
  
  /*
   * Day content (UL/OL & P)
   -------------------------*/
  .calendar li li p             {font-size:.7em;display:block;}
  .calendar li li ol            {width:auto;}
  .calendar li li ul li,
  .calendar li li ol li         {font-size:.7em;display:block;height:auto;width:auto; background: none;
             margin:0;padding:.2em 0;float:none;}
  
  /*
   * Holiday class
   -------------------------*/
  .calendar li li.holiday       {  }
  
  /*
   * Inactive months
   -------------------------*/
  .calendar li#lastmonth li,
  .calendar li#nextmonth li     { background: url(/images/day-bg-inactive.png);}
/* Embedded Catalog styling */
.issuuembed { 
  width:100%; 
  height: auto; 
  position: relative; 
  padding-bottom: 62.25%; 
  overflow: hidden; 
} 

.issuuembed object { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* Styling for the form on the orgranization registration page (e.g. /orgranzization/register) */

#orgRegister #pricing-cta{
    text-align: center;
    clear: both;
    float:left;
    width: 100%;
    margin-top: 15px;
}

#orgRegister #pricing-cta h2{
  margin: 0;
}

#orgRegister #pricing-cta h3{
  margin: 0;
  font-size: 22px;
}

#orgRegister #pricing-cta p{
  float: none;
}

#orgRegister #pricing-cta a{
    padding: 10px 0 15px 0;
    font-size: 12px;
    clear: both;
    display: block;
}

#orgRegister ul{
    margin: 0 auto;
}

#orgRegister li{
    width: 100%;
    padding: 25px 0 0 0;
}

#orgRegister label{
  float:left;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.register, .enroll, .payment, .purchase{
  list-style: none;
  padding: 0;
  margin: 0;
  clear:both;
}

#orgRegister .register li, #orgRegister .enroll li,
  #orgRegister .payment li, #orgRegister .purchase li{
    width: 50%;
    float: left;
    height:100px;
}

#orgRegister .register li:last-child{
  width: 100%;
  float: none;
  clear: both;
  height: 200px;
}

#orgRegister span.warning{
  text-align:left;
  clear: both;
}

/* Member info section of the orgranization registration page (e.g. /orgranzization/register) */
#orgRegister .register input, #orgRegister .register div,
#orgRegister .register select,
#orgRegister .purchase input, #orgRegister .purchase div,
#orgRegister .purchase select {
    width: 135px;
    float: left;
    clear: both;
}

#orgRegister .register input[type="submit"], #orgRegister .purchase input[type="submit"]{
  margin: 0 auto;
  display: inherit;
  width: 135px;
  float: none;
  clear: both;
}

/* Enrollment section of the orgranization registration page (e.g. /orgranzization/register) */
.enroll{
 font-size: 13px;
 padding-top: 35px;
}

   #orgRegister .enroll li{
    text-align: center;
   }
   #orgRegister .enroll label{
    text-align: center;
    float:none;
   }

  #orgRegister .enroll li:last-child{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    float:none;
  }

  #orgRegister .enroll input:last-child{
    margin: 0 auto;
    text-align: center;
    float:none;
  }

  #orgRegister .enroll label:last-child{
    text-align: center;
    float:none;
  }

/* Payment section of the orgranization registration page (e.g. /orgranzization/register) */
#orgRegister .payment{
  padding-top: 15px;
}

    #orgRegister .paymentCont p{
      clear: both;
      font-weight: 600;
      text-align: center;
    }

    #orgRegister .payment li{
      width: 100%;
      float:left;
      margin:1px 0 15px 5px;
      padding:0;
    }

#orgRegister li:last-child{
    width: 100%;}

#orgRegister li .submit{
  clear: both;
}
.form_section #orgRegister li input[type="submit"]{
  margin: 0 auto;
  width: 135px;
  margin-bottom:15px;
  clear: both;
}

#orgRegister .payment label{
  clear:both;
  margin: 0 10px 0 0;
}

#orgRegister .payment input[type="radio"] {
    width: 20px;
    margin: 0;
    float: left;
    clear: none;
    margin-left: 15px;
}
#orgRegister .payment label.poNumber{
    margin-top:7px;
}
#orgRegister .payment span {
    clear: both;
    display: block;
    margin: 50px 0 0 0;
}

/* Agreement section of the orgranization registration page (e.g. /orgranzization/register) */
#orgRegister .agreement {
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
}
#orgRegister .agreement input{
  margin: 1px 0 0 5px;
  padding:0;
  height: 20px;
  width: 20px;
}

/* Purchase section of the program purchase page (e.g. /member/register) */
.purchase{
 font-size: 13px;
 padding-top: 35px;
 clear: both;
}

#orgRegister .purchase ul{
 text-align: center;
}

#orgRegister .purchase li{
 text-align: center;
}

#orgRegister .purchase label:last-child{
  text-align: center;
}
              
.purContainer .form_section label{
  float:none;
  margin: none;
}

.purContainer .btn-primary {
    margin: 45px 0 15px 0;
}

#deepPage legend, .purContainer h2 {
    clear: both;
    text-align: center;
    font-size: 30px;
    border: none;
    margin: 0;
}

.pricingContainer .form_section label {
    float: none;
    text-align: center;
    margin: none;
}

/* Styling for the membership agreement popup on the orgranization registration page (e.g. /orgranzization/register) */
#memberAgreeModal .modal-dialog {
    max-width: 600px;
}

    #memberAgreeModal .modal-dialog .modal-body {
        padding: 20px;
    }

    #memberAgreeModal .modal-dialog ol li {
        float: left;
        clear: both;
        margin-bottom: 10px;
        padding: 5px 5px 5px 0;
    }

/* Account Login page  (e.g. /account/login) */
.form_section ul{
  list-style: none;
  text-align: left;
  padding-left: 0px;
  clear:both;
}

.form_section input[type="text"], 
.form_section input[type="password"], 
.form_section #institution_roles{
  width: 100%;
  height: 35px;
  clear: both;
}

.form_section input[type="submit"]{
  width: 85%;
  margin-top: 15px;
}

.form_section p{
  margin-top: 15px;
}

#memberRegister .form_section .btn-primary{
  float: none;
  margin: 0px 0px 15px 0;
}

#memberRegister{
  text-align: center;
 }

#memberRegister ul{
  padding: 0;
  margin:0 auto;
}

#memberRegister ul li{
  margin: 0 10px 10px 0;
  height: 75px;
 }

#memberRegister form{
  width: 85%;
  margin-left: 8%;
}

#memberRegister fieldset{
  margin: 0 auto;
  padding: 0;
}

#memberRegister fieldset legend{
font-size: 30px;
line-height: inherit;
border: 0;
}
}

#memberRegisterCont .col-lg-4:hover{
  background: none;
  color: #000;
  text-decoration: none;
}

#memberRegisterCont .btn-primary{
  float:none;
  margin:0 auto;
}

#memberRegisterCont .form_section ul{
  list-style: none;
  text-align: left;
  padding-left: 0px;
}

input.valid {
    border: 2px solid #019966;
    border-bottom: 1px solid #c0c0c0;
    background: #cdded1;
}

select.valid {
    border: 2px solid #019966;
    border-bottom: 1px solid #c0c0c0;
    background: #cdded1;
}

input.warning {
    border: 2px solid #99011d;
    border-bottom: 1px solid #c0c0c0;
    background: #ece1e1;
}

span.warning {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #b31414;
    text-align: center;
}

h4.warning {
    margin: 25px 0 0 0;
    padding: 5px;
    display: block;
    width: 100%;
    font-weight: 600;
    color: #b31414;
    text-align: center;
    font-size: 18px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 6px;
}

#orgLoginForm span.warning{
text-align:left;
}

#orgLoginForm h4.warning {
    margin: 15px auto;
    width: 85%;
    padding: 5px;
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 6px;
}

/* Styling for the forgot password page  (e.g. /organization/forgotpassword)*/
#forgotPassCont .col-lg-5{
    margin-bottom:30px;
}

#forgotPassCont .form_section input[type="submit"] {
    margin: 0 auto;
    display: block;
}

/* Styling for the member pricing page  (e.g. /s/MemberInfo.aspx)*/
#infoList {
    float: right;
}

.infoList ul{
    list-style:none;
    margin:0;
    padding: 65px 15px 15px 15px;
    float:right;
}

.infoList ul li{
  margin-bottom:20px; 
  padding:0;
  background:url('/images/bullet-check.png') no-repeat 0 0;
  padding-left:40px;
  min-height:40px;
}

.infoList .finalItem{
  font-weight: 700;
}

/* Sizing for the large image on the purchase page */
.pricingContainer img{
  width:100%;
  height:100%;
}

/* Sizing for the large image on the purchase page */
.pricingContainer .infoList img{
  width: 80px;
  height: 51px;
}

.pricingContainer .row{
  margin: 0;
}

.pricingContainer .row .col-md-3{
  clear:both;
  width: 100%;
}

.pricingContainer .btn{
  margin: 40px 0 0 70px;
}

.pricingContainer .req{
  margin: 15px 0 15px 0;
}

.text-muted{
  font-size: 30px;
}

#details {
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
}

.pricingContainer .btn-default {
  float: right;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  background-color: #AABFC9;
  color:#000;
}

.pricingContainer .btn-default:hover {
  float: right;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  background-color: #266c8e;
  color:#fff;
}

.pricingContainer .off {
  text-decoration: line-through;
  color: rgb(86,86,86);
}

.pricingContainer .space {
  height: 2px;
  background-color: #75b1ae;
}

.pricing p{
    text-align: center;
}

#pricingList{
  text-align: center;
}

#pricingList .col-md-2{
  padding: 0;
}

#pricingList .col-md-2 h4.alt, #pricingList .col-md-2 p.alt{
  margin:0;
  padding: 10px 0 0 0;
  height: 40px;
  background-color: #266C8E;
}

#pricingList .col-md-2 h4.price{
  font-size: 32px;
  padding-bottom: 50px;
}

#pricingList .col-md-2 h4, #pricingList .col-md-2 p{
  color: #F6F6E8;
  margin:0;
  padding: 10px 0 0 0;
  height: 40px;
  background-color: #67A9C9;
}

#pricingList .col-md-2 p{
  font-weight:700;
  font-size: 17px;
}

#pricingList .col-md-2 p:hover{
  background-color: #266C8E;
  font-weight:850;
  cursor: pointer;
}

#pricingList .col-md-2 p.alt:hover{
  background-color:#67A9C9;
  font-weight:700;
  cursor: pointer;
}

hr{
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #000;
}
/* Styling for the contact us page (e.g. /s/us.aspx)*/
.usContainer{
  text-align: center;
}

.usContainer .row {
  margin: 0 0 25px 0;
}

.usContainer .col-lg-4 img{
}

.usContainer .col-lg-4 p{
}

/* Styling for the FAQ page (e.g. /s/faq.aspx)*/
.faqContainer .row{
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.faqContainer .row .col-lg-8, .faqContainer .row .col-md-8{
  padding: 0 10px 0 10px;
}

.faqContainer .col-lg-8 h3, .faqContainer .row .col-md-8 h3{
  padding: 0 0 0 20px;
  border-bottom: 6px solid #096;
}

.faqContainer p{
  margin: 0 0 15px 0;
}

.programList{
  margin-top: 25px;
}

.programList .title{
  font-size: 18px;
  font-weight: 700;
}

.programList .date{
  display: block;
  font-weight: 700;
  clear: both;
}

.programList .link{
  margin:0 0 0 20px;
  display: block;
  font-weight: 700;
}

.programList .packet{
  margin:0 0 0 20px;
  display: block;
  font-weight: 700;
}

.programList .verif{
  margin:0 25px 0 20px;
  font-weight: 700;
}

.programList .info{
  padding: 0 20px 0 0;
}

.programIndent {
  padding-left:15px;
}

.programIndent h4{
  padding-top:10px;
  margin: 0;
  font-weight: 600;
}

.scheduleList{
  margin: 0 0 15px 0;
}

.scheduleList h3{
  font-size: 22px;
  margin: 0 0 15px 0;
}

.scheduleList h5{
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  padding-left: 5px;
}

.scheduleList .indent {
  padding: 0 0 15px 15px;
}

.scheduleList .title{
  font-weight: 700;
  font-size: 18px;
}

.scheduleList .date{
  font-weight: 700;
  padding: 0 0 5px 0;
}

.scheduleList .link {
  margin:0 0 0 20px;
}

.scheduleIndent h5{
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  padding-left: -15px;
}

/* Snippet from http://bootsnipp.com/snippets/featured/agenda */
.agenda { width: 65% }

.agenda-month {
    font-size: 24px;
    font-weight: bold;
    text-decoration:underline;
}

.agenda-heading {
    font-size: 22px;
    font-weight: bold;
    padding: 7px;
}

.agenda ul li {
    list-style: disc;
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.agenda ul li:before{
    content:"\"";
}

.agenda ul li::after{
    content:"\"";
}

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}

/* Times */
.agenda .agenda-time { width: 140px; } 

/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events:hover{ 
  background-color: #DFEAF1;
} 

.agenda .agenda-events .agenda-event a:hover{
  text-decoration: underline;
}

.showing .btn-lg{
  padding: 8px 10px;
  font-size: 15px;
}
.programDetail .back{
  float:right
}

.programDetail .lowerLinks{
  padding: 15px 0 0 0;
}

.programDetail .lowerLinks li{
  list-style: none;
  text-align: center;
}

.programDetail .row{
  margin: 0;
}

.programDetail .col-lg-4{
  text-align: center;
}

.programDetail .row .col-lg-8{
  margin: 0 15px 0 15px;
}

.programDetail .col-lg-4 ul{
  list-style: none;
  padding: 0;
}

.programDetail .col-lg-4 .btn{
  margin: 5px 0 10px 0; 
}
/* This is the styling for the map on the contact us page. That goddam Nichole. */ 
#map-canvas { 
  height: 100%; 
}

.contactContainer .contactForm li {
  list-style: none;
  width: 200px;
  height:50px;
}

.contactContainer .contactForm li:nth-child(odd){
  margin-bottom: 15px;
}

/* Styling for the membership info page ()*/
.testimonial h3{
  margin-top: 5px;
}

.testimonial .row{
  padding: 15px 0 15px 0;
}

.testimonial .bullet{
  font-size: 32px;
  float: left;
  margin: 0 15px 125px 0;
  line-height: 38px;
  height: 100%;
}

#videoModal  .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
#videoModal  .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#videoModal  .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}
#videoModal  .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#videoModal  .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
#videoModal  .modal-body {
  padding: 0;
  height: 100%;
  width: 100%;
}
#videoModal  .modal-body iframe{
  width: 100%;
  height: 40%;
}
#videoModal  .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}

/* Styling for the individual program pages e.g. /p/2014/may.aspx */
#videoBlock {
  margin:0 auto;
  width: 75%;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe,  
.videoContainer object,  
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ytvideoContainer {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.videoContainer .entry p{
    text-align: left;
    padding: 0 15px 0 15px;
    margin:15px 0 0 0;
}
.videoContainer .entry ul{
    text-align: left;
    border:none;

}
/* video fixed width wrappers */
.videoWrapper {
  width: 600px;
  max-width: 100%;
}

.programContainer .row{
  margin: 0 0 0 0;
  clear: both;
}

.programContainer ul {
  padding: 10px 10px 10px 30px;
  border: 4px solid #000;
  margin: 15px 15px 0 15px;
}

.programContainer .row h2{
  text-align: center;
}

.programContainer p{
  text-align: center;
}

.programContainer .next{
  float:right;
  margin: 0 15px 0 0;
}

.programContainer .back{
  float:left;
  margin: 0 15px 0 0;
}


#programContent1{
  display:block;
}

#programContent1-1,
#programContent2,
#programContent2-1,
#programContent2-2,
#programContent2-3,
#programContent2-4,
#programContent2-5,
 #programContent3,
 #programContent3-1,
 #programContent3-2,
 #programContent3-3,
 #programContent3-4,
 #programContent3-5,
 #programContent3-6,
 #programContent3-7,
  #programContent4,
  #programContent4-1,
  #programContent4-2,
  #programContent4-3,
  #programContent4-4,
  #programContent4-5,
   #programContent5,
   #programContent5-1,
   #programContent5-2,
   #programContent5-3,
   #programContent5-4,
   #programContent5-5,
    #programContent6,
    #programContent6-1,
    #programContent6-2,
    #programContent6-3,
    #programContent6-4,
    #programContent6-5,
     #programContent7,
     #programContent7-1,
     #programContent7-2,
     #programContent7-3,
     #programContent7-4,
     #programContent7-5,
      #programContent8,
      #programContent8-1,
      #programContent8-2,
      #programContent8-3,
      #programContent8-4,
      #programContent8-5,
        #programContent9,
        #programContent9-1,
        #programContent9-2,
        #programContent9-3,
        #programContent9-4,
        #programContent9-5,
          #programContent10,
          #programContent10-1,
          #programContent10-2,
          #programContent10-3,
          #programContent10-4,
          #programContent10-5,
            #programContent11,
            #programContent11-1,
            #programContent11-2,
            #programContent11-3,
            #programContent11-4,
            #programContent11-5,
               #programContent12,
               #programContent12-1,
               #programContent12-2,
               #programContent12-3,
               #programContent12-4,
               #programContent12-5,
                 #programContent13,
                 #programContent13-1,
                 #programContent13-2,
                 #programContent13-3,
                 #programContent13-4,
                 #programContent13-5{
  display: none;
}

.vertMenu{
  z-index: 9999;
  float:right;
  padding: 0 0 0 0;
}

.newsContainer .news{
  width: 200px;
  margin: 0 auto 20px auto;
  display: block;
  list-style: none;
}
.newsContainer h3{
  margin-left:30px;
}
.newsContainer .news a{
  padding:10px;
  font-size: 15px;
}

/* Styling for the program search page (eg. /program/search/) */
.search .list{
  list-style: none;
}

.search .keyword{
  margin: 0 0 15px 0;
}

.search .category {
    margin: 0 0 15px 0;
}

.search .startDate {
    margin: 0 0 15px 0;
}

.memberContainer .row{
  padding-left:25px;
}

.memberContainer .row .col-md-2{
  padding-left:15px;
}

.memberContainer #alphaList {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    font-size: 21px;
    font-weight: 600;
}

.memberContainer #alphaList ul{
  margin: 20px 10px;
  padding: 0;
}

.memberContainer #alphaList ul li{
   float: left; 
   list-style-type: none; 
   padding-right:5px;
}

.memberContainer h1{
  text-align: right;
  padding: 0 50% 0 0;
}

.memberContainer .row .col-md-2 h2 {
    font-size: 18px;
}

.memberContainer hr{
  width: 90%;
}

.resourceContainer #ss-form{
  margin: 0 auto;
  width: 70%;
}

.resourceContainer #ss-form ul{
  border: none;
  list-style: none;
}

.resourceContainer h3{
  font: normal normal normal 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
  font-size: 18px;
  color: #292f33;
  font-weight: bold;
}

.resourceContainer{
  text-align: center;
}

.safari{
  width: 100%;
  height: 475px;
  text-align: center;
  color: #f2f2f3;
  font-size: 16px;
  background-color: #f36f21;
  margin: 0;
}
  
  .safari ul{
    width: 300px;
    margin: 0 auto;
    text-align: left;
  }

  .safari li a{
    text-decoration: underline;
    color: inherit;
  }

  .safari li a:hover{
    color: #d3d3d3;
  }

  .safeBrowsers{
    list-style: none;
    text-align: center;
  }

.list_items .list .filterform{
  font-size: 16px;
}

/* Styling for teaching tips page */
.tip-cards {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.tip-card {
    background-color: #ededed;
    color: black;
    padding: 1rem;
    height: 100%;
    border-radius:.5rem;
}

.tip-card p{
    padding-top:10px;
    font-weight:bold;
}

.tip-card:hover {
    background-color: #d1d1d1;
}

@media (min-width: 600px) {
    .tip-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .tip-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
    .tip-column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
}

.thumbnail-description {
    min-height: 40px;
}

.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

/* Styling for 2016 legislator landing page, micro-site, front-page, webpage,website, any other word for 'things that go on the internet' that you can think of */
#legis-cta{
  color: #fff;
  font-size: 26px;
  float:left;
  text-align: right;
  margin: 5px 0 0 5px;
}
#legis-head-sep{
  display: none;
}
img#legis-chart{
  height: 250px;
  width: 350px;
}
#legis-bul{
  width: 275px;
  display: block;
  margin: 0 auto;
  text-align: left;
}

#legis-quote{
  margin: 0 auto;
  width: 90%;
  font-size: 20px;
  text-align:center; 
  border: none; 
  margin-top: 15px; 
}

h3.legis-prod{
  font-size: 22px;
}

.legis-prod-desc{
}

#sponsors .col-md-2 img#tccta{
  margin: 35px 35px 35px 0;
}

/* Styling for repo landing page */
.formContainer{
    text-align: center;
    margin: 0 0 15px 0;
}

.formContainer p{
    font-size:18px
}

.formContainer li{
    margin: 15px 0 0 0;
    width: 200px;
    float: left;
    padding-left: 10%;
}

.formContainer label{
    padding-left: 0;
}

.formContainer .short{
  width: 75%;
}

.formContainer #entry_2038647246,{
    width: 85%;
    height: 200px;
}

.formContainer #comments {
    width: 100%;
}

.formContainer #comments textarea{
    width:65%;
}
.repoContainer {
    text-align: center;
    margin: 0 0 15px 0;
} 

.repoContainer p{
    font-size:18px
}
.repoContainer .submit{
    display:block;
    text-align: center;
    vertical-align: middle;
    line-height: 45px; /* the same as your div height */
    margin: 15px auto 15px auto;
    width: 150px;
    height: 45px;
    color:#fff;
    font-size:16px;
    border-radius: 6px;
    background-color: #275c8a;
}

.repoContainer .submit:hover {
    text-decoration: underline;
} 

.repoContainer .button{
    display:block;
    text-align: center;
    vertical-align: middle;
    line-height: 55px; /* the same as your div height */
    margin: 25px auto 15px auto;
    width: 200px;
    height: 55px;
    color:#fff;
    font-size:18px;
    font-weight: 500;
    border-radius: 6px;
    background-color: #007951;
}

.repoContainer .button:hover {
    text-decoration: underline;
    font-weight: 600;
    font-size: 17.5px;
}

#sponsors .repo .col-md-2 {
}

#sponsors .col-md-2 img {
    border: none;
    margin: 25px 0 0 0;
}

.ceContainer img {
    clear: both;
    margin: 0 auto;
    display: block;
}

.ceContainer ul {
    list-style: none;
}

.ceContainer ul li {
    float: left;
    margin: 0 25px 15px 0;
    text-align:center;
}

.show-mobile {
    display: block;
}

.hide-mobile {
    display: none;
}
/**/
#sitemap{
    margin-left:30%;
}

.article-list{
    list-style: none;
}   

#cat-cont .cat{
    text-align: center;
    padding:0;
}

#cat-cont a .cat h4{
    font-size: 1.3em;
    font-weight: 400;
}

#cat-cont a .cat img{
    height: 100%;
    width: 30%;
    margin:0;
    opacity:0.4;
}

    #cat-cont a:hover .cat img {
        opacity: 1;
    }

    #cat-cont a:hover .cat h4 {
        text-decoration:underline;
    }

/* Styling for fullscreen */
@media (min-width: 768px) {
    #cat-cont a .cat img {
        width: 130px;
    }

        .container > .navbar-header, .container > .navbar-collapse {
                      margin-top: 0px;
                    }

                    .navbar-inverse .navbar-nav > li > a {
                      color: #FFFFFF;
                    }

                    .navbar-nav .open .dropdown-menu > li > a:hover,
                    .navbar-nav .open .dropdown-menu > li > a:focus {
                      background-color: #009966;
                      color:#FFF;
                    }

                    .navbar-nav.navbar-right:last-child {
                      margin: 40px auto 0px;
                    }

                    .navbar-nav {
                      float: left;
                      margin: 35px 0 0 0;
                    }

                    .nav ul {
                        background: #fff;
                        position: absolute;
                        top: 3.10em;
                        left: -9999px;
                        opacity: 0;
                    }

                    .nav li {
                        float: left;
                        position: relative;
                    }

                        .nav li > a {
                            float: left;
                            padding: 12px ;
                        }

                        .nav li:focus, .nav li:hover{
                            background: #080808;
                        }

                    .nav ul li {
                        float: none;
                        position: static;
                    }

                    .nav ul a {
                        float: none;
                        display: block;
                        color: #333;
                        font-weight: normal;
                        line-height: 1.428571429;
                        font-size: 14px;
                    }

                    .nav ul, .nav ul li:last-child a {
                        border: 0;
                    }

                        .nav ul li:hover, .nav ul li:focus {
                            background-color: #009966;
                            color: #FFF;
                        }

                            .nav ul li a{
                                text-decoration: none;
                            }

                    .nav > li:first-child > a {
                        border-left: 0;
                    }

                    .nav > li:last-child > a {
                        border-right: 0;
                    }

                    .nav li:hover ul, .nav li:focus ul, ul.show-menu {
                        left: 0;
                        opacity: 0.99;
                    }

                    
                    .subnav{
                        width:185px;
                        padding:7px 0;
                    }
        
                    .subnav li > a {
                        padding: 3px 20px;
                    }   

                    ul.subnav {
                        padding-left: 0;
                        border: 1px solid rgba(0,0,0,0.15);
                        border-radius: 3px;
                        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
                        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
                        background-clip: padding-box;
                    }

                    .navbar-brand {
                      padding: 5px 15px 0 5px;
                    }

                    .navbar-form {
                      padding: 25px 15px; 
                    }

                    .navbar-inverse {
                      background-color:transparent;
                      border-color:transparent;
                    }

                    .navbar-inverse .navbar-toggle {
                      border-color: #333333;
                      background: #333333;
                    }

                    /* Navbar positioning foo */
                    .navbar-wrapper {
                      margin: 0;
                    }
                    .navbar-wrapper .container {
                    height: 100%;
                    }
                    .navbar-wrapper .navbar {
                      padding-left:  0;
                      padding-right: 0;
                    }

                    /* The navbar becomes detached from the top, so we round the corners */
                    .navbar-wrapper .navbar {
                      border-radius: 4px;
                    }

                     /* Remove the edge padding needed for mobile */
                    .marketing {
                      padding-left: 0;
                      padding-right: 0;
                    }

                    .marketing .col-lg-4 {
                      width: 33.33333333333333%;
                      float: left;
                      padding: 0;
                    }
                    
                      

                    .marketing .col-lg-4 p {
                      margin-left: 2px;
                      margin-right: 2px;
                      padding: 15px;
                    }

                    .marketing .col-lg-4 a:hover {
                      background: #D9D9D9;
                      text-decoration: none;
                      color: #000;
                    }

                    .marketing #what p {
                      padding-bottom: 5px;
                    }

                    .marketing .col-lg-4 #moreInfo1,
                     .marketing .col-lg-4 #moreInfo2, 
                       .marketing .col-lg-4 #moreInfo3 {
                      text-align: right;  
                      border: none;
                    }

                    .marketing .glyphicon{
                      font-size: 50px;
                    }

                    #sponsors .col-md-2{
                      width: 200px;
                      float: left;
                      position: relative;
                    }

                    #sponsors .col-md-2 img {
                        padding: 15px;
                    }

                    #sponsors .repo .col-md-2 {
                     width:195px;
                    }

                    #sponsors .col-md-3{
                      width: 200px;
                      float: left;
                      position: relative;
                    }
                    
                    #sponsors .col-md-4  {
                      width: 400px;
                      float: left;
                      position: relative;
                    }

                    footer .col-lg-4 {
                      width: 33%;
                      float: left;
                      border: none;
                      clear: none;
                    }

                    footer .col-lg-4 p {
                      margin-left: 10px;
                      margin-right: 10px;
                      text-align: justify;
                    }

                    footer ul#footerList{
                      list-style: none;
                    }

                    footer .row img.footerSep{
                      display:block;
                      float:left;
                    }
                    
                    .slick-slider{
                      margin-top:95px;
                    }

                    .slick-slide{
                      border-left: 10px solid #FBFBFB;
                    }

                    .btnPlay{
                      top: 120px;
                      right: 75px;
                    }
                    
                    .btnPlay .glyphicon{
                      font-size:3em;
                    }

                    .carousel .glyphicon {
                        font-size: 2em;
                    }

                    .carousel-inner > .item > img {
                      position: absolute;
                      top: 0;
                      left: 0;
                      min-width: 100%;
                      min-height: 100%;
                    }

                    .carousel-inner {
                      height:100%;
                      z-index: 9;
                    }

                    .carousel-caption {
                      right: 5%;
                      bottom: 15%;
                      left: 5%;
                    } 

                    .carousel-caption p {
                      margin: 0;
                      font-size: 21px;
                      line-height: 1.4;
                    }

                    #cta {
                        margin-bottom: 20px;
                        font-size: 21px;
                        line-height: 1.4;
                    }

                    .featurette-heading {
                      font-size: 50px;
                    }
                      /* Login modal styling */
                    .modal-dialog {
                      width: 450px;
                      margin: 20% auto;
                    }

                      /* How-To Video modal styling */
                     .faqContainer .modal-dialog,
                       .programContainer .modal-dialog,
                          .showing .modal-dialog,
                            .calendar .modal-dialog{
                      width: 530px;
                      margin: 20% auto;
                    }

                        /* How-To Video modal styling */
                        .programContainer .modal-dialog {
                         width: 530px;
                         margin: 20% auto;
                        }

                    #purchaseForm .modal-dialog {
                      width: 85%;
                      margin: 30px auto;
                    }

                    .modal-content {
                      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                    }

                    #tabContainer{
                      margin-bottom: 60px;
                    }

                    .tabs{
                      font-size: 10px;
                      text-align: center;
                      padding-left: 90px;
                      padding-bottom: 1px;
                      margin-bottom: 20px;
                      list-style: none;
                    }

                    .tabs li{
                      float: left;
                      height: 115px;
                      padding: 10px;
                      margin: 0 -1px -1px 0;
                      font-size: 12px;
                      line-height: 1.4;
                      text-align: center;
                    }

                    .tabs ul{
                      list-style: none;
                      padding: 0;
                      width: 500px;
                      margin: 0 auto;
                    }

                    .tabs ul li {
                      display: inline;
                      height: 65px;
                      list-style-image: none;
                      list-style-position: outside;
                      list-style-type: none;
                      margin: 0px;
                      padding: 0px 10px 0 5px;
                    }

                    .tabs ul li.First {
                      border-left: 0;
                    }

                    .tabs a {
                      color: #1E2126 ;
                    }

                    .tabsnav li div {
                      display: inline;
                    }

                    .tabs .glyphicon {
                      margin: 5px auto;
                      font-size: 30px;
                        display: block;
                      text-align: center;
                    }

                    .memberMenu ul{
                      margin: 0 auto;
                      text-align:center
                      }

                    .memberMenu li a:hover, .memberMenu li a:active, 
                    .memberMenu li.ui-tabs-selected a {
                      color: #009966;
                      text-decoration:none;
                    }

                    #institutions{
                      margin: 0 auto;
                      padding-left: 25px;
                    }

                    #orgRegister .register li, #orgRegister .enroll li, #orgRegister .purchase li{
                      width: 25%;
                    }
                    
                    #orgRegister .payment{
                      clear: both;
                    }
                    
                    #orgRegister .payment li{
                      width: 45%;
                    }

                    .link1 {
                      float: left;
                      margin-top:15px;
                    }

                    #orgRegister .register, #orgRegister .purchase, #orgRegister .payment{
                      width: 600px;
                    } 

                    #orgRegister .btn-primary{
                      margin-bottom: 15px;
                    }  

                    #orgRegister .payment #credit{
                      margin-left: 50px;
                    }                

                    /* Login & Register Page (e.g. /account/login && /account/register) */
                    .form_section ul{
                      list-style: none;
                      text-align: left;
                      padding-left: 0px;
                    }

                    .form_section input{
                      width: 85%;
                      clear: both;
                    }

                    .form_section input[type="submit"]{
                      width: 200px;
                      margin: 0 0 0 10px;
                    }

                    .form_section input[type="radio"]{
                      width: 100%;
                      margin: 0 auto;
                    }

                    .form_section #purchase input[type="radio"]{
                      margin: 0 auto;
                    }

                    .form_section #package_radio input[type="radio"]{
                      width: 15%;
                      margin: 0 auto;
                    }

                    #memberRegister{
                      text-align: center;
                     }

                    #memberRegister ul{
                      padding: 0;
                      margin:0 auto;
                    }

                    #memberRegister ul li{
                      width: 45%;
                      float: left;
                      margin: 0 15px 10px 0;
                     }

                    #forgotPassCont label[for="email"] {
                        margin-top: 20px;
                    }

                   /* #memberRegister fieldset{
                      width: 250px;
                      margin: 0 auto;
                      padding: 0;
                    }*/

                    /* Styling for the member pricing table  (e.g. /orgranzization/pricing.aspx)*/
                    
                    .pricingContainer {
                      padding: 10px 0 0 10px;
                    }

                    .pricingContainer .row .col-md-3{
                        clear: none;
                        width: 20%;
                    }
                    
                    .memberContainer #alphaList{
                      margin: 0 auto;
                      width: 71%;
                    }
                    
                    #legis-cta{
                      color: #fff;
                      font-size: 26px;
                      float:left;
                      text-align: right;
                      margin: 40px 0 0 25px;
                    }

                    #legis-head-sep{
                      display: block;
                      float: left;
                      font-size: 68px;
                    }

                    #legis-bul{
                      width: 275px;
                      display: block;
                      margin: 0 auto;
                      text-align: left;
                    }
                    
                    #legis-quote{
                      margin: 0 auto;
                      width: 90%;
                      font-size: 20px;
                      text-align:center; 
                      border: none; 
                      margin-top: 15px; 
                    }
                    
                    h3.legis-prod{
                      font-size: 22px;
                    }
                    
                    .legis-prod-desc{
                      
                    }

                    #legis-cta{
                      color: #fff;
                      font-size: 26px;
                      float:left;
                      text-align: right;
                      margin: 40px 0 0 25px;
                    }
                    #legis-head-sep{
                      display: block;
                      float: left;
                      font-size: 68px;
                    }
                    #legis-bul{
                      width: 275px;
                      display: block;
                      margin: 0 auto;
                      text-align: left;
                    }
                    
                    #legis-quote{
                      margin: 0 auto;
                      width: 90%;
                      font-size: 20px;
                      text-align:center; 
                      border: none; 
                      margin-top: 15px; 
                    }
                    
                    h3.legis-prod{
                      font-size: 22px;
                    }
                    
                    .legis-prod-desc{
                      
                    }

                    #legis-cta{
                      color: #fff;
                      font-size: 26px;
                      float:left;
                      text-align: right;
                      margin: 40px 0 0 25px;
                    }
                    #legis-head-sep{
                      display: block;
                      float: left;
                      font-size: 68px;
                    }
                    #legis-bul{
                      width: 275px;
                      display: block;
                      margin: 0 auto;
                      text-align: left;
                    }
                    
                    #legis-quote{
                      margin: 0 auto;
                      width: 90%;
                      font-size: 20px;
                      text-align:center; 
                      border: none; 
                      margin-top: 15px; 
                    }
                    
                    h3.legis-prod{
                      font-size: 22px;
                    }

                    .formContainer form {
                        width: 600px;
                        display:block;
                        margin: 0 auto;
                        text-align:center;
                    }

                    .formContainer form li{
                        display:block;
                        margin: 0 auto;
                    }

                    .formContainer #comments {
                        margin: 15px 0 0 -5%;
                        padding: 0;
                    }
                    
                    .formContainer input[type="submit"] {
                        margin: 15px 0;
                    }
}

/* 992px and higher styling (Widescreens or TV's) */
@media (min-width: 990px) {
                     .navbar-wrapper {
                      margin: 0;
                    }

                    .faqContainer .col-md-7{
                      margin-left: 20px;
                    }

                    #memberRegister form{
                      width: 85%;
                      margin-left: 14%;
                    }

                    #memberRegister form ul li#submit{
                      width: 100%;
                    }

                    .memberContainer #alphaList{
                      margin: 0 auto;
                      width: 50%;
                    }

                    .socialMedia{
                      width: 12%;
                      margin: 0 auto;
                      float: left;
                    }

                    .socialMedia ul{
                      margin-top: 30px;
                    }

                    .show-mobile{
                        display:none;
                    }

                    .hide-mobile{
                        display: block;
                    }

}

/* 1200px and higher styling (Widescreens or TV's) */
@media (min-width: 1200px) {
            
                    #memberRegister{
                      text-align: center;
                    }

                    #memberRegister ul{
                      padding: 0;
                      margin:0 auto;
                    }

                    #memberRegister ul li{
                      margin: 0 10px 10px 0;
                    }

                    #memberRegister form{
                      width: 85%;
                      margin-left: 10%;
                    }

                    #memberRegister form ul li#submit {
                        width: 100%;
                    }

                    #memberRegister fieldset{
                      margin: 0 auto;
                      padding: 0;
                    }

                    #memberRegister .form_section .btn-primary{
                      float: none;
                      margin: 0px 0px 15px 37%;
                    }

                    .socialMedia{
                      width: 25%;
                    }

                    .memberContainer #alphaList{
                      margin: 0 auto;
                      width: 45%;
                    }

                    .col-md-offset-1 {
                      margin-left: 8.3%;
                    }

                    .faqContainer .col-md-offset-1 {
                      margin-left: 0;
                    }

}

/* Fix for screen sizes inbetween 768px and 990px */
@media (min-width: 768px)  and (max-width: 990px) { 
                    /* Styling for the member pricing table  (e.g. /orgranzization/pricing.aspx)*/
                    .pricingContainer .row .col-md-3{
                        clear: both;
                        width:100%;
                    }
            
                    #memberRegister{
                      text-align: center;
                    }

                    #memberRegister ul{
                      padding: 0;
                      margin:0 auto;
                    }

                    #memberRegister ul li{
                      margin: 0 15px 10px 0;
                    }

                    #memberRegister form{
                      width: 85%;
                      margin-left: 14%;
                    }

                    #memberRegister form ul li#submit{
                      width: 100%;
                    }

                    #memberRegister fieldset{
                      margin: 0 auto;
                      padding: 0;
                    }

                    #memberRegister .form_section .btn-primary{
                      float: none;
                      margin: 0px 0px 15px 30%;
                    }

                    .modal-dialog {
                      margin: 50% auto;
                    }

                    .slick-slider{
                      margin-bottom: 10px;
                      margin-top:95px;
                    }

                    .slick-slide{
                      border-left: none;
                    }

                    /*.navbar-nav {
                      margin: 7.5px -15px;
                    }*/

                    .navbar-nav.navbar-right:last-child
                    {
                      margin: 0 auto;
                      width: 155px;
                    }

                    img#legis-chart{
                      height: 175px;
                      width: 275px;
                    }
}


/* Fix for screen sizes inbetween 500px and 768px */
@media (min-width: 500px)  and (max-width: 768px) {                    
                    .modal-dialog {
                      margin: 75% auto;
                    }

                    .formContainer form {
                        width: 600px;
                        display:block;
                        margin: 0 auto;
                    }
}

/* Fix for screen sizes inbetween 320px and 500px */
@media (min-width: 320px)  and (max-width: 500px) {                    
                    .modal-dialog {
                      margin: 75% auto;
                    }
}

/* Fix for screen sizes inbetween 768px and 850px */
@media (min-width: 768px)  and (max-width: 850px) { 

                    footer .socialMedia{
                    }
}


/* Not Sure What Specific Screen Styling */
          @media screen and (min-width: 600px) { 
           #memberRegisterCont .col-lg-2{
                      width: 8.33333%;
                      float:left;
                    }        

           #memberRegisterCont .col-lg-8{
                      width: 41.66666%;
                      float:left;
                    }     
          .programDetail .col-lg-2{
                      width: 8.33333%;
                      float:left;
                    }        

           .programDetail .col-lg-4{
                      width: 41.66666%;
                      float:left;
                    } 
}


/* Responsive Styling */
@media (max-width: 767px) {
                    footer .container{
                      padding: 25px 20px 0 20px;
                    }

                    footer #copy{
                      padding: 30px 10px 0 10px;
                    }

                    .navbar-brand {
                      padding: 15px 5px;
                    }
                    
                    .carousel {
                      margin-bottom: 25px;
                    } 

                    .carousel-inner {
                      height:350px;
                      z-index: 9;
                    }

                    .carousel-caption {
                      right: 5%;
                      left: 5%;
                      padding: 0;
                    }

                    .tabs{
                      width:300px;
                      font-size: 8px;
                      text-align: center;
                      padding-left: 0;
                      padding-bottom: 1px;
                      margin: 0 auto;
                      list-style: none;
                    }

                    .tabs li{
                      float: left;
                      height: 115px;
                      padding: 10px;
                      margin: 0 -1px -1px 0;
                      font-size: 10px;
                      line-height: 1.4;
                      text-align: center;
                    }
                      
                    .tabs ul{
                      list-style: none;
                      padding: 0;
                      width: 675px;
                      margin: 0 auto;
                    }

                    .tabs ul li {
                      height: 65px;
                      display: inline;
                      list-style-image: none;
                      list-style-position: outside;
                      list-style-type: none;
                      margin: 0px;
                      padding: 0px 2px 0 2px;
                    }

                    .tabs ul li.First {
                      border-left: 0;
                    }

                    .tabs a {
                      color: #1E2126 ;
                    }

                    .tabs li div {
                      display: inline;
                    }

                    .tabs .glyphicon {
                      margin: 2px auto;
                      font-size: 20px;
                      display: block;
                      text-align: center;
                    }

                    .navbar{
                      margin-bottom: 0px;
                    }

                    
                    .navbar-inverse .navbar-form {
                      border-color: #101010;
                      background: #000;
                    }
                    .memberMenu ul{
                      margin: 0 auto;
                      text-align:center
                    }

                    .memberMenu li a:hover, .memberMenu li a:active, 
                    .memberMenu li.ui-tabs-selected a {
                      color: #009966;
                      text-decoration:none;
                    }

                    .programContainer .col-lg-4{
                      padding: 0 25px 0 25px;
                      }

                    .programContainer .col-lg-8{
                      padding:0 45px 0 45px;
                    }
                      
                    #institutions{
                      margin: 0 auto; 
                    } 
}

@media (min-width: 990px) {
    .programContainer .col-lg-4{
               width: 33.33333%;
               float:left;
    }        

    .programContainer .col-lg-8{
               width: 66.66666%;
               float:left;
    }

    #memberRegister .form_section .btn-primary{
                      float: none;
                      margin: 0px 0px 15px 37%;
                    }

    .socialMedia{
      overflow: auto;
    }

}

@media (min-width: 768px) and (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        /*    margin: 7.5px -15px;    */
        width: 20%;
    }

    .nav li:hover ul, .nav li:focus ul, ul.show-menu {
        left: 100%;
        top: 0px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .programContainer .col-lg-8{
      clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1200px){

.navbar-right{
    float:none;
}

#sponsors .col-md-2{
    width: 33%;
 } 

 #sponsors .col-md-3{
    width: 33%;
 }

 #sponsors .col-md-3{   
    width: 33%;
 }

 #sponsors .col-md-3{   
    width: 33%;
 }

 #sponsors .col-md-4{
    width: 25%;
 }
 
 #free .col-lg-4 iframe{
    width: 230px;
    height: 170px;
 }

 #legis-head-sep{
   display: none;
 }
}


#loginModal .modal-dialog .modal-content{
  height: 60%;
}
@media (min-width: 992px) and (max-width:1200px) {
    .container {
        width: 992px;
    }
}