/**
 * @file
 * Omega's primary SCSS controller, that pulls in any relevant SCSS includes
 * 
 * All styles declared in Omega use the !default property.
 * Any overrides in your subtheme will not include this and can override styles and variables selectively.
 * In your subtheme, you can comment out any of the @import declarations you like if you'd like to create your own styles for that element.
 *
 * @usage
 * @media all and (min-width: $tablet) {
 *   // styles here will apply to tablet mode and above defined in _omega-style-vars.scss
 * }
 * @media all and (min-width: $desktop) {
 *   // styles here will apply to desktop mode and above defined in _omega-style-vars.scss
 * }
 * @media all and (min-width: $tablet) and (max-width: $desktop) {
 *   // styles here will apply to tablet mode ONLY and not for desktop mode.
 * }
 */
/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/*$primaryColor1: #444 !default; // general text
$primaryColor2: #00343D !default; // links
$primaryColor3: #FAFAFA !default; // almost white
$primaryColor4: #1A1A1A !default; // almost black
$primaryColor5: #5A5A5A !default; // nice gray*/
/**
 * @file
 * Visual styles for comments in Bartik.
 */
/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2 {
  margin-bottom: 1em;
}

#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

.field-node--comment {
  font-size: 0.934em;
}

.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}

[dir="rtl"] .comment {
  direction: rtl;
}

.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
}

[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0;
}

.comment__author .username {
  white-space: nowrap;
}

.comment__author {
  margin: 4px 0;
  line-height: 1.2;
}

.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

.comment__permalink {
  display: none;
  /*  font-size: 0.733em;
    line-height: 1.2;*/
}

.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */
}

[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}

.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

.indented {
  margin-left: 40px;
  /* LTR */
}

[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

.comment .links {
  padding: 0 0 0.25em 0;
}

.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

.unpublished {
  padding: 20px 15px 0;
}

.comment-footer {
  display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

/**
 * Comment form - edits by norwegian.blue
*/
.title.comment-form__title {
  width: 100%;
}

form.comment-comment-node-blog-form label {
  display: none;
}

/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/*$primaryColor1: #444 !default; // general text
$primaryColor2: #00343D !default; // links
$primaryColor3: #FAFAFA !default; // almost white
$primaryColor4: #1A1A1A !default; // almost black
$primaryColor5: #5A5A5A !default; // nice gray*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "work_sanslight", "exo_2medium_condensed", sans-serif;
  font-size: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: none;
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 87.5%;
  background-color: white;
  color: #000000;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0;
  padding-left: 15rem;
}

a {
  text-decoration: none;
  color: #0060c7;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgba(128, 204, 40, 0.85);
}

p a, p a.link {
  border-bottom: dotted 0.1em;
}

a.telephone {
  border: none;
}

a.telephone::before {
  content: ". . .";
  background-image: url(/sites/killeenautoelectrical/themes/custom/kae0/images/phoneicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: rgba(102, 170, 214, 0.9);
}

details {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

p, .field--type-text-with-summary {
  font-size: 1em;
  margin: 0 0 1em 0;
}

@media all and (min-width: 769px) {
  p, .field--type-text-with-summary {
    font-size: 1.4em;
    margin: 0 0 1.5em 0;
  }
}
del {
  text-decoration: line-through;
}

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  /* LTR */
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

h1,
.heading-a {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 1.357em;
  color: #74270e;
  font-family: comfortaaregular, Arial, sans-serif;
}

h2,
.heading-b {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 2.2em;
  color: #80cc28;
  font-family: comfortaaregular, Arial, sans-serif;
}

h3,
.heading-c {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 1.092em;
}

h4,
.heading-d {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 1.05em;
}

h5,
.heading-e {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 0.889em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h6,
.heading-f {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 0.67em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-title {
  font-size: 3em;
  line-height: 1em;
  color: #00747d;
  padding: 10px 0 0;
  font-family: comfortaaregular, Arial, sans-serif;
}

img.image-style-avatar {
  border-radius: 100%;
}

.region-footer #block-contactblock > div {
  clear: both;
}

.region-footer #block-contactblock .form-item input {
  width: 100%;
}

.region-footer #block-contactblock label {
  color: #000000;
}

.region-footer #block-contactblock #edit-subject-wrapper label,
.region-footer #block-contactblock #edit-message-wrapper label {
  display: none;
}

/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/*$primaryColor1: #444 !default; // general text
$primaryColor2: #00343D !default; // links
$primaryColor3: #FAFAFA !default; // almost white
$primaryColor4: #1A1A1A !default; // almost black
$primaryColor5: #5A5A5A !default; // nice gray*/
nav.navigation ul {
  margin: 0;
  padding: 0;
}
nav.navigation ul li {
  margin: 3px 5px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
}
nav.navigation ul li:first-child {
  margin-left: 0;
}
nav.navigation ul li:last-child {
  margin-right: 0;
}

@media all and (min-width: 1024px) {
  /*
nav.navigation {
    
    ul, ul.links {
      margin: 0;
      margin-bottom: 0.5em;
      padding: 0;
      
      li {
        margin: 0 5px;
        padding: 0;
        list-style-type: none;
        display: inline-block;

        a {
          display: block;
          padding: 5px 10px;
          background: $menuitemBg;
          color: $menuitemColor;
          text-decoration: none;
          
          @include kae0Transition(all, 0.25s, ease-in-out);
          
          &:hover {
            opacity: 0.85;
          }
          
        }

        &:first-child {
          margin-left: 0;
        }
  
        &:last-child {
          margin-right: 0;
        }  
      }
    }
  }
*/
}
#header {
  font-family: comfortaaregular,OpenSansRegular, sans-serif;
  position: relative;
}

#header {
  height: 200px;
  display: none;
}

.path-frontpage #header {
  display: block;
  height: 200px;
  background: transparent url("/sites/kidsrestorethekepler/themes/custom/krtk_interim/images/norblu_header.jpg") no-repeat scroll 0% 0%/cover;
  /* nb */
}

@media all and (min-width: 740px) {
  .path-frontpage #header {
    display: block;
    height: 250px;
    background: transparent url("/sites/kidsrestorethekepler/themes/custom/krtk_interim/images/norblu_header.jpg") no-repeat fixed 0% 0%/cover;
    /* nb */
  }
}
@media all and (min-width: 1219px) {
  .path-frontpage #header {
    display: block;
    height: 350px;
    background: transparent url("/sites/kidsrestorethekepler/themes/custom/krtk_interim/images/norblu_header.jpg") no-repeat fixed 0% 0%/cover;
    /* nb */
  }
}
.header .section {
  position: relative;
}

.region-header {
  padding: 0;
}

#header-outer-wrapper {
  background-color: #66aad6;
  z-index: 10;
  width: 100%;
  box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
}

@media all and (min-width: 560px) {
  header#header-outer-wrapper {
    position: fixed;
  }

  section#btns-outer-wrapper {
    margin-top: 140px;
  }
}
.scrolled #header-outer-wrapper {
  background-color: rgba(102, 170, 214, 0.6);
}

@media all and (max-width: 959px) {
  #block-kae0-branding {
    width: 81.33333% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
    float: left;
  }
  #block-kae0-branding:first-of-type {
    margin-left: 0 !important;
  }
  #block-kae0-branding:last-of-type {
    margin-right: 0 !important;
  }

  #block-loginformpopup {
    width: 14.66667% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
    float: right;
  }
  #block-loginformpopup:first-of-type {
    margin-left: 0 !important;
  }
  #block-loginformpopup:last-of-type {
    margin-right: 0 !important;
  }
}
@media all and (min-width: 960px) and (max-width: 1279px) {
  #block-kae0-branding {
    width: 780px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    float: left;
  }
  #block-kae0-branding:first-of-type {
    margin-left: 0 !important;
  }
  #block-kae0-branding:last-of-type {
    margin-right: 0 !important;
  }

  #block-loginformpopup {
    width: 140px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    float: right;
  }
  #block-loginformpopup:first-of-type {
    margin-left: 0 !important;
  }
  #block-loginformpopup:last-of-type {
    margin-right: 0 !important;
  }
}
@media all and (min-width: 1280px) {
  #block-kae0-branding {
    width: 980px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    float: left;
  }
  #block-kae0-branding:first-of-type {
    margin-left: 0 !important;
  }
  #block-kae0-branding:last-of-type {
    margin-right: 0 !important;
  }

  #block-loginformpopup {
    width: 180px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    float: right;
  }
  #block-loginformpopup:first-of-type {
    margin-left: 0 !important;
  }
  #block-loginformpopup:last-of-type {
    margin-right: 0 !important;
  }
}
/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/* rgb(0,115,123)*/
/* rgb(0,65,70)*/
/* rgb(0,163,182)*/
/* rgb(232,71,77)*/
/* rgb(154,154,35)*/
/* rgb(114,115,24)*/
/* rgb(219,79,20)*/
/* rgb(135,47,7)*/
/* rgb(226,224,201)*/
/* Fonts */
/*$primaryColor1: #444 !default; // general text
$primaryColor2: #00343D !default; // links
$primaryColor3: #FAFAFA !default; // almost white
$primaryColor4: #1A1A1A !default; // almost black
$primaryColor5: #5A5A5A !default; // nice gray*/
#site-branding {
  margin: 0;
  height: 100%;
  background: transparent none repeat scroll 0% 0%;
  color: #1d84c3;
  padding: 10px 0 10px 10px;
  position: relative;
  z-index: 10;
}
#site-branding .site-name-slogan {
  padding-top: 0;
}
#site-branding #logo {
  float: left;
  max-width: 90px;
  height: auto;
  margin-right: 25px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#site-branding #logo a {
  display: block;
}
#site-branding #logo img {
  display: block;
}
#site-branding .site-name {
  font-size: 48px;
  font-family: handelgothic_regular;
  color: white;
}
#site-branding .site-name a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: white;
}
#site-branding .site-name a:hover {
  color: rgba(255, 255, 255, 0.85);
}
#site-branding .site-name a .site_title0 {
  text-transform: uppercase;
  color: white;
}
#site-branding .site-name a .site_title0:hover {
  color: white;
}
#site-branding .site-name a .site_title1 {
  color: #80cc28;
}
#site-branding .site-name a .site_title1:hover {
  color: #80cc28;
}
#site-branding .site-slogan {
  color: #777;
  font-variant: small-caps;
}

@media all and (max-width: 740px) {
  #site-branding .site-name {
    font-size: 30px;
  }
  #site-branding #logo {
    margin-right: 12px;
  }
  #site-branding #logo img {
    width: 75px;
  }
  #site-branding .site-slogan {
    font-size: .8em;
  }
}
@media all and (max-width: 425px) {
  #site-branding .site-name {
    font-size: 25px;
  }
  #site-branding #logo {
    margin-right: 5px;
  }
  #site-branding #logo img {
    width: 60px;
  }
  #site-branding .site-slogan {
    display: none;
  }
}
.scrolled #site-branding .site-name {
  font-size: 30px;
}

.scrolled #site-branding #logo img {
  width: 60px;
}

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