@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("https://hello.myfonts.net/count/314460");
@import url(vendor/mlpushmenu.css);
@import url(vendor/jquery.fancybox.css);
@import url(vendor/swiper.min.css);
/* line 11, partials/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, partials/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, partials/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, partials/_reset.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, partials/_reset.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, partials/_reset.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, partials/_reset.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, partials/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, partials/_reset.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, partials/_reset.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, partials/_reset.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, partials/_reset.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, partials/_reset.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, partials/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, partials/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, partials/_reset.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, partials/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, partials/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, partials/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, partials/_reset.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, partials/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, partials/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, partials/_reset.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, partials/_reset.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, partials/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 275, partials/_reset.scss */
sup {
  top: -0.5em;
}

/* line 279, partials/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, partials/_reset.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, partials/_reset.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, partials/_reset.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, partials/_reset.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, partials/_reset.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, partials/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, partials/_reset.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, partials/_reset.scss */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, partials/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, partials/_reset.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, partials/_reset.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, partials/_reset.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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, partials/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, partials/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, partials/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, partials/_reset.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 5 and Chrome
 * on OS X.
 */
/* line 491, partials/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, partials/_reset.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 512, partials/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 525, partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 541, partials/_reset.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 549, partials/_reset.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 560, partials/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 565, partials/_reset.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 574, partials/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 588, partials/_reset.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 599, partials/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 609, partials/_reset.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 617, partials/_reset.scss */
.browsehappy {
  margin: 0 0;
  padding: 0.4em 10px;
  color: #fff;
  background: #D20B12;
  text-align: center;
  line-height: 1.2em;
}

/* line 624, partials/_reset.scss */
.browsehappy a {
  color: #fff !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 656, partials/_reset.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 664, partials/_reset.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 675, partials/_reset.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 684, partials/_reset.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 700, partials/_reset.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 714, partials/_reset.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 730, partials/_reset.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 736, partials/_reset.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 745, partials/_reset.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 772, partials/_reset.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 779, partials/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

    /*
a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
*/
  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 798, partials/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 804, partials/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
   
  }


  /* line 810, partials/_reset.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 814, partials/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 819, partials/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 827, partials/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 834, partials/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Myraid-Regular';
  src: url("fonts/MyriadPro-Regular.eot");
  src: url("fonts/MyriadPro-Regular.eot%3F") format("embedded-opentype"), url("fonts/MyriadPro-Regular.woff") format("woff"), url("fonts/MyriadPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Myraid-Bold';
  src: url("fonts/MyriadPro-Bold.eot");
  src: url("fonts/MyriadPro-Bold.eot%3F") format("embedded-opentype"), url("fonts/MyriadPro-Bold.woff") format("woff"), url("fonts/MyriadPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url("fonts/MyriadPro-Semibold.eot");
  src: url("fonts/MyriadPro-Semibold.eot%3F") format("embedded-opentype"), url("fonts/MyriadPro-Semibold.woff") format("woff"), url("fonts/MyriadPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url("fonts/MyriadPro-Cond.eot");
  src: url("fonts/MyriadPro-Cond.eot%3F") format("embedded-opentype"), url("fonts/MyriadPro-Cond.woff") format("woff"), url("fonts/MyriadPro-Cond.ttf") format("truetype");
}
@font-face {
  font-family: 'Aller';
  src: url("fonts/Aller.eot");
  src: url("fonts/Aller.eot%3F") format("embedded-opentype"), url("fonts/Aller.woff") format("woff"), url("fonts/Aller.ttf") format("truetype");
}
@font-face {
  font-family: 'Aller-Bold';
  src: url("fonts/Aller-Bold.eot");
  src: url("fonts/Aller-Bold.eot%3F") format("embedded-opentype"), url("fonts/Aller-Bold.woff") format("woff"), url("fonts/Aller-Bold.ttf") format("truetype");
}
/*@font-face {font-family: 'MyriadPro-Cond'; src: url('fonts/MyriadPro-Cond.eot');src: url('fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),url('fonts/MyriadPro-Cond.woff2') format('woff2'),url('fonts/MyriadPro-Cond.woff') format('woff'),url('fonts/MyriadPro-Cond.ttf') format('truetype');}*/
/* LIGHT LIGHT BLUE */
/* YELLOW */
/* $font-sans: 'Open Sans', sans-serif; */
/* $font-bold-italic: 'FFMetaWebProBoldItalic'; */
/* @import "vendor/jquery.qtip.min.css"; */
/* @import "vendor/tiptip.css"; */
/* @import "vendor/select2.min.css"; */
/* @import "vendor/sweetalert.css"; */
/* @import "vendor/prettyCheckable.css"; */
/* @import "vendor/authorize.net.css"; */
/* line 1, partials/_base.scss */
html {
  background: #fff;
}

/* line 2, partials/_base.scss */
body {
  font-family: "Myraid-Regular";
  background: #fff;
  color: #060a0b;
}

/* line 3, partials/_base.scss */
#site-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

/* line 4, partials/_base.scss */
.site-container {
  /*min-width: $container-size;*/
  margin: 0 auto;
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* line 5, partials/_base.scss */
.container {
  max-width: 1020px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

/* line 6, partials/_base.scss */
.container-with-padding {
  padding: 40px 0;
}

/* line 7, partials/_base.scss */
.large-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 8, partials/_base.scss */
.no-shadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 9, partials/_base.scss */
.field-wrap input[type="button"],
.button {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 1px;
  height: 1px;
  width: auto;
  height: auto;
  background: #008BC0;
  color: #fff;
  /* 	border: solid 2px $main-color;  */
  /* 	@include border-radius(5px); */
  text-indent: 0;
  font-size: 1.0625em;
  text-decoration: none;
  margin-right: 10px;
  padding: 12px 20px 8px;
  letter-spacing: .25px;
  font-family: "Myraid-Regular";
  text-transform: uppercase;
  line-height: 1em;
  /* 	&.smaller { font-size: .9em; padding: 8px 12px; } */
  font-family: "Myraid-Regular";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 44, partials/_mixins.scss */
.field-wrap input[type="button"].selected, .field-wrap input[type="button"]:hover,
.button.selected,
.button:hover {
  /* background: lighten($main-color, 8%); */
  background: #f0a020;
}
/* line 46, partials/_mixins.scss */
.field-wrap input[type="button"].disabled,
.button.disabled {
  background: #41caff !important;
}
/* line 11, partials/_base.scss */
.field-wrap input[type="button"].with-arrow,
.button.with-arrow {
  line-height: 18px;
}
/* line 12, partials/_base.scss */
.field-wrap input[type="button"].with-arrow:after,
.button.with-arrow:after {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 28px;
  height: 18px;
  margin: 0 0 0 12px;
  float: right;
  display: inline-block;
  content: '';
  background: url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/button-arrow.png) no-repeat left top;
}
/* line 14, partials/_base.scss */
.field-wrap input[type="button"].with-back-arrow,
.button.with-back-arrow {
  line-height: 18px;
}
/* line 15, partials/_base.scss */
.field-wrap input[type="button"].with-back-arrow:before,
.button.with-back-arrow:before {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 28px;
  height: 18px;
  margin: 0 12px 0 0;
  float: left;
  display: inline-block;
  content: '';
  background: url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/back-arrow.png) no-repeat left top;
}
/* line 17, partials/_base.scss */
.field-wrap input[type="button"].download-button:after,
.button.download-button:after {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 26px;
  height: 20px;
  margin: -1px 0 0 12px;
  float: right;
  display: inline-block;
  content: '';
  background: url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/download-icon.png) no-repeat left top;
  background-size: cover;
}
/* line 19, partials/_base.scss */
.field-wrap input[type="button"].play-button:after,
.button.play-button:after {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 26px;
  height: 22px;
  margin: -2px 0 0 12px;
  float: right;
  display: inline-block;
  content: '';
  background: url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/play-icon.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  /* line 22, partials/_base.scss */
  .button.download-button:after {
    display: none;
  }
}
/* line 25, partials/_base.scss */
.stacked-buttons .button {
  max-width: none;
  margin: 0 0 15px;
}
/* line 26, partials/_base.scss */
.stacked-buttons .button:last-child {
  margin-bottom: 0;
}

/* line 29, partials/_base.scss */
ul li a sup.fix {
  display: inline-block;
  border-bottom: 1px solid #f0a020;
  padding-bottom: 10px !important;
}

/* line 34, partials/_base.scss */
iframe,
img {
  max-width: 100%;
}

/* line 36, partials/_base.scss */
p {
  margin: 0 0 15px;
  line-height: 1.2em;
}

/* line 37, partials/_base.scss */
.nowrap {
  white-space: nowrap;
}

/* line 38, partials/_base.scss */
.center {
  text-align: center !important;
}

/* line 39, partials/_base.scss */
.left {
  text-align: left !important;
}

/* line 40, partials/_base.scss */
.right {
  text-align: right !important;
}

/* line 41, partials/_base.scss */
.clear {
  clear: both;
}

/* line 42, partials/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 43, partials/_base.scss */
.add-bottom-margin {
  margin-bottom: 40px;
}

/* line 44, partials/_base.scss */
.no-top-margin {
  margin-top: 0 !important;
}

/* line 45, partials/_base.scss */
.no-bottom-margin {
  margin-bottom: 0 !important;
}

/* line 46, partials/_base.scss */
* {
  outline: none !important;
}

/* line 47, partials/_base.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 51, partials/_base.scss */
.main-content .image-wrapper {
  margin: 15px auto 0 !important;
  max-width: none !important;
  text-align: center !important;
}

/* line 52, partials/_base.scss */
.no-break {
  white-space: nowrap;
}

/* line 53, partials/_base.scss */
.mobile-only {
  display: none;
}

/* line 55, partials/_base.scss */
a {
  color: #008BC0;
}

/* line 56, partials/_base.scss */
a[href^=tel] {
  white-space: nowrap;
}

/* line 57, partials/_base.scss */
.content-row a,
.cutout-content a {
  color: #f0a020;
}
/* line 59, partials/_base.scss */
.content-row a:hover,
.cutout-content a:hover {
  text-decoration: none;
}

/* line 61, partials/_base.scss */
.content-row ul {
  padding-left: 25px;
}
/* line 62, partials/_base.scss */
.content-row ul li {
  margin: 0 0 6px;
}

/* line 65, partials/_base.scss */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/* line 73, partials/_base.scss */
.fancy-video {
  position: relative;
  display: block !important;
  width: auto !important;
  height: auto !important;
}
/* line 75, partials/_base.scss */
.fancy-video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 -43px;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 86px;
  height: 86px;
  content: '';
  content: '';
  background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/play-button.png) no-repeat left bottom;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 76, partials/_base.scss */
.fancy-video:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 78, partials/_base.scss */
.content-boxes .fancy-video:after {
  display: none !important;
}

/* line 80, partials/_base.scss */
.mp-pusher {
  overflow-x: hidden;
}

/* line 81, partials/_base.scss */
#container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

/* line 82, partials/_base.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 85, partials/_base.scss */
.main-content-wrapper {
  background: #fff;
}

/* line 87, partials/_base.scss */
.js-hidden-on-load {
  display: none;
}

/* line 88, partials/_base.scss */
html.no-js .js-hidden-on-load {
  display: block;
}

/* line 89, partials/_base.scss */
.small-screen-only {
  display: none !important;
}

/* line 91, partials/_base.scss */
ul.blue-bullets {
  margin: 0 0 25px;
  list-style: none;
  padding: 0 0 0 15px;
}
/* line 92, partials/_base.scss */
ul.blue-bullets li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}
/* line 93, partials/_base.scss */
ul.blue-bullets li:before {
  content: "• ";
  color: #01C9EA;
  position: absolute;
  left: 0;
}

/* line 97, partials/_base.scss */
.button,
.action-button {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 1px;
  height: 1px;
  width: auto;
  height: auto;
  background: #008BC0;
  color: #fff;
  /* 	border: solid 2px $main-color;  */
  /* 	@include border-radius(5px); */
  text-indent: 0;
  font-size: 1.0625em;
  text-decoration: none;
  margin-right: 10px;
  padding: 12px 20px 8px;
  letter-spacing: .25px;
  font-family: "Myraid-Regular";
  text-transform: uppercase;
  line-height: 1em;
  /* 	&.smaller { font-size: .9em; padding: 8px 12px; } */
  line-height: 1.2em;
}
/* line 44, partials/_mixins.scss */
.button.selected, .button:hover,
.action-button.selected,
.action-button:hover {
  /* background: lighten($main-color, 8%); */
  background: #f0a020;
}
/* line 46, partials/_mixins.scss */
.button.disabled,
.action-button.disabled {
  background: #41caff !important;
}
/* line 99, partials/_base.scss */
.button.invert-on-hover:hover,
.action-button.invert-on-hover:hover {
  background: #f0a020;
  color: #fff;
}
/* line 100, partials/_base.scss */
.button.add-flair,
.action-button.add-flair {
  padding-left: 42px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 102, partials/_base.scss */
.button.yellow-button,
.action-button.yellow-button {
  background: #f0a020;
  border: none;
  color: #fff;
}
/* line 103, partials/_base.scss */
.button.yellow-button:hover,
.action-button.yellow-button:hover {
  background: #f2ae41;
}
/* line 104, partials/_base.scss */
.button.yellow-button.add-flair,
.action-button.yellow-button.add-flair {
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 105, partials/_base.scss */
.button.yellow-button.add-flair:after,
.action-button.yellow-button.add-flair:after {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/yellow-button-flair.png) no-repeat top left;
  position: absolute;
  float: right;
  width: 40px;
  height: 100%;
  background-size: cover !important;
  right: 0;
  top: 0;
}
/* line 109, partials/_base.scss */
.button.slate-blue-button,
.action-button.slate-blue-button {
  background: #3B6D8E !important;
  color: #fff;
  border: none;
}
/* line 110, partials/_base.scss */
.button.slate-blue-button:hover,
.action-button.slate-blue-button:hover {
  background: #4580a7 !important;
}
/* line 113, partials/_base.scss */
.button.dark-blue-button,
.action-button.dark-blue-button {
  background: #004a90 !important;
  color: #fff;
  border: none;
}
/* line 114, partials/_base.scss */
.button.dark-blue-button:hover,
.action-button.dark-blue-button:hover {
  background: #005cb4 !important;
}
/* line 116, partials/_base.scss */
.button.blue-button,
.action-button.blue-button {
  background: #0074bd;
  color: #fff;
  border: none;
}
/* line 117, partials/_base.scss */
.button.blue-button:hover,
.action-button.blue-button:hover {
  background: #008ae1;
}
/* line 118, partials/_base.scss */
.button.blue-button.add-flair,
.action-button.blue-button.add-flair {
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 119, partials/_base.scss */
.button.blue-button.add-flair:after,
.action-button.blue-button.add-flair:after {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/blue-button-flair.png) no-repeat top left;
  position: absolute;
  float: right;
  width: 40px;
  height: 50px;
  right: 0;
  top: 0;
}
/* line 122, partials/_base.scss */
.button.light-blue-button,
.action-button.light-blue-button {
  background: #01C9EA;
  color: #fff;
  border: none;
}
/* line 123, partials/_base.scss */
.button.light-blue-button:hover,
.action-button.light-blue-button:hover {
  background: #11dcfe;
}
/* line 125, partials/_base.scss */
.button.gray-button,
.action-button.gray-button {
  background: #888888;
  border: none;
  color: #fff;
}
/* line 126, partials/_base.scss */
.button.gray-button:hover,
.action-button.gray-button:hover {
  background: #9a9a9a;
}
/* line 129, partials/_base.scss */
.button.no-rounded-corners,
.action-button.no-rounded-corners {
  font-family: "Myraid-Bold";
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-style: normal;
}

/* line 132, partials/_base.scss */
.highlight {
  color: #f0a020 !important;
}

/* line 133, partials/_base.scss */
.blue-text {
  color: #3293b0 !important;
}

/* line 134, partials/_base.scss */
.green-text {
  color: #6fb353;
}

/* line 136, partials/_base.scss */
.body-loaded * {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 137, partials/_base.scss */
#at20mc,
#at20mc *,
.fancybox-wrap,
.fancybox-wrap *,
#fancybox-overlay,
#tiptip_holder,
#tiptip_holder *,
.no-transitions,
.no-transitions * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 146, partials/_base.scss */
.force-transitions {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 148, partials/_base.scss */
.border-box,
.border-box:before,
.border-box:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 151, partials/_base.scss */
.main-color {
  color: #008BC0;
}

/* line 152, partials/_base.scss */
.secondary-color {
  color: #CFECFA;
}

/* line 153, partials/_base.scss */
.border-button {
  display: block;
  float: left;
  padding: 8px 8px;
  line-height: 1em;
  width: auto;
  color: #fff;
  border: none;
  color: #008BC0;
  border: solid 2px #008BC0;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: normal;
  padding: 12px 15px;
  font-style: normal;
  text-decoration: none;
  background: none;
}
/* line 61, partials/_mixins.scss */
.border-button:hover {
  background: white;
}
/* line 63, partials/_mixins.scss */
.border-button.smaller {
  font-size: .9em;
  padding: 8px 12px;
}

/* line 154, partials/_base.scss */
.gimme-some-room {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

/* line 156, partials/_base.scss */
.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 157, partials/_base.scss */
.background-image img {
  display: none;
}

/* line 160, partials/_base.scss */
.Error,
.Error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #e0172b;
  color: #fff;
  padding: 12px 22px;
  margin: 0 0 22px;
}
/* line 162, partials/_base.scss */
.Error p,
.Error p {
  margin: 0;
}
/* line 163, partials/_base.scss */
.Error a,
.Error a {
  color: #fff;
}
/* line 164, partials/_base.scss */
.Error .red,
.Error .red {
  font-family: "Myraid-Bold";
}

/* line 167, partials/_base.scss */
h1 {
  font-family: "Myraid-Regular";
  font-weight: normal;
  font-size: 2.5em;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
  color: #3293b0;
}

/* line 168, partials/_base.scss */
h2 {
  font-family: "Myraid-Bold";
  font-size: 2.25em;
  font-weight: normal;
  margin: 0 0 15px;
  color: #3293b0;
  line-height: 1.1em;
}
/* line 169, partials/_base.scss */
h2.add-checkmark {
  position: relative;
}
/* line 170, partials/_base.scss */
h2.add-checkmark:before {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/headline-checkmark.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -28px;
}

/* line 173, partials/_base.scss */
h3 {
  font-family: "Myraid-Bold";
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 15px;
  color: #f0a020;
  line-height: 1.2em;
}
/* line 174, partials/_base.scss */
h3.add-checkmark {
  position: relative;
}
/* line 175, partials/_base.scss */
h3.add-checkmark:before {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/headline-checkmark.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -28px;
}

/* line 178, partials/_base.scss */
h4 {
  font-family: "Myraid-Bold";
  font-weight: normal;
  color: #4c4d4f;
  font-size: 1.25em;
  margin: 30px 0 0;
  color: #3293b0;
}
/* line 179, partials/_base.scss */
h4.lighter {
  font-family: "Myraid-Regular";
  margin-bottom: 6px;
}

/* line 182, partials/_base.scss */
.images-callout {
  background: #e7e5e4;
  padding: 65px 0;
  position: relative;
}
/* line 183, partials/_base.scss */
.images-callout .container {
  max-width: 932px;
  margin: 0 auto;
}
/* line 184, partials/_base.scss */
.images-callout .container .link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  padding: 0 3px;
  position: relative;
}
/* line 185, partials/_base.scss */
.images-callout .container .link a {
  display: block;
  width: 100%;
  position: relative;
}
/* line 186, partials/_base.scss */
.images-callout .container .link:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 188, partials/_base.scss */
.images-callout .container .overlay {
  display: table-row;
  line-height: 240px;
  background: rgba(239, 155, 33, 0.55);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-blend-mode: multiply;  */
  font-family: "Aller-Bold";
  font-size: 2.05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
/* line 189, partials/_base.scss */
.images-callout .container .overlay span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;
  padding: 0 15px;
}
/* line 192, partials/_base.scss */
.images-callout .container .overlay.cost-control {
  background: transparent url(../images/cost-control-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 193, partials/_base.scss */
.images-callout .container .overlay.in-touch-advantage {
  background: transparent url(../images/in-touch-advantage-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 194, partials/_base.scss */
.images-callout .container .overlay.who-we-serve {
  background: transparent url(../images/who-we-serve-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 196, partials/_base.scss */
.images-callout .container .overlay.our-expertise {
  background: transparent url(../images/our-expertise-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 197, partials/_base.scss */
.images-callout .container .overlay.our-core-values {
  background: transparent url(../images/our-core-values-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 198, partials/_base.scss */
.images-callout .container .overlay.our-staff {
  background: transparent url(../images/our-staff-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 200, partials/_base.scss */
.images-callout .container .overlay.go-live-process {
  background: transparent url(../images/go-live-process-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 201, partials/_base.scss */
.images-callout .container .overlay.pharmacy-consultant {
  background: transparent url(../images/pharmacy-consultant-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 202, partials/_base.scss */
.images-callout .container .overlay.dedicated-it-department {
  background: transparent url(../images/dedicated-it-department-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 204, partials/_base.scss */
.images-callout .container .overlay.the-power-of-packaging {
  background: transparent url(../images/the-power-of-packaging-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 205, partials/_base.scss */
.images-callout .container .overlay.pyxis-system {
  background: transparent url(../images/pyxis-system-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 206, partials/_base.scss */
.images-callout .container .overlay.cost-control {
  background: transparent url(../images/cost-control-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 208, partials/_base.scss */
.images-callout .container .overlay.iv-infusion {
  background: transparent url(../images/iv-infusion-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 209, partials/_base.scss */
.images-callout .container .overlay.short-cycle-advantage {
  background: transparent url(../images/short-cycle-advantage-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 210, partials/_base.scss */
.images-callout .container .overlay.pharmacy-consultants {
  background: transparent url(../images/pharmacy-consultants-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 212, partials/_base.scss */
.images-callout .container .overlay.faq {
  background: transparent url(../images/faq-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 213, partials/_base.scss */
.images-callout .container .overlay.emar {
  background: transparent url(../images/emar-hover.jpg) no-repeat top left;
  background-size: cover;
}
/* line 217, partials/_base.scss */
.images-callout:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
/* line 218, partials/_base.scss */
.images-callout:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e7e5e4;
}

/* line 221, partials/_base.scss */
.post-thumbnail {
  text-align: center;
  background: #0286B7;
}
/* line 222, partials/_base.scss */
.post-thumbnail img {
  max-width: 1600px !important;
}

/* line 225, partials/_base.scss */
.top-banner {
  text-align: center;
  background: #0089BD;
  background-size: cover;
  overflow: hidden;
}
/* line 227, partials/_base.scss */
.top-banner.slim {
  height: 236px;
  background: transparent url(images/subpage-banner-slim-bg.jpg) no-repeat center center;
  background-size: cover;
}
/* line 228, partials/_base.scss */
.top-banner.slim .container {
  display: table;
  width: 100%;
  height: 236px;
  max-width: 896px;
}
/* line 229, partials/_base.scss */
.top-banner.slim span {
  width: 100%;
  color: #fff;
  font-size: 3.25em;
  font-family: "Aller-Bold";
  text-transform: uppercase;
  text-align: left;
  margin: 0 auto 35px;
  display: inline-block;
  line-height: 335px;
  display: table-row;
}
/* line 230, partials/_base.scss */
.top-banner.slim span span {
  margin: 0;
  line-height: 1.2em;
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
}

/* line 236, partials/_base.scss */
#post-627 .top-banner.slim .container {
  max-width: 1020px;
}
/* line 237, partials/_base.scss */
#post-627 .top-banner.slim .container span span {
  padding-top: 40px;
}

@media screen and (max-width: 896px) {
  /* line 242, partials/_base.scss */
  #post-627 .top-banner.slim .container span span {
    padding-top: 0;
  }
}
/* line 246, partials/_base.scss */
.main-content .sidebar-callout {
  width: 40%;
  float: right;
  margin: 0 0 25px 40px;
  border-left: solid 3px #adb0b4;
  padding-left: 50px;
  background: transparent url(images/sidebar-callout-headline.jpg) no-repeat 20px 8px;
  padding-top: 24px;
}
/* line 247, partials/_base.scss */
.main-content .sidebar-callout h3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
}
/* line 248, partials/_base.scss */
.main-content .sidebar-callout ul {
  padding-left: 20px;
  color: #008BC0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 249, partials/_base.scss */
.main-content .sidebar-callout ul li {
  color: #008BC0;
  margin-bottom: 12px;
}

@media screen and (max-width: 650px) {
  /* line 258, partials/_base.scss */
  .main-content .sidebar-callout {
    width: 100%;
    float: none;
    border: none !important;
    margin: 0 0 25px 0;
    padding: 0;
    background: none;
  }
  /* line 259, partials/_base.scss */
  .main-content .sidebar-callout h3 {
    padding-left: 0;
    margin-left: 0;
  }
}
/* line 264, partials/_base.scss */
.background-image-banner {
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1710px) {
  /* line 269, partials/_base.scss */
  .top-banner .post-thumbnail img {
    max-width: 1600px !important;
  }
}
@media screen and (max-width: 1600px) {
  /* line 275, partials/_base.scss */
  .background-image-banner {
    min-height: 225px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  /* line 276, partials/_base.scss */
  .background-image-banner img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    max-width: 100% !important;
  }
}
/* line 280, partials/_base.scss */
.fancybox-inner {
  background: #fff;
}

/* line 281, partials/_base.scss */
.fancybox-close {
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
}

/* line 282, partials/_base.scss */
#popup-form {
  max-width: 950px;
  background: #fff;
  padding: 0 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 283, partials/_base.scss */
#popup-form h1 {
  font-size: 2.75em;
  font-family: "Aller-Bold";
  color: #008BC0;
  padding: 12px 0;
  margin: 0 auto !important;
  line-height: 1em;
  text-align: left;
  text-transform: none;
  -moz-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.1);
  margin: -15px -40px 35px !important;
  padding: 20px 40px 20px;
}
/* line 284, partials/_base.scss */
#popup-form .submit-container {
  margin: -15px -40px 0 !important;
  padding: 15px 40px 0;
}
/* line 286, partials/_base.scss */
#popup-form .phone-callout {
  margin: 22px 0 5px;
  text-align: center;
  line-height: 1em;
  font-size: 1.35em;
  color: #008BC0;
  font-weight: normal;
  padding-left: 15px;
  font-family: "Myraid-Bold";
}

/* line 298, partials/_base.scss */
.main-content {
  position: relative;
  z-index: 1;
  /* 	h1 + h4 { margin-bottom: 0 !important; } */
}
/* line 299, partials/_base.scss */
.main-content img {
  height: auto !important;
}
/* line 300, partials/_base.scss */
.main-content h1,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content p {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 35px;
}
/* line 305, partials/_base.scss */
.main-content h1 {
  font-size: 3.25em;
  font-family: "Aller-Bold";
  color: #008BC0;
  padding: 45px 0 35px;
  margin: 0 auto !important;
  line-height: 1em;
}
/* line 306, partials/_base.scss */
.main-content h1.more-top-margin {
  padding-top: 80px;
}
/* line 307, partials/_base.scss */
.main-content h1.no-bottom-margin {
  padding-bottom: 0;
}
/* line 309, partials/_base.scss */
.main-content ul, .main-content ol {
  margin: 0 auto 35px;
  padding-left: 60px;
  max-width: 800px;
  font-size: 1.625em;
  font-family: "MyriadPro-Cond";
  font-weight: bold;
}
/* line 310, partials/_base.scss */
.main-content ul ul, .main-content ol ul {
  font-size: 1em;
  padding-left: 30px;
}
/* line 311, partials/_base.scss */
.main-content ul li, .main-content ol li {
  font-size: 1em;
}
/* line 313, partials/_base.scss */
.main-content h3 {
  color: #1f3060;
  font-size: 2em;
  margin: 45px auto 15px;
  line-height: 1em;
}
/* line 314, partials/_base.scss */
.main-content h4 {
  color: #f0a020;
  font-size: 2em;
  margin: 40px auto 3px;
}
/* line 315, partials/_base.scss */
.main-content h5 {
  color: #008BC0;
  font-size: 1.625em;
  font-family: "MyriadPro-Cond";
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 auto 25px;
}
/* line 316, partials/_base.scss */
.main-content h5.dark {
  color: #1f3060 !important;
}
/* line 318, partials/_base.scss */
.main-content p {
  margin: 0 auto 40px;
  max-width: 800px;
  font-size: 1.625em;
  font-family: "MyriadPro-Cond";
  font-weight: bold;
}

/* line 1, partials/_header.scss */
.menu-trigger {
  display: none;
}

/* line 3, partials/_header.scss */
#header-wrapper {
  position: relative;
  z-index: 5;
}
/* line 4, partials/_header.scss */
#header-wrapper .logo {
  margin: 15px 0 5px -10px;
  display: inline-block;
}
/* line 5, partials/_header.scss */
#header-wrapper #main-menu {
  padding-bottom: 16px;
}
/* line 6, partials/_header.scss */
#header-wrapper .main-menu-ul {
  position: relative;
}
/* line 7, partials/_header.scss */
#header-wrapper .main-menu-ul ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  margin: 16px 0 0 -12px;
  overflow: visible;
}
/* line 8, partials/_header.scss */
#header-wrapper .main-menu-ul ul li {
  float: left;
  padding: 0;
  margin: 0;
  /* 				&.current-menu-item a { background: $main-color; color: #fff; } */
}
/* line 10, partials/_header.scss */
#header-wrapper .main-menu-ul ul li a {
  text-transform: uppercase;
  font-family: "Myraid-Bold";
  padding: 12px 0px 12px 17px;
  color: #000;
  font-size: 0.875em;
  text-decoration: none;
  position: relative;
}


}
/* line 11, partials/_header.scss */
#header-wrapper .main-menu-ul ul li a span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 12, partials/_header.scss */
#header-wrapper .main-menu-ul ul li a:hover {
  color: #008BC0;
}
/* line 16, partials/_header.scss */
#header-wrapper .main-menu-ul ul li.current-menu-ancestor.menu-item-has-children a:after, #header-wrapper .main-menu-ul ul li.current-menu-item.menu-item-has-children a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008BC0;
  -moz-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
}
/* line 17, partials/_header.scss */
#header-wrapper .main-menu-ul ul li.current-menu-ancestor.menu-item-has-children ul, #header-wrapper .main-menu-ul ul li.current-menu-item.menu-item-has-children ul {
  display: none !important;
}
/* line 23, partials/_header.scss */
#header-wrapper .main-menu-ul ul ul {
  display: none !important;
}
/* line 26, partials/_header.scss */
#header-wrapper .call-now {
  float: right;
  margin: 45px 0 0;
  color: #008BC0;
  font-family: "Myraid-Bold";
  font-size: 1.125em;
}
/* line 27, partials/_header.scss */
#header-wrapper .call-now span {
  display: inline-block;
  line-height: 44px;
}
/* line 28, partials/_header.scss */
#header-wrapper .call-now .button {
  float: right;
  margin: 0 0 0 16px;
  font-size: 0.888888888888889em;
}

/* line 32, partials/_header.scss */
.dropdown-wrapper {
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  left: 0;
}
/* line 33, partials/_header.scss */
.dropdown-wrapper .container {
  position: relative;
}
/* line 34, partials/_header.scss */
.dropdown-wrapper .container ul {
  margin: 0;
  list-style: none;
  padding: 8px 0;
}
/* line 35, partials/_header.scss */
.dropdown-wrapper .container ul li {
  display: inline-block;
}
/* line 36, partials/_header.scss */
.dropdown-wrapper .container ul li a {
  display: inline-block;
  color: #fff;
  border: solid 1px #fff;
  margin: 0 8px 0 0;
  font-family: "Aller";
  padding: 5px 12px;
  text-decoration: none;
  font-size: 0.75em;
  text-transform: uppercase;
}
/* line 37, partials/_header.scss */
.dropdown-wrapper .container ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 896px) {
  /* line 45, partials/_header.scss */
  #header-wrapper .logo {
    width: 190px;
    margin: 12px 0 15px;
  }

  /* line 46, partials/_header.scss */
  .call-now {
    display: none !important;
  }
  /* line 47, partials/_header.scss */
  .call-now.call-now-mobile {
    display: block !important;
  }
  /* line 48, partials/_header.scss */
  .call-now.call-now-mobile .button {
    float: none !important;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
  /* line 49, partials/_header.scss */
  .call-now.call-now-mobile span {
    display: block;
    margin: 8px 0 0;
    color: #fff;
    text-align: center;
  }
  /* line 50, partials/_header.scss */
  .call-now.call-now-mobile span a {
    color: #fff;
    text-decoration: none !important;
  }

  /* line 54, partials/_header.scss */
  #mp-trigger {
    display: block !important;
    width: 40px;
    height: 40px;
    background: #f00;
    position: absolute;
    top: 15px;
    right: 20px;
  }
}
/* line 1, partials/_footer.scss */
#footer {
  background: #008BC0;
  color: #fff;
  margin: 60px 0 0;
  padding: 45px 0 35px;
}
/* line 2, partials/_footer.scss */
#footer .call-now {
  float: right;
  width: 150px;
  position: relative;
  padding-top: 30px;
}
/* line 3, partials/_footer.scss */
#footer .call-now p {
  float: right;
  font-size: 1.125em;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  width: 240px;
  text-align: right;
}
/* line 7, partials/_footer.scss */
#footer .footer-secondary-menus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 280px;
  width: 100%;
}
/* line 8, partials/_footer.scss */
#footer .footer-secondary-menus .column {
  width: 33.333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px !important;
}
/* line 9, partials/_footer.scss */
#footer .footer-secondary-menus .column:nth-child(1) {
  width: 40%;
}
/* line 10, partials/_footer.scss */
#footer .footer-secondary-menus .column:nth-child(2) {
  width: 26.66666%;
  padding-right: 0 !important;
}
/* line 12, partials/_footer.scss */
#footer .footer-secondary-menus .column ul {
  margin: 0;
  padding: 0;
}
/* line 13, partials/_footer.scss */
#footer .footer-secondary-menus .column ul li {
  list-style: none;
  margin: 0 0 8px;
  line-height: 1em;
}
/* line 14, partials/_footer.scss */
#footer .footer-secondary-menus .column ul li a {
  color: #fff;
  font-size: 0.875em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "MyriadPro-Semibold";
}
/* line 15, partials/_footer.scss */
#footer .footer-secondary-menus .column ul li a:hover {
  color: #f0a020;
}
/* line 21, partials/_footer.scss */
#footer .main-menu {
  clear: left;
  padding: 30px 0 0;
}
/* line 22, partials/_footer.scss */
#footer .main-menu ul {
  padding: 0;
  margin: 0;
}
/* line 23, partials/_footer.scss */
#footer .main-menu ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0;
}
/* line 24, partials/_footer.scss */
#footer .main-menu ul li a {
  display: block;
  color: #fff;
  background: #63b9dc;
  color: #5a5c5d;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Myraid-Regular";
  padding: 7px 10px 5px;
  font-size: 0.875em;
}
/* line 25, partials/_footer.scss */
#footer .main-menu ul li a:hover {
  background: #f0a020;
  color: #fff;
}
/* line 28, partials/_footer.scss */
#footer .main-menu ul ul {
  display: none !important;
}

/* line 33, partials/_footer.scss */
.copyright {
  text-align: right;
  padding: 20px 0 20px;
  font-size: 0.85em;
  font-family: "MyriadPro-Semibold";
  text-transform: uppercase;
}
/* line 34, partials/_footer.scss */
.copyright p {
  margin: 0;
}

@media screen and (max-width: 900px) {
  /* line 39, partials/_footer.scss */
  #footer .footer-secondary-menus .column {
    width: 33.333% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 40, partials/_footer.scss */
  #footer .footer-secondary-menus .column li {
    text-align: center;
  }
  /* line 42, partials/_footer.scss */
  #footer .main-menu {
    text-align: center;
  }
  /* line 43, partials/_footer.scss */
  #footer .main-menu ul li {
    display: inline-block !important;
  }
  /* line 45, partials/_footer.scss */
  #footer .footer-secondary-menus {
    padding-right: 0;
  }
  /* line 46, partials/_footer.scss */
  #footer .call-now {
    float: none;
    width: 100%;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 22px 0 0;
  }
  /* line 47, partials/_footer.scss */
  #footer .call-now p {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }
  /* line 48, partials/_footer.scss */
  #footer .call-now img {
    display: none !important;
    width: 150px !important;
  }

  /* line 51, partials/_footer.scss */
  .copyright p {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  /* line 56, partials/_footer.scss */
  #footer .footer-secondary-menus .column {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 57, partials/_footer.scss */
  #footer .footer-secondary-menus .column li {
    text-align: center;
  }
}
/*@import "partials/breadcrumbs";
@import "partials/content-boxes";
@import "partials/panels";
@import "partials/faq";
@import "partials/alert";
@import "partials/_testimonials";
*/
/* line 1, pages/_home.scss */
.home-banners .rev_slider_wrapper {
  background: #0189BB url(images/home-banners-bg.jpg) repeat-x bottom left !important;
}

@media screen and (max-width: 1600px) {
  /* line 4, pages/_home.scss */
  .home-banners .rev_slider_wrapper {
    background: none !important;
  }
}
@media screen and (max-width: 725px) {
  /* line 9, pages/_home.scss */
  .home-banners .tp-simpleresponsive .slotholder * {
    background-size: cover !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 14, pages/_home.scss */
  .home-banners {
    padding-bottom: 30px !important;
  }
  /* line 15, pages/_home.scss */
  .home-banners .rev_slider,
  .home-banners .rev_slider *,
  .home-banners .rev_slider_wrapper {
    height: 160px !important;
  }
  /* line 18, pages/_home.scss */
  .home-banners .rev_slider fullwidthabanner,
  .home-banners .rev_slider fullwidthabanner * {
    height: 160px !important;
    min-height: 160px;
  }

  /* line 22, pages/_home.scss */
  .page-template-page_home .home-banners .tp-bullets.simplebullets.round {
    position: relative !important;
    top: auto !important;
    position: auto !important;
    left: 50% !important;
    right: auto !important;
    margin-left: -82px;
    margin-top: -12px;
  }
}
/* line 26, pages/_home.scss */
.page-template-page_home .home-content h1 {
  background: #a8a1a0;
  color: #fff;
  font-family: "Aller-Bold";
  font-size: 2.1em;
  width: 100%;
  max-width: 950px;
  margin: 25px auto 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2em;
}
/* line 27, pages/_home.scss */
.page-template-page_home .home-content p {
  margin: 0 auto 40px;
  max-width: 800px;
  font-size: 1.625em;
  font-family: "MyriadPro-Cond";
  font-weight: bold;
}
/* line 29, pages/_home.scss */
.page-template-page_home .home-content .testimonials {
  text-align: center;
}
/* line 30, pages/_home.scss */
.page-template-page_home .home-content .testimonials .testimonials-nav {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 25px;
}
/* line 31, pages/_home.scss */
.page-template-page_home .home-content .testimonials .testimonials-nav a {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 69px;
  height: 101px;
  display: inline-block;
  background: transparent url(images/quotes-prev.png) no-repeat top left;
  background-size: cover;
  float: none !important;
}
/* line 32, pages/_home.scss */
.page-template-page_home .home-content .testimonials .testimonials-nav a.next {
  background-image: url(images/quotes-next.png);
}
/* line 33, pages/_home.scss */
.page-template-page_home .home-content .testimonials .testimonials-nav a:hover {
  background-position: left bottom;
}
/* line 35, pages/_home.scss */
.page-template-page_home .home-content .testimonials .testimonials-nav span {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 135px;
  height: 101px;
  display: inline-block;
  background: transparent url(images/quotes-main.png) no-repeat center center;
  background-size: contain;
  float: none !important;
}
/* line 38, pages/_home.scss */
.page-template-page_home .home-content .testimonials .rev_slider_wrapper {
  clear: both;
}
/* line 40, pages/_home.scss */
.page-template-page_home .home-content .testimonials h1 {
  margin: 60px 0 30px;
}
/* line 41, pages/_home.scss */
.page-template-page_home .home-content .testimonials img {
  margin: 0 0 30px;
}
/* line 43, pages/_home.scss */
.page-template-page_home .home-content .testimonials p span {
  font-weight: bold;
  color: #008BC0;
}
/* line 44, pages/_home.scss */
.page-template-page_home .home-content .testimonials p.cite {
  font-size: 1.25em;
}
/* line 47, pages/_home.scss */
.page-template-page_home .home-content .testimonials .tp-caption {
  left: 0 !important;
  width: 100% !important;
}

/* line 53, pages/_home.scss */
.page-template-page_home .home-banners .tp-bullets.simplebullets.round {
  right: 20px !important;
  top: 22px !important;
  /* left: auto; right: 0; bottom: auto; top: 40px; margin: 0; */
}
/* line 54, pages/_home.scss */
.page-template-page_home .home-banners .tp-bullets.simplebullets.round .bullet {
  background: transparent url(images/home-slider-nav.png) no-repeat top left;
  width: 28px;
  height: 27px;
  background-size: cover;
  margin-left: 10px;
}
/* line 55, pages/_home.scss */
.page-template-page_home .home-banners .tp-bullets.simplebullets.round .bullet.selected {
  background-position: top right;
}

/* line 1, pages/_staff.scss */
.staff {
  margin: 60px 0 0;
  margin-right: -75px;
}
/* line 2, pages/_staff.scss */
.staff .staff-member {
  width: 33.33%;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 75px;
  margin: 0 0 80px;
}
/* line 3, pages/_staff.scss */
.staff .staff-member:nth-child(3n+4) {
  clear: both;
}
/* line 5, pages/_staff.scss */
.staff .staff-member span {
  display: block;
}
/* line 6, pages/_staff.scss */
.staff .staff-member span.name {
  margin: 22px 0 5px;
  line-height: 1em;
  font-size: 1.5em;
  color: #008BC0;
  font-weight: normal;
  font-family: "Myraid-Bold";
}
/* line 7, pages/_staff.scss */
.staff .staff-member span.title {
  margin: 0 0 5px;
  font-size: 1.5em;
  font-family: "MyriadPro-Cond";
  font-weight: bold;
  line-height: 1em;
}
/* line 9, pages/_staff.scss */
.staff .staff-member a {
  clear: both;
  margin: 5px 0 0;
}

@media screen and (max-width: 650px) {
  /* line 14, pages/_staff.scss */
  .staff {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 15, pages/_staff.scss */
  .staff .staff-member {
    width: 50%;
    padding: 0 5px 0 5px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 16, pages/_staff.scss */
  .staff .staff-member:nth-child(3n+4) {
    clear: none;
  }
  /* line 17, pages/_staff.scss */
  .staff .staff-member:nth-child(2n+1) {
    clear: both !important;
  }
}
@media screen and (max-width: 375px) {
  /* line 24, pages/_staff.scss */
  .staff .staff-member {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
/* line 2, pages/_careers.scss */
.job-listings ul {
  list-style: none;
  padding: 0;
}
/* line 3, pages/_careers.scss */
.job-listings ul .button {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: .5em !important;
  padding: 4px 8px;
  margin: 4px 8px 8px 0;
}
/* line 4, pages/_careers.scss */
.job-listings ul li {
  border-bottom: solid 1px #000;
  display: block;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 8px;
  position: relative;
  padding-left: 95px;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4px;
}
/* line 5, pages/_careers.scss */
.job-listings ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 500px) {
  /* line 12, pages/_careers.scss */
  .job-listings ul {
    padding-left: 0 !important;
  }
  /* line 13, pages/_careers.scss */
  .job-listings ul .button {
    font-size: .6em !important;
  }
}
/*
@import "templates/00001";
@import "templates/00002"; 
*/
/* @import "partials/products"; */
/* BASIC FORM STYLES
------------------------*/
/* line 3, partials/_forms.scss */
.nf-form-fields-required {
  display: none !important;
}

/* line 4, partials/_forms.scss */
.nf-form-cont {
  max-width: 800px;
  margin: 0 auto;
}

/* line 6, partials/_forms.scss */
.contact-form {
  max-width: 800px;
  margin: 0 auto;
}
/* line 7, partials/_forms.scss */
.contact-form h1 {
  padding-bottom: 50px;
}
/* line 8, partials/_forms.scss */
.contact-form .logo {
  width: 32%;
  float: right;
  padding: 80px 0 0;
}
/* line 9, partials/_forms.scss */
.contact-form .logo p {
  text-align: center;
  padding-left: 15px;
}
/* line 11, partials/_forms.scss */
.contact-form .form {
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  float: left;
}
/* line 12, partials/_forms.scss */
.contact-form .form .nf-form-title * {
  display: none !important;
}
/* line 13, partials/_forms.scss */
.contact-form .form .nf-field-label label {
  background: #a8a1a0;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 7px 14px;
  margin: 0 0 14px;
}
/* line 14, partials/_forms.scss */
.contact-form .form textarea,
.contact-form .form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px  12px;
  border: solid 1px #a8a1a0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, partials/_forms.scss */
.contact-form .form .ninja-forms-req-symbol {
  display: none !important;
}
/* line 18, partials/_forms.scss */
.contact-form input[type='button'] {
  padding-left: 40px  !important;
  padding-right: 40px !important;
}

/* line 22, partials/_forms.scss */
#popup-content h1 {
  padding: 0 !important;
  margin: 0;
}

@media screen and (max-width: 800px) {
  /* line 26, partials/_forms.scss */
  .contact-form {
    max-width: 800px;
    margin: 0 auto;
  }
  /* line 27, partials/_forms.scss */
  .contact-form .form,
  .contact-form .logo {
    width: 100%;
    padding: 0;
  }
  /* line 29, partials/_forms.scss */
  .contact-form .logo {
    text-align: center;
  }
  /* line 30, partials/_forms.scss */
  .contact-form .logo img {
    display: inline-block;
    float: none;
  }

  /* line 33, partials/_forms.scss */
  #popup-form .logo {
    display: none;
  }
}
/* line 36, partials/_forms.scss */
.message {
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #477F50;
  background: #ceefd4;
  background: rgba(206, 239, 212, 0.5);
  border: solid 1px #96c89e;
}

/* line 42, partials/_forms.scss */
.error,
.Customerror p {
  padding: 10px 20px;
  margin-bottom: 15px;
  color: #892D2D;
  background: #FBE6E6;
}

/* line 45, partials/_forms.scss */
.error {
  border: 1px solid #F7CDCD;
}

/* .message p, */
/* line 47, partials/_forms.scss */
.error p {
  margin: 0;
  padding: 0;
}

/* .message a			{ color: #477F50; } */
/* .message.error a	{ color: #892D2D; } */
/* line 51, partials/_forms.scss */
.g-recaptcha {
  float: left;
  width: 97%;
  text-align: center;
  margin: 0 0 12px 0;
}

/* line 52, partials/_forms.scss */
.g-recaptcha div {
  display: inline-block;
}

/* line 53, partials/_forms.scss */
.product-review-form .g-recaptcha {
  float: left;
  width: auto;
  text-align: left;
}

/* line 56, partials/_forms.scss */
.request-a-callback {
  	/*
  select { width: 100% !important; z-index: 9;
  		position: relative;
  		-webkit-appearance: textfield;
  		-moz-appearance: textfield;
  		-ms-appearance: textfield;
  		-o-appearance: textfield;
  		appearance: textfield;
  		background: #f1f1f1;
  	}
  */
  /* 	.customSelectInner { @include button-base(35px,24px); width: 35px !important; background: transparent url(images/select-arrow.png) no-repeat center right !important; background-size: cover !important; position: absolute; top: 50%; right: 24px; content: ''; margin: -12px; cursor: pointer;  } */
}
/* line 57, partials/_forms.scss */
.request-a-callback input[placeholder],
.request-a-callback input::-webkit-input-placeholder,
.request-a-callback input:-moz-placeholder,
.request-a-callback input::-moz-placeholder,
.request-a-callback input:-ms-input-placeholder {
  color: #6c6c6c !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 61, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.request-a-callback input[type="text"]:-moz-placeholder,
.request-a-callback textarea:-moz-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
}
/* line 64, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.request-a-callback input[type="text"]::-moz-placeholder,
.request-a-callback textarea::-moz-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
}
/* line 67, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.request-a-callback input[type="text"]:-ms-input-placeholder,
.request-a-callback textarea:-ms-input-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
}
/* line 56, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.request-a-callback input[type="text"]::-webkit-input-placeholder,
.request-a-callback textarea::-webkit-input-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
}
/* line 73, partials/_forms.scss */
.request-a-callback select,
.request-a-callback span.customSelect,
.request-a-callback textarea,
.request-a-callback input[type=text] {
  background: #f1f1f1;
  margin: 0 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none !important;
  padding: 16px 22px;
  clear: both;
  font-family: "Myraid-Regular";
  border: solid 1px #ccc !important;
  color: #6c6c6c !important;
  line-height: 1em !important;
}
/* line 77, partials/_forms.scss */
.request-a-callback select:focus,
.request-a-callback span.customSelect:focus,
.request-a-callback textarea:focus,
.request-a-callback input[type=text]:focus {
  background: #fff;
}
/* line 79, partials/_forms.scss */
.request-a-callback input[name=city] {
  width: 60%;
  float: left;
}
/* line 80, partials/_forms.scss */
.request-a-callback input[name=zip] {
  width: 37%;
  float: right;
  clear: none;
}
/* line 92, partials/_forms.scss */
.request-a-callback textarea {
  height: 115px;
}
/* line 93, partials/_forms.scss */
.request-a-callback span.customSelect {
  width: 100% !important;
}
/* line 94, partials/_forms.scss */
.request-a-callback span.customSelect .customSelectInner {
  width: 100% !important;
  color: #999999;
  background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/select-arrow.png) no-repeat center right !important;
  background-size: contain !important;
  line-height: 1em !important;
  font-size: 1em !important;
  color: #6c6c6c !important;
}
/* line 98, partials/_forms.scss */
.request-a-callback .select-wrapper {
  position: relative;
  display: block;
  /* span { @include button-base(35px,24px); background: transparent url(images/select-arrow.png) no-repeat center right !important; background-size: cover !important; position: absolute; top: 50%; right: 24px; content: ''; margin: -12px; cursor: pointer; } */
}
/* line 102, partials/_forms.scss */
.request-a-callback .checkbox input {
  margin: 0 4px 0 4px;
}
/* line 103, partials/_forms.scss */
.request-a-callback .checkbox span.p {
  padding-left: 22px;
  display: block;
  margin: 0 0 15px;
}
/* line 105, partials/_forms.scss */
.request-a-callback .button {
  width: 100%;
  max-width: none;
  font-size: 1.0625em !important;
  line-height: 1em;
}

/* line 109, partials/_forms.scss */
.application-form label {
  overflow: hidden !important;
  position: relative;
  display: block;
}
/* line 110, partials/_forms.scss */
.application-form .hasCustomSelect {
  width: 100% !important;
  height: 44px !important;
}

/*
span.customSelect {
	font-size:11px;
	background-color: #f5f0de;
	color:#7c7c7c;
	padding:5px 7px;
	border:1px solid #e7dab0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
*/
/* line 125, partials/_forms.scss */
span.customSelect.changed {
  background-color: #f0dea4;
}

/* line 128, partials/_forms.scss */
.customSelectInner {
  background: url(https://www.intouchpharma.com/wp-content/themes/intouch/css/customSelect-arrow.gif) no-repeat center right;
}

/* line 133, partials/_forms.scss */
.recaptcha-wrap .nf-field-label {
  display: none;
}
/* line 134, partials/_forms.scss */
.recaptcha-wrap .g-recaptcha div:first-child {
  float: left;
}

@media print {
  /* line 140, partials/_forms.scss */
  .request-a-callback input[type=text] {
    border: solid 1px #000 !important;
    color: #000 !important;
  }
}
/* @import "partials/cart"; */
@media only screen and (max-width: 896px) {
  /* line 2, partials/_responsive.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 3, partials/_responsive.scss */
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  /* line 8, partials/_responsive.scss */
  .images-callout .container .overlay {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  /* line 12, partials/_responsive.scss */
  .top-banner.slim .container span span {
    line-height: 1em;
  }

  /* line 13, partials/_responsive.scss */
  .top-banner.slim span {
    font-size: 2.25em;
  }

  /* line 15, partials/_responsive.scss */
  .main-content h1 {
    padding: 40px 0 20px !important;
    font-size: 2.25em;
  }

  /* line 16, partials/_responsive.scss */
  .main-content ul, .main-content ol,
  .main-content p {
    font-size: 1.35em;
    margin: 0 0 22px;
    line-height: 1.25em;
  }

  /* line 18, partials/_responsive.scss */
  .main-content ul, .main-content ol {
    padding-left: 25px;
  }

  /* line 19, partials/_responsive.scss */
  .main-content h3 {
    margin-top: 15px;
    font-size: 1.5em;
  }

  /* line 20, partials/_responsive.scss */
  .main-content h5 {
    font-size: 1.4em;
  }

  /* line 22, partials/_responsive.scss */
  .images-callout .container .link {
    width: 100%;
    margin: 0 0 15px;
    background-size: contain !important;
    background-position: center center;
    text-align: center;
  }
  /* line 23, partials/_responsive.scss */
  .images-callout .container .link a {
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 24, partials/_responsive.scss */
  .images-callout .container .link a .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 27, partials/_responsive.scss */
  .images-callout .container .link:last-child {
    margin-bottom: 0;
  }

  /* line 30, partials/_responsive.scss */
  .page-template-page_home .home-content h1 {
    font-size: 2.25em;
    line-height: 1em;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }

  /* line 31, partials/_responsive.scss */
  .page-template-page_home .home-content p {
    font-size: 1.35em;
  }
}
/* line 1, partials/_mobile-menu.scss */
#mp-menu,
.mobile-menu {
  display: none !important;
}

/* line 3, partials/_mobile-menu.scss */
#mp-trigger {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 52px;
  height: 52px;
  background: transparent url(images/mean-menu-trigger.png) no-repeat left top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 896px) {
  /* line 6, partials/_mobile-menu.scss */
  .dropdown-wrapper,
  #main-menu {
    display: none;
  }

  /* line 9, partials/_mobile-menu.scss */
  #mp-menu .sub-menu,
  #mp-menu .sub-menu * {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  /* line 11, partials/_mobile-menu.scss */
  #mp-menu .sub-menu li a {
    font-size: 1em;
    padding: 4px 0;
  }

  /* line 13, partials/_mobile-menu.scss */
  .mobile-menu {
    display: block !important;
    float: right;
    margin: 8px 25px 0 0;
  }
  /* line 14, partials/_mobile-menu.scss */
  .mobile-menu .search-trigger {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    content: '';
    float: left;
    width: 52px;
    height: 52px;
    background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/mobile-search-trigger.png) no-repeat left top;
    background-size: 100% 100%;
    display: block !important;
    margin-right: 10px !important;
  }

  /* line 17, partials/_mobile-menu.scss */
  #mp-trigger {
    display: block !important;
  }

  /* line 18, partials/_mobile-menu.scss */
  #mp-menu {
    display: block !important;
    text-align: right;
    z-index: 10001;
  }
  /* line 19, partials/_mobile-menu.scss */
  #mp-menu .mp-level {
    background: #363636;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  /* line 20, partials/_mobile-menu.scss */
  #mp-menu .mp-close {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    content: '';
    float: left;
    width: 52px;
    height: 52px;
    background: transparent url(images/mean-menu-trigger.png) no-repeat left top;
    background-size: 100% 100%;
    margin: 15px 0 10px;
    cursor: pointer;
    text-indent: -100000px;
    overflow: hidden;
    float: left;
  }
  /* line 21, partials/_mobile-menu.scss */
  #mp-menu .mp-close span {
    display: none;
  }
  /* line 24, partials/_mobile-menu.scss */
  #mp-menu ul {
    clear: both;
  }
  /* line 25, partials/_mobile-menu.scss */
  #mp-menu ul li {
    text-align: right;
    text-transform: uppercase;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #959595;
  }
  /* line 26, partials/_mobile-menu.scss */
  #mp-menu ul li a {
    color: #fff;
    font-family: "Myraid-Bold";
    display: block;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.15em;
    letter-spacing: .5px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  /* line 28, partials/_mobile-menu.scss */
  #mp-menu ul li a span {
    color: #008BC0;
  }
  /* line 30, partials/_mobile-menu.scss */
  #mp-menu ul li.no-border {
    border: none;
  }
  /* line 31, partials/_mobile-menu.scss */
  #mp-menu ul li .request-sample {
    background: #008BC0;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    text-transform: uppercase;
    margin: 20px 0 0;
    text-align: center;
  }
  /* line 33, partials/_mobile-menu.scss */
  #mp-menu ul li ul {
    padding: 0;
    display: none;
    margin: -10px 0 10px;
  }
  /* line 34, partials/_mobile-menu.scss */
  #mp-menu ul li ul li {
    padding: 0;
    border: none;
  }
  /* line 35, partials/_mobile-menu.scss */
  #mp-menu ul li ul li a {
    font-weight: normal;
    text-transform: none;
    font-family: "Myraid-Regular";
  }
  /* line 41, partials/_mobile-menu.scss */
  #mp-menu .company-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0;
  }
  /* line 42, partials/_mobile-menu.scss */
  #mp-menu .company-info img {
    max-width: 175px;
    margin: 40px 0 20px;
  }
  /* line 43, partials/_mobile-menu.scss */
  #mp-menu .company-info p {
    color: #fff;
    font-size: 1em;
    clear: both;
    line-height: 1.6em;
  }
  /* line 45, partials/_mobile-menu.scss */
  #mp-menu .company-info .social {
    display: inline-block;
  }
  /* line 46, partials/_mobile-menu.scss */
  #mp-menu .company-info .social a {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    content: '';
    float: left;
    width: 35px;
    height: 35px;
    background: transparent url(https://www.intouchpharma.com/wp-content/themes/intouch/css/images/footer-social.png) no-repeat top left;
    margin: 0 12px 10px 0;
    text-indent: -10000px;
  }
  /* line 47, partials/_mobile-menu.scss */
  #mp-menu .company-info .social a.facebook {
    background-position: -35px top;
  }
  /* line 48, partials/_mobile-menu.scss */
  #mp-menu .company-info .social a.youtube {
    background-position: -70px top;
  }
  /* line 49, partials/_mobile-menu.scss */
  #mp-menu .company-info .social a.linkedin {
    background-position: -105px top;
  }
  /* line 50, partials/_mobile-menu.scss */
  #mp-menu .company-info .social a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }

  /* line 56, partials/_mobile-menu.scss */
  .mobile-search-form {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 57, partials/_mobile-menu.scss */
  .mobile-search-form form {
    margin: 34px 0 8px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  /* line 58, partials/_mobile-menu.scss */
  .mobile-search-form form fieldset {
    position: relative;
  }
  /* line 59, partials/_mobile-menu.scss */
  .mobile-search-form form fieldset input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 75px 8px 15px;
    font-size: 16px;
    border: solid 1px #959595;
    color: #525252;
  }
  /* line 60, partials/_mobile-menu.scss */
  .mobile-search-form form fieldset button {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #d7d7d7;
    color: #525252;
    text-transform: none;
    font-size: 16px;
    line-height: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    border: none !important;
  }
  /* line 61, partials/_mobile-menu.scss */
  .mobile-search-form form fieldset button button:hover {
    background: #ccc;
  }
}
/* @import "partials/buttons"; */
/* @import "partials/figures"; */
/* @import "partials/grids"; */


/* Total WP Support updates May 2019 */

.main-content blockquote {
float:right;  
display: block; 
z-index:999999; 
width: 30%;
border: 1px solid #e7e5e4;
margin: 5px 25px;
padding: 20px;
}

.main-content blockquote p {
margin-bottom: 0!important;
font-size: 1.4em;
color: #444;
line-height: 1.4;
}

.main-content blockquote p:first-child:first-letter {
  color: #888;
  float: left;
  font-family: Georgia, serif;
  font-size: 65px;
  line-height: 40px;
  padding-top: 10px;
  padding-right: 8px;
  padding-left: 3px;
}


.main-content blockquote strong {
color: #008BC0;
font-size: 85%; 
font-style: italic;
display: block;
border-top: 1px solid #F5F5F5;
margin-top: 15px; 
padding-top: 15px; 
}