html.wf-loading #content-wrapper {
  opacity: 0; }

body {
  font-family: "proxima-nova";
  font-size: 12px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYzRhYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZGVjNGFjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dec4ac), color-stop(50%, #dec4ac), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#dec4ac, #dec4ac 50%, #ffffff);
  background-image: -webkit-linear-gradient(#dec4ac, #dec4ac 50%, #ffffff);
  background-image: linear-gradient(#dec4ac, #dec4ac 50%, #ffffff);
  background-attachment: fixed; }
  @media (min-width: 0px) and (max-width: 800px) {
    body {
      background-color: #f15a29; } }

blockquote {
  padding-right: 35%;
  float: left;
  clear: both;
  margin: 0 40px 40px; }
  blockquote footer {
    width: auto;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-align: right;
    background: inherit; }

a.button {
  border: thin solid #f15a29;
  color: #f15a29;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  transition: background .35s linear, color .35s linear; }
  a.button:hover {
    background: #f15a29;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
    transition: background .5s ease, color .5s ease; }

.clearfix::before {
  content: '';
  display: table; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

body {
  margin: 0; }
  body #content-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    -moz-box-shadow: 0px 0px 50px -12px #231f20;
    -webkit-box-shadow: 0px 0px 50px -12px #231f20;
    box-shadow: 0px 0px 50px -12px #231f20; }
    body #content-wrapper.noscroll {
      position: fixed;
      margin-top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    body #content-wrapper #content {
      background-color: #ffffff;
      min-height: 600px;
      overflow: hidden;
      *zoom: 1; }

header, #header-wrapper {
  position: absolute;
  z-index: 2000;
  width: 100%; }
  header div#banner, #header-wrapper div#banner {
    width: 100%;
    height: 36px;
    text-align: right;
    background-color: #303030;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media (min-width: 0px) and (max-width: 800px) {
      header div#banner, #header-wrapper div#banner {
        display: none; } }
    header div#banner div, #header-wrapper div#banner div {
      color: #bcbec0;
      display: inline-block;
      font-family: 'proxima-nova';
      text-transform: uppercase;
      margin-right: 8%;
      padding: 8px 0; }
      header div#banner div.search-top a.search-open, #header-wrapper div#banner div.search-top a.search-open {
        cursor: pointer;
        font-size: 116.7%;
        text-decoration: none;
        white-space: nowrap; }
        header div#banner div.search-top a.search-open:hover, #header-wrapper div#banner div.search-top a.search-open:hover {
          color: #ffffff; }
        header div#banner div.search-top a.search-open i, #header-wrapper div#banner div.search-top a.search-open i {
          padding-left: 12px;
          padding-right: 0px;
          vertical-align: baseline; }
      header div#banner div a, #header-wrapper div#banner div a {
        color: #bcbec0;
        font-size: 175%; }
        header div#banner div a:hover, #header-wrapper div#banner div a:hover {
          color: #ffffff; }
        header div#banner div a i, #header-wrapper div#banner div a i {
          vertical-align: middle;
          padding: 0 14px; }
  header div#sticky-header, #header-wrapper div#sticky-header {
    width: 100%;
    max-width: 1200px;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    @media (min-width: 0px) and (max-width: 800px) {
      header div#sticky-header, #header-wrapper div#sticky-header {
        position: fixed;
        top: 0px; } }
    header div#sticky-header.sticky, #header-wrapper div#sticky-header.sticky {
      position: fixed;
      top: 0px; }
    header div#sticky-header div#header, #header-wrapper div#sticky-header div#header {
      background-color: #f15a29;
      height: 100px;
      width: 100%;
      max-width: 1200px;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      font-size: 133.3%;
      overflow: hidden;
      *zoom: 1; }
      header div#sticky-header div#header img, #header-wrapper div#sticky-header div#header img {
        height: 61px;
        border: none; }
      header div#sticky-header div#header.sticky, #header-wrapper div#sticky-header div#header.sticky {
        height: 48px; }
        header div#sticky-header div#header.sticky img, #header-wrapper div#sticky-header div#header.sticky img {
          height: 30px;
          margin-top: 9px; }
          header div#sticky-header div#header.sticky img#logo, #header-wrapper div#sticky-header div#header.sticky img#logo {
            opacity: 1; }
          header div#sticky-header div#header.sticky img#logo-text, #header-wrapper div#sticky-header div#header.sticky img#logo-text {
            height: 40px;
            margin-top: -1px; }
            @media (min-width: 0px) and (max-width: 800px) {
              header div#sticky-header div#header.sticky img#logo-text, #header-wrapper div#sticky-header div#header.sticky img#logo-text {
                height: 30px;
                margin-top: 9px; } }
        header div#sticky-header div#header.sticky div#nav, #header-wrapper div#sticky-header div#header.sticky div#nav {
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          header div#sticky-header div#header.sticky div#nav a, #header-wrapper div#sticky-header div#header.sticky div#nav a {
            margin-bottom: 0;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
      header div#sticky-header div#header img, #header-wrapper div#sticky-header div#header img {
        float: left;
        height: 61px;
        margin-top: 19px; }
        header div#sticky-header div#header img#logo, #header-wrapper div#sticky-header div#header img#logo {
          margin-left: 8%;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        header div#sticky-header div#header img#logo-text, #header-wrapper div#sticky-header div#header img#logo-text {
          opacity: 1;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media (min-width: 0px) and (max-width: 900px) {
            header div#sticky-header div#header img#logo-text, #header-wrapper div#sticky-header div#header img#logo-text {
              display: none; } }
      header div#sticky-header div#header div#nav, #header-wrapper div#sticky-header div#header div#nav {
        height: 100%;
        font-family: 'proxima-nova';
        font-weight: 600;
        text-align: right;
        text-transform: uppercase;
        margin: 0 8%;
        display: -ms-flexbox;
        -ms-flex-align: end;
        -ms-flex-pack: end;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        @media (min-width: 0px) and (max-width: 800px) {
          header div#sticky-header div#header div#nav, #header-wrapper div#sticky-header div#header div#nav {
            display: none; } }
        header div#sticky-header div#header div#nav a, #header-wrapper div#sticky-header div#header div#nav a {
          color: #ffffff;
          text-decoration: none;
          margin-left: 4%;
          margin-bottom: 18px;
          border-bottom: solid #f15a29;
          white-space: nowrap;
          display: inline-block; }
          header div#sticky-header div#header div#nav a:hover, #header-wrapper div#sticky-header div#header div#nav a:hover {
            border-bottom: solid #ffffff; }
          header div#sticky-header div#header div#nav a i, #header-wrapper div#sticky-header div#header div#nav a i {
            margin-left: 8px;
            -moz-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }
      header div#sticky-header div#header div#mobilenav, #header-wrapper div#sticky-header div#header div#mobilenav {
        display: none; }
        @media (min-width: 0px) and (max-width: 800px) {
          header div#sticky-header div#header div#mobilenav, #header-wrapper div#sticky-header div#header div#mobilenav {
            height: 100%;
            margin: 0 8%;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: -ms-flexbox;
            -ms-flex-align: end;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: flex-end;
            justify-content: flex-end; } }
        header div#sticky-header div#header div#mobilenav a, #header-wrapper div#sticky-header div#header div#mobilenav a {
          color: #ffffff;
          font-size: 175%;
          text-decoration: none;
          margin-left: 4%;
          margin-bottom: 0;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          border-bottom: solid #f15a29;
          white-space: nowrap; }
          header div#sticky-header div#header div#mobilenav a i, #header-wrapper div#sticky-header div#header div#mobilenav a i {
            margin-left: 15px; }
      @media (min-width: 0px) and (max-width: 800px) {
        header div#sticky-header div#header, #header-wrapper div#sticky-header div#header {
          height: 48px;
          font-size: 100%; }
          header div#sticky-header div#header img, #header-wrapper div#sticky-header div#header img {
            height: 30px;
            margin-top: 9px; }
            header div#sticky-header div#header img#logo-text, #header-wrapper div#sticky-header div#header img#logo-text {
              display: block; } }
  header div#overlay, #header-wrapper div#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none; }
  header div#menu-wrapper, #header-wrapper div#menu-wrapper {
    float: right;
    width: 425px; }
    header div#menu-wrapper div#menu, #header-wrapper div#menu-wrapper div#menu {
      display: none;
      position: fixed;
      top: 0px;
      width: 425px;
      max-width: 100%;
      height: 100%;
      text-align: right;
      background: rgba(255, 255, 255, 0.9);
      font-family: "proxima-nova";
      font-size: 175%;
      overflow: scroll; }
      @media (min-width: 0px) and (max-width: 800px) {
        header div#menu-wrapper div#menu, #header-wrapper div#menu-wrapper div#menu {
          font-size: 150%;
          right: 0; } }
      header div#menu-wrapper div#menu a#menu-close, #header-wrapper div#menu-wrapper div#menu a#menu-close {
        color: #7d7d7d;
        text-decoration: none;
        font-size: 300%;
        padding-right: 100px;
        font-family: "proxima-nova";
        font-weight: 100; }
        header div#menu-wrapper div#menu a#menu-close:hover, #header-wrapper div#menu-wrapper div#menu a#menu-close:hover {
          color: #f15a29; }
        @media (min-width: 0px) and (max-width: 800px) {
          header div#menu-wrapper div#menu a#menu-close, #header-wrapper div#menu-wrapper div#menu a#menu-close {
            padding-right: 40px; }
            header div#menu-wrapper div#menu a#menu-close:hover, #header-wrapper div#menu-wrapper div#menu a#menu-close:hover {
              color: #7d7d7d; } }
      header div#menu-wrapper div#menu ul, #header-wrapper div#menu-wrapper div#menu ul {
        margin-right: 100px;
        padding-left: 10px;
        padding-bottom: 25px;
        list-style: none;
        border-bottom: solid 2px #7d7d7d; }
        header div#menu-wrapper div#menu ul:last-child, #header-wrapper div#menu-wrapper div#menu ul:last-child {
          border-bottom: none; }
        @media (min-width: 0px) and (max-width: 800px) {
          header div#menu-wrapper div#menu ul, #header-wrapper div#menu-wrapper div#menu ul {
            margin-right: 40px; } }
        header div#menu-wrapper div#menu ul li, #header-wrapper div#menu-wrapper div#menu ul li {
          margin-top: 25px; }
          header div#menu-wrapper div#menu ul li.mobile, #header-wrapper div#menu-wrapper div#menu ul li.mobile {
            display: none; }
            @media (min-width: 0px) and (max-width: 800px) {
              header div#menu-wrapper div#menu ul li.mobile, #header-wrapper div#menu-wrapper div#menu ul li.mobile {
                display: list-item; } }
          header div#menu-wrapper div#menu ul li a, #header-wrapper div#menu-wrapper div#menu ul li a {
            color: #303030;
            text-decoration: none; }
            header div#menu-wrapper div#menu ul li a:hover, #header-wrapper div#menu-wrapper div#menu ul li a:hover {
              color: #f15a29; }
              @media (min-width: 0px) and (max-width: 800px) {
                header div#menu-wrapper div#menu ul li a:hover, #header-wrapper div#menu-wrapper div#menu ul li a:hover {
                  color: #303030; } }
            header div#menu-wrapper div#menu ul li a i, #header-wrapper div#menu-wrapper div#menu ul li a i {
              -moz-transition: all 0.1s ease;
              -o-transition: all 0.1s ease;
              -webkit-transition: all 0.1s ease;
              transition: all 0.1s ease; }
          header div#menu-wrapper div#menu ul li ul, #header-wrapper div#menu-wrapper div#menu ul li ul {
            border-right: solid 4px #7d7d7d;
            font-style: italic;
            padding-right: 10px;
            display: none;
            margin-top: 25px; }
            header div#menu-wrapper div#menu ul li ul li:first-child, #header-wrapper div#menu-wrapper div#menu ul li ul li:first-child {
              margin-top: 0px; }

#search {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3000; }
  @media (min-width: 0px) and (max-width: 800px) {
    #search {
      width: 100%; } }
  #search a#search-close {
    color: #7d7d7d;
    text-decoration: none;
    font-size: 300%;
    width: 44px;
    text-align: center;
    font-family: "proxima-nova";
    font-weight: 100;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3100; }
    #search a#search-close:hover {
      color: #f15a29; }
    @media (min-width: 0px) and (max-width: 800px) {
      #search a#search-close:hover {
        color: #7d7d7d; } }
  #search #searchbox {
    position: relative;
    width: 800px;
    height: 200px;
    background: rgba(255, 255, 255, 0.9);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px; }
    #search #searchbox #___gcse_0 {
      display: none; }
    #search #searchbox input#search-input {
      font-weight: 500;
      font-size: 500%;
      color: #303030;
      font-family: 'proxima-nova';
      text-align: center;
      border: none;
      background: none;
      width: 100%;
      z-index: 10;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      #search #searchbox input#search-input:focus {
        outline-width: 0; }
      #search #searchbox input#search-input + label {
        font-weight: 500;
        font-size: 500%;
        color: #303030;
        opacity: 0.7;
        font-family: 'proxima-nova';
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #search #searchbox input#search-input:hover + label {
        opacity: 1; }
      #search #searchbox input#search-input:focus + label {
        opacity: 0.4; }
      #search #searchbox input#search-input:valid + label {
        opacity: 0; }
    #search #searchbox input#search-submit {
      width: 0px;
      display: block;
      overflow: hidden;
      height: 0px;
      border: none;
      padding: 0; }
    @media (min-width: 0px) and (max-width: 800px) {
      #search #searchbox {
        width: 100%;
        height: 100px; }
        #search #searchbox input {
          font-size: 350%; }
          #search #searchbox input + label {
            font-size: 350%; }
          #search #searchbox input:hover + label {
            opacity: 0.7; }
          #search #searchbox input:valid + label {
            opacity: 0; } }

#search-results {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 75%;
  width: 75%;
  max-width: 800px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  z-index: 3000;
  overflow: hidden; }
  @media (min-width: 0px) and (max-width: 800px) {
    #search-results {
      width: 100%; } }
  #search-results a#search-results-close {
    color: #7d7d7d;
    text-decoration: none;
    font-size: 300%;
    width: 44px;
    text-align: center;
    font-family: "proxima-nova";
    font-weight: 100;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3100; }
    #search-results a#search-results-close:hover {
      color: #f15a29; }
    @media (min-width: 0px) and (max-width: 800px) {
      #search-results a#search-results-close:hover {
        color: #7d7d7d; } }
  #search-results #results-wrapper {
    margin-top: 40px;
    height: 100%;
    overflow: scroll; }

#header-buffer {
  height: 136px;
  width: 100%;
  background: #f15a29;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 0px) and (max-width: 800px) {
    #header-buffer {
      height: 48px; } }
  #header-buffer.sticky {
    height: 84px; }
    @media (min-width: 0px) and (max-width: 800px) {
      #header-buffer.sticky {
        height: 48px; } }

footer, #footer {
  background: #303030;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 116.7%;
  font-family: "proxima-nova";
  font-weight: 100; }
  @media (min-width: 0px) and (max-width: 800px) {
    footer, #footer {
      font-size: 66.6%; } }
  footer img, #footer img {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
    max-height: 63px; }
  footer #footer-links, #footer #footer-links {
    padding-bottom: 50px; }
    footer #footer-links a, #footer #footer-links a {
      color: #ffffff;
      text-decoration: none; }
      footer #footer-links a.highlight, #footer #footer-links a.highlight {
        color: #f15a29; }
      footer #footer-links a:hover, #footer #footer-links a:hover {
        text-decoration: underline; }
  footer .sesqui-logo, #footer .sesqui-logo {
    margin-left: 3%; }

/*CSS for Character Developement  website*/
/* ----- Sitewide Styles ----*/
body {
  margin: 0px;
  font-family: 'adelle', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #303030; }

body a {
  text-decoration: none;
  color: #144081; }

#ContentWrapper a:hover {
  text-decoration: underline;
  color: #83130F; }

.hide {
  position: absolute;
  top: -2000px; }

#PageWrapper {
  width: 100%;
  background: url(/units/images/templates/unit_banner_stripe.jpg) repeat-x;
  margin-left: auto;
  margin-right: auto; }

#Banner {
  height: 181px;
  /*background: url(/units/images/templates/unit_banner_cjmm.jpg) center no-repeat;*/
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  vertical-align: bottom; }

#state_invs {
  position: absolute;
  top: 30px;
  left: -450px;
  margin-left: 50%;
  height: 75px;
  width: 340px;
  display: block; }

#unit_invs {
  position: absolute;
  top: 100px;
  left: -450px;
  margin-left: 50%;
  height: 35px;
  width: 690px;
  display: block; }

#map_invs {
  position: absolute;
  top: 0;
  left: 240px;
  margin-left: 50%;
  height: 145px;
  width: 210px;
  display: block; }

#Banner #StateLinks {
  width: 912px;
  margin-left: auto;
  margin-right: auto; }

#Banner #StateLinks ul {
  margin-left: 320px; }

#Banner #StateLinks li {
  float: left;
  margin-right: 25px;
  list-style: none; }

#Banner #StateLinks a, #Banner #StateLinks a:active, #Banner #StateLinks a:hover, #Banner #StateLinks a:visited {
  font-weight: bold;
  color: #fec34e; }

#Banner #NavBar {
  margin-top: 0;
  width: 912px;
  margin-left: 50%;
  margin-right: auto;
  position: absolute;
  top: 143px;
  left: -456px;
  z-index: 2345; }

.UnitDirections {
  padding: 10px; }

#Content {
  margin-left: 0px;
  width: 1200px;
  /*max-width: 100%; Uncomment this once the Discover Extension section is able to change size dynamically */
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

#RightCol {
  float: right;
  margin-left: auto;
  margin-right: auto;
  width: 33.4%;
  font-family: 'proxima-nova';
  font-size: 133.3%;
  background-color: #e1f1fb; }
  #RightCol > div {
    width: 100%;
    padding-bottom: 10px; }
    #RightCol > div ul {
      margin: 0px;
      padding: 10px 20px 10px 45px; }
      #RightCol > div ul li {
        list-style: none;
        margin-top: 12px; }
        #RightCol > div ul li a {
          text-decoration: none;
          color: #303030;
          font-weight: bold; }
    #RightCol > div p {
      margin: 0px;
      padding: 10px 20px 10px 45px; }

#LeftCol {
  width: 66.6%;
  position: relative; }
  #LeftCol > div {
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #LeftCol h1 {
    color: #ffffff;
    background-color: #1a80c3;
    padding: 20px 0 5px 12%;
    font-family: 'proxima-nova';
    font-weight: bold;
    font-size: 200%;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1.5px; }
  #LeftCol h2 {
    color: #1a80c3;
    background-color: #dddddd;
    padding: 20px 0 5px 12%;
    font-family: 'proxima-nova';
    font-weight: bold;
    font-size: 133.3%;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1.5px; }
  #LeftCol h3 {
    padding: 15px 0 15px 12% !important;
    margin: 0px;
    font-size: 133.3% !important;
    margin-right: 15px;
    line-height: 160% !important;
    font-family: 'proxima-nova';
    font-weight: bold; }
  #LeftCol p {
    margin: 15px 15px 15px 12% !important;
    padding: 0px;
    font-size: 133.3% !important;
    margin-right: 15px;
    line-height: 160% !important;
    font-family: 'adelle', Arial, Helvetica, sans-serif !important; }
  #LeftCol ul {
    margin: 0;
    margin: 15px 15px 15px 12%; }
    #LeftCol ul li {
      font-size: 133.3%;
      list-style: none;
      margin-top: 12px; }
      #LeftCol ul li.category {
        margin-top: 30px;
        color: #1a80c3; }
      #LeftCol ul li a {
        text-decoration: none;
        font-weight: bold;
        color: #303030; }
        #LeftCol ul li a:hover {
          text-decoration: underline; }
  #LeftCol table {
    margin: 15px 15px 15px 12%;
    font-size: 133.3%; }
  #LeftCol .gal_nav p, #LeftCol p#intro {
    margin: 15px 12% !important;
    text-align: center; }
  #LeftCol #FindUs #Map {
    height: 400px;
    width: 400px;
    margin-left: 12%;
    margin-top: 30px;
    margin-bottom: 10px; }
  #LeftCol #FindUs h3 {
    padding: 15px 15px 15px 12%;
    font-size: 133.3%; }
  #LeftCol #FindUs .find-us-map {
    margin: 15px 15px 15px 12%;
    height: 400px;
    width: 400px; }

#Footer {
  margin-left: 18px;
  clear: both;
  width: 1200px;
  box-sizing: border-box;
  border: 1px solid #153d67;
  background-color: #153d67;
  padding: 10px 0px 10px 0px;
  font-size: 80%;
  color: #FFF;
  text-align: center;
  line-height: 150%; }

#Footer img {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px; }

#footer .sesqui-logo {
  margin-left: 3%; }

#Footer a {
  text-decoration: none;
  color: #f5822b; }

div.right_odd {
  background-color: #fff; }

div.right_even {
  background-color: #fff; }

div.right {
  background-color: #e1f1fb; }

.secondlevel_right {
  color: #ffffff;
  background-color: #1a80c3;
  padding: 20px 0 5px 45px;
  font-family: 'proxima-nova';
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1.5px; }

.thirdlevel {
  color: #fff;
  background-color: #055a05;
  padding: 8px;
  font-weight: bold;
  font-size: 90%;
  text-align: left; }

#UnitOffices {
  width: 100%;
  padding-bottom: 10px;
  background-color: #bed9f4; }

#UnitOffices p {
  margin: 0px;
  padding: 8px;
  font-size: 90%; }

#UnitOffices a {
  font-weight: bold;
  text-decoration: none;
  color: #144081; }

#HomepageHighlight_Area {
  margin-left: 12%;
  padding-bottom: 0 !important;
  /*background: url(/js/jquery.anythingslider/images/bg-unitwebsites.jpg) repeat-x bottom center;*/
  background-color: #ffffff; }

#HomepageHighlight_Area_Single {
  margin-left: 12%;
  background-color: #ffffff; }

#HomepageHighlight {
  width: 614px;
  background-color: #e2f0fe;
  min-height: 320px; }

#HomepageHighlight_Photo {
  width: 400px; }

.slideshowphoto {
  padding: 5px; }

#HomepageHighlight_Text {
  float: right;
  width: 180px;
  padding: 10px 0px 10px 10px;
  font-size: 95%; }

#HomepageHighlight_Text h3 {
  color: #254b72;
  font-weight: bold;
  font-size: 120%; }

#HomepageHighlight_Text a {
  text-decoration: none; }

#HomepageHighlight_Text p.HomepageHighlight_description {
  color: #254b72;
  font-size: 90%;
  line-height: 120%; }

#HomepageHighlight_Text p.HomepageHighlight_learnmore {
  color: #2059b0;
  font-size: 80%;
  font-weight: normal;
  text-align: left; }

#Galleries p {
  padding-left: 45px; }

#Buttons {
  padding-bottom: 10px;
  width: 100%; }

#News h3 {
  color: #ffffff;
  background-color: #1a80c3;
  padding: 20px 0 5px 45px;
  font-family: 'proxima-nova';
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1.5px; }

#News img.PubsPlusIcon {
  margin-left: 45px;
  margin-top: 8px; }

#NewsRelease img {
  margin: 15px 0 15px 12%; }

#ProgramAreaMenu {
  clear: left;
  width: 100%; }

#ProgramAreaMenu .ProgramAreas {
  margin-left: 12%; }

#ProgramAreaMenu img.unit_pa_button {
  width: 327px;
  height: 82px;
  padding: 12px 10px 12px 0; }

#SearchBox {
  background-color: #bed9f4;
  padding: 10px 5px 10px 5px;
  width: 100%;
  box-sizing: border-box; }

/*#SearchBox input.SearchButton {
	background-color: #bed9f4;
	color:#bd611b;
	border:0px;
	font-weight:bold;
}*/
#SearchBox #SocialMedia {
  padding: 8px;
  background: url(/units/images/templates/unit_followus.jpg) no-repeat;
  text-align: left;
  margin-top: 10px;
  width: 250px;
  height: 55px;
  margin-left: 10px;
  padding-top: 38px;
  padding-left: 15px; }

#TodaysFeatures {
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-left: 12%;
  box-sizing: border-box; }
  #TodaysFeatures div.TodaysFeaturesItem {
    font-size: 103%;
    min-height: 90px;
    line-height: 130%;
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: flex-start; }
    #TodaysFeatures div.TodaysFeaturesItem div.TodaysFeaturesIcon {
      margin-right: 8px; }
      #TodaysFeatures div.TodaysFeaturesItem div.TodaysFeaturesIcon img {
        height: 98px;
        width: 98px;
        border: solid 4px #dddddd; }
    #TodaysFeatures div.TodaysFeaturesItem div.TodaysFeaturesTeaser {
      max-width: 80%; }
      #TodaysFeatures div.TodaysFeaturesItem div.TodaysFeaturesTeaser p {
        margin: 0px 0px 10px 20px;
        padding: 0 !important;
        font-size: 133.3%;
        line-height: 160%; }
        #TodaysFeatures div.TodaysFeaturesItem div.TodaysFeaturesTeaser p a {
          color: #f15a29;
          font-weight: bold;
          text-decoration: none; }

#RightCol #UnitPrograms ul li a {
  font-weight: normal !important; }

#Podcasts h3 {
  font-weight: bold;
  margin-top: 8px;
  margin-left: 8px;
  font-size: 100%; }

#Welcome {
  min-height: 324px; }

#Donate li, #AboutUs li, #Volunteer li, #LocalLinks li, #ProgramAreaREsources li, #ProgramAreaCategories li {
  margin: 0 0 10px;
  font-weight: normal; }

#StaffListing {
  width: 100%;
  padding-bottom: 10px; }

#StaffListing .contact {
  padding: 10px 10px 10px 12%;
  min-height: 90px; }

#StaffListing .contact_noimage {
  padding: 10px 10px 10px 12%;
  min-height: 35px; }

#StaffListing .contact-info {
  padding-top: 8px;
  font-size: 133.3%;
  margin-left: 80px; }

#StaffListing .contact-info a {
  font-weight: bold;
  color: #303030; }
  #StaffListing .contact-info a:hover {
    text-decoration: underline; }

#StaffListing .contact-photo {
  float: left; }

#StaffListing .contact-photo img {
  margin-right: 10px; }

#StaffDetail {
  width: 100%;
  padding-bottom: 10px; }

#StaffDetail .contact {
  padding: 8px 0;
  min-height: 225px;
  margin-left: 12%; }
  #StaffDetail .contact p {
    padding: 15px 0 !important;
    margin: 0 0 0 150px; }

#StaffDetail .contact-info {
  padding-top: 8px;
  margin-right: 20px; }

#StaffDetail .contact-info-nomargin {
  padding-top: 8px;
  margin-right: 20px; }

#StaffDetail .contact-photo {
  float: left; }

#StaffDetail .contact-photo img {
  margin-right: 10px; }

#StaffDetail .contact-info h3, #StaffDetail .contact-info-nomargin h3 {
  font-weight: bold;
  font-size: 140%; }

#StaffDetail .contact-info h4, #StaffDetail .contact-info-nomargin h4 {
  font-weight: bold;
  font-size: 110%; }

.ProgramAreaSubBanner, .ProgramSubBanner {
  width: 100%; }

#FeaturedWebsites {
  width: 100%;
  padding-bottom: 10px; }
  #FeaturedWebsites #WebsiteIcons {
    margin-left: 12%; }
  #FeaturedWebsites img {
    margin: 10px 5% 10px 0;
    width: 164px;
    height: 164px; }
  #FeaturedWebsites h3 {
    color: #1a80c3;
    background-color: #dddddd;
    padding: 20px 0 5px 12%;
    font-family: 'proxima-nova';
    font-weight: bold;
    font-size: 133.3%;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1.5px; }
  #FeaturedWebsites ul#AdditionalWebsites {
    text-align: left;
    padding-right: 30px; }
    #FeaturedWebsites ul#AdditionalWebsites li {
      margin-bottom: 8px; }
  #FeaturedWebsites a {
    text-decoration: none; }

/*----------------- Program Templates ---------------------------- */
#UnitProgram table, #UnitProgramSubPage table {
  margin-bottom: 10px;
  width: 78%;
  font-size: 90%; }

#UnitProgram table /cce/, #UnitProgramSubPage table /cce/ {
  vertical-align: top;
  padding: 8px; }

#UnitProgram p, #UnitProgram li, #UnitProgramSubPage p, #UnitProgramSubPage li {
  line-height: 140%; }

#UnitProgram img.right, #UnitProgramSubPage img.right {
  float: right;
  margin: 20px;
  padding: 4px;
  border: 1px solid #999; }

#UnitProgramSubPages {
  width: 100%;
  padding-bottom: 10px; }

#UnitProgram h4 {
  margin-left: 12%;
  font-size: 1.45em; }

#UnitProgramSubPages ul {
  margin: 10px 0px 10px 0px;
  padding: 0px; }

#UnitProgramSubPages li {
  list-style: none;
  margin-bottom: 8px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 90%; }

#UnitProgramSubPages a {
  color: #144081; }

/*----------------- News Column Templates ---------------------------- */
img.NewsColumnSubBanner {
  width: 100%; }

#NewsColumn_ArticleContent {
  margin-left: 12%;
  font-size: 133.3%; }
  #NewsColumn_ArticleContent p {
    font-size: 100% !important;
    padding-left: 0 !important; }

#NewsColumn_Article table {
  margin-bottom: 10px;
  width: 98%;
  font-size: 133.3%; }

#NewsColumn_Article table /cce/ {
  vertical-align: top;
  padding: 8px; }

#NewsColumn_Article p, #NewsColumn_Article li {
  line-height: 140%; }

#NewsColumn_Article img.right {
  float: right;
  margin: 20px;
  padding: 4px;
  border: 1px solid #999; }

#NewsColumn_RecentArticles, #ProgramAreaCategories_Sidebar {
  width: 100%;
  padding-bottom: 10px; }

#NewsColumn_RecentArticles ul {
  margin: 10px 0px 10px 0px;
  padding: 0px; }

#NewsColumn_RecentArticles li {
  list-style: none;
  margin-bottom: 8px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 90%; }

#NewsColumn_RecentArticles a {
  color: #144081; }

#NewsColumn_StaffCredits {
  margin: 10px 0px 10px 12%;
  height: 70px;
  overflow: hidden; }

#NewsColumn_StaffCredits img {
  width: 50px;
  height: 69px;
  float: left;
  margin-right: 8px; }

#NewsColumn_StaffCredits p {
  margin: 0px;
  line-height: 120%;
  font-size: 90%;
  color: #666; }

#NewsColumn_Archive table /cce/ {
  padding: 4px;
  vertical-align: top; }

/*----------------- Newsletter Templates ---------------------------- */
#Newsletter_Articles, #Newsletter_Archive {
  padding: 15px 20px 20px 20px; }

img.NewsletterSubBanner {
  width: 100%;
  margin-bottom: -5px; }

h1.UnitNewsletterTitle {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 170%;
  margin-bottom: 10px;
  background-image: url(/units/images/templates/tag_newsletter.gif);
  background-repeat: no-repeat;
  background-position: 99% top;
  background-color: #83130e;
  color: #fff;
  padding: 10px 15px 10px 15px; }

#Newsletter_Articles h2, #Newsletter_Archive h2 {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 125%;
  margin-bottom: 10px;
  color: #133d68; }

#Newsletter_Articles h3.NewsletterArticleTitle {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 120%;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #b1211a;
  border-top: 1px solid #CCC; }

#Newsletter_Articles table {
  margin-bottom: 10px;
  width: 98%;
  font-size: 90%; }

#Newsletter_Articles table /cce/ {
  vertical-align: top;
  padding: 8px; }

#Newsletter_Articles p, #Newsletter_Article li {
  line-height: 140%; }

#Newsletter_Articles img.right {
  float: right;
  margin: 20px;
  padding: 4px;
  border: 1px solid #999; }

div.Newsletter_Article {
  margin-bottom: 40px; }

#Newsletter_RelatedPrograms {
  width: 100%;
  padding-bottom: 10px; }

#Newsletter_RelatedPrograms ul {
  margin: 10px 0px 10px 0px;
  padding: 0px; }

#Newsletter_RelatedPrograms li {
  list-style: none;
  margin-bottom: 8px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 90%; }

#Newsletter_RelatedPrograms a {
  color: #144081; }

#Newsletter_Recent {
  width: 100%;
  padding-bottom: 10px; }

#Newsletter_Recent ul {
  margin: 10px 0px 10px 0px;
  padding: 0px; }

#Newsletter_Recent li {
  list-style: none;
  margin-bottom: 8px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 90%; }

#Newsletter_Recent a {
  color: #144081; }

#Newsletter_SectionIndex {
  padding-top: 10px;
  padding-bottom: 10px; }

#Newsletter_SectionIndex a {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999; }

#ProgramAreaFactSheet table {
  margin-bottom: 10px;
  width: 98%;
  font-size: 90%; }

#ProgramAreaFactSheet table {
  vertical-align: top;
  padding: 8px; }

#ProgramAreaFactSheet p, #ProgramAreaFactSheet li {
  line-height: 140%; }

#ProgramAreaFactSheet img.right {
  float: right;
  margin: 20px;
  padding: 4px;
  border: 1px solid #999; }

#ProgramFactSheet {
  padding: 15px 20px 20px 20px; }

#ProgramFactSheet h2 {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 125%;
  margin-bottom: 10px;
  color: #000; }

#ProgramFactSheet table {
  margin-bottom: 10px;
  width: 98%;
  font-size: 90%; }

#ProgramFactSheet table /cce/ {
  vertical-align: top;
  padding: 8px; }

#ProgramFactSheet p, #ProgramFactSheet li {
  line-height: 140%; }

#ProgramFactSheet img.right {
  float: right;
  margin: 20px;
  padding: 4px;
  border: 1px solid #999; }

/*----------------- Meetings, Calendar and Events Templates ---------------------------- */
#Meetings ul, #Calendar ul {
  list-style-type: none; }

#Meetings li, #Calendar li {
  margin-bottom: 10px; }

#Meetings table, #Calendar table {
  margin: 15px 20px 20px 12%;
  font-size: 133.3%; }

#Meetings table /cce/, #Calendar table /cce/ {
  padding: 5px; }

#Meetings table /cce/ .date, #Calendar table /cce/ .date {
  text-align: right;
  vertical-align: text-top; }

#Meeting #Documents {
  background: #FFC;
  border: #FC0 1px solid;
  padding: 10px; }

#Meeting #ViewMeetingsLink, #Event #ViewCalendarLink {
  margin-top: 15px; }

#socialmediabuttons {
  padding: 10px; }

#LeftCol .TipText {
  margin-left: 12%;
  font-size: 133.3% !important;
  margin-right: 15px;
  line-height: 160% !important;
  font-family: 'adelle', Arial, Helvetica, sans-serif !important; }
  #LeftCol .TipText p {
    padding: 15px 0 !important;
    font-size: 100% !important; }
  #LeftCol .TipText img {
    float: left;
    margin: 10px 10px 10px 0px !important; }

#Welcome_CDPic {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 6px;
  font-weight: bold; }
  #Welcome_CDPic a {
    color: #303030; }
    #Welcome_CDPic a:hover {
      text-decoration: none;
      color: #303030; }
    #Welcome_CDPic a img {
      width: 140px;
      height: 200px;
      border: solid 4px #dddddd; }
    #Welcome_CDPic a span {
      display: inline-block; }
      #Welcome_CDPic a span.name {
        color: #f15a29;
        padding-top: 5px; }
      #Welcome_CDPic a span.title {
        text-transform: uppercase; }

.cdcbutton {
  width: 200px;
  height: 238px;
  padding-left: 40px;
  text-align: center; }

#LeftCol #Meetings table {
  width: 90%;
  margin: 1em auto; }

#LeftCol #Meetings td {
  padding: 5px; }

#Meetings .mtg {
  margin-left: 12%;
  font-size: 133.3% !important;
  margin-right: 15px;
  line-height: 160% !important;
  font-family: 'adelle', Arial, Helvetica, sans-serif !important; }

.orbit-wrapper a {
  color: #1a80c3; }

#subheader {
  padding-left: 8%;
  background: #dd4718;
  height: 58px;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center; }
  #subheader a {
    font-size: 183.3%;
    font-style: italic;
    color: #ffffff; }
    #subheader a:hover {
      text-decoration: underline; }

#header-buffer.unit {
  height: 194px; }
  #header-buffer.unit.sticky {
    height: 142px; }

#Survey {
  margin-left: 12%;
  font-size: 133.3%; }
  #Survey h3 {
    padding-left: 0 !important; }
  #Survey form {
    max-width: 85%; }
  #Survey table {
    margin: 0;
    font-size: 100%; }
  #Survey label {
    border-left: solid 3px transparent; }
  #Survey label:hover {
    color: red;
    cursor: pointer;
    border-left: solid 3px red; }
  #Survey input[type=text], #Survey textarea {
    border-radius: 3px;
    border: solid 1px #CCC;
    padding: 5px 5px; }
  #Survey input[type=text]:focus {
    color: red; }
  #Survey textarea {
    width: 90%; }

#Event > a, #Event #ViewCalendarLink > a {
  margin-left: 12%;
  font-size: 133.3%; }

#Authors .Author {
  padding-left: 45px;
  margin-top: 20px; }
  #Authors .Author img {
    width: 60px;
    height: 86px; }
  #Authors .Author p {
    margin-left: 30px; }

#BlogTeaser {
  color: #ffffff;
  background: #1a80c3;
  width: 100%;
  display: block;
  padding-left: 12%;
  box-sizing: border-box;
  font-size: 133.3%; }

/*----------------- Blog Templates ----------------------------  */
#commentform {
  padding: 15px 20px 20px 20px; }

#Blog_Entries img {
  max-width: 580px;
  height: auto;
  padding: 0 8px; }

#CategoryHeader {
  background-color: #FFEDEC;
  border: 1px solid #83130E;
  margin: 15px 20px 5px 20px;
  padding: 10px; }

#Blog_Entries table {
  margin-bottom: 10px;
  width: 98%;
  font-size: 90%; }

#Blog_Entries table td {
  vertical-align: top;
  padding: 8px; }

#Blog_Entries {
  line-height: 140%; }

#Blog_Entries img.right {
  float: right;
  margin: 20px;
  padding: 4px;
  border: 1px solid #999; }

div.Blog_Entry {
  margin-bottom: 20px;
  border-bottom: #CCC 1px solid; }

.Blog_Entry .dateline {
  margin-bottom: 0px;
  font-size: 85%; }

.Blog_Entry .PostCredit {
  margin-left: 12%;
  margin-top: 15px;
  font-size: 116.7%; }

.BlogMenu {
  width: 278px; }

.BlogMenu ul {
  list-style: none;
  padding: 10px; }

h3#comments {
  padding: 0px 20px 0px 20px;
  float: left; }

#commentform {
  float: left; }

ol.commentlist {
  float: left;
  width: 540px; }

#BlogRss {
  padding: 10px; }

#Cloud h2 {
  margin: 10px 0; }

#Cloud .cloud {
  margin: 2px 10px;
  float: left; }

#Cloud a:hover {
  color: #333; }

.BlogMenu ul {
  padding: 0;
  margin: 0; }

.BlogMenu li a {
  display: block;
  margin: 3px 0px;
  padding: 4px 0 4px 7px; }

.BlogMenu li a:hover {
  background-color: #96C1ED; }

.MsoListParagraph {
  text-indent: -16px !important;
  margin-left: 25px; }

.catlist a {
  background-color: #700001;
  color: white;
  margin: 1px;
  padding: 0 7px;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block; }

.catlist a:hover {
  background-color: #970002;
  text-decoration: none !important;
  color: white !important; }

.imagediv {
  text-align: center; }

#allphotos {
  margin-left: 12%;
  padding-top: 20px; }

.socialshare {
  margin-left: 12%; }

#LeftCol .blog-entry-body .blog-entry-body-content {
  margin-left: 12%;
  font-size: 133.3% !important;
  margin-right: 15px;
  line-height: 160% !important; }
  #LeftCol .blog-entry-body .blog-entry-body-content ol li {
    padding: 10px 0; }
  #LeftCol .blog-entry-body .blog-entry-body-content ul li {
    list-style: disc;
    font-size: 100%; }
  #LeftCol .blog-entry-body .blog-entry-body-content ul, #LeftCol .blog-entry-body .blog-entry-body-content ol, #LeftCol .blog-entry-body .blog-entry-body-content p, #LeftCol .blog-entry-body .blog-entry-body-content table {
    margin: 15px 0 !important;
    font-size: 100% !important; }
  #LeftCol .blog-entry-body .blog-entry-body-content h3, #LeftCol .blog-entry-body .blog-entry-body-content h4 {
    padding: 15px 0 !important; }
#LeftCol .blog-entry-body .blogcomment p {
  margin: 15px 0 !important; }
#LeftCol .blog-entry-body .blogcomment label, #LeftCol .blog-entry-body .blogcomment small, #LeftCol .blog-entry-body .blogcomment textarea {
  margin-left: 12%; }
#LeftCol .blog-entry-body .blogcomment textarea {
  width: 80% !important; }
#LeftCol .blog-entry-body .blogcomment input[type="submit"] {
  margin-right: 8%; }

.clearfix::before {
  content: '';
  display: table; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

/*# sourceMappingURL=unit.css.map */
