/* 
    Michelles App Bootstrap Sass theme

*/
/* BASE - Base styles, variables, mixins, etc */
/* font colors */
/* background colors */
/* showcase area */
/* mixins */
/* line 1, ../scss/base/_normalise.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* line 5, ../scss/base/_normalise.scss */
.page-header {
  margin-top: 30px;
}

/* line 9, ../scss/base/_normalise.scss */
.no-pad-top {
  padding-top: 0px;
}

/* line 13, ../scss/base/_normalise.scss */
.extra-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 17, ../scss/base/_normalise.scss */
.extra-pad-bottom {
  padding-bottom: 40px;
}

/* line 21, ../scss/base/_normalise.scss */
.top-inner {
  padding: 90px 0 30px;
}

/* image sizes */
/* line 26, ../scss/base/_normalise.scss */
.img-xsm {
  width: 100px;
}

/* line 29, ../scss/base/_normalise.scss */
.img-sm {
  width: 200px;
}

/* line 32, ../scss/base/_normalise.scss */
.img-lg {
  width: 400px;
}

/* line 35, ../scss/base/_normalise.scss */
.img-xlg {
  width: 700px;
}

/* line 1, ../scss/base/_base.scss */
body {
  font-family: "Segoe UI", "Segoe WP", "Segoe Regular", sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 1.7em;
  background: #ffffff;
}

/* line 9, ../scss/base/_base.scss */
a {
  color: #336699;
}

/* line 13, ../scss/base/_base.scss */
ul, li {
  list-style: none;
}

/* line 17, ../scss/base/_base.scss */
input, textarea, button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 21, ../scss/base/_base.scss */
img.device {
  width: 100%;
}

/* line 24, ../scss/base/_base.scss */
img.device-small {
  width: 50%;
  margin-bottom: 0px;
}

/* line 28, ../scss/base/_base.scss */
img {
  width: 100%;
}

/* line 32, ../scss/base/_base.scss */
.img-fluid {
  width: 90%;
}

/* line 36, ../scss/base/_base.scss */
.clearfix {
  clear: both;
}

/* line 39, ../scss/base/_base.scss */
.section-map iframe {
  width: 100%;
}

/* LAYOUT - Page layout styles */
/* line 1, ../scss/layout/_nav.scss */
.navbar {
  width: 100%;
  margin: auto;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-color: #e7e7e7;
  min-height: 55px;
  background: #ffffff;
  margin-bottom: 30px;
  border-bottom: none;
}
/* line 11, ../scss/layout/_nav.scss */
.navbar a {
  color: #336699 !important;
  font-size: 20px;
  letter-spacing: -0.5px;
  padding-bottom: 20px !important;
  padding-top: 15px !important;
}

/* line 22, ../scss/layout/_nav.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background: #336699 !important;
  color: #fff !important;
}

/* line 27, ../scss/layout/_nav.scss */
.navbar-inverse .navbar-toggle {
  background-color: #336699;
}

/* line 33, ../scss/layout/_nav.scss */
.navbar-inverse .navbar-collapse {
  border: none;
  background-color: #ffffff;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* line 41, ../scss/layout/_nav.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #336699 !important;
}

/* footer */
/* line 3, ../scss/layout/_footer.scss */
.footer-main {
  background: #999999;
  color: #fff;
  border-top: 5px solid #7ba3ca;
  min-height: 80px;
  padding: 30px 0;
  z-index: 100;
}
/* line 10, ../scss/layout/_footer.scss */
.footer-main a {
  color: #fff;
}
/* line 13, ../scss/layout/_footer.scss */
.footer-main ul {
  margin: 0;
  padding: 0;
}
/* line 18, ../scss/layout/_footer.scss */
.footer-main li {
  line-height: 1.8em;
  list-style: none;
}

/* Blog */
/* line 3, ../scss/layout/_blog.scss */
.blog-post {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 15px;
  min-height: 250px;
}
/* line 9, ../scss/layout/_blog.scss */
.blog-post h2.page-header {
  margin-top: 5px !important;
}

/* line 14, ../scss/layout/_blog.scss */
.blog-featured {
  float: left;
  margin-right: 15px;
}

/* line 19, ../scss/layout/_blog.scss */
.post-meta {
  background: #e6e6e6;
  padding: 10px 10px 10px 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}

/* media queries */
@media (max-width: 760px) {
  /* line 3, ../scss/layout/_mobile.scss */
  .search {
    display: inline-block;
    text-align: center;
  }

  /* line 7, ../scss/layout/_mobile.scss */
  .device {
    display: block;
    margin: 20px auto auto;
  }

  /* line 11, ../scss/layout/_mobile.scss */
  img.device-small {
    width: 50%;
    margin-bottom: 0;
  }

  /* line 17, ../scss/layout/_mobile.scss */
  img.logo-mobile {
    display: inline;
    width: 55%;
    margin-bottom: 0;
    float: left;
  }

  /* line 24, ../scss/layout/_mobile.scss */
  .img-fluid {
    width: 100%;
    padding: 20px 0px;
  }

  /* line 30, ../scss/layout/_mobile.scss */
  .device-hide {
    display: none;
  }

  /* line 34, ../scss/layout/_mobile.scss */
  .footer-main ul {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 38, ../scss/layout/_mobile.scss */
  .footer-main h4 {
    text-align: center;
  }

  /* line 43, ../scss/layout/_mobile.scss */
  .block-icon .icon {
    margin-left: -20px;
  }

  /* line 47, ../scss/layout/_mobile.scss */
  iframe {
    width: 100%;
  }

  /* line 50, ../scss/layout/_mobile.scss */
  .navbar {
    border: none;
    background: none;
  }

  /* line 54, ../scss/layout/_mobile.scss */
  .section-logo {
    margin-top: 0px !important;
  }
}
@media (max-width: 560px) {
  /* line 61, ../scss/layout/_mobile.scss */
  .list-left {
    width: 100% !important;
  }

  /* line 64, ../scss/layout/_mobile.scss */
  .list-right {
    width: 100% !important;
    float: none;
  }

  /* line 68, ../scss/layout/_mobile.scss */
  .carousel-indicators {
    display: none;
  }
}
/* MODULE - Individual site componenets */
/* typography */
/* list */
/* line 5, ../scss/modules/_typography.scss */
.list, .list-feature {
  margin-bottom: 30px;
}

/* line 10, ../scss/modules/_typography.scss */
.list-feature {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 15, ../scss/modules/_typography.scss */
.list-feature li {
  line-height: 3.6em;
  border-bottom: 1px solid #cccccc;
}
/* line 19, ../scss/modules/_typography.scss */
.list-feature li:last-child {
  border: 0;
}
/* line 22, ../scss/modules/_typography.scss */
.list-feature span {
  vertical-align: top;
  padding: 9px;
  font-size: 120%;
}
/* line 27, ../scss/modules/_typography.scss */
.list-feature i {
  margin-top: 12px;
  margin-right: 0px;
}

/* line 32, ../scss/modules/_typography.scss */
.list-comments {
  margin: 0;
  padding: 0;
}

/* line 36, ../scss/modules/_typography.scss */
.list-comments li {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

/* line 41, ../scss/modules/_typography.scss */
.list-comments li:last-child {
  border-bottom: 0;
}

/* line 44, ../scss/modules/_typography.scss */
.list-comments img {
  width: 100px;
}

/* line 48, ../scss/modules/_typography.scss */
.list-left {
  width: 50%;
  float: left;
}

/* line 52, ../scss/modules/_typography.scss */
.list-right {
  width: 50%;
  float: right;
}

/*icons */
/* line 60, ../scss/modules/_typography.scss */
.fa-2 {
  font-size: 15px;
}

/* line 63, ../scss/modules/_typography.scss */
.fa-3 {
  font-size: 20px;
}

/* line 66, ../scss/modules/_typography.scss */
.fa-4 {
  font-size: 25px;
}

/* line 69, ../scss/modules/_typography.scss */
.fa-5 {
  font-size: 30px;
}

/* line 72, ../scss/modules/_typography.scss */
.fa-6 {
  font-size: 40px;
}

/* line 75, ../scss/modules/_typography.scss */
.fa-primary {
  color: #336699;
}

/* line 79, ../scss/modules/_typography.scss */
.fa-border {
  border: 1px solid #336699;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 15px;
  width: 70px;
  margin-bottom: 10px;
}

/* headings */
/* line 88, ../scss/modules/_typography.scss */
.heading-primary, .heading-primary-a {
  color: #336699;
}

/* line 91, ../scss/modules/_typography.scss */
.heading-primary-a {
  border-bottom: 2px solid #336699;
}

/* line 96, ../scss/modules/_typography.scss */
.heading-secondary, .heading-secondary-a {
  color: #7ba3ca;
}

/* line 99, ../scss/modules/_typography.scss */
.heading-secondary-a {
  border-bottom: 2px solid #7ba3ca;
}

/* line 103, ../scss/modules/_typography.scss */
.heading-light, .heading-light-a, .heading-light-center {
  color: #cccccc;
}

/* line 106, ../scss/modules/_typography.scss */
.heading-light-a {
  border-bottom: 2px solid #cccccc;
}

/* line 110, ../scss/modules/_typography.scss */
.heading-light-center {
  text-align: center;
}

/* line 114, ../scss/modules/_typography.scss */
.heading-dark, .heading-dark-a {
  color: #999999;
}

/* line 117, ../scss/modules/_typography.scss */
.heading-dark-a {
  border-bottom: 2px solid #999999;
}

/*Emphasis text */
/* line 123, ../scss/modules/_typography.scss */
.em-primary {
  color: #336699;
}

/* line 126, ../scss/modules/_typography.scss */
.em-secondary {
  color: #7ba3ca;
}

/* line 130, ../scss/modules/_typography.scss */
.em-light {
  color: #cccccc;
}

/* line 134, ../scss/modules/_typography.scss */
.em-dark {
  color: #999999;
}

/* Lead */
/* line 141, ../scss/modules/_typography.scss */
.lead {
  font-size: 18px;
}

/* blocks */
/* line 3, ../scss/modules/_blocks.scss */
.block, .block-primary, .block-secondary, .block-light, .block-dark {
  padding: 15px;
  margin-bottom: 15px;
}
/* line 8, ../scss/modules/_blocks.scss */
.block h3, .block-primary h3, .block-secondary h3, .block-light h3, .block-dark h3 {
  margin-top: 0;
  padding-top: 0;
}
/* line 13, ../scss/modules/_blocks.scss */
.block iframe, .block-primary iframe, .block-secondary iframe, .block-light iframe, .block-dark iframe {
  width: 100%;
}

/* line 18, ../scss/modules/_blocks.scss */
.block-primary {
  background: #336699;
  color: #fff;
}

/* line 23, ../scss/modules/_blocks.scss */
.block-secondary {
  background: #7ba3ca;
  color: #fff;
}

/* line 27, ../scss/modules/_blocks.scss */
.block-light {
  background: #cccccc;
  color: #666;
}

/* line 31, ../scss/modules/_blocks.scss */
.block-dark {
  background: #999999;
  color: #fff;
}

/* line 36, ../scss/modules/_blocks.scss */
.block-center {
  text-align: center !important;
}

/* line 40, ../scss/modules/_blocks.scss */
.block-image img {
  width: 100%;
}

/* line 43, ../scss/modules/_blocks.scss */
.block-border {
  border: 1px solid #cccccc;
}

/* line 47, ../scss/modules/_blocks.scss */
.block-primary-head h3 {
  padding: 15px 5px 15px 10px;
  background: #336699;
  color: #fff;
  margin: 0%;
  font-size: 18px;
}
/* line 53, ../scss/modules/_blocks.scss */
.block-primary-head .block-content {
  border: 1px solid #336699;
  padding: 10px;
}

/* line 59, ../scss/modules/_blocks.scss */
.block-icon h3 {
  padding: 0;
  margin: 0;
}
/* line 63, ../scss/modules/_blocks.scss */
.block-icon .icon {
  float: left;
  width: 20%;
  margin-top: 10px;
  clear: both;
}
/* line 69, ../scss/modules/_blocks.scss */
.block-icon .icon-content {
  float: right;
  width: 70%;
}

/* buttons */
/* line 3, ../scss/modules/_buttons.scss */
.btn-primary {
  background: #336699;
  color: #fff;
  border: 2px solid white;
}

/* line 8, ../scss/modules/_buttons.scss */
.btn-primary:hover {
  background: #407fbf;
  border: 2px solid white;
}

/* section */
/* line 3, ../scss/modules/_sections.scss */
section {
  padding: 30px;
}

/* line 7, ../scss/modules/_sections.scss */
.section-logo {
  margin-top: 65px;
  padding: 0px;
}
/* line 10, ../scss/modules/_sections.scss */
.section-logo img {
  max-width: 1300px;
}

/* not using showcase right now */
/* line 17, ../scss/modules/_sections.scss */
.section-showcase {
  height: 400px;
  background: url("../img/zonda-website-header.png") no-repeat top center;
  margin-top: 65px;
}
/* line 22, ../scss/modules/_sections.scss */
.section-showcase .showcase-content {
  padding: 110px 15px;
  text-align: center;
}
/* line 28, ../scss/modules/_sections.scss */
.section-showcase h1 {
  color: #336699;
}

/* line 33, ../scss/modules/_sections.scss */
.section-primary, .section-primary-a, .section-primary-b {
  background: #336699;
  color: #fff;
}

/* line 36, ../scss/modules/_sections.scss */
.section-primary-a {
  border-top: 4px solid #7ba3ca;
}

/* line 41, ../scss/modules/_sections.scss */
.section-primary-b {
  border-bottom: 4px solid #7ba3ca;
}

/* line 45, ../scss/modules/_sections.scss */
.section-secondary {
  background: #7ba3ca;
  color: #fff;
}

/* line 48, ../scss/modules/_sections.scss */
.section-light {
  background: #cccccc;
  color: #666;
}

/* line 51, ../scss/modules/_sections.scss */
.section-dark {
  background: #999999;
  color: #fff;
}

/* accordians, alerts etc */
/* components */
/* line 4, ../scss/modules/_components.scss */
.carousel {
  margin-bottom: 20px;
  max-width: 700px;
  margin: 0 auto;
}

/* line 9, ../scss/modules/_components.scss */
.carousel img {
  padding: 3px;
}

/* line 12, ../scss/modules/_components.scss */
.carousel-control.left, .carousel-control.right {
  background: none !important;
}

/* line 16, ../scss/modules/_components.scss */
.carousel-inner h2, .carousel-inner p {
  text-align: center;
}

/* line 21, ../scss/modules/_components.scss */
.carousel-indicators {
  bottom: 7%;
}

/* line 24, ../scss/modules/_components.scss */
.carousel-indicators li {
  background-color: #999;
}

/* line 28, ../scss/modules/_components.scss */
.carousel-indicators .active {
  background-color: #444;
}

/*tabs */
/* line 33, ../scss/modules/_components.scss */
.tab-pane {
  padding: 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* line 40, ../scss/modules/_components.scss */
.tab-primary .tab-pane, .tab-primary .nav-tabs > li.active > a, .tab-primary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus {
  background: #336699;
  color: #fff;
}

/* line 44, ../scss/modules/_components.scss */
.tab-secondary .tab-pane, .tab-secondary .nav-tabs > li.active > a, .tab-secondary .nav-tabs > li.active > a:hover, .tab-secondary .nav-tabs > li.active > a:focus {
  background: #7ba3ca;
  color: #fff;
}

/* line 48, ../scss/modules/_components.scss */
.tab-light .tab-pane, .tab-light .nav-tabs > li.active > a, .tab-light .nav-tabs > li.active > a:hover, .tab-light .nav-tabs > li.active > a:focus {
  background: #cccccc;
  color: #666;
}

/* line 52, ../scss/modules/_components.scss */
.tab-dark .tab-pane, .tab-dark .nav-tabs > li.active > a, .tab-dark .nav-tabs > li.active > a:hover, .tab-dark .nav-tabs > li.active > a:focus {
  background: #999999;
  color: #fff;
}

/* search box */
/* line 3, ../scss/modules/_forms.scss */
.search {
  width: 100%;
}
/* line 7, ../scss/modules/_forms.scss */
.search h3 {
  margin-top: 0;
  paddiing-top: 0;
}
/* line 12, ../scss/modules/_forms.scss */
.search input[type="search"] {
  border: 0;
  height: 50px;
  width: 80%;
  border: 2px;
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 5px;
}
/* line 22, ../scss/modules/_forms.scss */
.search button {
  border: 0px;
  background: none;
  padding: 0px;
  vertical-align: top;
  margin-left: -4px;
}
