/* Sticky footer styles
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.navbar-wrapper {
  background-color: #f7f6f6; }
  @media only screen and (min-width: 992px) {
    .navbar-wrapper {
      background-color: transparent; } }

.navbar-nav {
  padding: 15px; }
  @media only screen and (min-width: 992px) {
    .navbar-nav {
      padding: 0; } }
  .navbar-nav > li {
    margin-right: 15px;
    position: relative; }
    .navbar-nav > li:before {
      content: "\f111";
      font-size: 8px;
      font-family: FontAwesome;
      color: #0072bc;
      position: absolute;
      top: 15px;
      left: 0; }
      @media only screen and (min-width: 992px) {
        .navbar-nav > li:before {
          content: ""; } }
    @media only screen and (min-width: 1200px) {
      .navbar-nav > li {
        margin-right: 25px; } }
    .navbar-nav > li:last-child {
      margin-right: 0; }
    .navbar-nav > li a {
      font-size: 16px;
      font-weight: 300;
      color: #4d4d4d;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (min-width: 1200px) {
        .navbar-nav > li a {
          font-size: 18px; } }
      @media only screen and (min-width: 992px) {
        .navbar-nav > li a {
          padding: 0; }
          .navbar-nav > li a:after {
            content: '';
            width: 50px;
            height: 2px;
            background-color: transparent;
            display: block;
            margin: 10px auto 0;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; } }
      .navbar-nav > li a:hover, .navbar-nav > li a:focus, .navbar-nav > li a:active, .navbar-nav > li a.active {
        background-color: transparent; }
        .navbar-nav > li a:hover:after, .navbar-nav > li a:focus:after, .navbar-nav > li a:active:after, .navbar-nav > li a.active:after {
          background-color: #0072bc; }
    .navbar-nav > li.options {
      padding: 10px 15px;
      color: #fff; }
      .navbar-nav > li.options a {
        display: inline;
        padding: 0;
        border-bottom: none; }
        .navbar-nav > li.options a:hover {
          background-color: transparent; }
    .navbar-nav > li .dropdown-menu {
      margin: 0;
      padding: 0;
      border-radius: 0;
      border: none;
      box-shadow: none; }
      .navbar-nav > li .dropdown-menu li > a {
        display: block;
        padding: 10px 20px;
        font-size: 15px;
        color: #4d4d4d;
        background-color: #f7f6f6; }
        .navbar-nav > li .dropdown-menu li > a:after {
          display: none; }
        .navbar-nav > li .dropdown-menu li > a:hover, .navbar-nav > li .dropdown-menu li > a:focus {
          color: #fff;
          background-color: #0072bc; }
  .navbar-nav .open > a,
  .navbar-nav .open > a:hover,
  .navbar-nav .open > a:focus {
    background-color: transparent;
    border-color: transparent; }

.navbar {
  min-height: auto;
  margin-bottom: 0;
  border: 0; }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }
      .navbar-collapse.collapse.in {
        display: block !important; }
  .navbar-nav {
    float: none !important; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
  .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
    margin: 0 15px; } }

#header {
  border-bottom: 2px solid #0072bc; }
  @media only screen and (min-width: 992px) {
    #header {
      border-bottom: none; } }
  #header .top-bar {
    padding: 5px 0;
    background-color: #e6e6e6;
    position: relative; }
    #header .top-bar .logo a {
      display: block;
      line-height: 0; }
    #header .top-bar .logo img {
      height: 40px;
      width: auto; }
    #header .top-bar .content a {
      color: #0072bc; }
      #header .top-bar .content a:hover {
        color: #004071; }
    #header .top-bar .content .skip-to-content-wrapper {
      position: absolute;
      right: 476px;
      top: 2px;
      height: 36px;
      padding: 10px 20px; }
      #header .top-bar .content .skip-to-content-wrapper .skip-to-content {
        margin-left: 0; }
        #header .top-bar .content .skip-to-content-wrapper .skip-to-content span {
          display: none; }
        #header .top-bar .content .skip-to-content-wrapper .skip-to-content:focus span {
          display: inline-block;
          text-decoration: underline; }
    #header .top-bar .content .accessibility-icons {
      position: absolute;
      right: 343px;
      top: 0;
      font-size: 18px;
      padding: 10px 15px; }
      #header .top-bar .content .accessibility-icons li {
        margin-right: 10px; }
        #header .top-bar .content .accessibility-icons li:last-child {
          margin-right: 0; }
    #header .top-bar .content .comtrilhas-logo {
      position: absolute;
      right: 163px;
      top: 0;
      padding: 10px 15px;
      border-left: 1px solid #c2c2c2;
      border-right: 1px solid #c2c2c2; }
      #header .top-bar .content .comtrilhas-logo a img {
        height: 18px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #header .top-bar .content .comtrilhas-logo a:hover img {
        -moz-filter: brightness(50%);
        -o-filter: brightness(50%);
        -webkit-filter: brightness(50%);
        filter: brightness(50%); }
    #header .top-bar .content .social-icons {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      margin-top: -5px;
      padding: 7.5px 15px; }
      #header .top-bar .content .social-icons .list-inline {
        margin-left: 0; }
      #header .top-bar .content .social-icons li {
        padding: 0;
        margin-right: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 36px; }
        #header .top-bar .content .social-icons li:last-child {
          margin-right: 0; }
        #header .top-bar .content .social-icons li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-color: #fff; }
          #header .top-bar .content .social-icons li a:hover {
            color: #fff; }
            #header .top-bar .content .social-icons li a:hover.facebook {
              background-color: #3b5998; }
            #header .top-bar .content .social-icons li a:hover.youtube {
              background-color: #ff0000; }
            #header .top-bar .content .social-icons li a:hover.rss {
              background-color: #ff6600; }
  #header > .content {
    padding-top: 20px;
    padding-bottom: 20px; }
    #header > .content .logo {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        #header > .content .logo {
          text-align: left; } }
      #header > .content .logo img {
        height: auto; }
    #header > .content aside {
      margin-top: 12px; }
      @media only screen and (min-width: 992px) {
        #header > .content aside {
          margin-top: 37px; } }
      @media only screen and (min-width: 1200px) {
        #header > .content aside {
          margin-top: 47px; } }
      #header > .content aside .navbar-toggle {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 48px;
        color: #0072bc;
        float: left; }
        @media only screen and (min-width: 768px) {
          #header > .content aside .navbar-toggle {
            float: right; } }
      #header > .content aside .searchform {
        float: right;
        margin-top: 10px;
        margin-right: 40px; }
        @media only screen and (min-width: 992px) {
          #header > .content aside .searchform {
            margin: 0; } }
        #header > .content aside .searchform input {
          border: 1px solid #e6e6e6;
          border-right-width: 0;
          padding: 5px 15px;
          height: 35px;
          border-radius: 0;
          width: 130px;
          color: #929292;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #header > .content aside .searchform input:focus, #header > .content aside .searchform input:active {
            width: 180px;
            outline: none;
            border-color: #0072bc; }
        #header > .content aside .searchform button {
          height: 35px;
          width: 45px;
          float: right;
          border-radius: 0;
          background-color: #0072bc;
          color: #fff;
          border: none; }
      #header > .content aside .mobile-search {
        margin-top: 8px;
        display: block;
        float: right;
        color: #fff;
        font-size: 18px;
        padding: 8px 10px;
        background-color: #0072bc; }

#footer {
  padding: 25px 0 20px;
  background-color: #222;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 16px; }
  #footer .social {
    margin-bottom: 15px; }
    #footer .social li {
      font-size: 28px;
      margin-right: 20px; }
      #footer .social li:last-of-type {
        margin-right: 0; }
      #footer .social li a {
        color: #4d4d4d; }
        #footer .social li a:hover, #footer .social li a:focus, #footer .social li a:active {
          color: #fff; }
  #footer a.credit {
    display: block;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      #footer a.credit {
        position: relative;
        left: 3px;
        display: inline-block; } }
    #footer a.credit:hover {
      opacity: .7; }

.index-page {
  background-color: #fff;
  padding-bottom: 0;
  min-height: 450px; }
  @media only screen and (min-width: 992px) {
    .index-page {
      padding-bottom: 60px; } }
  .index-page .about,
  .index-page .news,
  .index-page .gallery,
  .index-page .withtrails {
    padding: 30px 0; }
    .index-page .about h2,
    .index-page .news h2,
    .index-page .gallery h2,
    .index-page .withtrails h2 {
      font-weight: 800;
      font-size: 24px;
      text-align: center; }
      .index-page .about h2:after,
      .index-page .news h2:after,
      .index-page .gallery h2:after,
      .index-page .withtrails h2:after {
        content: '';
        width: 75px;
        height: 2px;
        background-color: #0072bc;
        display: block;
        margin: 10px auto 20px; }
    .index-page .about p,
    .index-page .news p,
    .index-page .gallery p,
    .index-page .withtrails p {
      line-height: 24px; }
    .index-page .about .more,
    .index-page .news .more,
    .index-page .gallery .more,
    .index-page .withtrails .more {
      right: 15px;
      bottom: 0; }
  .index-page .about {
    position: relative; }
    .index-page .about .content {
      padding-bottom: 45px; }
    .index-page .about .image {
      height: 135px;
      background-size: cover;
      background-position: center center;
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .index-page .about .image {
          height: 160px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1200px) {
        .index-page .about .image {
          height: 135px; } }
    .index-page .about p {
      margin-top: 10px; }
    .index-page .about h2:after {
      margin-bottom: 30px; }
  .index-page .news {
    position: relative;
    background-color: #f7f6f6; }
    .index-page .news .news-list {
      padding: 30px 0 0; }
      @media only screen and (min-width: 768px) {
        .index-page .news .news-list {
          padding-bottom: 30px; } }
      .index-page .news .news-list .news-item {
        color: #4d4d4d; }
        .index-page .news .news-list .news-item .image {
          height: 120px;
          background-position: center center;
          background-size: cover;
          margin-bottom: 15px; }
        .index-page .news .news-list .news-item p {
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 5px; }
        .index-page .news .news-list .news-item .date {
          font-size: 14px;
          color: #6f6e6e;
          line-height: 28px; }
        .index-page .news .news-list .news-item h3 {
          margin-top: 10px;
          font-size: 20px;
          line-height: 28px;
          font-weight: 700;
          color: #0072bc;
          margin-bottom: 40px;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media only screen and (min-width: 768px) {
            .index-page .news .news-list .news-item h3 {
              margin-bottom: 10px; } }
        .index-page .news .news-list .news-item:hover h3 {
          color: #004071; }
    .index-page .news .more {
      right: 15px;
      bottom: 0; }
  .index-page .gallery .images {
    text-align: center;
    padding: 30px 0; }
    .index-page .gallery .images .image {
      position: relative;
      display: block;
      height: 190px;
      background-position: center center;
      background-size: cover;
      margin-bottom: 15px; }
      .index-page .gallery .images .image .content {
        width: 100%;
        position: absolute;
        z-index: 1;
        padding: 32px 30px;
        opacity: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .index-page .gallery .images .image .content p {
          height: 75px;
          overflow: hidden;
          color: #fff;
          line-height: 24px;
          margin-bottom: 15px; }
        .index-page .gallery .images .image .content .plus {
          color: #0072bc;
          font-size: 35px;
          height: auto;
          margin-bottom: 0; }
      .index-page .gallery .images .image:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.65);
        opacity: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .index-page .gallery .images .image:hover .content, .index-page .gallery .images .image:hover:after {
        opacity: 1; }
    .index-page .gallery .images .caption {
      display: block;
      font-weight: 600;
      padding-bottom: 30px; }
  .index-page .withtrails {
    padding-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .index-page .withtrails {
        padding-bottom: 0; } }
    .index-page .withtrails .text {
      padding-top: 20px; }
      .index-page .withtrails .text p {
        line-height: 30px; }

.info-boxes {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f6f6; }
  @media only screen and (min-width: 768px) {
    .info-boxes {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .info-boxes {
      background-color: transparent; } }
  .info-boxes h2 {
    font-weight: 800;
    font-size: 24px;
    color: #4d4d4d;
    margin-bottom: 40px; }
    .info-boxes h2:before {
      position: absolute;
      top: -10px;
      left: 0;
      font-family: FontAwesome;
      color: #0072bc;
      font-size: 48px;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        .info-boxes h2:before {
          top: 15px;
          left: 30px; } }
  .info-boxes ul {
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 20px; }
    .info-boxes ul li a {
      color: #4d4d4d; }
      .info-boxes ul li a:hover {
        color: #004071; }
        .info-boxes ul li a:hover:before {
          color: #004071; }
  .info-boxes .counties,
  .info-boxes .edicts {
    position: relative;
    padding: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .info-boxes .counties,
      .info-boxes .edicts {
        margin: 0;
        min-height: 330px;
        padding: 30px;
        padding-bottom: 55px; }
        .info-boxes .counties:hover,
        .info-boxes .edicts:hover {
          background-color: #f7f6f6; } }
    .info-boxes .counties .more,
    .info-boxes .edicts .more {
      bottom: 30px; }
  .info-boxes .counties {
    margin-bottom: 40px; }
    .info-boxes .counties h2 {
      padding-left: 80px; }
      .info-boxes .counties h2:before {
        content: "\f278"; }
    .info-boxes .counties .year {
      color: #0072bc;
      font-weight: bold;
      margin-left: 15px; }
    .info-boxes .counties ul {
      margin-top: 5px; }
      .info-boxes .counties ul li {
        list-style-type: disc;
        color: #0072bc;
        margin-bottom: 10px; }
        @media only screen and (min-width: 992px) {
          .info-boxes .counties ul li {
            margin-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .info-boxes .counties {
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .info-boxes .counties {
        border-right: 30px solid #fff; } }
  .info-boxes .edicts h2 {
    padding-left: 70px; }
    .info-boxes .edicts h2:before {
      content: "\f0c5"; }
  .info-boxes .edicts ul {
    margin-top: 40px; }
    .info-boxes .edicts ul li > a:before {
      content: "\f114";
      font-family: FontAwesome;
      font-weight: bold;
      color: #0072bc;
      margin-right: 15px; }
  @media only screen and (min-width: 992px) {
    .info-boxes .edicts {
      border-left: 30px solid #fff; } }

.internal-pages, .edict-page, .sitemap-page, .counties-page, .trails-page, .news-page, .gallery-page, .contact-page, .search-page {
  padding: 30px 0 60px; }
  .internal-pages .breadcrumbs, .edict-page .breadcrumbs, .sitemap-page .breadcrumbs, .counties-page .breadcrumbs, .trails-page .breadcrumbs, .news-page .breadcrumbs, .gallery-page .breadcrumbs, .contact-page .breadcrumbs, .search-page .breadcrumbs {
    padding: 7px 15px;
    margin: 20px 0;
    background-color: #f7f6f6;
    float: left; }
    .internal-pages .breadcrumbs li, .edict-page .breadcrumbs li, .sitemap-page .breadcrumbs li, .counties-page .breadcrumbs li, .trails-page .breadcrumbs li, .news-page .breadcrumbs li, .gallery-page .breadcrumbs li, .contact-page .breadcrumbs li, .search-page .breadcrumbs li {
      position: relative;
      padding-right: 20px;
      color: #929292;
      line-height: 28px; }
      .internal-pages .breadcrumbs li a, .edict-page .breadcrumbs li a, .sitemap-page .breadcrumbs li a, .counties-page .breadcrumbs li a, .trails-page .breadcrumbs li a, .news-page .breadcrumbs li a, .gallery-page .breadcrumbs li a, .contact-page .breadcrumbs li a, .search-page .breadcrumbs li a {
        color: #004071; }
        .internal-pages .breadcrumbs li a:hover, .edict-page .breadcrumbs li a:hover, .sitemap-page .breadcrumbs li a:hover, .counties-page .breadcrumbs li a:hover, .trails-page .breadcrumbs li a:hover, .news-page .breadcrumbs li a:hover, .gallery-page .breadcrumbs li a:hover, .contact-page .breadcrumbs li a:hover, .search-page .breadcrumbs li a:hover {
          color: #0072bc; }
      .internal-pages .breadcrumbs li:after, .edict-page .breadcrumbs li:after, .sitemap-page .breadcrumbs li:after, .counties-page .breadcrumbs li:after, .trails-page .breadcrumbs li:after, .news-page .breadcrumbs li:after, .gallery-page .breadcrumbs li:after, .contact-page .breadcrumbs li:after, .search-page .breadcrumbs li:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 30px;
        color: #e6e6e6;
        position: absolute;
        top: 0;
        right: 0; }
      .internal-pages .breadcrumbs li:last-child, .edict-page .breadcrumbs li:last-child, .sitemap-page .breadcrumbs li:last-child, .counties-page .breadcrumbs li:last-child, .trails-page .breadcrumbs li:last-child, .news-page .breadcrumbs li:last-child, .gallery-page .breadcrumbs li:last-child, .contact-page .breadcrumbs li:last-child, .search-page .breadcrumbs li:last-child {
        padding-right: 0; }
        .internal-pages .breadcrumbs li:last-child:after, .edict-page .breadcrumbs li:last-child:after, .sitemap-page .breadcrumbs li:last-child:after, .counties-page .breadcrumbs li:last-child:after, .trails-page .breadcrumbs li:last-child:after, .news-page .breadcrumbs li:last-child:after, .gallery-page .breadcrumbs li:last-child:after, .contact-page .breadcrumbs li:last-child:after, .search-page .breadcrumbs li:last-child:after {
          content: "";
          margin-left: 0; }
  .internal-pages .info, .edict-page .info, .sitemap-page .info, .counties-page .info, .trails-page .info, .news-page .info, .gallery-page .info, .contact-page .info, .search-page .info {
    padding-top: 20px; }
    .internal-pages .info h2, .edict-page .info h2, .sitemap-page .info h2, .counties-page .info h2, .trails-page .info h2, .news-page .info h2, .gallery-page .info h2, .contact-page .info h2, .search-page .info h2 {
      font-weight: 800;
      font-size: 24px;
      text-align: center; }
      .internal-pages .info h2:after, .edict-page .info h2:after, .sitemap-page .info h2:after, .counties-page .info h2:after, .trails-page .info h2:after, .news-page .info h2:after, .gallery-page .info h2:after, .contact-page .info h2:after, .search-page .info h2:after {
        content: '';
        width: 75px;
        height: 2px;
        background-color: #0072bc;
        display: block;
        margin: 10px auto 20px; }
    .internal-pages .info h3, .edict-page .info h3, .sitemap-page .info h3, .counties-page .info h3, .trails-page .info h3, .news-page .info h3, .gallery-page .info h3, .contact-page .info h3, .search-page .info h3 {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #929292;
      margin-bottom: 15px; }
    .internal-pages .info .icons, .edict-page .info .icons, .sitemap-page .info .icons, .counties-page .info .icons, .trails-page .info .icons, .news-page .info .icons, .gallery-page .info .icons, .contact-page .info .icons, .search-page .info .icons {
      text-align: center;
      padding: 10px 0; }
      .internal-pages .info .icons li, .edict-page .info .icons li, .sitemap-page .info .icons li, .counties-page .info .icons li, .trails-page .info .icons li, .news-page .info .icons li, .gallery-page .info .icons li, .contact-page .info .icons li, .search-page .info .icons li {
        margin-right: 5px;
        line-height: 35px;
        font-size: 18px; }
        .internal-pages .info .icons li a, .edict-page .info .icons li a, .sitemap-page .info .icons li a, .counties-page .info .icons li a, .trails-page .info .icons li a, .news-page .info .icons li a, .gallery-page .info .icons li a, .contact-page .info .icons li a, .search-page .info .icons li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-color: #0072bc;
          color: rgba(255, 255, 255, 0.8); }
          .internal-pages .info .icons li a:hover, .edict-page .info .icons li a:hover, .sitemap-page .info .icons li a:hover, .counties-page .info .icons li a:hover, .trails-page .info .icons li a:hover, .news-page .info .icons li a:hover, .gallery-page .info .icons li a:hover, .contact-page .info .icons li a:hover, .search-page .info .icons li a:hover {
            color: #fff; }
        .internal-pages .info .icons li:last-child, .edict-page .info .icons li:last-child, .sitemap-page .info .icons li:last-child, .counties-page .info .icons li:last-child, .trails-page .info .icons li:last-child, .news-page .info .icons li:last-child, .gallery-page .info .icons li:last-child, .contact-page .info .icons li:last-child, .search-page .info .icons li:last-child {
          margin-right: 0; }
  .internal-pages .text, .edict-page .text, .sitemap-page .text, .counties-page .text, .trails-page .text, .news-page .text, .gallery-page .text, .contact-page .text, .search-page .text {
    padding-top: 30px; }
    .internal-pages .text figure, .edict-page .text figure, .sitemap-page .text figure, .counties-page .text figure, .trails-page .text figure, .news-page .text figure, .gallery-page .text figure, .contact-page .text figure, .search-page .text figure {
      text-align: center;
      padding-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .internal-pages .text figure, .edict-page .text figure, .sitemap-page .text figure, .counties-page .text figure, .trails-page .text figure, .news-page .text figure, .gallery-page .text figure, .contact-page .text figure, .search-page .text figure {
          float: right;
          padding-left: 30px;
          max-width: 300px; } }
      @media only screen and (min-width: 992px) {
        .internal-pages .text figure, .edict-page .text figure, .sitemap-page .text figure, .counties-page .text figure, .trails-page .text figure, .news-page .text figure, .gallery-page .text figure, .contact-page .text figure, .search-page .text figure {
          max-width: 400px; } }
      .internal-pages .text figure figcaption, .edict-page .text figure figcaption, .sitemap-page .text figure figcaption, .counties-page .text figure figcaption, .trails-page .text figure figcaption, .news-page .text figure figcaption, .gallery-page .text figure figcaption, .contact-page .text figure figcaption, .search-page .text figure figcaption {
        color: #00aef0;
        font-size: 14px;
        margin-top: 10px;
        line-height: 26px;
        width: 100%; }
    .internal-pages .text p, .edict-page .text p, .sitemap-page .text p, .counties-page .text p, .trails-page .text p, .news-page .text p, .gallery-page .text p, .contact-page .text p, .search-page .text p {
      line-height: 24px;
      margin-bottom: 20px; }
    .internal-pages .text a, .edict-page .text a, .sitemap-page .text a, .counties-page .text a, .trails-page .text a, .news-page .text a, .gallery-page .text a, .contact-page .text a, .search-page .text a {
      color: #00aef0; }
      .internal-pages .text a:hover, .edict-page .text a:hover, .sitemap-page .text a:hover, .counties-page .text a:hover, .trails-page .text a:hover, .news-page .text a:hover, .gallery-page .text a:hover, .contact-page .text a:hover, .search-page .text a:hover {
        color: #0072bc; }
    .internal-pages .text h3, .edict-page .text h3, .sitemap-page .text h3, .counties-page .text h3, .trails-page .text h3, .news-page .text h3, .gallery-page .text h3, .contact-page .text h3, .search-page .text h3 {
      color: #0072bc;
      font-size: 20px;
      font-weight: 600;
      padding: 15px 0 10px; }
    .internal-pages .text ol, .edict-page .text ol, .sitemap-page .text ol, .counties-page .text ol, .trails-page .text ol, .news-page .text ol, .gallery-page .text ol, .contact-page .text ol, .search-page .text ol,
    .internal-pages .text ul,
    .edict-page .text ul,
    .sitemap-page .text ul,
    .counties-page .text ul,
    .trails-page .text ul,
    .news-page .text ul,
    .gallery-page .text ul,
    .contact-page .text ul,
    .search-page .text ul {
      padding-left: 15px;
      padding-bottom: 15px; }
      .internal-pages .text ol > li, .edict-page .text ol > li, .sitemap-page .text ol > li, .counties-page .text ol > li, .trails-page .text ol > li, .news-page .text ol > li, .gallery-page .text ol > li, .contact-page .text ol > li, .search-page .text ol > li,
      .internal-pages .text ul > li,
      .edict-page .text ul > li,
      .sitemap-page .text ul > li,
      .counties-page .text ul > li,
      .trails-page .text ul > li,
      .news-page .text ul > li,
      .gallery-page .text ul > li,
      .contact-page .text ul > li,
      .search-page .text ul > li {
        margin-bottom: 10px; }
      .internal-pages .text ol li, .edict-page .text ol li, .sitemap-page .text ol li, .counties-page .text ol li, .trails-page .text ol li, .news-page .text ol li, .gallery-page .text ol li, .contact-page .text ol li, .search-page .text ol li,
      .internal-pages .text ul li,
      .edict-page .text ul li,
      .sitemap-page .text ul li,
      .counties-page .text ul li,
      .trails-page .text ul li,
      .news-page .text ul li,
      .gallery-page .text ul li,
      .contact-page .text ul li,
      .search-page .text ul li {
        line-height: 24px;
        position: relative;
        padding-left: 30px; }
    .internal-pages .text ul li a, .edict-page .text ul li a, .sitemap-page .text ul li a, .counties-page .text ul li a, .trails-page .text ul li a, .news-page .text ul li a, .gallery-page .text ul li a, .contact-page .text ul li a, .search-page .text ul li a {
      color: #4d4d4d;
      position: relative; }
      .internal-pages .text ul li a:hover, .edict-page .text ul li a:hover, .sitemap-page .text ul li a:hover, .counties-page .text ul li a:hover, .trails-page .text ul li a:hover, .news-page .text ul li a:hover, .gallery-page .text ul li a:hover, .contact-page .text ul li a:hover, .search-page .text ul li a:hover {
        color: #004071; }
        .internal-pages .text ul li a:hover:before, .edict-page .text ul li a:hover:before, .sitemap-page .text ul li a:hover:before, .counties-page .text ul li a:hover:before, .trails-page .text ul li a:hover:before, .news-page .text ul li a:hover:before, .gallery-page .text ul li a:hover:before, .contact-page .text ul li a:hover:before, .search-page .text ul li a:hover:before {
          content: "\f046";
          font-size: 16px;
          left: -27px; }
      .internal-pages .text ul li a:before, .edict-page .text ul li a:before, .sitemap-page .text ul li a:before, .counties-page .text ul li a:before, .trails-page .text ul li a:before, .news-page .text ul li a:before, .gallery-page .text ul li a:before, .contact-page .text ul li a:before, .search-page .text ul li a:before {
        content: "\f111";
        font-size: 8px;
        font-family: FontAwesome;
        color: #0072bc;
        position: absolute;
        left: -25px;
        background-color: #fff; }
    .internal-pages .text ul li:before, .edict-page .text ul li:before, .sitemap-page .text ul li:before, .counties-page .text ul li:before, .trails-page .text ul li:before, .news-page .text ul li:before, .gallery-page .text ul li:before, .contact-page .text ul li:before, .search-page .text ul li:before {
      content: "\f111";
      font-size: 8px;
      font-family: FontAwesome;
      color: #0072bc;
      position: absolute;
      left: 5px; }
    .internal-pages .text ol, .edict-page .text ol, .sitemap-page .text ol, .counties-page .text ol, .trails-page .text ol, .news-page .text ol, .gallery-page .text ol, .contact-page .text ol, .search-page .text ol {
      list-style: decimal; }
    .internal-pages .text dl, .edict-page .text dl, .sitemap-page .text dl, .counties-page .text dl, .trails-page .text dl, .news-page .text dl, .gallery-page .text dl, .contact-page .text dl, .search-page .text dl {
      padding-left: 15px;
      padding-bottom: 20px;
      line-height: 24px; }
      .internal-pages .text dl dt, .edict-page .text dl dt, .sitemap-page .text dl dt, .counties-page .text dl dt, .trails-page .text dl dt, .news-page .text dl dt, .gallery-page .text dl dt, .contact-page .text dl dt, .search-page .text dl dt {
        position: relative;
        padding-left: 20px;
        margin-top: 15px;
        margin-bottom: 5px; }
        .internal-pages .text dl dt:first-child, .edict-page .text dl dt:first-child, .sitemap-page .text dl dt:first-child, .counties-page .text dl dt:first-child, .trails-page .text dl dt:first-child, .news-page .text dl dt:first-child, .gallery-page .text dl dt:first-child, .contact-page .text dl dt:first-child, .search-page .text dl dt:first-child {
          margin-top: 0; }
        .internal-pages .text dl dt:before, .edict-page .text dl dt:before, .sitemap-page .text dl dt:before, .counties-page .text dl dt:before, .trails-page .text dl dt:before, .news-page .text dl dt:before, .gallery-page .text dl dt:before, .contact-page .text dl dt:before, .search-page .text dl dt:before {
          content: "\f111";
          font-size: 8px;
          font-family: FontAwesome;
          color: #0072bc;
          position: absolute;
          left: 5px; }
      .internal-pages .text dl dd, .edict-page .text dl dd, .sitemap-page .text dl dd, .counties-page .text dl dd, .trails-page .text dl dd, .news-page .text dl dd, .gallery-page .text dl dd, .contact-page .text dl dd, .search-page .text dl dd {
        padding-left: 50px; }
        .internal-pages .text dl dd a, .edict-page .text dl dd a, .sitemap-page .text dl dd a, .counties-page .text dl dd a, .trails-page .text dl dd a, .news-page .text dl dd a, .gallery-page .text dl dd a, .contact-page .text dl dd a, .search-page .text dl dd a {
          color: #4d4d4d; }
          .internal-pages .text dl dd a:hover, .edict-page .text dl dd a:hover, .sitemap-page .text dl dd a:hover, .counties-page .text dl dd a:hover, .trails-page .text dl dd a:hover, .news-page .text dl dd a:hover, .gallery-page .text dl dd a:hover, .contact-page .text dl dd a:hover, .search-page .text dl dd a:hover {
            color: #0072bc; }
  .internal-pages .pagination-wrapper, .edict-page .pagination-wrapper, .sitemap-page .pagination-wrapper, .counties-page .pagination-wrapper, .trails-page .pagination-wrapper, .news-page .pagination-wrapper, .gallery-page .pagination-wrapper, .contact-page .pagination-wrapper, .search-page .pagination-wrapper {
    padding-top: 20px; }
    .internal-pages .pagination-wrapper .pagination li > a, .edict-page .pagination-wrapper .pagination li > a, .sitemap-page .pagination-wrapper .pagination li > a, .counties-page .pagination-wrapper .pagination li > a, .trails-page .pagination-wrapper .pagination li > a, .news-page .pagination-wrapper .pagination li > a, .gallery-page .pagination-wrapper .pagination li > a, .contact-page .pagination-wrapper .pagination li > a, .search-page .pagination-wrapper .pagination li > a {
      border-radius: 0;
      color: #fff;
      background-color: #0072bc;
      border: none;
      margin: 1px;
      font-size: 16px; }
    .internal-pages .pagination-wrapper .pagination li > a:hover, .edict-page .pagination-wrapper .pagination li > a:hover, .sitemap-page .pagination-wrapper .pagination li > a:hover, .counties-page .pagination-wrapper .pagination li > a:hover, .trails-page .pagination-wrapper .pagination li > a:hover, .news-page .pagination-wrapper .pagination li > a:hover, .gallery-page .pagination-wrapper .pagination li > a:hover, .contact-page .pagination-wrapper .pagination li > a:hover, .search-page .pagination-wrapper .pagination li > a:hover,
    .internal-pages .pagination-wrapper .pagination li > a:focus,
    .edict-page .pagination-wrapper .pagination li > a:focus,
    .sitemap-page .pagination-wrapper .pagination li > a:focus,
    .counties-page .pagination-wrapper .pagination li > a:focus,
    .trails-page .pagination-wrapper .pagination li > a:focus,
    .news-page .pagination-wrapper .pagination li > a:focus,
    .gallery-page .pagination-wrapper .pagination li > a:focus,
    .contact-page .pagination-wrapper .pagination li > a:focus,
    .search-page .pagination-wrapper .pagination li > a:focus,
    .internal-pages .pagination-wrapper .pagination li > a:active,
    .edict-page .pagination-wrapper .pagination li > a:active,
    .sitemap-page .pagination-wrapper .pagination li > a:active,
    .counties-page .pagination-wrapper .pagination li > a:active,
    .trails-page .pagination-wrapper .pagination li > a:active,
    .news-page .pagination-wrapper .pagination li > a:active,
    .gallery-page .pagination-wrapper .pagination li > a:active,
    .contact-page .pagination-wrapper .pagination li > a:active,
    .search-page .pagination-wrapper .pagination li > a:active,
    .internal-pages .pagination-wrapper .pagination .active > a,
    .edict-page .pagination-wrapper .pagination .active > a,
    .sitemap-page .pagination-wrapper .pagination .active > a,
    .counties-page .pagination-wrapper .pagination .active > a,
    .trails-page .pagination-wrapper .pagination .active > a,
    .news-page .pagination-wrapper .pagination .active > a,
    .gallery-page .pagination-wrapper .pagination .active > a,
    .contact-page .pagination-wrapper .pagination .active > a,
    .search-page .pagination-wrapper .pagination .active > a {
      color: #4d4d4d;
      background-color: #fff; }
  .internal-pages .back, .edict-page .back, .sitemap-page .back, .counties-page .back, .trails-page .back, .news-page .back, .gallery-page .back, .contact-page .back, .search-page .back {
    display: block;
    padding-top: 30px; }
    .internal-pages .back i, .edict-page .back i, .sitemap-page .back i, .counties-page .back i, .trails-page .back i, .news-page .back i, .gallery-page .back i, .contact-page .back i, .search-page .back i {
      line-height: 32px;
      font-size: 30px;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      background-color: #0072bc;
      color: #fff;
      padding-left: 10px;
      margin-right: 10px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .internal-pages .back span, .edict-page .back span, .sitemap-page .back span, .counties-page .back span, .trails-page .back span, .news-page .back span, .gallery-page .back span, .contact-page .back span, .search-page .back span {
      color: #0072bc;
      position: relative;
      bottom: 4px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .internal-pages .back:hover i, .edict-page .back:hover i, .sitemap-page .back:hover i, .counties-page .back:hover i, .trails-page .back:hover i, .news-page .back:hover i, .gallery-page .back:hover i, .contact-page .back:hover i, .search-page .back:hover i {
      background-color: #004071; }
    .internal-pages .back:hover span, .edict-page .back:hover span, .sitemap-page .back:hover span, .counties-page .back:hover span, .trails-page .back:hover span, .news-page .back:hover span, .gallery-page .back:hover span, .contact-page .back:hover span, .search-page .back:hover span {
      color: #004071; }

.edict-page .text ul li {
  padding-left: 35px;
  margin-bottom: 10px; }
  .edict-page .text ul li:before {
    content: ""; }

.edict-page .text ul .file a:before {
  content: "\f0f6";
  font-size: 18px;
  left: -35px; }

.edict-page .text ul .file a:hover {
  color: #004071; }
  .edict-page .text ul .file a:hover:before {
    content: "\f0f6";
    color: #004071;
    font-size: 18px;
    left: -35px; }

.edict-page .text ul .folder a:before {
  content: "\f114";
  font-size: 18px;
  left: -35px; }

.edict-page .text ul .folder a:hover {
  color: #004071; }
  .edict-page .text ul .folder a:hover:before {
    content: "\f114";
    color: #004071;
    font-size: 18px;
    left: -35px; }

.sitemap-page .text ul li a:before {
  content: "\f111";
  left: -20px;
  font-size: 9px; }

.sitemap-page .text ul li a:hover {
  color: #004071; }
  .sitemap-page .text ul li a:hover:before {
    content: "\f111";
    color: #004071;
    font-size: 9px;
    left: -20px; }

.sitemap-page .text ul li > ul {
  margin: 5px 0;
  padding-bottom: 0; }
  .sitemap-page .text ul li > ul li {
    padding-left: 20px; }
    .sitemap-page .text ul li > ul li a:before {
      content: "-";
      font-size: 22px;
      line-height: 18px; }
    .sitemap-page .text ul li > ul li a:hover:before {
      content: "-";
      font-size: 22px; }

.sitemap-page .text ul li:before {
  content: ""; }

.counties-page .text h2, .trails-page .text h2 {
  color: #0072bc;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

.counties-page .text ul.years-list li a:before, .trails-page .text ul.years-list li a:before,
.counties-page .text ul.counties-list li a:before,
.trails-page .text ul.counties-list li a:before {
  content: "\f111";
  left: -20px;
  font-size: 9px; }

.counties-page .text ul.years-list li a:hover, .trails-page .text ul.years-list li a:hover,
.counties-page .text ul.counties-list li a:hover,
.trails-page .text ul.counties-list li a:hover {
  color: #004071; }
  .counties-page .text ul.years-list li a:hover:before, .trails-page .text ul.years-list li a:hover:before,
  .counties-page .text ul.counties-list li a:hover:before,
  .trails-page .text ul.counties-list li a:hover:before {
    content: "\f111";
    color: #004071;
    font-size: 9px;
    left: -20px; }

.counties-page .text ul.years-list li:before, .trails-page .text ul.years-list li:before,
.counties-page .text ul.counties-list li:before,
.trails-page .text ul.counties-list li:before {
  content: ""; }

.counties-page .text .item .image, .trails-page .text .item .image {
  width: 130px;
  height: 75px;
  background-size: cover; }

.counties-page .text .item .caption p, .trails-page .text .item .caption p {
  color: #4d4d4d;
  line-height: 75px; }

.news-page .info .date {
  color: #929292;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px; }

.news-page .info .subtitle {
  color: #0072bc;
  text-align: left;
  font-size: 28px;
  margin-top: 20px; }

.news-page .text .attachments li:before {
  content: ""; }

.news-page .text .attachments li a {
  color: #00aef0; }
  .news-page .text .attachments li a:before {
    content: "\f019";
    font-size: 16px;
    color: #00aef0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .news-page .text .attachments li a:hover {
    color: #0072bc; }
    .news-page .text .attachments li a:hover:before {
      content: "\f019";
      font-size: 16px;
      color: #0072bc;
      left: -25px; }

.news-page .text .tags {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #6f6e6e; }
  .news-page .text .tags a {
    color: #6f6e6e; }
    .news-page .text .tags a:hover {
      color: #0072bc; }
  .news-page .text .tags:before {
    content: "\f02b";
    font-family: FontAwesome;
    margin-right: 10px; }

.news-page .text .related {
  padding-bottom: 30px; }
  .news-page .text .related > h3 {
    padding-bottom: 30px; }
  .news-page .text .related a .image {
    height: 120px;
    margin-bottom: 15px;
    background-position: center center;
    background-size: cover; }
  .news-page .text .related a .news-info h4 {
    font-weight: 600;
    font-size: 16px;
    color: #4d4d4d; }
  .news-page .text .related a .news-info h3 {
    font-weight: 700;
    line-height: 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .news-page .text .related a:hover .news-info h3 {
    color: #004071; }

.news-page .news-list .news-item {
  padding-bottom: 40px;
  display: block; }
  .news-page .news-list .news-item .image {
    height: 120px;
    background-size: cover;
    background-position: center center; }
  .news-page .news-list .news-item .caption .news-info h3 {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .news-page .news-list .news-item .caption .news-info h3 {
        padding: 0; } }
  .news-page .news-list .news-item .caption .news-info h2 {
    font-size: 20px;
    color: #0072bc;
    font-weight: 700;
    margin: 10px 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .news-page .news-list .news-item .caption .news-info span {
    font-size: 14px;
    color: #4d4d4d; }
    .news-page .news-list .news-item .caption .news-info span.date {
      margin-right: 10px;
      color: #6f6e6e; }
    .news-page .news-list .news-item .caption .news-info span.tag:before {
      content: "|";
      margin-right: 15px;
      color: #e6e6e6; }
    .news-page .news-list .news-item .caption .news-info span.tag i {
      margin-right: 10px; }
  .news-page .news-list .news-item .caption p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    font-weight: 400; }
  .news-page .news-list .news-item:hover .news-info h2 {
    color: #004071; }

.gallery-page .images {
  text-align: center;
  padding: 30px 0; }
  .gallery-page .images .image {
    position: relative;
    display: block;
    height: 130px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px; }
    .gallery-page .images .image .content {
      width: 100%;
      position: absolute;
      z-index: 1;
      padding: 18px 30px;
      opacity: 0;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .gallery-page .images .image .content p {
        height: 50px;
        overflow: hidden;
        color: #fff;
        line-height: 24px;
        margin-bottom: 10px; }
      .gallery-page .images .image .content .plus {
        color: #0072bc;
        font-size: 35px;
        height: auto; }
    .gallery-page .images .image:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.65);
      opacity: 0;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gallery-page .images .image:hover .content, .gallery-page .images .image:hover:after {
      opacity: 1; }
  .gallery-page .images .caption {
    display: block;
    font-weight: 600;
    padding-bottom: 35px; }

.gallery-page .more-photos h3,
.gallery-page .more-albums h3 {
  color: #0072bc;
  font-size: 20px;
  font-weight: 600; }

.gallery-page .more-photos .images .content {
  padding: 45px 0; }
  .gallery-page .more-photos .images .content p {
    color: #00aef0;
    font-size: 35px;
    text-align: center;
    height: auto; }

.fotorama .fotorama__caption {
  right: auto;
  color: #fff; }
  .fotorama .fotorama__caption .fotorama__caption__wrap {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 35px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400; }

.fotorama .fotorama__nav__shaft {
  float: left; }

.trails-page .text h3 {
  padding-bottom: 20px; }

.contact-page .alert {
  border-radius: 0;
  border-width: 2px; }
  .contact-page .alert.alert-success {
    background-color: #ecf4ea;
    border-color: #3f8656;
    color: #488029; }
  .contact-page .alert.alert-danger {
    background-color: #feece7;
    border-color: #f25358;
    color: #f53920; }

.contact-page form input,
.contact-page form textarea {
  border-radius: 0;
  box-shadow: none;
  padding: 7px; }
  .contact-page form input:focus, .contact-page form input:active,
  .contact-page form textarea:focus,
  .contact-page form textarea:active {
    outline: none;
    box-shadow: none; }

.contact-page form button {
  border-radius: 0;
  border: 2px solid #0072bc;
  color: #fff;
  background-color: #0072bc;
  padding: 2px 15px; }
  .contact-page form button:hover, .contact-page form button:focus {
    background-color: #fff;
    color: #0072bc;
    border-color: #0072bc; }

.search-page #search-area {
  font-size: 16px;
  padding: 30px 0;
  min-height: 400px; }
  .search-page #search-area .gsc-branding,
  .search-page #search-area .gcsc-branding {
    display: none; }
  .search-page #search-area form {
    font-size: 14px; }
    .search-page #search-area form input {
      border: 1px solid #e6e6e6;
      padding: 5px 15px;
      height: 35px;
      color: #929292;
      -moz-transition: border 0.3s ease-in-out;
      -o-transition: border 0.3s ease-in-out;
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }
      .search-page #search-area form input:focus, .search-page #search-area form input:active {
        outline: none;
        border-color: #0072bc; }
      .search-page #search-area form input[type="button"] {
        border: 2px solid #0072bc;
        color: #fff;
        font-family: "Open Sans";
        font-weight: 600;
        background-color: #0072bc;
        -moz-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        -webkit-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out; }
        .search-page #search-area form input[type="button"]:hover, .search-page #search-area form input[type="button"]:focus {
          background-color: #fff;
          color: #0072bc; }
  .search-page #search-area .gsc-above-wrapper-area {
    border-bottom: 0; }
  .search-page #search-area .gsc-result-info {
    padding: 0; }
  .search-page #search-area .gsc-adBlock {
    display: none; }
  .search-page #search-area .gsc-results {
    padding-bottom: 0;
    width: 100%; }
    .search-page #search-area .gsc-results .gsc-result {
      border-bottom: 0; }
    .search-page #search-area .gsc-results .gs-error-result > .gs-snippet,
    .search-page #search-area .gsc-results .gs-no-results-result > .gs-snippet {
      font-size: 16px;
      text-align: center;
      padding: 15px;
      margin: 0;
      background-color: #feece7;
      border-color: #f25358;
      color: #f53920; }
    .search-page #search-area .gsc-results .gsc-thumbnail {
      padding-right: 15px; }
    .search-page #search-area .gsc-results .gsc-table-result {
      margin-bottom: 15px; }
      .search-page #search-area .gsc-results .gsc-table-result .gs-title {
        text-decoration: none; }
        .search-page #search-area .gsc-results .gsc-table-result .gs-title a {
          color: #0072bc;
          font-weight: 600; }
          .search-page #search-area .gsc-results .gsc-table-result .gs-title a:hover {
            color: #004071; }
      .search-page #search-area .gsc-results .gsc-table-result .gs-snippet {
        margin-bottom: 10px; }
      .search-page #search-area .gsc-results .gsc-table-result .gsc-url-bottom > .gs-visibleUrl {
        color: #00aef0; }
  .search-page #search-area .gsc-cursor-box {
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans"; }
    .search-page #search-area .gsc-cursor-box .gsc-cursor-page {
      border-radius: 0;
      color: #fff;
      background-color: #0072bc;
      border: none;
      text-decoration: none;
      padding: 6px 12px;
      margin-right: 2px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .search-page #search-area .gsc-cursor-box .gsc-cursor-page:hover, .search-page #search-area .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        color: #4d4d4d;
        background-color: #fff;
        font-weight: normal; }

body {
  font-family: "Open Sans";
  color: #4d4d4d; }

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

a {
  color: #0072bc;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #00aef0;
    text-decoration: none; }

.more {
  display: block;
  float: right;
  background-color: #00aef0;
  color: #fff;
  padding: 6px 8px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .more {
      position: absolute;
      display: block;
      right: 30px;
      bottom: 20px; } }
  .more:hover {
    color: #fff; }
    .more:hover:after {
      content: " \00a0 Veja mais"; }

.text-muted {
  color: #929292; }

/* Basscss Utility White Space */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.p1 {
  padding: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.p2 {
  padding: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

  .container-search {
    display: flex;
    flex-direction: column;
  }

  .container-search .breadcrumbs { 
    width: max-content;
  }

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