/* TYPOGRAPHY */
a,
.media-heading a {
  color: #274480;
}
.col-sm-8 a {
  font-weight: bold;
}
ul,
ol {
  padding-left: 20px;
}
.section-header h1 span {
  border-bottom: 5px solid #cfba3b;
}
.underline {
  border-bottom: 5px solid #cfba3b;
  padding-bottom: 10px;
  display: inline-block;
}
.media-heading {
  margin: 5px 0 0 0;
}
.media {
  margin-bottom: 15px;
}
.container h2 + h3 {
  margin-top: 0;
}

/* OTHER */
div.ccm-notification-help-launcher {
  z-index: 1001;
}
.wrapper {
  background: url('../img/background-content.png') repeat-x 0 50px;
}
.pagination > .disabled > a {
  color: #fff !important;
}
.top-50 {
  margin-top: 50px;
}
.shadow-top {
  height: 3px;
  width: 100%;
  background: url('../img/shadow-top.png') repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.shadow-bottom {
  height: 3px;
  width: 100%;
  background: url('../img/shadow-bottom.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.btn {
  white-space: normal;
}
#content img.pull-left {
  margin: 0 10px 10px 0;
}
#content img.pull-right {
  margin: 0 0 10px 10px;
}

/* YELLOW BUTTON */
.btn-yellow {
  color: #000000;
  background-color: #cfba3b;
  border-color: #cfba3b;
  font-weight: normal !important;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #c3ae32;
  border-color: #c3ae32;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #afd487;
  border-color: #afd487;
}

/* GREEN PANEL */

/* 1. Panel Green */
.panel-green {
  border-color: #004e32;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #004e32;
  border-color: #004e32;
}
.panel-green > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #004e32;
}
.panel-green > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #004e32;
}
.panel-green > .panel-footer {
  background-color: #004e32;
  border-top: 1px solid #004e32;
}

/* NAV BAR */
.navbar {
  margin-bottom: 0;
}
.navbar-inverse {
  background-color: #004e32;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #004e32;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #515151;
}
.navbar-inverse .navbar-toggle {
  border: 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #02412a;
}
.navbar-brand {
  background: url(/application/files/4115/6262/6347/badge_straight_transparent.png)
    no-repeat 15px 10px;
  padding-left: 55px;
}

/* SEARCH */
.navbar-nav li#search {
  background: #cfba3b;
  background: linear-gradient(top, #cfba3b, #dbc644);
  background: -webkit-linear-gradient(top, #cfba3b, #dbc644);
  background: -moz-linear-gradient(top, #cfba3b, #dbc644);
}
#search-btn {
  color: #333;
}
.gsc-control-cse {
  padding: 0 !important;
}
.gsc-control-cse * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gsc-cursor-page {
  color: #333;
  text-shadow: none !important;
}

/* SHOWCASE */
#wrap {
  background: none;
  border: 0;
  height: auto;
  position: relative;
  width: 100%;
}
#wrap #welcome {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 100;
}
#wrap #welcome h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.45);
  padding: 2%;
  text-transform: none;
  max-width: 1140px;
}

/* SHORTCUTS */
#shortcuts ul {
  padding: 0;
}
#shortcuts li {
  list-style-type: none;
  float: left;
  width: 25%;
}
#shortcuts li a {
  display: block;
  background: #eee;
  padding: 20px;
  text-align: center;
  color: #000;
  width: 100%;
  height: 100px;
  border-right: 1px solid #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#shortcuts li p {
  overflow: hidden;
  white-space: nowrap;
}
#shortcuts a:hover {
  background: #004e32;
  color: #fff;
  text-decoration: none;
}

/* SUB PAGES */
.section-header {
  background: url(/application/files/2816/4677/4096/bg_04.jpg) no-repeat center
    center;
  position: relative;
  margin-bottom: 25px;
}
.section-header h1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: none;
  color: #fff;
  padding: 10px 0 10px 0;
  text-shadow: 1px 1px 3px #666;
}

/* FORM */
.formify-form.with-style input[type=text], .formify-form.with-style input[type=email], .formify-form.with-style input[type=tel], .formify-form.with-style input[type=number], .formify-form.with-style input[type=search], .formify-form.with-style input[type=url], .formify-form.with-style input[type=password], .formify-form.with-style textarea {
  /*width: calc(50% - 1em);*/
  width: 100%;
}
.formify-form.with-style input[type="submit"] {
  background-color: #cfba3b;
  width: 100%;
  color: #000;
}

.formify-form.with-style input[type="submit"]:hover {
  background-color: #c3ae32;
}

/* TABS */
.tab-pane .ccm-layout-wrapper:first-child {
  margin-top: -15px;
}

/* SIDEBAR */
#sidebar ul li.active span.active {
  font-weight: bold;
}

/* FOOTER */
footer {
  background: #666;
  margin-top: 50px;
  display: block;
}
footer a {
  color: #fff;
}
.social-icons ul li.youtube {
  background: #dd4b39;
}
.social-icons ul li a {
  color: #fff !important;
}
.legal {
  background: #555;
}
.legal p {
  text-align: center;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  /* Adjusting for large devices */
  #wrap #welcome h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  #wrap #welcome h1 {
    font-size: 30px;
  }
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4 {
    padding-bottom: 15px;
  }
  /* remove column float and make full-width */
  .ccm-layout-column {
    float: none !important;
    width: 100% !important;
  }
  /* remove column "spacing" */
  .ccm-layout-col-spacing {
    margin: 0 !important;
  }
  .ccm-layout-column-inner {
    margin: 0 !important;
  }
  .container .col-sm-6 h2:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */

  #shortcuts ul {
    padding: 10px 0;
    width: 100%;
  }
  #shortcuts li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 1px 0;
  }
  #shortcuts li a {
    border: 0;
  }
  #shortcuts li p {
    white-space: normal;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .panel {
    margin-top: 20px;
  }
  .nav-tabs > li {
    float: none;
  }
  .wrapper {
    background: none;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
