
      body {}

      /***** Links *****/
      a { text-decoration:none; color: #4274ad;  }
      a:hover { text-decoration:underline; }
      a:focus  { outline: thin solid #4274ad; }
      #navigation a:focus  { outline: thin solid #ffffff; }
      .bottomLink a:focus  { outline: thin solid #4274ad; }
      .footer a:focus  { outline: thin solid #4274ad; }
      a:active { text-decoration: underline; }
	  button.navbar-toggle:focus { outline: thin solid #ffffff;}

      /***** Headings *****/
      h1, h2{
        font-weight: 600;
        margin: 0 0 0 0;
        padding: 0;
        line-height:1.2em;
      }
      h3, h4, h5, h6 {
          font-weight: normal;
        margin: 0 0 0 0;
        padding: 0;
        line-height:1.2em;
      }
      h1 { font-size:2.000em; color: #003366; line-height: 34px; margin-bottom:6px; }
      h2 { font-size:1.500em; color: #00366F; margin-bottom: 10px; }
      h3 { font-size:1.300em; color: #00366F; margin: 0px; }
      h4 { font-size:1.1em; color: #333; margin: 0px; }

      img {max-width: 100%;}
      a {color:#058;}
      hr {
        margin: 0px;
        padding: 0px;
        border: 0px none #FFFFFF;
        color: #FFFFFF;
        background: #FFFFFF;
      }
      .logo img {
        margin: 0px;
        padding: 0px;
        display: block;
        float: left;
      }
      .logo h1 {
        font: 1.2em Arial,sans-serif;
        color: #666;
        display: block;
        float: left;
        margin-top: 33px;
        padding-left: 9px;
        /*width: 50%;*/
      }
      .search {
        text-align: right;
        padding-top: 35px;
        display: block;
        float: right;
        border-top-color: #CCCCCC;
      }
      .headerbanner img {
      -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px;
      border-bottom-right-radius:3px; border-bottom-left-radius:3px;
      margin-bottom: 15px !important;/*margin-top: 15px !important; */
      }
      .floatright{
        float: right;
        }
      .footer{
        font-size: 0.8em;
        color: #666666;
        padding-top: 25px;
        border-top: 1px dotted #CCCCCC;
        border-right-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
        border-left-color: #CCCCCC;
        line-height: normal;
        display: block;
        margin-top: 25px;
      }
      .footer img{
        display: block;
        float: right;
      }
      .btn {
      display: inline-block;
      padding: 4px 10px 4px;
      margin-bottom: 0;
      font-size: 13px;
      line-height: 18px;
      color: #333333;
      text-align: center;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      vertical-align: middle;
      cursor: pointer;
      background-color: #f5f5f5;
      background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: linear-gradient(top, #ffffff, #e6e6e6);
      background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
      background-repeat: repeat-x;
      border: 1px solid #cccccc;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      border-color: #e6e6e6 #e6e6e6 #bfbfbf;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
      filter: progid:dximagetransform.microsoft.gradient(enabled=false);
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      }
      .btn:hover {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        /* Buttons in IE7 don't get borders, so darken on hover */
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
           -moz-transition: background-position 0.1s linear;
            -ms-transition: background-position 0.1s linear;
             -o-transition: background-position 0.1s linear;
                transition: background-position 0.1s linear;
      }
      .floatright{
        float: none;
        display: block;
        width: 100%;
        }

      @media handheld, only screen and (max-width: 767px) {
          .show_hide {display:none;}
          #logo h1{
            font-size: 1.7em !important;
            /*margin-top: 9px;
            display: block;
            width: 100%;*/
          }
          .col-lg-9 h2 {font-size:1.2em!important;}
      }
      @media screen and (min-width: 0px) and (max-width: 440px) {
          .col-lg-3 h2, col-lg-9 h2 {margin:0px!important;font-size:1.2em!important;}
          .col-lg-3 h3, col-lg-9 h3 {margin:0px!important;font-size:1.1em!important;}
          #logo{width: 100%;}
              #logo h1{
            font-size: 1.4em !important;
            margin-top: 9px;
            display: block;
            width: 100%;
          }
      }

      @media screen and (min-width: 0px) and (max-width: 320px) {
          .col-lg-3 h2, col-lg-9 h2 {margin:0px!important;font-size:1.2em!important;}
          .col-lg-3 h3, col-lg-9 h3 {margin:0px!important;font-size:1.1em!important;}
          #logo{width: 100%;}
              #logo h1{
            font-size: 1.4em !important;
            margin-top: 9px;
            display: block;
            width: 100%;
          }
          .btn-search{margin-bottom:5px!important;}
      }

      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      }

      /****************************************************/
      /* jaj3 - 9/8/2015                                  */
      /* custom code added for search form and navigation */
      /****************************************************/

      /*** Search Form ***/
        display: block;
        float: right;
        margin-top: 20px;
        width: 270px;
        text-align: right;
      }
        width:184px;
      }

      /*************************************************/
      /***************** Content Layout ****************/
      /*************************************************/

      .container {
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 1140px;
        background: #fff;
        position: relative;
        padding-top: 18px;
        padding-bottom: 18px;
      }

      /***** Main Content Area *****/
      .page-wrapper {
        background: #ffffff ; /*url(bg_page_wrapper.png) repeat-x 0 24px;*/
        margin-top:0px;
        padding-top:0px;
        overflow: hidden;
      }

      .page {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
        background: #fff;
        margin-bottom: 3em;
        padding-top: 20px;
      }



      /***** Layout changes for tablet *****/
      @media screen and (max-width: 979px) {
        body.sidebar-first #content { width:69.95%; }
        body.sidebar-first #sidebar-first { width:30.00%; }
        .group-full-right {
          float:none;
        width:100%;
        padding-left:0;
        }
      }
      /***** Layout changes for mobile *****/
      @media screen and (max-width: 740px) {
        #container { padding-top:4px; }
        .page-wrapper { margin-top:0; background:none; background-color:#fff; }
        body.sidebar-first #content { width:100%; }
        body.sidebar-first #sidebar-first { width:100%; }
        body.sidebar-second #content { width:100%; }
        body.sidebar-second #sidebar-second { width:100%; }
        .page { box-shadow:none; }
      }

      /*************************************************/

      .row .col-lg-3 h2 {
          padding-bottom: 10px;
      }

      a.context-block-region { display:none; }

      ul.tabs {
        margin:0;
        padding:0;
        list-style:none;
      }
      ul.tabs li {
        display: inline-block;
        padding:2px 5px;
        margin: 4px 2px 4px 0;
        font-size:0.85em;
        border: 1px solid #b7b7b7;
        background-color:#eee;
      }
      ul.tabs li.active {
        background-color:#fff;
      }
        text-decoration:none;
      }

      /*************************************************/
      /********* Reusable User Interface Styles ********/
      /*************************************************/

      add-search h3{margin-bottom:0;}
      /*************************************************/
      /**************** Core Form Styles ***************/
      /*************************************************/
      .form-item  input.form-text,
      .form-item textarea,
      .form-item select {
        padding: 0px 2px 0px 2px ;
        color: #555555;
        background: white; /*url("../img/bg-input.png") repeat-x 0 0;*/
        border-top: solid 1px #aaa;
        border-left: solid 1px #aaa;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
        outline: 0;
        max-width:100%;
        font-family: sans-serif;
      }
      .form-item { margin:9px 0; }
      .form-item label {
        font-weight: normal;
        padding-bottom: .25em;
        display: block;
      }
      .form-type-radio label,
      .form-type-checkbox label {
        margin-left: 4px;
        display:inline-block;
        vertical-align: top;
      }
      .form-type-radio .description,
      .form-type-checkbox .description {
        margin-left: 2px;
      }

      button{
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        height:30px;
      }
      label,
      input,
      /*button,*/
      select,
      textarea {
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        height:30px;
        width:240px !important;
      }
      input,
      button,
      select,
      textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
      label {
        /*display: block;*/
        margin-bottom: 5px;
      }
      select,
      textarea,
      input[type="text"],
      input[type="password"],
      input[type="datetime"],
      input[type="datetime-local"],
      input[type="date"],
      input[type="month"],
      input[type="time"],
      input[type="week"],
      input[type="number"],
      input[type="email"],
      input[type="url"],
      input[type="search"],
      input[type="tel"],
      input[type="color"],
      .uneditable-input {
        display: inline-block;
        height: 30px;
        padding: 4px 6px !important;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 30px;
        color: #555555;
        vertical-align: middle;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
      }
      input,
      textarea,
      .uneditable-input {
        width: 206px;
      }
      textarea {
        height: auto;
      }
      textarea,
      input[type="text"],
      input[type="password"],
      input[type="datetime"],
      input[type="datetime-local"],
      input[type="date"],
      input[type="month"],
      input[type="time"],
      input[type="week"],
      input[type="number"],
      input[type="email"],
      input[type="url"],
      input[type="search"],
      input[type="tel"],
      input[type="color"],
      .uneditable-input {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
           -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
           -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
             -o-transition: border linear 0.2s, box-shadow linear 0.2s;
                transition: border linear 0.2s, box-shadow linear 0.2s;
      }
      textarea:focus,
      input[type="text"]:focus,
      input[type="password"]:focus,
      input[type="datetime"]:focus,
      input[type="datetime-local"]:focus,
      input[type="date"]:focus,
      input[type="month"]:focus,
      input[type="time"]:focus,
      input[type="week"]:focus,
      input[type="number"]:focus,
      input[type="email"]:focus,
      input[type="url"]:focus,
      input[type="search"]:focus,
      input[type="tel"]:focus,
      input[type="color"]:focus,
      .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */

        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
           -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      }
      input[type="radio"],
      input[type="checkbox"] {
        margin: 4px 0 0;
        margin-top: 1px \9;
        *margin-top: 0;
        line-height: normal;
      }
      input[type="file"],
      input[type="image"],
      input[type="submit"],
      input[type="reset"],
      input[type="button"],
      input[type="radio"],
      input[type="checkbox"] {
        width: auto;
      }
      select,
      input[type="file"] {
        height: 30px;
        *margin-top: 4px;
        line-height: 30px;
      }
      select {
        width: 220px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
      }
      select[multiple],
      select[size] {
        height: auto;
      }
      select:focus,
      input[type="file"]:focus,
      input[type="radio"]:focus,
      input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
      }
      .uneditable-input,
      .uneditable-textarea {
        color: #999999;
        cursor: not-allowed;
        background-color: #fcfcfc;
        border-color: #cccccc;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
           -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
                box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
      }
      .uneditable-input {
        overflow: hidden;
        white-space: nowrap;
      }
      .uneditable-textarea {
        width: auto;
        height: auto;
      }
      .radio,
      .checkbox {
        min-height: 20px;
        padding-left: 20px;
      }
      .radio input[type="radio"],
      .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
      }
      button,
      input {
        *overflow: visible;
        line-height: normal;
      }
      button::-moz-focus-inner,
      input::-moz-focus-inner {
        padding: 0;
        border: 0;
      }
      button,
      html input[type="button"],
      input[type="reset"],
      input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
      }
      label,
      select,
      button,
      input[type="button"],
      input[type="reset"],
      input[type="submit"],
      input[type="radio"],
      input[type="checkbox"] {
        cursor: pointer;
      }
      input[type="search"] {
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
        -webkit-appearance: textfield;
      }

      input[type="search"]::-webkit-search-decoration,
      input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
      }
      textarea {
        overflow: auto;
        vertical-align: top;
      }
      /***** Form Buttons *****/
      /***** Fieldsets *****/
      fieldset {
        border: 1px solid #cccccc;
        margin: 9px 0;
        position: relative;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        max-width:100%;
      }
      fieldset legend {
        margin: 0 8px;
        padding: 0 2px;
        font-weight: 600;
      }
      .fieldset-wrapper {
        margin-top: 9px;
        padding: 0 10px;
      }
      fieldset.collapsed {
        background: transparent;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
         border-radius: 0;
      }
      fieldset .fieldset-description {
        margin-top: 5px;
        margin-bottom: 1em;
        line-height: 1.4;
        font-style: italic;
      }
        display:inline-block;
        text-decoration:none;
        background-color:#EFEDE0;
        padding:9px 18px;
        font-weight:bold;
        color:#64625c;
        vertical-align: top;
      }

        text-decoration:none;
      }
        -webkit-border-top-left-radius: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-topleft: 9px;
        -moz-border-radius-bottomleft: 9px;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
      }
        -webkit-border-top-right-radius: 9px;
        -webkit-border-bottom-right-radius: 9px;
        -moz-border-radius-topright: 9px;
        -moz-border-radius-bottomright: 9px;
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
      }
        background-color:#003d7d;
        color:#fff;
      }
        background-color:#f5f5f5;
        color:#333;
      }
        background-color:#003d7d;
        color:#fff;
      }
        background-color:#f5f5f5;
        color:#333;
      }

      @media all and (max-width: 500px) {
        #content a.cc-btn {
          width:50%;
        text-align: center;
        }
      }
      @media all and (max-width: 400px) {
        #content a.cc-btn {
        min-height:54px;
        }
      }

        padding: 12px;
        background-color: #EDEDED;
      }

        color: #00366f;
        font-weight: 600;
        font-size: 17px;
        padding: 10px 0 0 12px;
      }
        margin: 0 0 0 16px;
      }
        display: list-item;
        list-style-type: disc;
        padding-bottom: 6px;
      }
        color: #333333;
        text-decoration: underline;
      }
        font-weight: 600;
        line-height: 24px;
        padding:0px;
      }
        font-size: 14px;
      }
        margin: 16px 16px 0 0;
        font-size: 13px;
      }
        padding-bottom: 12px;
        display: block;
        list-style-type: none;
      }
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: #c0c0c0 dotted 1px;
      }
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
      }
        font-size: 17px;
        display: block;
        float: right;
        clear: right;
      }

      /* advanced search form fix */
      .block-ru-cc div.form-type-checkbox label {
        float: left;
      }
      .block-ru-cc div.form-type-checkbox input {
        float: left;
        margin-top: 3px;
        margin-right: 4px;
      }
      .block-ru-cc div.form-type-checkbox {
        clear: both;
        width: 100%;
        height: 20px;
        margin-bottom:10px;
      }
      .block-ru-cc div.form-type-select select {
        max-width:100%;
      }

      .layer1 table {
        max-width: 100%;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
       }

      .layer1 .table {
        width: 100%;
        margin-bottom: 20px;
      }

      .layer1 .table th,
      .layer1 .table td {
        padding: 0px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
      }

      .layer1 .table th {
        font-weight: bold;
      }

      .layer1 .table thead th {
        vertical-align: bottom;
      }

      .layer1 .table caption + thead tr:first-child th,
      .layer1 .table caption + thead tr:first-child td,
      .layer1 .table colgroup + thead tr:first-child th,
      .layer1 .table colgroup + thead tr:first-child td,
      .layer1 .table thead:first-child tr:first-child th,
      .layer1 .table thead:first-child tr:first-child td {
        border-top: 0;
      }

      .layer1 .table tbody + tbody {
        border-top: 2px solid #dddddd;
      }

      .layer1 .table .table {
        background-color: #ffffff;
      }

      .layer1 .table-condensed th,
      .layer1 .table-condensed td {
        padding: 4px 5px;
      }
      .nopad {
          margin: 0 !important;
          padding: 0 !important;
      }

      /* jan custom code */

      .padding{padding:0px 10px 5px 15px;}
      .padding-btn{padding:10px 0px 10px 0px;}
      a:link{COLOR: #003d7d;TEXT-DECORATION: none;}
      a:visited{TEXT-DECORATION: none;}
      a:hover{COLOR: #003d7d;TEXT-DECORATION: underline;}
      a:active{COLOR: #003d7d;TEXT-DECORATION: none;}

      /* extra css for courses page - overrides */

      .blue {
        background-color: #f5f5f5;
      }
      .row .blue {margin-left: 0;}
      .row .blue .padding {padding-left: 0;}

      .white {
        background-color: #ffffff;
      }
      .table {
        margin-bottom:5px !important;
      }
      .table th,
      .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 0 !important; /* this is how to make the top border of the tables disappear*/
      }
      .breadcrumb {
        padding: 8px 15px;
        margin: 0;
        margin-bottom:20px;
        list-style: none;
        background-color: #f5f5f5;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        font-size: 12px;
      }
      .breadcrumb > li {
        display: inline-block;
        *display: inline;
        text-shadow: 0 1px 0 #ffffff;
        *zoom: 1;

      }
      .breadcrumb > li > .divider {
        padding: 0 5px;
        color: #ccc;
      }
      .breadcrumb > .active {
        color: #999999;
      }
      p {
        margin-bottom:10px;
        font-size:1em;
        line-height:1.5em;
        word-wrap: break-word;
      }

      strong {
        font-weight:bold;
      }

      em {
        font-style: italic;
      }

      /*** Search Form ***/

      /* search */
      .site_search {
        float: right;
        padding:15px 0 0;
        margin: 0;
      }

      .labelclass {
        margin: 0 5px 0 0;
        text-align: right;

        float: right;
      }

      .textfield {
        color: #666666;
        width: 135px;
        height: 14px;
        border: solid 1px #999999;
        padding: 1px;
        float: left;
        font-size: 11px;
        text-align: right;
      }

      .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        /*border-color: #003d7d!important;*/
        border: none!important;
      }
      @media all and (max-width: 767px) {
        .navbar-nav {
          margin-top: 0;
        margin-bottom: 0; border: 0;
        }
        .navbar-header {border: 0!important;}
        .nav > li {padding: 0;}
        .navbar .nav > li > a {padding: 5px!important;}
        .navbar-default .navbar-toggle {background-color: #ddd!important;}
      }
      /* jaj this is for the custom nav */

      .navbar {
        *position: relative;
        *z-index: 2;
        overflow: visible;
        min-height:0px!important;
        font-weight:bold;
		margin-bottom: 0!important;
      }

      .navbar-default {
        padding-right: 20px;
        padding-left: 20px;
        background-color: #003d7d;
        background-repeat: repeat-x;
        border-color: #003d7d #003d7d #003d7d;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
		/*jaj3
		background-color: #004080;
        background-repeat: repeat-x;
        border-color: #004080 #004080 #004080;
        border-color: rgba(0, 64, 128, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 64, 128, 0.1);
		*/
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d7d7d', endColorstr='#062e5959', GradientType=0);
        *zoom: 1;
        /*
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
           -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		*/
        clear: both;
            background: #004080;
        -webkit-border-radius: 7px 7px 0px 0px;
        -moz-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
        /*
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
		*/
        vertical-align: middle !important;
        min-height: 30px; /* jaj3 changed from 35px*/
		border-bottom: 0px!important;
		border-top:0!important;
      }
      .navbar .nav > li > a {
        float: none;
        padding: 10px 15px 10px;
        color: #fff;
        text-decoration: none;
        text-shadow: none !important;
      }

      .navbar .nav > li > a:focus,
      .navbar .nav > li > a:hover {
        color: #eee;
        text-decoration: none;
        background-color: transparent;
      }
      .navbar .nav > .active > a,
      .navbar .nav > .active > a:hover,
      .navbar .nav > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #3571b1;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
           -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
                box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
      }

      .navbar .nav li.dropdown.open > .dropdown-toggle,
      .navbar .nav li.dropdown.active > .dropdown-toggle,
      .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        color: #fff;
        background-color: #3571b1;
      }
      .navbar-default button {
        width:20px !important;
      }
      .navbar-toggle{
        border:1px solid transparent;
        border-radius:4px;
        float:right;
        margin-bottom:5px;
        margin-right:15px;
        margin-top:5px;
        padding:2px 2px 2px 3px ;
        position:relative;
        line-height: inherit;
      }
      button.navbar-toggle {height:20px;width:30px!important;}

      .layer1 {
          margin: 0;
          padding: 0;
          width: 100%;
      }

      .heading {
          margin: 1px;
          font-weight: 500;
          color: #fff;
          padding: 3px 10px;
          cursor: pointer;
          position: relative;
          background-color: #6D91AF; /*#8CA1AD; #6D91AF; #3571b1; #91BEE2; #5395AA ;*/
      }

      .heading2 {
          margin: 1px;
          font-weight: 500;
          color: #fff;
          padding: 3px 10px;
          cursor: pointer;
          position: relative;
          background-color: #6D91AF; /*6D91AF; #8CA1AD; #3571b1; #91BEE2; #5395AA; */
      }

      .content {
          padding: 5px 0px 5px 0px;
          background-color: #ffffff;
      }

      p {
          padding: 5px 0;
      }
      button {
        /*font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        height:30px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        margin-right: 5px;
      }

      .btn {margin-bottom: 10px!important;}
      a.fullsearch {color: #3571b1; font-size: 1.25em !important; display:block; padding-top:3px!important; float:right;}
      a.fullsearch:hover {color: #003d7d; font-size: 1.25em !important; display:block; padding-top:3px!important; float:right;}
      .inline-search {margin-bottom: 50px !important;}

      h2.searchtitle  {margin-bottom:10px!important;}

      .layer1 {
        margin: 0;
        padding: 0;
        width: 100%;
      }

      .heading {
        margin: 1px;
        font-weight: 500;
        color: #fff;
        padding: 3px 10px;
        cursor: pointer;
        position: relative;
        background-color: #6D91AF; /*#8CA1AD; #6D91AF; #3571b1; #91BEE2; #5395AA ;*/
      }

      .heading2 {
        margin: 1px;
        font-weight: 500;
        color: #fff;
        padding: 3px 10px;
        cursor: pointer;
        position: relative;
        background-color: #6D91AF; /*6D91AF; #8CA1AD; #3571b1; #91BEE2; #5395AA; */
      }

      .content {
        padding: 5px 0px 5px 0px;
        background-color: #ffffff;
      }

      p {
        padding: 5px 0;
      }

      .associated-heading-title { padding-left: 4px; font-weight: bold; }

      /****************************************************/
      /* jestrada - 10/27/2015                           */
      /* custom code added for rice-upflow-data */
      /****************************************************/
      /* #rice-upflow-data {margin: 0px 0px 0px 30px !important; padding: 20px 0px !important; border-bottom:#cccccc dotted 1px !important;}
        .title { font-size: 1.2em !important; color: #639AC1 !important; line-height: 1.5em !important; font-weight:600 !important;}
		@media (max-width: 480px) {#rice-upflow-data {margin: 0px !important; padding: 15px 0px !important;}
        }
		font:bold 0.52em Arial, Helvetica, sans-serif;color:#666666;display:block;float:left;margin-top:30px;padding-left:9px;}
        padding-top:5px;}*/

	.mtg-switch-mob{display:none;}.mtg-switch-dt{display:block;}
	.table-condensed > tbody > tr > td,
	.table-condensed > tbody > tr > th,
	.table-condensed > tfoot > tr > td,
	.table-condensed > tfoot > tr > th,
	.table-condensed > thead > tr > td,
	.table-condensed > thead > tr > th {
					padding: 10px;line-height:20px!important;
	}

	.table tr {
					border-bottom: 1px dotted #B6B6B6;
					padding-bottom: 25px;
	}

	.table>thead>tr>th {/*vertical-align:middle!important;*/padding-bottom:0!important;padding-top:5px!important;font-size:smaller;}

	.cls-crn {width:5%;}
	.cls-crs {width:13%;}
	.cls-ses {width:7%;}
	.cls-ttl {width:25%;}
	.cls-ins {width:20%;}
	.cls-mtg {width:25%;}
	.cls-crd {width:5%;}
	#mtg-lbl{font-size: 1em!important;font-weight:bold!important; margin-bottom:0!important;line-height:20px!important;height:20px!important;}
	/*.cls-mtg-sm {font-size:smaller;}*/

	/*jaj3*/
	@media screen and (max-width: 600px) {
		table {
			border: 0;
		}

		table thead {
			display: none;
		}

		table tr {
			margin-bottom: 0px;
			display: block;
			padding-bottom: 10px !important;
		}

		table tr:after {
			content: "";
			display: table;
			clear: both;
		}

		table tr:nth-child(even) {
		background-color: #eee;
			}

		table tr:before {
			display: block;
			border-bottom: 2px solid #ddd;
		}

		table td {
			box-sizing: border-box;
			display: block;
			float: left;
			clear: left;
			width: 100%;
			text-align: right!important;
			font-size: 13px;
			/*border-bottom: 1px dotted #ccc;*/
		}

		table td:last-child {
			border-bottom: 0;
		}

		table td:before {
			content: attr(data-label);
			float: left;
			text-transform: none;
			font-weight: bold;
		}
		.mtg-switch-mob{display:block;}.mtg-switch-dt{display:none;}
		.cls-crn {width:auto;white-space: nowrap;}
		.cls-crs {width:auto;white-space: nowrap;}
		.cls-ses {width:auto;white-space: nowrap;}
		.cls-ttl {width:auto;white-space: nowrap;}
		.cls-ins {width:auto;white-space: nowrap;}
		.cls-mtg {width:auto;white-space: nowrap;}
		.cls-crd {width:auto;white-space: nowrap;}
	}
	.indent-wrap {text-indent: -2em; padding-left: 2em;}
	.row.syllabus {
	display: inline-block;
	}
  