* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content {
  width: 80%;
  margin: 50px auto;
  padding: 20px;
}
.content h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.content h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 20px;
}
.content p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.content p:last-child {
  margin: 0;
}
.content a.button {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
}
.content a.button:hover {
  background: #000;
  color: #fff;
}
.content.title {
  position: relative;
  background: #333;
}
.content.title h1 span.demo {
  display: inline-block;
  font-size: .5em;
  padding: 10px;
  background: #fff;
  color: #333;
  vertical-align: top;
}
.content.title .back-to-article {
  position: absolute;
  bottom: -20px;
  left: 20px;
}
.content.title .back-to-article a {
  padding: 10px 20px;
  background: #f60;
  color: #fff;
  text-decoration: none;
}
.content.title .back-to-article a:hover {
  background: #fff;
}
.content.title .back-to-article a i {
  margin-left: 5px;
}
.content.white {
  background: #fff;
  box-shadow: 0 0 10px #999;
}
.content.black {
  background: #000;
}
.content.black p {
  color: #999;
}
.content.black p a {
  color: #08c;
}


.dropdown-menu {
  min-width: 240px;
  background-color: #f5f5f5;
}
.dropdown-menu.columns-2 {
  min-width: 380px;
}
.dropdown-menu.columns-3 {
  min-width: 520px;
}
.dropdown-menu li a {
  margin-left: -25px;
  padding: 5px 15px;
  font-weight: 300;
  background-color: #f5f5f5;
}
.multi-column-dropdown {
  list-style: none;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.single-column-dropdown {
  list-style: none;
}

.single-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
}

.single-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.divider {
  background-color: pink;
}

/* menu for phones */
/* Portrait */
@media (max-width:550px) {
    .dropdown-toggle li a {
      color: pink;
    }
    .dropdown-toggle {
      background-color: transparent;
      min-width: 240px;
      color: pink;
    }
    .dropdown-toggle a {
      background-color: transparent;
      min-width: 240px;
      color: pink;
    }
    .dropdown-menu {
      min-width: 140px;
      max-width: 240px;
      color: #fff;
      background-color: transparent;
    }
    .dropdown-menu.columns-2 {
      min-width: 140px;
      max-width: 240px;
    }
    .dropdown-menu.columns-3 {
      min-width: 140px;
      max-width: 240px;
    }
    .dropdown-menu li a {
      padding: 5px 15px;
      margin-left: -25px;
      font-weight: 300;
      color: #fff;
      background-color: transparent;
    }
    .multi-column-dropdown {
      list-style: none;
      max-width: 240px;
    }
    .multi-column-dropdown li a {
      display: block;
      clear: both;
      line-height: 1.428571429;
      color: #fff;
      white-space: normal;
    }
    .multi-column-dropdown li a:hover {
      text-decoration: none;
      color: #eaec1f;
      background-color: transparent;
      max-width: 240px;
    }
    .single-column-dropdown {
      max-width: 240px;
      list-style: none;
    }
    .single-column-dropdown li a {
      display: block;
      clear: both;
      line-height: 1.428571429;
      color: #fff;
      white-space: normal;
    }
    .single-column-dropdown li a:hover {
      text-decoration: none;
      color: #eaec1f;
      background-color: transparent;
      max-width: 240px;
    }
    .divider {
      margin-left: -25px;
    }
}



/*@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
    background-color: transparent;
  }
  .dropdown-menu {
    background-color: #fff;
  }
  ..multi-column-dropdown li a {
    background-color: #007eba; 
  }
}*/

@media (max-width: 480px) {
  .content {
    width: 90%;
    margin: 50px auto;
    padding: 10px;
  }
  .navbar-toggle {
    background: inherit;
    /*border-bottom: none;*/
  }
  .box {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  #header {

  }
}

/*.navbar {
background: rgba(0, 0, 0, 0.2);
border-bottom: none;
color: #fff;
font-size: 13px;
font-weight: bold;
}*/

.navbar {
background-color: #007eba;
border-bottom: none;
}

.navbar-brand {
margin-top: -10px;
}

#header {
background-position: 30% center;
background-size: cover;
background-repeat: no-repeat;
color: #ffffff;
padding: 14em 0em 8em;
text-align: left;
height: auto;
max-width: 100%;
display: block;
background-color: #6585a5;
}

.box {
background-color: #007eba;
opacity: 1.6;
padding: 10px;
font-size: 19px;
color: #fff;
width: 60%;
max-width: 100%;
}


/* Footer */

#footer {
  background: #00427a;
  padding: 1em 0em 4em;
}

  #footer h2, #footer h3, #footer h4 {
    color: #ffffff;
  }

  #footer p, #footer a, #footer li {
    color: #cdced0;
  }

  #footer .links {
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    margin-bottom: 4em;
    padding-bottom: 1em;
  }

  #footer .copyright {
    margin-top: 2.85em;
    padding: 0;
  }

    #footer .copyright li {
      color: #fff;
      display: inline-block;
      list-style: none;
      margin-left: 0.5em;
      padding-left: 0.5em;
    }

      #footer .copyright li:first-child {
        margin-left: 0;
        padding-left: 0;
      }

    #footer .copyright a {
      color: #858585;
    }

  #footer .icons {
    text-align: right;
  }

  #footer a.icon {
    color: #ffffff;
    font-size: 0.65em;
    height: 4em;
    line-height: 4em;
    width: 4em;
    cursor: pointer;
  }


      .row {
        border-bottom: solid 1px transparent;
      }

      .row > * {
        float: left;
      }

      .row:after, .row:before {
        content: '';
        display: block;
        clear: both;
        height: 0;
      }

      .row.uniform > * > :first-child {
        margin-top: 0;
      }

      .row.uniform > * > :last-child {
        margin-bottom: 0;
      }

      /* Gutters */

        /* Normal */

          .row > * {
            /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
            padding: 0 0 0 2em;
          }

          .row {
            /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
            margin: 0 0 -1px -2em;
          }

          .row.uniform > * {
            /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
            padding: 2em 0 0 2em;
          }

          .row.uniform {
            /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
            margin: -2em 0 -1px -2em;
          }

        /* 200% */

          .row.\32 00\25 > * {
            /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
            padding: 0 0 0 4em;
          }

          .row.\32 00\25 {
            /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
            margin: 0 0 -1px -4em;
          }

          .row.uniform.\32 00\25 > * {
            /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
            padding: 4em 0 0 4em;
          }

          .row.uniform.\32 00\25 {
            /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
            margin: -4em 0 -1px -4em;
          }

        /* 150% */

          .row.\31 50\25 > * {
            /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
            padding: 0 0 0 1.5em;
          }

          .row.\31 50\25 {
            /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
            margin: 0 0 -1px -1.5em;
          }

          .row.uniform.\31 50\25 > * {
            /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
            padding: 1.5em 0 0 1.5em;
          }

          .row.uniform.\31 50\25 {
            /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
            margin: -1.5em 0 -1px -1.5em;
          }

        /* 50% */

          .row.\35 0\25 > * {
            /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
            padding: 0 0 0 1em;
          }

          .row.\35 0\25 {
            /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
            margin: 0 0 -1px -1em;
          }

          .row.uniform.\35 0\25 > * {
            /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
            padding: 1em 0 0 1em;
          }

          .row.uniform.\35 0\25 {
            /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
            margin: -1em 0 -1px -1em;
          }

        /* 25% */

          .row.\32 5\25 > * {
            /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
            padding: 0 0 0 0.5em;
          }

          .row.\32 5\25 {
            /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
            margin: 0 0 -1px -0.5em;
          }

          .row.uniform.\32 5\25 > * {
            /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
            padding: 0.5em 0 0 0.5em;
          }

          .row.uniform.\32 5\25 {
            /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
            margin: -0.5em 0 -1px -0.5em;
          }

        /* 0% */

          .row.\30 \25 > * {
            padding: 0;
          }

          .row.\30 \25 {
            margin: 0 0 -1px 0;
          }


/* custom list styles - GENERIC */
.list-generic {
  padding: 10px;
  margin-left: 20px;
  line-height: 25px;
}


/* notify badges */
.badge {
  display: block;
  position: absolute;
  top: 6px;
  right: 3px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

 .badge.blue {
  background: #67c1ef;
  border-color: #30aae9;
  background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
  background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}

 .badge.green {
  background: #77cc51;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}

 .badge.yellow {
  background: #faba3e;
  border-color: #f4a306;
  background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
  background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
  background-image: -o-linear-gradient(top, #fcd589, #faba3e);
  background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}

 .badge.red {
  background: #fa623f;
  border-color: #fa5a35;
  background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);
}

/* card hover */
.card:hover {
  background-color: #D7ECF5;
}

.panel-body-hover:hover {
 background-color: #D7ECF5; 
}

/* for panel accordian */
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

/* right pad lists */

ul,ol {
  margin-left: 25px;
}

p {
  padding-top: 1px;
  padding-bottom: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 250px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 280px;
  background-color: #f5f5f5;
}

h3,h4 {
  font-weight: 700;
}

/** custom breadcrumbs **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

/* brand text */
.ucd-cs {
  position: relative;
  float: right;
  margin-top: 14px;
  margin-left: 4px; 
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 12px;
}

.ucd-cs:hover {
  text-decoration: none;
  color: white;
}

.navbar {
  font-size: 1.3rem;
}