@import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
#header #logo h3, #header #navbar .panel-activation {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

html, body {
  height: 100%; }

body {
  background: #8c8c8c;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #6AE60C; }
  a:hover {
    color: #3d8507; }

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

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

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

#body {
  background: #8c8c8c;
  padding-top: 10rem;
  padding-bottom: 11rem; }

.left {
  float: left; }

.right {
  float: right; }

.default-animation, #body, #header, #header #logo h3, .modular .showcase .button {
  -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, .grav-lightslider, .gallery, .formWrap, .pricing-tables, #pricing, #comparison-table, .googleMapWrap, .contactDetailsWrap {
  padding-left: 7rem;
  padding-right: 7rem; }
  @media only all 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, .grav-lightslider, .gallery, .formWrap, .pricing-tables, #pricing, #comparison-table, .googleMapWrap, .contactDetailsWrap {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @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, .grav-lightslider, .gallery, .formWrap, .pricing-tables, #pricing, #comparison-table, .googleMapWrap, .contactDetailsWrap {
      padding-left: 1rem;
      padding-right: 1rem; } }

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

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  #header.scrolled {
    height: 7rem;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
    #header.scrolled #logo h3 {
      color: #444 !important;
      font-size: 1.6rem !important; }
    #header.scrolled #logo a, #header.scrolled #navbar span {
      color: #444 !important; }
    #header.scrolled #navbar a {
      color: #F0F2F4 !important; }
      #header.scrolled #navbar a:hover {
        color: #b5bfc9 !important; }
    #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
      background-color: #F0F2F4 !important; }
  #header > .grid, #header #logo, #header #navbar {
    height: 100%; }
  #header #logo {
    float: left; }
    #header #logo h3 {
      font-size: 2rem;
      line-height: 2rem;
      margin: 0;
      text-transform: uppercase; }
      #header #logo h3 a {
        color: #444; }
  #header #menuWrap {
    padding-top: 0.4rem;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(10, 10, 10, 0.9);
    box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px; }
  #header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #header ul.navigation {
      display: inline-block;
      padding-left: 1em; }
      #header ul.navigation li {
        float: left;
        position: relative; }
        #header ul.navigation li a {
          font-family: "Hemi Head 426";
          display: inline-block;
          padding: 0.3rem 0.8rem; }
          #header ul.navigation li a:before, #header ul.navigation li a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #F0F2F4;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          #header ul.navigation li a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(0.75);
            -moz-transform: scaleX(0.75);
            -ms-transform: scaleX(0.75);
            -o-transform: scaleX(0.75);
            transform: scaleX(0.75); }
          #header ul.navigation li a.active:after {
            bottom: 0;
            visibility: visible;
            -webkit-transform: scaleX(0.75);
            -moz-transform: scaleX(0.75);
            -ms-transform: scaleX(0.75);
            -o-transform: scaleX(0.75);
            transform: scaleX(0.75); }
        #header ul.navigation li.active a:after {
          bottom: 0;
          visibility: visible;
          -webkit-transform: scaleX(0.75);
          -moz-transform: scaleX(0.75);
          -ms-transform: scaleX(0.75);
          -o-transform: scaleX(0.75);
          transform: scaleX(0.75); }
        #header ul.navigation li ul {
          display: none;
          padding: 0;
          box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
        #header ul.navigation li ul ul {
          left: 100%;
          top: 0; }
        #header ul.navigation li:hover > ul {
          display: block;
          position: absolute;
          background: #969696;
          width: 15rem;
          padding-top: 5px; }
        #header ul.navigation li:hover li {
          float: none;
          margin: 0;
          padding: 0; }
          #header ul.navigation li:hover li a {
            padding: 0.5rem 0.8rem;
            display: block; }
            #header ul.navigation li:hover li a:before, #header ul.navigation li:hover li a:after {
              display: none; }
          #header ul.navigation li:hover li.active > a {
            background: #6AE60C;
            color: #fff; }
      @media only all and (max-width: 59.938em) {
        #header ul.navigation {
          display: none; } }
  #header #navbar {
    font-size: 1.1rem; }
    #header #navbar .panel-activation {
      padding: 1rem;
      margin-top: -25px;
      color: #E2E2E2;
      display: none;
      font-size: 1.8rem;
      cursor: pointer;
      float: right; }
      @media only all and (max-width: 59.938em) {
        #header #navbar .panel-activation {
          display: inline-block; } }

.header-image.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }
  .header-image.fullwidth #body > .listing-row {
    padding-left: 7rem;
    padding-right: 7rem; }
.header-image .listing-row:last-child {
  margin-bottom: 2rem; }
.header-image #body .flush-top {
  margin-top: -11.5rem;
  padding-top: 11rem; }
.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(106, 230, 12, 0.7) !important; }
  .header-image #header #navbar ul.navigation ul li a {
    color: #F0F2F4; }
    .header-image #header #navbar ul.navigation ul li a:hover {
      color: #b5bfc9; }

.totop {
  position: absolute;
  bottom: 5rem;
  text-align: center;
  left: 0;
  right: 0; }
  .totop span {
    font-size: 1.7rem;
    line-height: 2.5rem;
    background: #333;
    width: 3rem;
    height: 2rem;
    border-radius: 3px;
    display: inline-block;
    text-align: top; }

.footer {
  font-size: 0.9rem;
  background: #333;
  width: 100%;
  padding-top: 2rem; }
  .footer p {
    color: #ddd; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer a {
    color: #444; }
  .footer h5 {
    line-height: 2rem;
    margin-top: 0;
    text-align: left;
    color: #fff; }
  .footer hr {
    border-color: rgba(68, 68, 68, 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: 30%;
    vertical-align: top;
    padding-right: 2rem; }
    .footer .footer-module.large {
      width: 40%; }
    @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 .block-left {
      display: block;
      float: left;
      width: 50%; }
      .footer .logo .block-left h3 {
        padding: 0px;
        margin: 0px; }
      .footer .logo .block-left h3 a {
        color: #fff; }
    .footer .logo .block-right {
      text-align: right;
      width: 50%;
      display: inline-block; }
      .footer .logo .block-right a {
        color: #6AE60C; }
      .footer .logo .block-right a :hover {
        color: #fff; }
      .footer .logo .block-right .social-icons {
        font-size: 2.5rem; }
    .footer .logo:after {
      content: "";
      display: table;
      clear: both; }
  .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: "Hemi Head 426";
    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: "Hemi Head 426"; }
    @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; }
      .footer .footer-menu ul li {
        display: inline-block; }
        .footer .footer-menu ul li:after {
          content: "/";
          margin: 0 0.5rem;
          display: inline-block; }
        .footer .footer-menu ul li:last-child:after {
          display: none; }
  .footer .newsletter input {
    display: inline-block;
    height: 2.5rem;
    border: 0 none; }
  .footer .newsletter input[type=text] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .footer .newsletter input[type=submit] {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 0 1.2rem;
    vertical-align: top; }

html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Hemi Head 426";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  letter-spacing: -0px; }

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

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h2 {
    font-size: 2.1rem; } }
@media only all and (max-width: 47.938em) {
  h2 {
    font-size: 2rem; } }

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h3 {
    font-size: 1.7rem; } }
@media only all and (max-width: 47.938em) {
  h3 {
    font-size: 1.6rem; } }

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h4 {
    font-size: 1.35rem; } }
@media only all and (max-width: 47.938em) {
  h4 {
    font-size: 1.25rem; } }

h1 {
  text-align: center;
  letter-spacing: -3px; }

h2 {
  letter-spacing: -2px; }

h3 {
  letter-spacing: -1px; }

h1 + h2 {
  margin: -2rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  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 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    h1 + h2 {
      font-size: 1.5rem; } }

h2 + h3 {
  margin: 0.5rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  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) {
    h2 + h3 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    h2 + h3 {
      font-size: 1.5rem; } }

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 > p a {
      color: #b06d0f; }
      blockquote > blockquote > blockquote > p a:hover {
        color: #f2b866; }
  blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -94px;
    border-left: 10px solid #D9534F;
    background: #FDF7F7;
    color: #b52b27; }
    blockquote > blockquote > blockquote > blockquote > p a {
      color: #8b211e; }
      blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #de6764; }
  blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -118px;
    border-left: 10px solid #5BC0DE;
    background: #F4F8FA;
    color: #28a1c5; }
    blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #1f7e9a; }
      blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #70c8e2; }
  blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -142px;
    border-left: 10px solid #5CB85C;
    background: #F1F9F1;
    color: #3d8b3d; }
    blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #2d672d; }
      blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #6ec06e; }

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

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

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

hr {
  border-bottom: 4px solid #F0F2F4; }

.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;
  background: #6AE60C;
  color: #fff; }

.label {
  vertical-align: middle;
  background: #6AE60C;
  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: "Hemi Head 426";
  margin-right: 0.75rem; }

fieldset {
  border: 1px solid #ddd; }

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 #ddd;
  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: #c4c4c4; }
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: #6AE60C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(95, 206, 11, 0.7); }

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

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

table {
  border: 1px solid #eaeaea;
  table-layout: auto; }

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

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

.button {
  background: #fff;
  color: #6AE60C;
  border: 1px solid #6AE60C;
  border-radius: 3px; }
  .button:hover {
    background: #6AE60C;
    color: #fff; }
  .button:active {
    box-shadow: 0 1px 0 #4fac09; }

.button-secondary {
  background: #fff;
  color: #F6635E;
  border: 1px solid #F6635E;
  border-radius: 3px; }
  .button-secondary:hover {
    background: #F6635E;
    color: #fff; }
  .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.3333333333%; }
  @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: #6AE60C;
  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: #6AE60C; }

.bullet-icon-2 {
  background: #b3e60c; }

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

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

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

#panel {
  padding-top: 1rem;
  color: #ddd; }
  #panel .navigation {
    list-style: none;
    padding: 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: #444; }
        #panel .navigation li.active > a:hover {
          color: #444; }
      #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;
  padding-bottom: 2rem; }
  .blog-header.blog-header-image {
    background-size: cover;
    background-position: center; }
    .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
      color: #FFFFFF; }
  .blog-header h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .blog-header h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938em) {
      .blog-header h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .blog-header + .blog-content {
    padding-top: 3rem; }

.list-item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 3rem; }
  .list-item:last-child {
    border-bottom: 0; }
  .list-item .list-blog-header {
    position: relative; }
    .list-item .list-blog-header h4 {
      margin-bottom: 0.5rem; }
      .list-item .list-blog-header h4 a {
        color: #444; }
        .list-item .list-blog-header h4 a:hover {
          color: #6AE60C; }
    .list-item .list-blog-header img {
      display: block;
      margin-top: 1rem;
      border-radius: 3px; }
  .list-item .list-blog-date {
    float: right;
    text-align: center; }
    .list-item .list-blog-date span {
      display: block;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 110%; }
    .list-item .list-blog-date em {
      display: block;
      border-top: 1px solid #EEEEEE;
      font-style: normal;
      text-transform: uppercase; }

.blog-content-item .list-blog-padding > p:nth-child(2) {
  font-size: 1.2rem; }

.tags a {
  display: inline-block;
  font-size: 0.8rem;
  border: 1px solid #6AE60C;
  border-radius: 3px;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase; }

.archives, .related-pages {
  padding: 0;
  list-style: none; }
  .archives li, .related-pages li {
    border-bottom: 1px solid #EEEEEE;
    line-height: 2rem; }
    .archives li:last-child, .related-pages li:last-child {
      border-bottom: 0; }

.related-pages li a {
  display: block; }
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%; }

.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 {
      margin-bottom: 1rem; }
    #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: 6rem; }
  #error h1 {
    font-size: 5rem; }
  #error p {
    margin: 1rem 0; }

.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: #777777; }
  @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; }

@font-face {
  font-family: 'Hemi Head 426';
  font-style: normal;
  font-weight: normal;
  src: local("HemiHeadFourTwentySix-Regular"), url("../fonts/hemi head 426.woff") format("woff"); }
.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1; }

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

.grav-lightslider {
  margin-top: 2rem; }

#header #SecondLogos {
  float: left;
  display: block;
  height: 100%;
  padding-left: 20px;
  padding-top: 3px; }
  @media only all and (max-width: 59.938em) {
    #header #SecondLogos {
      display: none; } }
#header .SecondLogoIMG {
  padding-bottom: 0px;
  padding-left: 20px;
  position: relative;
  top: 15px; }
#header #logoIMG {
  padding-bottom: 0px;
  padding-left: 20px;
  position: relative;
  top: 10px; }
#header #subLogo {
  display: inline-block;
  float: right;
  padding-top: 22px;
  padding-right: 22px; }
  @media only all and (max-width: 59.938em) {
    #header #subLogo {
      display: none; } }
#header #mobileSubLogo {
  display: none;
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -32.5px; }
  @media only all and (max-width: 59.938em) {
    #header #mobileSubLogo {
      display: inline-block; } }
#header .menuText {
  color: #F0F2F4 !important; }
#header .menuText a {
  color: #F0F2F4 !important;
  font-size: 1rem;
  font-weight: 200; }
  #header .menuText a:hover {
    color: #6AE60C !important; }
  @media only all and (min-width: 75em) {
    #header .menuText a {
      font-size: 20px; } }
  @media only all and (min-width: 60em) and (max-width: 74.938em) {
    #header .menuText a {
      font-size: 18px; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    #header .menuText a {
      font-size: 16px; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    #header .menuText a {
      font-size: 14px; } }
#header .subMenuText a {
  color: #F0F2F4 !important;
  font-size: .6rem;
  font-weight: 0; }
  #header .subMenuText a:hover {
    color: #b5bfc9 !important; }
  @media only all and (min-width: 75em) {
    #header .subMenuText a {
      font-size: 20px; } }
  @media only all and (min-width: 60em) and (max-width: 74.938em) {
    #header .subMenuText a {
      font-size: 18px; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    #header .subMenuText a {
      font-size: 16px; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    #header .subMenuText a {
      font-size: 14px; } }
#header #navbar ul.navigation li a {
  padding: 0.3rem 0.6rem; }
  @media only all and (min-width: 75em) {
    #header #navbar ul.navigation li a {
      padding: 0.3rem 0.6rem; } }
  @media only all and (min-width: 60em) and (max-width: 74.938em) {
    #header #navbar ul.navigation li a {
      padding: 0.3rem 0.4rem; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    #header #navbar ul.navigation li a {
      padding: 0.3rem 0.2rem; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    #header #navbar ul.navigation li a {
      padding: 0.3rem 0.2rem; } }
#header #infoText {
  display: block;
  position: fixed;
  width: 100%;
  float: left;
  top: 88px;
  left: 140px;
  color: #6AE60C; }
  @media only all and (max-width: 59.938em) {
    #header #infoText {
      display: none; } }
#header #headerEmailBlock {
  padding-left: 15px;
  color: #6AE60C !important; }
  #header #headerEmailBlock:hover {
    color: #a2f761 !important; }
#header #menuWrap {
  overflow: visible !important;
  background-color: #333;
  text-align: left !important; }
#header #menuWrapWithSub {
  padding-top: 0.4rem;
  text-align: center;
  overflow: visible !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #969696 !important;
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 0 !important; }
#header #subMenuWrap {
  padding-top: 0.4rem;
  text-align: center;
  overflow: visible;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #a0a0a0;
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px; }
#header ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #header ul.navigation {
    display: inline-block;
    padding-left: 1em; }
    #header ul.navigation li {
      float: left;
      position: relative; }
      #header ul.navigation li a {
        font-family: "Hemi Head 426";
        display: inline-block;
        padding: 0.3rem 0.8rem; }
        #header ul.navigation li a:before, #header ul.navigation li a:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: #F0F2F4;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        #header ul.navigation li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(0.75);
          -moz-transform: scaleX(0.75);
          -ms-transform: scaleX(0.75);
          -o-transform: scaleX(0.75);
          transform: scaleX(0.75); }
        #header ul.navigation li a.active:after {
          bottom: 0;
          visibility: visible;
          -webkit-transform: scaleX(0.75);
          -moz-transform: scaleX(0.75);
          -ms-transform: scaleX(0.75);
          -o-transform: scaleX(0.75);
          transform: scaleX(0.75); }
      #header ul.navigation li.active a:after {
        bottom: 0;
        visibility: visible;
        -webkit-transform: scaleX(0.75);
        -moz-transform: scaleX(0.75);
        -ms-transform: scaleX(0.75);
        -o-transform: scaleX(0.75);
        transform: scaleX(0.75); }
      #header ul.navigation li ul {
        display: none;
        padding: 0;
        box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
        border-radius: 6px;
        text-align: left;
        background: #333; }
      #header ul.navigation li ul ul {
        left: 100%;
        top: 0; }
      #header ul.navigation li:hover > ul {
        display: block;
        position: absolute;
        background: #333;
        width: 20rem; }
      #header ul.navigation li:hover li {
        float: none;
        margin: 0;
        padding: 0; }
        #header ul.navigation li:hover li:hover {
          background: #555; }
        #header ul.navigation li:hover li a {
          padding: 0.5rem 0.8rem;
          display: block; }
          #header ul.navigation li:hover li a:before, #header ul.navigation li:hover li a:after {
            display: none; }
        #header ul.navigation li:hover li.active > a {
          background: #222;
          color: #fff; }
    @media only all and (max-width: 59.938em) {
      #header ul.navigation {
        display: none; } }

#panel {
  background-color: darkgray; }
  #panel #menuWrap {
    background-color: darkgray; }
    #panel #menuWrap .navigation li {
      font-family: 'opensans-light', sans-serif; }

#infoSection {
  overflow: hidden;
  display: block;
  margin-left: 7rem;
  margin-right: 7rem;
  padding: 1rem 0;
  text-align: center; }
  @media only all and (max-width: 59.938em) {
    #infoSection {
      margin-left: 1rem;
      margin-right: 1rem; } }
  #infoSection .row:before, #infoSection .row:after {
    content: " ";
    display: table;
    clear: both; }
  #infoSection .row {
    height: 100%;
    width: 96%;
    max-width: 1008px;
    margin: 0 auto; }
  #infoSection .feature {
    margin-top: 30px;
    margin-bottom: 54px;
    display: block; }
    #infoSection .feature .right {
      padding-left: 0px !important;
      float: right; }
      @media only all and (max-width: 59.938em) {
        #infoSection .feature .right {
          float: none; } }
    #infoSection .feature .left {
      padding-left: 0px !important;
      float: left; }
      @media only all and (max-width: 59.938em) {
        #infoSection .feature .left {
          float: none; } }
    #infoSection .feature .half {
      vertical-align: middle;
      padding-bottom: 10px;
      display: inline-block;
      width: 50%; }
      @media only all and (max-width: 59.938em) {
        #infoSection .feature .half {
          width: 100%; } }

#body {
  padding-bottom: 0rem;
  background-color: #555;
  color: #BCBCBC !important; }

.full {
  width: 99%; }

.half {
  width: 49%;
  min-width: 200px;
  max-width: 25rem; }
  @media only all and (max-width: 59.938em) {
    .half {
      width: 100%; } }

.third {
  width: 32;
  max-width: 25rem;
  min-width: 200px; }
  @media only all and (max-width: 59.938em) {
    .third {
      width: 100%; } }

.quater {
  width: 24%;
  max-width: 25rem;
  min-width: 200px; }
  @media only all and (max-width: 59.938em) {
    .quater {
      width: 100%; } }

#sb-site, .sb-site-container {
  background-color: #555 !important; }

.footer .newsletter input {
  display: inline-block;
  height: 1.5rem;
  border: 0 none; }

.footerSecondLogos {
  padding-left: 10px;
  padding-top: 10px; }

.footer a, footer-module a {
  color: #6AE60C; }
.footer .hidden, footer-module .hidden {
  color: #333 !important; }

.totop {
  position: relative;
  top: -3rem; }

.footer .footer-items {
  display: inline-flex !important;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0px !important; }
  .footer .footer-items .footer-module .social-icons {
    font-size: 30px; }
  .footer .footer-items .footer-module .logo H3 {
    text-align: left; }

.footerLogo H3 {
  text-align: left;
  margin: 0px !important; }

.footer-copyright {
  color: #6AE60C;
  width: 100% !important; }

.modular .features {
  padding: 1rem 0;
  text-align: center; }
  .modular .features:after {
    content: "";
    display: table;
    clear: both; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features p {
    margin: 1rem 0;
    font-size: 1.2rem; }
    @media only all and (max-width: 47.938em) {
      .modular .features p {
        font-size: 1rem; } }
  .modular .features .feature-items {
    margin-top: 2rem; }
    @supports not (flex-wrap: wrap) {
      .modular .features .feature-items {
        overflow: hidden;
        display: inline-block; } }
  .modular .features .feature_3inRow {
    padding-left: 10px;
    padding-right: 10iibipx;
    display: block;
    float: left;
    width: 33%;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
      .modular .features .feature_3inRow {
        margin-top: 1rem;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px; } }
    @media only all and (max-width: 30em) {
      .modular .features .feature_3inRow {
        margin-top: 1rem;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px; } }
    .modular .features .feature_3inRow i.fa {
      font-size: 2rem;
      color: #6AE60C; }
    .modular .features .feature_3inRow h4 {
      margin: 0;
      font-size: 1.1rem; }
    .modular .features .feature_3inRow p {
      display: inline-block;
      font-size: 1rem;
      margin: 0.2rem 0 1rem; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature_3inRow {
      width: 66%; }
      @media only all and (max-width: 30em) {
        .modular .features.big .feature_3inRow {
          margin-top: 1rem;
          width: 100%; } }
    .modular .features.big i.fa {
      font-size: 3rem;
      float: left; }
    .modular .features.big .feature-content {
      padding-right: 2rem; }
      .modular .features.big .feature-content.icon-offset {
        margin-left: 5rem; }
      .modular .features.big .feature-content h4 {
        font-size: 1.3rem;
        text-align: left; }
      .modular .features.big .feature-content p {
        padding: 0;
        text-align: left; }

.modular .picFeatureWrap {
  display: block;
  overflow: hidden; }
  .modular .picFeatureWrap .picfeature {
    color: #BCBCBC;
    text-align: center;
    margin: auto;
    overflow: hidden;
    margin-top: 0rem !important; }
    .modular .picFeatureWrap .picfeature .feature {
      text-align: left;
      width: 30%;
      padding: 1rem;
      margin-top: 0rem !important;
      display: inline-block;
      float: none; }
      @media only all and (min-width: 75em) {
        .modular .picFeatureWrap .picfeature .feature {
          width: 30%; } }
      @media only all and (min-width: 60em) and (max-width: 74.938em) {
        .modular .picFeatureWrap .picfeature .feature {
          width: 49%; } }
      @media only all and (min-width: 48em) and (max-width: 59.938em) {
        .modular .picFeatureWrap .picfeature .feature {
          width: 49%; } }
      @media only all and (max-width: 30em) {
        .modular .picFeatureWrap .picfeature .feature {
          width: 80%; } }
      @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
        .modular .picFeatureWrap .picfeature .feature {
          width: 80%; } }
      @media only all and (min-width: 75em) {
        .modular .picFeatureWrap .picfeature .feature .button {
          display: inline-block; } }
      @media only all and (min-width: 60em) and (max-width: 74.938em) {
        .modular .picFeatureWrap .picfeature .feature .button {
          display: inline-block; } }
      @media only all and (min-width: 48em) and (max-width: 59.938em) {
        .modular .picFeatureWrap .picfeature .feature .button {
          display: block; } }
      @media only all and (max-width: 30em) {
        .modular .picFeatureWrap .picfeature .feature .button {
          display: block; } }
      @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
        .modular .picFeatureWrap .picfeature .feature .button {
          display: block; } }
      .modular .picFeatureWrap .picfeature .feature H1, .modular .picFeatureWrap .picfeature .feature H2, .modular .picFeatureWrap .picfeature .feature H3, .modular .picFeatureWrap .picfeature .feature H4, .modular .picFeatureWrap .picfeature .feature H5 {
        min-height: 60px;
        color: #6AE60C; }
      .modular .picFeatureWrap .picfeature .feature a:hover img {
        /* border-color: #6AE60C;
        border-width: medium; */
        box-shadow: 0 0 3pt 2pt #6AE60C; }
    .modular .picFeatureWrap .picfeature .picfeature:before, .modular .picFeatureWrap .picfeature .picfeature:after {
      content: " ";
      display: table;
      clear: both; }
    .modular .picFeatureWrap .picfeature img {
      border: 1px solid black;
      border-radius: 5px; }

.feature-items {
  width: 100%; }
  .feature-items .feature {
    padding: 1rem; }

.gallery {
  background-color: #555;
  padding-top: 20px; }
  .gallery .wrap {
    overflow: hidden;
    margin: 10px; }
    .gallery .wrap .box {
      float: left;
      position: relative;
      width: 20%;
      padding-bottom: 20%; }
      @media only all and (max-width: 59.938em) {
        .gallery .wrap .box {
          width: 50%;
          padding-bottom: 50%; } }
    .gallery .wrap .boxInner {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      overflow: hidden; }
      .gallery .wrap .boxInner img {
        width: 100%;
        border-radius: 5px; }

.featherlight-content {
  border-radius: 7px; }

.formWrap {
  display: block;
  overflow: hidden;
  padding-bottom: 3rem;
  padding-top: 3rem; }

.mainForm {
  border-radius: 5px;
  padding: 2rem;
  background-color: #333;
  display: block;
  float: left;
  width: 50%;
  max-width: 45rem;
  margin: auto;
  padding-bottom: 3rem; }
  @media only all and (max-width: 59.938em) {
    .mainForm {
      width: 100%;
      max-width: 100%; } }
  .mainForm .form-label {
    color: #F0F2F4; }
  .mainForm .form-data {
    background-color: #F0F2F4; }

.formInfoBar {
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  float: right;
  width: 50%; }
  @media only all and (max-width: 59.938em) {
    .formInfoBar {
      width: 100%;
      max-width: 100%;
      float: none; } }

.formMessage {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  background-color: #ddd;
  border-radius: 7px; }
  .formMessage .alert {
    font-size: 2rem;
    font-weight: 900;
    color: #6AE60C; }

.pricing-tables {
  display: block;
  overflow: hidden;
  width: 100%; }

.pricing-column {
  display: inline-block;
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 2rem; }

#pricing {
  background: #F7F7F7;
  padding-top: 10px;
  padding-bottom: 77px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%; }

#pricing .price-block {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #E6E6E6;
  text-align: center;
  margin-bottom: 36px;
  overflow: hidden;
  width: 100%; }

.plan-title {
  font: 15px/30px 'montserrat-regular', sans-serif;
  padding: 30px 20px 6px 20px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  height: 8rem; }

.plan-title .fa {
  display: block;
  margin-bottom: 6px;
  font-size: 26px; }

.plan-price {
  font-family: 'montserrat-bold', sans-serif;
  font-size: 30px;
  color: #333;
  padding: 6px 30px 6px 30px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: .5px; }

.plan-price span {
  font-family: 'opensans-light', sans-serif;
  font-size: 15px;
  color: #999;
  display: block;
  margin-top: 0; }

ul.price-features {
  margin: 12px 0 0 0;
  list-style: none;
  padding: 1rem 0;
  height: 12rem; }

ul.price-features li {
  line-height: 39px;
  margin-bottom: 0; }

.plan-sign-up {
  padding: 24px 15px;
  margin: 0;
  text-align: center; }

.plan-sign-up .button {
  font: 13px/24px 'montserrat-bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

#comparison-table {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem; }
  #comparison-table .green {
    color: #66CD00; }
  #comparison-table .red {
    color: #ff1919; }
  #comparison-table .checks {
    width: 10rem; }

.text-centered H, H1, H2, H3, H4 {
  text-align: center; }

.text-centered-fullwidth {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%; }
  .text-centered-fullwidth H5 {
    text-align: center; }

.middleShowcase {
  margin: auto;
  display: block;
  background-color: rgba(25, 25, 25, 0.75);
  max-width: 85rem;
  border-radius: 7px;
  padding: 2rem; }

.googleMapWrap {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem; }

/*
.contactDetailsWrap{
    overflow:hidden;
    margin-top:1rem;
    padding-top:1rem;
    padding-bottom:1rem;
    color:$core-menu;
    @extend .padding-horiz;
    background-color:$form-bg;
    H5 {text-align:center;}
    .contactBlock{
        padding-right:1rem;
        width:49.5%;
        display:block;
        float:left;
        i {font-size:2rem;color:#1BB3E9;}
        p {
            margin:0px;
        }
        .right {text-align:right;@include breakpoint(desktop-only) {text-align:center}}
        table {
            border:none;;
            td {border:none;}
        }
        @include breakpoint(desktop-only) {
	       float:none;
            width:100%;
            text-align:center;
            padding-right:0px;

        }
    }
}
*/
.contactDetailsWrap {
  overflow: hidden;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #F0F2F4;
  background-color: #333; }
  .contactDetailsWrap H5 {
    text-align: center; }

.contactBlockWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contactBlockWrap h1, .contactBlockWrap h2, .contactBlockWrap h3, .contactBlockWrap h4, .contactBlockWrap h5, .contactBlockWrap h6 {
    color: #6AE60C;
    text-align: left; }
  .contactBlockWrap .contactBlock {
    order: 0;
    flex-grow: 0; }
    .contactBlockWrap .contactBlock i {
      font-size: 2rem;
      color: #1BB3E9; }
    .contactBlockWrap .contactBlock p {
      margin: 0px; }
    .contactBlockWrap .contactBlock table {
      border: none; }
      .contactBlockWrap .contactBlock table td {
        border: none; }

.text-centered {
  text-align: center;
  max-width: 65rem;
  margin: auto; }

.dualSplitPage {
  width: 100%;
  padding-top: auto;
  padding-bottom: auto;
  text-align: center; }

.leftPanel {
  vertical-align: text-top;
  display: inline-block;
  width: 40%;
  text-align: center; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .leftPanel {
      display: block;
      width: 100%; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    .leftPanel {
      display: block;
      width: 100%; } }

.middlePanel {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  vertical-align: text-top;
  width: 19%;
  text-align: center; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .middlePanel {
      display: block;
      width: 100%; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    .middlePanel {
      display: block;
      width: 100%; } }

.rightPanel {
  display: inline-block;
  width: 40%;
  vertical-align: text-top;
  text-align: center; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .rightPanel {
      display: block;
      width: 100%; } }
  @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
    .rightPanel {
      display: block;
      width: 100%; } }

.infoText {
  background-color: lightgrey;
  display: block;
  text-align: center;
  border-radius: 7px; }

.dualSplitForm {
  text-align: left; }

.contentbox {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  padding: 15px;
  margin: 40px 20px 20px 20px;
  color: black; }
  .contentbox H2 {
    color: #5fce0b; }
  .contentbox H3 {
    font-size: 1.5rem; }

.showcase .button {
  background: cornflowerblue !important;
  color: aliceblue !important; }
  .showcase .button:hover {
    background: #185bd3 !important; }

.filemanager tr:hover {
  background: lightblue; }
.filemanager td a {
  display: block; }

.hero {
  text-align: center; }
  .hero .heading {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .hero H4 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: darkgrey; }

.FloatingButton {
  text-align: center; }

.FloatingButtonWrap {
  width: 100%;
  padding: 20px; }

.ThreeRowWrapper {
  text-align: center; }
  .ThreeRowWrapper h4 {
    text-align: left; }
  .ThreeRowWrapper .ThreeRow {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left; }
  .ThreeRowWrapper .threeRowInside {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block; }

.halfWidth {
  width: 75%;
  margin: auto; }

.lightgreybg {
  background-color: #f0f0f0 !important; }

.downloads {
  margin: auto;
  margin-top: 80px;
  display: block;
  background-color: #505050;
  padding-left: 7rem;
  padding-right: 7rem;
  border-radius: 7px;
  min-height: 320px;
  color: #BCBCBC; }

.DLContainer {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center; }

.FileContainer {
  width: 400px;
  border: 2px solid #6AE60C;
  border-radius: 5px;
  padding: 4px;
  margin: 4px;
  display: inline-flex;
  text-align: left; }

.DLIcon {
  display: inline-flex; }

.DLText {
  width: auto;
  height: 100%;
  display: inline-flex;
  vertical-align: middle;
  padding-left: 4px; }

.modular.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .modular.header-image #header #logo h3 {
    color: #FFFFFF; }
  .modular.header-image #header #navbar a {
    color: #FFFFFF; }
.modular .showcase {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF; }
  .modular .showcase h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .modular .showcase h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938em) {
      .modular .showcase h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .modular .showcase .button {
    color: #FFFFFF;
    padding: 0.7rem 2rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1.3rem; }
    .modular .showcase .button:hover {
      background: rgba(255, 255, 255, 0.2); }

.modular .features {
  padding: 1rem 0;
  text-align: center; }
  .modular .features:after {
    content: "";
    display: table;
    clear: both; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features p {
    margin: 1rem 0;
    font-size: 1.2rem; }
    @media only all and (max-width: 47.938em) {
      .modular .features p {
        font-size: 1rem; } }
  .modular .features .feature-items {
    margin-top: 2rem; }
    @supports not (flex-wrap: wrap) {
      .modular .features .feature-items {
        overflow: hidden; } }
  .modular .features .feature {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 50%; } }
    @media only all and (max-width: 30em) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 100%; } }
    .modular .features .feature i.fa {
      font-size: 2rem;
      color: #6AE60C; }
    .modular .features .feature h4 {
      margin: 0;
      font-size: 1.1rem; }
    .modular .features .feature p {
      display: inline-block;
      font-size: 1rem;
      margin: 0.2rem 0 1rem; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      width: 50%; }
      @media only all and (max-width: 30em) {
        .modular .features.big .feature {
          margin-top: 1rem;
          width: 100%; } }
    .modular .features.big i.fa {
      font-size: 3rem;
      float: left; }
    .modular .features.big .feature-content {
      padding-right: 2rem; }
      .modular .features.big .feature-content.icon-offset {
        margin-left: 5rem; }
      .modular .features.big .feature-content h4 {
        font-size: 1.3rem;
        text-align: left; }
      .modular .features.big .feature-content p {
        padding: 0;
        text-align: left; }

.callout {
  background: #f6f6f6;
  padding: 6rem 0.938rem; }
  @media only all and (max-width: 59.938em) {
    .callout {
      text-align: center; } }
  .callout .align-left {
    float: left;
    margin-right: 2rem; }
    @media only all and (max-width: 59.938em) {
      .callout .align-left {
        float: none;
        margin-right: 0; } }
  .callout .align-right {
    float: right;
    margin-left: 2rem; }
    @media only all and (max-width: 59.938em) {
      .callout .align-right {
        float: none;
        margin-left: 0; } }
  .callout img {
    border-radius: 3px; }

#header #logo h3, #header #navbar .panel-activation {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#infoSection {
  overflow: hidden;
  display: block;
  margin-left: 7rem;
  margin-right: 7rem;
  padding: 1rem 0;
  text-align: center; }
  @media only all and (max-width: 59.938em) {
    #infoSection {
      margin-left: 1rem;
      margin-right: 1rem; } }
  #infoSection .row:before, #infoSection .row:after {
    content: " ";
    display: table;
    clear: both; }
  #infoSection .row {
    height: 100%;
    width: 96%;
    max-width: 1008px;
    margin: 0 auto; }
  #infoSection .feature {
    margin-top: 30px;
    margin-bottom: 54px;
    display: block; }
    #infoSection .feature .right {
      padding-left: 32px;
      float: right; }
      @media only all and (max-width: 59.938em) {
        #infoSection .feature .right {
          float: none; } }
    #infoSection .feature .left {
      padding-left: 32px;
      float: left; }
      @media only all and (max-width: 59.938em) {
        #infoSection .feature .left {
          float: none; } }
    #infoSection .feature .half {
      width: 50%; }
      @media only all and (max-width: 59.938em) {
        #infoSection .feature .half {
          width: 100%; } }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }

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