/* Variables
-------------------------------------------------------------- */
/* Colors */
/* Front Page Colors */
/* Fonts */
/* Weights */
/* Mix-Ins */
@-webkit-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-moz-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-o-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@-moz-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@-o-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
/* From retina.less
 * A helper mixin for applying high-resolution background images (http://www.retinajs.com)
 * Append @2x to the end of your retina version. ex: /images/my_image@2x.png
 */
/* Retina image helper mixing that allows you to specify different images for different device widths */
/* Typography
----------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "ff-tisa-web-pro", Helvetica, Arial, sans-serif;
  margin: 0;
  min-height: 100%;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5625em;
}
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "ff-tisa-web-pro", Helvetica, Arial, sans-serif;
  line-height: 1.5625em;
}
hr {
  background-color: #5E5E5E;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  font-family: "ronnia", Georgia, serif;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  margin-bottom: 25px;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.333em;
  letter-spacing: 0px;
  margin: 25px 0px 10px 0px;
  font-weight: 600;
}
h3,
.h3 {
  margin: 5px 0px 10px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.4em;
}
h4,
.h4 {
  font-weight: 600;
  font-style: italic;
  margin: 5px 0px 10px 0px;
  font-size: 1.125em;
  line-height: 1.333em;
}
h5,
.h5 {
  font-weight: 300;
  margin: 5px 0px;
  font-size: 1.125em;
  line-height: 1.333em;
}
p {
  margin-bottom: 1.5625em;
  margin-top: 0;
  line-height: 1.75em;
}
.author {
  letter-spacing: 2px;
  color: #666464;
  line-height: 1.786em;
  text-transform: uppercase;
}
p.intro {
  margin-bottom: 0.9375em;
  line-height: 1.286em;
  font-size: 1.75em;
  font-weight: 300;
}
p.moreinfo {
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  line-height: 1.5em;
}
p.categories {
  font-family: "ronnia", Georgia, serif;
  font-size: 1.125em;
  line-height: 2.5em;
}
p.footer {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.75em;
}
p.callout {
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 28px;
  font-family: "ronnia", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-size: 1.75em;
  line-height: 1.5em;
  text-align: left;
  text-indent: 0.5em;
  font-family: "ronnia", Georgia, serif;
  font-weight: 300;
  font-style: italic;
  border-style: none;
  border-width: 0px 0px 0px 5px;
  margin: 0.893em 0px;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}
mark,
ins {
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/* Links */
a {
  text-decoration: none;
  color: #005394;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:visited {
  color: #005394;
}
a:hover,
a:focus,
a:active {
  color: #67cbe4;
  text-decoration: none;
}
/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Buttons & Forms */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button.btn,
button.btn.btn-sm {
  border: none;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  padding: 6px 8px;
  border-width: 2px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #5E5E5E;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #454545;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=search],
input[type=email],
textarea,
#content div.kimbiaDiv input.k_number,
#content div.kimbiaDiv input.k_text,
#content div.kimbiaDiv input.k_money,
#content div.kimbiaDiv textarea.k_textarea,
#content div.kimbiaDiv input.k_number.k_required,
#content div.kimbiaDiv input.k_text.k_required,
#content div.kimbiaDiv input.k_money.k_required,
#content div.kimbiaDiv textarea.k_textarea.k_required {
  color: #333;
  border: 2px solid #45aac3;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #333;
}
input[type=text],
input[type=search],
input[type=email] {
  padding: 4px;
}
label {
  font-weight: normal;
}
textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%;
}
.btn,
input[type="submit"],
#content div.kimbiaDiv button {
  background-color: #51bbcf;
  border: 3px solid #45aac3;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 1.6em;
}
.btn:hover,
input[type="submit"]:hover,
#content div.kimbiaDiv button:hover {
  background-color: #45aac3;
  text-decoration: none;
}
.btn:visited,
input[type="submit"]:visited,
#content div.kimbiaDiv button:visited,
.btn:hover,
input[type="submit"]:hover,
#content div.kimbiaDiv button:hover,
.btn:active,
input[type="submit"]:active,
#content div.kimbiaDiv button:active {
  color: #fff;
}
.btn.btn-sm,
input[type="submit"].btn-sm,
#content div.kimbiaDiv button.btn-sm {
  background-color: #51bbcf;
  border: 3px solid #45aac3;
  color: #fff;
  display: inline-block;
  padding: 3px 3px;
  border-radius: 0;
  font-size: 1em;
}
.btn.btn-sm:hover,
input[type="submit"].btn-sm:hover,
#content div.kimbiaDiv button.btn-sm:hover {
  background-color: #45aac3;
  text-decoration: none;
}
.btn.btn-sm:visited,
input[type="submit"].btn-sm:visited,
#content div.kimbiaDiv button.btn-sm:visited,
.btn.btn-sm:hover,
input[type="submit"].btn-sm:hover,
#content div.kimbiaDiv button.btn-sm:hover,
.btn.btn-sm:active,
input[type="submit"].btn-sm:active,
#content div.kimbiaDiv button.btn-sm:active {
  color: #fff;
}
#content div.kimbiaDiv button {
  font-size: 1em;
  font-weight: 400;
}
.btn-round {
  font-size: 1.2em;
  -webkit-border-radius: 0.85em;
  -moz-border-radius: 0.85em;
  border-radius: 0.85em;
  display: inline-block;
  background-color: #03b3de;
  color: #fff;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.btn-round .icon {
  display: block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
}
.btn-round:hover {
  background-color: #039fc5;
}
.btn-round:visited,
.btn-round:hover,
.btn-round:active {
  color: #fff;
}
/* Media
----------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.5em;
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
}
img.wp-smiley {
  display: none;
}
.wp-caption {
  border: 1px solid #5E5E5E;
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-content .gallery {
  margin-bottom: 1.5em;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Fluid Images */
img {
  max-width: 100%;
  height: auto;
}
/* Pretty Ampersands */
span.amp {
  font-family: Adobe Caslon Pro, Baskerville, "Goudy Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 110%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* Misc. */
input::-moz-focus-inner {
  border: 0;
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
