body, html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt; }

h1, h2, h3 {
  font-style: italic;
  color: #F47922; }

h1 {
  font-size: 18pt; }

h2 {
  font-size: 15pt; }

h3 {
  font-size: 15pt; }

a {
  color: #569b4b; }

a:hover {
  color: #F47922; }

.colored-table-head {
  background-color: #F47922;
  color: white; }

.colored-table {
  border: none;
  border-collapse: separate;
  border-spacing: 6px 0px; }

.orange-border {
  border-color: #F47922 !important; }

.orange-background {
  background-color: #F47922 !important;
  color: white; }

.green-button {
  background-color: #569b4b !important;
  color: white;
  border-color: transparent; }

.green-button:hover {
  background-color: #75BB61 !important;
  color: white;
  border-color: #F47922; }

.colored-table th,
.colored-table tr,
.colored-table td {
  border-color: #F47922 !important; }

.break-url {
  word-break: break-all; }

.literature-list li {
  margin-top: 8px; }

.table-button {
  padding: 0; }

.error-list {
  padding-left: 30px; }

.fixed-nav-offset {
  margin-top: 250px; }

@media all and (max-width: 767px) {
  .fixed-nav-offset {
    margin-top: 150px; } }

#head {
  background-color: #569b4b; }

#navbar {
  border-style: solid;
  border-width: medium;
  border-color: black; }

.navbar-default {
  background-color: white;
  border-color: white; }

.navbar-nav {
  width: 100%;
  text-align: center; }

#responsive-button {
  margin-top: 15px;
  margin-bottom: 11px;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 14px; }

/* Styles for the main navbar when NOT in responsive mode -------------------------------------------------- */
#main-nav {
  margin: 0px 0px 0px 0px;
  text-align: left;
  min-height: 25px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 8px;
  background: white; }

#main-nav li {
  display: inline;
  list-style: none; }

#main-nav li a {
  font-size: 12pt;
  text-decoration: none;
  color: #569b4b;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 13px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 11px;
  outline: 0;
  position: relative;
  margin-right: -6px;
  white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1000px) {
  #main-nav li a {
    padding-left: 8px;
    padding-right: 8px; } }

#main-nav li a.active {
  background: #569b4b;
  color: white; }

#main-nav li:hover a {
  background: #F47922;
  color: white; }

/* Styles for the dropdowns in the main-navbar when NOT in responsive mode -------------------------------------------------- */
/* The container <div> - needed to position the dropdown content */
#main-nav .dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
#main-nav .dropdown-content {
  position: absolute;
  display: none;
  margin-top: 8px;
  padding-left: 0px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

/* Links inside the dropdown */
#main-nav .dropdown-content a {
  display: block;
  margin: 0;
  padding: 12px 16px;
  color: #569b4b !important;
  background-color: #f5f5f5 !important;
  white-space: nowrap; }

#main-nav .dropdown-content a:hover {
  color: white !important;
  background-color: #F47922 !important; }

/* Show the dropdown menu on hover */
#main-nav .dropdown:not(.active):hover .dropdown-content {
  display: block; }

/* Styles for the sub-menu below the main-menu when NOT in responsive mode -------------------------------------------------- */
.sub-menu {
  overflow: hidden;
  background: #D5EACC; }

@media (min-width: 768px) and (max-width: 1000px) {
  .sub-menu {
    font-size: 11pt; } }

@media (min-width: 1001px) {
  .sub-menu {
    font-size: 12pt; } }

.sub-menu li {
  display: block;
  float: left;
  padding: 0;
  margin: 0; }

.sub-menu a {
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  color: #569b4b;
  font-weight: bold;
  text-decoration: none; }

.sub-menu a.active {
  background: #569b4b;
  color: white; }

.sub-menu a:hover {
  color: white;
  background-color: #F47922; }

#sub-menu-placeholder {
  background-color: transparent;
  height: 30px; }

@media all and (min-width: 768px) {
  #navbar {
    display: none !important; } }

/* Course Date List styles -------------------------------------------------------------------------------------------------------------- */
.course-block {
  padding: 20px; }

/* Head-Lines styles -------------------------------------------------------------------------------------------------------------- */
.head-line {
  text-align: left;
  font-weight: bold;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-width: 2px;
  border-color: #F47922;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.slick-prev:before, .slick-next:before {
  color: #F47922 !important; }

.head-line p {
  margin-bottom: 4px; }

#infosHeadLineCarousel {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; }

#infosHeadLineCarousel img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto; }

/* SideBar styles -------------------------------------------------------------------------------------------------------------- */
.side-bar {
  padding: 10px;
  background-color: #D5EACC;
  margin-top: 20px; }
  .side-bar h3 {
    font-size: 15pt; }

.side-bar-signup {
  margin-top: 20px; }

.side-bar img {
  width: 100%;
  margin-left: 20px; }

.side-bar-headline {
  font-size: 15pt;
  color: #F47922; }

.motivation h2 {
  font-size: 15pt;
  word-break: break-all; }

.motivation h3 {
  word-break: break-all; }

.motivation p {
  font-size: 11pt; }

.motivation li {
  font-size: 11pt; }

/* Slicker Carousel styles -------------------------------------------------------------------------------------------------------------- */
.my-slicker {
  height: 300px; }
  .my-slicker h1 {
    text-align: center;
    margin-top: 90px; }
  .my-slicker h3 {
    text-align: center;
    margin-top: 100px; }
  .my-slicker img {
    max-width: 100%;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto; }

/* Blockquote styles -------------------------------------------------------------------------------------------------------------- */
blockquote {
  border-color: #F47922;
  font-size: 11pt; }

.participant-testimonial h3 {
  color: #569b4b; }

.participant-testimonial blockquote {
  border-color: #569b4b;
  font-size: 11pt; }

.side-bar blockquote {
  font-size: 11pt; }

/* Main Page Image Tiles styles -------------------------------------------------------------------------------------------------------------- */
.image-tiles .col-sm-3,
.image-tiles .col-sm-4 {
  padding-left: 0;
  padding-right: 0; }

.image-block {
  margin: 4px; }
  .image-block a h3 {
    background-color: #F47922;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center; }

.image-block:hover a {
  opacity: 0.6; }

@media all and (max-width: 767px) {
  .image-tiles {
    margin-left: 10%;
    margin-right: 10%; } }

/* Sticky footer styles -------------------------------------------------------------------------------------------------------------- */
.wrap {
  min-height: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -60px;
  padding-bottom: 60px; }

#footer-container {
  padding-left: 0px;
  padding-right: 0px; }

.footer-link {
  margin-left: 20px;
  margin-right: 20px; }

.footer {
  height: 60px;
  font-size: 14pt;
  background-color: #D5EACC;
  border-style: solid;
  border-color: #B0BEC5;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  padding-top: 20px; }
