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

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

iframe,
svg {
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: inherit;
  font-size: 1rem; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; }

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

th, td {
  padding: 0.425rem 0; }

th {
  text-align: left; }

.g-container {
  width: 75em;
  margin: 0 auto;
  padding: 0; }
  @media only all and (min-width: 60em) and (max-width: 74.938em) {
    .g-container {
      width: 60em; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .g-container {
      width: 48em; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    .g-container {
      width: 30em; } }
  @media only all and (max-width: 30em) {
    .g-container {
      width: 100%; } }

@media only all and (max-width: 47.938em) {
  body [class*="size-"] {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%; } }

.first-block {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-block {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.fixed-blocks {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
  .fixed-blocks .g-block {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    box-flex: inherit;
    -webkit-flex: inherit;
    -moz-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 25%; }
    @media only all and (min-width: 60em) and (max-width: 74.938em) {
      .fixed-blocks .g-block {
        width: 33.33333%; } }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .fixed-blocks .g-block {
        width: 50%; } }
    @media only all and (max-width: 47.938em) {
      .fixed-blocks .g-block {
        width: 100%; } }

@supports not (flex-wrap: wrap) {
  .fixed-blocks {
    display: block;
    -webkit-flex-flow: inherit;
    -moz-flex-flow: inherit;
    flex-flow: inherit; } }
body {
  font-size: 1rem;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  margin: 0.85rem 0 1.7rem 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 3.2rem; }

h2 {
  font-size: -0.6rem; }

h3 {
  font-size: -0.5rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.35rem; }

h6 {
  font-size: 0.85rem; }

p {
  margin: 1.7rem 0; }

ul, ol, dl {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    margin-top: 0;
    margin-bottom: 0; }

ul, dl {
  margin-left: 1.7rem;
  padding: 0; }

ol {
  padding-left: 1.7rem; }

blockquote {
  margin: 1.7rem 0;
  padding-left: 0.85rem; }

cite {
  display: block;
  font-size: 0.875rem; }
  cite:before {
    content: "\2014 \0020"; }

pre {
  margin: 1.7rem 0;
  padding: 0.938rem; }

code {
  vertical-align: bottom; }

small {
  font-size: 0.875rem; }

hr {
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.7rem 0; }

fieldset {
  border: 0;
  padding: 0.938rem;
  margin: 0 0 1.7rem 0; }

input,
label,
select {
  display: block; }

label {
  margin-bottom: 0.425rem; }
  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-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  border-radius: 0;
  margin-bottom: 0.85rem;
  padding: 0.425rem 0.425rem; }
  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 {
    outline: none; }

textarea {
  resize: vertical; }

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

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.7rem; }

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



#header .logo h1, #header .logo h3, #header .logo span, #header .logo ul.social-icons, #header .search-box, #header #navbar ul.navigation, #header #navbar .panel-activation {
  position: relative;
  top: 0%;
  }

.button, .archive-list button, .contact button, .button-secondary {
  display: inline-block;
  padding: 7px 20px; }
  .button-small.button, .archive-list button.button-small, .contact button.button-small, .button-small.button-secondary {
    padding: 3px 10px;
    font-size: 0.9rem; }

html{
  font-size:16px;
  }
html, body {
  height: 100%; }

body {
  background: #fff;
  color: #9A9898;
  color: #6A6868;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #87b672; 
  color: #ffaa33; 
  }
  a:hover {
    color: #558042; }

b, strong, label, th {
  font-weight: 600; }

#container {
  min-height: 100%;
  position: relative; }

.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }

#body {
  background: #fff;
  padding-top: 15rem; }
.home #body {
  padding-top: 10rem; }

.left {
  float: left; }

.right {
  float: right; }

.default-animation, #body, .modal, .archive-list button, .modular .showcase .button, .modular .showcase .archive-list button, .archive-list .modular .showcase button, .modular .showcase .contact button, .contact .modular .showcase button, .modular .slideme_container .arrow, .modular .slideme_container .pagination .numbers li, .modular .bottom .button, .modular .bottom .archive-list button, .archive-list .modular .bottom button, .modular .bottom .contact button, .contact .modular .bottom button, .contact input, .contact textarea, .contact button, .callout .pricing-container .pricing-item, .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .foot, .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .archive-list button, .archive-list .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button, .team .members .social-icons li, .team .members .social-icons li a, .logo h1, .logo h3, .logo ul.social-icons li, .logo ul.social-icons li a, .notebook .screen .screen-content-hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, .footer {
  padding-left: 14rem;
  padding-right: 14rem; }
  @media only all and (min-width: 60em) and (max-width: 74.938em) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, .footer {
      padding-left: 7rem;
      padding-right: 7rem; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, .footer {
      padding-left: 7rem;
      padding-right: 7rem; } }
  @media only all and (max-width: 47.938em) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, .footer {
      padding-left: 1rem;
      padding-right: 1rem; } }

.padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#header {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  #header > .grid, #header .logo, #header #navbar, #header .social-navigation {
    height: 50%; }
  #header #navbar{
    height: 20%; }
  #header .fa {
    color: #000; }
  #header .fixed {
    background: #fff;
    padding-left: 14rem;
    padding-right: 14rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.9;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2); }
    @media only all and (max-width: 47.938em) {
      #header .fixed {
        padding-left: 10px;
        padding-right: 10px; } }
  @media only all and (max-width: 47.938em) {
    #header .logo h1,#header .logo h3,#header .logo span {
      font-size: 1.9rem; } }
  #header .search-box {
    display: none;
    float: right;
    text-align: right; }
    #header .search-box i {
      color: #FFFFFF;
      position: absolute;
      top: 0.5rem;
      right: 0.6rem;
      z-index: -1;
      cursor: pointer; }
    #header .search-box input::-webkit-search-decoration,
    #header .search-box input::-webkit-search-cancel-button {
      display: none; }
    #header .search-box input[type=search] {
      outline: none;
      cursor: pointer;
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
      font-family: inherit;
      font-size: 100%;
      border: 0 none;
      box-shadow: none;
      color: transparent;
      background: transparent;
      width: 4rem;
      height: 1.3rem;
      margin-bottom: 0;
      font-size: 0.9rem;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      #header .search-box input[type=search]:focus {
        width: 10rem;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: auto;
        color: #FFFFFF; }
    #header .search-box input:-moz-placeholder {
      color: transparent; }
    #header .search-box input::-webkit-input-placeholder {
      color: transparent; }
    @media only all and (max-width: 59.938em) {
      #header .search-box {
        text-align: right;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        -o-transform: translateY(1rem);
        transform: translateY(1rem); }
        #header .search-box i {
          left: 0.6rem; }
        #header .search-box input[type=search] {
          padding-right: 2rem; }
          #header .search-box input[type=search]:focus {
            width: 8rem; } }
  @media only all and (max-width: 59.938em) {
    #header .fixed .search-box {
      top: 40%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media only all and (max-width: 59.938em) {
    #header .fixed .panel-activation {
      top: 40% !important;
      -webkit-transform: translateY(-50%) !important;
      -moz-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      -o-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important; } }
  #header #navbar {
    font-size: 1.4rem; }
    @media only all and (max-width: 47.938em) {
      #header #navbar {
        margin-left: -1rem;
        margin-right: -1rem; 
		display:inline-block;
		width:100px;}
        #header #navbar.fixed {
          margin: 0; } }
    #header #navbar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header #navbar ul.navigation {
        display: inline-block;
        float: left; }
        #header #navbar ul.navigation li {
          float: left;
          position: relative;
          text-transform: uppercase; }
          #header #navbar ul.navigation li a {
            font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
            display: inline-block;
            padding: 0.3rem 0.6rem; }
            #header #navbar ul.navigation li a.active, #header #navbar ul.navigation li a:hover {
              color: #87b672; 
              color: #7792d6; 
              color: #97c2f6; 
              }
          #header #navbar ul.navigation li:first-child a {
            padding-left: 0; }
          #header #navbar ul.navigation li ul {
            display: none;
            padding: 0;
            box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
          #header #navbar ul.navigation li ul ul {
            left: 100%;
            top: 0; }
          #header #navbar ul.navigation li:hover > ul {
            display: block;
            position: absolute;
            background: rgba(255, 255, 255, 0.9);
            width: 10rem; }
          #header #navbar ul.navigation li:hover li {
            float: none;
            margin: 0;
            padding: 0; }
            #header #navbar ul.navigation li:hover li a {
              padding: 0.5rem 0.8rem;
              display: block; }
              #header #navbar ul.navigation li:hover li a:before, #header #navbar ul.navigation li:hover li a:after {
                display: none; }
            #header #navbar ul.navigation li:hover li.active > a {
              background-color: #87b672;
              background-color: #5772b6;
              background-color: #ffaa33;
              color: #fff; }
        @media only all and (max-width: 59.938em) {
          #header #navbar ul.navigation {
            display: none; } }
    #header .panel-activation,
    #header #navbar .panel-activation {
      padding: 1rem;
      display: none;
      font-size: 1.8rem;
      cursor: pointer;
      float: right; }
      @media only all and (max-width: 59.938em) {
        #header .panel-activation,
        #header #navbar .panel-activation {
          display: inline-block;
          position: absolute;
          left: 30px;
          top: 20px;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
      @media only all and (min-width: 48em) and (max-width: 59.938em) {
        #header .panel-activation,
        #header #navbar .panel-activation {
          display: inline-block;
          position: absolute;
          left: 30px;
          top: 0px;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
      @media only all and (max-width: 47.938em) {
        #header .panel-activation,
        #header #navbar .panel-activation {
          display: inline-block;
          position: absolute;
          left: 10px;
          top: 40px;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }

.modular.header-image #header .fixed {
  background: #666;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.header-image.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }
  .header-image.fullwidth #body > .listing-row {
    padding-left: 14rem;
    padding-right: 14rem; }
.header-image .listing-row:last-child {
  margin-bottom: 2rem; }
.header-image #body .flush-top {
  margin-top: -15.5rem;
  padding-top: 10rem; }
.header-image #breadcrumbs {
  margin-top: 1rem; }
.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .header-image #header #logo h3, .header-image #header #logo a {
    color: #FFFFFF; }
  .header-image #header a, .header-image #header .menu-btn {
    color: #FFFFFF; }
  .header-image #header a:before, .header-image #header a:after {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .header-image #header #navbar ul.navigation ul li a {
    color: #87b672; 
    color: #5772b6; 
    }
    .header-image #header #navbar ul.navigation ul li a:hover {
      color: #558042; }

.header-lite #body {
  padding-top: 8rem; }
.header-lite #header {
  box-shadow: none;
  color: #656161; }
  .header-lite #header a, .header-lite #header .menu-btn {
    color: #656161; }
  .header-lite #header .search-box i {
    color: #656161; }
  .header-lite #header .search-box input[type=search]:focus {
    background-color: rgba(101, 97, 97, 0.2); }
  .header-lite #header li.active a {
    color: #5772b6; 
    }
  .header-lite #header .logo ul.social-icons li {
    background: rgba(101, 97, 97, 0.2); }
    .header-lite #header .logo ul.social-icons li .fa {
      color: white; }
    .header-lite #header .logo ul.social-icons li:hover .fa {
      color: #656161; }

.footer {
  clear:both;
  float:left;
  font-size: 0.9rem;
  background: #eee;
  color:#333;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .footer  {
      padding-top: 2rem; 
      padding-bottom: 6rem; } }
  @media only all and (max-width: 47.938em) {
    .footer  {
      padding-top: 2rem; 
      padding-bottom: 12rem; } }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer a {
    color: #cAc8c8; }
  .footer h4, .footer .archive-list label, .archive-list .footer label, .footer .modular .bottom table th, .modular .bottom table .footer th, .footer .contact label, .contact .footer label, .footer .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .footer .name, .footer .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .footer .button, .footer .callout .pricing-container .pricing-item .foot .archive-list button, .callout .pricing-container .pricing-item .foot .archive-list .footer button, .footer .archive-list .callout .pricing-container .pricing-item .foot button, .archive-list .callout .pricing-container .pricing-item .foot .footer button, .footer .callout .pricing-container .pricing-item .foot .contact button, .callout .pricing-container .pricing-item .foot .contact .footer button, .footer .contact .callout .pricing-container .pricing-item .foot button, .contact .callout .pricing-container .pricing-item .foot .footer button {
    line-height: 2rem;
    margin-top: 0;
    text-align: left;
    color: #fff; }
  .footer hr {
    border-color: rgba(154, 152, 152, 0.5); }
  @media only all and (max-width: 47.938em) {
    .footer .social-icons {
      float: none;
      clear: both;
      width: 100%;
      padding-top: 2rem; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .footer .social-icons {
      float: none;
      clear: both;
      width: 100%;
      padding-top: 2rem; } }
  .footer .footer-items {
    margin-top: 2rem; }
    @media only all and (max-width: 47.938em) {
      .footer .footer-items {
        margin-top: 0; } }
    @supports not (flex-wrap: wrap) {
      .footer .footer-items {
        overflow: hidden; } }
    .footer .footer-items:after {
      content: "";
      display: table;
      clear: both; }
  .footer .footer-module {
    display: block;
    float: left;
    width: 20%;
    vertical-align: top;
    padding-right: 2rem; }
    .footer .footer-module.large {
      width: 40%; }
    .footer .footer-module.large-50 {
      width: 50%; 
      padding-bottom:30px;}
    .footer .footer-module.full {
      width: 100%; }
    @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
      .footer .footer-module {
        margin-top: 1rem;
        width: 50%; } }
    @media only all and (max-width: 30em) {
      .footer .footer-module {
        margin-top: 1rem;
        width: 100%; } }
    .footer .footer-module span:after {
      content: "";
      display: table;
      clear: both; }
    .footer .footer-module strong, .footer .footer-module label, .footer .footer-module th {
      color: #fff; }
    @media only all and (max-width: 47.938em) {
      .footer .footer-module {
        width: 100% !important;
        float: none; } }
  .footer .logo {
    border-bottom: 0 none;
    color: #fff; }
    .footer .logo:after {
      content: "";
      display: table;
      clear: both; }
    .footer .logo h3 a {
      color: #fff; }
  .footer .quickmenu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer .quickmenu i {
      padding-right: 0.5rem;
      color: #fff;
      font-size: 0.7rem; }
  .footer .footer-modules {
    display: block;
    padding-bottom: 1.5rem; }
    .footer .footer-modules:after {
      content: "";
      display: table;
      clear: both; }
  .footer .footer-copyright {
    width: 50%;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
    display: inline-block;
    float: left;
    text-align: left;
    text-transform: uppercase; }
    @media only all and (max-width: 47.938em) {
      .footer .footer-copyright {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 1rem; } }
  .footer .footer-menu {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: right;
    text-transform: uppercase;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif; }
    @media only all and (max-width: 47.938em) {
      .footer .footer-menu {
        width: 100%;
        float: none;
        text-align: left; } }
    .footer .footer-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; 
      height:auto; }
      .footer .footer-menu ul li {
        display: inline-block; 
        height:auto;
        padding:0.5rem 0;}
      .footer .footer-menu ul li a {
        margin: 1rem; }
      .footer .footer-menu ul li a.button-contatti {
        border:solid 0px #fff;
        padding:6px 12px;
        border-radius:2px; 
        background:#ffaa33;
        font-weight:bold;}
        
    @media only all and (max-width: 59.938em) {
      .footer .footer-menu ul li {
        display: block; 
        padding-left: 0; }
      .footer .footer-menu ul li a {
        margin-left: 0; }  }
    @media only all and (max-width: 30em) {
         }
  .footer .large-50 p {
    margin:0 0 10px 0; }
  .footer .large-50 .logo h3 {
    font-size:2rem;
    line-height:2.7rem; }
  .footer .large-50 .logo .social-icons {
    display:none; }
  .footer .large-50.widget-newsletter h4 {
    margin:10px 0 0 0; }
  .footer .widget-newsletter input {
    display: inline-block;
    height: 2.5rem;
    border: 0 none; }
  .footer .widget-newsletter input[type=text] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .footer .widget-newsletter input[type=submit] {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 0 1.2rem;
    vertical-align: top; }
    
.footer.newsletter{
   background:#666;
}

body {
  font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, .archive-list label, .modular .bottom table th, .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .archive-list button, .archive-list .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button, h5, h6 {
  font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 3.2rem; 
  font-weight:600; }
  @media only all and (max-width: 47.938em) {
    h1 {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 2.5rem; } }

h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h2 {
      font-size: -1rem; } }
  @media only all and (max-width: 47.938em) {
    h2 {
      font-size: -1.1rem; } }

h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h3 {
    font-size: -0.9rem; } }
@media only all and (max-width: 47.938em) {
  h3 {
    font-size: -1rem; } }

h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem; }
h4, .archive-list label, .modular .bottom table th, .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .archive-list button, .archive-list .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #656161; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h4, .archive-list label, .modular .bottom table th, .contact label, .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .archive-list button, .archive-list .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button {
      font-size: 1.35rem; } }
  @media only all and (max-width: 47.938em) {
    h4, .archive-list label, .modular .bottom table th, .contact label, .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .archive-list button, .archive-list .callout .pricing-container .pricing-item .foot button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button {
      font-size: 1.25rem; } }

h1 {
  text-align: center;
  font-weight: 600; }

h3 {
  letter-spacing: 0px; }

h1 + h2 {
  margin: -2rem 0 2rem 0;
  font-size: 1.4rem;
  line-height: 1.3rem;
  text-align: center;
  font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h1 + h2 {
      line-height: 1.4rem;
      font-size: 1.3rem; } }
  @media only all and (max-width: 47.938em) {
    h1 + h2 {
      line-height: 1.4rem;
      font-size: 1.4rem; } }

h2 + h3 {
  margin: 0.5rem 0 2rem 0;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  font-weight: normal; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h2 + h3 {
      font-size: 1.2rem; } }
  @media only all and (max-width: 47.938em) {
    h2 + h3 {
      font-size: 1.1rem; } }

blockquote {
  border-left: 10px solid #F0F2F4; }
  blockquote p {
    font-size: 1.1rem;
    color: #999; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #666;
    font-size: 1.2rem; }

blockquote > blockquote > blockquote {
  margin: 0; }
  blockquote > blockquote > blockquote p {
    padding: 15px;
    display: block;
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem; }
  blockquote > blockquote > blockquote > p {
    margin-left: -71px;
    border-left: 10px solid #F0AD4E;
    background: #FCF8F2;
    color: #df8a13; }
  blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -94px;
    border-left: 10px solid #D9534F;
    background: #FDF7F7;
    color: #b52b27; }
  blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -118px;
    border-left: 10px solid #5BC0DE;
    background: #F4F8FA;
    color: #28a1c5; }
  blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -142px;
    border-left: 10px solid #5CB85C;
    background: #F1F9F1;
    color: #3d8b3d; }

code,
kbd,
pre,
samp {
  font-family: "Inconsolata", monospace; 
  font-family: monospace; }

code {
  background: #f9f2f4;
  color: #9c1d3d; }

pre {
  padding: 2rem;
  background: #f6f6f6;
  border: 1px solid #CBCBCB;
  border-radius: 3px; }
  pre code {
    color: #237794;
    background: inherit; }

hr {
  border-bottom: 1px solid #CBCBCB; }

.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;
  background-color: #87b672;
  background-color: #5772b6;
  background-color: #ffaa33;
  color: #fff; }

.label {
  vertical-align: middle;
  background-color: #87b672;
  background-color: #5772b6;
  background-color: #ffaa33;
  border-radius: 100%;
  color: #fff;
  height: 1rem;
  min-width: 1rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-size: 0.7rem;
  font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  margin-right: 0.75rem; }

fieldset {
  border: 1px solid #CBCBCB; }

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] {
  background-color: white;
  border: 1px solid #CBCBCB;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  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: #b2b2b2; }
  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: #87b672;
    border-color: #ffaa33;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(121, 173, 97, 0.7); }

.form-field .required {
  color: #F3443F;
  font-size: 2rem;
  line-height: 2rem;
  vertical-align: top;
  height: 1.5rem;
  display: inline-block; }

form .buttons {
  text-align: center; }
form input {
  font-weight: 400; }

table {
  border: 1px solid #d8d8d8; }

th {
  background: #e5e5e5;
  padding: 0.5rem; }

td {
  padding: 0.5rem;
  border: 1px solid #d8d8d8; }

.button, .archive-list button, .contact button {
  background-color: #87b672;
  background-color: #5772b6;
  background-color: #ffaa33;
  color: #fff;
  /*border: 1px solid #ffaa33;*/
  }
.button:hover, .archive-list button:hover, .contact button:hover, .modular .services .button:hover {
    background-color: #5772b6;
    background-color: #017e9c;
    color:#fff;  
    /*
    background-color: #fff;
    color:#017e9c;  
    border: solid 3px #017e9c;
    */
    }
.button:active, .archive-list button:active, .contact button:active {
    box-shadow: 0 1px 0 #679b50; }

.button-secondary {
  background-color: #ffaa33;
  color: #fff;
  border: 1px solid #F6635E; }
  .button-secondary:hover {
    color: #fff;
    background-color: #5772b6;
    }
  .button-secondary:active {
    box-shadow: 0 1px 0 #f32b24; }

.bullets {
  margin: 1.7rem 0;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
  overflow: auto; }

.bullet {
  float: left;
  padding: 0 0.85rem; }

.two-column-bullet {
  width: 50%; }
  @media only all and (max-width: 47.938em) {
    .two-column-bullet {
      width: 100%; } }

.three-column-bullet {
  width: 33.33333%; }
  @media only all and (max-width: 47.938em) {
    .three-column-bullet {
      width: 100%; } }

.four-column-bullet {
  width: 25%; }
  @media only all and (max-width: 47.938em) {
    .four-column-bullet {
      width: 100%; } }

.bullet-icon {
  float: left;
  background-color: #87b672;
  background-color: #5772b6;
  background-color: #ffaa33;
  padding: 0.875rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  text-align: center; }

.bullet-icon-1 {
  background-color: #87b672;
  background-color: #5772b6; 
  background-color: #ffaa33;
  }

.bullet-icon-2 {
  background: #9eb672; }

.bullet-icon-3 {
  background: #b67292; }

.bullet-content {
  margin-left: 4.55rem; }

.sb-slidebar {
  background-color: #333 !important; }

#panel {
  padding-top: 0rem;
  color: #ddd; }
  #panel .navigation {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    #panel .navigation li {
      border-bottom: 1px solid #3d3d3d; }
      #panel .navigation li a {
        color: #ddd;
        display: block;
        padding: 0.5rem 1rem;
        font-weight: 600; }
        #panel .navigation li a:hover {
          color: white;
          background-color: #262626; }
        #panel .navigation li a:last-child {
          border-bottom: 0; }
      #panel .navigation li.active > a {
        background: #fff;
        color: #9A9898; }
        #panel .navigation li.active > a:hover {
          color: #9A9898; }
      #panel .navigation li:first-child {
        border-top: 1px solid #3d3d3d; }
      #panel .navigation li ul {
        list-style: none;
        padding: 0; }
       #panel .navigation li ul li {
          border: 0 !important; }
          #panel .navigation li ul li a {
            color: #c4c4c4;
            padding: 0.2rem 1rem 0.2rem 2rem;
            font-size: 0.9rem; }
          #panel .navigation li ul li li a {
            padding-left: 3rem; }
            #panel .navigation li ul li li a li a {
              padding-left: 4rem; }
          #panel .navigation li ul li.active > a {
            background: #ccc; }

.blog-header {
  padding-top: 2rem !important;
  padding-bottom: 2rem;
  margin-top: 0 !important; }
  .blog-header.blog-header-image {
    background-image: url(/user/images/blog-header-2.jpg);
    background-image: url(/user/webp/user/images/blog-header-2.webp);
    background-repeat: no-repeat;
    background-position:  center center;
    background-size: cover !important; }
    .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
      color: #FFFFFF; text-align: center; }
  .blog-header h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .blog-header h1 {
        font-size: 2rem; } }
    @media only all and (max-width: 47.938em) {
      .blog-header h1 {
        font-size: 1.5rem;
        line-height: 1.2; } }
  .blog-header + .blog-content {
    padding-top: 3rem; }

.list-item {
  border-bottom: 1px solid #dadada;
  margin-bottom: 3rem; }
  .list-item:last-child {
    border-bottom: 0; }
  .list-item .list-blog-header {
    position: relative; }
    .list-item .list-blog-header h4, .list-item .list-blog-header .archive-list label, .archive-list .list-item .list-blog-header label, .list-item .list-blog-header .modular .bottom table th, .modular .bottom table .list-item .list-blog-header th, .list-item .list-blog-header .contact label, .contact .list-item .list-blog-header label, .list-item .list-blog-header .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .list-item .list-blog-header .name, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .list-item .list-blog-header .button, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .archive-list button, .callout .pricing-container .pricing-item .foot .archive-list .list-item .list-blog-header button, .list-item .list-blog-header .archive-list .callout .pricing-container .pricing-item .foot button, .archive-list .callout .pricing-container .pricing-item .foot .list-item .list-blog-header button, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .contact button, .callout .pricing-container .pricing-item .foot .contact .list-item .list-blog-header button, .list-item .list-blog-header .contact .callout .pricing-container .pricing-item .foot button, .contact .callout .pricing-container .pricing-item .foot .list-item .list-blog-header button {
      text-align: left;
      margin-bottom: 1.5rem; }
      .list-item .list-blog-header h4 a, .list-item .list-blog-header .archive-list label a, .archive-list .list-item .list-blog-header label a, .list-item .list-blog-header .modular .bottom table th a, .modular .bottom table .list-item .list-blog-header th a, .list-item .list-blog-header .contact label a, .contact .list-item .list-blog-header label a, .list-item .list-blog-header .callout .pricing-container .pricing-item .name a, .callout .pricing-container .pricing-item .list-item .list-blog-header .name a, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .button a, .callout .pricing-container .pricing-item .foot .list-item .list-blog-header .button a, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .archive-list button a, .callout .pricing-container .pricing-item .foot .archive-list .list-item .list-blog-header button a, .list-item .list-blog-header .archive-list .callout .pricing-container .pricing-item .foot button a, .archive-list .callout .pricing-container .pricing-item .foot .list-item .list-blog-header button a, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .contact button a, .callout .pricing-container .pricing-item .foot .contact .list-item .list-blog-header button a, .list-item .list-blog-header .contact .callout .pricing-container .pricing-item .foot button a, .contact .callout .pricing-container .pricing-item .foot .list-item .list-blog-header button a {
        color: #656161; }
        .list-item .list-blog-header h4 a:hover, .list-item .list-blog-header .archive-list label a:hover, .archive-list .list-item .list-blog-header label a:hover, .list-item .list-blog-header .modular .bottom table th a:hover, .modular .bottom table .list-item .list-blog-header th a:hover, .list-item .list-blog-header .contact label a:hover, .contact .list-item .list-blog-header label a:hover, .list-item .list-blog-header .callout .pricing-container .pricing-item .name a:hover, .callout .pricing-container .pricing-item .list-item .list-blog-header .name a:hover, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .button a:hover, .callout .pricing-container .pricing-item .foot .list-item .list-blog-header .button a:hover, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .archive-list button a:hover, .callout .pricing-container .pricing-item .foot .archive-list .list-item .list-blog-header button a:hover, .list-item .list-blog-header .archive-list .callout .pricing-container .pricing-item .foot button a:hover, .archive-list .callout .pricing-container .pricing-item .foot .list-item .list-blog-header button a:hover, .list-item .list-blog-header .callout .pricing-container .pricing-item .foot .contact button a:hover, .callout .pricing-container .pricing-item .foot .contact .list-item .list-blog-header button a:hover, .list-item .list-blog-header .contact .callout .pricing-container .pricing-item .foot button a:hover, .contact .callout .pricing-container .pricing-item .foot .list-item .list-blog-header button a:hover {
          color: #87b672; 
          color: #5772b6; 
          }
    .list-item .list-blog-header img {
      display: block;
      margin-top: 1rem;
      border-radius: 0; }
  .list-item .list-blog-date, .list-item .list-blog-author {
    text-align: center;
    background-color: rgba(101, 97, 97, 0.1);
    padding: 0.7rem 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #9A9898;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif; }
  .list-item .list-blog-author {
    text-align: center;
    background-color: rgba(101, 97, 97, 0.1);
    padding: 0.7rem 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #9A9898;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .list-item .list-blog-date, .list-item .list-blog-author {
        display: block;
        width: 100%;
        clear: both; } }
    @media only all and (max-width: 47.938em) {
      .list-item .list-blog-date, .list-item .list-blog-author {
        display: block;
        width: 100%;
        clear: both; } }

.blog-content-item .list-blog-padding > p:nth-child(2) {
  }
.blog-content-list .list-blog-header h1,.blog-content-list .list-blog-header h2,.blog-content-list .list-blog-header h3,.blog-content-list .list-blog-header h4{
  font-size: 1.5rem; }
.blog-content-item .list-blog-header h1{
  font-size: 2rem; 
  text-transform: uppercase; 
  text-align:left;}
.blog-content-item .list-blog-header h2{
  font-size: 1.6rem; 
  text-transform: none;
  text-align:left;}
.blog-content-item .list-blog-header h3{
  font-size: 1.5rem; 
  text-transform: none; 
  text-align:left;}

.tags {
  margin: 0;
  padding: 0;
  display: inline;
  background-color: rgba(101, 97, 97, 0.1);
  padding: 0.7rem 1rem;
  margin-bottom: 0.2rem;
  list-style: none;
  text-align: center; }
  .tags li {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif; }
    .tags li a {
      color: #9A9898; }
      .tags li a:after {
        content: ","; }
    .tags li:last-child a:after {
      display: none; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .tags {
      display: block;
      width: 100%;
      clear: both; } }
  @media only all and (max-width: 47.938em) {
    .tags {
      display: block;
      width: 100%;
      clear: both; } }

.syndicate a {
  margin-bottom: 1rem; }

div#breadcrumbs {
  padding-left: 0; }
  @media only all and (max-width: 47.938em) {
    div#breadcrumbs {
      display: none; } }

#sidebar {
  padding-left: 3rem; }
  @media only all and (max-width: 47.938em) {
    #sidebar {
      padding-left: 0; } }
  #sidebar .sidebar-content {
    margin-bottom: 3rem; }
    #sidebar .sidebar-content h4, #sidebar .sidebar-content .archive-list label, .archive-list #sidebar .sidebar-content label, #sidebar .sidebar-content .modular .bottom table th, .modular .bottom table #sidebar .sidebar-content th, #sidebar .sidebar-content .contact label, .contact #sidebar .sidebar-content label, #sidebar .sidebar-content .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item #sidebar .sidebar-content .name, #sidebar .sidebar-content .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot #sidebar .sidebar-content .button, #sidebar .sidebar-content .callout .pricing-container .pricing-item .foot .archive-list button, .callout .pricing-container .pricing-item .foot .archive-list #sidebar .sidebar-content button, #sidebar .sidebar-content .archive-list .callout .pricing-container .pricing-item .foot button, .archive-list .callout .pricing-container .pricing-item .foot #sidebar .sidebar-content button, #sidebar .sidebar-content .callout .pricing-container .pricing-item .foot .contact button, .callout .pricing-container .pricing-item .foot .contact #sidebar .sidebar-content button, #sidebar .sidebar-content .contact .callout .pricing-container .pricing-item .foot button, .contact .callout .pricing-container .pricing-item .foot #sidebar .sidebar-content button {
      margin-bottom: 1rem;
      text-align: left; }
    #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
      margin-top: 1rem; }

ul.pagination {
  margin: 0 0 3rem;
  text-align: center; }

.prev-next {
  margin-top: 5rem;
  text-align: center; }

#error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 12rem; }
  #error h1 {
    font-size: 5rem; }
  #error p {
    margin: 1rem 0; }

.error #body {
  padding-top: 16rem; }

.simplesearch h1 {
  margin-bottom: 0; }
.simplesearch .center {
  text-align: center; }
.simplesearch input {
  display: inline-block;
  max-width: 30rem;
  font-size: 2rem; }
.simplesearch .search-image {
  margin-top: 1rem; }
  .simplesearch .search-image img {
    border-radius: 4px; }
    @media only all and (max-width: 47.938em) {
      .simplesearch .search-image img {
        display: none; } }
@media only all and (max-width: 47.938em) {
  .simplesearch .search-item {
    margin-left: 0; } }
.simplesearch .search-details {
  float: right;
  margin-top: -2.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #cdcccc; }
  @media only all and (max-width: 47.938em) {
    .simplesearch .search-details {
      float: none;
      margin-top: -0.2rem;
      margin-bottom: 1rem; } }
.simplesearch hr {
  border-bottom: 1px solid #eee; }

.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1; }

#body > script:first-child + .grav-lightslider {
  margin-top: -3rem; }

.modular.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .modular.header-image #header #navbar a {
    color: #FFFFFF; }
.modular .slideme_container {
  overflow: hidden;
  margin-top: -7rem;
  padding-top: 9rem;
  height: 33rem; }
   @-moz-document url-prefix() { 
     .modular .slideme_container {
       margin-top: -13rem; } }  
   @media only all and (max-width: 47.938em) {
    .modular .slideme_container { }
    .modular .slideme_container:after {
      content: "";
      display: table;
      clear: both; }}
.modular .showcase {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #37527f; }
  .modular .showcase .showcase-internal{
    background-color: #fff; 
	 opacity:0.9	; 
	 padding:2rem 1rem;}
  .modular .showcase:nth-child(2) .showcase-internal {
	opacity:0.9	; }
  .modular .showcase h1 {
    font-size: 2.5rem;
    margin-top: 0;
    padding-left: 14rem;
    padding-right: 14rem;
    text-transform: uppercase; 
    text-shadow: 1px 1px 15px #fff;
    }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .modular .showcase h1 {
        font-size: 1.5rem; } }
    @media only all and (max-width: 47.938em) {
      .modular .showcase h1 {
        font-size: 1.3rem;
        line-height: 1.2rem;
        padding-left:0;
        padding-right:0;
        margin-left: 2rem;
        margin-right: 2rem; } }
    .modular .showcase h1 strong, .modular .showcase h1 label, .modular .showcase h1 th {
      color: #37527f; }
  .modular .showcase h2 {
	 font-size:1.2rem;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
    line-height: 1.6rem;
    text-transform: none;
    padding-left: 14rem;
    padding-right: 14rem; }
    @media only all and (max-width: 47.938em) {
      .modular .showcase h2 {
		font-size:1.3rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: 4rem;
        margin-right: 4rem; } }
  .modular .showcase .button, .modular .showcase .archive-list button, .archive-list .modular .showcase button, .modular .showcase .contact button, .contact .modular .showcase button {
    color: #37527f;
    font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
    padding: 0.3rem 1rem;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #37527f;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem; }
    .modular .showcase .button:hover, .modular .showcase .archive-list button:hover, .archive-list .modular .showcase button:hover, .modular .showcase .contact button:hover, .contact .modular .showcase button:hover {
      background: rgba(255, 255, 255, 0.2); }
.modular .slideme_container .arrow {
  position: absolute;
  display: block;
  padding-bottom: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0;
  cursor: pointer;
  z-index: 150;
  text-align: center;
  line-height: 3.8rem;
  background: #fff;
  top: 50%;
  border-radius: 100%;
  font-size: 2.5rem;
  opacity: 0.5;
  color: #000; }
  @media only all and (max-width: 47.938em) {
    .modular .slideme_container .arrow {
      font-size: 1.5rem;
      line-height: 2.8rem; } }
  .modular .slideme_container .arrow:hover {
    opacity: 1; }
  .modular .slideme_container .arrow.prev {
    left: 4rem; }
    @media only all and (max-width: 47.938em) {
      .modular .slideme_container .arrow.prev {
        left: 1rem; } }
  .modular .slideme_container .arrow.next {
    right: 4rem; }
    @media only all and (max-width: 47.938em) {
      .modular .slideme_container .arrow.next {
        right: 1rem; } }
  .modular .slideme_container .arrow:disabled {
    opacity: 0.1; }
  @media only all and (max-width: 47.938em) {
    .modular .slideme_container .arrow {
      width: 2.7rem;
      height: 2.7rem; } }
.modular .slideme_container .arrow.next:before {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 0.4rem; }
.modular .slideme_container .arrow.prev:before {
  content: '\f053';
  font-family: FontAwesome;
  margin-right: 0.5rem; }
.modular .slideme_container .pagination {
  text-align: center;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  vertical-align: middle;
  bottom: 5%; }
  .modular .slideme_container .pagination .numbers li {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #fff;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 0.2rem;
    vertical-align: middle; }
    .modular .slideme_container .pagination .numbers li.current {
      width: 1rem;
      height: 1rem; }

.about hr {
  margin: 3rem 0; }

.contact h4, .contact .modular .bottom table th, .modular .bottom table .contact th, .contact label, .contact .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .contact .name, .contact .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .contact .button, .callout .pricing-container .pricing-item .foot .contact button, .contact .callout .pricing-container .pricing-item .foot button {
  text-align: left; }
.contact input {
  width: 50%;
  line-height: 2rem; }
.contact input[type=checkbox]{
  width: auto; 
  min-width: auto; }
.contact input[type=checkbox]+label{
  font-size:0.8rem; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .contact input {
      min-width: 70%; }
   .contact input[type=checkbox]{
     width: 30px; 
     height: 30px; 
     min-width: auto; } }
  @media only all and (max-width: 47.938em) {
    .contact input {
      min-width: 100%; } 
   .contact input[type=checkbox]{
     width: 40px; 
     height: 40px; 
     min-width: auto; }
      }
.contact textarea {
  min-width: 50%;
  min-height: 5rem; }
  @media only all and (max-width: 47.938em) {
    .contact textarea {
      min-width: 100%; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .contact textarea {
      min-width: 70%; } }
.contact input, .contact textarea {
  border: 0 none;
  background: rgba(154, 152, 152, 0.2);
  box-shadow: none; }
.contact.widget-contact-form-home input, .contact.widget-contact-form-home textarea {
  color:#444;background: #eee; }
.contact input:focus, .contact textarea:focus {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgba(154, 152, 152, 0.11); }
.contact.widget-contact-form-home input:focus, .contact.widget-contact-form-home textarea:focus {
  color:#444;background: #eee; }
.contact label {
  font-size: 1rem; }
.contact .buttons {
  margin-bottom:1rem; }
.contact button {
  font-family: Raleway, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  text-transform: uppercase;
  display: block; }
.contact #simple_form-success, .contact #simple_form-submit {
  display: inline-block; }
  .contact #simple_form-success strong, .contact #simple_form-success label, .contact #simple_form-success th, .contact #simple_form-submit strong, .contact #simple_form-submit label, .contact #simple_form-submit th {
    margin-left: 1rem; }
  .contact #simple_form-success .close, .contact #simple_form-submit .close {
    display: none; }

.logo {
  border-bottom: 0px solid #eaeaea; }
  .logo h1, .logo h3 , .logo span {
    font-size: 2.8rem;
  font-family: Helvetica, Tahoma, Geneva, Arial, sans-serif;
    font-weight:400;
    line-height: 8rem;
    margin: 0;
    float: left; }
    #header .logo h1 a, #header .logo h3 a, #header .logo span a {
      color: #989898;
      color: #97c2f6;
      color: #7792d6;
      }
    .home #header .logo h1 a, .home #header .logo h3 a, .home #header .logo span a {
     text-shadow: 0px 0px 1px #000;
      color: #97c2f6;
     }
  .logo .archive-list label, .archive-list .logo label, .logo .modular .bottom table th, .modular .bottom table .logo th, .logo .contact label, .contact .logo label, .logo .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .logo .name, .logo .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .logo .button, .logo .callout .pricing-container .pricing-item .foot .archive-list button, .callout .pricing-container .pricing-item .foot .archive-list .logo button, .logo .archive-list .callout .pricing-container .pricing-item .foot button, .archive-list .callout .pricing-container .pricing-item .foot .logo button, .logo .callout .pricing-container .pricing-item .foot .contact button, .callout .pricing-container .pricing-item .foot .contact .logo button, .logo .contact .callout .pricing-container .pricing-item .foot button, .contact .callout .pricing-container .pricing-item .foot .logo button {
    text-align: left; }
  .logo ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .logo ul.social-icons {
      float: right;
      line-height: 2rem;
      margin: 0; }
      .logo ul.social-icons li {
        float: left;
        width: 2.1rem;
        height: 2.1rem;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        margin-right: 0.8rem; }
        .logo ul.social-icons li a {
          color: #000;
          display: block;
          margin-top: 0.1rem; }
        .logo ul.social-icons li:hover {
          background: rgba(255, 255, 255, 0.5); }


.modular .widget-form {
  width:100%;height:auto;clear:both;padding:3rem 0;color:#444;}
.modular .widget-form.widget-form-dark {
  background:#444;color:#eee;}
.modular .widget-form .notices{
  display:none;}
.widget-form #sidebar {
  padding:0px 50px 0 0; }
.modular.home .widget-form #sidebar {
  padding:30px 100px 0 0; }
.modular.home .widget-form.widget-audit-form #sidebar {
  padding:5px 100px 0 0; }
.widget-form #sidebar h2{
    width:400px; margin-top:0;margin-bottom:10px;}
.modular.home .widget-form #sidebar h2{
    width:400px;}
.widget-form #sidebar h2:after,.widget-form #sidebar h3:after{
    display:table;
    clear:both;
    width:160px;
    margin:15px 0 0 5px;
    content: "  "; 
    border-bottom:#ffaa33 1px solid; }
.widget-form #sidebar p {
  margin-top:10px;}
.widget-form #listing {
    padding:0 30px; }
.widget-form.widget-form-dark #listing {
    background:#444;color:#fff;}
.widget-form #listing h4 {
    color:#444;}
.widget-form.widget-form-dark #listing h4 {
    color:#fff;}
.widget-form label {
  display:none;}
.widget-form .form-field.field-text,.widget-form .form-field.field-email,.widget-form .form-field.field-textarea  {
  width:100%;}
.widget-form.contact input {
  width:100%;line-height: 1.3rem;margin-bottom:0.4rem;}
.widget-form.contact textarea {
  width:100%;line-height: 1.3rem;margin-bottom:0.4rem;}
.widget-form.widget-form-dark.contact input {
  background-color: #fff;color:#333;}
.widget-form .form-field.field-textarea {
  }
.widget-form .form-field.field-textarea textarea {
  width:100%;min-height:130px;margin-bottom:0.3rem;}
.widget-form.widget-form-dark .form-field .form-textarea-wrapper textarea,
.widget-form.widget-form-dark .form-field.field-textarea textarea {
  width:100%;background-color: #fff;color:#333;}
.widget-form .form-field .form-input-wrapper input[type=checkbox],
.widget-form .form-field.field-checkbox input[type=checkbox],
.widget-form.contact input[type=checkbox] {
  width:16px; height:28px;float:left;}
.widget-form.widget-audit-form.contact input[type=checkbox] {
  width:16px; height:28px;float:left;}
.widget-form .form-field.field-checkbox label{
  text-transform:none;}
.widget-form.widget-form-dark .form-field.field-checkbox label,
.widget-form.widget-form-dark .form-field .form-input-wrapper label.inline {
  color:#fff; text-transform:none;}
.widget-form .buttons {
  width:100%;min-height:50px;padding:0px 0px 10px 0;}
.widget-form button{
  }
  
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
	.widget-form #sidebar {
	  padding-right:0px;}
   .modular.home .widget-form #sidebar {
     padding:0px 10px 0 0; }
   .widget-form #sidebar h2{
       font-size:1.1rem; margin-top:0;margin-bottom:10px;}
   .widget-form #listing {
       padding:0 30px; }
	.widget-form .form-field.field-textarea  {
		 } 
	.widget-form .form-field.field-text,.widget-form .form-field.field-email,.widget-form .form-field.field-textarea  {
	  width:100%;}
	.widget-form.contact input {
		width:100%;}
   .widget-form .form-field .form-input-wrapper input[type=checkbox],
   .widget-form .form-field.field-checkbox input[type=checkbox],
   .widget-form.contact input[type=checkbox] {
      width:30px;
      height:130px;
      min-width:auto;}
   .widget-form.widget-audit-form.contact input[type=checkbox] {
      width:30px;
      height:48px;
      min-width:auto;} }
  @media only all and (max-width: 47.938em) {
	.widget-form #sidebar {
	  padding-right:0px;}
   .modular.home .widget-form #sidebar {
     padding:0px 0px 0 0; }
   .widget-form #sidebar h2{
       width:100%; margin-top:0;margin-bottom:10px;}
   .modular.home .widget-form #sidebar h2{
       width:100%;}
   .widget-form #listing {
       padding:0 0; }
	.widget-form .form-field.field-textarea  {
		display:none; } 
	.widget-form .form-field.field-text,.widget-form .form-field.field-email,.widget-form .form-field.field-textarea  {
	  width:100%;}
	.widget-form.contact input {
		width:100%;} 
   .widget-form .form-field .form-input-wrapper input[type=checkbox],
   .widget-form .form-field.field-checkbox input[type=checkbox],
   .widget-form.contact input[type=checkbox] {
      width:30px;
      height:48px;
      min-width:auto;} }
		
.widget-form.widget-contact-form .form-field.field-text,
.widget-form.widget-contact-form .form-field.field-email,
.widget-form.widget-contact-form .form-field.field-textarea  {
  width:100%;}
  
.modular .widget-contact-form-home {
  padding:3rem 0 ;}
.widget-contact-form-home #listing {
   background:#444;padding:0 30px; color:#fff;}
.widget-contact-form-home #listing h4 {
    color:#fff;}
.widget-contact-form-home .form-field.field-text,.widget-contact-form-home .form-field.field-email  {
   width:100%; color:#fff;}
.widget-contact-form-home .form-field label  {
   color:#fff;}
.widget-contact-form-home .form-field.field-text input,.widget-contact-form-home .form-field.field-email input  {
  width:100%;background:#eee;color:#444;}
.widget-contact-form-home .form-field.field-text  {
  }
.widget-contact-form-home .form-field.field-textarea  {
  width:100%;}
.widget-contact-form-home .form-field.field-textarea textarea {
  width:100%;background:#eee;min-height:110px;color:#444;}
.widget-contact-form-home .buttons {
  width:100%;min-height:100px;padding:20px 0px;}
.widget-contact-form-home button{
  margin:auto;font-weight:600;}
  
.widget-blog {
  clear:both;
  float:left;
  width:100%;
  background-color: #efefff;
  padding: 2rem 0.938rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  text-align: center; }
  @media only all and (max-width: 59.938em) {
    .widget-blog {
      text-align: center; } }
  @media only all and (max-width: 47.938em) {
    .widget-blog {
      text-align: left; } }
  .widget-blog h2 {
    color: #656161; }
  .widget-blog .posts {
    margin-top: 3rem; }
    .widget-blog .posts .post-row {
      box-shadow: inset 0px -90px 0px -20px #f7f7f7;
      margin-left: -14rem;
      margin-right: -14rem;
      padding-left: 14rem;
      padding-right: 14rem;
      background: #EEEEEE;
      padding-bottom: 0rem; }
    .widget-blog .posts .post-row .post {
        width: 100%; 
        float:left; 
        margin-right:2rem; }
    .widget-blog .posts .post-row .post:last-child {
        margin-right:0rem; }
      @media only all and (max-width: 47.938em) {
        .widget-blog .posts .post-row {
          width: 100%;
          padding-left: 1rem;
          padding-right: 1rem;
          margin-left: -1rem;
          margin-right: -1rem; } }
      @media only all and (max-width: 30em) {
        .widget-blog .posts .post-row {
          width: 100%;
          padding-left: 1rem;
          padding-right: 1rem;
          margin-left: -1rem;
          margin-right: -1rem; } }
      @media only all and (min-width: 60em) and (max-width: 74.938em) {
        .widget-blog .posts .post-row .post {
          width: 30%; } }
      @media only all and (min-width: 48em) and (max-width: 59.938em) {
        .widget-blog .posts .post-row .post {
          margin-right:0rem;
          width: 100%; } }
      @media only all and (max-width: 47.938em) {
            .widget-blog .posts .post-row .post {
          margin-right:0rem;
          width: 100%; } }
      @media only all and (max-width: 30em) {
        .widget-blog .posts .post-row .post {
          margin-right:0rem;
          width: 100%;   } }
      .widget-blog .posts .post-row .post h4, .widget-blog .posts .post-row .post .archive-list label, .archive-list .widget-blog .posts .post-row .post label, .widget-blog .posts .post-row .post .modular .bottom table th, .modular .bottom table .widget-blog .posts .post-row .post th, .widget-blog .posts .post-row .post .contact label, .contact .widget-blog .posts .post-row .post label, .widget-blog .posts .post-row .post .callout .pricing-container .pricing-item .name, .callout .pricing-container .pricing-item .widget-blog .posts .post-row .post .name, .widget-blog .posts .post-row .post .callout .pricing-container .pricing-item .foot .button, .callout .pricing-container .pricing-item .foot .widget-blog .posts .post-row .post .button, .widget-blog .posts .post-row .post .callout .pricing-container .pricing-item .foot .archive-list button, .callout .pricing-container .pricing-item .foot .archive-list .widget-blog .posts .post-row .post button, .widget-blog .posts .post-row .post .archive-list .callout .pricing-container .pricing-item .foot button, .archive-list .callout .pricing-container .pricing-item .foot .widget-blog .posts .post-row .post button, .widget-blog .posts .post-row .post .callout .pricing-container .pricing-item .foot .contact button, .callout .pricing-container .pricing-item .foot .contact .widget-blog .posts .post-row .post button, .widget-blog .posts .post-row .post .contact .callout .pricing-container .pricing-item .foot button, .contact .callout .pricing-container .pricing-item .foot .widget-blog .posts .post-row .post button {
          text-align: left;
          margin-bottom: 0; }
      .widget-blog .posts .post-row .post .post-image{
          }
      .widget-blog .posts .post-row .post .post-image img{
          width:100%;}
      .widget-blog .posts .post-row .post h3,
      .widget-blog .posts .post-row .post h4 {
          margin: 0; text-align:left;font-size:1.5rem;font-weight:400;color:#444;line-height:2rem;}
      .widget-blog .posts .post-row .post p.post-date {
          margin: 10px 0 0 0; text-align:left;font-size:1rem;font-weight:300;line-height:2rem;}
      .widget-blog .posts .post-row .post .post-desc p{
          margin-top: 0; text-align:left;
          font-size:0.8rem;
          width: 100%;
          min-height:140px;
          height:auto;
          margin: 0; }
      .widget-blog .posts .post-row .post p .button {
         margin-left:0 1rem; font-weight:600; }
      @media only all and (min-width: 60em) and (max-width: 74.938em) {
        .widget-blog .posts .post-row .post h3,
        .widget-blog .posts .post-row .post h4 {
          font-size:1.2rem;}
        .widget-blog .posts .post-row .post p.desc {
          width: 100%; } }
      @media only all and (min-width: 48em) and (max-width: 59.938em) {
        .widget-blog .posts .post-row .post p.desc {
          overflow:auto;
          min-height:auto;
          font-size:1rem;
          width: 100%; } }
      @media only all and (max-width: 47.938em) {
        .widget-blog .posts .post-row .post p.desc {
          overflow:auto;
          min-height:auto;
          font-size:1rem;
          width: 100%; } }
      @media only all and (max-width: 30em) {
        .widget-blog .posts .post-row .post p.desc {
          font-size:1rem;
          width: 100%; } }

.modular.faq .bottom h3{
   text-align:left;
   text-transform:none;
}

.blogstyling .blog-content-item h1,
.blogstyling .blog-content-item h2,
.blogstyling .blog-content-item h3,
.blogstyling .blog-content-item h4,
.blogstyling .blog-content-item h5,
.blogstyling .blog-content-item h6{
   text-align:left;
}
.blogstyling .blog-content-item h3,
.blogstyling .blog-content-item h4,
.blogstyling .blog-content-item h5,
.blogstyling .blog-content-item h6{
   text-transform:none;
}

a.cookiebot-link{
   background:#444;
   border-radius:3px;
   padding:4px 8px 4px 20px;
   font-size:11px;
   font-weight:bold;
   color:#fff;
}
.modular.cookies-policy .bottom .CookieDeclaration p{
   text-align:left!important;
}

#CookieDeclarationUserStatusPanel #CookieDeclarationUserStatusLabelOn{
   display:block!important;
   background:#ddd;
   padding:20px;
   border-radius:30px;
   font-weight:bold;
   font-size:1.5rem;
}

#CookieDeclarationUserStatusPanel #CookieDeclarationChangeConsent{
   background:#ddd;
   border-radius:10px;
   font-weight:bold;
   
}
/* Base */
.revision-container {
  margin: 0 3rem;
}

.revision-container ul {
  margin-top: 0.25rem;
}

.revision-list > div {
  padding: 1rem 0;
}

.revision-list > div + div {
  border-top: 1px solid #d6d6d6;
}

/* Image type */
.revision-change--type-image .revision-change__changes {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30vh;
  max-height: 320px;
  min-height: 200px;
}

.revision-change--type-image .revision-change__changes > span {
  position: relative;
  background: #a5d6a7;
  flex: 0 1 auto;
}

.revision-change--type-image .revision-change__changes > span:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.revision-change--type-image .revision-change__changes > span:after {
  border-color: rgba(165, 214, 167, 0);
  border-left-color: #a5d6a7;
  border-width: 64px;
  margin-top: -64px;
  margin-left: -64px;
}

.revision-change--type-image .revision-change__changes > div {
  flex: 1 1 40%;
  text-align: center;
  height: 100%;
}

.revision-change--type-image .revision-change__changes > div > img {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

/* Text type */
.revision-change--type-text .inserted {
  background: #a5d6a7;
  color: #fff;
}

.revision-change--type-text .deleted {
  background: #e57373;
  color: #fff;
}
/**
 * The MIT License (MIT)
 *
 * Copyright (c) 2018 TwelveTone LLC
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.scroll-wrapper > .scroll-content {
    -webkit-overflow-scrolling: touch;
}
.social-pages a {
	display: inline-block;
	vertical-align: middle;
}
.social-pages a + a {
	margin-left: 10px;
}
.accordion-wrapper {
  margin: 30px 0;
  text-align: left; }
  .accordion-wrapper label {
    position: relative;
    display: block;
    cursor: pointer;
    color: #777;
    font-size: 110%;
    background: #f9f9f9;
    margin: 0;
    padding: 3px 15px;
    border: 1px solid #eee;
    border-bottom: 1px solid transparent; }
    .accordion-wrapper label:hover {
      background: #eee;
      color: #444; }
  .accordion-wrapper label:hover:after, .accordion-wrapper input:checked + label:hover:after {
    opacity: 0.3;
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    right: 15px;
    top: 7px;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) no-repeat center center; }
  .accordion-wrapper input:checked + label:hover:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .accordion-wrapper input {
    display: none; }
  .accordion-wrapper article {
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    max-height: 0px;
    position: relative;
    transition: max-height 0.3s ease-in-out;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
    padding: 0 15px; }
  .accordion-wrapper input:checked ~ article {
    max-height: inherit; }
  .accordion-wrapper input:checked + label {
    border-bottom: 1px solid #eee; }
  .accordion-wrapper > div:last-child label, .accordion-wrapper > div:last-child input:checked ~ article {
    border-bottom: 1px solid #eee; }
#breadcrumbs {
    height: 3rem;
    line-height: 3rem;
    padding-left: 3rem;
}
#breadcrumbs span {
    display: inline-block;
    padding: 0 1rem;
}
#breadcrumbs span:first-child {
    padding-left: 0;
}
#breadcrumbs i {
    display: inline-block;
    width: 20px;
    text-align: center;
}
.form-group.has-errors { background: rgba(255, 0, 0, 0.05); border: 1px solid rgba(255, 0, 0, 0.2); border-radius: 3px; margin: 0 -5px; padding: 0 5px; }

.form-errors { color: #b52b27; }

.form-honeybear { visibility: hidden; position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

.form-errors p { margin: 0; }

.form-input-file input { display: none; }

.form-input-file .dz-default.dz-message { position: absolute; text-align: center; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: 0; }

.form-input-file.dropzone { position: relative; min-height: 70px; border-radius: 3px; margin-bottom: .85rem; border: 2px dashed #ccc; color: #aaa; padding: 0.5rem; }

.form-input-file.dropzone .dz-preview { margin: 0.5rem; }

.form-input-file.dropzone .dz-preview:hover { z-index: 2; }

.form-input-file.dropzone .dz-preview .dz-error-message { min-width: 140px; width: auto; }

.form-input-file.dropzone .dz-preview .dz-image, .form-input-file.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 3px; z-index: 1; }

.form-tabs .tabs-nav { display: flex; padding-top: 1px; margin-bottom: -1px; }

.form-tabs .tabs-nav a { flex: 1; transition: color 0.5s ease, background 0.5s ease; cursor: pointer; text-align: center; padding: 10px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; border-radius: 5px 5px 0 0; }

.form-tabs .tabs-nav a.active { border: 1px solid #eee; border-bottom: 1px solid transparent; margin: 0 -1px; }

.form-tabs .tabs-nav a.active span { color: #000; }

.form-tabs .tabs-nav span { display: inline-block; line-height: 1.1; }

.form-tabs.subtle .tabs-nav { margin-right: 0 !important; }

.form-tabs .tabs-content .tab__content { display: none; padding-top: 2rem; }

.form-tabs .tabs-content .tab__content.active { display: block; }

.checkboxes { display: inline-block; }

.checkboxes label { display: inline; cursor: pointer; position: relative; padding: 0 0 0 20px; margin-right: 15px; }

.checkboxes label:before { content: ""; display: inline-block; width: 20px; height: 20px; left: 0; margin-top: 0; margin-right: 10px; position: absolute; border-radius: 3px; border: 1px solid #e6e6e6; }

.checkboxes input[type=checkbox] { display: none; }

.checkboxes input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 20px; line-height: 1; text-align: center; }

.checkboxes.toggleable label { margin-right: 0; }

.form-field-toggleable .checkboxes.toggleable { margin-right: 5px; vertical-align: middle; }

.form-field-toggleable .checkboxes + label { display: inline-block; }

.switch-toggle { display: inline-flex; overflow: hidden; border-radius: 3px; line-height: 35px; border: 1px solid #eee; }

.switch-toggle input[type=radio] { position: absolute; visibility: hidden; display: none; }

.switch-toggle label { display: inline-block; cursor: pointer; padding: 0 15px; margin: 0; white-space: nowrap; color: inherit; transition: background-color 0.5s ease; }

.switch-toggle input.highlight:checked + label { background: #333; color: #fff; }

.switch-toggle input:checked + label { color: #fff; background: #999; }

/* Signature Pad */
.signature-pad { position: relative; display: flex; flex-direction: column; font-size: 10px; width: 100%; height: 100%; max-width: 700px; max-height: 460px; border: 1px solid #f0f0f0; background-color: #fff; padding: 16px; }

.signature-pad--body { position: relative; flex: 1; border: 1px solid #f6f6f6; min-height: 100px; }

.signature-pad--body canvas { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 4px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset; }

.signature-pad--footer { color: #C3C3C3; text-align: center; font-size: 1.2em; }

.signature-pad--actions { display: flex; justify-content: space-between; margin-top: 8px; }

[data-grav-field="array"] .form-row { display: flex; align-items: center; margin-bottom: 0.5rem; }

[data-grav-field="array"] .form-row > input, [data-grav-field="array"] .form-row > textarea { margin: 0 0.5rem; display: inline-block; }
.search-wrapper .search-input {
	width: 80%;
	display: inline-block;
}

.search-submit {
	display: inline-block;
	border-radius: 4px;
	background: #eee;
	border: 1px solid #ccc;
	vertical-align: top;
}

.search-submit img {
	width: 20px;
	vertical-align: middle;
}

.search-image {
	float: left;
}

.search-item {
	margin-left: 130px;
	margin-bottom: 50px;
}

.search-item p {
	margin: 0;
}

.search-title h3 {
	margin: 0;
}

.search-details {
	font-size: 13px;
}

.search-row:last-child hr {
	display: none;
}

/* Slidebars 0.10.2 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;position:relative;z-index:1;background-color:#fff}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222;-webkit-transform:translate(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;}.sb-hide{display:none}
.slideme_container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slideme_container ul,
.slideme_container ol, 
.slideme {
    margin: 0;
    padding: 0;
}

.slideme_container li, 
.slideme > li  {
    display: block;
    list-style: none;
}

.slideme_container,
.slideme {
    position: relative;
}
.slideme_container ol img, 
.slideme > * img{
    display: block;
}

.slideme > *:first-child {
    opacity: 1;
    position: relative;
    z-index: 5;
}

.slideme > *, 
.slideme_container .slideme > * {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.slideme > * {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideme_container .slideme > *.current {
    opacity: 1;
    z-index: 5;
}

.single button.arrow,
.single .pagination
 {
	display: none;
}

/*
 * slide
 */

.slideme-slide > *, 
.slideme_container .slideme-slide > * {
    visibility: hidden;
    z-index: 0;
}

.slideme-slide > .current,
.slideme-slide > .next {
    visibility: visible;
    z-index: 5;
}

.slideme-slide > .after {
    left: 100%;
}

.slideme-slide > .before {
    left: -100%;
}

.slideme-slide.nextClicked > .current,
.slideme-slide.nextClicked > .next,
.slideme-slide.prevClicked > .current,
.slideme-slide.prevClicked > .next {
    -webkit-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.slideme-slide.prevClicked > .next, 
.slideme-slide.nextClicked > .next {
    left: 0;
}

.slideme-slide.prevClicked > .current {
    left: 100%;
}

.slideme-slide.nextClicked > .current {
    left: -100%;
}

/*
 * zoom
 */

.slideme-zoom > *, 
.slideme_container .slideme-zoom > * {
    opacity: 0;
    visibility: hidden;
}

.slideme-zoom > .current {
    visibility: visible;
    z-index: 4;
}

.slideme-zoom > .next {
    visibility: visible;
    z-index: 5;
}

.slideme-zoom > .before, 
.slideme-zoom.nextClicked > .current {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.slideme-zoom > .after, 
.slideme-zoom.nextClicked > .next, 
.slideme-zoom.prevClicked > .current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 5;
}

.slideme-zoom > .before {
    z-index: 6;
}

.slideme-zoom.nextClicked > .current,
.slideme-zoom.nextClicked > .next,
.slideme-zoom.prevClicked > .current,
.slideme-zoom.prevClicked > .next {
    -webkit-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -moz-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -ms-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -o-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.slideme-zoom.nextClicked > .current {
    opacity: 0;
}

.slideme-zoom.nextClicked > .after {
    opacity: 1;
}

.slideme-zoom.prevClicked > .next {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/*
 * fade
 */

.slideme-fade > *, 
.slideme_container .slideme-fade > * {
    opacity: 0;
    z-index: 0;
}

.slideme-fade.nextClicked > .current,
.slideme-fade.nextClicked > .next,
.slideme-fade.prevClicked > .current,
.slideme-fade.prevClicked > .next {
    -webkit-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.slideme-fade.nextClicked > .current, 
.slideme-fade.prevClicked > .current  {
    opacity: 0;
    z-index: 5;
}

.slideme-fade.nextClicked > .next, 
.slideme-fade.prevClicked > .next  {
    opacity: 1;
    z-index: 4;
}

/*
 * page
 */

.slideme-page > .current {
    visibility: visible;
    z-index: 4;
}

.slideme-page > .next {
    visibility: visible;
    z-index: 6;
}

.slideme-page > .after {
    left: 100%;
}

.slideme-page > .before {
    left: -100%;
}

.slideme-page.nextClicked > .current, 
.slideme-page.prevClicked > .current {
    -webkit-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    visibility: hidden;
}

.slideme-page.nextClicked > .next, 
.slideme-page.prevClicked > .next {
    -webkit-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    left: 0;
}

/*
 *  SLIDEME TOUCH
 */

.slideme-touch {
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}

.slideme-touch.snapping {
    overflow-x: hidden;
} 

.slideme_container .slideme-touch > * {
    -webkit-transform: translateZ(0px);
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.slideme_container .slideme-touch > * img {
    display: block;
    min-height: 1px;
    min-width: 1px;
    width: 100%;
}