/* Theme Presets */
/* Color Defaults */
/* Common Defaults */
/* Font Defaults */
/***** Generic Styles *****/
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #222222;
}
h1 {
  font-family: 'Gilda Display', serif;
  color: #222222;
  font-size: 30px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #222222;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}
h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #222222;
  margin-top: 15px;
}
h5 {
  font-size: 18px;
}
a:focus {
  background-color: transparent;
}
blockquote {
  border-left: solid 5px #ffffff;
  font-style: italic;
  margin-bottom: 0px;
}
.right {
  text-align: right;
}
/***** Font Styles *****/
body .jumbotron {
  margin-bottom: 0px;
  background-color: #fff !important;
}
body .jumbotron p,
body .jumbotron li {
  font-size: 14px;
  font-weight: 200 !important;
}
body .jumbotron h1 {
  color: #222222;
}
#headerContain h1 {
  padding: 15px;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}
#mainContent h1 {
  border-bottom: solid 2px #ececec;
  padding-bottom: 15px;
}
.columns h2 {
  color: #222222;
}
.lowerBodyContain h4 {
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 15px;
}
/***** Header *****/
#headerContain {
  background-color: #fff;
  border-top: solid 4px #ffffff;
  border-bottom: 0px;
  background-image: none;
  position: relative;
  margin: 0;
  z-index: 10;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0px 0px 10px #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
#headerContain p,
#headerContain img {
  width: auto !important;
  display: inline-block;
}
#logo a {
  color: #ffffff;
}
#logo a:hover {
  text-decoration: none;
}
/***** Page Navigations (main and side nav) *****/
#headerContain .nav {
  margin-top: 20px;
}
#headerContain .nav-selected {
  color: #ddb700;
}
.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  padding: 15px;
  color: #999999;
}
#headerContain #nav ul li ul li a {
  background-color: #fff;
  color: #000;
}
#headerContain #nav ul li.nav-path-selected a {
  color: #ddb700;
}
#headerContain #nav ul li a:hover {
  background-image: none;
  color: #576423 !important;
}
#headerContain .nav > li > a:hover {
  background-color: #fff;
}
.dropdown-menu {
  background-color: #fff;
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  line-height: 20px;
}
.navbar-toggle {
  margin-top: 25px;
}
.navbar-default .navbar-collapse {
  border-top: 0px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border: 0px;
  padding: 0 0 0 0;
}
#headerContain .open a {
  background-color: #ececec;
  color: #000;
  padding: 15px;
}
#sideNav {
  padding: 15px;
}
#sideNav hr {
  border-top: 2px solid #ececec;
}
#blogNav .ccm-block-topic-list-header h5 {
  font-size: 24px;
}
#sideNav a.nav-selected {
  border-bottom: solid 4px #ddb700;
}
#sideNav ul li a,
#blogNav ul li a {
  background-color: #222222;
  border-bottom: solid 4px #222222;
  color: #000;
}
#sideNav ul li a,
#sideNav ul li ul li a,
#blogNav ul li a,
#blogNav ul li ul li a {
  padding: 10px 10px 6px 10px;
  margin: 5px 0;
  display: block;
  color: #000;
}
#sideNav ul li ul,
#blogNav ul li ul {
  padding: 0;
}
#sideNav ul li ul li,
#blogNav ul li ul li {
  list-style: none;
}
#sideNav ul li ul li a,
#blogNav ul li ul li a {
  background-color: #fff;
  border-bottom: solid 4px #ececec;
  color: #000;
  padding: 10px 10px 6px 25px;
}
#sideNav ul li a:hover,
#sideNav ul li ul li a:hover,
#blogNav ul li a:hover,
#blogNav ul li ul li a:hover {
  border-bottom: solid 4px #ddb700;
  text-decoration: none;
}
/*******   Body   *******/
.homeFullContain h1 {
  border-bottom: solid 2px #ffffff;
  padding-bottom: 15px;
}
.intFullContain h1 {
  border-bottom: solid 2px #222222;
  padding-bottom: 15px;
}
.homeFullContain img,
.intFullContain img {
  margin: 15px;
}
/*** TODO ***/
.homeFullContain h1,
.homeFullContain h3,
.homeFullContain p {
  color: #ffffff;
}
.intFullContain h1,
.intFullContain h3,
.intFullContain p {
  color: #222222;
}
.homeFullContain {
  background-color: #ddb700;
  color: #ffffff;
}
.intFullContain {
  background-color: #ececec;
  color: #222222;
}
.homeFullContain,
intFullContain {
  background-repeat: repeat-x;
  background-size: auto 100%;
  -moz-box-shadow: 0 10px 0 #000;
  -webkit-box-shadow: 0 10px 0 #000;
}
.homeFullContain blockquote {
  color: #ffffff;
  font-size: 24px;
}
.homeFullContain table,
intFullContain table {
  width: 100%;
}
.homeFullContain table td,
intFullContain table td {
  padding: 15px;
}
.homeFullContain a,
.intFullContain a {
  font-weight: bold;
  text-decoration: none;
}
.homeFullContain a {
  color: #ffffff;
}
.intFullContain a {
  color: #222222;
}
.homeFullContain a:hover,
.intFullContain a:hover {
  text-decoration: underline;
}
.homeFullContain hr {
  border-top: solid 1px #ffffff;
}
.intFullContain hr {
  border-top: solid 1px #222222;
}
.homeFullContain button {
  background-color: rgba(255, 255, 255, 0.15);
  border: solid 2px #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 20px 0;
  border-radius: 15px;
  margin-top: 25%;
  margin-bottom: 25%;
}
.homeFullContain button:hover {
  border: solid 2px #fffbfb;
}
.homeFullContain button:hover a {
  color: #fffbfb;
}
.lowerBodyContain,
.lowerBodyContain p,
.lowerBodyContain a,
.lowerBodyContain h3 {
  color: #222222;
}
.lowerBodyContain a {
  font-weight: bold;
}
.lowerBodyContain a:hover {
  color: #ececec;
  text-decoration: none;
}
#mainContent a {
  color: #5c6924;
  text-decoration: underline;
}
#mainContent a:hover {
  color: #5c6924;
  text-decoration: none;
}
.columnContain,
.contentContain {
  background-color: #ffffff;
}
.lowerBodyContain img {
  max-width: 100%;
  height: auto;
}
.lowerBodyContain div {
  text-align: center;
}
.footerContain {
  color: #fff;
  -moz-box-shadow: 10px 10px 10px #000;
  -webkit-box-shadow: 10px 10px 10px #000;
}
.footerContain a {
  color: #fff;
}
.footerContain a:hover {
  color: #fff;
}
#imageSlider,
#imageFeature {
  box-shadow: 0px 1px 12px #666;
  padding: 0;
}
#mainContent .col-sm-4 h3,
#mainContent .col-sm-3 h3,
#mainContent .col-sm-2 h3,
#mainContent .col-sm-1 h3,
.columnContain .col-sm-4 h3,
.columnContain .col-sm-3 h3,
.columnContain .col-sm-2 h3,
.columnContain .col-sm-1 h3 {
  padding-bottom: 15px;
  text-align: center;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#mainContent .col-sm-4,
#mainContent .col-sm-3,
#mainContent .col-sm-2,
#mainContent .col-sm-1,
.columnContain .col-sm-4,
.columnContain .col-sm-3,
.columnContain .col-sm-2,
.columnContain .col-sm-1 {
  text-align: center;
}
#mainContent .col-sm-4 p[data-redactor-inserted-image="true"],
#mainContent .col-sm-3 p[data-redactor-inserted-image="true"],
#mainContent .col-sm-2 p[data-redactor-inserted-image="true"],
#mainContent .col-sm-1 p[data-redactor-inserted-image="true"],
.columnContain .col-sm-4 p[data-redactor-inserted-image="true"],
.columnContain .col-sm-3 p[data-redactor-inserted-image="true"],
.columnContain .col-sm-2 p[data-redactor-inserted-image="true"],
.columnContain .col-sm-1 p[data-redactor-inserted-image="true"] {
  text-align: center;
}
/***** Concrete5 Overrides *****/
.ccm-block-social-links a,
.ccm-block-share-this-page a {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 50%;
  color: #ddb700;
  background: rgba(255, 255, 255, 0.1);
  border: solid 3px #ddb700;
}
.ccm-block-share-this-page a:hover {
  border: solid 3px #222222;
  color: #222222;
}
.ccm-block-social-links a:hover {
  border: solid 3px #ececec;
  color: #ececec;
}
.ccm-block-social-links a i:before,
.ccm-block-share-this-page a i:before {
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.ccm-search-block-form h3 {
  display: none;
}
.ccm-search-block-form .ccm-search-block-text {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 8px;
  color: #ffffff;
  border: solid 1px #ececec;
}
#mainContent .ccm-search-block-form .ccm-search-block-text {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px;
  color: #222222;
}
.ccm-search-block-form .ccm-search-block-submit {
  margin: -3px 0 0 0;
  padding: 6px 10px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border: solid 3px #ddb700;
  border-radius: 5px;
  color: #ddb700;
  font-weight: bold;
}
.ccm-search-block-form .ccm-search-block-submit:hover {
  background-color: #ddb700;
  color: #222222;
}
.ccm-image-slider-text {
  position: absolute;
  left: 27%;
  top: initial !important;
  bottom: 20%;
  color: #ffffff;
}
.ccm-image-slider-text h2 {
  color: #ffffff;
}
.ccm-page .btn-primary {
  background-color: #526221;
  border: solid 3px #ddb700;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 15px 55px;
  margin-top: 15px;
}
.ccm-image-slider-text button {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 3px #fff;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
  margin-top: 15px;
  margin-left: 25%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.btn-primary:hover {
  background-color: #526221;
  color: #fff;
  border: solid 3px #526221;
}
.ccm-image-slider-text button:hover {
  background-color: #526221;
  color: #fff;
  border: solid 3px #526221;
}
.ccm-image-slider-text a {
  color: #fff;
}
.ccm-image-slider-text button a:hover,
.ccm-image-slider-text button:hover a {
  color: #fff;
}
.ccm-block-rss-displayer-item-date {
  font-style: italic;
}
.ccm-block-page-list-wrapper a {
  color: #ddb700;
}
.poll #surveyQuestion {
  font-weight: bold;
  text-transform: uppercase;
}
/***** Responsive Styles *****/
@media (max-width: 550px) {
  .ccm-image-slider-text {
    bottom: 15% !important;
  }
  .ccm-image-slider-text p {
    display: none;
  }
  .ccm-image-slider-text h1 {
    font-size: 24px;
  }
  .ccm-image-slider-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .ccm-image-slider-text {
    bottom: 5%;
    width: 100% !important;
  }
  .ccm-image-slider-text h2 {
    font-size: 24px;
  }
  .ccm-image-slider-text button {
    padding: 15px;
    margin-top: 10px;
    margin-left: 0%;
  }
  .ccm-image-slider-text h3 {
    text-align: center !important;
    font-size: 25px !important;
    font-weight: 100;
    margin-left: 0% !important;
  }
  .ccm-image-slider-text p {
    text-align: center !important;
  }
}
.ccm-image-slider-text h3 {
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: ligher;
  margin-left: 25%;
  font-size: 48px;
}
.image-background {
  background-image: url(/packages/amplica/themes/amplica/images/image-background.jpg);
  background-repeat: no-repeat;
  padding: 25px !important;
  background-size: cover;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: absolute;
  border-bottom: 5px solid #75ca2a;
  width: 100%;
  z-index: 99;
  top: 120px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: inline-block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #0099ff;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  display: block;
  color: #abddff;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #0099ff;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #0099ff;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
  .ccm-responsive-overlay ul li {
    list-style-type: none;
    display: block;
    text-align: center;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
.pattern {
  background-image: url(/packages/amplica/themes/amplica/images/footer-pattern.gif);
  background-repeat: repeat;
}
.shadowed {
  -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
}
/** ADJUSTMENTS  **/
.ccm-block-page-list-title {
  font-size: 21px;
  margin-top: 20px;
}
.ccm-block-page-list-page-entry-read-more {
  margin-bottom: 15px !important;
  margin-bottom: 20px !important;
}
.ccm-block-page-list-page-entry-read-more a {
  background-color: #576423;
  border: solid 2px #ccc;
  color: #fff !important;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none !important;
  margin-bottom: 20px;
}
.ccm-block-page-list-description {
  margin-bottom: 20px;
}
.ccm-block-page-list-page-entry-thumbnail {
  width: 124px;
}
.ccm-block-page-list-wrapper a {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
