/* Font Size */
/* Line Height */
/* Color */
/* Mixim */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
/****************************************
Start Document
****************************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  overflow-x: hidden; }

p {
  margin: 0 0 1.6em 0; }

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: bold;
  margin: 10px 0; }

h1, .h1 {
  font-size: 2.4em;
  line-height: 130%; }

h2, .h2 {
  font-size: 1.6em;
  line-height: 130%; }

h3, .h3 {
  font-size: 1.4em;
  line-height: 130%; }

h4, .h4 {
  font-size: 1.2em;
  line-height: 130%; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #5e9c09; }
  a:hover, a:focus {
    color: #d0603a; }

/****************************************
Common Element
****************************************/
ul.links.inline {
  padding: 0; }
  ul.links.inline li {
    list-style: none; }

.block {
  margin-bottom: 20px; }

/****************************************
Header
****************************************/
.main-header {
  margin: 0 0 2em;
  padding: 0 0 2em;
  position: relative;
  background: -webkit-linear-gradient(to top, #C3D1BC 0%, #D7DEC6 15%, #FFFFFF 100%);
  background: -moz-linear-gradient(to top, #C3D1BC 0%, #D7DEC6 15%, #FFFFFF 100%);
  background: linear-gradient(to top, #C3D1BC 0%, #D7DEC6 15%, #FFFFFF 100%); }
  .main-header nav {
    margin: 0;
    background: none;
    border: 0;
    position: relative;
    z-index: 2; }
  .main-header .region {
    position: relative;
    z-index: 2; }

.navbar .container > .row {
  display: flex;
  flex-direction: column; }
  .navbar .container > .row .col-md-3, .navbar .container > .row .col-md-9 {
    width: 100%; }

/*region header*/
.site-branding {
  width: 100%;
  margin: 0;
  padding: 3em 0 2.5em;
  display: flex; }

.region-header .brand {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  text-align: center; }
  .region-header .brand .site-branding__logo {
    display: inline-block; }
    .region-header .brand .site-branding__logo img {
      width: 18em;
      display: inline-block; }

.site-name a {
  font-size: 1.4em;
  color: white; }
  .site-name a:hover, .site-name a:focus {
    text-decoration: none; }

/*Banner*/
.welcome-banner-text {
  max-width: 600px;
  padding: 90px 0;
  text-align: center;
  line-height: 160%; }
  .welcome-banner-text h2 {
    color: white; }

/*top widget*/
.topwidget {
  padding: 50px 0;
  text-align: center; }
  .topwidget .fa {
    width: 120px;
    height: 120px;
    padding: 32px;
    font-size: 60px;
    background: #4D4F4A;
    border-radius: 50%;
    color: white;
    margin-bottom: 20px; }
    .topwidget .fa span {
      display: none; }

/*Menu*/
.navbar-default .navbar-toggle {
  margin-right: 0;
  padding: 0.5em;
  border: 1px #333 solid;
  border-radius: 0; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #333; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: white;
    border: 1px white solid; }

nav h2 {
  display: none; }

.menu-base-theme,
.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active,
.menu-base-theme a.highlighted {
  background: none; }

.menu-base-theme {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 600px) {
    .menu-base-theme {
      flex-direction: row; } }
  .menu-base-theme li {
    margin: 0 0.8em; }
  .menu-base-theme a {
    padding: 0.7em 1.125em;
    display: flex;
    align-items: center;
    color: #333; }
    .menu-base-theme a.has-submenu:after {
      content: "";
      width: 12px;
      height: 6px;
      margin: 0 0 0 0.3em;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #333 transparent transparent transparent;
      display: block; }
    .menu-base-theme a span.sub-arrow {
      display: none; }
    .menu-base-theme a:hover, .menu-base-theme a:focus {
      padding: 0.7em 1.125em;
      color: white;
      background-color: #333;
      border-radius: 1.4em; }
      .menu-base-theme a:hover.has-submenu:after, .menu-base-theme a:focus.has-submenu:after {
        border-color: white transparent transparent transparent; }
  .menu-base-theme ul {
    width: 90%;
    padding: 0;
    background-color: white;
    background: white;
    border-style: none;
    box-shadow: 3px 3px 8px #666;
    position: absolute;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .menu-base-theme ul {
        width: auto;
        background: rgba(255, 255, 255, 0.74); } }
    .menu-base-theme ul li {
      margin: 0;
      border-style: none; }
      .menu-base-theme ul li a {
        background: none;
        font-size: 0.8em;
        color: #333; }
        .menu-base-theme ul li a:hover, .menu-base-theme ul li a:focus {
          background-color: #5e9c09;
          color: white;
          border-radius: 0; }
  .menu-base-theme > li {
    border-left: none; }

.main-menu {
  position: relative;
  z-index: 9999; }

.region-primary-menu {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  float: right; }

.navbar-toggle {
  z-index: 999; }

.sm li:hover ul, .sm li:focus ul {
  display: block; }

/****************************************
Main Content
****************************************/
.content_layout {
  padding: 0 0 3em; }
  .content_layout .col-md-12 {
    float: none; }

.middlewidget {
  padding: 50px 0; }

/****************************************
Frontpage
****************************************/
.path-frontpage .main-header {
  margin: 0;
  padding: 0;
  background: -webkit-linear-gradient(to top, #025159 0%, #90BA88 40%, #F2F2F2 100%);
  background: -moz-linear-gradient(to top, #025159 0%, #90BA88 40%, #F2F2F2 100%);
  background: linear-gradient(to top, #025159 0%, #90BA88 40%, #F2F2F2 100%); }

.path-frontpage .content_layout {
  padding: 3em 0; }

.path-frontpage .feed-icon {
  display: none; }

#block-drupal8-zymphonies-theme-content .block-region-top .block-block-content > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 992px) {
    #block-drupal8-zymphonies-theme-content .block-region-top .block-block-content > div {
      flex-direction: row; } }
  #block-drupal8-zymphonies-theme-content .block-region-top .block-block-content > div div {
    flex: 0 0 100%; }
    @media screen and (min-width: 992px) {
      #block-drupal8-zymphonies-theme-content .block-region-top .block-block-content > div div {
        flex: 0 0 31.5%; } }

#block-drupal8-zymphonies-theme-content .block-region-top .block-block-content .paragraph {
  margin: 0 0 1.3em; }
  @media screen and (min-width: 992px) {
    #block-drupal8-zymphonies-theme-content .block-region-top .block-block-content .paragraph {
      margin: 0; } }

.paragraph--type--frontpage-feature-box {
  border-radius: 0.5em;
  border: 1px #eee solid; }
  .paragraph--type--frontpage-feature-box div:nth-child(1) {
    margin: 0 0 1.5em; }
    .paragraph--type--frontpage-feature-box div:nth-child(1) img {
      -webkit-border-top-left-radius: 0.5em;
      -webkit-border-top-right-radius: 0.5em;
      -moz-border-radius-topleft: 0.5em;
      -moz-border-radius-topright: 0.5em;
      border-top-left-radius: 0.5em;
      border-top-right-radius: 0.5em; }
  .paragraph--type--frontpage-feature-box div:nth-child(2) {
    padding: 0.3em 1.8em;
    font-weight: bold; }
  .paragraph--type--frontpage-feature-box div:nth-child(3) {
    padding: 0.3em 1.8em; }
    .paragraph--type--frontpage-feature-box div:nth-child(3) p {
      margin: 0; }
  .paragraph--type--frontpage-feature-box div:nth-child(4) {
    padding: 0.3em 1.8em 1.5em; }

/****************************************
Footer
****************************************/
/*footerwidget*/
.footerwidget {
  padding: 3em 0;
  color: white;
  background: -webkit-linear-gradient(to right, #0E5159 0%, #09736A 100%);
  background: -moz-linear-gradient(to right, #0E5159 0%, #09736A 100%);
  background: linear-gradient(to right, #0E5159 0%, #09736A 100%); }
  .footerwidget img.left {
    float: left;
    margin: 10px 10px 0 0; }

.copyright {
  background: black;
  font-size: 0.8em;
  color: #999; }
  .copyright h2, .copyright .h2 {
    color: white; }
  .copyright p {
    margin: 13px 0; }

/*bottom-widgets*/
.bottom-widgets {
  padding: 10px 0;
  text-align: center;
  background: #FBFBFB; }
  .bottom-widgets .region {
    padding: 10px;
    background: #f1f1f1; }

/*Footer menu*/
.footer-menu {
  margin: 0;
  padding: 2em 0;
  border: 0;
  background: #eee;
  color: white; }
  .footer-menu ul {
    margin: 10px 0;
    padding: 0; }
  .footer-menu nav li {
    display: inline-block; }
    .footer-menu nav li a {
      padding: 0.2em 1.2em;
      display: inline-block;
      font-size: 0.8em;
      color: white;
      background-color: #5e9c09;
      border-radius: 1.2em; }
      .footer-menu nav li a:hover, .footer-menu nav li a:focus {
        background-color: #d0603a;
        text-decoration: none; }

.google_map p, .google_map .block {
  margin: 0; }

.google_map iframe {
  display: block; }

/*Credit link*/
.credit-link {
  text-align: left; }

/*Social Media*/
.social-media {
  margin: 10px 0;
  overflow: hidden;
  float: left; }
  .social-media a {
    width: 30px;
    height: 30px;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    background: #3262b9;
    font-size: 14px;
    line-height: 220%; }
    .social-media a:hover, .social-media a:focus {
      opacity: .6; }
    .social-media a.google-plus {
      background: #de2020; }
    .social-media a.twitter {
      background: #29C5F6; }
    .social-media a.linkedin {
      background: #069; }
    .social-media a.pinterest {
      background: #C61118; }
    .social-media a.rss {
      background: #FF6D00; }

/****************************************
MISC
****************************************/
/*FORM*/
input, button, select, textarea {
  padding: 9px;
  border: 1px solid #C7C7C7; }

.contact-message-form label {
  display: block; }

.btn,
input[type="submit"] {
  background: #19c2c8;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 42px; }

.btn:hover,
input[type="submit"]:hover {
  background: #13ADB3; }

/*breadcrumb*/
.breadcrumb {
  margin: 0 0 2.5em;
  padding: 0;
  background: none; }
  .breadcrumb ul {
    padding: 0; }
    .breadcrumb ul li {
      display: inline-block;
      font-size: 0.8em; }
      .breadcrumb ul li a {
        color: #333; }
        .breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
          color: #5e9c09; }

/*search form*/
#search-block-form {
  display: table;
  width: 100%; }

#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top; }

#search-block-form input {
  width: 100%; }

/*Demo typography*/
.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9; }

.highlight {
  padding: 20px;
  background-color: #f7f7f9; }

.highlight pre {
  border: 0;
  background: none; }

.bd-example-type .table tr:first-child td {
  border-top: 0; }

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0; }

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }

/*Contact form*/
.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4; }

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%; }

/*user-login-form*/
.user-login-form,
.user-form,
.user-pass {
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB; }

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text {
  width: 100%; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic; }

/*Maintainance*/
.maintenance-page {
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000; }

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px; }

.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold; }

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle; }

.maintenance-page .site-name a {
  color: #404040; }

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none; }

.underconstruction {
  padding: 4em 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center; }

/*Comment*/
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }

.comment-wrap .author-details {
  float: left;
  width: 20%; }

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%; }

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block; }

.comment-wrap .author-comments h3 {
  margin-top: 10px; }

.comment-wrap .author-comments p {
  margin-bottom: 10px; }

/*links inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px; }

/*profile*/
.profile > div {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top; }

.profile h4.label {
  margin-bottom: 5px;
  color: #333;
  display: block;
  text-align: left; }

.flexslider {
  margin-top: 10px;
  z-index: 1;
  border-radius: 0; }
  .flexslider .slides > li {
    position: relative; }

.slider-caption {
  width: 100%;
  padding: 1.125em;
  display: inline-block;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  background: rgba(7, 37, 38, 0.85); }
  .slider-caption .slider-title {
    margin-top: 0;
    color: white; }
  .slider-caption .slider-description {
    color: white; }
  .slider-caption .more-link {
    padding: 0.2em 1.2em;
    display: inline-block;
    font-size: 0.8em;
    background-color: #5e9c09;
    color: white;
    border-radius: 1.8em; }
    .slider-caption .more-link:hover, .slider-caption .more-link:focus {
      background-color: #d0603a;
      text-decoration: none; }

.flex-direction-nav a {
  padding: 10px;
  color: #333; }
  .flex-direction-nav a:before {
    color: #333; }

.flex-control-paging li a.flex-active {
  background: white; }

.flex-control-nav {
  bottom: -50px; }
