@import url(https://fonts.googleapis.com/css?family=Roboto:400,900|Alegreya+Sans+SC:400,700|Arimo:400,700|Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Abel|Cuprum:400,700|Ruda:400,700|Jura:400,500);
* {
  box-sizing: border-box; }

.w10p {
  width: 10%; }

.w20p {
  width: 20%; }

.w25p {
  width: 25%; }

.w30p {
  width: 30%; }

.w33p {
  width: 33%; }

.w40p {
  width: 40%; }

.w50p {
  width: 50%; }

.w60p {
  width: 60%; }

.w66p {
  width: 66%; }

.w70p {
  width: 70%; }

.w75p {
  width: 75%; }

.w80p {
  width: 80%; }

.w90p {
  width: 90%; }

.w100p {
  width: 100%; }

.h10p {
  height: 10%; }

.h20p {
  height: 20%; }

.h25p {
  height: 25%; }

.h30p {
  height: 30%; }

.h33p {
  height: 33%; }

.h40p {
  height: 40%; }

.h50p {
  height: 50%; }

.h60p {
  height: 60%; }

.h66p {
  height: 66%; }

.h70p {
  height: 70%; }

.h75p {
  height: 75%; }

.h80p {
  height: 80%; }

.h90p {
  height: 90%; }

.h100p {
  height: 100%; }

.w10px {
  width: 10px; }

.w20px {
  width: 20px; }

.w25px {
  width: 25px; }

.w30px {
  width: 30px; }

.w33px {
  width: 33px; }

.w40px {
  width: 40px; }

.w48px {
  width: 48px; }

.w50px {
  width: 50px; }

.w60px {
  width: 60px; }

.w64px {
  width: 64px; }

.w66px {
  width: 66px; }

.w70px {
  width: 70px; }

.w75px {
  width: 75px; }

.w80px {
  width: 80px; }

.w90px {
  width: 90px; }

.w100px {
  width: 100px; }

.wAuto {
  width: auto; }

.wIntrinsic {
  width: auto; }

.wInherit {
  width: inherit; }

.wIcon {
  width: 30px; }

.wIcon-2x {
  width: 60px; }

.wIcon-3x {
  width: 90px; }

.wIcon-4x {
  width: 120px; }

.wIcon-5x {
  width: 150px; }

/* Nav bar and navigation elements */
nav {
  font-family: "Lato";
  font-size: 10pt;
  width: 100%;
  vertical-align: middle; }
  nav li {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 6px; }
    nav li a {
      text-decoration: none;
      text-transform: uppercase; }

.nav-badge {
  height: 50px;
  padding: 5px; }

.nav-main {
  vertical-align: middle; }
  .nav-main .selected {
    background-color: #137ca9; }
    .nav-main .selected a {
      color: #ffffff; }
  .nav-main li {
    padding: 10px;
    margin: 10px;
    z-index: 0px;
    border-radius: 8px; }
    .nav-main li a {
      z-index: 10;
      color: #3f3f3f; }
  .nav-main li :hover {
    background: #eaeaea; }

.nav-button-list li {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 6px; }
  .nav-button-list li .button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    background: #137ca9;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14pt;
    padding: 20px;
    outline: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out; }
  .nav-button-list li .button-alt {
    background: #09394d;
    color: #ffffff !important; }
  .nav-button-list li a {
    color: #3f3f3f;
    text-decoration: none;
    text-transform: uppercase; }

table {
  border-collapse: seperate;
  border-spacing: 0px; }
  table td {
    vertical-align: top; }

.table-tight {
  border-spacing: 0px;
  border-collapse: separate;
  padding: 0px;
  margin: 0px; }

.table-list {
  width: 100%; }
  .table-list th {
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: -1em;
    padding: 5px;
    background-color: #00ff0f;
    border-color: #ff0fff; }
  .table-list tr:nth-child(even) {
    background-color: #fafafa; }
  .table-list tr:nth-child(odd) {
    background-color: #e1e1e1; }
  .table-list td {
    padding: 3px;
    font-size: 8pt;
    vertical-align: middle; }
  .table-list .message {
    color: #ff0000;
    font-weight: bold;
    text-align: center; }

.tblContainer {
  display: table;
  width: 100%;
  border-spacing: 10px; }
  .tblContainer .tblRow {
    display: table-row; }
    .tblContainer .tblRow .tblColumn {
      display: table-cell; }

.footer {
  font-size: 9pt;
  background-color: #282d2f;
  padding: 20px;
  color: #636f74; }
  .footer h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 10.8pt;
    text-transform: uppercase; }
  .footer .address {
    padding: 10px; }
  .footer .phone {
    padding: 10px; }
  .footer .email {
    padding: 10px; }
    .footer .email a {
      text-decoration: none;
      color: #ffffff; }
  .footer .social .fa {
    font-size: 18pt;
    padding: 0px; }
  .footer .social a {
    color: #ffffff; }
  .footer .copyright {
    padding: 5px;
    text-transform: uppercase; }
    .footer .copyright a {
      color: #ffffff;
      text-decoration: none; }
    .footer .copyright .version {
      color: #576266; }

.textblock {
  display: block; }
  .textblock .heading {
    font-size: 1.2em;
    font-family: "Arimo";
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 5px;
    margin: 10px;
    margin-bottom: 0px;
    border-color: #e6e6e6;
    color: gray; }
  .textblock .body {
    padding: 20px;
    padding-top: 20px;
    text-align: justify; }
    .textblock .body .link-list {
      padding: 10px 40px 20px 40px;
      text-align: left; }
      .textblock .body .link-list li {
        list-style-type: none;
        padding: 5px; }
    .textblock .body h2 {
      text-transform: uppercase;
      font-size: 0.9em;
      color: #2c80c5; }

/* Action Elements, used for all button inputs */
.action-button {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.2em;
  padding: 0px;
  margin: 0px; }

.action-add {
  color: #009900; }

.action-remove {
  color: #990000; }

.action-upload {
  color: #2299cc; }

.action-comment {
  color: #ff0000; }

.toggle-on {
  color: #00aa00; }

.toggle-off {
  color: #E3E3E3; }

.fa-mars {
  color: #6295CB; }

.fa-venus {
  color: #cc61b1; }

.fa-transgender {
  color: #9d3abb; }

.fa-user-secret {
  color: #999999; }

.fa-user {
  color: #999999; }

.fa-exclamation-triangle {
  color: #ffb800; }

.fa-facebook {
  color: #ff0000; }

.fa-twitter {
  color: #ff0000; }

.fa-linkedin {
  color: #ff0000; }

.fa-google-plus {
  color: #ff0000; }

.fa-youtube {
  color: #ff0000; }

.miniIcon {
  font-size: 16px; }

.icon-buttons {
  padding: 0px;
  margin: 0px; }

.action-button-list {
  font-size: 14pt; }

.splash-banner {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px; }
  .splash-banner .photo {
    z-index: 0;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .splash-banner .photo img {
      width: 100%; }
  .splash-banner .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(18, 19, 20, 0.65);
    color: #ffffff;
    padding: 20px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 30px; }

.trainers {
  padding: 20px; }
  .trainers .trainer {
    padding-bottom: 20px; }
    .trainers .trainer .photo {
      padding: 10px;
      width: 140px;
      text-align: center; }
      .trainers .trainer .photo img {
        border-radius: 8px;
        width: 120px;
        border: 1px solid;
        border-color: #c8c9d5; }
    .trainers .trainer .metadata {
      padding-top: 10px; }
      .trainers .trainer .metadata .certificate-list .certificate {
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.6em;
        padding: 3px 5px 3px 5px;
        border-radius: 8px;
        color: #b6b6b6;
        background-color: #f6f6f6; }
      .trainers .trainer .metadata .bio {
        padding: 10px;
        font-size: 0.85em; }
        .trainers .trainer .metadata .bio .focus {
          width: intrinsic;
          vertical-align: middle;
          padding: 10px;
          background-color: #e3f2d4;
          color: #3d5e1c;
          border: 1px solid;
          border-color: #7dc03a;
          border-radius: 8px; }

html * {
  padding: 0px;
  margin: 0px; }

body {
  font-family: "Lato";
  font-size: 1em;
  text-align: justify;
  color: #71727a;
  background-color: #282d2f; }

.site-container {
  width: 100%;
  margin: auto; }

.main-content {
  background-color: #ffffff; width: 100%; }

.inline-promo {
  width: 100px;
  text-align: center;
  margin: auto; }
  .inline-promo .mini-label {
    font-size: 9pt;
    text-transform: uppercase;
    padding: 10px; }

.banner {
  background-color: #ffffff;
  border-bottom: 1px solid;
  border-color: #eaeaea; }
  .banner .logo {
    width: 400px;
    padding: 20px; }

.container {
  display: table;
  width: 100%;
  padding: 0px;
  margin: 0px; }
  .container .row {
    padding: 0px;
    margin: 0px;
    width: inherit;
    display: table-row; }
    .container .row .column {
      display: table-cell;
      vertical-align: top;
      padding: 0px;
      margin: 0px; }

p {
  margin: 1.0em 0 0.5em 0; }

h1 {
  color: #1e5786;
  font-size: 18pt;
  padding: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "Roboto"; }

h2 {
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #2c80c5; }

h3 {
  text-align: right;
  text-transform: uppercase;
  font-size: 10pt;
  border-bottom: 1px solid;
  border-color: #e1e1e1;
  color: #a1a1a1;
  padding: 10px;
  margin: 10px; }

.quiz, .form-contact {
  width: 90%;
  margin: auto;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px; }

.quiz section h1 {
  color: #333333;
  background-color: #efefef;
  padding: 5px;
  padding-left: 10px;
  border-radius: 8px; }

.quiz .question {
  padding: 20px;
  padding-bottom: 5px; }

.quiz .answers {
  border: 1px solid #e5e3cf;
  border-radius: 5px;
  margin: 10px;
  width: 80%;
  margin: auto;
  background-color: #f6f5e7; }

.quiz .answers span {
  display: inline-block;
  width: 20%;
  text-align: center; }

.quiz .answers .label {
  font-weight: bold;
  font-size: .9em;
  line-height: 1em;
  padding: 5px; }

.callout {
  border: 1px solid;
  background-color: #ffffff;
  border-color: #e6e6e6;
  margin: 20px;
  padding-bottom: 20px; }
  .callout h2 {
    font-size: 12pt;
    text-transform: uppercase;
    color: #2c80c5; }

.link-list {
  text-align: center;
  padding-bottom: 50px; }
  .link-list h3 {
    text-align: left; }
  .link-list .link {
    text-align: center;
    font-size: 12pt;
    font-family: "Arimo";
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px; }
    .link-list .link img {
      margin: auto;
      width: 100%; }

.testimonial {
  padding: 20px;
  width: 60%;
  margin: auto;
  text-align: center; }
  .testimonial .author {
    font-size: 1.0125em; }
  .testimonial .comment {
    font-size: 1.35em;
    color: #585960; }
  .testimonial .comment ::before {
    font-family: FontAwesome;
    content: '"'; }
  .testimonial .comment ::after {
    font-family: FontAwesome;
    content: '"'; }

.actionzone {
  text-align: right;
  padding: 10px; }

.frm-label {
  text-align: right; }

.radiobutton {
  font-size: 9pt; }

.radiobutton-list span {
  display: inline-block; }

.form-items {
  width: 100%; }
  .form-items td {
    padding: 4px; }
  .form-items input[type='text'] {
    margin: 3px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #d9d9d9; }
  .form-items .frm-label {
    width: 20%;
    font-size: 10pt;
    color: #2c80c5;
    vertical-align: middle; }
  .form-items .tbl-clr td {
    padding: 0px !important; }
  .form-items .compoundform input {
    padding: 3px; }

h1 {
  font-family: "Lato";
  background-color: #fafafa;
  letter-spacing: .25em;
  border-radius: 8px;
  font-size: 0.6em;
  text-transform: uppercase;
  text-align: left;
  padding: 8px;
  color: gray;
  border: 1px solid;
  border-color: #e6e6e6; }

.form-subitems th {
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0.6em;
  font-weight: normal; }

.labelOffset {
  padding-top: 10px;
  vertical-align: top; }

.form-block {
  border-radius: 8px;
  border: 1px solid;
  border-color: #d0d0d0;
  width: 80%;
  margin: auto;
  padding: 5px; }
  .form-block .button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    background: #137ca9;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.75em;
    padding: 10px;
    outline: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out; }

.alignRight {
  text-align: right; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center !important; }

.alignTop {
  vertical-align: top; }

.alignMiddle {
  vertical-align: middle; }

.alignJustify {
  text-align: justify; }

.inset {
  margin: 20px; }

.nopadding {
  padding: 0px;
  margin: 0px; }

.mutedText {
  color: #990000; }

.smallerFont {
  font-size: 0em; }

.bold {
  font-weight: bold; }

.swatch {
  width: 30px;
  height: 30px;
  border: 1px solid #000000; }

.markRed {
  background-color: #ff0000; }

.markBlue {
  background-color: #0000ff; }

.markGreen {
  background-color: #00ff00; }

.markYellow {
  background-color: #ffff00; }

.markPurple {
  background-color: #ff00ff; }

.site-notice {
  text-align: center;
  margin: 20px;
  background-color: #990000;
  color: #f0f0f0;
  font-weight: bold;
  border: 1px solid;
  border-color: #ff0000;
  padding: 20px;
  border-radius: 8px; }

.layout-marker {
  border: 3px solid;
  padding: 5px;
  margin: 5px;
  background-color: #f0cbf5; }

.fade {
  opacity: 0.75;
  transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in; }

.fade :hover {
  opacity: 1; }

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


.link-list {
	padding: 10px;

	&.li {
		padding: 5px;
		text-decoration: none;
	}
}
