/*Variables*/
/*Mixins*/
/*Fonts*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather"), url("../fonts/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: local("Merriweather Heavy"), local("Merriweather-Heavy"), url("../fonts/ZvcMqxEwPfh2qDWBPxn6ngi3Hume1-TKjJz2lX0jYjo.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local("Merriweather Italic"), local("Merriweather-Italic"), url("../fonts/So5lHxHT37p2SS4-t60SlHpumDtkw9GHrrDfd7ZnWpU.woff") format("woff"); }

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 900;
  src: local("Merriweather Heavy Italic"), local("Merriweather-HeavyItalic"), url("../fonts/EYh7Vl4ywhowqULgRdYwIFrTzzUNIOd7dbe75kBQ0MM.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/2UX7WLTfW3W8TclTUvlFyQ.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed Regular"), local("RobotoCondensed-Regular"), url("../fonts/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url("../fonts/BP5K8ZAJv9qEbmuFp8RpJfHZ7IfZvqUgXLEMrfwTXOk.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url("../fonts/mg0cGfGRUERshzBlvqxeAAm1Bdh5PCvFKhAPu2iWX-U.woff") format("woff"); }

/*Begin Styles*/
body {
  color: #333;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  line-height: 1.5;
  background: #fff; }

a {
  -webkit-transition-property: color, border;
  -moz-transition-property: color, border;
  -o-transition-property: color, border;
  transition-property: color, border;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.wrap {
  width: 89rem; }

#wrapper {
  margin: 0 auto;
  width: 89rem;
  padding: 0 20px;
  box-sizing: border-box; }

@media (max-width: 1439px) {
  .wrap,
  #wrapper {
    width: 74rem; } }

@media (max-width: 1199px) {
  .wrap,
  #wrapper {
    width: auto; } }

/*Back to top*/
a#totop {
  width: 40px;
  height: 40px;
  display: block;
  background: #418fde url(../images/top-arrow.png) no-repeat center center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -9999em; }

/*Accessibility*/
.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }

.accessible ul {
  text-align: right; }

.accessible ul li {
  margin: 0 0 0 .5em;
  display: inline; }

.accessible.noscript {
  position: relative;
  left: 0; }

/*Core Layout*/
#nav-col {
  width: 17%;
  float: left; }
  @media (max-width: 1119px) {
    #nav-col {
      width: 25%; } }
  @media (max-width: 767px) {
    #nav-col {
      width: auto;
      float: none;
      margin-top: 20px; } }

#container {
  margin: 0 0 20px 0; }

#content-col {
  width: 83%;
  float: left;
  padding-left: 40px;
  box-sizing: border-box; }
  @media (max-width: 1119px) {
    #content-col {
      width: 75%; } }
  @media (max-width: 767px) {
    #content-col {
      width: auto;
      float: none;
      padding: 0;
      margin-top: 20px; } }

/*Meta Info*/
#meta-info {
  padding: 7px 0;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
  line-height: 1;
  background: #002855; }
  #meta-info .wrap {
    margin: 0 auto; }
  #meta-info a {
    margin: 0 0 0 15px;
    color: #BDD3EB;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      #meta-info a {
        margin: 0; } }
  #meta-info a:hover {
    color: #fff; }
  @media screen and (max-width: 767px) {
    #meta-info {
      display: none; } }

/*Header*/
#header {
  padding: 10px 0 20px;
  background-color: #b9d9eb; }
  #header .wrap {
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box; }
  @media (max-width: 767px) {
    #header {
      padding: 10px 0; } }

/*Logo*/
#logo {
  width: 280px;
  float: left;
  position: relative;
  z-index: 100; }
  #logo a {
    width: 320px;
    height: 50px;
    display: block;
    text-indent: -9999em;
    background-image: url(../images/title-home-hd.png);
    background-repeat: no-repeat;
    background-size: 320px auto; }
    @media (max-width: 767px) {
      #logo a {
        background-image: url(../images/title-small-hd.png);
        width: 216px;
        height: 27px;
        background-size: 216px auto; } }

/*Menu Controls - Shows in Mobile Context*/
#menu-control {
  float: right;
  display: none; }
  #menu-control a.menu-btn {
    margin-top: 10px;
    padding: 5px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/icon-cl-menu.png) no-repeat center center;
    text-decoration: none;
    text-indent: -9999em; }
  #menu-control a.menu-btn:hover {
    background: #ad924f url(../images/icon-cl-menu.png) no-repeat center center; }
  @media screen and (max-width: 1039px) {
    #menu-control {
      display: block; } }

/*Search*/
#search-container {
  position: absolute;
  top: -58px;
  right: 7px;
  z-index: 6; }
  @media (max-width: 767px) {
    #search-container {
      position: static; } }
  #search-container #search {
    margin: 4px 35px 0 0;
    padding: 6px;
    width: 310px;
    float: right;
    font-size: 0.75em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    @media (max-width: 767px) {
      #search-container #search {
        float: none; } }
    #search-container #search label {
      display: none; }
    #search-container #search .searchbox {
      margin: 1px 0 0 0;
      background: none;
      border: none;
      width: 291px;
      float: left;
      outline: none; }
      @media screen and (max-width: 1039px) {
        #search-container #search .searchbox {
          width: auto;
          float: none; } }
    #search-container #search .submit {
      margin: 0 0 0 3px;
      text-indent: -9999em;
      text-transform: capitalize;
      width: 16px;
      height: 16px;
      float: right;
      cursor: pointer;
      background: url(../images/btn-search.png) no-repeat left top;
      border: none; }
    @media screen and (max-width: 1039px) {
      #search-container #search {
        margin: 0;
        width: auto;
        float: none; } }
  #search-container #search .submit:hover {
    background-position: 0 -16px; }
  @media screen and (max-width: 1039px) {
    #search-container {
      padding: 5px 8px;
      border-top: 1px solid #3A78BF;
      background: #418fde;
      position: static;
      width: auto;
      top: 0; } }

/*Page Meta*/
#page-meta {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 1.875em;
  color: #002855; }

/*Main Nav*/
#navigation {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-height: 40px;
  border-bottom: 8px solid #b9d9eb; }
  #navigation #nav-left {
    float: left; }
  #navigation #nav-right {
    float: right; }
    @media (max-width: 1119px) {
      #navigation #nav-right {
        display: none; } }
    #navigation #nav-right li a {
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 1px;
      line-height: 41px; }
      @media (max-width: 767px) {
        #navigation #nav-right li a {
          text-transform: none;
          font-size: inherit;
          letter-spacing: normal;
          line-height: 41px; } }
  @media (max-width: 1039px) {
    #navigation #nav-left,
    #navigation #nav-right {
      float: none;
      display: block;
      width: auto;
      clear: both; } }
  #navigation .wrap {
    margin: 0 auto;
    padding: 0 25px 0 15px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 1039px) {
      #navigation .wrap {
        padding: 0; } }
  #navigation ul li {
    font-size: 0.87em;
    color: #002855;
    float: left;
    position: relative; }
    @media screen and (max-width: 1039px) {
      #navigation ul li {
        float: none;
        display: block;
        border-top: 1px solid #3A78BF; } }
    #navigation ul li.navparent > a:after {
      font-family: FontAwesome;
      content: "\f107";
      margin-left: 0.5em;
      line-height: 90%;
      opacity: 0.5;
      font-size: 75%; }
  #navigation ul li a {
    padding: 0 1.25em;
    color: #002855;
    text-decoration: none;
    display: block;
    transition: all 150ms;
    line-height: 41px; }
    @media (max-width: 1039px) {
      #navigation ul li a {
        display: block;
        float: none;
        color: #fff; } }
  #navigation ul li.active > a {
    color: #fff;
    background-color: #3075bb; }
  #navigation ul li a:hover,
  #navigation ul li a:focus {
    color: #fff;
    background: #ad924f; }
  @media screen and (max-width: 1039px) {
    #navigation {
      max-height: none;
      border-bottom: none;
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: #418fde; } }
  #navigation ul.sub-menu {
    display: none;
    width: 100%;
    border-top: none;
    background: #fff;
    box-sizing: border-box; }
    @media (min-width: 1040px) {
      #navigation ul.sub-menu {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: -8px;
        width: 224px;
        width: 14rem;
        border: 8px solid #b9d9eb;
        border-radius: 0 0 4px 4px; } }
    #navigation ul.sub-menu li {
      float: none;
      display: block;
      border-top: 1px #2d70b4 solid;
      text-align: left; }
      #navigation ul.sub-menu li:first-child {
        border-top: none; }
      #navigation ul.sub-menu li a {
        display: block;
        box-sizing: border-box;
        line-height: normal;
        width: 100%;
        color: #fff;
        background-color: #3075bb;
        padding: 0.75rem 1rem;
        font-size: 0.75rem; }
        #navigation ul.sub-menu li a:hover, #navigation ul.sub-menu li a:focus {
          background: #ad924f;
          color: #fff; }

/*Breadcrumb*/
#breadcrumb {
  margin: 0 0 15px 0;
  padding: 10px 0;
  background: #002855;
  width: 100%;
  /*IE7 search box float fix*/
  border-bottom: 4px solid #cdc9c5; }
  #breadcrumb .wrap {
    margin: 0 auto; }
  #breadcrumb #edition {
    padding: 0 0 0 25px;
    font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
    font-weight: 900;
    color: #fff;
    width: 20%;
    float: left;
    box-sizing: border-box; }
    @media (max-width: 1119px) {
      #breadcrumb #edition {
        width: 25%; } }
    @media (max-width: 859px) {
      #breadcrumb #edition {
        font-size: 1em;
        line-height: 1.9; } }
    @media (max-width: 767px) {
      #breadcrumb #edition {
        float: none;
        width: auto;
        padding-left: 10px; } }
    #breadcrumb #edition a {
      color: #fff;
      text-decoration: none; }
  #breadcrumb #bread-right {
    margin: 4px 0 0 0;
    float: left;
    width: 80%;
    box-sizing: border-box; }
    @media (max-width: 1119px) {
      #breadcrumb #bread-right {
        width: 75%; } }
    @media (max-width: 767px) {
      #breadcrumb #bread-right {
        float: none;
        width: auto;
        padding-left: 10px; } }
    #breadcrumb #bread-right #bread-list {
      width: 550px;
      float: left; }
      #breadcrumb #bread-right #bread-list ul {
        font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.2; }
      #breadcrumb #bread-right #bread-list ul li {
        font-size: 0.75em;
        color: #7F99B9;
        display: inline; }
      #breadcrumb #bread-right #bread-list ul li a {
        color: #7F99B9;
        text-decoration: none; }
      #breadcrumb #bread-right #bread-list ul li:first-child a {
        border-bottom: 1px solid #7F99B9; }
      #breadcrumb #bread-right #bread-list ul li a:hover {
        color: #fff;
        border-bottom: 1px solid #fff; }
      @media screen and (max-width: 767px) {
        #breadcrumb #bread-right #bread-list {
          margin: 0 0 10px 0;
          width: auto;
          float: none; } }
    #breadcrumb #bread-right #print {
      margin: 0 35px 0 0;
      width: 20px;
      float: right;
      text-align: right; }
      #breadcrumb #bread-right #print p {
        margin: 0;
        font-size: 1.25em;
        line-height: 1.2;
        color: #fff; }
        #breadcrumb #bread-right #print p span {
          display: none; }
        #breadcrumb #bread-right #print p a {
          color: #fff;
          text-decoration: none; }
          #breadcrumb #bread-right #print p a:after {
            content: '\f02f';
            font-family: "FontAwesome"; }
      @media screen and (max-width: 767px) {
        #breadcrumb #bread-right #print {
          margin: 0;
          width: auto;
          float: none;
          text-align: left; } }
    @media screen and (max-width: 767px) {
      #breadcrumb #bread-right {
        width: auto;
        float: none; } }
  @media screen and (max-width: 767px) {
    #breadcrumb {
      margin: 0;
      padding: 8px;
      box-sizing: border-box; } }

/*Nav Col*/
#cl-menu {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #E1E0DC;
  background: #f6f5f4; }
  #cl-menu ul {
    font-size: 0.875em; }
  #cl-menu ul ul {
    margin: 0 0 .5em 0;
    font-size: 0.85em; }
  #cl-menu ul ul ul {
    margin: 0;
    font-size: 1em; }
  #cl-menu ul li a {
    padding: 0.35em 1em;
    text-decoration: none;
    display: block;
    color: #3a6188;
    border-top: 1px solid #E1E0DC;
    background: #edecea; }
  #cl-menu ul ul li a {
    padding: 0.25em 1em 0.25em 2em;
    border-top: none;
    background: #f6f5f4 url(../images/arrow.png) no-repeat 1em 8px; }
  #cl-menu ul ul ul li a {
    padding: 0.25em 1em 0.25em 3em;
    background-position: 2em 8px; }
  #cl-menu ul li.active > a {
    color: #fff;
    background: #ad924f; }
  #cl-menu ul ul li.active > a {
    color: #3a6188;
    background: #f6f5f4 url(../images/arrow.png) no-repeat 1em 8px; }
  #cl-menu ul ul ul li.active > a {
    background-position: 2em 8px; }
  #cl-menu ul ul li.self > a {
    color: #002855;
    font-weight: bold;
    background: #EDECEA url(../images/arrow-active.png) no-repeat 1em 8px; }
  #cl-menu ul ul ul li.self > a {
    background-position: 2em 8px; }
  #cl-menu ul li a:hover {
    color: #fff;
    background: #ad924f; }
  #cl-menu ul ul li a:hover {
    color: #ad924f;
    background: #f6f5f4 url(../images/arrow-over.png) no-repeat 1em 8px; }
  #cl-menu ul ul ul li a:hover {
    background-position: 2em 8px; }

/*CL Menu Controls - Shows in Mobile Context*/
#cl-menu-control {
  padding: 7px 10px;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #418fde;
  display: none; }
  #cl-menu-control a.cl-menu-text {
    color: #fff;
    float: left;
    font-size: 1em;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  #cl-menu-control a.cl-menu-btn {
    display: block;
    width: 32px;
    float: right;
    background: url(../images/icon-cl-menu.png) no-repeat center center;
    text-decoration: none;
    text-indent: -9999em; }

/*Footer*/
#footer {
  padding: 40px 0;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #b9d9eb; }
  #footer .wrap {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #footer .wrap {
        margin: 0;
        width: auto; } }
  #footer h2 {
    margin: 0 0 0.5em 0;
    font-size: 0.875em;
    font-weight: bold;
    color: #5D6871; }
  #footer p {
    color: #657278;
    font-size: 0.81rem;
    line-height: 1rem;
    margin-bottom: 0.5rem; }
    #footer p a {
      color: #4d6c88;
      text-decoration: none; }
      #footer p a:hover, #footer p a:focus {
        color: #002855;
        text-decoration: underline; }
  #footer ul {
    font-size: 0.81rem; }
  #footer ul li {
    color: #4D77A6; }
  #footer ul li a {
    color: #4D77A6;
    text-decoration: none; }
  #footer ul li a:hover {
    text-decoration: underline; }
  #footer #about {
    margin: 0 30px 0 0;
    float: left; }
    @media screen and (max-width: 767px) {
      #footer #about {
        margin: 0 10px 0 0; } }
  #footer #depts {
    margin: 0 30px 0 0;
    float: left; }
    @media screen and (max-width: 767px) {
      #footer #depts {
        margin: 0 10px 0 0; } }
  #footer #social {
    width: 140px;
    float: left; }
    #footer #social ul li a {
      display: block;
      text-indent: -9999em;
      height: 32px;
      width: 32px;
      float: left;
      position: relative;
      opacity: 0.8; }
      #footer #social ul li a:before {
        content: '';
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        background-image: url(../images/socialicons.svg);
        background-size: 256px 64px; }
    #footer #social ul li.facebook a:before {
      background-position: 0 -32px;
      background-color: #3b5998; }
    #footer #social ul li.twitter a:before {
      background-position: -32px -32px;
      background-color: #00aced; }
    #footer #social ul li.instagram a:before {
      background-position: -128px 0;
      background-color: #E4405F; }
    #footer #social ul li + li a {
      margin: 0 0 0 10px; }
    #footer #social ul li a:hover {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 20px 15px; } }

/*Copyright*/
#copyright {
  padding: 7px 0;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #BDD3EB;
  line-height: 1;
  background: #002855; }
  #copyright .wrap {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 35px; }
    @media screen and (max-width: 767px) {
      #copyright .wrap {
        padding: 0; } }
  #copyright p {
    font-size: 11px; }
  #copyright a {
    color: #BDD3EB;
    text-decoration: none; }
  #copyright a:hover {
    color: #fff; }
  @media screen and (max-width: 767px) {
    #copyright {
      padding: 8px; } }

/*Content*/
/*General Typography*/
#content a {
  color: #418fde; }

#content a:hover {
  color: #ad924f; }

#content h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2; }

#content h1 {
  font-size: 1.953125em;
  color: #002855;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    #content h1 {
      font-size: 2.5em; } }

#content h2 {
  font-size: 1.5625em;
  color: #173b64; }

#content h3 {
  font-size: 1.25em;
  color: #2f4f73; }

#content h4 {
  font-size: 1em;
  color: #476382; }

#content h5 {
  font-size: 0.8em;
  color: #5f7691; }

#content h6 {
  font-size: 0.619791875em;
  text-transform: uppercase;
  letter-spacing: 1px; }

#content p, #content dl {
  font-size: 1em;
  margin: 0 0 1em 0; }

#content ul {
  font-size: 1em;
  list-style: disc;
  margin: 0 0 0.5em 25px; }

#content ol {
  font-size: 1em;
  list-style: decimal;
  margin: 0 0 0.5em 30px; }

#content ol li, #content ul li {
  margin: 0 0 0.25em 0; }

#content li br {
  margin: 0 0 0.5em 0; }

#content ul li ul, #content ol li ol {
  font-size: 1em; }

#content ol li ul, #content ul li ol {
  font-size: 1em; }

#content li p {
  margin: 0;
  font-size: 1em; }

#content sup {
  font-size: 0.8em;
  vertical-align: super;
  line-height: 1; }

#content sub {
  font-size: 0.8em;
  vertical-align: sub;
  line-height: 1; }

#content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6E6E6;
  margin: 1em 0;
  padding: 0; }

/*Intro Text*/
#content p.introtext {
  font-size: 1.125em; }

/*Nested Ordered Lists*/
#content ol ol {
  list-style: lower-alpha;
  margin: 0 0 0.25em 30px; }

#content ol ol ol {
  list-style: lower-roman; }

#content ol ol li:first-child, #content ol ol ol li:first-child {
  margin-top: 0.25em; }

/*Nested Unordered Lists*/
#content ul ul {
  margin: 0 0 0.25em 25px; }

#content ul ul li:first-child, #content ul ul ul li:first-child {
  margin-top: 0.25em; }

/*Tightlist*/
#content ul.tightlist {
  list-style: none;
  margin: 0 0 0.5em 0; }

#content ul.tightlist ul {
  list-style: none;
  margin: 0 0 0 25px; }

#content ul.tightlist li {
  margin: 0 0 0 0; }

#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {
  margin-top: 0; }

/*Blockquotes*/
#content blockquote {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  font-style: italic; }

#content blockquote cite {
  display: block;
  font-size: 1em; }

#content blockquote cite:before {
  content: "\2014 \0020"; }

#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #ccc; }

/*Tables*/
#content table, .lfjsbubble table {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  margin: 0 0 1em 0;
  width: 100%;
  border-top: 1px solid #E6E6E6; }

#content th, .lfjsbubble th {
  padding: 0.25em;
  vertical-align: top;
  font-weight: bold;
  border-bottom: 3px solid #E6E6E6;
  text-align: left;
  color: #999;
  text-transform: uppercase; }

#content td, .lfjsbubble th {
  border-top: 1px solid #E6E6E6;
  padding: 0.25em;
  vertical-align: top; }

#content td img, .lfjsbubble th {
  vertical-align: top; }

#content td ul, #content td ol, .lfjsbubble td ul, .lfjsbubble td ol {
  margin-bottom: 0;
  font-size: 1em; }

#content td p, .lfjsbubble td p {
  margin: 0;
  font-size: 1em; }

/*Two Columns*/
#content .cola {
  width: 340px;
  float: left; }

#content .colb {
  width: 340px;
  float: right; }

@media screen and (max-width: 767px) {
  #content .cola, #content .colb {
    width: auto;
    float: none; } }

/*Structured Content*/
/*Globals*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
  font-weight: bold; }

#content tr.odd {
  background: #E6E6E6; }

#content tr.orclass td {
  padding-top: 0;
  border-top: none; }

#content tr.orclass td.codecol {
  text-indent: 0.75em; }

#content td.hourscol,
#content th.hourscol {
  text-align: right; }

#content .hiddencourselist {
  display: none; }

/*Footnotes*/
#content .sc_footnotes {
  border: 0; }
  #content .sc_footnotes td {
    padding: 0 0 0.75em 0;
    border: 0; }
  #content .sc_footnotes td.symcol {
    width: 15px;
    font-size: .8em; }

/*Course Blocks*/
#content p.courseblocktitle {
  margin: 0;
  font-weight: bold; }

/*Inline Courses*/
#content span.sc_courseinline {
  font-style: italic; }

/*Custom Table Widths*/
#content table.tbl_academiccalendar col.column0,
#content table.tbl_academiccalendar col.column1 {
  width: 100px; }

#content table.sc_courselist td.codecol {
  width: 120px; }

#content table.tbl_coursecodeletters col.column0,
#content table.tbl_coursecodedigits col.column0 {
  width: 100px; }

/*Tabs*/
#content #tabs {
  margin: 0 0 1rem 0; }
  #content #tabs ul {
    margin: 0;
    list-style: none; }
  #content #tabs ul li {
    font-size: 1em;
    display: inline; }
  #content #tabs ul li a {
    margin: 0 3px 3px 0;
    padding: 0.5em 1em;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #418fde;
    display: block;
    float: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
  #content #tabs ul li a:hover,
  #content #tabs ul li.active a {
    background: #ad924f; }

/*A-Z Index*/
#content ul.letternav {
  margin: 0 0 1em 0;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none; }
  #content ul.letternav li {
    margin: 0 1px 1px 0;
    text-transform: uppercase;
    font-weight: bold;
    float: left; }
  #content ul.letternav li a,
  #content ul.letternav li.inactive {
    padding: 0.25em 0.5em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 1em;
    float: left;
    border: none;
    background: #002855; }
  #content ul.letternav li.inactive {
    background: #b9d9eb; }
  #content ul.letternav li a {
    color: #fff;
    text-decoration: none;
    border: none; }
  #content ul.letternav li a:hover,
  #content ul.letternav li a:active,
  #content ul.letternav li a:focus {
    background: #418fde; }

/*Image Floats*/
#content img.imgleft {
  padding: 0 10px 10px 0;
  float: left;
  max-width: 200px; }

#content img.imgright {
  padding: 0 0 10px 10px;
  float: right;
  max-width: 200px; }

/*h2 Toggle*/
#content h2.toggle {
  background: url(../images/arrow-collapsed.png) no-repeat right center; }

#content h2.toggle button {
  padding-left: 0; }

#content h2.toggle button::before {
  display: none; }

#content h2.toggle.expanded {
  background: url(../images/arrow-collapse.png) no-repeat right center; }

#content .toggle-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }

#content .toggle-content {
  display: block; }
  #content .toggle-content[aria-hidden=true] {
    display: none; }

/*Archive Message*/
#content .archive-message p,
#content .shared-message p {
  padding: 0.5em;
  border: 1px solid #E6E6E6; }

/*Site Search Pagination*/
#content .gcs-pagination {
  text-align: center; }

#content .gcs-pagination a,
#content .gcs-pagination .current {
  padding: 5px 12px;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #333;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #E6E6E6;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(#fff, #e6e6e6);
  background-image: -o-linear-gradient(#fff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
  background-image: -webkit-linear-gradient(#fff, #e6e6e6);
  background-image: -ms-linear-gradient(#fff, #e6e6e6);
  background-image: linear-gradient(#fff, #e6e6e6);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

#content .gcs-pagination .current {
  color: #fff;
  background-color: #999;
  background-image: none; }

/*Google Custom Search*/
#content a.gcs-url {
  overflow: hidden;
  text-overflow: ellipsis; }

#content .gcs-total {
  font-style: italic; }

#content #sitesearch .gcs-result h3 {
  margin: 0;
  font-size: 1em; }

/*Special <p> conditions*/
#content .barnardonly,
#content .cconly,
#content .gsonly {
  display: none; }

#content .cconly {
  display: block; }

/*Print Popup*/
#print-dialog {
  padding: 0;
  width: 350px;
  font-size: 1em;
  background: #fff;
  text-align: left;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  #print-dialog .print-header {
    padding: 10px;
    font-size: 1.25em;
    font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
    border-bottom: 1px solid #E6E6E6; }
  #print-dialog .print-body {
    padding: 10px; }
  #print-dialog .print-option {
    padding: 0 0 10px 0; }
  #print-dialog .print-option a {
    color: #418fde;
    text-decoration: none; }
  #print-dialog .buttons {
    padding: 10px;
    background: #418fde; }
  #print-dialog .cancel a {
    padding: 5px 12px;
    display: inline-block;
    font-size: 1em;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: right;
    border: 1px solid #E6E6E6;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(#fff, #e6e6e6);
    background-image: -o-linear-gradient(#fff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
    background-image: -webkit-linear-gradient(#fff, #e6e6e6);
    background-image: -ms-linear-gradient(#fff, #e6e6e6);
    background-image: linear-gradient(#fff, #e6e6e6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  #print-dialog.noscript {
    display: block;
    position: relative; }
  @media screen and (max-width: 767px) {
    #print-dialog {
      width: 90%; } }

/*LFJS Overrides*/
.lfjsbubble .lfjsbubblecontent span.prereq {
  display: block; }

.lfjsbubble table {
  margin: 1em 0; }

/*Clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
