<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-shadow, .section .row .white-box, #heros div .hero, .orange-box {
  -webkit-box-shadow: 3px 3px 3px -3px #999999, 3px 3px 3px -3px #999999, -3px 3px 3px -3px #999999;
  -moz-box-shadow: 3px 3px 3px -3px #999999, 3px 3px 3px -3px #999999, -3px 3px 3px -3px #999999;
  box-shadow: 3px 3px 3px -3px #999999, 3px 3px 3px -3px #999999, -3px 3px 3px -3px #999999; }

.border-radius, .section .row .white-box, #heros div .hero, .orange-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #1373c2; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#wrap {
  width: 980px;
  margin: 0 auto; }

header {
  background-color: #fff;
  padding: 17px 20px 0 20px;
  height: 76px;
  width: 940px;
  -moz-box-shadow: -5px 5px 5px -5px #666666;
  -webkit-box-shadow: -5px 5px 5px -5px #666666;
  box-shadow: -5px 5px 5px -5px #666666;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px; }
  header h1 {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    float: left; }
    header &gt; h1 {
      font-size: 1em;
    }
    header h1 img {
      float: left;
      display: inline;
      height: 27px;
      width: 283px; }
  header ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 6px 0 0 0px;
    clear: both; }
    header ul.menu li {
      display: inline;
      float: left;
      line-height: 16px;
      position: relative;
      padding: 0 0 0px 0;
      margin: 0 0px 0 0; }
      header ul.menu li a:link, header ul li a:active, header ul li a:visited {
        font-family: "metabook",sans-serif,Myriad Pro, Verdana, Geneva, sans-serif;
        display: inline-block;
        color: #02448d;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 6px 18px;
        font-size: 15px;
        text-decoration: none; 
		font-weight:400;}
      header ul.menu li ul {
        display: none; }
    header ul.menu li.active-trail {
      padding: 0 6px 0px 0;
      background-color: #00a66f;
      -moz-border-radius-topright: 7px;
      border-top-right-radius: 7px;
      -moz-border-radius-topleft: 7px;
      border-top-left-radius: 7px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px; }
    header ul.menu li {
      padding: 0 6px 0 0;
      margin-right: 20px; }
    header ul.menu li.expanded a {
      background-image: url(../img/nav_arrow.png);
      background-repeat: no-repeat;
      background-position: right 11px; }
    header ul.menu li.active-trail a,
	header ul.menu li.expanded:hover a {
      background-image: url(../img/nav_arrow_on.png);
      color: #fff;
      padding-bottom: 10px; 
      background-repeat: no-repeat;
      background-position: right 11px;}
    header ul.menu li:hover {
      background-color: #00a66f;
      -moz-border-radius-topright: 7px;
      border-top-right-radius: 7px;
      -moz-border-radius-topleft: 7px;
      border-top-left-radius: 7px; }
    header ul.menu li.collapsed:hover a {
      padding-bottom: 10px;
      background-color: #00a66f;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      color: #fff;
      background-image: url(../img/nav_arrow_on.png); }
    header ul.menu li:hover a {
      padding-bottom: 10px;
      background-color: #00a66f;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      color: #fff; }
    header ul.menu li.active-trail:hover {
      background-color: #00a66f;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px; }
    header ul.menu li:hover &gt; ul.menu, header ul.menu li.collapsed:hover &gt; ul.menu {
      display: block; }
	  
    header ul.menu li.last {
      background-color: #efefef;
      padding: 0px 6px 0px 0;
      margin: 0px 0 0 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    header ul.menu li.last a {
      background-image: url(../img/students_arrow.png);
      background-repeat: no-repeat;
      background-position: right 8px; }
	header ul.menu li.last:hover {padding:0 6px 0 0;background-color: #00a66f; -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;}
	header ul.menu li.last a:hover {margin:0 0px 0 0; }
	  
	header ul ul {
      z-index: 9000;
      position: absolute;
      left: 0;
      background-color: #00a66f;
      -moz-border-radius-bottomright: 7px;
      border-bottom-right-radius: 7px;
      -moz-border-radius-bottomleft: 7px;
      border-bottom-left-radius: 7px;
      min-width: 185px; /* 170 */
      
    }
    header ul ul li {
      margin: 0; background-color:transparent !important; -webkit-border-radius: 0px;-moz-border-radius: 0px; border-radius: 0px;}
    
	 header ul.menu li.last.active-trail a {color:#02448d;}
	 header ul.menu li.last.active-trail:hover a {color:#fff;}
	 
	 header ul ul li a:link, header ul ul li a:active, header ul ul li a:visited {
      color: #fff !important;
      font-size: 13px !important;
      line-height: 15px;
      display: block;
      background-color: transparent !important;
      background-image: none !important; }
	 
	  

.section {
  background-color: #fef9e9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 18px 18px 18px 21px;
  margin: 7px 0;
  -moz-box-shadow: -5px 5px 5px -5px #666666;
  -webkit-box-shadow: -5px 5px 5px -5px #666666;
  box-shadow: -5px 5px 5px -5px #666666; }
  .section .row {
    margin: 0 0 0px 0; }
    .section .row .main {
      float: left;
      display: inline;
      width: 700px; }
      .section .row .main h1 {
        color: #00a66f;
        font-size: 22px;
        font-weight: normal; }
    .section .row .side {
      float: right;
      display: inline;
      width: 232px;
      position: relative; }
	.home .section .row .side {height:180px;}
      .section .row .side h3 {
        font-size: 22px;
        line-height: 16px;
        color: #fff;
        margin: 16px 0 0 0;
        padding: 0;
        font-weight: 600;
        font-family: "metabook", sans-serif; }
      .section .row .side p {
        text-align: left;
        font-family: Verdana, sans-serif;
        font-size: 11.5px;
        line-height: 16px;
        color: #fff;
        margin: 9px 0; }
		p.center {text-align:center !important;}
      .section .row .side .btn {
        min-width: 111px;
        display: inline-block; }
      .section .row .side hr {
        border-color: #fff;
        position: relative;
        margin: 0 -5px; }
      .section .row .side div.box {
        background-color: #FEFEFE;
        background-position: 0 0;
        border: 1px solid #d4e4f3;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
        margin: 20px 0;
        padding: 10px; }
        .section .row .side div.box h4 {
          color: #333333;
          font-size: 20px;
          font-weight: normal;
          margin: 0;
          padding: 0; }
        .section .row .side div.box a {
          background-image: url("../images/carrot.gif");
          background-position: 0 4px;
          background-repeat: no-repeat;
          color: #003399;
          display: block;
          font-size: 11px;
          padding: 0 0 5px 10px;
          text-decoration: none; }
        .section .row .side div.box .item-list a:link, .section .row .side div.box .item-list a:active, .section .row .side div.box .item-list a:visited {
          display: inline !important;
          font-size: 12px; }
        .section .row .side div.box .views-summary {
          padding: 0; }
          .section .row .side div.box .views-summary li {
            font-size: 12px;
            list-style: none outside none !important; }
      .section .row .side select {
        font-size: 12px; }
    .section .row .half {
      float: left;
      width: 344px;
      display: inline-block;
      margin: 0 10px 0 0; }
      .section .row .half .tab {
        background-image: url(../img/green_tab.png);
        background-repeat: no-repeat;
        background-position: 0 0px;
        padding: 3px 54px 3px 11px;
        height: 21px;
        display: inline-block;
        position: relative; }
      .section .row .half .tab a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        background-image: url(../img/icon-green-arrow.png);
        background-repeat: no-repeat;
        background-position: right 3px;
        padding: 0 21px 0 0;
        font-family: "metabook", sans-serif; 
		font-weight:600;
        line-height: 1.3;}
    .section .row .half:nth-child(2) {
      margin: 0; }
    .section .row .tab:hover {
      background-image: url(../img/blue_tab.png); }
    .section .row .tab:hover a {
      background-image: url(../img/icon-blue-arrow.png); }
    .section .row .white-box {
      display: block;
      padding: 6px 6px 6px 15px;
      min-height: 139px;
      background-color: #fff; }
      .section .row .white-box img {
        float: right;
        display: inline; }
      .section .row .white-box h4 {
        float: left;
        display: inline;
        width: 155px;
        margin: 0;
        padding: 0;
        font-family: "metabook", sans-serif;
        color: #414141;
        font-size: 15px;
        font-weight: bold; }
      .section .row .white-box ul {
        float: left;
        display: inline;
        width: 140px;
        padding: 0 0 0 15px;
        margin: 0; }
      .section .row .white-box li {list-style-type:disc !Important; list-style-image:none !important;padding:0 !important; margin:0 !important;}
      .section .row .white-box a:link, .section .row .white-box a:active, .section .row .white-box a:visited {
        color: #02448d;
        font-size: 11px;
        font-family: "metabook", sans-serif;
        text-decoration: none; }
  .section .row.margin-top {
    margin: 25px 0 0 0; }

.section.no-left-nav .main {
  width: 675px; }
  
.special {}
.special li {font-weight:bold !important; list-style-image:url(icon-plus.png); }

#heros {
  width: 699px;
  height: 289px;
  position: relative; }
  #heros div.node {
    position: relative;
    width: 664px;
    height: 207px;
    padding: 65px 0 0 35px; }
    #heros div h2 {
      position: relative;
      z-index: 10;
      color: #fff;
      font-family: Verdana;
      font-size: 20px;
      font-weight: 100;
      margin: 0;
      padding: 0;
      width: 435px; line-height:30px;}
    #heros div ul {
      z-index: 10;
      position: relative;
      margin-bottom: 35px;
    }
    #heros div ul li {
      color: #fff;
      font-family: Verdana;
      font-size: 14px;
      margin:5px 0;
    }
    #heros div a.btn { z-index: 10; position: relative; padding: 6px 12px; margin-right: 5px; }
    #heros div p {
      position: relative;
      z-index: 10;
      color: #fff;
      font-family: Verdana;
      font-size: 14px;
      line-height: 18px;
      margin: 10px 0 20px 0;
      padding: 0;
      width: 425px; 
	  font-weight: 600;}
    #heros div .hero {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    #heros div .ribbon {
      position: absolute;
      top: 18px;
      left: -7px;
      z-index: 5; }

.btn, .form-submit {
  background-color: #fff;
  color: #02448d;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 12px;
  border: 2px solid #bab7b5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "metabook", sans-serif; 
  font-weight:600;}

.orange-box {
  background-color: #00a66f;
  padding: 0 5px 15px 5px;
  width: 222px !important;
  min-height: 274px; }
  .orange-box .btn {
    border-color: #99dcc5; }
	.orange-box h3 {margin-left:10px !important;}

  p.small.center a {
    color: #FFF;
    text-decoration: none;
  }
  p.small { font-size: 11px !important; }

.post-it {
  position: relative;
  top: -18px;
  left: 0;
  background-image: url(../img/post-it-note.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 210px;
  padding: 35px 32px 0 28px;
  width: 172px; }
  .post-it p {
    font-family: Verdana, sans-serif !important;
    font-size: 11px !important;
    line-height: 15px !important;
    color: #414141 !important; }

.post-it.blue {
  background-image: url(../images/post-it-note-blue.png); }

#leftnav {
  width: 143px;
  margin: 7px 0;
  padding: 30px 10px;
  background-color: #fff;
  float: left;
  display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 5px #666666;
  -webkit-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666; }
  #leftnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #leftnav li {
    float: left;
    display: block;
    width: 100%;
    padding: 8px 0;
	margin:0;
    vertical-align: middle;
    border-bottom: 1px dotted #e4e4e4; }
  #leftnav a:link, #leftnav a:active, #leftnav a:visited {
    font-family: "metabook", sans-serif;
    color: #02448d;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    padding: 0 0 0 12px;
    vertical-align: middle;
    display: block; }
  #leftnav li.active-trail a, #leftnav a:hover {
    color: #00a66f; }
  #leftnav li:last-child {
    border: none; }

.section.with-left-nav {
  float: right;
  display: inline;
  width: 769px; }
  .section.with-left-nav .main {
    width: 500px; }
  .section.with-left-nav.no-right-sidebar .main {
    width: 700px; }
    .section.with-left-nav .main h1 {
      color: #00a66f;
      font-size: 22px;
      font-weight: normal; }
    .section.with-left-nav .main h2 {
      color: #00a66f;
      font-family: "metabook", sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px; }
    .section.with-left-nav .main p {
      color: #38393a;
      font-family: "metabook", sans-serif;
      font-size: 13px;
      font-weight: normal;
      line-height: 18px; }
    .section.with-left-nav .main a:link, .section.with-left-nav .main a:active, .section.with-left-nav .main a:visited {
      color: #02448d; }
    .section.with-left-nav .main ul {
      margin: 0 0 0 30px;
      padding: 0; }
    .section.with-left-nav .main li {
      color: #38393a;
      font-family: "metabook", sans-serif;
      font-size: 13px;
      font-weight: normal;
      line-height: 18px;
      margin: 10px 0; }
      .section.with-left-nav .main li ul {
        margin: 10px 0 10px 30px;
        padding: 0;
        list-style-image: url(list-style-orange.png); }
    .section.with-left-nav .main span.orange {
      color: #00a66f; }
  .section.with-left-nav .post-it {
    position: relative;
    top: 0; }

#message_text small { font-style: italic; display:block; margin-top:8px;}

#follow {
  margin: 10px 0;
  background-color: #fff;
  padding: 8px 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
  color: #808285;
  font-family: "metabook", sans-serif;
  font-weight: bold;
  font-size: 13.5px; }
  #follow img {
    margin: 0 0px; }

.details {
  background-color: #F1F6FA;
  display: block;
  width: auto;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #e5ebf2;
  outline: none !important; font-family:"metabook",sans-serif;
  font-weight:bold;
  text-decoration:none;}
  .details:hover {text-decoration:underline;}
  .details img {
    margin: 0 10px 0 0; }

.detail-block {
  clear: both;
  display: none;
  padding: 15px 15px 15px 30px;
  width: auto;
  border: 1px solid #e5ebf2;
  background-color: #fff; }
  .detail-block p {
    font-size: 13px; }

/* Filterable Table Code */
table {
  margin: 10px 0; }
  table td {
    background-color: #fff;
    border: 1px solid #cccccc;
    color: #333333;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 13px;
    padding: 3px 5px; }
  table .td-pag {
    background-color: #EEF2F8;
    padding: 4px 10px 4px 0;
    text-align: right; }
  table .state {
    background-color: #90B1DA;
    color: #FFFFFF;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 14px; }
  table .row-advocate td {
    border-bottom: 1px solid #e0ebf5;
    color: #555555;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    padding: 10px 5px; }
  table .advocate-img {
    width: 130px; }
  table .advocate-info {
    color: #333333;
    width: auto;
    vertical-align: top; }
  table .advocate-text {
    vertical-align: top;
    width: auto; }
    table .advocate-text div {
      background-color: #e8eff6;
      margin: 15px;
      padding: 15px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      border: 1px solid #cbdcf2; }
  table .link-va {
    color: #7FACD3;
    float: right;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    margin: 2px 0 0 10px;
    text-decoration: none;
    vertical-align: middle; }

.advocate-header-row {
  background-color: #003399;
  border-bottom: 3px solid white;
  color: #FFFFFF;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 14px;
  padding: 5px;
  text-align: left; }

.row-dropdowns td {
  background-color: #8FB1DA; }

/* END Filterable Table Code */
.news-item {
  border-top: 1px solid #e0ebf5;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

.news-item h2, .news-item h2 a:link, .news-item h2 a:active, .news-item h2 a:visited {
  color: #003399;
  font-size: 18px;
  margin: 10px 0 5px;
  padding: 0;
  text-decoration: none; }

.news-item p {
  color: #666666 !important;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 13px; }

.section .main ul.info li {
    float: left;
    margin: 0;
	list-style-type:none;
}

ul.info li.category ul,
ul.info li.category li {
  float: left;
    list-style-type: none;
    margin: 0;
}

ul.info li.category p {
	float:left;
	  margin: 0 0 0 10px;
}

.news-item .field-field-tags {
	display:none;
}

.section .main ul.info {
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 11px !important; 
  clear:both;
  margin:10px 0;
 overflow: auto;
 min-height: 30px;
}

.read-more a {
  color: #35628E;
  display: block;
  font-size: 11px;
  text-align: right;
  width: 100%; }

footer {
  margin: 40px 0;
  width: 940px;
  padding: 0 20px 70px; }
  footer div {
    display: block;
    clear: both;
    float: left;
    width: 940px; }
  footer div:nth-child(1) {
    padding-bottom: 14px;
    margin-bottom:14px;
    border-bottom: 1px solid #65b9e1; }
  footer #logo-footer {
    float: left;
    display: inline; }
  footer #always-learning {
    float: right;
    display: inline;
    padding-top:8px;
     }
  footer p {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #fff; margin:0;}
  footer p:nth-child(1) {
    float: left;
    display: inline; }
  footer p:nth-child(2) {
    float: right;
    display: inline; }
  footer p:nth-child(3) {
    clear:both;
	float:left;
    display: inline; color:#fff;margin:0;padding:0;}
	
	
	
  footer a:link, footer a:active, footer a:visited {
    color: #fff;
    text-decoration: underline;
    margin: 0 3px; }

.lt-ie9 .tab a, .ie9 .tab a {
  background-position: right 0 !important; }

.ie9 header ul li {
  margin-right: 2px; }
  
  
.section .main h1 {color: #00a66f;font-size: 22px;font-weight: normal; }
.section .main h2 {color: #00a66f;font-family: "metabook", sans-serif;font-size: 15px;font-weight: bold;line-height: 18px; }
.section .main p {color: #38393a;font-family: "metabook", sans-serif;font-size: 13px;font-weight: normal;line-height: 18px; }
.section .main a:link, .section  .main a:active, .section  .main a:visited {color: #02448d; }
.section .main ul {margin: 0 0 0 15px; padding: 0; }
.section .main li {color: #38393a;font-family: "metabook", sans-serif;font-size: 13px;font-weight: normal;line-height: 18px; margin: 10px 0; }

.section .main ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.section .main ol &gt; li {
    position:relative; /* Create a positioning context */
    margin:0 0 30px 2em !important; /* Give each list item a left margin to make room for the numbers */
    padding:0px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
}
.section .main ol &gt; li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    color:#fff;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-color:#00a66f;
	border-radius: 50%;
}

.section .main li ul {margin: 10px 0 10px 15px; padding: 0;list-style-image: url(list-style-orange.png); }

.section .main form label {color: #38393a;font-family: "metabook", sans-serif;font-size: 13px;font-weight: bold;line-height: 18px;}
.section .main form input {color: #38393a;font-family: "metabook", sans-serif;font-size: 13px;font-weight: normal;line-height: 18px;}

  
/* Inner Tables Code */

.section .main table {}
.section .main table th {background-color:#00a66f; font-size:15px; padding:0 3px; color:#fff;}
.section .main table td {vertical-align:top; font-size:12px; font-family:"metabook",sans-serif;}
div.header {background-color:#fef9e9; color:#00a66f; font-size:14px; font-weight:bold; padding:25px 5px 5px 5px;}

.benefit {background-color:#00a66f; color:#fff;padding:3px 10px;}
.caption {background-color:#F5F5F5;padding:10px;}

.icon-email {padding:0 0 10px 40px; background-image:url(../images/icon-email.jpg); background-repeat:no-repeat; background-size:25px 25px;}
.icon-glass {padding:0 0 10px 40px; background-image:url(../images/icon-glass.jpg); background-repeat:no-repeat;background-size:25px 25px;}
.icon-chat {padding:0 0 10px 40px; background-image:url(../images/icon-chat.jpg); background-repeat:no-repeat;background-size:25px 25px;}
.icon-talk {padding:0 0 10px 40px; background-image:url(../images/icon-support.jpg); background-repeat:no-repeat;background-size:25px 25px;}
.icon-key {padding:0 0 10px 40px; background-image:url(../images/icon-key.jpg); background-repeat:no-repeat;background-size:25px 25px;}
.icon-press {padding:0 0 10px 40px; background-image:url(../images/icon-press.jpg); background-repeat:no-repeat;background-size:25px 25px;}
.icon-sales {padding:0 0 10px 40px; background-image:url(../images/icon-money.jpg); background-repeat:no-repeat;background-size:25px 25px;}
.icon-employment {padding:0 0 10px 40px; background-image:url(../images/icon-employment.jpg); background-repeat:no-repeat;background-size:25px 25px;}

.content-wb a {font-size:13px !important;}

.side .content {position:relative;}
#imageDetails #caption {display:none;}

#sidebar-right .block-blog, #sidebar-right .block-tagadelic, #sidebar-right .block-views {border:1px solid #00a66f; background-color:#EFEFEF; padding:15px; -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  box-shadow: 0 0 3px #666666; margin:10px 0;}
#sidebar-right .block-blog h2, #sidebar-right .block-tagadelic h2, #sidebar-right .block-views h2 {color:#00a66f;font-family: "metabook", sans-serif;font-size: 15px;font-weight: bold;line-height: 18px;}
#sidebar-right ul {margin:10px 0; padding:0;}
#sidebar-right li {color: #38393a;font-family: "metabook", sans-serif;font-size: 13px;font-weight: normal;line-height: 18px;}
#sidebar-right li a:link, #sidebar-right li a:active, #sidebar-right li a:visited {color:#02448D;}
#sidebar-right .more-link {font-family: "metabook", sans-serif;font-size: 13px;font-weight: normal;line-height: 18px;}
#sidebar-right .content {font-family: "metabook", sans-serif;font-size: 13px;font-weight: normal;line-height: 18px;}

.main .submitted {display:none !important;}

.split-chart {float:left; display:inline; width:45%; margin:0 5% 0 0; padding:0;}
#thmr_126 a, #thmr_148 a, #thmr_63 a, #thmr_85 a {background-image:none;}
  

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

	/* Titles Available Table */

	#block-views-titles_available-block_1 table th {
	    background-color: #00a66f;
	    color: #FFFFFF;
	    font-size: 15px;
	    padding: 10px 11px;
	}

	#block-views-titles_available-block_1 table td.book-cover {
	    font-family: "metabook",sans-serif;
	    font-size: 12px;
	    vertical-align: top;
	    width: 220px;
	}

	#block-views-titles_available-block_1 table td.book-cover img {
		padding: 10px 20px 0 10px;
	}

	#block-views-titles_available-block_1 table td.book-cover p {
		font-weight:bold;
	}</pre></body></html>