/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
@import url(../fontawesome/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input:hover[type="submit"] {
    background-color: #2c5999;
    color: white; }
  button:disabled,
  input:disabled[type="submit"] {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* color definition */
/* google map */
/* squeezbox filter */
/*
Item name: Flexy Menu - Responsive Horizontal & Vertical Menu
Item Url: https://codecanyon.net/item/flexy-menu-responsive-horizontal-vertical-menu/5059149
Author: marcoarib
License: https://codecanyon.net/licenses
*/
/*******************************************************************************
              Default configuration
*******************************************************************************/
.flexy-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  list-style: none;
  background: rgba(61, 90, 123, 0.15); }

.flexy-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 20px; }

.flexy-menu > li > a {
  color: #3d5a7b;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-transform: none;
  font-weight: 700;
  border-right: 1px white solid;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 0.8rem; }
  @media only screen and (min-width: 1100px) {
    .flexy-menu > li > a {
      font-size: 1rem;
      padding: 10px 10px 25px 10px; } }

.flexy-menu li:hover > a {
  background: #555; }

/*----------------------------
  Right alignment (item)
----------------------------*/
@media (min-width: 800px) {
  .flexy-menu li.right {
    float: right !important;
    width: 150px;
    text-align: center !important; }
    .flexy-menu li.right ul {
      width: 150px; } }

.flexy-menu li.right a {
  background: #d49500;
  color: white; }

.flexy-menu .active {
  background: white;
  border-bottom: 2px #d49500 solid; }

.flexy-menu a.active {
  color: #2b4e76; }

/*-----------------------------
  Drop down configuration
-----------------------------*/
.flexy-menu ul,
.flexy-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  width: 300px;
  background: #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.flexi-menu ul li ul {
  position: relative; }

.flexy-menu ul {
  top: 42px;
  left: 0; }
  @media only screen and (min-width: 1100px) {
    .flexy-menu ul {
      top: 56px; } }

.flexy-menu ul li ul {
  top: 0;
  left: 100%; }

.flexy-menu ul li {
  clear: both;
  width: 100%;
  border: none; }

.flexy-menu ul li a {
  padding: 10px 10px;
  width: 100%;
  font-size: 0.8rem;
  color: #3d5a7b;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear; }
  @media only screen and (min-width: 1100px) {
    .flexy-menu ul li a {
      font-size: 1rem;
      padding: 10px 20px; } }

/*-----------------------------
  Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator {
  position: absolute;
  color: #3d5a7b;
  top: 20px;
  right: 8px;
  font-size: 17px; }

.flexy-menu ul > li .indicator {
  top: 10px;
  right: 8px; }

/*------------------
  Preset sizes
------------------*/
.thin > li > a {
  padding: 10px 22px; }

.thin ul {
  top: 40px; }

.thin > li .indicator {
  top: 10px; }

.thick > li > a {
  padding: 40px 22px; }

.thick ul {
  top: 100px; }

.thick > li .indicator {
  top: 40px; }

/*-------------------------
  Icons configuration
-------------------------*/
.flexy-menu i {
  line-height: 20px !important;
  margin-right: 6px;
  font-size: 18px;
  float: left; }

/*------------------------------------
  Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #dedede;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: #446f92;
  font-weight: 700; }
  .flexy-menu > li.showhide .title {
    color: white; }

.flexy-menu > li.showhide span.title {
  margin: 16px 0 0 25px;
  float: left; }

.flexy-menu > li.showhide span.icon {
  margin: 17px 20px;
  float: right; }

.flexy-menu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ccc; }

/*-----------------
  Light Theme
-----------------*/
.light {
  background: #fff;
  border: solid 1px #dfdfdf; }

.light a {
  color: #555 !important; }

.light li:hover > a, .light li.active a {
  background: #555;
  color: #fff !important; }

.light ul, .light ul li ul {
  background: #fff; }

.light > li.showhide {
  background: #fff;
  color: #555 !important; }

.light > li.showhide .icon em {
  background: #555; }

.light li .indicator {
  color: #555; }

.light li:hover > .indicator {
  color: #fff; }

/*******************************************************************************
              Vertical configuration
*******************************************************************************/
.flexy-menu.vertical {
  width: 200px; }

.flexy-menu.vertical li {
  width: 100%; }

.flexy-menu.vertical li a {
  display: inline-block !important;
  width: 100%;
  padding: 18px 20px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.flexy-menu.vertical ul li {
  width: 100%; }

/*--------------------------------
  Drop down on vertical menu
--------------------------------*/
.flexy-menu.vertical ul,
.flexy-menu.vertical ul li ul {
  width: 150px; }

.flexy-menu.vertical ul {
  top: 0;
  left: 100%; }

.flexy-menu.vertical ul li ul {
  top: 0px; }

/*---------------------------------
  Vertical menu on right side
---------------------------------*/
.flexy-menu.vertical.right {
  float: right !important; }

.flexy-menu.vertical.right ul {
  left: -150px !important; }

/*------------------------------
  Indicator on vertical menu
------------------------------*/
.flexy-menu.vertical > li .indicator {
  top: 17px;
  right: 15px;
  font-size: 17px; }

.flexy-menu.vertical ul > li .indicator {
  top: 18px;
  right: 15px; }

/*****************************************************************************
              Responsive design
*****************************************************************************/
@media (max-width: 800px) {
  .flexy-menu-wrapper.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .flexy-menu.vertical {
    width: 100%; }
  .flexy-menu li {
    display: block;
    width: 100%; }
  .flexy-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px; }
  .flexy-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .flexy-menu ul,
  .flexy-menu ul li ul,
  .flexy-menu.vertical ul,
  .flexy-menu.vertical ul li ul {
    width: 100%;
    left: 0;
    border-left: none;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .flexy-menu ul li {
    border-left: none;
    border-right: none; }
  .flexy-menu ul li a,
  .flexy-menu.vertical ul li a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .flexy-menu ul > li > a {
    padding-left: 40px !important; }
  .flexy-menu > li .indicator {
    top: 15px;
    right: 25px;
    font-size: 17px; }
  .flexy-menu ul > li .indicator {
    right: 24px; }
  .flexy-menu.vertical ul > li .indicator {
    top: 10px;
    right: 15px; }
  .flexy-menu > li > ul > li > a {
    padding-left: 40px !important; }
  .flexy-menu > li > ul > li > ul > li > a {
    padding-left: 60px !important; }
  .flexy-menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 80px !important; } }

@media only screen and (min-width: 800px) {
  .flexy-menu li.menu-mega ul,
  .flexy-menu li.menu-mega ul li ul {
    list-style: none;
    margin: 0;
    padding: 1rem;
    display: none;
    position: absolute;
    z-index: 99999;
    width: 100%;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .flexi-menu li.menu-mega ul li ul {
    position: relative;
    border: 2px green solid; }
  .flexy-menu ul li ul {
    top: 0;
    left: 0; }
  .flexy-menu li.no-mega {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
    position: relative; }
  .flexy-menu li.menu-mega.menu-sub-3 ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .flexy-menu li.menu-mega.menu-sub-3 ul li:last-child {
      margin-right: 0; }
  .flexy-menu li.menu-mega.menu-sub-3 ul li ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .flexy-menu li.menu-mega.menu-sub-3 ul li ul li:last-child {
      margin-right: 0; }
  .flexy-menu li.menu-mega.menu-sub-4 ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .flexy-menu li.menu-mega.menu-sub-4 ul li:last-child {
      margin-right: 0; }
  .flexy-menu li.menu-mega.menu-sub-4 ul li ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .flexy-menu li.menu-mega.menu-sub-4 ul li ul li:last-child {
      margin-right: 0; }
  .flexy-menu li.menu-mega ul li a {
    font-weight: 800; }
  .flexy-menu li.menu-mega ul li ul li a {
    font-weight: 400;
    border-bottom: 1px #eee solid; }
  .flexy-menu li.menu-mega ul {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto; }
    .flexy-menu li.menu-mega ul:after {
      content: "";
      display: table;
      clear: both; }
  .flexy-menu li.menu-mega ul li {
    overflow: hidden;
    clear: none; }
  .flexy-menu li.menu-mega ul li ul li {
    width: 100%;
    float: left;
    position: relative;
    display: block; }
  .flexy-menu li.menu-mega ul li ul li a {
    padding: 0.5rem 0.5rem; }
  .flexy-menu li.menu-mega ul li a {
    padding: 0.5rem 0.5rem; }
  .flexy-menu li.menu-mega ul {
    padding: 1rem; }
  .flexy-menu li.menu-mega ul li ul {
    width: 100%;
    position: relative;
    clear: both;
    display: block;
    padding: 0rem; } }

/*------------
  Colors
------------*/
.green li:hover a {
  background: white;
  color: #555 !important; }

.green li li:hover a {
  background: rgba(61, 90, 123, 0.15);
  color: #555 !important; }

.green li.menu-mega li:hover a {
  background: white;
  color: #555 !important; }

.green li.menu-mega li li:hover a {
  background: rgba(61, 90, 123, 0.15);
  color: #555 !important; }

.green li li li li:hover a {
  background: rgba(61, 90, 123, 0.15);
  color: #555 !important; }

/* language dropdown selector */
.langswitch li.right a {
  background: #f9f9f8;
  color: #333; }

.langswitch li.right:hover > a {
  background: #f9f9f8; }

.langswitch li.right ul li a {
  background: white;
  border-bottom: 1px #ddd solid;
  font-size: 0.9rem;
  padding: 5px 10px; }

.langswitch li.right ul li a:hover {
  background: white; }

.langswitch .flexy-menu {
  background: #f9f9f8;
  width: 50%; }

.langswitch .flexy-menu ul {
  width: 10rem;
  top: 30px; }

.langswitch .flexy-menu > li {
  width: 100%;
  margin: 0;
  border-left: 1px #ccc solid; }

.langswitch .flexy-menu > li > a {
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem; }

.sectionswitch li.right a {
  background: #f9f9f8;
  color: #333; }

.sectionswitch li.right:hover > a {
  background: #f9f9f8; }

.sectionswitch li.right ul li a {
  background: white;
  border-bottom: 1px #ddd solid;
  font-size: 0.9rem;
  padding: 5px 10px; }

.sectionswitch li.right ul li a:hover {
  background: white; }

.sectionswitch .flexy-menu {
  background: #f9f9f8;
  width: 50%; }

.sectionswitch .flexy-menu ul {
  width: 10rem;
  top: 30px; }

.sectionswitch .flexy-menu > li {
  margin: 0;
  border-left: 1px #ccc solid; }

.sectionswitch .flexy-menu > li > a {
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem; }

li.right.cta a {
  background: #777;
  color: white; }

.user08 li.right a {
  background: white;
  color: #333; }

.user08 li a {
  background: #f9f9f8;
  color: #333; }

.generic li a {
  background: #f9f9f8;
  color: #333; }

/*# sourceMappingURL=fleximenu.css.map */