/**
 *  Base Styles
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 53, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 66, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../sass/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 108, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 125, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 134, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 143, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 152, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 168, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 172, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 183, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 191, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 202, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 210, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 220, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 228, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 251, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 265, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 289, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 321, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 356, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 389, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 398, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 407, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 418, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 *  Requirements
 */
/**
 *  Variables
 */
/**
 * Use this mixin to set all margins, paddings and borders to 0
 */
/**
 * Font Mixins
 */
/**
 * These are mixins I generally setup for Errors, Warnings, and Success blocks
 */
/**
 * Mixin to set items of equal width within a container with a max column count that wraps
 * and maintains equal size of items as screen shrinks.
 *
 * Based on the work by Kevin Lamping
 * See: https://www.fourkitchens.com/blog/article/responsive-multi-column-lists-flexbox
 * See: http://codepen.io/klamping/pen/waMOeX?editors=110
 */
/* line 15, ../sass/_base.scss */
html {
  font-size: 87.5%;
}

/* line 19, ../sass/_base.scss */
html,
body,
div,
span,
object,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 *  Desktop Styles
 */
/**
 *  Tablet Styles
 */
/**
 *  Phone Styles
 */
/**
 *  Small Phone Styles
 */
/* line 72, ../sass/_base.scss */
body {
  font-size: 16px;
  font-size: 1.14286rem;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  overflow-x: hidden;
  background: #ececec url(../images/body_bg.jpg) repeat;
  /* Menu */
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */
  /* big nav */
    /*.over_state::before {
				background: #666;
				}*/
    /*.over_state::before {
				background: #666;
				}*/
    /*.over_state::before {
				background: #666;
				}*/
  /* --- Newsletter Signup --- */
  /* --- Header (Home) --- */
  /* --- Header END --- */
  /* --- Content Block --- */
  /* --- CLOSE content-wrapper --- */
  /* --- Footer --- */
  /* --- END Footer --- */
}
/* line 78, ../sass/_base.scss */
body h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 68px;
  font-size: 4.85714rem;
  line-height: 68px;
  line-height: 4.85714rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
}
@media screen and (max-width: 1536px) {
  /* line 78, ../sass/_base.scss */
  body h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 42px;
    font-size: 3rem;
    line-height: 42px;
    line-height: 3rem;
    margin-bottom: 14px;
    margin-bottom: 1rem;
  }
}
/* line 100, ../sass/_base.scss */
body h2 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #fff;
  font-size: 48px;
  font-size: 3.42857rem;
  line-height: 48px;
  line-height: 3.42857rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
}
/* line 112, ../sass/_base.scss */
body h3 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  color: #fff;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
}
/* line 123, ../sass/_base.scss */
body h4 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  color: #fff;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 26px;
  line-height: 1.85714rem;
  margin-top: 22px;
  margin-top: 1.57143rem;
}
/* line 135, ../sass/_base.scss */
body h5 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 18px;
  line-height: 1.28571rem;
}
/* line 146, ../sass/_base.scss */
body .wpforms-field-hp {
  display: none !important;
}
/* line 149, ../sass/_base.scss */
body .drop_shadow {
  box-shadow: 10px 10px 5px -8px #020202;
  border: 2px solid #222;
}
/* line 153, ../sass/_base.scss */
body .dark_grey {
  color: #222 !important;
}
/* line 156, ../sass/_base.scss */
body .pag_marg {
  margin-top: 24px !important;
}
/* line 159, ../sass/_base.scss */
body .tag_marg {
  margin-bottom: 42px !important;
}
/* line 162, ../sass/_base.scss */
body .hr_border {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0px 0px 64px 0px;
}
/* line 167, ../sass/_base.scss */
body .hr_border_blog {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0px 0px 48px 0px;
}
/* line 172, ../sass/_base.scss */
body .hr_border_blog_int {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0px 0px 24px 0px;
}
/* line 177, ../sass/_base.scss */
body .hr_border_int {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0px 0px 3px 0px;
}
/* line 185, ../sass/_base.scss */
body .hamburger {
  width: 71px;
  height: 71px;
  background: transparent;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 1px;
  right: 12px;
  z-index: 9998;
  display: none;
}
/* line 200, ../sass/_base.scss */
body .hamburger:hover,
body .hamburger:focus {
  cursor: pointer;
}
/* line 204, ../sass/_base.scss */
body .hamburger:hover .bar_1,
body .hamburger:hover .bar_2,
body .hamburger:hover .bar_3 {
  background: #c7261c;
}
/* line 209, ../sass/_base.scss */
body .change {
  cursor: pointer;
}
/* line 212, ../sass/_base.scss */
body .type {
  float: left;
  position: absolute;
  top: 28px;
  left: -24px;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  color: #111;
}
/* line 223, ../sass/_base.scss */
body .bar_1,
body .bar_2,
body .bar_3 {
  height: 2px;
  background-color: #111;
  margin: 6px 0;
  border-radius: 25px;
  position: relative;
  top: 21px;
  left: 21px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 240, ../sass/_base.scss */
body .bar_1 {
  width: 28px;
}
/* line 243, ../sass/_base.scss */
body .bar_2 {
  width: 18px;
}
/* line 246, ../sass/_base.scss */
body .bar_3 {
  width: 24px;
}
/* line 250, ../sass/_base.scss */
body .change .bar_1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
  transform: rotate(-45deg) translate(-7px, 8px);
  top: 18px;
  background: #c7261c;
}
/* line 257, ../sass/_base.scss */
body .change .bar_2 {
  opacity: 0;
  background: #c7261c;
}
/* line 262, ../sass/_base.scss */
body .change .bar_3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
  top: 20px;
  background: #c7261c;
  width: 28px;
}
/* line 269, ../sass/_base.scss */
body .close {
  position: absolute;
  z-index: 205;
}
/* line 276, ../sass/_base.scss */
body .bignav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #f7f7f7;
  z-index: 9998;
  opacity: 1;
  display: none;
  top: 73px;
}
/* line 286, ../sass/_base.scss */
body ul.bignav_list {
  list-style-type: none;
  position: absolute;
  width: 100% !important;
  left: 0%;
  top: 0%;
  box-sizing: border-box;
}
/* line 294, ../sass/_base.scss */
body ul.bignav_list li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 24px 42px;
  color: #111;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  transition: 0.3s;
}
/* line 310, ../sass/_base.scss */
body ul.bignav_list li a {
  color: #111;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
/* line 319, ../sass/_base.scss */
body ul.dropdown_mobile li a {
  color: #111;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
/* line 328, ../sass/_base.scss */
body ul.bignav_list li a:hover,
body ul.bignav_list li a:focus,
body ul.bignav_list li:hover,
body ul.bignav_list li:focus {
  text-decoration: none;
  color: #fff;
}
/* line 336, ../sass/_base.scss */
body ul.bignav_list li:hover,
body ul.bignav_list li:focus {
  padding: 24px 0px 24px 52px;
  box-sizing: border-box;
  background: #222;
}
/* line 343, ../sass/_base.scss */
body ul.bignav_list li:hover a,
body ul.bignav_list li:focus a {
  color: #fff;
}
/* line 348, ../sass/_base.scss */
body .button {
  float: left;
  display: block;
  margin: 0em;
  padding: 10px 30px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  top: -12px;
  text-decoration: none;
}
/* line 364, ../sass/_base.scss */
body .button:focus {
  outline: none;
}
/* line 367, ../sass/_base.scss */
body .button > span {
  vertical-align: middle;
}
/* line 371, ../sass/_base.scss */
body .btn_size {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: bold;
}
/* line 381, ../sass/_base.scss */
body .light_btn {
  padding: 16px 48px !important;
  background: #222 !important;
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  float: left;
  top: 0 !important;
  border: 2px solid #555555;
  text-transform: uppercase !important;
}
/* line 394, ../sass/_base.scss */
body .light_btn::before,
body .light_btn::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 411, ../sass/_base.scss */
body .light_btn::after {
  background: #fff;
}
/* line 414, ../sass/_base.scss */
body .light_btn:hover {
  color: #222 !important;
  border: 2px solid #fff !important;
}
/* line 418, ../sass/_base.scss */
body .light_btn:hover::before,
body .light_btn:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 423, ../sass/_base.scss */
body .light_btn:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* line 428, ../sass/_base.scss */
body .dark_btn {
  padding: 16px 48px !important;
  background: #fff !important;
  color: #fff !important;
  overflow: hidden !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
  float: left !important;
  top: 0 !important;
  border: 2px solid #555 !important;
  color: #222 !important;
  text-transform: uppercase !important;
  position: inherit !important;
  font-size: 14px !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  font-weight: bold !important;
}
/* line 449, ../sass/_base.scss */
body .dark_btn::before,
body .dark_btn::after {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  bottom: 100% !important;
  left: 0 !important;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 466, ../sass/_base.scss */
body .dark_btn::after {
  background: #222 !important;
}
/* line 469, ../sass/_base.scss */
body .dark_btn:hover {
  color: #fff !important;
  border: 2px solid #222 !important;
}
/* line 473, ../sass/_base.scss */
body .dark_btn:hover::before,
body .dark_btn:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 478, ../sass/_base.scss */
body .dark_btn:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* line 483, ../sass/_base.scss */
body .dark_btn_int {
  padding: 12px 32px !important;
  background: #fff !important;
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  float: left;
  top: 0 !important;
  border: 2px solid #555;
  color: #222 !important;
  text-transform: uppercase !important;
}
/* line 497, ../sass/_base.scss */
body .dark_btn_int::before,
body .dark_btn_int::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 514, ../sass/_base.scss */
body .dark_btn_int::after {
  background: #222;
}
/* line 517, ../sass/_base.scss */
body .dark_btn_int:hover {
  color: #fff !important;
  border: 2px solid #222 !important;
}
/* line 521, ../sass/_base.scss */
body .dark_btn_int:hover::before,
body .dark_btn_int:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 526, ../sass/_base.scss */
body .dark_btn_int:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* line 531, ../sass/_base.scss */
body .regular {
  font-weight: 500 !important;
}
/* line 536, ../sass/_base.scss */
body #wrapper,
body #footer {
  transition: 0.4s;
  transition-delay: 0s;
  position: relative;
  left: 0px;
}
/* line 543, ../sass/_base.scss */
body .newsletter_signup {
  width: 463px;
  height: 100vh;
  background: #cf2c13;
  position: fixed;
  transition: 0.4s;
  z-index: 9999;
  box-sizing: border-box;
  padding: 72px 34px;
}
/* line 553, ../sass/_base.scss */
body .newsletter_signup .nl_top {
  border-bottom: 1px solid #fff;
  float: left;
  width: 100%;
}
/* line 558, ../sass/_base.scss */
body .newsletter_signup .nl_top .nl_heading {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 28px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2rem;
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  font-weight: 100;
  font-weight: 100;
  color: #fff;
  float: left;
}
/* line 571, ../sass/_base.scss */
body .newsletter_signup .nl_top img {
  float: right;
  cursor: pointer;
  position: relative;
  top: 4px;
}
/* line 580, ../sass/_base.scss */
body .newsletter_signup .nl_form form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 583, ../sass/_base.scss */
body .newsletter_signup .nl_form form .list_marg {
  margin-top: 32px !important;
}
/* line 586, ../sass/_base.scss */
body .newsletter_signup .nl_form form .list_marg_two {
  margin-top: 18px !important;
}
/* line 590, ../sass/_base.scss */
body .newsletter_signup .nl_form form label {
  display: block !important;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-weight: 300 !important;
  color: #fff !important;
}
/* line 603, ../sass/_base.scss */
body .newsletter_signup .nl_form form input {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #fff !important;
  height: 43px !important;
  line-height: 43px !important;
  box-sizing: border-box !important;
  padding: 0px 12px !important;
  color: #fff !important;
  transition: 0.4s;
  background: transparent !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 621, ../sass/_base.scss */
body .newsletter_signup .nl_form form input:focus {
  border: 1px solid #222 !important;
  outline: none !important;
}
/* line 627, ../sass/_base.scss */
body .newsletter_signup .nl_form form .red_btn_int {
  padding: 12px 32px !important;
  background: #cf2c13 !important;
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  float: left;
  top: 0 !important;
  border: 2px solid #fff;
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: bold;
}
/* line 642, ../sass/_base.scss */
body .newsletter_signup .nl_form form .red_btn_int:hover {
  color: #cf2c13 !important;
  border: 2px solid #fff !important;
  background: #fff !important;
}
/* line 648, ../sass/_base.scss */
body .newsletter_signup .nl_form form textarea {
  width: 100% !important;
  height: 124px !important;
  border: 1px solid #ccc !important;
  line-height: 18px !important;
  box-sizing: border-box;
  padding: 12px !important;
  color: #fff !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 664, ../sass/_base.scss */
body .newsletter_signup .nl_form form textarea:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 670, ../sass/_base.scss */
body .newsletter_signup .nl_form form .required {
  color: red;
}
/* line 674, ../sass/_base.scss */
body .newsletter_signup .nl_form form .text_comment {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
/* line 679, ../sass/_base.scss */
body .newsletter_signup .nl_form form .checkbox_input {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 691, ../sass/_base.scss */
body .newsletter_signup .nl_form form .checkbox_input input {
  display: inline !important;
  height: auto !important;
  margin-top: 3px !important;
  width: auto !important;
  vertical-align: top !important;
}
/* line 701, ../sass/_base.scss */
body .newsletter_signup .nl_form form .checkbox_input ul li label {
  display: inline !important;
  font-family: Open Sans, Arial, sans-serif !important;
  line-height: 1 !important;
  font-size: 12px !important;
}
/* line 711, ../sass/_base.scss */
body .newsletter_signup .nl_form form .text_input {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
}
/* line 721, ../sass/_base.scss */
body .open_news {
  left: 0px !important;
}
/* line 724, ../sass/_base.scss */
body .open_wrapper {
  left: 463px !important;
}
/* line 727, ../sass/_base.scss */
body .close_news {
  left: -475px !important;
}
/* line 730, ../sass/_base.scss */
body .nl_hide {
  left: 500px !important;
}
/* line 734, ../sass/_base.scss */
body .newsletter_button {
  position: fixed;
  top: 50%;
  left: -71px;
  z-index: 9500;
  transform: rotate(90deg);
  cursor: pointer;
}
/* line 742, ../sass/_base.scss */
body .newsletter_button a {
  padding: 10px 24px !important;
  color: #fff;
  background: #cf2c13;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 13px;
  line-height: 0.92857rem;
}
/* line 758, ../sass/_base.scss */
body header {
  height: 100vh;
  width: 100%;
  background: #ececec url(../images/top_bg.jpg) 0 -68px no-repeat;
  background-size: auto;
  position: relative;
  text-align: center;
  /*.over_state::before {background: #666;}*/
  /*.over_state::before {background: #666;}*/
}
@media screen and (min-width: 1960px) {
  /* line 758, ../sass/_base.scss */
  body header {
    background: #ececec url(../images/top_bg_large.jpg) -529px -15px no-repeat;
    background-size: auto !important;
    height: 1130px;
  }
}
@media screen and (min-width: 1541px) and (max-width: 1959px) {
  /* line 758, ../sass/_base.scss */
  body header {
    background: #ececec url(../images/top_bg_large.jpg) -560px -68px no-repeat;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1540px) {
  /* line 758, ../sass/_base.scss */
  body header {
    background-size: cover !important;
  }
}
/* line 780, ../sass/_base.scss */
body header.internal {
  background: #ececec url(../images/top_bg_internal.jpg) top left no-repeat;
  height: 325px !important;
}
/* line 785, ../sass/_base.scss */
body header .banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 112px auto 0px;
}
@media screen and (min-width: 1960px) {
  /* line 785, ../sass/_base.scss */
  body header .banner {
    margin: 164px auto 0px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1540px) {
  /* line 785, ../sass/_base.scss */
  body header .banner {
    margin: 90px auto 0px;
  }
}
/* line 797, ../sass/_base.scss */
body header .banner img {
  position: relative;
  right: 58px;
}
@media screen and (min-width: 1500px) and (max-width: 1540px) {
  /* line 797, ../sass/_base.scss */
  body header .banner img {
    width: 960px;
    right: 0px;
  }
}
/* line 808, ../sass/_base.scss */
body header .banner_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 8px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 1536px) {
  /* line 808, ../sass/_base.scss */
  body header .banner_content {
    margin: 8px 0px 0px;
  }
}
/* line 817, ../sass/_base.scss */
body header .banner_content p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
}
/* line 826, ../sass/_base.scss */
body header .banner_content a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: 1px;
}
/* line 832, ../sass/_base.scss */
body header .banner_content a:hover {
  color: #222;
}
/* line 837, ../sass/_base.scss */
body header .banner_content .individual_button,
body header .banner_content .individual_badge {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: bold;
  float: left;
  margin-right: 32px;
}
/* line 849, ../sass/_base.scss */
body header .banner_content .individual_button:last-child,
body header .banner_content .individual_badge:last-child {
  margin-right: 0px;
}
/* line 854, ../sass/_base.scss */
body header .banner_content .button_group {
  margin: 26px auto;
  display: inline-block;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1536px) {
  /* line 854, ../sass/_base.scss */
  body header .banner_content .button_group {
    margin: 18px auto;
  }
}
/* line 866, ../sass/_base.scss */
body header .banner_content .store_group {
  margin: 0px auto;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
/* line 873, ../sass/_base.scss */
body header .banner_content .btn_icon {
  float: left;
  width: 48px;
  height: 51px;
  background: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1536px) {
  /* line 873, ../sass/_base.scss */
  body header .banner_content .btn_icon {
    height: 45px;
  }
}
/* line 888, ../sass/_base.scss */
body header .banner_content_internal {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 160px 0px 0px;
  text-align: center;
}
/* line 893, ../sass/_base.scss */
body header .banner_content_internal p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
}
/* line 902, ../sass/_base.scss */
body header .banner_content_internal a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: 1px;
}
/* line 908, ../sass/_base.scss */
body header .banner_content_internal a:hover {
  color: #222;
}
/* line 912, ../sass/_base.scss */
body header .banner_content_internal h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 46px;
  font-size: 3.28571rem;
  line-height: 46px;
  line-height: 3.28571rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
}
/* line 924, ../sass/_base.scss */
body header .banner_btn {
  padding: 16px 48px !important;
  background: #222 !important;
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  float: left;
  top: 0 !important;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 1536px) {
  /* line 924, ../sass/_base.scss */
  body header .banner_btn {
    width: 210px;
    height: 45px;
    box-sizing: border-box;
    padding: 13px 0px 0px !important;
  }
}
/* line 946, ../sass/_base.scss */
body header .banner_btn::before,
body header .banner_btn::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 961, ../sass/_base.scss */
body header .banner_btn::after {
  background: #444;
}
/* line 964, ../sass/_base.scss */
body header .banner_btn:hover {
  /*color: #222 !important;*/
}
/* line 967, ../sass/_base.scss */
body header .banner_btn:hover::before,
body header .banner_btn:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 972, ../sass/_base.scss */
body header .banner_btn:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* line 977, ../sass/_base.scss */
body header .button.over_state {
  background: transparent;
  color: #222;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: 2px solid #222;
}
/* line 985, ../sass/_base.scss */
body header .over_state.button--inverted {
  background: none;
  color: #fff;
}
/* line 989, ../sass/_base.scss */
body header .over_state::before,
body header .over_state::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 1004, ../sass/_base.scss */
body header .over_state::after {
  background: #222;
}
/* line 1007, ../sass/_base.scss */
body header .over_state:hover {
  color: #fff !important;
}
/* line 1010, ../sass/_base.scss */
body header .over_state:hover::before,
body header .over_state:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 1015, ../sass/_base.scss */
body header .over_state:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* line 1020, ../sass/_base.scss */
body header .navigation_header {
  width: 100%;
  position: absolute;
  top: 42px;
  left: 0px;
  box-sizing: border-box;
  padding: 0px 64px;
}
/* line 1029, ../sass/_base.scss */
body header .logo {
  float: left;
}
/* line 1033, ../sass/_base.scss */
body header nav {
  float: right;
}
/* line 1037, ../sass/_base.scss */
body header ul.menu {
  list-style-type: none;
  margin: 11px 0px 0px;
}
/* line 1041, ../sass/_base.scss */
body header ul.menu:first-child {
  margin-left: 0px;
}
/* line 1045, ../sass/_base.scss */
body header ul.menu:last-child {
  margin-right: 0px;
}
/* line 1049, ../sass/_base.scss */
body header ul.menu li {
  float: left;
  display: inline;
  margin: 0px 0px 0px 32px;
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
}
/* line 1062, ../sass/_base.scss */
body header ul.menu li a {
  color: #222222;
  text-decoration: none;
  transition: 0.4s;
}
/* line 1067, ../sass/_base.scss */
body header ul.menu li a:hover {
  color: #cf2c13;
}
/* line 1074, ../sass/_base.scss */
body header svg {
  width: 321px;
  height: 40px;
}
/* line 1084, ../sass/_base.scss */
body .content-wrapper {
  /* --- CLOSE internal_body --- */
  /* --- Form Elements --- */
  /* --- END Form Elements --- */
}
/* line 1085, ../sass/_base.scss */
body .content-wrapper img.subhr {
  margin: 48px 0px 0px;
}
/* line 1089, ../sass/_base.scss */
body .content-wrapper .home_features {
  background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 140px 0px 160px;
}
/* line 1097, ../sass/_base.scss */
body .content-wrapper .home_features p.subhead {
  color: #fff;
}
/* line 1101, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  text-align: center;
  height: 156px;
  transition: 0.4s;
  position: relative;
}
/* line 1108, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set.two-features {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1111, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set.two-features .two-features-content {
  width: 66.10169%;
  float: right;
  margin-right: 0;
}
/* line 1115, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 1118, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) .two-features-content {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1124, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set:hover {
  cursor: default;
}
/* line 1126, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set:hover img {
  opacity: 0;
}
/* line 1129, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set:hover h4 {
  top: -80px;
}
/* line 1132, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set:hover p {
  opacity: 1;
  top: -60px;
}
/* line 1138, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set:nth-child(3n) {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}
/* line 1142, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set img {
  opacity: 1;
  transition: 0.2s;
}
/* line 1147, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set p {
  opacity: 0;
  transition: 0.4s;
  position: relative;
  color: #fff;
  top: 0px;
  font-size: 13px;
  line-height: 23px;
}
/* line 1156, ../sass/_base.scss */
body .content-wrapper .home_features .feature_set h4 {
  margin-top: 0px;
  position: relative;
  top: 22px;
  transition: 0.4s;
}
/* line 1165, ../sass/_base.scss */
body .content-wrapper .home_blogs {
  background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 140px 0px 160px;
}
/* line 1173, ../sass/_base.scss */
body .content-wrapper .home_blogs p.posted {
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  font-style: italic;
  margin-top: 18px;
}
/* line 1183, ../sass/_base.scss */
body .content-wrapper .home_blogs p.posted .cat-buffer {
  padding: 0 5px;
}
/* line 1188, ../sass/_base.scss */
body .content-wrapper .home_blogs p.subhead {
  color: #fff;
}
/* line 1192, ../sass/_base.scss */
body .content-wrapper .home_blogs p.copy {
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 18px;
}
/* line 1203, ../sass/_base.scss */
body .content-wrapper .home_blogs a {
  color: #31b4d0;
  transition: 0.4s;
}
/* line 1207, ../sass/_base.scss */
body .content-wrapper .home_blogs a:hover {
  color: #fff;
}
/* line 1212, ../sass/_base.scss */
body .content-wrapper .home_blogs .no_line {
  text-decoration: none;
}
/* line 1216, ../sass/_base.scss */
body .content-wrapper .home_blogs .blog_set {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  text-align: center;
}
/* line 1220, ../sass/_base.scss */
body .content-wrapper .home_blogs .blog_set:nth-child(3n) {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}
/* line 1224, ../sass/_base.scss */
body .content-wrapper .home_blogs .blog_set .blog_thumb_container {
  border: 1px solid #555555;
  overflow: hidden !important;
  width: 360px;
  height: 168px;
}
/* line 1231, ../sass/_base.scss */
body .content-wrapper .home_blogs .blog_set img {
  max-width: 100%;
  max-height: 100%;
}
/* line 1238, ../sass/_base.scss */
body .content-wrapper .home_clients {
  background: #fff;
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 140px 0px 160px;
}
/* line 1246, ../sass/_base.scss */
body .content-wrapper .home_clients .client_set {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  text-align: center;
}
/* line 1250, ../sass/_base.scss */
body .content-wrapper .home_clients .client_set img {
  max-width: 100%;
}
/* line 1254, ../sass/_base.scss */
body .content-wrapper .home_clients .client_set:nth-child(6n) {
  width: 15.25424%;
  float: right;
  margin-right: 0;
}
/* line 1260, ../sass/_base.scss */
body .content-wrapper .home_about {
  background: #eee;
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 140px 0px 160px;
}
/* line 1268, ../sass/_base.scss */
body .content-wrapper .home_about .about_img_one {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1271, ../sass/_base.scss */
body .content-wrapper .home_about .about_img_one img {
  border: 1px solid #ccc;
}
/* line 1276, ../sass/_base.scss */
body .content-wrapper .home_about .about_img_two {
  width: 40.67797%;
  float: right;
  margin-right: 0;
}
/* line 1280, ../sass/_base.scss */
body .content-wrapper .home_about .about_cont_area_one {
  width: 57.62712%;
  float: right;
  margin-right: 0;
  text-align: left !important;
}
/* line 1284, ../sass/_base.scss */
body .content-wrapper .home_about .about_cont_area_one p {
  margin-top: 28px;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
}
/* line 1296, ../sass/_base.scss */
body .content-wrapper .home_about .about_cont_area_two {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
  text-align: left !important;
}
/* line 1300, ../sass/_base.scss */
body .content-wrapper .home_about .about_cont_area_two p {
  margin-top: 28px;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
}
/* line 1313, ../sass/_base.scss */
body .content-wrapper .home_about #rfq_form_home .wpforms-container-full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1317, ../sass/_base.scss */
body .content-wrapper .home_about #rfq_form_home .wpforms-field-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1321, ../sass/_base.scss */
body .content-wrapper .home_about #rfq_form_home .wpforms-recaptcha-container {
  float: left;
}
/* line 1325, ../sass/_base.scss */
body .content-wrapper .home_about #rfq_form_home .wpforms-submit-container {
  float: left;
  clear: both;
  margin-top: 20px;
}
/* line 1333, ../sass/_base.scss */
body .content-wrapper .row_marg {
  margin-top: 72px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1340, ../sass/_base.scss */
body .content-wrapper .row_marg_alt {
  margin-top: 72px !important;
}
/* line 1344, ../sass/_base.scss */
body .content-wrapper .row_marg_def {
  margin-top: 72px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1351, ../sass/_base.scss */
body .content-wrapper .row_marg_btn {
  margin-top: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1358, ../sass/_base.scss */
body .content-wrapper .internal_body {
  background: #fff;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 100px 0px 120px;
}
/* line 1366, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page h2 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 28px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2.28571rem;
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
  margin-top: 24px;
  margin-top: 1.71429rem;
}
/* line 1380, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page p {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 25px;
  line-height: 1.78571rem;
  margin-bottom: 18px;
}
/* line 1391, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul {
  margin: 16px 40px;
}
/* line 1394, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul li {
  list-style-image: url(../images/bullet.png);
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
}
/* line 1409, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul li:last-child {
  margin-bottom: 0px;
}
/* line 1413, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul li ul {
  margin-top: 12px;
  margin-left: 0px;
}
/* line 1417, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul li ul li {
  list-style-image: none !important;
  list-style-type: none !important;
  padding: 0px !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 11px;
  line-height: 0.78571rem;
  font-style: italic;
  font-style: italic;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
}
/* line 1431, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul li ul li:last-child {
  margin-bottom: 0px;
}
/* line 1435, ../sass/_base.scss */
body .content-wrapper .internal_body.basic_page ul li ul li:before {
  content: '-     ';
}
/* line 1445, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg .left_col {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  float: left;
  text-align: left !important;
}
/* line 1451, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg .full_col {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: left;
  text-align: left !important;
}
/* line 1457, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg .right_col {
  width: 66.10169%;
  float: right;
  margin-right: 0;
  float: right;
  text-align: left !important;
}
/* line 1463, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg .center_block {
  box-sizing: border-box;
  padding: 0px 200px;
}
/* line 1467, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg .center_block h2 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 28px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2.28571rem;
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
  margin-top: 24px;
  margin-top: 1.71429rem;
}
/* line 1483, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg.faq p {
  margin-bottom: 15px;
}
/* line 1486, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg.faq p span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
/* line 1494, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg a {
  color: #cf2c13;
  transition: 0.4s;
  text-decoration: underline;
}
/* line 1499, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg a:hover {
  color: #222;
}
/* line 1504, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg h2 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 28px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2.28571rem;
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
  margin-top: 24px;
  margin-top: 1.71429rem;
}
/* line 1518, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg p {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 25px;
  line-height: 1.78571rem;
}
/* line 1528, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul {
  margin-top: 32px;
  margin-left: 19px;
}
/* line 1532, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul li {
  list-style-image: url(../images/bullet.png);
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 27px;
  line-height: 1.92857rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
}
/* line 1547, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul li:last-child {
  margin-bottom: 0px;
}
/* line 1551, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul li ul {
  margin-top: 12px;
  margin-left: 0px;
}
/* line 1555, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul li ul li {
  list-style-image: none !important;
  list-style-type: none !important;
  padding: 0px !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 23px;
  line-height: 1.64286rem;
  font-style: italic;
  font-style: italic;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
}
/* line 1568, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul li ul li:last-child {
  margin-bottom: 0px;
}
/* line 1571, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg ul li ul li:before {
  content: '-     ';
}
/* line 1579, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) {
  background: #222 url(../images/grey_bg_pattern.jpg) top left repeat !important;
  color: #fff !important;
}
/* line 1583, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  float: left;
  text-align: left !important;
}
/* line 1589, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col {
  width: 32.20339%;
  float: right;
  margin-right: 0;
  float: right;
  text-align: right !important;
}
/* line 1595, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .full_col_center {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: left;
  text-align: center !important;
}
/* line 1601, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col_sm {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: left;
  text-align: left !important;
}
/* line 1607, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col_sm {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  float: left;
  text-align: left !important;
}
/* line 1614, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n).faq p {
  color: #ddd;
}
/* line 1617, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n).faq p span {
  color: #fff;
}
/* line 1623, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) a {
  color: #31b4d0;
  transition: 0.4s;
  text-decoration: underline;
}
/* line 1628, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) a:hover {
  color: #fff;
}
/* line 1633, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) h2 {
  color: #fff;
}
/* line 1638, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) ul li {
  color: #fff;
}
/* line 1644, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) {
  background: #eeeeee !important;
}
/* line 1647, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: left;
  text-align: center !important;
}
/* line 1652, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .left_col_sm {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: left;
  text-align: left !important;
}
/* line 1657, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .right_col_sm {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  float: left;
  text-align: left !important;
}
/* line 1664, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) {
  background: #eeeeee !important;
}
/* line 1667, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: left;
  text-align: center !important;
}
/* line 1673, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col_sm {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: left;
  text-align: left !important;
}
/* line 1679, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col_sm {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  float: left;
  text-align: left !important;
}
/* line 1685, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: left;
  text-align: center !important;
}
/* line 1691, ../sass/_base.scss */
body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  float: left;
  text-align: left !important;
}
/* line 1699, ../sass/_base.scss */
body .content-wrapper .internal_body .row_marg_int {
  margin-top: 64px;
}
/* line 1703, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
/* line 1707, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int .feature {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1710, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int .feature:nth-of-type(3n) {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}
/* line 1714, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int .feature.two-features {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1717, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int .feature.two-features .two-features-content {
  width: 66.10169%;
  float: right;
  margin-right: 0;
}
/* line 1721, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 1724, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) .two-features-content {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1731, ../sass/_base.scss */
body .content-wrapper .internal_body .full_col_int p.copy {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 18px;
  min-height: 96px;
}
/* line 1743, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box;
  padding: 0px 36px 0px 0px;
}
/* line 1748, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post {
  width: 100%;
  margin-top: 42px;
}
/* line 1752, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post:first-of-type {
  margin-top: 0px;
}
/* line 1757, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .screen-reader-text {
  display: none;
}
/* line 1761, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .prev {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: bold;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: uppercase;
}
/* line 1773, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .prev a {
  color: #cf2c13;
  transition: 0.4s;
  text-decoration: none;
}
/* line 1778, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .prev a:hover {
  color: #222;
}
/* line 1784, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination a {
  display: inline;
  margin-right: 8px;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  color: #cf2c13 !important;
  transition: 0.4s;
  text-decoration: none;
  font-weight: bold;
}
/* line 1799, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination a:hover {
  color: #222;
}
/* line 1804, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .current {
  display: inline;
  margin-right: 8px;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  color: #222 !important;
  transition: 0.4s;
  text-decoration: none;
  font-weight: bold;
}
/* line 1820, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .active {
  color: #cf2c13 !important;
  font-weight: bold !important;
}
/* line 1825, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .next {
  text-align: right;
  width: 40.67797%;
  float: right;
  margin-right: 0;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: bold;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: uppercase;
}
/* line 1838, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .next a {
  color: #cf2c13;
  transition: 0.4s;
  text-decoration: none;
}
/* line 1843, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .pagination .next a:hover {
  color: #222;
}
/* line 1850, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
/* line 1853, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb .blog_thumb_container {
  border: 1px solid #ccc;
  overflow: hidden !important;
  width: 234px;
  height: 146px;
}
/* line 1860, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb img {
  position: relative;
  max-height: 100%;
  width: auto;
  right: 30px;
}
/* line 1867, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content {
  width: 66.10169%;
  float: right;
  margin-right: 0;
}
/* line 1871, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content img.alignleft {
  float: left;
  margin-right: 15px;
}
/* line 1876, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content img.alignright {
  float: right;
  margin-left: 15px;
}
/* line 1882, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content blockquote {
  margin: 16px 40px;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14286rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
}
/* line 1895, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul {
  margin: 16px 40px;
}
/* line 1898, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul li {
  list-style-image: url(../images/bullet.png);
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
}
/* line 1913, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul li:last-child {
  margin-bottom: 0px;
}
/* line 1917, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul li ul {
  margin-top: 12px;
  margin-left: 0px;
}
/* line 1921, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul li ul li {
  list-style-image: none !important;
  list-style-type: none !important;
  padding: 0px !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 11px;
  line-height: 0.78571rem;
  font-style: italic;
  font-style: italic;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
}
/* line 1935, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul li ul li:last-child {
  margin-bottom: 0px;
}
/* line 1939, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content ul li ul li:before {
  content: '-     ';
}
/* line 1947, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 18px;
}
/* line 1957, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.posted {
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.42857rem;
  font-style: italic;
  margin-top: 0px;
}
/* line 1967, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.posted .cat-buffer {
  padding: 0 5px;
}
/* line 1972, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 30px;
  line-height: 2.14286rem;
}
/* line 1979, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 a {
  text-decoration: none !important;
}
/* line 1984, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a {
  color: #cf2c13;
  transition: 0.4s;
}
/* line 1988, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a:hover {
  color: #222;
  text-decoration: none;
}
/* line 1996, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry {
  width: 100%;
}
/* line 1999, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 2002, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 23px;
}
/* line 2012, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 2017, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
/* line 2024, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content blockquote {
  margin: 16px 40px;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14286rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
}
/* line 2037, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul {
  margin: 16px 40px;
}
/* line 2040, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li {
  list-style-image: url(../images/bullet.png);
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  color: #222;
  color: #222;
  font-weight: 100;
  font-weight: 100;
}
/* line 2055, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li:last-child {
  margin-bottom: 0px;
}
/* line 2059, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li ul {
  margin-top: 12px;
  margin-left: 0px;
}
/* line 2063, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li ul li {
  list-style-image: none !important;
  list-style-type: none !important;
  padding: 0px !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 15px;
  line-height: 1.07143rem;
  font-style: italic;
  font-style: italic;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
}
/* line 2077, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li ul li:last-child {
  margin-bottom: 0px;
}
/* line 2081, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li ul li:before {
  content: '-     ';
}
/* line 2089, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content div {
  width: 100%;
  margin: 32px auto;
  text-align: center;
}
/* line 2095, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h3 {
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  color: #111;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 24px;
}
/* line 2106, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h3:first-of-type {
  margin-top: 42px !important;
}
/* line 2111, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul,
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ol {
  margin-top: 23px;
}
/* line 2115, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li,
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ol li {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 8px;
  margin-left: 20px;
}
/* line 2125, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ul li ul,
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content ol li ul {
  margin-top: 8px !important;
}
/* line 2131, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.posted {
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.42857rem;
  font-style: italic;
  margin-top: 0px;
}
/* line 2142, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 24px;
  text-align: center;
}
/* line 2152, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center img {
  border: 1px solid #ccc;
}
/* line 2157, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 26px;
  line-height: 1.85714rem;
}
/* line 2164, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 a {
  text-decoration: none !important;
}
/* line 2169, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a {
  color: #cf2c13;
  transition: 0.4s;
}
/* line 2173, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a:hover {
  color: #222;
  text-decoration: none;
}
/* line 2179, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content hr {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0px 0px 48px 0px;
}
/* line 2185, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content hr.wsr {
  background: transparent url(../images/hr_lightgrey.png) bottom center no-repeat;
  border: none;
}
/* line 2193, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_share {
  margin-top: 36px;
}
/* line 2196, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_share .share_this {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  position: relative;
}
/* line 2208, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_share .share_this #ssba-classic-2 {
  width: 200px !important;
  position: absolute;
  bottom: -15px;
}
/* line 2215, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_share .next_link {
  width: 66.10169%;
  float: right;
  margin-right: 0;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  text-align: right;
}
/* line 2227, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_share .next_link a {
  color: #cf2c13;
  transition: 0.4s;
  text-decoration: none;
}
/* line 2232, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_share .next_link a:hover {
  color: #222;
  text-decoration: none;
}
/* line 2241, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  margin-top: 48px;
}
/* line 2245, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns .blog_thumb_container {
  border: 1px solid #ccc;
  overflow: hidden !important;
  width: 256px;
  height: 146px;
}
/* line 2252, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns img {
  position: relative;
  right: 20px;
  max-height: 100%;
  width: auto;
}
/* line 2259, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns p {
  color: #222;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 18px;
  text-align: center;
}
/* line 2271, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.posted {
  color: #222;
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.42857rem;
  font-style: italic;
  margin-top: 18px;
  text-align: center;
}
/* line 2284, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.subhead {
  color: #222;
  text-align: center;
}
/* line 2289, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns h4 {
  text-align: center;
  line-height: 1.82857rem;
}
/* line 2294, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns a {
  color: #cf2c13;
  transition: 0.4s;
}
/* line 2298, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns a:hover {
  color: #222;
}
/* line 2303, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns .no_line {
  text-decoration: none;
}
/* line 2307, ../sass/_base.scss */
body .content-wrapper .internal_body .left_col_int .blog_columns .columns:nth-of-type(3) {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}
/* line 2314, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int {
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
/* line 2317, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int .right_block {
  margin-top: 48px;
  float: left;
}
/* line 2321, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int .right_block:first-child {
  margin-top: 0px !important;
}
/* line 2325, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int .right_block .tagcloud {
  margin-top: 18px;
}
/* line 2330, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form {
  margin-top: 24px;
  float: left;
}
/* line 2334, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form input {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  height: 32px !important;
  line-height: 32px !important;
  box-sizing: border-box !important;
  padding: 0px 12px !important;
  color: #888 !important;
  transition: 0.4s;
  margin-top: 12px !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
  font-style: italic !important;
  font-style: italic !important;
  font-weight: 200 !important;
  font-weight: 200 !important;
}
/* line 2354, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form input:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
  color: #222;
}
/* line 2360, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form input[type='submit'] {
  margin-top: 12px;
  background: #cf2c13;
  padding: 3px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  float: left;
  transition: 0.4s;
  width: auto !important;
  border: none;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 22px;
  line-height: 1.57143rem;
  font-weight: bold;
  font-weight: bold;
}
/* line 2379, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form input[type='submit']:hover {
  background: #222;
}
/* line 2385, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form select {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ccc;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0px 11px;
  color: #222;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
}
/* line 2402, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int form select:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2409, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int p {
  margin-top: 24px;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 22px;
  line-height: 1.57143rem;
}
/* line 2418, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int p:nth-of-type(2) {
  margin-top: 16px !important;
}
/* line 2423, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int a {
  color: #cf2c13;
  text-decoration: underline;
  transition: 0.4s;
}
/* line 2428, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int a:hover {
  color: #222;
}
/* line 2432, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int a.search_button {
  margin-top: 12px;
  background: #cf2c13;
  padding: 3px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  float: left;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 22px;
  line-height: 1.57143rem;
  font-weight: bold;
  font-weight: bold;
}
/* line 2449, ../sass/_base.scss */
body .content-wrapper .internal_body .right_col_int a.search_button:hover {
  background: #222;
}
/* line 2459, ../sass/_base.scss */
body .content-wrapper div.wpforms-container-full {
  margin: 0px !important;
  /* float: left; */
}
/* line 2464, ../sass/_base.scss */
body .content-wrapper .form_entry {
  width: 100%;
}
/* line 2467, ../sass/_base.scss */
body .content-wrapper .form_entry form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
          /*.over_state::before {
				background: #666;
				}*/
}
/* line 2470, ../sass/_base.scss */
body .content-wrapper .form_entry form .wpforms-field-hp {
  display: none !important;
}
/* line 2474, ../sass/_base.scss */
body .content-wrapper .form_entry form .list_marg {
  margin-top: 32px !important;
}
/* line 2478, ../sass/_base.scss */
body .content-wrapper .form_entry form .wpforms-field {
  padding: 0px !important;
  clear: inherit !important;
}
/* line 2483, ../sass/_base.scss */
body .content-wrapper .form_entry form .wpforms-error {
  color: red;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 11px;
  line-height: 0.78571rem;
  margin-top: 8px;
  margin-top: 0.57143rem;
}
/* line 2495, ../sass/_base.scss */
body .content-wrapper .form_entry form label {
  display: block !important;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-weight: 300 !important;
}
/* line 2507, ../sass/_base.scss */
body .content-wrapper .form_entry form input {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  height: 43px !important;
  line-height: 43px !important;
  box-sizing: border-box !important;
  padding: 0px 12px !important;
  color: #222 !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2524, ../sass/_base.scss */
body .content-wrapper .form_entry form input:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2530, ../sass/_base.scss */
body .content-wrapper .form_entry form select {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ccc;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0px 11px;
  color: #222;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
}
/* line 2547, ../sass/_base.scss */
body .content-wrapper .form_entry form select:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2553, ../sass/_base.scss */
body .content-wrapper .form_entry form .dark_btn {
  padding: 16px 48px !important;
  background: #fff !important;
  color: #fff !important;
  overflow: hidden !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
  float: left !important;
  top: 0 !important;
  border: 2px solid #555 !important;
  color: #222 !important;
  text-transform: uppercase !important;
  margin-top: 42px !important;
}
/* line 2568, ../sass/_base.scss */
body .content-wrapper .form_entry form .dark_btn::before,
body .content-wrapper .form_entry form .dark_btn::after {
  content: '';
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  bottom: 100% !important;
  left: 0 !important;
  z-index: -1 !important;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 2585, ../sass/_base.scss */
body .content-wrapper .form_entry form .dark_btn::after {
  background: #222 !important;
}
/* line 2588, ../sass/_base.scss */
body .content-wrapper .form_entry form .dark_btn:hover {
  color: #fff !important;
  border: 2px solid #222 !important;
}
/* line 2592, ../sass/_base.scss */
body .content-wrapper .form_entry form .dark_btn:hover::before,
body .content-wrapper .form_entry form .dark_btn:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 2597, ../sass/_base.scss */
body .content-wrapper .form_entry form .dark_btn:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* line 2602, ../sass/_base.scss */
body .content-wrapper .form_entry form textarea {
  width: 100% !important;
  height: 124px !important;
  border: 1px solid #ccc !important;
  line-height: 18px !important;
  box-sizing: border-box;
  padding: 12px !important;
  color: #222 !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2618, ../sass/_base.scss */
body .content-wrapper .form_entry form textarea:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2624, ../sass/_base.scss */
body .content-wrapper .form_entry form .required {
  color: red;
}
/* line 2628, ../sass/_base.scss */
body .content-wrapper .form_entry form .text_comment {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
/* line 2633, ../sass/_base.scss */
body .content-wrapper .form_entry form .checkbox_input {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2645, ../sass/_base.scss */
body .content-wrapper .form_entry form .checkbox_input input {
  display: inline !important;
  height: auto !important;
  margin-top: 3px !important;
  width: auto !important;
  vertical-align: top !important;
}
/* line 2655, ../sass/_base.scss */
body .content-wrapper .form_entry form .checkbox_input ul li label {
  display: inline !important;
  font-family: Open Sans, Arial, sans-serif !important;
  line-height: 1 !important;
  font-size: 12px !important;
}
/* line 2665, ../sass/_base.scss */
body .content-wrapper .form_entry form .wpforms-recaptcha-container {
  float: left;
  width: 100%;
  margin-top: 32px;
}
/* line 2671, ../sass/_base.scss */
body .content-wrapper .form_entry form .wpforms-submit-container {
  float: left;
}
/* line 2675, ../sass/_base.scss */
body .content-wrapper .form_entry form .text_input {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
}
/* line 2681, ../sass/_base.scss */
body .content-wrapper .form_entry form .text_input:nth-child(2n) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 2688, ../sass/_base.scss */
body .content-wrapper form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 2691, ../sass/_base.scss */
body .content-wrapper form .list_marg {
  margin-top: 32px !important;
}
/* line 2695, ../sass/_base.scss */
body .content-wrapper form label {
  display: block !important;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-weight: 300 !important;
}
/* line 2707, ../sass/_base.scss */
body .content-wrapper form input {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  height: 43px !important;
  line-height: 43px !important;
  box-sizing: border-box !important;
  padding: 0px 12px !important;
  color: #222 !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2724, ../sass/_base.scss */
body .content-wrapper form input:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2730, ../sass/_base.scss */
body .content-wrapper form select {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ccc;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0px 11px;
  color: #222;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2747, ../sass/_base.scss */
body .content-wrapper form select:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2753, ../sass/_base.scss */
body .content-wrapper form textarea {
  width: 100% !important;
  height: 124px !important;
  border: 1px solid #ccc !important;
  line-height: 18px !important;
  box-sizing: border-box !important;
  padding: 12px !important;
  color: #222 !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2769, ../sass/_base.scss */
body .content-wrapper form textarea:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 2775, ../sass/_base.scss */
body .content-wrapper form .wpforms-recaptcha-container {
  float: left;
  width: 100%;
  margin-top: 32px;
}
/* line 2781, ../sass/_base.scss */
body .content-wrapper form .required {
  color: red;
}
/* line 2785, ../sass/_base.scss */
body .content-wrapper form .text_comment {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
/* line 2790, ../sass/_base.scss */
body .content-wrapper form .checkbox_input {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 2802, ../sass/_base.scss */
body .content-wrapper form .checkbox_input input {
  display: inline !important;
  height: auto !important;
  margin-top: 3px !important;
  width: auto !important;
  vertical-align: top !important;
}
/* line 2812, ../sass/_base.scss */
body .content-wrapper form .checkbox_input ul li label {
  display: inline !important;
  font-family: Open Sans, Arial, sans-serif !important;
  line-height: 1 !important;
  font-size: 12px !important;
}
/* line 2822, ../sass/_base.scss */
body .content-wrapper form .text_input {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  text-align: left;
  clear: none !important;
  padding: 0px !important;
}
/* line 2828, ../sass/_base.scss */
body .content-wrapper form .text_input:nth-child(2n) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 2839, ../sass/_base.scss */
body footer {
  background: url(../images/grey_bg_pattern.jpg) top left repeat;
  background-color: #222 !important;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 42px 0px 62px;
  height: 280px !important;
}
/* line 2848, ../sass/_base.scss */
body footer .left_col {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: left;
}
/* line 2852, ../sass/_base.scss */
body footer .left_col p {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: #fff;
  margin-top: 18px;
}
/* line 2864, ../sass/_base.scss */
body footer .left_col ul.social_media {
  list-style-type: none;
  margin-top: 18px;
}
/* line 2868, ../sass/_base.scss */
body footer .left_col ul.social_media li {
  margin-right: 12px;
  display: inline;
  float: left;
}
/* line 2873, ../sass/_base.scss */
body footer .left_col ul.social_media li svg {
  fill: #fff;
  transition: 0.4s;
}
/* line 2877, ../sass/_base.scss */
body footer .left_col ul.social_media li svg:hover {
  fill: #31b4d0;
}
/* line 2885, ../sass/_base.scss */
body footer .right_col {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  float: left;
  text-align: right;
}
/* line 2890, ../sass/_base.scss */
body footer .right_col a {
  color: #31b4d0;
  transition: 0.4s;
}
/* line 2894, ../sass/_base.scss */
body footer .right_col a:hover {
  color: #fff;
}
/* line 2899, ../sass/_base.scss */
body footer .right_col p {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: #fff;
  margin-top: 0px;
}
/* line 2910, ../sass/_base.scss */
body footer .right_col p:nth-child(2) {
  margin-top: 18px;
}

/* ----- BEGING Capterra pages ---- max - 1140px */
/* line 2921, ../sass/_base.scss */
header.capterra {
  background: #ececec url(../images/top_bg_internal.jpg) top left no-repeat;
  height: auto !important;
}
/* line 2925, ../sass/_base.scss */
header.capterra .banner_col {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box;
  padding: 0px 36px 0px 0px;
}
/* line 2930, ../sass/_base.scss */
header.capterra .banner_col .banner_content {
  margin: 112px auto 0px;
  text-align: center;
}
/* line 2934, ../sass/_base.scss */
header.capterra .banner_col .banner_content h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 16px;
  margin-bottom: 1.14286rem;
}
/* line 2945, ../sass/_base.scss */
header.capterra .banner_col .banner_content img.subhr {
  margin-bottom: 10px;
  opacity: 0.5;
}
@media screen and (max-width: 1536px) {
  /* line 2930, ../sass/_base.scss */
  header.capterra .banner_col .banner_content {
    margin: 112px 0px 0px;
  }
}
/* line 2954, ../sass/_base.scss */
header.capterra .banner_col .banner_content p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  padding: 0 30px;
}
/* line 2964, ../sass/_base.scss */
header.capterra .banner_col .banner_content a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: 1px;
}
/* line 2970, ../sass/_base.scss */
header.capterra .banner_col .banner_content a:hover {
  color: #222;
}
/* line 2975, ../sass/_base.scss */
header.capterra .banner_col .banner_content .individual_button,
header.capterra .banner_col .banner_content .individual_badge {
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: bold;
  float: left;
  margin-right: 32px;
}
/* line 2987, ../sass/_base.scss */
header.capterra .banner_col .banner_content .individual_button:last-child,
header.capterra .banner_col .banner_content .individual_badge:last-child {
  margin-right: 0px;
}
/* line 2992, ../sass/_base.scss */
header.capterra .banner_col .banner_content .btn_icon {
  float: left;
  width: 48px;
  height: 51px;
  background: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1536px) {
  /* line 2992, ../sass/_base.scss */
  header.capterra .banner_col .banner_content .btn_icon {
    height: 45px;
  }
}
/* line 3007, ../sass/_base.scss */
header.capterra .banner_col .banner {
  margin: 20px 0px 0px;
}
/* line 3010, ../sass/_base.scss */
header.capterra .banner_col .banner img {
  max-width: 95%;
  position: relative;
  right: 0px;
}
/* line 3017, ../sass/_base.scss */
header.capterra .banner_col .testimony-wrapper {
  display: block;
  float: left;
  font-style: italic;
  margin: 20px 10px;
  padding: 0 30px;
  position: relative;
  text-align: left;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 17px;
  line-height: 1.21429rem;
}
/* line 3032, ../sass/_base.scss */
header.capterra .banner_col .testimony-wrapper p {
  margin-bottom: 5px;
}
/* line 3036, ../sass/_base.scss */
header.capterra .banner_col .testimony-wrapper .testimony-quote,
header.capterra .banner_col .testimony-wrapper .testimony-author,
header.capterra .banner_col .testimony-wrapper .testimony-title {
  clear: left;
  display: inline-block;
  float: left;
}
/* line 3046, ../sass/_base.scss */
header.capterra .form_col {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 3049, ../sass/_base.scss */
header.capterra .form_col .wpforms-confirmation-container-full {
  margin: 112px auto 0px;
}
/* line 3053, ../sass/_base.scss */
header.capterra .form_col .wpforms-container {
  margin: 112px auto 0px;
}
/* line 3056, ../sass/_base.scss */
header.capterra .form_col .wpforms-container.wpforms-container-full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 3063, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .list_marg {
  margin-top: 10px !important;
}
/* line 3067, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container label {
  display: block !important;
  font-family: Arvo, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  line-height: 1.14286rem;
  margin-bottom: 5px;
  margin-bottom: 0.35714rem;
  font-weight: 300 !important;
}
/* line 3080, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container input {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  height: 43px !important;
  line-height: 43px !important;
  box-sizing: border-box !important;
  padding: 0px 12px !important;
  color: #222 !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 3097, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container input:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 3103, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container textarea {
  width: 100% !important;
  height: 124px !important;
  border: 1px solid #ccc !important;
  line-height: 18px !important;
  box-sizing: border-box;
  padding: 12px !important;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 3118, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container textarea:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 3124, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container select {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ccc;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0px 11px;
  color: #222;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
}
/* line 3141, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container select:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 3147, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .radio_input {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ccc;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0px 11px;
  color: #222;
  transition: 0.4s;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-size: 0.85714rem;
}
/* line 3164, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .radio_input:focus {
  border: 1px solid #cf2c13 !important;
  outline: none !important;
}
/* line 3170, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .text_input {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
}
/* line 3176, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .text_input:nth-child(2n) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 3181, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .text_comment {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
/* line 3186, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .checkbox_input {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 0px !important;
  clear: none !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-size: 0.85714rem !important;
}
/* line 3198, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .checkbox_input input {
  display: inline !important;
  height: auto !important;
  margin-top: 1px !important;
  width: auto !important;
}
/* line 3207, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-field-container .checkbox_input ul li label {
  display: inline !important;
  font-family: Open Sans, Arial, sans-serif !important;
  line-height: 1 !important;
  vertical-align: top !important;
}
/* line 3218, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-recaptcha-container {
  float: left;
}
/* line 3222, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-submit-container {
  float: right;
  clear: none;
  margin-top: 10px;
}
/* line 3228, ../sass/_base.scss */
header.capterra .form_col .wpforms-container .wpforms-submit-container button#wpforms-submit-665 {
  background-color: #cf2c13 !important;
  color: white !important;
}

/* ----- END Capterra pages ---- */
/* ----- BEGING Pricing Feature ---- max - 1140px */
/* line 3242, ../sass/_base.scss */
.pricing-features,
.get-started {
  background-color: red;
}
/* line 3245, ../sass/_base.scss */
.pricing-features .feature,
.get-started .feature {
  min-height: 530px;
}
/* line 3248, ../sass/_base.scss */
.pricing-features .feature p,
.get-started .feature p {
  font-size: 1em;
  text-align: left;
}
/* line 3252, ../sass/_base.scss */
.pricing-features .feature p.sub-text,
.get-started .feature p.sub-text {
  opacity: 0.6;
  text-align: center;
  font-size: 11px;
}
/* line 3259, ../sass/_base.scss */
.pricing-features .feature.feature-1,
.get-started .feature.feature-1 {
  background-color: #f5f5f5;
}
/* line 3262, ../sass/_base.scss */
.pricing-features .feature.feature-1 h2,
.get-started .feature.feature-1 h2 {
  background-color: #969696;
}
/* line 3267, ../sass/_base.scss */
.pricing-features .feature.feature-2,
.get-started .feature.feature-2 {
  background-color: #eeeeee;
}
/* line 3270, ../sass/_base.scss */
.pricing-features .feature.feature-2 h2,
.get-started .feature.feature-2 h2 {
  background-color: #ad2510;
}
/* line 3275, ../sass/_base.scss */
.pricing-features .feature.feature-3,
.get-started .feature.feature-3 {
  background-color: #e0e0e0;
}
/* line 3278, ../sass/_base.scss */
.pricing-features .feature.feature-3 h2,
.get-started .feature.feature-3 h2 {
  background-color: #630e00;
}
/* line 3284, ../sass/_base.scss */
.pricing-features .feature h2.tier,
.get-started .feature h2.tier {
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0;
}
/* line 3290, ../sass/_base.scss */
.pricing-features .feature h2.price,
.get-started .feature h2.price {
  background-color: transparent;
  text-align: center;
  margin: 1em 0 0;
  color: #222222;
  text-decoration: none;
  transition: 0.4s;
}
/* line 3299, ../sass/_base.scss */
.pricing-features .feature h2.price a.request-demo,
.get-started .feature h2.price a.request-demo {
  color: #222222;
  text-decoration: none;
  transition: 0.4s;
}
/* line 3304, ../sass/_base.scss */
.pricing-features .feature h2.price a.request-demo:hover,
.get-started .feature h2.price a.request-demo:hover {
  color: #b71c1c;
}
/* line 3312, ../sass/_base.scss */
.pricing-features .feature .tier-blob,
.get-started .feature .tier-blob {
  padding: 1em 2em;
  color: white;
  text-align: center;
}
/* line 3317, ../sass/_base.scss */
.pricing-features .feature .tier-blob.tier-blob-1,
.get-started .feature .tier-blob.tier-blob-1 {
  background-color: #757575;
}
/* line 3321, ../sass/_base.scss */
.pricing-features .feature .tier-blob.tier-blob-2,
.get-started .feature .tier-blob.tier-blob-2 {
  background-color: #cf2c13;
}
/* line 3325, ../sass/_base.scss */
.pricing-features .feature .tier-blob.tier-blob-3,
.get-started .feature .tier-blob.tier-blob-3 {
  background-color: #9e1b06;
}
/* line 3330, ../sass/_base.scss */
.pricing-features .feature ul,
.get-started .feature ul {
  list-style-type: none !important;
  font-size: 0.85em;
}
/* line 3334, ../sass/_base.scss */
.pricing-features .feature ul.bullets,
.get-started .feature ul.bullets {
  margin: 2em 0 0 3em;
  vertical-align: top;
  text-align: left;
  height: 130px;
}
/* line 3341, ../sass/_base.scss */
.pricing-features .feature ul.bullets a.read-more,
.get-started .feature ul.bullets a.read-more {
  color: #b71c1c;
  transition: 0.4s;
}
/* line 3345, ../sass/_base.scss */
.pricing-features .feature ul.bullets a.read-more:hover,
.get-started .feature ul.bullets a.read-more:hover {
  color: #000;
}
/* line 3354, ../sass/_base.scss */
.pricing-features .scroll-up,
.get-started .scroll-up {
  padding-top: 3em;
  color: #31b4d0 !important;
}
/* line 3358, ../sass/_base.scss */
.pricing-features #standardTierPricing,
.pricing-features #proTierPricing,
.pricing-features #enterpriseTierPricing,
.get-started #standardTierPricing,
.get-started #proTierPricing,
.get-started #enterpriseTierPricing {
  padding-bottom: 50px;
}
/* line 3365, ../sass/_base.scss */
.pricing-features #reqTrial a,
.get-started #reqTrial a {
  color: #cf2c13;
  text-decoration: underline;
  transition: 0.4s;
}

/* ----- END Pricing Features ---- */
@media (min-width: 1140px) {
  /* line 10, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -90px;
  }
  /* line 18, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper #push {
    height: 90px;
  }

  /* line 20, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 90px;
  }

  /* line 9, ../sass/_desktop.scss */
  body .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
  body .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 11, ../sass/_desktop.scss */
  body .container .row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 18, ../sass/_desktop.scss */
  body .content-wrapper .container .row {
    clear: both;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  /* line 10, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -90px;
  }
  /* line 18, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper #push {
    height: 90px;
  }

  /* line 20, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 90px;
  }

  /* line 8, ../sass/_tablet.scss */
  body {
    /* --- Header (Home) --- */
    /* --- Header END --- */
    /* --- Content Block --- */
    /* --- Footer --- */
    /* --- END Footer --- */
  }
  /* line 9, ../sass/_tablet.scss */
  body h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 42px;
    font-size: 3rem;
    line-height: 42px;
    line-height: 3rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 18, ../sass/_tablet.scss */
  body h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    color: #fff;
    font-size: 48px;
    font-size: 3.42857rem;
    line-height: 48px;
    line-height: 3.42857rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
  }
  /* line 28, ../sass/_tablet.scss */
  body h3 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 37, ../sass/_tablet.scss */
  body h4 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 26px;
    line-height: 1.85714rem;
    margin-top: 22px;
    margin-top: 1.57143rem;
  }
  /* line 47, ../sass/_tablet.scss */
  body h5 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 18px;
    line-height: 1.28571rem;
  }
  /* line 56, ../sass/_tablet.scss */
  body .hamburger {
    display: block;
    position: fixed;
  }
  /* line 61, ../sass/_tablet.scss */
  body .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
  body .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 63, ../sass/_tablet.scss */
  body .container .row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 70, ../sass/_tablet.scss */
  body .content-wrapper .container .row {
    width: 79.59184%;
    float: left;
    margin-left: 10.20408%;
    margin-right: -100%;
    clear: both;
  }
  /* line 79, ../sass/_tablet.scss */
  body header {
    height: 768px;
    width: 100%;
    background: #ececec url(../images/top_bg.jpg) 0 -42px no-repeat;
    background-size: 1315px;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  /* line 89, ../sass/_tablet.scss */
  body header.internal {
    background: #ececec url(../images/top_bg_internal.jpg) top left no-repeat;
    height: 325px !important;
  }
  /* line 94, ../sass/_tablet.scss */
  body header .banner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 106px auto 0px;
  }
  /* line 98, ../sass/_tablet.scss */
  body header .banner img {
    position: relative;
    right: 0px;
    width: 806px;
    height: auto;
  }
  /* line 107, ../sass/_tablet.scss */
  body header .banner_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 20px 0px 0px;
    text-align: center;
  }
  /* line 112, ../sass/_tablet.scss */
  body header .banner_content p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 119, ../sass/_tablet.scss */
  body header .banner_content a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
  }
  /* line 125, ../sass/_tablet.scss */
  body header .banner_content a:hover {
    color: #222;
  }
  /* line 130, ../sass/_tablet.scss */
  body header .banner_content .individual_button, body header .banner_content .individual_badge {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bold;
    float: left;
    margin-right: 32px;
  }
  /* line 139, ../sass/_tablet.scss */
  body header .banner_content .individual_button:last-child, body header .banner_content .individual_badge:last-child {
    margin-right: 0px;
  }
  /* line 144, ../sass/_tablet.scss */
  body header .banner_content .button_group {
    margin: 28px auto;
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  /* line 152, ../sass/_tablet.scss */
  body header .banner_content .store_group {
    margin: 0px auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  /* line 159, ../sass/_tablet.scss */
  body header .banner_content .btn_icon {
    float: left;
    width: 48px;
    height: 51px;
    background: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 170, ../sass/_tablet.scss */
  body header .banner_content_internal {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 160px 0px 0px;
    text-align: center;
  }
  /* line 175, ../sass/_tablet.scss */
  body header .banner_content_internal p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 182, ../sass/_tablet.scss */
  body header .banner_content_internal a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
  }
  /* line 188, ../sass/_tablet.scss */
  body header .banner_content_internal a:hover {
    color: #222;
  }
  /* line 192, ../sass/_tablet.scss */
  body header .banner_content_internal h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 46px;
    font-size: 3.28571rem;
    line-height: 46px;
    line-height: 3.28571rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
  }
  /* line 201, ../sass/_tablet.scss */
  body header .navigation_header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 24px 30px 18px;
    background: #fff;
    z-index: 7500;
    height: 74px;
  }
  /* line 213, ../sass/_tablet.scss */
  body header .logo {
    float: left;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) and (-ms-high-contrast: active), (min-width: 1024px) and (max-width: 1139px) and (-ms-high-contrast: none) {
  /* line 218, ../sass/_tablet.scss */
  body header .logo {
    float: left;
    position: relative;
    bottom: 61px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  /* line 225, ../sass/_tablet.scss */
  body header nav {
    float: right;
    display: none;
  }
  /* line 230, ../sass/_tablet.scss */
  body header ul.menu {
    list-style-type: none;
    margin: 11px 0px 0px;
  }
  /* line 234, ../sass/_tablet.scss */
  body header ul.menu:first-child {
    margin-left: 0px;
  }
  /* line 238, ../sass/_tablet.scss */
  body header ul.menu:last-child {
    margin-right: 0px;
  }
  /* line 242, ../sass/_tablet.scss */
  body header ul.menu li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 32px;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
  }
  /* line 253, ../sass/_tablet.scss */
  body header ul.menu li a {
    color: #222222;
    text-decoration: none;
    transition: .4s;
  }
  /* line 258, ../sass/_tablet.scss */
  body header ul.menu li a:hover {
    color: #cf2c13;
  }
  /* line 265, ../sass/_tablet.scss */
  body header svg {
    width: 225px;
    height: auto;
  }
  /* line 277, ../sass/_tablet.scss */
  body .content-wrapper img.subhr {
    margin: 48px 0px 0px;
  }
  /* line 281, ../sass/_tablet.scss */
  body .content-wrapper .home_features {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 289, ../sass/_tablet.scss */
  body .content-wrapper .home_features p.subhead {
    color: #fff;
  }
  /* line 293, ../sass/_tablet.scss */
  body .content-wrapper .home_features .feature_set {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    text-align: center;
  }
  /* line 297, ../sass/_tablet.scss */
  body .content-wrapper .home_features .feature_set:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 301, ../sass/_tablet.scss */
  body .content-wrapper .home_features .feature_set.two-features {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 304, ../sass/_tablet.scss */
  body .content-wrapper .home_features .feature_set.two-features .two-features-content {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
  /* line 308, ../sass/_tablet.scss */
  body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 311, ../sass/_tablet.scss */
  body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) .two-features-content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 319, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 327, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs p.posted {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 18px;
  }
  /* line 336, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs p.subhead {
    color: #fff;
  }
  /* line 340, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs p.copy {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
  }
  /* line 349, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs a {
    color: #31b4d0;
    transition: .4s;
  }
  /* line 353, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs a:hover {
    color: #fff;
  }
  /* line 358, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs .no_line {
    text-decoration: none;
  }
  /* line 360, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs .blog_set {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    text-align: center;
  }
  /* line 364, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs .blog_set .blog_thumb_container {
    border: 1px solid #555555;
    overflow: hidden !important;
    width: 360px;
    height: 168px;
    margin: 0px auto;
  }
  /* line 376, ../sass/_tablet.scss */
  body .content-wrapper .home_blogs .blog_set:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 382, ../sass/_tablet.scss */
  body .content-wrapper .home_clients {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 390, ../sass/_tablet.scss */
  body .content-wrapper .home_clients .client_set {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    text-align: center;
  }
  /* line 394, ../sass/_tablet.scss */
  body .content-wrapper .home_clients .client_set img {
    max-width: 100%;
    height: auto;
  }
  /* line 399, ../sass/_tablet.scss */
  body .content-wrapper .home_clients .client_set:nth-child(6n) {
    width: 15.25424%;
    float: right;
    margin-right: 0;
  }
  /* line 405, ../sass/_tablet.scss */
  body .content-wrapper .home_about {
    background: #eee;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 413, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_img_one {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 416, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_img_one img {
    border: 1px solid #ccc;
    max-width: 100%;
    height: auto;
  }
  /* line 423, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_cont_area_one {
    width: 57.62712%;
    float: right;
    margin-right: 0;
    text-align: left !important;
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
  }
  /* line 429, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_cont_area_one p {
    margin-top: 28px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 439, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_img_two {
    width: 40.67797%;
    float: right;
    margin-right: 0;
  }
  /* line 442, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_img_two img {
    width: 100%;
    height: auto;
  }
  /* line 448, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_cont_area_two {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    text-align: left !important;
    padding: 0px 0px 0px 0px;
  }
  /* line 453, ../sass/_tablet.scss */
  body .content-wrapper .home_about .about_cont_area_two p {
    margin-top: 28px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 464, ../sass/_tablet.scss */
  body .content-wrapper .row_marg {
    margin-top: 72px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 471, ../sass/_tablet.scss */
  body .content-wrapper .row_marg_btn {
    margin-top: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 478, ../sass/_tablet.scss */
  body .content-wrapper .internal_body {
    background: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 100px 0px 120px;
  }
  /* line 486, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 492, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg .full_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 498, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    text-align: left !important;
  }
  /* line 504, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg .center_block {
    box-sizing: border-box;
    padding: 0px;
  }
  /* line 508, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg .center_block h2 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
  /* line 521, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg h2 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
  /* line 533, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 25px;
    line-height: 1.78571rem;
  }
  /* line 541, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul {
    margin-top: 32px;
    margin-left: 19px;
  }
  /* line 546, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul li {
    list-style-image: url(../images/bullet.png);
    box-sizing: border-box;
    padding-left: 10px;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 27px;
    line-height: 1.92857rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
  }
  /* line 559, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul li:last-child {
    margin-bottom: 0px;
  }
  /* line 563, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul {
    margin-top: 12px;
    margin-left: 0px;
  }
  /* line 567, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li {
    list-style-image: none !important;
    list-style-type: none !important;
    padding: 0px !important;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 23px;
    line-height: 1.64286rem;
    font-style: italic;
    font-style: italic;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
  }
  /* line 578, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li:last-child {
    margin-bottom: 0px;
  }
  /* line 581, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li:before {
    content: "-     ";
  }
  /* line 589, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat !important;
    color: #fff !important;
  }
  /* line 593, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 599, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    text-align: center !important;
  }
  /* line 605, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 611, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 617, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) img {
    max-width: 100%;
    margin-top: 42px;
  }
  /* line 622, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) h2 {
    color: #fff;
  }
  /* line 627, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) ul li {
    color: #fff;
  }
  /* line 633, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) {
    background: #eeeeee !important;
  }
  /* line 636, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 641, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center img {
    max-width: 100%;
    height: auto;
  }
  /* line 647, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 653, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 660, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) {
    background: #eeeeee !important;
  }
  /* line 662, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) img {
    max-width: 100%;
  }
  /* line 666, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 672, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 678, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 683, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center img {
    height: auto;
  }
  /* line 688, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 694, ../sass/_tablet.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 702, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .row_marg_int {
    margin-top: 64px;
  }
  /* line 706, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  /* line 711, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int .feature {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 714, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int .feature:nth-of-type(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 718, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 721, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features .two-features-content {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
  /* line 725, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 728, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) .two-features-content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 735, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .full_col_int p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
    min-height: inherit !important;
  }
  /* line 745, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 36px 0px 0px;
    float: right !important;
    margin-top: 0px;
  }
  /* line 754, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
  }
  /* line 764, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 769, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev a:hover {
    color: #222;
  }
  /* line 775, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul {
    list-style-type: none;
    text-align: center;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 780, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li {
    display: inline;
    margin-right: 8px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 789, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li a {
    color: #222;
    transition: .4s;
    text-decoration: none;
  }
  /* line 794, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li a:hover {
    color: #cf2c13;
  }
  /* line 800, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul .active {
    color: #cf2c13 !important;
    font-weight: bold !important;
  }
  /* line 806, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next {
    text-align: right;
    width: 23.72881%;
    float: right;
    margin-right: 0;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
  }
  /* line 817, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 822, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next a:hover {
    color: #222;
  }
  /* line 829, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post {
    width: 100%;
    margin-top: 42px;
    margin-left: 0px;
  }
  /* line 834, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post:first-of-type {
    margin-top: 0px;
  }
  /* line 838, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 841, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb img {
    border: 1px solid #ccc;
  }
  /* line 845, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
  /* line 848, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.posted {
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 0px;
  }
  /* line 856, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
  }
  /* line 865, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 26px;
    line-height: 1.85714rem;
  }
  /* line 870, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 a {
    text-decoration: none !important;
  }
  /* line 875, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 879, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 887, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry {
    width: 100%;
    margin-left: 0px;
  }
  /* line 891, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 894, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.posted {
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 0px;
  }
  /* line 902, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 24px;
  }
  /* line 909, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 24px;
    text-align: center;
  }
  /* line 917, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center img {
    border: 1px solid #ccc;
  }
  /* line 922, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 26px;
    line-height: 1.85714rem;
  }
  /* line 927, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 a {
    text-decoration: none !important;
  }
  /* line 932, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 936, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 944, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share {
    margin-top: 36px;
    width: 100%;
    margin-left: 0px;
  }
  /* line 949, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .share_this {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 959, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    text-align: right;
  }
  /* line 969, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 974, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 982, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns {
    width: 100%;
    margin-left: 0px;
  }
  /* line 986, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-top: 48px;
  }
  /* line 994, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.posted {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 18px;
    text-align: center;
  }
  /* line 1004, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.subhead {
    color: #222;
    text-align: center;
  }
  /* line 1009, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.copy {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
    text-align: center;
  }
  /* line 1019, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns h4 {
    text-align: center;
    line-height: 1.82857rem;
  }
  /* line 1024, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1028, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns a:hover {
    color: #222;
  }
  /* line 1033, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns .blog_thumb_container {
    border: 1px solid #ccc;
    overflow: hidden !important;
    width: 256px;
    height: 146px;
    margin: 0px auto;
  }
  /* line 1041, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns .no_line {
    text-decoration: none;
  }
  /* line 1043, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns:nth-of-type(3) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 1050, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1053, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int .right_block {
    margin-top: 56px !important;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0px;
    display: inline;
  }
  /* line 1059, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int .right_block.row {
    clear: none !important;
  }
  /* line 1063, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int .right_block:first-child {
    margin-top: 56px !important;
  }
  /* line 1067, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int .right_block:last-of-type {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 1071, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int .right_block.contact_right_block {
    float: left;
    margin-left: 78px !important;
  }
  /* line 1077, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int form {
    margin-top: 24px;
    float: left;
  }
  /* line 1082, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int form input {
    width: 100%;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #888;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    font-style: italic;
    font-style: italic;
    font-weight: 200;
    font-weight: 200;
  }
  /* line 1098, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int form input:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
    color: #222;
  }
  /* line 1106, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int p {
    margin-top: 24px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 22px;
    line-height: 1.57143rem;
  }
  /* line 1113, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int p:nth-of-type(2) {
    margin-top: 16px !important;
  }
  /* line 1118, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int a {
    color: #cf2c13;
    text-decoration: underline;
    transition: .4s;
  }
  /* line 1123, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int a:hover {
    color: #222;
  }
  /* line 1127, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int a.search_button {
    margin-top: 12px;
    background: #cf2c13;
    padding: 3px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    float: left;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 22px;
    line-height: 1.57143rem;
    font-weight: bold;
    font-weight: bold;
  }
  /* line 1142, ../sass/_tablet.scss */
  body .content-wrapper .internal_body .right_col_int a.search_button:hover {
    background: #222;
  }
  /* line 1153, ../sass/_tablet.scss */
  body footer {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 42px 0px 62px;
    height: 280px !important;
  }
  /* line 1161, ../sass/_tablet.scss */
  body footer .left_col {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
  }
  /* line 1166, ../sass/_tablet.scss */
  body footer .left_col p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #fff;
    margin-top: 18px;
  }
  /* line 1176, ../sass/_tablet.scss */
  body footer .left_col ul.social_media {
    list-style-type: none;
    margin-top: 18px;
  }
  /* line 1180, ../sass/_tablet.scss */
  body footer .left_col ul.social_media li {
    margin-right: 12px;
    display: inline;
    float: left;
  }
  /* line 1185, ../sass/_tablet.scss */
  body footer .left_col ul.social_media li svg {
    fill: #fff;
    transition: .4s;
  }
  /* line 1189, ../sass/_tablet.scss */
  body footer .left_col ul.social_media li svg:hover {
    fill: #31b4d0;
  }
  /* line 1197, ../sass/_tablet.scss */
  body footer .right_col {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    text-align: right;
    box-sizing: border-box;
    padding: 0px 30px 0px 0px;
  }
  /* line 1203, ../sass/_tablet.scss */
  body footer .right_col a {
    color: #31b4d0;
    transition: .4s;
  }
  /* line 1207, ../sass/_tablet.scss */
  body footer .right_col a:hover {
    color: #fff;
  }
  /* line 1212, ../sass/_tablet.scss */
  body footer .right_col p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #fff;
    margin-top: 0px;
  }
  /* line 1221, ../sass/_tablet.scss */
  body footer .right_col p:nth-child(2) {
    margin-top: 18px;
  }

  /* ----- BEGING Capterra pages ---- 1139px - 1024px */
  /* line 1234, ../sass/_tablet.scss */
  header.capterra .banner_col {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    box-sizing: border-box;
    padding: 0px 36px 0px 0px;
  }
  /* line 1239, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content {
    margin: 112px auto 0px;
  }
  /* line 1242, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content h1 {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 16px;
    margin-bottom: 1.14286rem;
  }
  /* line 1250, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content img.subhr {
    margin-bottom: 10px;
  }
  /* line 1254, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding: 0 36px;
  }
  /* line 1263, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content a {
    letter-spacing: 1px;
  }
  /* line 1267, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content .individual_button, header.capterra .banner_col .banner_content .individual_badge {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bold;
    float: left;
    margin-right: 32px;
  }
  /* line 1275, ../sass/_tablet.scss */
  header.capterra .banner_col .banner_content .individual_button:last-child, header.capterra .banner_col .banner_content .individual_badge:last-child {
    margin-right: 0px;
  }
  /* line 1281, ../sass/_tablet.scss */
  header.capterra .banner_col .banner {
    margin: 20px 0px 0px;
  }
  /* line 1284, ../sass/_tablet.scss */
  header.capterra .banner_col .banner img {
    max-width: 90%;
    position: relative;
    right: 0px;
  }
  /* line 1291, ../sass/_tablet.scss */
  header.capterra .banner_col .testimony-wrapper {
    float: left;
    margin: 20px 10px;
    padding: 0 30px;
    text-align: left;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 17px;
    line-height: 1.21429rem;
  }
  /* line 1301, ../sass/_tablet.scss */
  header.capterra .banner_col .testimony-wrapper p {
    margin-bottom: 5px;
  }
  /* line 1305, ../sass/_tablet.scss */
  header.capterra .banner_col .testimony-wrapper .testimony-quote,
  header.capterra .banner_col .testimony-wrapper .testimony-author,
  header.capterra .banner_col .testimony-wrapper .testimony-title {
    clear: left;
    display: inline-block;
    float: left;
  }
  /* line 1315, ../sass/_tablet.scss */
  header.capterra .form_col {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 1318, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-confirmation-container-full {
    margin: 112px auto 0px;
  }
  /* line 1322, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container {
    margin: 112px auto 0px;
  }
  /* line 1325, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container.wpforms-container-full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1332, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .list_marg {
    margin-top: 10px !important;
  }
  /* line 1336, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container label {
    display: block !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 5px;
    margin-bottom: 0.35714rem;
  }
  /* line 1345, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container input {
    width: 100% !important;
    max-width: 100% !important;
    height: 43px !important;
    line-height: 43px !important;
    box-sizing: border-box !important;
    padding: 0px 12px !important;
    font-size: 12px !important;
    font-size: 0.85714rem !important;
  }
  /* line 1357, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container textarea {
    width: 100% !important;
    height: 124px !important;
    line-height: 18px !important;
    box-sizing: border-box;
    padding: 12px !important;
    font-size: 12px !important;
    font-size: 0.85714rem !important;
  }
  /* line 1368, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container select {
    width: 100%;
    max-width: 100% !important;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0px 11px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1384, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    text-align: left;
    padding: 0px !important;
    clear: none !important;
  }
  /* line 1390, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 1396, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  /* line 1402, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-recaptcha-container {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 1406, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-submit-container {
    float: right;
    clear: none;
    margin-top: 10px;
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 1411, ../sass/_tablet.scss */
  header.capterra .form_col .wpforms-container .wpforms-submit-container button[type=submit] {
    padding: 16px 24px !important;
  }

  /* ----- END Capterra pages ---- */
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 10, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -90px;
  }
  /* line 18, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper #push {
    height: 90px;
  }

  /* line 20, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 90px;
  }

  /* line 8, ../sass/_phone.scss */
  body {
    font-size: 14px;
    font-size: 1rem;
    /* --- Newsletter Signup --- */
    /* --- Header (Home) --- */
    /* --- Header END --- */
    /* --- Content Block --- */
    /* --- Footer --- */
    /* --- END Footer --- */
  }
  /* line 11, ../sass/_phone.scss */
  body h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 32px;
    font-size: 2.28571rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 20, ../sass/_phone.scss */
  body h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    color: #fff;
    font-size: 48px;
    font-size: 3.42857rem;
    line-height: 48px;
    line-height: 3.42857rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
  }
  /* line 30, ../sass/_phone.scss */
  body h3 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 39, ../sass/_phone.scss */
  body h4 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 26px;
    line-height: 1.85714rem;
    margin-top: 22px;
    margin-top: 1.57143rem;
  }
  /* line 49, ../sass/_phone.scss */
  body h5 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 18px;
    line-height: 1.28571rem;
  }
  /* line 58, ../sass/_phone.scss */
  body .hamburger {
    display: block;
    position: fixed;
  }
  /* line 63, ../sass/_phone.scss */
  body .container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
  body .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 66, ../sass/_phone.scss */
  body .container .row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 73, ../sass/_phone.scss */
  body .content-wrapper .container .row {
    width: 82.75862%;
    float: left;
    margin-left: 8.62069%;
    margin-right: -100%;
    clear: both;
  }
  /* line 81, ../sass/_phone.scss */
  body #wrapper, body #footer {
    transition: .4s;
    transition-delay: 0s;
    position: relative;
    left: 0px;
  }
  /* line 87, ../sass/_phone.scss */
  body .newsletter_signup {
    width: 100vw !important;
    height: 100vh;
    background: #cf2c13;
    position: fixed;
    transition: .4s;
    z-index: 9999;
    box-sizing: border-box;
    padding: 72px 34px;
  }
  /* line 97, ../sass/_phone.scss */
  body .newsletter_signup .nl_top {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
  }
  /* line 102, ../sass/_phone.scss */
  body .newsletter_signup .nl_top .nl_heading {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    font-weight: 100;
    font-weight: 100;
    color: #fff;
    float: left;
  }
  /* line 113, ../sass/_phone.scss */
  body .newsletter_signup .nl_top img {
    float: right;
    cursor: pointer;
    position: relative;
    top: 4px;
  }
  /* line 123, ../sass/_phone.scss */
  body .open_news {
    left: 0px !important;
  }
  /* line 126, ../sass/_phone.scss */
  body .open_wrapper {
    left: 463px !important;
  }
  /* line 129, ../sass/_phone.scss */
  body .close_news {
    left: -1000px !important;
  }
  /* line 132, ../sass/_phone.scss */
  body .nl_hide {
    left: 1000px !important;
  }
  /* line 136, ../sass/_phone.scss */
  body .newsletter_button {
    position: fixed;
    bottom: 12%;
    left: -81px;
    z-index: 9500;
    transform: rotate(90deg);
    cursor: pointer;
    width: 180px;
    height: 35px;
  }
  /* line 146, ../sass/_phone.scss */
  body .newsletter_button a {
    padding: 10px 24px !important;
    color: #fff;
    background: #cf2c13;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 13px;
    line-height: 0.92857rem;
  }
  /* line 160, ../sass/_phone.scss */
  body header {
    height: 692px;
    width: 100%;
    background: #ececec url(../images/top_bg.jpg) 0 -42px no-repeat;
    background-size: 1024px;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  /* line 170, ../sass/_phone.scss */
  body header.internal {
    background: #ececec url(../images/top_bg_internal.jpg) top left no-repeat;
    height: 325px !important;
  }
  /* line 175, ../sass/_phone.scss */
  body header .banner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 139px auto 0px;
  }
  /* line 179, ../sass/_phone.scss */
  body header .banner img {
    position: relative;
    right: 0px;
    width: 442px;
    height: auto;
  }
  /* line 188, ../sass/_phone.scss */
  body header .banner_btn {
    width: 200px;
    height: 51px;
    padding: 16px 0px 0px 0px !important;
    background: #222 !important;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    float: left;
    top: 0 !important;
    border: none !important;
    box-sizing: border-box;
  }
  /* line 204, ../sass/_phone.scss */
  body header .banner_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 20px 0px 0px;
    text-align: center;
  }
  /* line 209, ../sass/_phone.scss */
  body header .banner_content p {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 21px;
    line-height: 1.5rem;
  }
  /* line 216, ../sass/_phone.scss */
  body header .banner_content a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
  }
  /* line 222, ../sass/_phone.scss */
  body header .banner_content a:hover {
    color: #222;
  }
  /* line 227, ../sass/_phone.scss */
  body header .banner_content .individual_button, body header .banner_content .individual_badge {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bold;
    float: left;
    clear: both;
  }
  /* line 236, ../sass/_phone.scss */
  body header .banner_content .individual_button:last-child, body header .banner_content .individual_badge:last-child {
    margin-right: 0px;
  }
  /* line 241, ../sass/_phone.scss */
  body header .banner_content .individual_button {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  /* line 249, ../sass/_phone.scss */
  body header .banner_content .button_group {
    margin: 12px auto 18px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
  }
  /* line 257, ../sass/_phone.scss */
  body header .banner_content .store_group {
    margin: 0px auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  /* line 264, ../sass/_phone.scss */
  body header .banner_content .btn_icon {
    float: left;
    width: 48px;
    height: 51px;
    background: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 275, ../sass/_phone.scss */
  body header .banner_content_internal {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 130px 0px 0px;
    text-align: center;
  }
  /* line 280, ../sass/_phone.scss */
  body header .banner_content_internal p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.57143rem;
  }
  /* line 287, ../sass/_phone.scss */
  body header .banner_content_internal a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
  }
  /* line 293, ../sass/_phone.scss */
  body header .banner_content_internal a:hover {
    color: #222;
  }
  /* line 297, ../sass/_phone.scss */
  body header .banner_content_internal h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 46px;
    font-size: 3.28571rem;
    line-height: 46px;
    line-height: 3.28571rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
  }
  /* line 306, ../sass/_phone.scss */
  body header .navigation_header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 23px 30px 0px;
    background: #fff;
    z-index: 7500;
    height: 74px;
  }
  /* line 318, ../sass/_phone.scss */
  body header .logo {
    float: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (-ms-high-contrast: active), (min-width: 480px) and (max-width: 1023px) and (-ms-high-contrast: none) {
  /* line 323, ../sass/_phone.scss */
  body header .logo {
    float: left;
    position: relative;
    bottom: 61px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 330, ../sass/_phone.scss */
  body header nav {
    float: right;
    display: none;
  }
  /* line 335, ../sass/_phone.scss */
  body header ul.menu {
    list-style-type: none;
    margin: 11px 0px 0px;
  }
  /* line 339, ../sass/_phone.scss */
  body header ul.menu:first-child {
    margin-left: 0px;
  }
  /* line 343, ../sass/_phone.scss */
  body header ul.menu:last-child {
    margin-right: 0px;
  }
  /* line 347, ../sass/_phone.scss */
  body header ul.menu li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 32px;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
  }
  /* line 358, ../sass/_phone.scss */
  body header ul.menu li a {
    color: #222222;
    text-decoration: none;
    transition: .4s;
  }
  /* line 363, ../sass/_phone.scss */
  body header ul.menu li a:hover {
    color: #cf2c13;
  }
  /* line 370, ../sass/_phone.scss */
  body header svg {
    width: 225px;
    height: auto;
  }
  /* line 380, ../sass/_phone.scss */
  body .content-wrapper {
    /* --- Form Elements --- */
    /* --- END Form Elements --- */
  }
  /* line 382, ../sass/_phone.scss */
  body .content-wrapper img.subhr {
    margin: 48px 0px 0px;
  }
  /* line 386, ../sass/_phone.scss */
  body .content-wrapper .home_features {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 394, ../sass/_phone.scss */
  body .content-wrapper .home_features p.subhead {
    color: #fff;
  }
  /* line 398, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: 72px;
  }
  /* line 403, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set:first-of-type {
    margin-top: 0px !important;
  }
  /* line 407, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set:nth-child(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 411, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set.two-features {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 414, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set.two-features .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 418, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 421, ../sass/_phone.scss */
  body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 429, ../sass/_phone.scss */
  body .content-wrapper .home_blogs {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 437, ../sass/_phone.scss */
  body .content-wrapper .home_blogs p.posted {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 18px;
  }
  /* line 446, ../sass/_phone.scss */
  body .content-wrapper .home_blogs p.subhead {
    color: #fff;
  }
  /* line 450, ../sass/_phone.scss */
  body .content-wrapper .home_blogs p.copy {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
  }
  /* line 459, ../sass/_phone.scss */
  body .content-wrapper .home_blogs a {
    color: #31b4d0;
    transition: .4s;
  }
  /* line 463, ../sass/_phone.scss */
  body .content-wrapper .home_blogs a:hover {
    color: #fff;
  }
  /* line 468, ../sass/_phone.scss */
  body .content-wrapper .home_blogs .no_line {
    text-decoration: none;
  }
  /* line 470, ../sass/_phone.scss */
  body .content-wrapper .home_blogs .blog_set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: 42px;
  }
  /* line 475, ../sass/_phone.scss */
  body .content-wrapper .home_blogs .blog_set:first-of-type {
    margin-top: 0px !important;
  }
  /* line 479, ../sass/_phone.scss */
  body .content-wrapper .home_blogs .blog_set .blog_thumb_container {
    border: 1px solid #555555;
    overflow: hidden !important;
    width: 295px;
    height: 156px;
    margin: 0px auto;
  }
  /* line 491, ../sass/_phone.scss */
  body .content-wrapper .home_blogs .blog_set:nth-child(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 497, ../sass/_phone.scss */
  body .content-wrapper .home_clients {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 505, ../sass/_phone.scss */
  body .content-wrapper .home_clients .client_set {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    text-align: center;
  }
  /* line 509, ../sass/_phone.scss */
  body .content-wrapper .home_clients .client_set img {
    max-width: 100%;
    height: auto;
  }
  /* line 514, ../sass/_phone.scss */
  body .content-wrapper .home_clients .client_set:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 520, ../sass/_phone.scss */
  body .content-wrapper .home_about {
    background: #eee;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 140px 0px 160px;
  }
  /* line 528, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_img_one {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 531, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_img_one img {
    border: 1px solid #ccc;
    max-width: 100%;
    height: auto;
  }
  /* line 538, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_cont_area_one {
    width: 100%;
    float: right;
    margin-right: 0;
    text-align: left !important;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
  }
  /* line 544, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_cont_area_one p {
    margin-top: 28px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 554, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_img_two {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 557, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_img_two img {
    max-width: 100%;
    height: auto;
  }
  /* line 563, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_cont_area_two {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left !important;
    padding: 0px 0px 0px 0px;
  }
  /* line 568, ../sass/_phone.scss */
  body .content-wrapper .home_about .about_cont_area_two p {
    margin-top: 28px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 579, ../sass/_phone.scss */
  body .content-wrapper .row_marg {
    margin-top: 72px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 586, ../sass/_phone.scss */
  body .content-wrapper .row_marg_def {
    margin-top: 0px !important;
    display: block;
  }
  /* line 591, ../sass/_phone.scss */
  body .content-wrapper .row_marg_btn {
    margin-top: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 598, ../sass/_phone.scss */
  body .content-wrapper .internal_body {
    background: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 80px 0px;
  }
  /* line 606, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 615, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg .full_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 619, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg .full_col img {
    width: 100%;
    height: auto;
  }
  /* line 625, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    text-align: left !important;
  }
  /* line 635, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg .center_block {
    box-sizing: border-box;
    padding: 0px;
  }
  /* line 639, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg .center_block h2 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
  /* line 652, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg h2 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
  /* line 664, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 25px;
    line-height: 1.78571rem;
  }
  /* line 672, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul {
    margin-top: 32px;
    margin-left: 19px;
  }
  /* line 677, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul li {
    list-style-image: url(../images/bullet.png);
    box-sizing: border-box;
    padding-left: 10px;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 27px;
    line-height: 1.92857rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
  }
  /* line 690, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul li:last-child {
    margin-bottom: 0px;
  }
  /* line 694, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul {
    margin-top: 12px;
    margin-left: 0px;
  }
  /* line 698, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li {
    list-style-image: none !important;
    list-style-type: none !important;
    padding: 0px !important;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 23px;
    line-height: 1.64286rem;
    font-style: italic;
    font-style: italic;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
  }
  /* line 709, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li:last-child {
    margin-bottom: 0px;
  }
  /* line 712, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li:before {
    content: "-     ";
  }
  /* line 720, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat !important;
    color: #fff !important;
  }
  /* line 724, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 730, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    text-align: center !important;
  }
  /* line 736, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 742, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 748, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 754, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) img {
    max-width: 100%;
    margin-top: 42px;
  }
  /* line 759, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) h2 {
    color: #fff;
  }
  /* line 764, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) ul li {
    color: #fff;
  }
  /* line 770, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) {
    background: #eeeeee !important;
  }
  /* line 773, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) img {
    max-width: 100%;
  }
  /* line 777, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 782, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center img {
    height: auto;
  }
  /* line 787, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 793, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 800, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) {
    background: #eeeeee !important;
  }
  /* line 802, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) img {
    max-width: 100%;
  }
  /* line 806, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 812, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 818, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 823, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center img {
    height: auto;
  }
  /* line 828, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 834, ../sass/_phone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 842, ../sass/_phone.scss */
  body .content-wrapper .internal_body .row_marg_int {
    margin-top: 64px;
  }
  /* line 846, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  /* line 851, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 64px;
  }
  /* line 855, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature:nth-of-type(1) {
    margin-top: 0px;
  }
  /* line 859, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature:nth-of-type(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 863, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 866, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 870, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 873, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 880, ../sass/_phone.scss */
  body .content-wrapper .internal_body .full_col_int p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
    min-height: inherit !important;
  }
  /* line 890, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 36px 0px 0px;
    float: right !important;
    margin-top: 0px;
  }
  /* line 899, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
  }
  /* line 909, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 914, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev a:hover {
    color: #222;
  }
  /* line 920, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul {
    list-style-type: none;
    text-align: center;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 925, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li {
    display: inline;
    margin-right: 8px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 934, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li a {
    color: #222;
    transition: .4s;
    text-decoration: none;
  }
  /* line 939, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li a:hover {
    color: #cf2c13;
  }
  /* line 945, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul .active {
    color: #cf2c13 !important;
    font-weight: bold !important;
  }
  /* line 951, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next {
    text-align: right;
    width: 23.72881%;
    float: right;
    margin-right: 0;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
  }
  /* line 962, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 967, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next a:hover {
    color: #222;
  }
  /* line 974, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post {
    width: 100%;
    margin-top: 42px;
    margin-left: 0px;
  }
  /* line 979, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post:first-of-type {
    margin-top: 0px;
  }
  /* line 983, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 986, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb img {
    border: 1px solid #ccc;
  }
  /* line 990, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
  }
  /* line 994, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.posted {
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1rem;
    font-style: italic;
    margin-top: 0px;
  }
  /* line 1003, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
  }
  /* line 1012, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 26px;
    line-height: 1.85714rem;
  }
  /* line 1017, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 a {
    text-decoration: none !important;
  }
  /* line 1022, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1026, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 1034, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1038, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1041, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.posted {
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 0px;
  }
  /* line 1049, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 24px;
  }
  /* line 1056, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 24px;
    text-align: center;
  }
  /* line 1064, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center img {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
  }
  /* line 1067, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content div {
    width: 100%;
    margin: 32px auto;
    text-align: center;
  }
  /* line 1072, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content div img {
    width: 100%;
    height: auto;
  }
  /* line 1078, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 26px;
    line-height: 1.85714rem;
  }
  /* line 1083, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 a {
    text-decoration: none !important;
  }
  /* line 1088, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1092, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 1100, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share {
    margin-top: 36px;
    width: 100%;
    margin-left: 0px;
  }
  /* line 1105, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .share_this {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 1115, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    text-align: left;
    margin-top: 20px;
  }
  /* line 1126, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 1131, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 1139, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1143, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 48px;
  }
  /* line 1151, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.posted {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 18px;
    text-align: center;
  }
  /* line 1161, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.subhead {
    color: #222;
    text-align: center;
  }
  /* line 1166, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.copy {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
    text-align: center;
  }
  /* line 1176, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns h4 {
    text-align: center;
    line-height: 1.82857rem;
  }
  /* line 1181, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1185, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns a:hover {
    color: #222;
  }
  /* line 1190, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns .blog_thumb_container {
    border: 1px solid #ccc;
    overflow: hidden !important;
    width: 256px;
    height: 146px;
    margin: 0px auto;
  }
  /* line 1198, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns .no_line {
    text-decoration: none;
  }
  /* line 1200, ../sass/_phone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns:nth-of-type(3) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1207, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  /* line 1211, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int .right_block {
    margin-top: 0px;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0px;
    display: inline;
  }
  /* line 1217, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int .right_block:last-of-type {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 1222, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int form {
    margin-top: 24px;
    float: left;
  }
  /* line 1227, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int form input {
    width: 100%;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #888;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    font-style: italic;
    font-style: italic;
    font-weight: 200;
    font-weight: 200;
  }
  /* line 1243, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int form input:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
    color: #222;
  }
  /* line 1251, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int p {
    margin-top: 24px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 22px;
    line-height: 1.57143rem;
  }
  /* line 1258, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int p:nth-of-type(2) {
    margin-top: 16px !important;
  }
  /* line 1263, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int a {
    color: #cf2c13;
    text-decoration: underline;
    transition: .4s;
  }
  /* line 1268, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int a:hover {
    color: #222;
  }
  /* line 1272, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int a.search_button {
    margin-top: 12px;
    background: #cf2c13;
    padding: 3px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    float: left;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 22px;
    line-height: 1.57143rem;
    font-weight: bold;
    font-weight: bold;
  }
  /* line 1287, ../sass/_phone.scss */
  body .content-wrapper .internal_body .right_col_int a.search_button:hover {
    background: #222;
  }
  /* line 1297, ../sass/_phone.scss */
  body .content-wrapper form {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1300, ../sass/_phone.scss */
  body .content-wrapper form .list_marg {
    margin-top: 32px !important;
  }
  /* line 1302, ../sass/_phone.scss */
  body .content-wrapper form label {
    display: block;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 1311, ../sass/_phone.scss */
  body .content-wrapper form input {
    width: 100%;
    border: 1px solid #ccc;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #222;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1325, ../sass/_phone.scss */
  body .content-wrapper form input:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
  }
  /* line 1331, ../sass/_phone.scss */
  body .content-wrapper form textarea {
    width: 100%;
    height: 124px;
    border: 1px solid #ccc;
    line-height: 18px;
    box-sizing: border-box;
    padding: 12px;
    color: #222;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1345, ../sass/_phone.scss */
  body .content-wrapper form textarea:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
  }
  /* line 1351, ../sass/_phone.scss */
  body .content-wrapper form .required {
    color: red;
  }
  /* line 1355, ../sass/_phone.scss */
  body .content-wrapper form .text_comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  /* line 1360, ../sass/_phone.scss */
  body .content-wrapper form .text_input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100% !important;
  }
  /* line 1365, ../sass/_phone.scss */
  body .content-wrapper form .text_input:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px !important;
    width: 100% !important;
  }
  /* line 1379, ../sass/_phone.scss */
  body footer {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 42px 0px 62px;
    height: 380px !important;
  }
  /* line 1387, ../sass/_phone.scss */
  body footer .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
  }
  /* line 1392, ../sass/_phone.scss */
  body footer .left_col p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #fff;
    margin-top: 18px;
  }
  /* line 1402, ../sass/_phone.scss */
  body footer .left_col ul.social_media {
    list-style-type: none;
    margin-top: 18px;
  }
  /* line 1406, ../sass/_phone.scss */
  body footer .left_col ul.social_media li {
    margin-right: 12px;
    display: inline;
    float: left;
  }
  /* line 1411, ../sass/_phone.scss */
  body footer .left_col ul.social_media li svg {
    fill: #fff;
    transition: .4s;
  }
  /* line 1415, ../sass/_phone.scss */
  body footer .left_col ul.social_media li svg:hover {
    fill: #31b4d0;
  }
  /* line 1423, ../sass/_phone.scss */
  body footer .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 0px 0px 30px;
  }
  /* line 1429, ../sass/_phone.scss */
  body footer .right_col a {
    color: #31b4d0;
    transition: .4s;
  }
  /* line 1433, ../sass/_phone.scss */
  body footer .right_col a:hover {
    color: #fff;
  }
  /* line 1438, ../sass/_phone.scss */
  body footer .right_col p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #fff;
    margin-top: 0px;
  }
  /* line 1447, ../sass/_phone.scss */
  body footer .right_col p:nth-child(2) {
    margin-top: 18px;
  }

  /* ----- BEGING Capterra pages ---- 1023px - 480px */
  /* line 1459, ../sass/_phone.scss */
  header.capterra .banner_col {
    box-sizing: border-box;
    padding: 0px 36px 0px 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1459, ../sass/_phone.scss */
  header.capterra .banner_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1467, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content {
    margin: 142px auto 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1467, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content {
    margin-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1474, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content h1 {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 16px;
    margin-bottom: 1.14286rem;
  }
  /* line 1482, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content img.subhr {
    margin-bottom: 10px;
  }
  /* line 1486, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding: 0 36px;
  }
  /* line 1495, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content a {
    letter-spacing: 1px;
  }
  /* line 1499, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content .individual_button, header.capterra .banner_col .banner_content .individual_badge {
    float: left;
    margin-right: 32px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bold;
  }
  /* line 1508, ../sass/_phone.scss */
  header.capterra .banner_col .banner_content .individual_button:last-child, header.capterra .banner_col .banner_content .individual_badge:last-child {
    margin-right: 0px;
  }
  /* line 1514, ../sass/_phone.scss */
  header.capterra .banner_col .banner {
    margin: 20px 0px 0px;
  }
  /* line 1517, ../sass/_phone.scss */
  header.capterra .banner_col .banner img {
    max-width: 100%;
    position: relative;
    right: 0px;
  }
  /* line 1524, ../sass/_phone.scss */
  header.capterra .banner_col .testimony-wrapper {
    float: left;
    margin: 20px 10px;
    text-align: left;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 17px;
    line-height: 1.21429rem;
  }
  /* line 1534, ../sass/_phone.scss */
  header.capterra .banner_col .testimony-wrapper p {
    margin-bottom: 5px;
  }
  /* line 1538, ../sass/_phone.scss */
  header.capterra .banner_col .testimony-wrapper .testimony-quote,
  header.capterra .banner_col .testimony-wrapper .testimony-author,
  header.capterra .banner_col .testimony-wrapper .testimony-title {
    clear: left;
    display: inline-block;
    float: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1548, ../sass/_phone.scss */
  header.capterra .form_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1553, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-confirmation-container-full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 142px auto 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1553, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-confirmation-container-full {
    max-width: 85%;
    margin-left: 35px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1563, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container {
    margin: 142px auto 0px;
  }
  /* line 1566, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container.wpforms-container-full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1570, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1573, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .list_marg {
    margin-top: 10px !important;
  }
  /* line 1577, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container label {
    display: block !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 5px;
    margin-bottom: 0.35714rem;
  }
  /* line 1586, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container input {
    width: 100% !important;
    max-width: 100% !important;
    height: 43px !important;
    line-height: 43px !important;
    box-sizing: border-box !important;
    padding: 0px 12px !important;
    font-size: 12px !important;
    font-size: 0.85714rem !important;
  }
  /* line 1598, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container textarea {
    width: 100% !important;
    height: 124px !important;
    line-height: 18px !important;
    box-sizing: border-box;
    padding: 12px !important;
    font-size: 12px !important;
    font-size: 0.85714rem !important;
  }
  /* line 1609, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container select {
    width: 100%;
    max-width: 100% !important;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0px 11px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1625, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    text-align: left;
    padding: 0px !important;
    clear: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1625, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input {
    padding: 0 0 0 30px !important;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1635, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 1641, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1641, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_comment {
    padding: 0 0 0 30px !important;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1651, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-recaptcha-container {
    float: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1651, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-recaptcha-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px !important;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 1659, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-submit-container {
    float: right;
    clear: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 768px) {
  /* line 1659, ../sass/_phone.scss */
  header.capterra .form_col .wpforms-container .wpforms-submit-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 30px !important;
  }
}

@media (min-width: 480px) and (max-width: 1023px) {
  /* ----- END Capterra pages ---- */
}
@media (min-width: 300px) and (max-width: 479px) {
  /* line 10, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -90px;
  }
  /* line 18, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper #push {
    height: 90px;
  }

  /* line 20, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 90px;
  }

  /* line 8, ../sass/_smallphone.scss */
  body {
    /* --- Newsletter Signup --- */
    /* --- Header (Home) --- */
    /* --- Header END --- */
    /* --- Content Block --- */
    /* --- Footer --- */
    /* --- END Footer --- */
  }
  /* line 10, ../sass/_smallphone.scss */
  body h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 34px;
    line-height: 2.42857rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 19, ../sass/_smallphone.scss */
  body h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    color: #fff;
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 40px;
    line-height: 2.85714rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
  }
  /* line 29, ../sass/_smallphone.scss */
  body h3 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 38, ../sass/_smallphone.scss */
  body h4 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 26px;
    line-height: 1.85714rem;
    margin-top: 22px;
    margin-top: 1.57143rem;
  }
  /* line 48, ../sass/_smallphone.scss */
  body h5 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #fff;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 18px;
    line-height: 1.28571rem;
  }
  /* line 57, ../sass/_smallphone.scss */
  body .hamburger {
    display: block;
    position: fixed;
  }
  /* line 62, ../sass/_smallphone.scss */
  body .container {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../Users/joemaiers/.rvm/gems/ruby-2.6.6/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
  body .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 64, ../sass/_smallphone.scss */
  body .container .row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 71, ../sass/_smallphone.scss */
  body .content-wrapper .container .row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  /* line 79, ../sass/_smallphone.scss */
  body #wrapper, body #footer {
    transition: .4s;
    transition-delay: 0s;
    position: relative;
    left: 0px;
  }
  /* line 85, ../sass/_smallphone.scss */
  body .newsletter_signup {
    width: 100vw !important;
    height: 100vh;
    background: #cf2c13;
    position: fixed;
    transition: .4s;
    z-index: 9999;
    box-sizing: border-box;
    padding: 72px 34px;
  }
  /* line 95, ../sass/_smallphone.scss */
  body .newsletter_signup .nl_top {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
  }
  /* line 100, ../sass/_smallphone.scss */
  body .newsletter_signup .nl_top .nl_heading {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    font-weight: 100;
    font-weight: 100;
    color: #fff;
    float: left;
  }
  /* line 111, ../sass/_smallphone.scss */
  body .newsletter_signup .nl_top img {
    float: right;
    cursor: pointer;
    position: relative;
    top: 4px;
  }
  /* line 121, ../sass/_smallphone.scss */
  body .open_news {
    left: 0px !important;
  }
  /* line 124, ../sass/_smallphone.scss */
  body .open_wrapper {
    left: 463px !important;
  }
  /* line 127, ../sass/_smallphone.scss */
  body .close_news {
    left: -1000px !important;
  }
  /* line 130, ../sass/_smallphone.scss */
  body .nl_hide {
    left: 1000px !important;
  }
  /* line 134, ../sass/_smallphone.scss */
  body .newsletter_button {
    position: fixed;
    bottom: 12%;
    left: -82px;
    z-index: 9500;
    transform: rotate(90deg);
    cursor: pointer;
    width: 180px;
    height: 35px;
  }
  /* line 144, ../sass/_smallphone.scss */
  body .newsletter_button a {
    padding: 6px 12px !important;
    color: #fff;
    background: #cf2c13;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 12px;
    line-height: 0.85714rem;
  }
  /* line 158, ../sass/_smallphone.scss */
  body header {
    height: 692px;
    width: 100%;
    background: #ececec url(../images/top_bg.jpg) 0 -42px no-repeat;
    background-size: 900px;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  /* line 168, ../sass/_smallphone.scss */
  body header.internal {
    background: #ececec url(../images/top_bg_internal.jpg) top left no-repeat;
    height: 325px !important;
  }
  /* line 173, ../sass/_smallphone.scss */
  body header .banner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 98px auto 0px;
  }
  /* line 177, ../sass/_smallphone.scss */
  body header .banner img {
    position: relative;
    right: 68px;
    width: 442px;
    height: auto;
  }
  /* line 186, ../sass/_smallphone.scss */
  body header .banner_btn {
    width: 200px;
    height: 51px;
    padding: 16px 0px 0px 0px !important;
    background: #222 !important;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    float: left;
    top: 0 !important;
    border: none !important;
    box-sizing: border-box;
  }
  /* line 202, ../sass/_smallphone.scss */
  body header .banner_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 8px 0px 0px;
    text-align: center;
  }
  /* line 207, ../sass/_smallphone.scss */
  body header .banner_content p {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 21px;
    line-height: 1.5rem;
  }
  /* line 214, ../sass/_smallphone.scss */
  body header .banner_content a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
  }
  /* line 220, ../sass/_smallphone.scss */
  body header .banner_content a:hover {
    color: #222;
  }
  /* line 225, ../sass/_smallphone.scss */
  body header .banner_content .individual_button, body header .banner_content .individual_badge {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bold;
    float: left;
    clear: both;
  }
  /* line 234, ../sass/_smallphone.scss */
  body header .banner_content .individual_button:last-child, body header .banner_content .individual_badge:last-child {
    margin-right: 0px;
  }
  /* line 239, ../sass/_smallphone.scss */
  body header .banner_content .individual_button {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  /* line 247, ../sass/_smallphone.scss */
  body header .banner_content .button_group {
    margin: 12px auto 22px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
  }
  /* line 255, ../sass/_smallphone.scss */
  body header .banner_content .store_group {
    margin: 0px auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  /* line 262, ../sass/_smallphone.scss */
  body header .banner_content .btn_icon {
    float: left;
    width: 48px;
    height: 51px;
    background: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 273, ../sass/_smallphone.scss */
  body header .banner_content_internal {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 130px 0px 0px;
    text-align: center;
  }
  /* line 278, ../sass/_smallphone.scss */
  body header .banner_content_internal p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.57143rem;
  }
  /* line 285, ../sass/_smallphone.scss */
  body header .banner_content_internal a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
  }
  /* line 291, ../sass/_smallphone.scss */
  body header .banner_content_internal a:hover {
    color: #222;
  }
  /* line 295, ../sass/_smallphone.scss */
  body header .banner_content_internal h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 40px;
    line-height: 2.85714rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
  }
  /* line 304, ../sass/_smallphone.scss */
  body header .navigation_header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 23px 30px 0px;
    background: #fff;
    z-index: 7500;
    height: 74px;
  }
  /* line 316, ../sass/_smallphone.scss */
  body header .logo {
    float: left;
  }
}
@media screen and (min-width: 300px) and (max-width: 479px) and (-ms-high-contrast: active), (min-width: 300px) and (max-width: 479px) and (-ms-high-contrast: none) {
  /* line 321, ../sass/_smallphone.scss */
  body header .logo {
    float: left;
    position: relative;
    bottom: 61px;
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  /* line 328, ../sass/_smallphone.scss */
  body header nav {
    float: right;
    display: none;
  }
  /* line 333, ../sass/_smallphone.scss */
  body header ul.menu {
    list-style-type: none;
    margin: 11px 0px 0px;
  }
  /* line 337, ../sass/_smallphone.scss */
  body header ul.menu:first-child {
    margin-left: 0px;
  }
  /* line 341, ../sass/_smallphone.scss */
  body header ul.menu:last-child {
    margin-right: 0px;
  }
  /* line 345, ../sass/_smallphone.scss */
  body header ul.menu li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 32px;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
  }
  /* line 356, ../sass/_smallphone.scss */
  body header ul.menu li a {
    color: #222222;
    text-decoration: none;
    transition: .4s;
  }
  /* line 361, ../sass/_smallphone.scss */
  body header ul.menu li a:hover {
    color: #cf2c13;
  }
  /* line 368, ../sass/_smallphone.scss */
  body header svg {
    width: 225px;
    height: auto;
  }
  /* line 378, ../sass/_smallphone.scss */
  body .content-wrapper {
    /* --- Form Elements --- */
    /* --- END Form Elements --- */
  }
  /* line 380, ../sass/_smallphone.scss */
  body .content-wrapper img.subhr {
    display: none;
  }
  /* line 384, ../sass/_smallphone.scss */
  body .content-wrapper .home_features {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0px;
  }
  /* line 392, ../sass/_smallphone.scss */
  body .content-wrapper .home_features p.subhead {
    color: #fff;
  }
  /* line 396, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: 72px;
  }
  /* line 401, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set:first-of-type {
    margin-top: 0px !important;
  }
  /* line 405, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set:nth-child(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 409, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set.two-features {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 412, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set.two-features .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 416, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 419, ../sass/_smallphone.scss */
  body .content-wrapper .home_features .feature_set.two-features:nth-child(2n) .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 427, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0px;
  }
  /* line 435, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs p.posted {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 18px;
  }
  /* line 444, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs p.subhead {
    color: #fff;
  }
  /* line 448, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs p.copy {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
  }
  /* line 457, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs a {
    color: #31b4d0;
    transition: .4s;
  }
  /* line 461, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs a:hover {
    color: #fff;
  }
  /* line 466, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs .no_line {
    text-decoration: none;
  }
  /* line 468, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs .blog_set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: 42px;
  }
  /* line 473, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs .blog_set:first-of-type {
    margin-top: 0px !important;
  }
  /* line 477, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs .blog_set .blog_thumb_container {
    border: 1px solid #555555;
    overflow: hidden !important;
    width: 295px;
    height: 156px;
    margin: 0px auto;
  }
  /* line 489, ../sass/_smallphone.scss */
  body .content-wrapper .home_blogs .blog_set:nth-child(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 495, ../sass/_smallphone.scss */
  body .content-wrapper .home_clients {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0px;
  }
  /* line 503, ../sass/_smallphone.scss */
  body .content-wrapper .home_clients .client_set {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    text-align: center;
  }
  /* line 507, ../sass/_smallphone.scss */
  body .content-wrapper .home_clients .client_set img {
    max-width: 100%;
    height: auto;
  }
  /* line 512, ../sass/_smallphone.scss */
  body .content-wrapper .home_clients .client_set:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 518, ../sass/_smallphone.scss */
  body .content-wrapper .home_about {
    background: #eee;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0px;
  }
  /* line 526, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_img_one {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 529, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_img_one img {
    border: 1px solid #ccc;
    max-width: 100%;
    height: auto;
  }
  /* line 536, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_cont_area_one {
    width: 100%;
    float: right;
    margin-right: 0;
    text-align: left !important;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
  }
  /* line 542, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_cont_area_one p {
    margin-top: 28px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 552, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_img_two {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 555, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_img_two img {
    max-width: 100%;
    height: auto;
  }
  /* line 561, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_cont_area_two {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left !important;
    padding: 0px 0px 0px 0px;
  }
  /* line 566, ../sass/_smallphone.scss */
  body .content-wrapper .home_about .about_cont_area_two p {
    margin-top: 28px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 577, ../sass/_smallphone.scss */
  body .content-wrapper .row_marg {
    margin-top: 72px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 584, ../sass/_smallphone.scss */
  body .content-wrapper .row_marg_def {
    margin-top: 0px !important;
    display: block;
  }
  /* line 589, ../sass/_smallphone.scss */
  body .content-wrapper .row_marg_btn {
    margin-top: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 596, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body {
    background: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 80px 0px;
  }
  /* line 604, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 609, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .left_col img {
    width: 100%;
    height: auto;
  }
  /* line 615, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .full_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 620, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .full_col img {
    width: 100%;
    height: auto;
  }
  /* line 626, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    text-align: left !important;
  }
  /* line 631, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .right_col img {
    width: 100%;
    height: auto;
  }
  /* line 637, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .center_block {
    box-sizing: border-box;
    padding: 0px;
  }
  /* line 641, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg .center_block h2 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
  /* line 654, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg h2 {
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 28px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2.28571rem;
    margin-bottom: 18px;
    margin-bottom: 1.28571rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
  /* line 666, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 25px;
    line-height: 1.78571rem;
  }
  /* line 674, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul {
    margin-top: 32px;
    margin-left: 19px;
  }
  /* line 678, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul li {
    list-style-image: url(../images/bullet.png);
    box-sizing: border-box;
    padding-left: 10px;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 27px;
    line-height: 1.92857rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    color: #222;
    color: #222;
    font-weight: 100;
    font-weight: 100;
  }
  /* line 691, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul li:last-child {
    margin-bottom: 0px;
  }
  /* line 695, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul {
    margin-top: 12px;
    margin-left: 0px;
  }
  /* line 699, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li {
    list-style-image: none !important;
    list-style-type: none !important;
    padding: 0px !important;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 23px;
    line-height: 1.64286rem;
    font-style: italic;
    font-style: italic;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
  }
  /* line 710, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li:last-child {
    margin-bottom: 0px;
  }
  /* line 713, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg ul li ul li:before {
    content: "-     ";
  }
  /* line 721, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat !important;
    color: #fff !important;
  }
  /* line 725, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 731, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    text-align: center !important;
  }
  /* line 737, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 743, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 749, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) img {
    max-width: 100%;
    margin-top: 42px;
  }
  /* line 754, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) h2 {
    color: #fff;
  }
  /* line 759, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(2n) ul li {
    color: #fff;
  }
  /* line 765, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) {
    background: #eeeeee !important;
  }
  /* line 768, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) img {
    max-width: 100%;
  }
  /* line 772, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 777, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .full_col_center img {
    height: auto;
  }
  /* line 782, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 788, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(3n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 795, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) {
    background: #eeeeee !important;
  }
  /* line 797, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) img {
    max-width: 100%;
  }
  /* line 801, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 807, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 813, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center !important;
  }
  /* line 818, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .full_col_center img {
    height: auto;
  }
  /* line 823, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .left_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 829, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body.feature_bg:nth-of-type(5n) .right_col_sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: left !important;
  }
  /* line 838, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .row_marg_int {
    margin-top: 64px;
  }
  /* line 842, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  /* line 847, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 64px;
  }
  /* line 851, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature:nth-of-type(1) {
    margin-top: 0px;
  }
  /* line 855, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature:nth-of-type(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 859, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 862, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 866, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 869, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int .feature.two-features:nth-child(2n) .two-features-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 876, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .full_col_int p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
    min-height: inherit !important;
  }
  /* line 887, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    float: right !important;
    margin-top: 0px;
  }
  /* line 896, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
  }
  /* line 906, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 911, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .prev a:hover {
    color: #222;
  }
  /* line 917, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul {
    list-style-type: none;
    text-align: left;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 24px 0px;
  }
  /* line 923, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li {
    display: inline;
    margin-right: 8px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
  /* line 932, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li a {
    color: #222;
    transition: .4s;
    text-decoration: none;
  }
  /* line 937, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul li a:hover {
    color: #cf2c13;
  }
  /* line 943, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination ul .active {
    color: #cf2c13 !important;
    font-weight: bold !important;
  }
  /* line 949, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next {
    text-align: left;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
  }
  /* line 960, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 965, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .pagination .next a:hover {
    color: #222;
  }
  /* line 972, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post {
    width: 100%;
    margin-top: 42px;
    margin-left: 0px;
  }
  /* line 977, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post:first-of-type {
    margin-top: 0px;
  }
  /* line 981, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  /* line 985, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_thumb img {
    border: 1px solid #ccc;
  }
  /* line 989, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 992, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.posted {
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1rem;
    font-style: italic;
    margin-top: 0px;
  }
  /* line 1001, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
  }
  /* line 1010, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 26px;
    line-height: 1.85714rem;
  }
  /* line 1015, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content h4 a {
    text-decoration: none !important;
  }
  /* line 1020, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1024, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_post .blog_content a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 1032, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1036, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1039, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.posted {
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 0px;
  }
  /* line 1047, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.copy {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 24px;
  }
  /* line 1054, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 24px;
    text-align: center;
  }
  /* line 1062, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content p.image_center img {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
  }
  /* line 1065, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content div {
    width: 100%;
    margin: 32px auto;
    text-align: center;
  }
  /* line 1070, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content div img {
    width: 100%;
    height: auto;
  }
  /* line 1076, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 {
    font-size: 26px;
    font-size: 1.85714rem;
    line-height: 26px;
    line-height: 1.85714rem;
  }
  /* line 1081, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content h4 a {
    text-decoration: none !important;
  }
  /* line 1086, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1090, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_entry .blog_content a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 1098, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share {
    margin-top: 36px;
    width: 100%;
    margin-left: 0px;
  }
  /* line 1103, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .share_this {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 1113, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    text-align: left;
    margin-top: 20px;
  }
  /* line 1124, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link a {
    color: #cf2c13;
    transition: .4s;
    text-decoration: none;
  }
  /* line 1129, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_share .next_link a:hover {
    color: #222;
    text-decoration: none;
  }
  /* line 1137, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1141, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 48px;
  }
  /* line 1149, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.posted {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    margin-top: 18px;
    text-align: center;
  }
  /* line 1159, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.subhead {
    color: #222;
    text-align: center;
  }
  /* line 1164, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns p.copy {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 18px;
    text-align: center;
  }
  /* line 1174, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns h4 {
    text-align: center;
    line-height: 1.82857rem;
  }
  /* line 1179, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns a {
    color: #cf2c13;
    transition: .4s;
  }
  /* line 1183, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns a:hover {
    color: #222;
  }
  /* line 1188, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns .blog_thumb_container {
    border: 1px solid #ccc;
    overflow: hidden !important;
    width: 256px;
    height: 146px;
    margin: 0px auto;
    display: none !important;
  }
  /* line 1197, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns .no_line {
    text-decoration: none;
  }
  /* line 1199, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .left_col_int .blog_columns .columns:nth-of-type(3) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1206, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  /* line 1210, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int .right_block {
    margin-top: 0px;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0px;
    display: inline;
  }
  /* line 1216, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int .right_block:last-of-type {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 1221, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int form {
    margin-top: 24px;
    float: left;
  }
  /* line 1226, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int form input {
    width: 100%;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #888;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    font-style: italic;
    font-style: italic;
    font-weight: 200;
    font-weight: 200;
  }
  /* line 1242, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int form input:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
    color: #222;
  }
  /* line 1250, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int p {
    margin-top: 24px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 22px;
    line-height: 1.57143rem;
  }
  /* line 1257, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int p:nth-of-type(2) {
    margin-top: 16px !important;
  }
  /* line 1262, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int a {
    color: #cf2c13;
    text-decoration: underline;
    transition: .4s;
  }
  /* line 1267, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int a:hover {
    color: #222;
  }
  /* line 1271, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int a.search_button {
    margin-top: 12px;
    background: #cf2c13;
    padding: 3px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    float: left;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 22px;
    line-height: 1.57143rem;
    font-weight: bold;
    font-weight: bold;
  }
  /* line 1286, ../sass/_smallphone.scss */
  body .content-wrapper .internal_body .right_col_int a.search_button:hover {
    background: #222;
  }
  /* line 1296, ../sass/_smallphone.scss */
  body .content-wrapper form {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1299, ../sass/_smallphone.scss */
  body .content-wrapper form .list_marg {
    margin-top: 32px !important;
  }
  /* line 1301, ../sass/_smallphone.scss */
  body .content-wrapper form label {
    display: block;
    font-family: Arvo, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
  }
  /* line 1310, ../sass/_smallphone.scss */
  body .content-wrapper form input {
    width: 100%;
    border: 1px solid #ccc;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #222;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1324, ../sass/_smallphone.scss */
  body .content-wrapper form input:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
  }
  /* line 1330, ../sass/_smallphone.scss */
  body .content-wrapper form textarea {
    width: 100%;
    height: 124px;
    border: 1px solid #ccc;
    line-height: 18px;
    box-sizing: border-box;
    padding: 12px;
    color: #222;
    transition: .4s;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1344, ../sass/_smallphone.scss */
  body .content-wrapper form textarea:focus {
    border: 1px solid #cf2c13 !important;
    outline: none !important;
  }
  /* line 1350, ../sass/_smallphone.scss */
  body .content-wrapper form .required {
    color: red;
  }
  /* line 1354, ../sass/_smallphone.scss */
  body .content-wrapper form .text_comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  /* line 1359, ../sass/_smallphone.scss */
  body .content-wrapper form .text_input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100% !important;
  }
  /* line 1364, ../sass/_smallphone.scss */
  body .content-wrapper form .text_input:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px !important;
    width: 100% !important;
  }
  /* line 1378, ../sass/_smallphone.scss */
  body footer {
    background: #222 url(../images/grey_bg_pattern.jpg) top left repeat;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 42px 0px 62px;
    height: 380px !important;
  }
  /* line 1386, ../sass/_smallphone.scss */
  body footer .left_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
  }
  /* line 1391, ../sass/_smallphone.scss */
  body footer .left_col p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #fff;
    margin-top: 18px;
  }
  /* line 1401, ../sass/_smallphone.scss */
  body footer .left_col ul.social_media {
    list-style-type: none;
    margin-top: 18px;
  }
  /* line 1405, ../sass/_smallphone.scss */
  body footer .left_col ul.social_media li {
    margin-right: 12px;
    display: inline;
    float: left;
  }
  /* line 1410, ../sass/_smallphone.scss */
  body footer .left_col ul.social_media li svg {
    fill: #fff;
    transition: .4s;
  }
  /* line 1414, ../sass/_smallphone.scss */
  body footer .left_col ul.social_media li svg:hover {
    fill: #31b4d0;
  }
  /* line 1422, ../sass/_smallphone.scss */
  body footer .right_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 0px 0px 30px;
  }
  /* line 1428, ../sass/_smallphone.scss */
  body footer .right_col a {
    color: #31b4d0;
    transition: .4s;
  }
  /* line 1432, ../sass/_smallphone.scss */
  body footer .right_col a:hover {
    color: #fff;
  }
  /* line 1437, ../sass/_smallphone.scss */
  body footer .right_col p {
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #fff;
    margin-top: 0px;
  }
  /* line 1446, ../sass/_smallphone.scss */
  body footer .right_col p:nth-child(2) {
    margin-top: 18px;
  }

  /* ----- BEGING Capterra pages ---- 479px - 300px */
  /* line 1458, ../sass/_smallphone.scss */
  header.capterra .banner_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0;
  }
  /* line 1463, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner {
    margin: 20px 0px 0px;
  }
  /* line 1466, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner img {
    max-width: 100%;
    position: relative;
    right: 0px;
  }
  /* line 1473, ../sass/_smallphone.scss */
  header.capterra .banner_col .testimony-wrapper {
    padding: 0;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 17px;
    line-height: 1.21429rem;
  }
  /* line 1480, ../sass/_smallphone.scss */
  header.capterra .banner_col .testimony-wrapper p {
    margin-bottom: 5px;
  }
  /* line 1484, ../sass/_smallphone.scss */
  header.capterra .banner_col .testimony-wrapper .testimony-quote,
  header.capterra .banner_col .testimony-wrapper .testimony-author,
  header.capterra .banner_col .testimony-wrapper .testimony-title {
    clear: left;
    display: inline-block;
    float: left;
  }
  /* line 1493, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content {
    margin-top: 50px;
  }
  /* line 1496, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content h1 {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 22px;
    line-height: 1.57143rem;
    margin-bottom: 16px;
    margin-bottom: 1.14286rem;
  }
  /* line 1504, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content img.subhr {
    margin-bottom: 10px;
    max-width: 90%;
  }
  /* line 1509, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding: 0;
  }
  /* line 1518, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content a {
    letter-spacing: 1px;
  }
  /* line 1522, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content .individual_button, header.capterra .banner_col .banner_content .individual_badge {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bold;
    float: left;
    margin-right: 32px;
  }
  /* line 1530, ../sass/_smallphone.scss */
  header.capterra .banner_col .banner_content .individual_button:last-child, header.capterra .banner_col .banner_content .individual_badge:last-child {
    margin-right: 0px;
  }
  /* line 1537, ../sass/_smallphone.scss */
  header.capterra .form_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1540, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-confirmation-container-full {
    margin: 112px auto 0px;
  }
  /* line 1544, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container {
    margin: 112px auto 0px;
  }
  /* line 1547, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container.wpforms-container-full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1551, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1554, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .list_marg {
    margin-top: 10px !important;
  }
  /* line 1558, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container label {
    display: block !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 16px;
    line-height: 1.14286rem;
    margin-bottom: 5px;
    margin-bottom: 0.35714rem;
  }
  /* line 1567, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container input {
    width: 100% !important;
    max-width: 100% !important;
    height: 43px !important;
    line-height: 43px !important;
    box-sizing: border-box !important;
    padding: 0px 12px !important;
    font-size: 12px !important;
    font-size: 0.85714rem !important;
  }
  /* line 1579, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container textarea {
    width: 100% !important;
    height: 124px !important;
    line-height: 18px !important;
    box-sizing: border-box;
    padding: 12px !important;
    font-size: 12px !important;
    font-size: 0.85714rem !important;
  }
  /* line 1590, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container select {
    width: 100%;
    max-width: 100% !important;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0px 11px;
    font-family: Open Sans, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  /* line 1606, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding: 0px !important;
    clear: none !important;
  }
  /* line 1612, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_input:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px !important;
  }
  /* line 1619, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .text_comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  /* line 1624, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-field-container .list_marg {
    margin-top: 32px !important;
  }
  /* line 1629, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-recaptcha-container {
    float: left;
  }
  /* line 1633, ../sass/_smallphone.scss */
  header.capterra .form_col .wpforms-container .wpforms-submit-container {
    float: right;
    clear: none;
    margin-top: 10px;
  }

  /* ----- END Capterra pages ---- */
}
