/* londrina-outline-regular - latin */
@font-face {
  font-family: "Londrina Outline";
  font-style: normal;
  font-weight: 400;
  src: url("../../Fonts/londrina-outline-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../Fonts/londrina-outline-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../Fonts/londrina-outline-v23-latin-regular.woff2") format("woff2"), url("../../Fonts/londrina-outline-v23-latin-regular.woff") format("woff"), url("../../Fonts/londrina-outline-v23-latin-regular.ttf") format("truetype"), url("../../Fonts/londrina-outline-v23-latin-regular.svg#LondrinaOutline") format("svg"); /* Legacy iOS */
}
/* annie-use-your-telescope-regular - latin */
@font-face {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  src: url("../../Fonts/annie-use-your-telescope-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../Fonts/annie-use-your-telescope-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../Fonts/annie-use-your-telescope-v18-latin-regular.woff2") format("woff2"), url("../../Fonts/annie-use-your-telescope-v18-latin-regular.woff") format("woff"), url("../../Fonts/annie-use-your-telescope-v18-latin-regular.ttf") format("truetype"), url("../../Fonts/annie-use-your-telescope-v18-latin-regular.svg#AnnieUseYourTelescope") format("svg"); /* Legacy iOS */
}
body {
  color: #909090;
  padding-top: 70px;
}

h1 {
  color: #333;
  font-family: "Londrina Outline", cursive;
  font-size: 36px;
}

h2 {
  color: #333;
  font-family: "Londrina Outline", cursive;
  font-size: 32px;
}

@media (max-width: 767px) {
  h1,
h2 {
    color: #333;
  }
}
.container.content {
  margin-bottom: 30px;
}
.container.content h2 {
  margin-top: 70px;
}
.container.content > div:nth-of-type(1) {
  padding-top: 0;
}
.container.content .csc-header-n1 h2 {
  color: #333;
  font-family: "Londrina Outline", cursive;
  font-size: 36px;
  margin-top: 20px;
}

p {
  max-width: 640px;
}

a {
  color: #afd155;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #94c11c;
  text-decoration: underline;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0 6px 6px;
  -moz-border-radius: 0 6px 6px;
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px;
}
.dropdown-submenu > a::after {
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu .pull-left > .dropdown-menu {
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  left: -100%;
  margin-left: 10px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a::after {
  border-left-color: #fff;
}

.active.dropdown-submenu > a::after {
  border-left-color: #fff;
}

.navbar-default {
  background-color: #cae18e;
  color: #696969;
}
.navbar-default .navbar-toggle {
  border-color: #94c11c;
}
.navbar-default .navbar-nav > li > a {
  color: #696969;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #94c11c;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #afd155;
  color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #94c11c;
  color: #fff;
}

.dropdown-menu > li > a {
  color: #333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #94c11c;
  color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #afd155;
  color: #fff;
}

.navbar-header .navbar-brand {
  color: #696969;
  font-family: "Annie Use Your Telescope", cursive;
  font-size: 36px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #afd155;
}

.navbar-toggle {
  background-color: #94c11c;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #94c11c;
    color: #696969;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #94c11c;
    color: #696969;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #afd155;
    color: #696969;
  }
}
.btn-primary {
  background-color: #94c11c;
  border-color: #94c11c;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #afd155;
  border-color: #afd155;
  color: #fff;
}

.form-control:focus {
  border-color: #94c11c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 193, 28, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 193, 28, 0.6);
  outline: 0;
}

div.csc-textpic .csc-textpic-imagerow-none figure {
  float: left;
}

div.csc-textpic .csc-textpic-imagerow-none figure a {
  display: inline-block;
  padding-right: 10px;
}

div.csc-textpic .csc-textpic-imagerow-none img {
  height: auto;
  width: 100%;
}

@media (min-width: 481px) and (max-width: 768px) {
  div.csc-textpic .csc-textpic-imagerow-none figure:nth-of-type(2n+1)::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  div.csc-textpic .csc-textpic-imagerow-none figure {
    height: auto;
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  div.csc-textpic .csc-textpic-imagerow-none figure:nth-of-type(3n+1)::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  div.csc-textpic .csc-textpic-imagerow-none figure {
    height: auto;
    width: 33%;
  }
}
@media (min-width: 1200px) {
  div.csc-textpic .csc-textpic-imagerow-none figure:nth-of-type(4n+1)::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  div.csc-textpic .csc-textpic-imagerow-none figure {
    height: auto;
    width: 25%;
  }
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  border-width: 0;
}

.pager li > a {
  background-color: #94c11c;
  color: #fff;
}

.pager li > a:hover {
  background-color: #cae18e;
  color: #fff;
}

.pager-bottom {
  margin-top: 100px;
}

.indent {
  margin-left: 50px;
}

.back-to-top {
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
}

.image-embed-item {
  display: block;
  height: auto;
  max-width: 100%;
}

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