.blue_text {
  color: #195697;
}
.green_text {
  color: #008000;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #cd100a;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
a,
a:visited,
a:active {
  color: #009ccf;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #195697;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 27px;
  color: #3a3d40;
}
h3 {
  font-size: 21px;
  color: #009ccf;
}
h4 {
  font-size: 21px;
}
/*Media Queries*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up [sm]) */
/* Medium devices (desktops, 992px and up [md]) */
/* Large devices (large desktops, 1200px and up [lg]) */
.header {
  background: url("/application/themes/responsive_theme/images/header-bg.jpg") repeat-x;
}
.header .headerMarquee h4 {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header .navbar-header {
    float: none;
  }
  .header .navbar-left,
  .header .navbar-right {
    float: none !important;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .header .navbar-nav > li {
    float: none;
  }
  .header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .collapse.in {
    display: block !important;
  }
}
.header .rslides_nav {
  background-image: url("/application/themes/responsive_theme/images/slider-arrows.png");
  width: 33px;
}
.header .rslides_nav.prev {
  margin-left: 10px;
}
.header .rslides_nav.next {
  margin-right: 10px;
}
.header .headerContact {
  text-align: right;
  padding-top: 25px;
}
.header .headerContact .btn-primary {
  background-color: #194d95;
  padding: 5px 40px;
  display: none;
}
@media (min-width: 1200px) {
  .header .headerContact .btn-primary {
    display: inline-block;
  }
}
.header .headerSearch input.ccm-search-block-text {
  background: #ffffff url("/application/themes/responsive_theme/images/search-icon.png") no-repeat right center;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 36px;
  padding: 5px 40px 0 5px;
}
.header .headerNavigation {
  background-color: #transparent;
}
.header .headerNavigation .caret {
  display: none;
}
.header .navbar {
  min-height: 0;
}
.header .headerNavigation .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.header .headerNavigation .navbar li {
  margin: 0 1px;
}
.header .headerNavigation .navbar li a {
  color: #3a3d40;
  padding-bottom: 5px;
  border-bottom: solid 5px transparent;
  padding: 10px 14px;
}
.header .headerNavigation .navbar li a:hover,
.header .headerNavigation .navbar li a.nav-selected,
.header .headerNavigation .navbar li a.nav-path-selected,
.header .headerNavigation .navbar li.nav-path-selected > a {
  color: #195697;
  border-bottom: solid 5px #195697;
}
.header .headerNavigation .navbar-default .navbar-nav > .open > a,
.header .headerNavigation .navbar-default .navbar-nav > .open > a:focus,
.header .headerNavigation .navbar-default .navbar-nav > .open > a:hover {
  color: #195697;
  background: none;
  border-bottom: solid 5px #195697;
}
.header .headerNavigation .dropdown-menu {
  background-color: #ffffff;
}
.header .headerNavigation .navbar li li a {
  padding: 5px 20px;
  font-size: 13px;
  border-bottom: none !important;
}
.header .headerNavigation .dropdown-menu > li > a:focus,
.header .headerNavigation .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.header .headerNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.header .headerNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a.nav-selected {
  color: #195697;
}
.header .headerImage img {
  width: 100%;
}
.header .breadcrumb {
  margin-bottom: 0;
  padding: 8px 0;
  background-color: transparent;
  border-radius: 0;
}
.footer {
  /*Footer Navigation*/
}
.footer .footerWrap {
  background-color: #009ccf;
  color: #aad8e7;
  padding: 25px 0 0 0;
}
.footer .footerWrap h4 {
  color: #ffffff;
}
.footer .footerSponsors {
  padding: 25px 0 ;
}
.footer .footerContact {
  margin-bottom: 25px;
}
.footer .footerContact a {
  color: #ffffff;
}
.footer .footerSocial span {
  display: inline-block;
  margin-top: 9px;
}
.footer .footerLinks,
.footer .footerSocial,
.footer .footerLogo {
  margin-bottom: 25px;
}
.footer .footerNavigation li {
  float: left;
}
.footer .footerNavigation .nav > li > a:focus,
.footer .footerNavigation .nav > li > a:hover,
.footer .footerNavigation .nav > li > a.nav-selected,
.footer .footerNavigation .nav > li > a.nav-path-selected {
  background-color: transparent;
  color: #92A413;
}
.footer .lowerFooterWrap {
  background-color: #3a3d40;
  color: #6e7e8a;
  padding: 20px 0 10px 0;
  border-bottom: solid 5px #cd100a;
  font-size: 13px;
}
.footer .lowerFooterWrap .footerDesignBy {
  text-align: right;
}
.footer .lowerFooterWrap .footerDesignBy a {
  color: #6e7e8a;
}
.template-blog_post .blogImage {
  float: right;
  margin-left: 2%;
  width: 48%;
}
.template-blog_post .blogTags {
  background-color: #f3f3f3;
  padding: 20px;
  margin-top: 20px;
}
.template-blog_post .blogTags .tags {
  color: #195697;
}
.template-blog_post .blogTags a {
  color: #3a3d40;
  margin-right: 20px;
}
/*Concrete5 Slideshow Block*/
.template-home .center {
  padding-top: 0;
}
.template-home .cfaWrap {
  background-color: #f3f3f3;
  padding: 50px 0;
  font-size: 18px;
}
.template-home .cfaWrap .container {
  padding-left: 0;
  padding-right: 0;
}
.template-home .cfaWrap img {
  max-height: 100px;
  margin: 0 auto;
}
.template-home .twoColumnWrap h3 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .template-home .twoColumnWrap .column1 {
    float: right;
  }
}
.template-home .twoColumnWrap .events {
  background: url("/application/themes/responsive_theme/images/home-events-bg.png") no-repeat;
  background-size: cover;
  min-height: 300px;
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .template-home .twoColumnWrap .events {
    float: left;
    width: 50%;
  }
}
.template-home .twoColumnWrap .news {
  background: url("/application/themes/responsive_theme/images/home-news-bg.png") no-repeat;
  background-position: right top;
  background-size: cover;
  min-height: 300px;
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .template-home .twoColumnWrap .news {
    float: left;
    width: 50%;
  }
}
.template-home .twoColumnWrap .blogListDescription {
  font-size: 12px;
}
@media (min-width: 768px) {
  .template-home .twoColumnWrap .blogListDescription {
    font-size: 12px;
  }
}
@media (min-width: 999px) {
  .template-home .twoColumnWrap .blogListDescription {
    font-size: 16px;
  }
}
/*  Site Layout   */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
a {
  outline: 0 !important;
}
img100 {
  max-width: 100%;
}
/* Header Layout */
/*Center Section Layout*/
.center {
  padding-top: 40px;
  padding-bottom: 50px;
}
.center ul li {
  /* Text color */
  color: black;
  list-style-type: none;
}
.center ul li:before {
  /* Unicode bullet symbol */
  content: '\2022 ';
  /* Bullet color */
  color: #009ccf;
}
.center .accordionButton {
  background: url("/application/themes/responsive_theme/images/faq-off-bg.jpg") right center #f3f3f3 no-repeat;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.center .accordionButton.on {
  background: url("/application/themes/responsive_theme/images/faq-on-bg.jpg") right center #009ccf no-repeat;
}
.center .accordionButton.on h3 {
  color: #ffffff;
}
.center .accordionButton h3 {
  color: #009ccf;
  font-size: 21px;
  font-weight: bold;
}
.center .accordionContent {
  padding: 15px;
}
.rightSidebar ul.nav li a {
  background: #f3f3f3 url("/application/themes/responsive_theme/images/sidebar-nav-arrow.jpg") no-repeat;
  padding: 16px 20px 13px 50px;
  margin-bottom: 2px;
}
.rightSidebar ul.nav li a:hover,
.rightSidebar ul.nav li a.nav-selected {
  color: #195697;
}
.rightSidebar ul.nav li:before {
  content: none;
}
/*Footer Layout*/
.footer {
  border-top: solid 2px #f3f3f3;
}
/* styles defined in page_theme.php */
.center_image img {
  margin: 0 auto;
}
/*Concrete5 Block overrides*/
/*Pagination*/
.ccm-pagination-wrapper {
  text-align: center;
}
.ccm-pagination-wrapper ul {
  margin-left: 0;
}
.ccm-pagination-wrapper ul li:before {
  content: "";
}
.ccm-pagination-wrapper ul li {
  text-indent: 0;
}
/*Concrete5 Slideshow Block*/
.ccm-page .btn.btn-default {
  background-color: #195697;
  color: #ffffff;
  padding: 20px 50px;
  margin: 10px 0px;
}
.ccm-page .btn.btn-default a {
  color: #ffffff;
}
.ccm-page .btn.btn-success {
  background: #009ccf url("/application/themes/responsive_theme/images/download-button.jpg") no-repeat;
  border-color: #009ccf;
  color: #ffffff;
  padding: 20px 40px 20px 95px;
  margin: 10px 0px;
}
.ccm-page .btn.btn-success a {
  color: #ffffff;
}
.ccm-image-slider {
  position: relative;
}
.rslides_tabs {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 10;
  background-color: #000;
  padding: 5px !important;
}
.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  background: url("/application/themes/responsive_theme/css/images/slide-tab.png") no-repeat;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  margin: 0 2px;
}
li.rslides_here {
  background: url("/application/themes/responsive_theme/css/images/slide-tab-active.png") no-repeat;
}
