/*
Theme Name: HMI Systems
Theme URI: http://digisquid.com/squid-theme
Author: DigiSquid, LLC.
Author URI: http://digisquid.com/
Description: The Theme for HMI Systems.
Version: 18.6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: squid
Tags: theme-options
This theme, like WordPress, is licensed under the GPL.
*/
/* @group SASS Partials */
/* Squid CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

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

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* !Transitions ============================================================== */
a {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out; }

a:hover {
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out; }

a.hover-fade img {
  -webkit-transition: color, opacity 500ms ease-in-out;
  -o-transition: color, opacity 500ms ease-in-out;
  transition: color, opacity 500ms ease-in-out;
  -webkit-transition: color,opacity 500ms ease-in-out;
  -moz-transition: color,opacity 500ms ease-in-out;
  -o-transition: color,opacity 500ms ease-in-out;
  -ms-transition: color,opacity 500ms ease-in-out;
  opacity: 0.5; }

a.hover-fade:hover img {
  -webkit-transition: color, opacity 100ms ease-in-out;
  -o-transition: color, opacity 100ms ease-in-out;
  transition: color, opacity 100ms ease-in-out;
  -webkit-transition: color,opacity 100ms ease-in-out;
  -moz-transition: color,opacity 100ms ease-in-out;
  -o-transition: color,opacity 100ms ease-in-out;
  -ms-transition: color,opacity 100ms ease-in-out;
  opacity: 1; }

/* @end */
/* @group SASS Variables and Mixins */
/* @end */
/* @group Typography */
body {
  /* Base Font Size */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px; }

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #0199d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1em; }

/* Header 1 */
#content h1 {
  font-size: 2.5em; }

/* Header 2 */
#content h2,
#content h2 a:link {
  font-size: 2em; }

/* Blog Feed Headlines */
#content h2.fl-post-grid-title,
#content h2.fl-post-grid-title a:link {
  font-size: 2em; }

/* Blog H2 */
div#content div#blogpost h2 {
  font-size: 2em;
  margin-top: 25px; }

/* Header 2 link colors */
#content h2 a:hover,
#content h2 a:visited {
  color: #0199d9; }

/* H3 Header text */
#content h3 {
  font-size: 1.5em; }

/* H4 Header text */
#content h4 {
  font-size: 1.25em; }

/* H5 Header text */
#content h5 {
  font-size: 1em; }

/* H6 Header text */
#content h6 {
  font-size: 0.95em; }

/* Body Copy */
p,
li {
  text-align: left;
  line-height: 1.75em;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif; }

/* Site Links */
a:link,
a:visited {
  color: #0199d9;
  text-decoration: none; }

a:hover,
a:active {
  color: #435058;
  text-decoration: none; }

/* Content text */
#content ul,
#content ol {
  font: inherit;
  font-size: 1em; }

/* Resets our ULs after the main reset and menu nav chewed them up */
#content ul {
  list-style: disc;
  padding-top: 0; }

/* Resets our OLs */
#content ol {
  list-style: decimal;
  text-align: left;
  padding-top: 0; }

/* Resets our LIs */
#content li {
  padding-bottom: 10px;
  text-align: left;
  margin-left: 40px; }

/* Resets our OL OLs */
#content ol ol {
  list-style: upper-alpha; }

/* Resets our OL OL OL OL LOL */
#content ol ol ol,
#content ol ol ol ol {
  list-style: lower-roman; }

/* The blockquote, of course */
blockquote {
  color: #0199d9;
  padding: 10px 10px 10px 25px;
  background-color: #435058;
  margin: 10px 50px; }

/* More blockquote styling */
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal; }

/* Defines how bold bold is when its bolded all bold like. */
strong {
  font-weight: bold; }

/* Fixes the pre tag */
pre {
  margin-bottom: 18px;
  padding: 1.5em; }

/* Hr matey */
hr {
  height: 1px;
  border: 0; }

/* Text for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #0199d9;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000; }

p.button a {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff !important;
  background: #0199d9;
  border: none;
  border-radius: 0px;
  margin-top: 20px;
  margin-bottom: 20px; }

p.button a:hover {
  color: #ffffff !important;
  background: #435058; }

/* @end */
/* @group Menu */
/* The menu container. It holds the menu, obviously. */
/* Top level menu links */
#menumodule li {
  font-family: "Open Sans", sans-serif; }

/* Child menu links */
/* @end */
/* @group Body */
body {
  color: #000000; }

/* The main container. It holds everything. Everything! */
#container {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center; }

/* @end */
/* @group Header */
/* The module above the module that holds the header */
/* The module that holds the header */
/* The Logo */
/* Social Media Icons */
#socialmodule > div > div > span > a > i {
  padding: 10px; }

/* @end */
/* @group Content */
/* Wraps the content */
#contentwrap {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #ffffff; }

/* Holds every element between the header and the footer. */
#content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  text-align: left; }

/* Holds the main site content */
#contentblock {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%; }

/* Module holding the main site content */
/* @end */
/* @group Blog */
.bypostauthor {
  display: block; }

/* Module that holds the blog posts. */
div#content div#blogmodule h2 a:link {
  font-size: 1em; }

div#content div#blogpost img {
  width: 100%;
  height: auto; }

div#content div#blogcomments {
  padding: 25px;
  margin: 25px;
  border: 1px solid #cbcbcb; }

.sticky {
  display: block; }

/* @end */
/* @group Gravity Forms */
#field_1_1,
#field_1_2,
#field_1_3,
#field_1_4,
#field_1_5,
#field_1_6,
#field_1_7,
#field_1_8,
#field_1_9,
#field_1_10 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

#field_1_1 input,
#field_1_2 input,
#field_1_3 input,
#field_1_4 input,
#field_1_5 input,
#field_1_6 input,
#field_1_7 input,
#field_1_8 input,
#field_1_9 input,
#field_1_10 input {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

div#contactform input#gform_submit_button_1 {
  padding: 10px; }

/* @end */
/* @group Footer */
/* The module that holds the footer */
/* @group Saved Modules */
/* @end */
/* @group Saved Rows */
div.doubleblockrow div.fl-col {
  min-height: 500px; }

/* @end */
/* @group Sidebar */
#sidebarmodule h2 {
  font-size: 1.5em;
  color: #0199d9; }

#sidebarmodule ul {
  list-style: none; }

#sidebarmodule li {
  margin-left: 0px; }

#sidebarmodule li a {
  color: #435058; }

#sidebarmodule li a:hover {
  color: #0199d9; }

/* Squid Child Pages Plugin Styling */
ul.children {
  margin-left: 15px; }

/* Sidebar Widgets */
#sidebarmodule .sidebarwidget {
  padding: 20px;
  margin-bottom: 20px; }

/* @end */
/* Hides the Formidable form title in the footer*/
#footerform > div > div > div > div > h2 {
  display: none; }

/* @end */
/* @group Images */
/* Makes images responsive */
img {
  max-width: 100%;
  height: auto; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Restricts media to our content width as defined in functions.php */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* @end */
/* @group Search */
#searchmodule > div > div > div > form > label > input.search-field {
  padding: 10px;
  border: 1px solid #435058;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box;
  min-width: 200px; }

#searchmodule > div > div > div > form > input.search-submit {
  padding: 10px;
  color: #ffffff;
  background-color: #435058;
  border: 0px;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box; }

div.searchresult {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 25px; }

div.searchthumbnail {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 25%;
  margin-right: 25px; }

div.searchdescription {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 72%;
  padding: 25px;
  border: 1px solid #435058; }

div.searchdescription.full {
  width: 100%; }

div.searchresult h2 {
  padding-left: 10px; }

div.searchresult p {
  padding: 10px; }

div.searchresult img {
  padding-right: 50px; }

div.searchresult a.readmore {
  margin-left: 10px;
  display: inline-block;
  color: #435058;
  background-color: #0199d9; }

/* @end */
/* @group Responsive - Less than Site Width */
@media screen and (max-width: 100%) {
  /* @group Tablet Partials */
  div#container,
  div#contentwrap,
  div#content,
  div#contentblock {
    /* Mobilize framework */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto; }
  img {
    /* Set mobile image max width to 100% */
    max-width: 100%;
    height: auto;
    width: auto; }
  img.alignright {
    /* Mobile photo, align right */
    margin: 20px;
    float: none;
    display: block; }
  img.alignleft {
    /* Mobile photo, align left */
    margin: 20px;
    float: none;
    display: block; }
  /* @end */
  /* Makes the mobile content block fluid */
  div#contentblock {
    width: 100%;
    padding: 25px;
    text-align: left; }
  #menu-main-menu-2 span.menu-item-text {
    display: none; } }

/* @end */
/* @group Responsive - Less than 768 */
@media screen and (max-width: 768px) {
  /* Hamburger Menu */
  .fl-node-5a6a3500522f9 .uabb-creative-menu-mobile-toggle {
    font-size: 16px !important;
    color: #0199d9 !important; }
  /* Corrects Slider on Mobile */
  div.fl-slide-content-wrap {
    width: 90% !important;
    margin: 20px !important;
    border: 1px solid #0199d9; }
  /* Remove Navigation Arrows on Slider */
  .fl-content-slider-navigation .slider-prev,
  .fl-content-slider-navigation .slider-next {
    display: none !important; }
  /* Makes images responsive */
  img {
    max-width: 100%;
    height: auto; }
  .alignleft {
    display: block;
    float: none;
    margin-right: 0px; }
  .alignright {
    display: block;
    float: none;
    margin-left: 0px; } }

/* @end */
