@charset "UTF-8";
/*VARIAVEIS CORES BASE SITE*/
/*azul escuro*/
/*azul claro*/
/*azul logo*/
/*azul clarinho*/
/*azul branco*/
/*branco cinza*/
/*========================*/
/*preto cinza*/
/********************
 * MENUS / NAVIGATION
 ********************/
/*
 * TEXTO CONTEUDO
 */
/*
 * LINKS
 */
/*
 * FORM
 */
/**
 * $ARROW
 */
/**
 * $HLIST
 */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
/* line 4, ../sass/base/_forms.scss */
select:focus,
input:focus,
textarea:focus {
  outline: 1px solid #0889c0; }

/* line 10, ../sass/base/_forms.scss */
fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 9px 1em 18px 1em;
  border-color: #CAE8F6; }

/* line 18, ../sass/base/_forms.scss */
legend {
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 0 0.8em;
  color: #303A42; }

/* line 1, ../sass/base/_lists.scss */
li {
  font-size: 15px;
  line-height: 200%; }

/* line 6, ../sass/base/_lists.scss */
ul {
  font-size: 15px;
  line-height: 200%; }

/* line 11, ../sass/base/_lists.scss */
ol {
  font-size: 15px;
  line-height: 200%;
  font-weight: 600; }
  /* line 15, ../sass/base/_lists.scss */
  ol li {
    font-size: 15px;
    line-height: 200%;
    font-weight: 400; }

/*
 * Mapas do google
 */
/* line 5, ../sass/base/_maps.scss */
.google_map_field_display {
  border: 0px solid #CAE8F6;
  width: 100%;
  height: 300px;
  margin-bottom: 15px; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/**
 * $TABLES
 */
/* line 4, ../sass/base/_tables.scss */
table {
  width: 100%;
  margin-bottom: 18px; }

/* line 9, ../sass/base/_tables.scss */
th {
  padding: 0.5em 1em;
  background-color: #055577;
  color: #fff; }
  /* line 14, ../sass/base/_tables.scss */
  th a,
  th a.active {
    color: #fff; }
    /* line 18, ../sass/base/_tables.scss */
    th a img,
    th a.active img {
      margin: 2px 3px; }

/* line 23, ../sass/base/_tables.scss */
td {
  padding: 0.5em 1em; }

/* line 27, ../sass/base/_tables.scss */
tr.odd {
  background: #ceeaf7; }

/* line 30, ../sass/base/_tables.scss */
tr.even {
  background: #dbf0f9; }

/**
 * $FONT-FACE
 */
/**
 * $BASE-TYPOGRAPHY
 */
/* line 10, ../sass/base/_typography.scss */
html {
  font-family: "Open Sans", sans-serif;
  color: #303A42;
  font-weight: 400; }

/**
 * $LINKS
 */
/* line 19, ../sass/base/_typography.scss */
a {
  color: #303A42;
  font-weight: 600;
  text-decoration: none; }

/**
 * $HEADINGS
 */
/* line 31, ../sass/base/_typography.scss */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta, caption,
h5, .epsilon,
h6, .zeta {
  color: #101316;
  font-family: "Roboto Slab", serif;
  font-weight: 700; }
  /* line 42, ../sass/base/_typography.scss */
  h1 a,
  h1 a:visited, .alpha a,
  .alpha a:visited,
  h2 a,
  h2 a:visited, .beta a,
  .beta a:visited,
  h3 a,
  h3 a:visited, .gamma a,
  .gamma a:visited,
  h4 a,
  h4 a:visited, .delta a, caption a,
  .delta a:visited,
  caption a:visited,
  h5 a,
  h5 a:visited, .epsilon a,
  .epsilon a:visited,
  h6 a,
  h6 a:visited, .zeta a,
  .zeta a:visited {
    color: inherit;
    text-decoration: none; }
  /* line 47, ../sass/base/_typography.scss */
  h1 a:hover, .alpha a:hover,
  h2 a:hover, .beta a:hover,
  h3 a:hover, .gamma a:hover,
  h4 a:hover, .delta a:hover, caption a:hover,
  h5 a:hover, .epsilon a:hover,
  h6 a:hover, .zeta a:hover {
    color: #1C6E91; }

/* line 52, ../sass/base/_typography.scss */
h1, .alpha {
  font-size: 55px;
  font-size: 3.92857rem;
  font-weight: 700; }

/* line 56, ../sass/base/_typography.scss */
h2, .beta {
  font-size: 34px;
  font-size: 2.42857rem;
  font-weight: 700;
  color: #0384CE; }

/* line 61, ../sass/base/_typography.scss */
h3, .gamma {
  font-size: 21px;
  font-size: 1.5rem; }

/* line 64, ../sass/base/_typography.scss */
h4, .delta, caption {
  font-size: 18px;
  font-size: 1.28571rem; }

/* line 67, ../sass/base/_typography.scss */
h5, .epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700; }

/* line 71, ../sass/base/_typography.scss */
h6, .zeta {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #0384CE; }

/**
 * $PARAGRAPHS
 */
/* line 79, ../sass/base/_typography.scss */
p,
blockquote {
  margin: 0; }

/* line 84, ../sass/base/_typography.scss */
p + img {
  float: left;
  margin-right: 1em; }

/**
 * $QUOTES
 */
/* line 92, ../sass/base/_typography.scss */
blockquote {
  padding: 0 1.5em;
  font-weight: 300;
  font-style: italic;
  color: #3156A3; }
  /* line 103, ../sass/base/_typography.scss */
  blockquote p {
    margin: 0; }

/* line 108, ../sass/base/_typography.scss */
q {
  font-style: italic; }

/**
 * $MARKS
 */
/* line 115, ../sass/base/_typography.scss */
mark,
.marker {
  padding: 0.1em 0.5em;
  background: #42B4E6;
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
  text-transform: capitalize; }

/* line 128, ../sass/base/_typography.scss */
strong {
  font-weight: 700; }

/*** ESSENTIAL STYLES ***/
/*
 * Sample SCSS for adding Superfish styles to themes.
 *
 * Instructions:
 *
 * 1. Change the #block-superfish-1 (below) to the ID of your Superfish menu.
 *
 * 2. Add the SCSS to your theme, either as a separate SCSS file or as a part of the main SCSS file.
 *
 * 3. Note that by removing the .sf-style-none, the style will be applied to the menu regardless of
 *    the Style selected in the block configuration.
 *
 */
/* line 22, ../sass/components/_navigation.scss */
.sf-menu.sf-style-default a {
  border: none; }

/* line 28, ../sass/components/_navigation.scss */
.menu .leaf {
  list-style-image: none;
  list-style-type: none; }

/* line 35, ../sass/components/_navigation.scss */
ul#superfish-1 {
  font-family: "Roboto Slab", serif;
  color: #303A42;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 3px solid #4674a4; }
  /* line 43, ../sass/components/_navigation.scss */
  ul#superfish-1 li {
    font-size: 15px;
    color: #303A42;
    background-color: #F4F5F6;
    width: 100%;
    border-top: 1px solid #d3d3d3; }
    /* line 50, ../sass/components/_navigation.scss */
    ul#superfish-1 li:hover {
      background-color: #fff;
      color: #4674a4; }
      /* line 53, ../sass/components/_navigation.scss */
      ul#superfish-1 li:hover span.nolink {
        color: #4674a4;
        background-color: #fff; }
    /* line 60, ../sass/components/_navigation.scss */
    ul#superfish-1 li .active {
      background-color: #fff;
      color: #4674a4; }
      /* line 64, ../sass/components/_navigation.scss */
      ul#superfish-1 li .active span.nolink,
      ul#superfish-1 li .active a,
      ul#superfish-1 li .active a.active,
      ul#superfish-1 li .active a.active-trail {
        color: #4674a4;
        background-color: #fff; }
  /* line 74, ../sass/components/_navigation.scss */
  ul#superfish-1 ul {
    display: none;
    top: 0px;
    left: 100% !important;
    right: auto !important;
    z-index: 5; }
    /* line 82, ../sass/components/_navigation.scss */
    ul#superfish-1 ul li {
      color: #4674a4;
      background-color: #fff;
      border-left: 5px solid #4674a4;
      border-right: 1px solid #d3d3d3; }
  /* line 90, ../sass/components/_navigation.scss */
  ul#superfish-1 a {
    color: #303A42;
    height: 20px;
    text-decoration: none; }
    /* line 95, ../sass/components/_navigation.scss */
    ul#superfish-1 a:hover {
      background-color: #fff;
      color: #4674a4; }
  /* line 103, ../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-1 span.nolink {
    color: #303A42;
    background-color: #F4F5F6; }
  /* line 111, ../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-2 {
    color: #4674a4;
    background-color: #F4F5F6;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    /* line 119, ../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-2:hover {
      background-color: #f9fffe;
      color: #94D1EC; }
    /* line 123, ../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-2 a {
      color: #4674a4; }
  /* line 129, ../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-3 {
    font-size: 12px;
    padding-left: 0.3em;
    color: #4674a4;
    background-color: #F4F5F6;
    list-style-image: none; }
    /* line 136, ../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-3:hover {
      color: #94D1EC;
      background-color: #fff; }
    /* line 140, ../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-3 a {
      line-height: 2em;
      color: #94D1EC; }
  /* line 146, ../sass/components/_navigation.scss */
  ul#superfish-1 span.nolink {
    color: #303A42; }
  /* line 152, ../sass/components/_navigation.scss */
  ul#superfish-1 li.sfHover {
    color: #4674a4; }
  /* line 155, ../sass/components/_navigation.scss */
  ul#superfish-1 li.active,
  ul#superfish-1 li.active-trail {
    background-color: #fff;
    color: #303A42; }
    /* line 159, ../sass/components/_navigation.scss */
    ul#superfish-1 li.active a,
    ul#superfish-1 li.active-trail a {
      color: #303A42; }

/* line 169, ../sass/components/_navigation.scss */
ul#superfish-1 li.active-trail span.nolink {
  color: #4674a4; }

/* line 179, ../sass/components/_navigation.scss */
ul#superfish-2 {
  font-family: "Roboto Slab", serif;
  color: #303A42;
  font-weight: 700;
  text-transform: uppercase;
  float: right; }
  /* line 187, ../sass/components/_navigation.scss */
  ul#superfish-2 li {
    font-size: 16px;
    color: #303A42;
    background-color: #F4F5F6; }
    /* line 191, ../sass/components/_navigation.scss */
    ul#superfish-2 li:hover {
      background-color: #fff;
      color: #4674a4; }
      /* line 194, ../sass/components/_navigation.scss */
      ul#superfish-2 li:hover span.nolink {
        color: #4674a4;
        background-color: #fff; }
    /* line 201, ../sass/components/_navigation.scss */
    ul#superfish-2 li .active {
      background-color: #fff;
      color: #4674a4; }
      /* line 205, ../sass/components/_navigation.scss */
      ul#superfish-2 li .active span.nolink,
      ul#superfish-2 li .active a,
      ul#superfish-2 li .active a.active,
      ul#superfish-2 li .active a.active-trail {
        color: #4674a4;
        background-color: #fff; }
  /* line 215, ../sass/components/_navigation.scss */
  ul#superfish-2 ul {
    display: none;
    top: 50px;
    right: 0px;
    border: 2px; }
    /* line 222, ../sass/components/_navigation.scss */
    ul#superfish-2 ul li {
      color: #4674a4;
      background-color: #fff;
      border-left: 5px solid #4674a4;
      border-bottom: 1px solid #4674a4; }
  /* line 229, ../sass/components/_navigation.scss */
  ul#superfish-2 a {
    color: #303A42;
    height: 20px;
    text-decoration: none; }
    /* line 234, ../sass/components/_navigation.scss */
    ul#superfish-2 a:hover {
      background-color: #fff;
      color: #4674a4; }
  /* line 242, ../sass/components/_navigation.scss */
  ul#superfish-2 .sf-depth-1 span.nolink {
    color: #303A42;
    background-color: #F4F5F6; }
  /* line 250, ../sass/components/_navigation.scss */
  ul#superfish-2 .sf-depth-2 {
    color: #4674a4;
    background-color: #F4F5F6;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; }
    /* line 257, ../sass/components/_navigation.scss */
    ul#superfish-2 .sf-depth-2:hover {
      background-color: #fff;
      color: #94D1EC; }
    /* line 261, ../sass/components/_navigation.scss */
    ul#superfish-2 .sf-depth-2 a {
      color: #4674a4; }
  /* line 267, ../sass/components/_navigation.scss */
  ul#superfish-2 .sf-depth-3 {
    font-size: 12px;
    padding-left: 0.3em;
    color: #4674a4;
    background-color: #F4F5F6;
    list-style-image: none; }
    /* line 274, ../sass/components/_navigation.scss */
    ul#superfish-2 .sf-depth-3:hover {
      color: #94D1EC;
      background-color: #fff; }
    /* line 278, ../sass/components/_navigation.scss */
    ul#superfish-2 .sf-depth-3 a {
      line-height: 2em;
      color: #94D1EC; }
  /* line 284, ../sass/components/_navigation.scss */
  ul#superfish-2 span.nolink {
    color: #303A42; }
  /* line 290, ../sass/components/_navigation.scss */
  ul#superfish-2 li.sfHover {
    color: #4674a4; }
  /* line 293, ../sass/components/_navigation.scss */
  ul#superfish-2 li.active,
  ul#superfish-2 li.active-trail {
    background-color: #fff;
    color: #303A42; }
    /* line 297, ../sass/components/_navigation.scss */
    ul#superfish-2 li.active a,
    ul#superfish-2 li.active-trail a {
      color: #303A42; }

/* line 306, ../sass/components/_navigation.scss */
ul#superfish-2 li.active-trail span.nolink {
  color: #4674a4; }

/* line 317, ../sass/components/_navigation.scss */
.rm-no-class {
  width: 250px; }

/* line 320, ../sass/components/_navigation.scss */
.responsive-menus-0-0-1 {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  color: #303A42;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 0px;
  border-bottom: 2px solid #4674a4; }
  /* line 328, ../sass/components/_navigation.scss */
  .responsive-menus-0-0-1 li a:hover {
    color: #1C6E91; }
  /* line 331, ../sass/components/_navigation.scss */
  .responsive-menus-0-0-1 li {
    border-bottom: 1px solid #F4F5F6;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 5px; }

/**
 * $COLLAPSIBLE
 */
/* line 4, ../sass/components/forms/_collapsible.scss */
html.js fieldset.collapsible {
  padding: 0;
  border: none; }
  /* line 8, ../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible legend {
    width: 100%;
    padding: 0; }
  /* line 12, ../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible .fieldset-legend {
    padding: 0;
    background: none; }
    /* line 16, ../sass/components/forms/_collapsible.scss */
    html.js fieldset.collapsible .fieldset-legend .summary {
      float: right; }
  /* line 20, ../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible .fieldset-title {
    display: block;
    padding: 1em;
    background-color: #CAE8F6;
    color: #0384CE;
    text-decoration: none; }
    /* line 29, ../sass/components/forms/_collapsible.scss */
    html.js fieldset.collapsible .fieldset-title:hover {
      background-color: #d9e9ef;
      color: #3156A3; }
  /* line 34, ../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible .fieldset-wrapper {
    padding: 18px 1em;
    border: 1px solid #CAE8F6; }

/* line 40, ../sass/components/forms/_collapsible.scss */
html.js fieldset.collapsed {
  height: 3.7em; }

/**
 * $FIELDSETS
 */
/* line 4, ../sass/components/forms/_fieldsets.scss */
.form-wrapper {
  margin-bottom: 18px; }

/* line 9, ../sass/components/forms/_fieldsets.scss */
.fieldset-description {
  margin-bottom: 9px;
  color: #303A42;
  font-style: italic; }

/* line 15, ../sass/components/forms/_fieldsets.scss */
.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 18px 1em; }

/**
 * $FILTER-TIPS
 */
/* line 4, ../sass/components/forms/_filter-tips.scss */
.filter-wrapper {
  background-color: #fff; }

/**
 * $FORM-ITEM
 */
/* line 4, ../sass/components/forms/_form-items.scss */
.form-item {
  color: #303A42; }
  /* line 7, ../sass/components/forms/_form-items.scss */
  .form-item label {
    margin-bottom: 0.4em; }
  /* line 10, ../sass/components/forms/_form-items.scss */
  .form-item .form-select,
  .form-item .form-text,
  .form-item .form-textarea {
    width: 100%;
    padding: 0.6em;
    background-color: #fff;
    border: 1px solid #CAE8F6;
    color: #303A42;
    vertical-align: middle; }
  /* line 20, ../sass/components/forms/_form-items.scss */
  .form-item .description {
    margin-top: 0.2em;
    font-style: italic; }

/* line 27, ../sass/components/forms/_form-items.scss */
.container-inline .form-select,
.container-inline .form-text,
.container-inline .form-textarea {
  width: auto; }

/**
 * $PASSWORD-CONFIRM
 */
/* line 4, ../sass/components/forms/_password-confirm.scss */
div.password-indicator,
div.password-confirm {
  margin-top: 0; }

/* line 9, ../sass/components/forms/_password-confirm.scss */
div.password-indicator {
  margin-bottom: 0.4em; }

/**
 * $PASSWORD-INDICATOR
 */
/* line 4, ../sass/components/forms/_password-indicator.scss */
.password-indicator {
  height: 0.8em;
  background: none;
  border: 1px solid #CAE8F6; }
  /* line 9, ../sass/components/forms/_password-indicator.scss */
  .password-indicator .indicator {
    background: #1C6E91; }

/* line 14, ../sass/components/forms/_password-indicator.scss */
.password-strength-title {
  margin-bottom: 0.2em; }

/**
 * $SEARCH-FORM
 */
/* line 5, ../sass/components/forms/_search-form.scss */
.search-block-form .form-text {
  width: auto;
  padding: 0.4em; }

/*
 * DEFENIÇÃO DAS CORES / BASE DA ESTRUTURA DO TEMA
 */
/* line 29, ../sass/evolvenet.styles.scss */
body {
  background-color: #F4F5F6; }

/* line 32, ../sass/evolvenet.styles.scss */
p, ul, li {
  color: #303A42; }

/* line 39, ../sass/evolvenet.styles.scss */
.l-content {
  padding-top: 20px; }

/* line 46, ../sass/evolvenet.styles.scss */
.l-container {
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto; }

/* line 75, ../sass/evolvenet.styles.scss */
.l-page {
  max-width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto; }

/*---------------------------------------------*/
/*---MENU---*/
/* line 86, ../sass/evolvenet.styles.scss */
.l-menu {
  min-height: 50px; }

/*---------------------------------------------*/
/*----SLIDE TOPO IMAGEM DE DESTAQUE*/
/* line 98, ../sass/evolvenet.styles.scss */
.pane-node-field-pag-basica-imagem-princi img {
  min-height: 400px;
  min-width: 1024px;
  background-position: center top;
  text-align: center;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0; }

/* line 113, ../sass/evolvenet.styles.scss */
.pane-node-field-noticias-imagem-principal img {
  min-height: 400px;
  min-width: 1024px;
  background-position: center top;
  text-align: center;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0; }

/* line 128, ../sass/evolvenet.styles.scss */
.pane-node-field-imagem-principal img {
  min-height: 400px;
  min-width: 1024px;
  background-position: center top;
  text-align: center;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0; }

/*---HEADER/LOGO---*/
/* line 146, ../sass/evolvenet.styles.scss */
.panel-pane .pane-page-logo {
  float: left; }

/*----------------*/
/*---FOOTER---*/
/* line 152, ../sass/evolvenet.styles.scss */
footer {
  background-color: #4674a4;
  bottom: 0;
  height: 45px;
  width: 100%; }

/* line 159, ../sass/evolvenet.styles.scss */
.l-footer {
  border-bottom: 5px solid #4674a4;
  background: #4674a4; }

/*----Bloco logo EvolveNet */
/* line 165, ../sass/evolvenet.styles.scss */
.pane-block-1 {
  float: right;
  margin: 10px;
  padding-right: 5%; }

/*---bloco redes sociais---*/
/* line 172, ../sass/evolvenet.styles.scss */
.pane-block-6 {
  padding-top: 25px; }
  /* line 174, ../sass/evolvenet.styles.scss */
  .pane-block-6 img {
    padding: 5px; }

/* line 179, ../sass/evolvenet.styles.scss */
.field--name-field-pag-basica-galeria-imagens img {
  margin: 5px;
  padding: 5px;
  border: 1px solid #d3d3d3;
  background-color: #f6f6f6; }

/* line 185, ../sass/evolvenet.styles.scss */
.node__content {
  padding-top: 10px; }

/* line 188, ../sass/evolvenet.styles.scss */
.node__content img {
  margin: 20px; }

/*---TABS (CURSOS)---*/
/* line 193, ../sass/evolvenet.styles.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  font-size: 10px; }

/* line 196, ../sass/evolvenet.styles.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0px; }

/* line 199, ../sass/evolvenet.styles.scss */
.ui-widget-content {
  border: none;
  background: transparent; }

/* line 203, ../sass/evolvenet.styles.scss */
.ui-widget-header {
  border-bottom: 1px solid #d3d3d3;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px; }

/* line 211, ../sass/evolvenet.styles.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d3d3d3; }

/* line 214, ../sass/evolvenet.styles.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px; }

/* line 217, ../sass/evolvenet.styles.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px; }

/*
SECTION 01
**************/
/* line 228, ../sass/evolvenet.styles.scss */
#navigation {
  float: right;
  /* Move it to the right */ }

/* line 231, ../sass/evolvenet.styles.scss */
#navigation ul, #navigation li {
  list-style: none;
  /* Remove default bullit symbols */
  margin: 0px;
  /* Remove default margin */
  padding: 0px;
  /* Remove default padding */ }

/* line 236, ../sass/evolvenet.styles.scss */
#navigation ul li {
  float: left;
  /* Move it to the left */
  position: relative;
  /* Make it position relative for child elements/ sub menu */ }

/* line 240, ../sass/evolvenet.styles.scss */
#navigation li a {
  color: #1C6E91;
  display: inline-block;
  /* Display each link as block like paragraph and header */
  font-family: "Roboto Slab", serif;
  /* Define the font of menu item */
  font-size: 14px;
  /* Text size of item */
  text-decoration: none;
  /* Remove underline */
  padding: 35px 5px 28px 5px;
  /* Add some space between each item to look separate */
  margin: 0 5px;
  text-transform: uppercase;
  /* Add some space between each item to look separate */ }

/* line 252, ../sass/evolvenet.styles.scss */
#navigation ul li a:hover {
  color: #303A42 !important;
  /* Define color on mouse hover */
  border-bottom: 1px solid #94D1EC;
  /* Make it underline using border bottom */ }

/*
SECTION 02
**************/
/* line 261, ../sass/evolvenet.styles.scss */
#navigation ul ul {
  position: absolute;
  /* Set position to absolute to remove it from normal flow of elements*/
  left: -9999px;
  /* It is something to hide it to left */
  margin: 0px;
  /* Remove default margin */
  padding: 0px;
  /* Remove default padding */
  background-color: rgba(248, 253, 255, 0.9);
  border-top: 1px solid #94D1EC;
  top: 85px;
  -webkit-box-shadow: 0px 20px 49px -13px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 20px 49px -13px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 20px 49px -13px rgba(0, 0, 0, 0.54);
  /* Make background white */ }

/* line 274, ../sass/evolvenet.styles.scss */
#navigation ul li:hover > ul {
  left: 0px;
  /* Show sub menu on mouse hover */ }

/* line 278, ../sass/evolvenet.styles.scss */
#navigation ul ul li a {
  font-size: 12px;
  display: block;
  /* Display sub menu as block but not inline element */
  padding: 8px;
  /* Define top and bottom space for sub menu item */
  width: 180px;
  /* Define the width of sub menu element */
  border-bottom: 1px solid #94D1EC;
  /* Add separator after each sub menu item */ }

/* line 285, ../sass/evolvenet.styles.scss */
#navigation ul ul li:last-child a {
  /* Make last child border bottom bold */
  border-bottom: 2px solid #1C6E91; }

/* line 289, ../sass/evolvenet.styles.scss */
#navigation ul ul li a:hover {
  color: #303A42 !important;
  /* Define color on mouse hover */
  background-color: #94D1EC;
  /* Define the background color of sub menu item */ }

/*
SECTION 03
**************/
/* line 298, ../sass/evolvenet.styles.scss */
#navigation ul ul ul {
  position: absolute;
  top: -9999px; }

/* line 307, ../sass/evolvenet.styles.scss */
#current-menu-item {
  font-weight: bold !important;
  /* Make link bold & make it important to make higher precedence */
  color: #1BAACC !important;
  /* Define color for current item */
  border-bottom: 1px solid #94D1EC !important;
  /* Make it underline using border bottom */ }

/*MENU RESPONSIVO
**************/
/* line 316, ../sass/evolvenet.styles.scss */
.mean-container .mean-bar {
  position: fixed; }

/*# sourceMappingURL=evolvenet.no-query.css.map */
