body {
  font-size: 15px;
}

/* --------------------------------------------------------
 *
 *  Centurion Framework v 3.3
 *  Created by: Justin Hough
 *
 *  Documentation: http://jhough10.github.com/Centurion/get-started.html
 *  Licensed under GPL and MIT.
 *
 * -------------------------------------------------------- */
/*   GRID  */
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container [class*="grid-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  position: relative;
}

.container .justify {
  text-align: justify;
}

.container .alpha {
  margin-left: 0;
  padding-left: 0;
}
.container .omega {
  margin-right: 0;
  padding-right: 0;
}
.container .grid-5 {
  width: 5%;
}
.container .pull-5 {
  left: -5%;
}
.container .push-5 {
  left: 5%;
}
.container .grid-10 {
  width: 10%;
}
.container .pull-10 {
  left: -10%;
}
.container .push-10 {
  left: 10%;
}
.container .grid-15 {
  width: 15%;
}
.container .pull-15 {
  left: -15%;
}
.container .push-15 {
  left: 15%;
}
.container .grid-20 {
  width: 20%;
}
.container .pull-20 {
  left: -20%;
}
.container .push-20 {
  left: 20%;
}
.container .grid-25 {
  width: 25%;
}
.container .pull-25 {
  left: -25%;
}
.container .push-25 {
  left: 25%;
}
.container .grid-30 {
  width: 30%;
}
.container .pull-30 {
  left: -30%;
}
.container .push-30 {
  left: 30%;
}
.container .grid-35 {
  width: 35%;
}
.container .pull-35 {
  left: -35%;
}
.container .push-35 {
  left: 35%;
}
.container .grid-40 {
  width: 40%;
}
.container .grid-41 {
  width: 40%;
}
.container .pull-40 {
  left: -40%;
}
.container .push-40 {
  left: 40%;
}
.container .grid-45 {
  width: 45%;
}
.container .pull-45 {
  left: -45%;
}
.container .push-45 {
  left: 45%;
}
.container .grid-50 {
  width: 50%;
}
.container .grid-51 {
  width: 50%;
}
.container .pull-50 {
  left: -50%;
}
.container .push-50 {
  left: 50%;
}
.container .grid-55 {
  width: 55%;
}
.container .pull-55 {
  left: -55%;
}
.container .push-55 {
  left: 55%;
}
.container .grid-60 {
  width: 60%;
}
.container .pull-60 {
  left: -60%;
}
.container .push-60 {
  left: 60%;
}
.container .grid-65 {
  width: 65%;
}
.container .pull-65 {
  left: -65%;
}
.container .push-65 {
  left: 65%;
}
.container .grid-70 {
  width: 70%;
}
.container .pull-70 {
  left: -70%;
}
.container .push-70 {
  left: 70%;
}
.container .grid-75 {
  width: 75%;
}
.container .pull-75 {
  left: -75%;
}
.container .push-75 {
  left: 75%;
}
.container .grid-80 {
  width: 80%;
}
.container .pull-80 {
  left: -80%;
}
.container .push-80 {
  left: 80%;
}
.container .grid-85 {
  width: 85%;
}
.container .pull-85 {
  left: -85%;
}
.container .push-85 {
  left: 85%;
}
.container .grid-90 {
  width: 90%;
}
.container .pull-90 {
  left: -90%;
}
.container .push-90 {
  left: 90%;
}
.container .grid-95 {
  width: 95%;
}
.container .pull-95 {
  left: -95%;
}
.container .push-95 {
  left: 95%;
}
.container .grid-100 {
  width: 100%;
}
.container .pull-100 {
  left: -100%;
}
.container .push-100 {
  left: 100%;
}
.container .grid-33 {
  width: 33.33333%;
}
.container .pull-33 {
  left: -33.33333%;
}
.container .push-33 {
  left: 33.33333%;
}
.container .grid-66 {
  width: 66.66667%;
}
.container .pull-66 {
  left: -66.66667%;
}
.container .push-66 {
  left: 66.66667%;
}
.container .center-grid {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container [class*="grid-"] {
    display: inline;
    float: left;
    width: 100%;
  }
  .container [class*="grid-"] [class*="grid-"],
  .container [class*="grid-"] [class*="mobile-grid-"] {
    padding: 0;
    margin: 0;
  }
  .container .mobile-grid-25 {
    width: 25%;
  }
  .container .mobile-pull-25 {
    left: -25%;
  }
  .container .mobile-push-25 {
    left: 25%;
  }
  .container .mobile-grid-50 {
    width: 50%;
  }
  .container .mobile-pull-50 {
    left: -50%;
  }
  .container .mobile-push-50 {
    left: 50%;
  }
  .container .mobile-grid-75 {
    width: 75%;
  }
  .container .mobile-pull-75 {
    left: -75%;
  }
  .container .mobile-push-75 {
    left: 75%;
  }
  .container .center-grid {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .container .alpha {
    margin-left: 0;
    padding-left: 0;
  }
  .container .omega {
    margin-right: 0;
    padding-right: 0;
  }
  .container [class*="pull-"],
  .container [class*="push-"] {
    left: 0;
  }

  .hide-desktop {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 920px) {
  .container {
    width: 98%;
  }
  .container .grid-41 {
  width: 100%;
  }
  .container .grid-51 {
  width: 100%;
  }
}
@media screen and (min-width: 1120px) {
  .container {
    width: 1120px;
  }
}
/* Centering Grid */
.center-grid {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* Clearfix */
.clearfix:after, .clearfix:before,
.container:after,
.container:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  clear: both;
  zoom: 1;
}
* html .clearfix, * html
.container {
  height: 1px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*  Features */
/* Show Elements */
.show-desktop {
  display: block !important;
}

.show-mobile {
  display: block !important;
}

/* Alerts */
.alert.error p {
  color: white;
}

.alert {
  background: #cccccc;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  border-radius: 4px 4px;
  box-shadow: 2px 2px 5px #cccccc;
  color: white;
  margin: 15px 0;
  padding: 10px 20px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  top: 5px;
  right: 10px;
}
.alert.error {
  background: #ff3019;
  border: 1px solid #ff3019;
}
.alert.warning {
  background: #febf04;
  border: 1px solid #febf04;
}
.alert.info {
  background: #a7cfdf;
  border: 1px solid #a7cfdf;
}
.alert.success {
  background: #a4b357;
  border: 1px solid #a4b357;
}

/* Breadrumbs */
ul.cCrumbs {
  display: block;
  background: #999999;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  overflow: hidden;
}
ul.cCrumbs li {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
}
ul.cCrumbs li a,
ul.cCrumbs li span {
  text-transform: uppercase;
  font-size: 0.8em;
  padding-right: 10px;
}
ul.cCrumbs li:after {
  content: ">";
  color: #cccccc;
}
ul.cCrumbs li:last-child:after {
  content: "";
}

/* Buttons */
.button {
  border: none;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin: 15px 0;
  outline: 0;
  padding: 10px 22px;
  vertical-align: middle;
  zoom: 1;
}
.button:hover, .button:active, .button:visited {
  color: white;
  background: #9b9b9b;
  background: -moz-linear-gradient(top, #9b9b9b 0%, #3d3d3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b9b), color-stop(100%, #3d3d3d));
  background: -webkit-linear-gradient(top, #9b9b9b 0%, #3d3d3d 100%);
  background: -o-linear-gradient(top, #9b9b9b 0%, #3d3d3d 100%);
  background: -ms-linear-gradient(top, #9b9b9b 0%, #3d3d3d 100%);
  background: linear-gradient(top, #9b9b9b 0%, #3d3d3d 100%);
}
.button.grey {
  color: #555555;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
}
.button.grey:hover, .button.grey:active, .button.grey:visited {
  color: #555555;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #b7b7b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #b7b7b7));
  background: -webkit-linear-gradient(top, white 0%, #b7b7b7 100%);
  background: -o-linear-gradient(top, white 0%, #b7b7b7 100%);
  background: -ms-linear-gradient(top, white 0%, #b7b7b7 100%);
  background: linear-gradient(top, #ffffff 0%, #b7b7b7 100%);
}
.button.blue {
  background: #a7cfdf;
  background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7cfdf), color-stop(100%, #23538a));
  background: -webkit-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
  background: -o-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
  background: -ms-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
  background: linear-gradient(top, #a7cfdf 0%, #23538a 100%);
}
.button.blue:hover, .button.blue:active, .button.blue:visited {
  background: #a7cfdf;
  background: -moz-linear-gradient(top, #a7cfdf 0%, #004089 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7cfdf), color-stop(100%, #004089));
  background: -webkit-linear-gradient(top, #a7cfdf 0%, #004089 100%);
  background: -o-linear-gradient(top, #a7cfdf 0%, #004089 100%);
  background: -ms-linear-gradient(top, #a7cfdf 0%, #004089 100%);
  background: linear-gradient(top, #a7cfdf 0%, #004089 100%);
}
.button.red {
  background: #ff3019;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: linear-gradient(top, #ff3019 0%, #cf0404 100%);
}
.button.red:hover, .button.red:active, .button.red:visited {
  background: #ff3819;
  background: -moz-linear-gradient(top, #ff3819 0%, #aa0303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3819), color-stop(100%, #aa0303));
  background: -webkit-linear-gradient(top, #ff3819 0%, #aa0303 100%);
  background: -o-linear-gradient(top, #ff3819 0%, #aa0303 100%);
  background: -ms-linear-gradient(top, #ff3819 0%, #aa0303 100%);
  background: linear-gradient(top, #ff3819 0%, #aa0303 100%);
}
.button.yellow {
  color: #555555;
  background: #fced62;
  background: -moz-linear-gradient(top, #fced62 0%, #febf04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fced62), color-stop(100%, #febf04));
  background: -webkit-linear-gradient(top, #fced62 0%, #febf04 100%);
  background: -o-linear-gradient(top, #fced62 0%, #febf04 100%);
  background: -ms-linear-gradient(top, #fced62 0%, #febf04 100%);
  background: linear-gradient(top, #fced62 0%, #febf04 100%);
}
.button.yellow:hover, .button.yellow:active, .button.yellow:visited {
  color: #555555;
  background: #fced62;
  background: -moz-linear-gradient(top, #fced62 0%, #ffaa00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fced62), color-stop(100%, #ffaa00));
  background: -webkit-linear-gradient(top, #fced62 0%, #ffaa00 100%);
  background: -o-linear-gradient(top, #fced62 0%, #ffaa00 100%);
  background: -ms-linear-gradient(top, #fced62 0%, #ffaa00 100%);
  background: linear-gradient(top, #fced62 0%, #ffaa00 100%);
}
.button.orange {
  background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -ms-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
}
.button.orange:hover, .button.orange:active, .button.orange:visited {
  background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #fc6000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c), color-stop(100%, #fc6000));
  background: -webkit-linear-gradient(top, #ffa84c 0%, #fc6000 100%);
  background: -o-linear-gradient(top, #ffa84c 0%, #fc6000 100%);
  background: -ms-linear-gradient(top, #ffa84c 0%, #fc6000 100%);
  background: linear-gradient(top, #ffa84c 0%, #fc6000 100%);
}
.button.green {
  background: #a4b357;
  background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b357), color-stop(100%, #75890c));
  background: -webkit-linear-gradient(top, #a4b357 0%, #75890c 100%);
  background: -o-linear-gradient(top, #a4b357 0%, #75890c 100%);
  background: -ms-linear-gradient(top, #a4b357 0%, #75890c 100%);
  background: linear-gradient(top, #a4b357 0%, #75890c 100%);
}
.button.green:hover, .button.green:active, .button.green:visited {
  background: #a4b357;
  background: -moz-linear-gradient(top, #a4b357 0%, #5b7a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b357), color-stop(100%, #5b7a00));
  background: -webkit-linear-gradient(top, #a4b357 0%, #5b7a00 100%);
  background: -o-linear-gradient(top, #a4b357 0%, #5b7a00 100%);
  background: -ms-linear-gradient(top, #a4b357 0%, #5b7a00 100%);
  background: linear-gradient(top, #a4b357 0%, #5b7a00 100%);
}
.button.small {
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  border-radius: 4px 4px;
  font-size: 0.85em;
  padding: 8px 18px;
}
.button.large {
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px 6px;
  -ms-border-radius: 6px 6px;
  -o-border-radius: 6px 6px;
  border-radius: 6px 6px;
  font-size: 1.3em;
  padding: 8px 28px;
}
.button.full {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

a.button {
  color: white;
}
a.button:visited {
  color: white;
}

/* Images */
img.rfloat {
  margin: 0 0 15px 15px;
}

img.lfloat {
  margin: 0 15px 15px 0;
}

img.rfloat.frame,
img.lfloat.frame,
img.frame {
  border: 1px solid #cccccc;
  padding: 5px;
}

img.responsive {
  height: auto;
  width: 100%;
}

/* Navigation */
nav {
  font-size: 1em;
  width: 100%;
}
nav ul {
  display: inline;
}
nav ul li {
  display: inline;
}
nav ul li a {
  color: #333333;
  display: inline-block;
  margin: 0;
  padding-top: 5px;
}
nav ul li a:visited {
  color: black;
}
nav ul li a:hover, nav ul li a.on {
  color: #a4b357;
}
nav.stacked {
  width: 100%;
}
nav.stacked ul {
  float: none;
}
nav.stacked ul li {
  border-bottom: 1px solid #999999;
  width: 100%;
}
nav.stacked ul li a {
  padding: 15px 0;
  text-indent: 1.5em;
  width: 100%;
}
nav.stacked ul li a:hover {
  background: #ededed;
}

/* Panels */
.panels {
  padding: 20px 20px 20px 20px;
  background: #ededed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px 0;
}
.panels h1,
.panels h2,
.panels h3 {
  margin-top: 0;
}

.paneltwo {
  padding: 20px 20px 20px 20px;
  background: #f7f7f7;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px 0;
}

.paneltwo h4 {
	padding-top: 25px;
}

.paneltwo p,
.paneltwo h1,
.paneltwo h2,
.paneltwo h3 {
	padding-left: 25px;
	padding-right: 25px;	
}

/* Pagination */
.pagination {
  margin: 10px 0;
  width: 100%;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.pagination ul li a {
  background: green;
  display: block;
  padding: 4px 0 6px 0;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  text-decoration: none;
}
.pagination ul li a:hover {
  background: blue;
}

/* Tabs */
.tabBox {
  margin: 20px 0;
  position: relative;
}
.tabBox [class*="tabs"]::before, .tabBox [class*="tabs"]::after {
  line-height: 0;
  content: "";
}
.tabBox [class*="tabs"]::after {
  clear: both;
}
.tabBox .tabs {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  width: 100%;
}
.tabBox .tabs li {
  border: 1px solid transparent;
  list-style: none;
  margin-bottom: -1px;
}
.tabBox .tabs li:first-child {
  margin-left: 0;
}
.tabBox .tabs li a {
  padding: 6px 18px;
}
.tabBox .tabs li a:hover {
  background: #ededed;
}
.tabBox .tabs .active {
  border: none;
  bottom: -1px;
  position: relative;
}
.tabBox .tabs .active a, .tabBox .tabs .active a:hover {
  background: white;
  color: #555555;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  text-decoration: none;
}
.tabBox .innerBox {
  border: 1px solid #cccccc;
  border-top: none;
  padding: 10px 20px;
}
.tabBox .innerBox p {
  width: 100%;
}

.tabBottom {
  margin-bottom: 60px;
  /*  TABS BOTTOM */
}
.tabBottom .tabs {
  border-bottom: none;
  border-top: 1px solid #cccccc;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.tabBottom .tabs .active {
  top: -1px;
}
.tabBottom .tabs .active a,
.tabBottom .tabs .active a:hover {
  border-bottom-color: #cccccc;
  border-top-color: transparent;
}
.tabBottom .innerBox {
  border: 1px solid #cccccc;
  border-bottom: none;
}

/* Tables */

table {
  background: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
  margin: 15px 0;
  width: 100%;
}
table thead,
table tfoot {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  background-color: #999;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
}
table tbody tr,
table tbody td {
  padding: 5px 10px;
}
table thead {
  padding: 3px 10px;
  text-align: left;
}
table tbody {
  padding: 3px 10px;
  text-align: left;
}
table tbody tr.odd {
  background-color: #FFF;
  /* Class added by simple table script */
}
table tbody tr.even {
  background-color: #ededed;
  /* Class added by simple table script */
}
table.ctOrange thead tr th,
table.ctOrange thead tr td,
table.ctOrange tfoot tr th,
table.ctOrange tfoot tr td {
  background-color: #fb9d23;
}
table.ctOrange tbody tr.odd {
  background-color: white;
}
table.ctOrange tbody tr.even {
  background-color: #fceabb;
}
table.ctBlue thead tr th,
table.ctBlue thead tr td,
table.ctBlue tfoot tr th,
table.ctBlue tfoot tr td {
  background-color: #356aa0;
}
table.ctBlue tbody tr.odd {
  background-color: white;
}
table.ctBlue tbody tr.even {
  background-color: #deefff;
}
table.ctYellow thead tr th,
table.ctYellow thead tr td,
table.ctYellow tfoot tr th,
table.ctYellow tfoot tr td {
  background-color: #f8b500;
}
table.ctYellow tbody tr.odd {
  background-color: white;
}
table.ctYellow tbody tr.even {
  background-color: #fcefcf;
}
table.ctRed thead tr th,
table.ctRed thead tr td,
table.ctRed tfoot tr th,
table.ctRed tfoot tr td {
  background-color: #cc0000;
}
table.ctRed tbody tr.odd {
  background-color: white;
}
table.ctRed tbody tr.even {
  background-color: #ffcece;
}
table.ctGreen thead tr th,
table.ctGreen thead tr td,
table.ctGreen tfoot tr th,
table.ctGreen tfoot tr td {
  background-color: #299a0b;
}
table.ctGreen tbody tr.odd {
  background-color: white;
}
table.ctGreen tbody tr.even {
  background-color: #dde8c7;
}
table.ctBlack thead tr th,
table.ctBlack thead tr td,
table.ctBlack tfoot tr th,
table.ctBlack tfoot tr td {
  background-color: black;
}
table.ctBlack tbody tr.odd {
  background-color: white;
}
table.ctBlack tbody tr.even {
  background-color: #dbdbdb;
}
table.rounded thead th:first-child {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
table.rounded thead th:last-child {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
table.rounded tfoot th:first-child {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
table.rounded tfoot th:last-child {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


  /* Additions to Tables */
  tr {
    border-bottom: 1px solid #DEDEDE;
  }
   td {
    background-color: #f4f4f4;
  }



/* Tooltips */
a.tooltip,
a.tipHover {
  color: #a4b357;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  height: 20px;
  position: relative;
}
a.tooltip:hover,
a.tipHover:hover {
  color: black;
  text-decoration: underline;
}

.theTooltip {
  bottom: 20px;
  color: #a4b357;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 250px;
  z-index: 9999;
}
.theTooltip .tipBody {
  background: white;
  border: 2px solid #ededed;
  color: black;
  padding: 15px;
}
.theTooltip .arrow-up {
  display: none;
}
.theTooltip .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ededed;
  left: 15px;
  position: relative;
}

.tipBottom .theTooltip {
  left: 0;
  bottom: -110px;
}
.tipBottom .theTooltip .arrow-down {
  display: none;
}
.tipBottom .theTooltip .arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ededed;
  left: 15px;
  position: relative;
}

.tooltip.on .theTooltip {
  display: block;
}

/*  Typography  */
h1, h2, h3, h4, h5, h6, p, blockquote, article, section {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 15px 0;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h3.pdftitle {
  font-size: 1.4em;
  font-weight: bold;
  color: #3bc6e0;
  padding-left: 5px;
}

h3.linkrojo {
  font-size: 1.4em;
  font-weight: bold;
  color: #db0505;
  padding-left: 5px;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #3bc6e0;
  padding-left: 5px;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  color: #858585;
  text-decoration: underline;  
}

h6 {
  font-size: 1em;
  font-weight: normal;
  color: #999999;
}

blockquote {
  border-left: 5px solid #999999;
  text-align: left;
}
blockquote.right {
  text-align: right;
}
blockquote.right small {
  text-align: right;
}
blockquote p {
  text-color: #333333;
}
blockquote small {
  text-align: left;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

big, .big {
  font-size: 1.7em;
}

small, .small {
  font-size: 0.7em;
}

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.mute-text {
  color: #999999;
}

.warning-text {
  color: #febf04;
}

.error-text {
  color: #ff3019;
}

.success-text {
  color: #a4b357;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

cite {
  font-style: normal;
}

a {
  color: #034471;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  text-decoration: none;
}
a:hover {
  /*color: black;*/
  text-decoration: underline;
}


ul {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #555555;
}



ul.no-style li {
  list-style: none;
}
ul.inline li {
  display: inline-block;
}
ul.lista li {
  font-size: 1em;
  list-style: square inside;
  margin-left: 35px;
  margin-right: 20px;
}

code, pre {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.9em;
  padding: 0.1em 0.2em;
}

code {
  border: 1px solid #999999;
  color: #cccccc;
  white-space: nowrap;
}

pre {
  display: block;
  line-height: 1.5;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
pre code {
  background: #ededed;
  color: #333333;
  display: block;
  padding: 1em;
}

nav ul, nav ul li, .tabBox .tabs li, ul {
  margin: 0;
  padding: 0;
}

.alert .close {
  position: absolute;
}

.alert, nav ul li {
  position: relative;
}

.button, a.button, nav ul li a {
  text-decoration: none;
}

.button {
  cursor: pointer;
}

img.lfloat, nav, .pagination, .pagination ul li, .tabBox .tabs li {
  float: left;
}

img.rfloat {
  float: right;
}

/* Print */
@media print {
  a[href]:after {
    content: " (" attr(href) ") ";
  }
}
nav ul, .tabBox [class*="tabs"]::before, .tabBox [class*="tabs"]::after, .tabBox .tabs li a, .tabBox .innerBox, .hide-mobile {
  display: block;
}

.hide-desktop {
  display: none;
}
