body {
  font-size: 15px;
}

/*   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 .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 .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 .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%;
  }
}
@media screen and (min-width: 1120px) {
  .container {
    width: 1170px;
  }
}
/* 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: "";
}

/* Navigation */
nav {
  font-size: 1em;
  width: 100%;
}
nav ul {
  display: inline;
}
nav ul li a {
  color: #333333;
  display: inline-block;
  margin: 0;
  padding: 5px;
}
nav ul li a:visited {

}

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;
}



/*  Typography  */
h1, h2, h3, h4, h5, h6, p, blockquote, article, section {

  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;
}

h4, h5, h6 {
  font-size: 1.2em;
}

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: #ffa84c;
  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;
}


ul {
  font-weight: normal;
  color: #555555;
}
ul.no-style li {
  list-style: none;
}
ul.inline li {
  display: inline-block;
}
ul li {
  font-size: 1em;
  list-style: circle;
  margin-left: 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 {

}

.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;
}
