/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/
/*---------------------------------
	IMPORTS
-----------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Raleway:300,500);*/
@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:300,500);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
    /*font-family: "DejaVu Serif", "Droid Serif", "Lucida Fax", serif;*/
    font-weight: normal;
}

thead th,
tbody th {
    font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Arimo", arial, verdana, sans-serif;
}

.menu {
    font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote {
    font-family: "Arimo", arial, verdana, sans-serif;
}

/* Copy styles for button.disabled to button[disabled] */
button[disabled] {
    color: #ccc;
    cursor: default;
    background: #efefef;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body {
    margin: 0;
    padding: 0 0 0 0;
    color: #000;
    background:#efefef;
    /*background: url("/static/kickstart/css/img/gray_jean.e3d55104d9a9.png");*/
    /*font: normal 16px/150% 'Ek Mukta', sans-serif;*/
    font-weight: 500;
}

#wrap {
    width: 100%;
    background: #fff;
    margin: 30px auto 30px auto;
    padding: 0 2%;
    border: 1px solid #ccc;
}

#footer {
    text-align: center;
    padding: 20px;
    margin: 0;
    border-top: 1px solid #ddd;
    color: #999;
    font-size: 0.8em;
    text-shadow: 0px 1px 1px #fff;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

footer a {
    text-decoration: none;
    color: inherit;
}

#link-top {
    display: none;
}

/* NAV BAR*/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    z-index: 1000;
}

.navbar ul.breadcrumbs li:last-child {
    color: red;
}

.navbar #logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    font-size: 1.7em;
    color: #efefef;
    text-decoration: none;
}

.navbar span {
    color: #86dc00;
}

.navbar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin: 0;
    padding: 0;
    list-style-type: 0;
    display: inline-block;
}

.navbar li a {
    display: inline-block;
    color: #efefef;
    padding: 1em 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 1.2em;

}

 footer {
    /* This should be a flex sticky footer. TODO: Fix later */
    position: fixed;
    bottom: 2px;
    right: 2px;
}
footer > p {
    color: #9896a4;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Ek Mukta';
    margin: 0;
}

.callout {
    background: #4598ef; /*#86dc00;*/
    padding: 3em 0;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
}

.callout + div.grid {
    margin-top: 50px;
}

a.callout {
    cursor: pointer;
}

.callout i.icon-4x {
    font-size: 6em;
}

.callout h4 {
    margin-bottom: 30px;
}

.callout-top {
    margin: 50px 0 0 0;
}

.callout p {
    margin-bottom: 0;
}

.callout .button {
    margin-top: 10px;
}

.callout.green {
    background: #19ad0b; /*#86dc00;*/
}

#mc_embed_signup {
    padding: 30px 0;
}

#ui-preview {
    border: 5px solid #ddd;
    margin: 30px 0;
    display: block;
}

/* ------------------------------------------------------------------------ */
.well {
    background-color: rgba(255, 255, 255, 0.05);
    /*border: 3px double blue;*/
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 10px;
}

.well + .well {
    margin-top: 10px;
}

fieldset > fieldset {
    margin-top: 10px;
}

fieldset > fieldset > legend {
    font-size: 80%;
}

/* Pantone Spring '16 palette */
.rose-quartz { color: #f7cac9; } /* 13-1520 TCX, peach-echo, serenity, lilac-gray*/
.peach-echo { color: #f7786b; }  /* 16-1548 TCX, rose-quartz, serenity, lilac-gray */
.serenity { color: #92a8d1; }    /* 15-3919 TCX, buttercup, snorkel-blue, peach-echo */
.snorkel-blue { color: #034f84; }/* 19-4049 TCX, buttercup, iced-coffee, peach-echo */
.buttercup { color: #fae03c; }   /* 12-0752 TCX, snorkel-blue, serenity, lilac-gray */
.limpet-shell { color: #98ddde; }/* 13-4810 TCX, iced-coffee, peach-echo, rose-quartz */
.lilac-gray { color: #9896a4; }  /* 16-3905 TCX, fiesta, green-flash, iced-coffee */
.fiesta { color: #dd4132; }      /* 17-1564 TCX, snorkel-blue, green-flash, limpet-shell */
.iced-coffee { color: #b18f6a; } /* 15-1040 TCX, rose-quartz, serenity, lilac-gray*/
.green-flash { color: #79c753; } /* 15-0146 TCX, snorkel-blue, serenity, limpet-shell*/

/* Use to create iconified inputs. For example, an 'email address' field:
  Email Address: [ ✉ user@example.com ]

  Email Address: <div class="icon-input-container">
          <input class="icon-input" type="text" />
          <i class="fa fa-envelope">
     </div>*/
.icon-input-container {
    position: relative;
}

.icon-input {
    padding-left: 25px;
    width: 24em;
}
.icon-input + .fa {
    position: absolute;
    left: 3px;
    padding: 7px;
    pointer-events: none;
}


/* Button bar with buttons in it */
ul.button-bar > li > button {
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-family: inherit;
    padding: 7px 10px;
}
/* for any fa icons that toggle, we need fixed width. This makes the icons too
   wide though, so shrink them a bit. */
button > i.fa-fw {
    margin-left: -4px;
}
