/* Typography */
/* Tables */
table {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 30px 0; }

th {
  font-weight: bold;
  background: whitesmoke;
  padding: 5px; }

td {
  padding: 5px;
  border: 1px solid #f0f0f0; }

/* Notice Styles */
blockquote {
  padding: 0 0 0 20px !important;
  font-size: 16px;
  color: #666; }
  blockquote > blockquote > blockquote {
    margin: 0; }
    blockquote > blockquote > blockquote p {
      padding: 15px;
      display: block;
      margin-top: 0rem;
      margin-bottom: 0rem;
      border: 1px solid #f0f0f0; }
    blockquote > blockquote > blockquote > p {
      /* Yellow */
      margin-left: -75px;
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
    blockquote > blockquote > blockquote blockquote > p {
      /* Red */
      margin-left: -100px;
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    blockquote > blockquote > blockquote blockquote > blockquote > p {
      /* Blue */
      margin-left: -125px;
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
    blockquote > blockquote > blockquote blockquote > blockquote > blockquote > p {
      /* Blue */
      margin-left: -150px;
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }

/* images responsive */
img {
  max-width: 100%; }

/* Constrain the width */
.container {
  width: auto;
  max-width: 960px;
  padding: 0 15px; }

/* Center the footer text */
.container .text-muted {
  margin: 20px 0;
  text-align: center; }

/* Make branding more obvious */
.navbar .navbar-brand {
  color: #333;
  font-size: 26px; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

.header {
  background-color: #9e9300;
  background-image: -webkit-linear-gradient(#9e9300, #d1c300);
  background-image: linear-gradient(#9e9300, #d1c300);
  margin-top: -20px;
  margin-bottom: 30px;
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
  color: #fffcd1; }
  .header h1 {
    font-size: 60px;
    color: #f0f0f0;
    margin-top: 0; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h1 {
        font-size: 40px; } }
    @media only all and (max-width: 47.938rem) {
      .header h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .header h2 {
    margin-top: 0;
    font-weight: normal; }
  .header .btn {
    font-size: 22px;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: 0; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5; }

ol.breadcrumb {
  padding-left: 0;
  background: transparent; }

.list-item {
  margin: 30px 0 50px; }

.blog-header-image {
  margin: 15px 0; }

.sidebar-content {
  margin-bottom: 50px; }

.pagination li {
  display: inline !important;
  border: 0 !important; }

.related-pages {
  padding: 0;
  list-style: none; }
  .related-pages li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px; }
    .related-pages li:last-child {
      border-bottom: 0; }
    .related-pages li a {
      display: block; }
  .related-pages .score {
    display: block;
    float: right;
    color: #999;
    font-size: 85%; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.modular .features {
  padding: 50px 0;
  text-align: center; }
  .modular .features:after {
    content: "";
    display: table;
    clear: both; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features h2 + h3 {
    margin-top: 0;
    font-weight: normal; }
  .modular .features p {
    margin: 10px 0;
    font-size: 17px; }
    @media only all and (max-width: 47.938rem) {
      .modular .features p {
        font-size: 14px; } }
  .modular .features .feature-items {
    margin-top: 30px; }
  .modular .features .feature {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 10px; }
    @media only all and (max-width: 47.938rem) {
      .modular .features .feature {
        width: 100%; } }
    .modular .features .feature i.fa {
      font-size: 40px;
      color: #b7ab00; }
    .modular .features .feature h4 {
      font-size: 16px;
      font-weight: normal; }
    .modular .features .feature p {
      display: inline-block;
      font-size: 14px;
      margin: 5px 0 10px; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      width: 50%;
      margin: 30px 0; }
    .modular .features.big i.fa {
      font-size: 50px;
      float: left; }
    .modular .features.big .feature-content {
      padding-right: 15px; }
      .modular .features.big .feature-content.push {
        margin-left: 90px; }
      .modular .features.big .feature-content h4 {
        font-size: 24px;
        text-align: left;
        margin: 0; }
      .modular .features.big .feature-content p {
        padding: 0;
        text-align: left;
        font-size: 14px; }

/*fonts*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Roman-webfont.woff") format("woff"), url("../fonts/Avenir-Roman-webfont.svg#Geometos") format("svg"), url("../fonts/Avenir-Roman-webfont.eot"), url("../fonts/Avenir-Roman-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3 {
  font-family: 'Roboto Slab'; }

h1 {
  font-size: 30px;
  margin-bottom: 30px; }

h2 {
  font-size: 20px;
  margin-bottom: 30px; }

h3 {
  font-size: 15px; }

.navbar {
  font-family: 'Roboto Slab';
  /*font-weight:bold;*/
  font-size: 15px;
  /*text-shadow: 1px 1px 0px rgb(162, 32, 0);*/ }
  .navbar .navbar-nav li a {
    color: #b98c00; }
  .navbar .navbar-nav li.active a {
    color: #4e4600; }

.callout {
  background: #f0f0f0;
  color: #666666;
  padding: 15px 15px; }
  .callout .align-left {
    float: left;
    margin-right: 15px; }
  .callout .align-right {
    float: right;
    margin-left: 15px; }
  .callout img {
    border-radius: 3px; }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }
.modular .modular-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

body.fixed-nav {
  padding-top: 50px; }

body {
  font-family: 'Avenir',Arial,sans-serif; }

.wrap {
  padding: 20px; }

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.logo-icon {
  margin-left: 25px; }

.navbar-brand {
  padding-left: 15px;
  padding-top: 15px;
  height: 85px; }
  .navbar-brand img {
    width: 60px; }

.navbar {
  border: none;
  box-shadow: none; }
  .navbar .navbar-nav {
    margin-top: 15px; }
    .navbar .navbar-nav li {
      list-style: none; }
      .navbar .navbar-nav li a {
        border: none; }
    .navbar .navbar-nav li.active a, .navbar .navbar-nav li.active a:hover {
      background: none;
      box-shadow: none; }

.navbar-default {
  background-image: linear-gradient(to bottom, #fff 0, #fbf7eb 100%);
  background: none; }
  .navbar-default .navbar-toggle:hover {
    background: #fcd302; }

/*old*/
.contact .form-field {
  float: left;
  width: 100%;
  padding: 5px; }
.contact .button {
  float: left; }

/*new*/
.recaptcha-hidden .form-control {
  display: none !important; }

#contact .form-field {
  float: left;
  width: 100%;
  padding: 5px; }
#contact .button {
  float: left; }

.g-recaptcha {
  float: left; }

.footer {
  background-color: #fff;
  width: 95%; }

/* cookies */
.cc-window {
  font-family: 'Avenir',Arial,sans-serif; }

#grav-login {
  max-width: 50rem !important; }
  #grav-login .col-sm-2 {
    width: 50%;
    text-align: right;
    padding-top: 5px; }
  #grav-login .col-sm-10 {
    width: 50%; }
  #grav-login form {
    padding-top: 30px; }
  #grav-login .rememberme {
    float: right !important; }
  #grav-login .form-actions button {
    margin-top: 50px; }
  #grav-login .form-actions .button.secondary {
    line-height: 26px; }
    #grav-login .form-actions .button.secondary i {
      line-height: 26px; }
  #grav-login .button {
    vertical-align: bottom !important; }

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