@charset "UTF-8";
/* Date for Cache Busting */
/* Breakpoints */
/* Vertical Gutters */
/* Horizontal Gutters */
/* Font Size */
/* Line-height (re-define line-height if font-size has changed) */
.line-height {
  line-height: 1.4;
}
/* Font Weight */
/* Primary Colors */
/* Secondary Colors */
/* Link Colors and Mixins */
.link--gray {
  font-weight: 700;
  color: #555555;
}
.link--gray:hover,
.link--gray:focus {
  color: #0b68b0;
}
.link--arrow {
  font-size: 13px;
  font-weight: 700;
  color: #555555;
}
.link--arrow:hover,
.link--arrow:focus {
  color: #0b68b0;
}
.link--arrow:before {
  content: "›";
  font-size: 21px;
  color: #0b68b0;
  float: left;
  margin: -4px 0 0 -10px;
}
.link--caps {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
/* Clearfix Mixin */
/* Disable Tap Highlight in Webkit */
.no-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
/* Gradients */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid Containers */
.outside {
  text-align: center;
  width: 100%;
}
.inside {
  margin: auto;
  width: 1350px;
  text-align: left;
  *zoom: 1;
}
.inside:before,
.inside:after {
  content: "";
  display: table;
}
.inside:after {
  clear: both;
}
@media (max-width: 1350px) {
  .inside {
    width: 94%;
  }
  .inside--flush {
    width: 100%;
  }
}
@media (max-width: 1120px) {
  .inside {
    width: 94%;
  }
}
/* Vertical Gutters */
.vgutter-top-large {
  padding-top: 75px;
}
.vgutter-bottom-large {
  padding-bottom: 75px;
}
.vgutter-large {
  padding-top: 75px;
  padding-bottom: 75px;
}
.vgutter-top-medium {
  padding-top: 50px;
}
.vgutter-bottom-medium {
  padding-bottom: 50px;
}
.vgutter-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vgutter-top-small {
  padding-top: 25px;
}
.vgutter-bottom-small {
  padding-bottom: 25px;
}
.vgutter-small {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Horizontal Gutters */
.uk-grid {
  *zoom: 1;
  margin: 0 0 0 -50px;
  list-style: none;
}
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: table;
}
.uk-grid:after {
  clear: both;
}
.uk-grid > * {
  margin: 0;
  padding-left: 50px;
  float: left;
}
.uk-grid-tiny {
  margin-left: -2px;
}
.uk-grid-tiny > * {
  padding: 2px 0 0 2px;
  line-height: 0;
}
.uk-grid-small {
  margin-left: -25px;
}
.uk-grid-small > * {
  padding-left: 25px;
}
.uk-grid-large {
  margin-left: -75px;
}
.uk-grid-large > * {
  padding-left: 75px;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
/* Column Widths */
[class*='uk-width'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
@media (max-width: 1350px) {
  /* Horizontal Gutters */
  .uk-grid {
    margin-left: -2%;
  }
  .uk-grid > * {
    padding-left: 2%;
  }
  .uk-grid-tiny {
    margin-left: -1px;
  }
  .uk-grid-tiny > * {
    padding-left: 1px;
  }
  .uk-grid-small {
    margin-left: -1%;
  }
  .uk-grid-small > * {
    padding-left: 1%;
  }
  .uk-grid-large {
    margin-left: -3%;
  }
  .uk-grid-large > * {
    padding-left: 3%;
  }
}
@media (max-width: 650px) {
  .vgutter-tiny {
    padding: 1px 0;
  }
  .vgutter-small {
    padding: 25px 0 0;
  }
  .vgutter {
    padding: 50px 0;
  }
  .vgutter-large {
    padding: 75px 0;
  }
  .uk-grid-tiny [class*='uk-width'] {
    margin: 0 auto;
  }
  .uk-grid-small [class*='uk-width'] {
    margin: 0 auto 12.5px;
  }
  .uk-grid-medium [class*='uk-width'] {
    margin: 0 auto 25px;
  }
  .uk-grid-large [class*='uk-width'] {
    margin: 0 auto 37.5px;
  }
  .uk-grid {
    margin-left: 0;
  }
  .uk-grid [class*='uk-width'] {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .uk-grid [class*='uk-width']:last-child,
  .uk-width--mobile-flush-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .uk-grid-2by2onSmall.uk-grid-tiny [class*='uk-width'] {
    width: 50% !important;
    float: left;
    padding-left: 2px;
  }
  .uk-grid-2by2onSmall.uk-grid-small [class*='uk-width'] {
    width: 50% !important;
    float: left;
    padding-left: 2%;
  }
}
.uk-grid-2by2onSmall--mobile-divider {
  display: none;
}
@media screen and (max-width: 650px) {
  .uk-grid-2by2onSmall--mobile-divider {
    display: block;
    *zoom: 1;
    width: 100%;
    height: 0px;
    background: #f6f6f6;
    border: 0;
    margin: 2px auto 25px;
  }
  .uk-grid-2by2onSmall--mobile-divider:before,
  .uk-grid-2by2onSmall--mobile-divider:after {
    content: "";
    display: table;
  }
  .uk-grid-2by2onSmall--mobile-divider:after {
    clear: both;
  }
}
@media (min-width: 1382px) {
  body {
    background: #f6f6f6;
  }
  .wide-container {
    background: #fff;
    margin: auto;
  }
}
@font-face {
  font-family: 'Maven Pro';
  font-weight: 300;
  src: url("/common/fonts/MavenPro-Regular.ttf");
}
@font-face {
  font-family: 'Maven Pro';
  font-weight: 400;
  src: url("/common/fonts/MavenPro-Medium.ttf");
}
@font-face {
  font-family: 'Maven Pro';
  font-weight: 700;
  src: url("/common/fonts/MavenPro-SemiBold.ttf");
}
body,
input,
textarea {
  font-family: 'Maven Pro', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.h1 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  color: #2a2a2a;
}
.h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a2a2a;
}
.h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  color: #2a2a2a;
}
.h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .025em;
  color: #2a2a2a;
}
.h5 {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: .025em;
  color: #2a2a2a;
}
strong,
b,
.bold {
  font-weight: 700;
}
p {
  margin: 0 0 25px 0;
  font-weight: 300;
}
.p--large {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
}
a {
  transition: all 100ms ease-out;
  text-decoration: none;
  color: #0b68b0;
}
a:hover,
a:focus,
a:active {
  color: #0a5d9e;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited,
.h4 a:visited {
  color: #2a2a2a;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h1 a:visited:hover,
.h2 a:visited:hover,
.h3 a:visited:hover,
.h4 a:visited:hover,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h1 a:visited:focus,
.h2 a:visited:focus,
.h3 a:visited:focus,
.h4 a:visited:focus,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h1 a:visited:active,
.h2 a:visited:active,
.h3 a:visited:active,
.h4 a:visited:active {
  color: #0b68b0;
}
sup {
  position: relative;
  line-height: 0;
}
.h1 sup,
.h2 sup,
.h3 sup {
  font-size: .67em;
}
/* Link Colors and Mixins are in _less.less so they may be extended into page styles. */
.link-list li {
  margin: 20px 10px;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .h1 {
    font-size: 35.2px;
  }
  .h2 {
    font-size: 21.6px;
  }
  .h3 {
    font-size: 16.8px;
  }
  .h4 {
    font-size: 13px;
  }
  .h5 {
    font-size: 12px;
    font-weight: 700;
  }
  .p--large {
    font-size: 18.9px;
  }
}
/* Utilities */
.nowrap {
  white-space: nowrap;
}
::selection {
  background: #B5D7FE;
  color: #000;
}
::-moz-selection {
  background: #B5D7FE;
  color: #000;
}
@font-face {
  font-family: "canfield-icons";
  src: url("/common/fonts/canfield-icons.eot?2016-mar-15");
  src: url("/common/fonts/canfield-icons.eot?2016-mar-15#iefix") format("embedded-opentype"), url("/common/fonts/canfield-icons.woff?2016-mar-15") format("woff"), url("/common/fonts/canfield-icons.ttf?2016-mar-15") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "canfield-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.extend-icon {
  font-family: "canfield-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* The Icons */
.icon-mail:before {
  content: "a";
}
.icon-call:before {
  content: "b";
}
.icon-menu:before {
  content: "c";
}
.icon-chevron-left-thick:before {
  content: "d";
}
.icon-chevron-right-thick:before {
  content: "e";
}
.icon-chevron-left-thin:before {
  content: "f";
}
.icon-chevron-right-thin:before {
  content: "g";
}
.icon-compass:before {
  content: "h";
}
.icon-delete-thin:before {
  content: "i";
}
.icon-delete-thick:before {
  content: "j";
}
.icon-rank-2:before {
  content: "k";
}
.icon-percent-up:before {
  content: "l";
}
.icon-antenna-2:before {
  content: "m";
}
.icon-bubble-conversation-3:before {
  content: "n";
}
.icon-link-2:before {
  content: "o";
}
.icon-camera-symbol-3:before {
  content: "p";
}
.icon-contacts-2:before {
  content: "q";
}
.icon-document-1:before {
  content: "r";
}
.icon-book-2:before {
  content: "t";
}
.icon-folder-3:before {
  content: "s";
}
.icon-network-1:before {
  content: "u";
}
.icon-call-1:before {
  content: "v";
}
.icon-check-1:before {
  content: "x";
}
.icon-twitter:before {
  content: "w";
}
.icon-linkedin:before {
  content: "y";
}
.icon-facebook:before {
  content: "z";
}
.icon-gplus:before {
  content: "A";
}
.icon-paper-plane:before {
  content: "B";
}
.icon-social-apple:before {
  content: "C";
}
.icon-video:before {
  content: "D";
}
.icon-down-open:before {
  content: "\45";
}
.icon-instagrem:before {
  content: "G";
}
/* Animations */
.menu-to-x {
  width: 15px;
  height: 8px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.menu-to-x .line {
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.menu-to-x .line-1 {
  top: 0;
}
.menu-to-x .line-2 {
  top: 50%;
}
.menu-to-x .line-3 {
  top: 100%;
}
.menu-to-x.active .line-1 {
  transform: translateY(4px) translateX(0) rotate(225deg);
  -webkit-transform: translateY(4px) translateX(0) rotate(225deg);
  -moz-transform: translateY(4px) translateX(0) rotate(225deg);
}
.menu-to-x.active .line-2 {
  opacity: 0;
}
.menu-to-x.active .line-3 {
  transform: translateY(-4px) translateX(0) rotate(-225deg);
  -webkit-transform: translateY(-4px) translateX(0) rotate(-225deg);
  -moz-transform: translateY(-4px) translateX(0) rotate(-225deg);
}
/* Button Core */
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  border: 1px solid;
  border-radius: 2px;
}
a.button {
  text-decoration: none;
}
.button-icon {
  margin: 3px 4px -3px 0;
}
/* Button colors */
.button-green {
  background-color: #00933b;
  border-color: #00933b;
  color: #fff;
}
.button-green:hover,
.button-green:focus,
.button-green:active {
  background-color: #33a862;
  border-color: #33a862;
  color: #fff;
}
.button-blue {
  background-color: #0a5d9e;
  border-color: #0a5d9e;
  color: #fff;
}
.button-blue:hover,
.button-blue:focus,
.button-blue:active {
  background-color: #0b68b0;
  border-color: #0b68b0;
  color: #fff;
}
.button-white {
  background-color: #fff;
  border-color: #fff;
  color: #2a2a2a !important;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #0b68b0 !important;
}
.button-light {
  color: #2a2a2a;
  background: rgba(255, 255, 255, 0.67);
  border-color: rgba(0, 0, 0, 0.8);
}
.button-light:hover,
.button-light:focus,
.button-light:active {
  color: #2a2a2a;
  background: rgba(255, 255, 255, 0.9);
}
.button-light-outline {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  background: none;
  border-color: rgba(255, 255, 255, 0.25);
}
.button-light-outline:hover,
.button-light-outline:focus,
.button-light-outline:active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}
.button-dark {
  color: #555555;
  background: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.button-dark:hover,
.button-dark:focus,
.button-dark:active {
  background: rgba(0, 0, 0, 0.2);
  color: #2a2a2a;
}
.button-dark-outline {
  color: #7f7f7f;
  background: none;
  border-color: #cccccc;
  border-color: rgba(0, 0, 0, 0.2);
}
.button-dark-outline:hover,
.button-dark-outline:focus,
.button-dark-outline:active {
  color: #555555;
  border-color: #a3a3a3;
  border-color: rgba(0, 0, 0, 0.5);
}
/* Button Sizes */
.button {
  padding: 14px 20px;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.button--wide {
  padding-left: 50px;
  padding-right: 50px;
}
.button-full {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button-wide-fixed {
  padding-left: 0;
  padding-right: 0;
  width: 200px;
}
.button-with-icon-left {
  position: relative;
}
.button-with-icon-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  font-size: 20px;
}
.button-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
}
.button-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  font-size: 20px;
}
.button-dark-outline,
.button-light-outline {
  font-weight: 400;
}
/* Compatibility Table with Icons */
.compatibility-table {
  margin: 25px 0;
  background: #f6f6f6;
  border-bottom: 4px solid #f6f6f6;
}
.compatibility-table .label {
  display: table-cell;
  text-align: left;
}
.compatibility-table th {
  padding: 8px 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-weight: normal;
  vertical-align: bottom;
  background: #e5e5e5;
}
.compatibility-table td {
  padding: 12px 5px;
  vertical-align: middle;
}
.compatibility-table tr:nth-child(2n+1) td {
  background: #fff;
}
.compatibility-table td.label {
  font-size: 13px;
}
.compatibility-table .yep,
.compatibility-table .nope {
  text-align: center;
  line-height: 0;
}
.compatibility-table .yep {
  color: #33a862;
}
.compatibility-table .nope {
  font-weight: 700;
  font-size: 21px;
  color: #cccccc;
}
@media screen and (max-width: 650px) {
  .compatibility-table th,
  .compatibility-table td {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
/* Tech Specs table (comparing product models) */
.tech-specs-table {
  border-top: 2px solid #e5e5e5;
  width: 100%;
  margin-top: 25px;
}
.tech-specs-table .label {
  display: table-cell;
  text-align: left;
}
.tech-specs-table td,
.tech-specs-table th {
  padding: 20px 0 20px 25px;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #7f7f7f;
  border-bottom: 2px solid #e5e5e5;
}
.tech-specs-table th {
  font-weight: 700;
  color: #555555;
}
.tech-specs-table .label {
  color: #ff7700;
  white-space: nowrap;
  width: 1px;
  padding-left: 0;
  padding-right: 25px;
  font-weight: 700;
  border-right: 2px solid #e5e5e5;
}
.tech-specs-table .tech-specs-table-tiny {
  display: block;
  margin: 0 0 10px 0;
}
.tech-specs-table .tech-specs-table-ul {
  margin: -10px 0;
}
.tech-specs-table .tech-specs-table-li {
  margin: 10px 0;
  line-height: 1;
  list-style: none;
}
@media screen and (max-width: 1120px) {
  .tech-specs-table--3col td,
  .tech-specs-table--3col th {
    padding: 15px 0 15px 15px;
  }
  .tech-specs-table--3col .label {
    width: auto;
    white-space: normal;
    padding-right: 15px;
  }
}
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder {
  color: #7f7f7f;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.input {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: -0.1em;
  border: 1px solid #cccccc;
  background: #f8f8f8;
  transition: all 150ms ease-in;
}
.input:focus {
  border-color: #85b3d7;
  box-shadow: 0 0 6px rgba(11, 104, 176, 0.25);
}
.input-large {
  border-radius: 4px;
  padding: 18px 20px;
  font-size: 15px;
}
textarea.input-large {
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-small {
  font-size: 15px;
  padding: 12px 10px;
  border-radius: 3px;
}
.input-full {
  width: 100%;
}
textarea,
textarea.input {
  min-height: 250px;
  white-space: pre-wrap;
  line-height: 1.3;
  overflow: auto;
}
.input--dark {
  background: #111;
  border-color: #fff;
  color: #fff;
}
.input--dark:focus {
  background: rgba(255, 255, 255, 0.125);
  border-color: #454545;
}
.input--dark::-webkit-input-placeholder {
  color: #cccccc;
}
.input--dark:-moz-placeholder {
  color: #cccccc;
}
.input--dark::-moz-placeholder {
  color: #cccccc;
}
.input--dark:-ms-input-placeholder {
  color: #cccccc;
}
.input--invalid {
  border-color: #ff7700;
  background: #ffeac8;
}
.input-hp {
  display: none;
}
.label {
  display: block;
  line-height: 1;
  color: #555555;
}
.label-small {
  padding: 14px 0;
}
.label-large {
  padding: 19px 0;
  font-size: 21px;
}
.form-label {
  display: block;
  margin-bottom: 5px;
}
.form-label-note {
  margin-left: 5px;
}
.form-label-note--invalid {
  color: #ff7700;
}
@media screen and (max-width: 1120px) {
  .form-label-note {
    display: block;
    margin: 2px 0 0;
  }
}
/* Quote Forms */
.request-a-quote,
.clinical-services-contact,
.imaging-centers-contact {
  background: #f4f4f4;
}
.quote-title {
  text-align: center;
  padding: 50px 0 25px;
}
.quote-title span {
  display: block;
  color: #a3a3a3;
  font-size: 27px;
}
.quote-form {
  background: #fff;
  width: 75%;
  margin: 0 auto 50px;
  text-align: center;
  padding: 25px 0;
}
.quote-form .usertext {
  margin: auto;
}
.quote-form-grid {
  padding: 15px 0;
  width: 75%;
  margin: auto;
  text-align: left;
}
.quote-form-grid .label {
  text-align: right;
}
@media screen and (max-width: 1120px) {
  .quote-form {
    padding: 25px;
    width: 100%;
  }
  .quote-form-grid {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .quote-form-grid {
    padding: 0;
  }
  .quote-form-grid .label {
    text-align: left;
    padding: 25px 0 0;
  }
}
/* Submitted Quote Forms */
.form.submitted {
  padding-top: 25px;
}
.form.submitted .quote-form-grid {
  background: #e5e5e5;
  border-top: 2px solid #fff;
}
.form.submitted .quote-form-grid:last-child {
  /* TGOAS: The Submit Button Row */
  display: none;
}
.form.submitted .label-small,
.form.submitted .label-large,
.form.submitted .submitted-input-large,
.form.submitted .submitted-input {
  padding: 15px 0;
  font-size: 15px;
  border-radius: 0;
  line-height: 1;
}
.form.submitted .submitted-input-large,
.form.submitted .submitted-input {
  font-weight: 700;
  -ms-word-break: break-all;
  word-break: break-all;
}
.form.submitted p {
  margin: 0 50px 0 0;
}
/* Form Layouts */
.form--sbs {
  margin-top: 20px;
}
.form--sbs td {
  padding: 10px 0;
}
.form--sbs .td-label {
  white-space: nowrap;
  width: 1%;
  padding-right: 20px;
}
/* -----------------------------------------
		Tooltip
----------------------------------------- */
.toolTipContainer .tooltip {
  font-size: 12px;
  border-radius: 3px;
  display: none;
  position: absolute;
  z-index: 26;
  background: #7f7f7f;
}
.toolTipContainer.validation .tooltip {
  color: #fff;
  background: #ff7700;
}
.toolTipContainer .tooltip p {
  font-size: 12px;
  line-height: 1.33;
  margin: 10px 12px;
}
.toolTipContainer .arrow {
  position: absolute;
  height: 0;
  width: 0;
  margin-left: -5px;
  border: 5px solid transparent;
}
.toolTipContainer .se .arrow {
  top: 100%;
  right: 17px;
}
.toolTipContainer .s .arrow {
  top: 100%;
  left: 50%;
}
.toolTipContainer.validation .s .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff7700;
}
.toolTipContainer .sw .arrow {
  top: 100%;
  left: 17px;
}
.toolTipContainer .ne .arrow {
  bottom: 100%;
  right: 17px;
}
.toolTipContainer .n .arrow {
  bottom: 100%;
  left: 50%;
}
.toolTipContainer.validation .n .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff7700;
}
.toolTipContainer .nw .arrow {
  bottom: 100%;
  left: 17px;
}
.toolTipContainer .e .arrow {
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.icn-tooltip {
  display: inline-block;
  font-style: normal;
  font-size: 13px;
  height: 20px;
  width: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
/*
	Fluid images
*/
img {
  max-width: 100%;
  height: auto;
}
img,
a img {
  border: 0;
}
.stretch {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
/*
	Flush images
*/
.flush--bottom {
  line-height: 0;
  margin-bottom: 0;
}
.badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  display: inline;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 3px;
  position: relative;
  top: -1px;
}
.badge--light-gray {
  border-color: #e5e5e5;
  color: #7f7f7f;
}
.badge--dark-gray {
  border-color: #7f7f7f;
}
.badge--purple {
  background: #9004c4;
  color: #fff;
}
.badge--red {
  background: #c40404;
  color: #fff;
}
.badge--lime {
  background: #48c404;
  color: #fff;
}
.badge--yellow {
  background: #bdc404;
  color: #fff;
}
.breadcrumbs {
  *zoom: 1;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
}
.breadcrumbs:before,
.breadcrumbs:after {
  content: "";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 13px;
}
.breadcrumb-link:before {
  content: "›";
  float: right;
  font-size: 21px;
  line-height: 0;
  margin: 6px -10px 0 10px;
}
.breadcrumb-link a {
  font-weight: 700;
  color: #555555;
}
.breadcrumb-link a:hover,
.breadcrumb-link a:focus {
  color: #0b68b0;
}
/*
	Notes / Callouts
*/
.note {
  *zoom: 1;
  padding: 7px 15px;
  position: relative;
  border: 1px solid;
  border-radius: 4px;
}
.note:before,
.note:after {
  content: "";
  display: table;
}
.note:after {
  clear: both;
}
.note p {
  font-size: 13px;
  line-height: 15.6px;
  margin: 8px auto;
}
.note--green {
  color: #fff;
  background: #00933b;
  border-color: #008435;
}
.note--green a {
  color: #fff;
  font-weight: 700;
}
.note--red {
  color: #2e0101;
  background: #fd9797;
  border-color: #c40404;
}
.note--yellow {
  color: #454701;
  background: #fbfdb0;
  border-color: #bdc404;
}
.note--icon {
  padding-left: 100px;
}
.note--icon .icon {
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 60px;
  display: block;
  border-radius: 50%;
  background: #cccccc;
  color: #333;
  float: left;
  margin: 0 0 0 -80px;
}
.usertext ul {
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.usertext li {
  position: relative;
  margin: auto;
}
.usertext .error,
.usertext .invalid {
  color: #ffffff;
  background: #c40404;
}
.usertext .success {
  color: #ffffff;
  background: #008435;
}
.article .usertext ul li {
  list-style: none;
  margin: 0;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
img.fluid {
  max-width: 100%;
  height: auto;
}
img.fixed {
  width: auto;
  height: auto;
}
.justify-right {
  text-align: right;
}
.justify-left {
  text-align: left;
}
.justify-center {
  text-align: center;
}
.visible-hh {
  display: none;
}
@media screen and (max-width: 650px) {
  .visible-hh {
    display: block;
  }
}
.hidden-hh {
  display: block;
}
@media screen and (max-width: 650px) {
  .hidden-hh {
    display: none;
  }
}
.visible-desk {
  display: none;
}
@media screen and (max-width: 1350px) {
  .visible-desk {
    display: block;
  }
}
.hidden-desk {
  display: block;
}
@media screen and (max-width: 1350px) {
  .hidden-desk {
    display: none;
  }
}
br.display-on-mobile {
  display: none;
  line-height: 0;
}
br.hide-on-mobile {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  br.display-on-mobile {
    display: block;
  }
  br.hide-on-mobile {
    display: none;
  }
}
.modal {
  position: fixed;
  z-index: 99;
  left: 50%;
  bottom: 45px;
  width: 937px;
  overflow: auto;
  display: inline-block;
  height: auto;
  top: unset;
  transform: translate(-50%, 0);
}
.modal-content {
  background-color: #fff;
  padding: 20px 30px;
  width: 100%;
  color: #000;
  text-align: center;
  flex-direction: row;
  border-radius: 7px;
  box-shadow: 5px 15px 220px 0 rgba(0, 0, 0, 0.25);
}
.modal-content a {
  color: #000;
  text-decoration: underline;
}
.modal-content p {
  font-size: 14px;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  width: 75%;
}
.modal-content a.button {
  font-size: 14px;
  height: 34px;
  width: 93px;
  color: #fff;
  border-radius: 90px;
  padding: 7px 21px;
  text-transform: none;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 10px;
}
.modal-content a.button.button-reject {
  background-color: #000;
}
.modal-content a.button.button-accept {
  background-color: #1a4687;
}
@media screen and (max-width: 1350px) {
  .modal {
    width: 69.41vw;
  }
  .modal-content {
    padding: 1.48vw 2.22vw;
  }
  .modal-content p {
    font-size: 1.04vw;
  }
  .modal-content a.button {
    padding: 0.52vw 1.56vw;
    font-size: 1.04vw;
    width: 6.89vw;
    height: 2.52vw;
  }
}
@media screen and (max-width: 500px) {
  .modal {
    width: 90%;
  }
  .modal-content {
    flex-direction: column;
  }
  .modal-content p {
    font-size: 12.5px;
    width: 100%;
    margin-bottom: 5px;
  }
  .modal-content a.button {
    font-size: 12.9px;
    width: 95%;
    height: 34px;
  }
}
/* Core CSS */
.default-content-styles {
  /* Atoms */
  /* Molecules */
  /* Organisms */
}
.default-content-styles h1 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  color: #2a2a2a;
}
.default-content-styles h1 a,
.default-content-styles h1 a:visited {
  color: #2a2a2a;
}
.default-content-styles h1 a:hover,
.default-content-styles h1 a:visited:hover,
.default-content-styles h1 a:focus,
.default-content-styles h1 a:visited:focus,
.default-content-styles h1 a:active,
.default-content-styles h1 a:visited:active {
  color: #0b68b0;
}
.default-content-styles h1 sup {
  font-size: .67em;
}
.default-content-styles h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a2a2a;
  margin: 0 0 25px;
}
.default-content-styles h2 a,
.default-content-styles h2 a:visited {
  color: #2a2a2a;
}
.default-content-styles h2 a:hover,
.default-content-styles h2 a:visited:hover,
.default-content-styles h2 a:focus,
.default-content-styles h2 a:visited:focus,
.default-content-styles h2 a:active,
.default-content-styles h2 a:visited:active {
  color: #0b68b0;
}
.default-content-styles h2 sup {
  font-size: .67em;
}
.default-content-styles h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  color: #2a2a2a;
  margin: 0 0 25px;
}
.default-content-styles h3 a,
.default-content-styles h3 a:visited {
  color: #2a2a2a;
}
.default-content-styles h3 a:hover,
.default-content-styles h3 a:visited:hover,
.default-content-styles h3 a:focus,
.default-content-styles h3 a:visited:focus,
.default-content-styles h3 a:active,
.default-content-styles h3 a:visited:active {
  color: #0b68b0;
}
.default-content-styles h3 sup {
  font-size: .67em;
}
.default-content-styles h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .025em;
  color: #2a2a2a;
  margin: 50px 0 5px;
}
.default-content-styles h4 a,
.default-content-styles h4 a:visited {
  color: #2a2a2a;
}
.default-content-styles h4 a:hover,
.default-content-styles h4 a:visited:hover,
.default-content-styles h4 a:focus,
.default-content-styles h4 a:visited:focus,
.default-content-styles h4 a:active,
.default-content-styles h4 a:visited:active {
  color: #0b68b0;
}
.default-content-styles h5 {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: .025em;
  color: #2a2a2a;
}
.default-content-styles h2 + .p--large {
  margin-top: -10px;
}
.default-content-styles h1 + h4,
.default-content-styles h2 + h4,
.default-content-styles h3 + h4 {
  margin-top: 0;
}
.default-content-styles p,
.default-content-styles ul,
.default-content-styles ol {
  margin-bottom: 25px;
}
.default-content-styles li {
  margin: 12.5px 0 0 25px;
}
.default-content-styles ul li {
  list-style: disc;
}
.default-content-styles ol li {
  list-style: decimal;
}
.default-content-styles li li {
  list-style: circle;
}
.default-content-styles hr {
  max-width: 75px;
  outline: 0;
  border: 0;
  display: block;
  margin: 50px 0;
  height: 1px;
  background: #9004c4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9004c4 0%, #c40404 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9004c4), color-stop(100%, #c40404));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9004c4 0%, #c40404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9004c4 0%, #c40404 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9004c4 0%, #c40404 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9004c4 0%, #c40404 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@left', endColorstr='@right', GradientType=1);
  /* IE6-9 */
}
.default-content-styles blockquote {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 300;
  border-left: 4px solid #48c404;
  padding: 15px 20px;
  background: #f6f6f6;
}
.default-content-styles .back-link {
  margin-top: 50px;
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
  clear: both;
}
.default-content-styles .back-link:before,
.default-content-styles .back-link:after {
  content: "";
  display: table;
}
.default-content-styles .back-link:after {
  clear: both;
}
.default-content-styles .back-link i {
  font-size: 9px;
  margin: 0 3px 0 0;
}
.default-content-styles .read-link i {
  font-size: 9px;
  margin: 0 0 0 3px;
}
.default-content-styles .basic-page-header {
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.default-content-styles .basic-page-header img {
  margin: 0 auto 25px;
}
.default-content-styles .basic-page-header p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.default-content-styles .basic-page-header h2 a {
  text-decoration: underline;
}
.default-content-styles .basic-page-header--title-note {
  font-size: 13px;
  color: #a3a3a3;
  font-weight: 400;
  padding-top: 10px;
  display: block;
}
.default-content-styles .basic-page-header--centered {
  text-align: center;
}
.default-content-styles .basic-page-header--no-border {
  border-bottom: 0;
  margin-bottom: 0;
}
.default-content-styles figure img,
.default-content-styles .figure img,
.default-content-styles .story-figure img {
  display: block;
  margin: auto;
}
.default-content-styles figure img.border,
.default-content-styles .figure img.border,
.default-content-styles .story-figure img.border {
  border: 1px solid #cccccc;
}
.default-content-styles figure .figcaption,
.default-content-styles .figure .figcaption,
.default-content-styles .story-figure .figcaption,
.default-content-styles figure .story-figure-caption,
.default-content-styles .figure .story-figure-caption,
.default-content-styles .story-figure .story-figure-caption,
.default-content-styles figure figcaption,
.default-content-styles .figure figcaption,
.default-content-styles .story-figure figcaption {
  font-size: 13px;
  line-height: 1.1;
  color: #7f7f7f;
  display: block;
  text-align: center;
  margin: auto;
  padding: 10px;
}
.default-content-styles .figure-right,
.default-content-styles .story-figure-right {
  max-width: 40%;
  float: right;
  margin: 0 0 25px 25px;
}
.default-content-styles .figure-left,
.default-content-styles .story-figure-left {
  max-width: 40%;
  float: left;
  margin: 0 25px 25px 0;
}
@media (max-width: 650px) {
  .default-content-styles .figure-right,
  .default-content-styles .story-figure-right,
  .default-content-styles .figure-left,
  .default-content-styles .story-figure-left {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.default-content-styles .figure-center,
.default-content-styles .story-figure-center-inline {
  padding-bottom: 25px;
}
.default-content-styles .story-detail-item-lead-image {
  margin: 0 0 25px;
}
.default-content-styles .story-detail-item-lead-image img {
  width: 100%;
}
@media (max-width: 1120px) {
  .default-content-styles .story-detail-item-lead-image {
    margin-left: 0;
  }
}
.default-content-styles .story-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-bottom: 50px;
  height: 0;
}
.default-content-styles .story-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.default-content-styles table {
  width: 100%;
  margin: 50px auto;
  font-size: 13px;
}
.default-content-styles th {
  border-bottom: 2px solid #0b68b0;
  font-weight: 700;
}
.default-content-styles td {
  padding: 15px 25px 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.default-content-styles tr td:last-child {
  padding-right: 0;
}
.default-content-styles .default-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.default-content-styles .default-header-ul {
  margin: 10px auto 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.default-content-styles .default-header-li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.default-content-styles .default-header-li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.default-content-styles .default-header-li a {
  color: #3c86c0;
}
.default-content-styles .default-header-li a:hover {
  color: #0b68b0;
}
.default-content-styles .default-header-meta--dividers .default-header-li {
  border-right: 1px solid #a3a3a3;
}
.default-content-styles .default-header-meta--dividers .default-header-li:last-child {
  border: none;
}
.default-content-styles .sticky-nav-wrapper {
  display: block;
  width: 100%;
  height: 10px;
}
.default-content-styles .sticky-nav.stuck {
  position: fixed;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
}
.default-content-styles .default-link-list {
  background: #ecf3f9;
  padding: 10px;
}
.default-content-styles .default-link-list h5 {
  margin: 15px 10px 10px;
}
.default-content-styles .default-link-list ul,
.default-content-styles .default-link-list ol {
  background: #fff;
  margin: 0;
  padding-bottom: 0;
}
.default-content-styles .default-link-list li {
  list-style: none;
  margin: 0;
  padding-bottom: 0;
}
.default-content-styles .default-link-list li a {
  display: block;
  font-size: 13px;
  padding: 10px 10px;
  border-top: 2px solid #ecf3f9;
}
.default-content-styles .default-link-list li a.current {
  color: #2a2a2a;
  font-weight: 700;
}
.default-content-styles .default-aside-block--loud {
  color: #fff;
  padding: 20px;
}
.default-content-styles .default-aside-block--loud .loud-aside-block-title {
  color: #fff;
  margin: 10px 0 20px;
  padding: 0 0 10px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.15);
}
.default-content-styles .default-aside-block--loud p:last-child {
  margin-bottom: 0;
}
.default-content-styles .default-aside-block--loud ul,
.default-content-styles .default-aside-block--loud ol {
  background: none;
  margin: -5px 0;
  padding: 0;
}
.default-content-styles .default-aside-block--loud li {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 5px 0;
}
/* Templates */
.default-content-styles {
  padding: 50px 0;
  *zoom: 1;
}
.default-content-styles:before,
.default-content-styles:after {
  content: "";
  display: table;
}
.default-content-styles:after {
  clear: both;
}
/* Single Column, One-Off Pages */
.default-layout-1col {
  width: 70%;
  margin: auto;
}
@media (max-width: 1120px) {
  .default-layout-1col {
    width: 100%;
  }
}
/* News Articles */
.default-layout-gutters {
  padding-left: 75px;
  padding-right: 75px;
}
.default-layout-gutters .story-figure-center,
.default-layout-gutters .story-figure-center-inline {
  margin: 0 -75px 25px -75px;
  text-align: center;
}
.default-layout-gutters .figure-right,
.default-layout-gutters .story-figure-right {
  max-width: 50%;
  margin: 0 -75px 25px 25px;
}
.default-layout-gutters .figure-left,
.default-layout-gutters .story-figure-left {
  max-width: 50%;
  float: left;
  margin: 0 25px 25px -75px;
}
@media (max-width: 1120px) {
  .default-layout-gutters {
    padding-left: 0;
    padding-right: 0;
  }
  .default-layout-gutters .story-figure-center,
  .default-layout-gutters .story-figure-center-inline,
  .default-layout-gutters .figure-right,
  .default-layout-gutters .story-figure-right,
  .default-layout-gutters .figure-left,
  .default-layout-gutters .story-figure-left {
    max-width: 100%;
    float: none;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1120px) {
  /* Logo and Top-Level Site Navigation */
  .navigation {
    background: #000;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
    /* test position: relative; */
    position: fixed;
    top: 0;
    max-width: 100%;
    z-index: 49;
    opacity: 0.90;
    /* test */
  }
  .navigation .inside {
    text-align: right;
  }
  .navigation-fill {
    line-height: 1;
    position: relative;
    min-height: 54px;
    background: #7f7f7f;
  }
  .nav-logo,
  .nav {
    padding: 10px 0 0;
  }
  .nav-logo {
    float: left;
    line-height: 2;
  }
  .nav {
    display: inline-block;
  }
  .nav-li {
    *zoom: 1;
    margin-left: 0;
    display: inline-block;
    padding-bottom: 11px;
  }
  .nav-li:before,
  .nav-li:after {
    content: "";
    display: table;
  }
  .nav-li:after {
    clear: both;
  }
  .nav-li .nav-a,
  .nav-li .nav-a:visited {
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    display: block;
    color: #e5e5e5;
    white-space: nowrap;
    transition: 200ms color ease-in;
  }
  .nav-li .nav-a:hover,
  .nav-li .nav-a:visited:hover,
  .nav-li .nav-a:focus,
  .nav-li .nav-a:visited:focus,
  .nav-li .nav-a:active,
  .nav-li .nav-a:visited:active {
    color: #0b68b0;
  }
  .nav-li-icon:after {
    margin-right: 13px;
  }
  .nav-a-icon:after {
    font-family: "canfield-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\45";
    position: relative;
    top: 1px;
    right: -3px;
    color: #a3a3a3;
  }
  .nav-a-active {
    color: #0b84df !important;
  }
  body.imaging-systems .nav-li .nav-a-is,
  body.clinical-services .nav-li .nav-a-cs,
  body.imaging-centers .nav-li .nav-a-ic,
  body.support .nav-li .nav-a-support,
  body.about .nav-li .nav-a-about,
  body.careers .nav-li .nav-a-careers,
  body.contact .nav-li .nav-a-contact,
  body.language .nav-li .nav-a-lang {
    color: #e5e5e5;
  }
  .nav-mobile-icon {
    display: none;
  }
  /* Mega Drop Down Menus */
  .nav-sub {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #000;
    margin: 12px 0 0;
    /* .navigation padding */
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .nav-sub .inside {
    text-align: left;
  }
  .nav-sub a,
  .nav-sub a:visited {
    color: #e5e5e5;
  }
  .nav-sub a:hover,
  .nav-sub a:visited:hover,
  .nav-sub a:focus,
  .nav-sub a:visited:focus,
  .nav-sub a:active,
  .nav-sub a:visited:active {
    color: #0b84df;
  }
  .nav-sub-active {
    z-index: 101;
    padding: 7px 0 25px;
    opacity: 1;
    max-height: 60em;
  }
  .nav-sub-homelink {
    font-weight: 300;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .nav-sub-homelink + .uk-grid {
    padding-left: 20px;
  }
  .nav-sub-li-heading {
    font-size: 15px;
    color: #e5e5e5;
    letter-spacing: .025em;
  }
  .nav-sub-a-heading,
  .nav-sub-a-heading:visited {
    font-weight: 700;
  }
  .nav-sub-li-section-header {
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-sub-li-section-header .nav-sub-a:hover {
    color: #e5e5e5;
    cursor: default;
  }
  .nav-sub-a-small,
  .nav-sub-a-small:visited {
    font-size: 13px;
  }
  .nav-sub-a-primary,
  .nav-sub-a-primary:visited {
    font-weight: 700;
  }
  .nav-sub-a-icon:after {
    font-family: "canfield-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    content: "e";
    font-size: 7px;
    margin-left: 5px;
    top: -1px;
    opacity: .5;
    display: inline-block;
    transition: all 250ms ease-in-out;
  }
  .nav-sub-a-icon:hover:after,
  .nav-sub-a-icon:focus:after,
  .nav-sub-a-icon:active:after {
    opacity: 1;
    transform: translateX(3px);
  }
  .nav-sub-ul {
    margin: 0 0 -10px;
  }
  .nav-sub-ul + .nav-sub-ul {
    margin-top: 75px;
  }
  .nav-sub-li-heading,
  .nav-sub-li {
    margin: 0 0 25px;
  }
  .nav-sub-li-small-heading,
  .nav-sub-li-small {
    margin: 0 0 6px;
  }
  .nav-sub-li-small-first {
    padding-top: 10px;
  }
  .nav-sub-li-section-item {
    margin: 0 0 6px 15px;
  }
  .nav-sub-overview-heading {
    font-size: 21px;
    padding-bottom: 25px;
  }
  .nav-sub-overview-text {
    color: #a3a3a3;
    line-height: 1.4;
  }
  .nav-sub-overview-link,
  .nav-sub-overview-link:visited {
    font-weight: 700;
  }
  .nav-sub-ul-single {
    margin: 15px 0 -25px 50px;
    font-weight: 700;
  }
  .nav-sub-overview-figure {
    line-height: 1;
    display: block;
  }
  .nav-a {
    padding: 10px 5px;
  }
  .nav-sub-support {
    width: 170px;
    text-align: left;
    left: unset;
  }
  .nav-sub-support .nav-sub-ul-single {
    margin-left: 30px;
  }
  .nav-sub-about {
    width: 170px;
    text-align: left;
    left: unset;
  }
  .nav-sub-about .nav-sub-ul-single {
    margin-left: 30px;
  }
  .nav-a-lang {
    /* background: #888; */
  }
  .nav-sub-lang {
    width: 120px;
    /* left: 91%; */
    /* position: relative; */
    /* margin-bottom: -100px; */
    /* overflow: inherit; */
    left: unset;
    padding-bottom: 155px;
  }
  .nav-sub-lang .nav-sub-ul-single {
    margin-top: 5px;
  }
  .nav-sub-lang .nav-sub-ul-single .nav-sub-lang-heading {
    padding-top: 20px;
  }
  .nav-sub-lang .nav-sub-ul-single u {
    color: #fff;
  }
  .nav-sub-lang .nav-sub-ul-single {
    display: block;
    margin-left: 0px;
  }
  .nav-sub-lang .inside {
    padding-left: 20px;
    position: absolute;
  }
  .nav-sub-lang.nav-sub-active {
    padding-top: 5px;
  }
}
/* Adjusments for Wide */
@media screen and (min-width: 1350px) {
  .nav-sub .inside {
    padding-left: 50px;
    padding-right: 50px;
  }
  .nav-sub-lang {
    /* left: 90%; */
  }
  .nav-sub-lang .inside {
    padding-left: 20px;
  }
  .nav-li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .navigation {
    padding: 20px 0;
    background: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .nav-logo {
    text-align: center;
    line-height: 1;
  }
  .nav-mobile-icon {
    cursor: pointer;
    display: block;
    float: right;
    height: 18px;
    width: 26px;
    position: relative;
    z-index: 1;
    margin: -15px 10px 0 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .nav-mobile-icon-line {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    transition: transform 250ms ease-in-out;
  }
  .nav-mobile-icon-line1 {
    top: 0;
    width: 75%;
  }
  .nav-mobile-icon-line2 {
    top: 50%;
    width: 50%;
    margin-top: -1px;
    transition: opacity 250ms ease-in-out;
  }
  .nav-mobile-icon-line3 {
    bottom: 0;
  }
  .nav-mobile-icon--active .nav-mobile-icon-line1 {
    transform: translateY(8px) translateX(0) rotate(225deg);
    width: 100%;
  }
  .nav-mobile-icon--active .nav-mobile-icon-line2 {
    opacity: 0;
    width: 0;
    transform: translateX(15px);
  }
  .nav-mobile-icon--active .nav-mobile-icon-line3 {
    transform: translateY(-8px) translateX(0) rotate(-225deg);
  }
  /* First Level Navigation (Main Categories) */
  .nav {
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    background: #000;
    text-align: left;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 60px;
    transition: max-height 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-top: 1px solid #fff;
  }
  .nav--active {
    max-height: 200em;
    /* Unreal */
    opacity: 0.9;
  }
  .nav-ul {
    max-width: 600px;
    margin: 25px auto;
  }
  .nav-li {
    padding: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav-li:last-child {
    border-bottom: 0;
  }
  .nav-a,
  .nav-a:visited,
  .nav-a:hover,
  .nav-a:focus,
  .nav-a:active {
    color: #e5e5e5;
    display: block;
    font-size: 21px;
    font-weight: 700;
    padding: 15px 0;
  }
  .nav-li-icon {
    position: relative;
  }
  .nav-a--mobile-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    /* (.nav-a) padding + font-size + line-height */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .nav-a-icon:after {
    font-family: "canfield-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\45";
    position: relative;
    top: 5px;
    float: right;
    color: #a3a3a3;
    transition: transform 150ms ease-in;
  }
  .nav-li--active .nav-a-icon:after {
    transform: rotate(180deg);
    opacity: .67;
  }
  /* Second Level Navigation (Sub Categories) */
  .nav-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease;
  }
  .nav-sub .inside {
    width: 100%;
  }
  .nav-sub .uk-grid {
    /* Break the Grid into stacked columns at the medium breakpoint instaed of the small one */
    margin-left: 0;
  }
  .nav-sub .uk-grid [class*='uk-width'] {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-sub--active {
    max-height: 100em;
    /* Unreal */
  }
  .nav-li {
    transition: background 250ms ease-in-out;
  }
  .nav-li--active {
    background: #000;
    padding-bottom: 25px;
  }
  /* Hide this stuff */
  .nav-sub-overview-text,
  .nav-sub-overview-link,
  .nav-sub-overview-figure {
    display: none;
  }
  /* And normalize this stuff */
  .nav-sub-homelink-a,
  .nav-sub-a-heading,
  .nav-sub-a {
    color: #e5e5e5;
    padding: 10px 0;
    display: block;
  }
  .nav-sub-homelink-a:hover,
  .nav-sub-a-heading:hover,
  .nav-sub-a:hover,
  .nav-sub-homelink-a:focus,
  .nav-sub-a-heading:focus,
  .nav-sub-a:focus,
  .nav-sub-homelink-a:active,
  .nav-sub-a-heading:active,
  .nav-sub-a:active {
    color: #0b68b0;
  }
  .nav-sub-li-section-header {
    font-weight: 700;
    width: 100% !important;
  }
  .nav-sub-li-section-header .nav-sub-a:hover {
    color: #e5e5e5;
    cursor: default;
  }
  .nav-sub-homelink-a,
  .nav-sub-a-heading {
    font-weight: 700;
  }
  .nav-sub-li-heading {
    color: #7f7f7f;
  }
  .nav-sub-a {
    font-size: 13px;
  }
  /* Special styles for Imaging System's 39 links */
  .nav-sub-is .nav-sub-ul {
    *zoom: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .nav-sub-is .nav-sub-ul:before,
  .nav-sub-is .nav-sub-ul:after {
    content: "";
    display: table;
  }
  .nav-sub-is .nav-sub-ul:after {
    clear: both;
  }
  .nav-sub-is .nav-sub-li-small {
    float: left;
    width: 50%;
  }
  .nav-sub-is .hide-on-hh {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .nav-ul {
    margin: 0 auto;
  }
}
/* Hero Sections */
.hero {
  background-color: #2a2a2a;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.hero--tall {
  height: 550px;
}
.hero--short {
  height: 150px;
  display: table;
}
.hero--short .hero--short--vertical-container {
  display: table-cell;
  vertical-align: middle;
}
.hero-text {
  margin: auto;
  text-align: center;
  width: 80%;
}
.hero-text .hero-text--title {
  color: #fff;
}
.hero-text p {
  color: #a3a3a3;
  margin: 10px auto 0;
}
.hero-text a {
  color: #a3a3a3;
  text-decoration: underline;
}
.hero-text a:hover {
  color: #fff;
}
.hero-text--title .break {
  display: block;
}
@media screen and (max-width: 1350px) {
  .hero-text--title .break {
    display: inline;
  }
}
@media screen and (max-width: 1350px) {
  .hero--tall {
    height: auto;
  }
}
.phone-number a {
  color: #fff;
  text-decoration: underline;
}
.section-testimonials {
  background: #ffffff url("/common/images/testimonials/bg--ipr.jpg?2016-mar-15") bottom center no-repeat;
  background-size: 100% auto;
  border-bottom: 1px solid #e5e5e5;
  height: 500px;
}
.slide-testimonial {
  padding-top: 100px;
}
.slide-testimonial-inner {
  width: 75%;
  margin: auto;
}
.slide-testimonial-inner img {
  display: block;
  margin: auto;
}
.slide-testimonial-inner blockquote p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 auto;
}
.slide-testimonial-inner .citation {
  padding-top: 25px;
}
.slide-testimonial-inner .citation strong {
  margin-top: 10px;
  display: block;
}
.slide-testimonial-inner .citation span {
  display: block;
  color: #7f7f7f;
}
.slide-testimonial-inner .citation .link--caps {
  position: relative;
  top: 12.5px;
}
@media screen and (max-width: 1350px) {
  .slide-testimonial-inner {
    width: 90%;
  }
}
@media screen and (max-width: 1120px) {
  .section-testimonials {
    height: 450px;
  }
  .slide-testimonial {
    padding-top: 50px;
  }
}
@media screen and (max-width: 650px) {
  .section-testimonials {
    overflow-y: auto;
    height: 500px;
  }
  .slide-testimonial-inner blockquote p {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
  }
}
.gradient-footer {
  background: #0b68b0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00933b 0%, #0b68b0 33%, #00933b 67%, #0b68b0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00933b), color-stop(33%, #0b68b0), color-stop(67%, #00933b), color-stop(100%, #0b68b0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00933b 0%, #0b68b0 33%, #00933b 67%, #0b68b0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00933b 0%, #0b68b0 33%, #00933b 67%, #0b68b0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00933b 0%, #0b68b0 33%, #00933b 67%, #0b68b0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00933b 0%, #0b68b0 33%, #00933b 67%, #0b68b0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@left', endColorstr='@right', GradientType=1);
  /* IE6-9 */
  height: 3px;
}
.footer {
  color: #a3a3a3;
  font-size: 13px;
  background: #111;
}
.footer .inside {
  padding: 25px 0;
}
.footer-nav-ul {
  margin-top: 5px;
}
.footer-nav-li {
  letter-spacing: .025em;
  line-height: 1.1;
  margin-top: 10px;
}
.footer-nav-li a,
.footer-nav-li a:visited {
  color: #a3a3a3;
}
.footer-nav-li a:hover,
.footer-nav-li a:visited:hover,
.footer-nav-li a:focus,
.footer-nav-li a:visited:focus,
.footer-nav-li a:active,
.footer-nav-li a:visited:active {
  color: #0b68b0;
}
.footer-nav-li--title {
  text-transform: uppercase;
  color: #e5e5e5;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .1em;
  margin-top: 0;
}
.footer-nav-li--dim {
  color: #555555;
}
.footer-connect .inside {
  border-top: 1px solid #2a2a2a;
}
.footer-badge {
  float: right;
  margin-top: 10px;
}
.footer-social-ul,
.footer-newsletter-ul {
  float: left;
}
.footer-social-ul {
  margin: 10px 10px 0 0;
}
.footer-social-li {
  float: left;
  margin-right: 10px;
}
.footer-social-a {
  display: block;
  font-size: 15px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.footer-social-a:hover,
.footer-social-a:focus,
.footer-social-a:active {
  color: #fff;
  opacity: .8;
}
.footer-newsletter-li {
  float: left;
}
.footer-newsletter-li-select {
  margin-left: 3px;
}
.footer-newsletter-li-select select {
  width: 120px;
}
.footer-newsletter-li-select select option {
  background: #111;
}
.footer-newsletter-submit {
  margin-left: 3px;
}
.footer-newsletter-li-example {
  margin: 13px 0 0 15px;
}
.footer-newsletter-li-example-a,
.footer-newsletter-li-example-a:hover {
  color: #555555;
}
.footer-newsletter-li-example-a:hover,
.footer-newsletter-li-example-a:hover:hover,
.footer-newsletter-li-example-a:focus,
.footer-newsletter-li-example-a:hover:focus,
.footer-newsletter-li-example-a:active,
.footer-newsletter-li-example-a:hover:active {
  color: #a3a3a3;
}
.footer-location {
  color: #555;
  display: flex;
  margin-top: 13px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .footer .inside {
    padding: 25px 0 0;
  }
  .footer-nav-ul {
    padding-bottom: 25px;
  }
  .footer-nav-li {
    text-align: center;
  }
  .footer-badge {
    display: none;
  }
  .footer-social-ul,
  .footer-newsletter-ul {
    float: none;
    margin: auto;
    text-align: center;
    padding: 0 0 25px;
  }
  .footer-social-li,
  .footer-newsletter-li {
    float: none;
  }
  .footer-social-li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
  }
  .footer-newsletter-li {
    display: block;
    margin: 5px auto;
  }
  .footer-newsletter-li select,
  .footer-newsletter-li input {
    width: 90%;
  }
}
.page-nav {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  max-width: 1500px;
}
.page-nav-placeholder {
  height: 64px;
  /* vertical padding + font size + 1px border  */
}
.page-nav-buttons {
  float: right;
  margin-top: 10px;
}
.page-nav-button {
  display: inline-block;
  margin-left: 5px;
}
.page-nav-li {
  display: inline-block;
  line-height: 1;
}
.page-nav-li a,
.page-nav-li a:visited {
  display: block;
  padding: 25px 0;
  margin: 0 25px -1px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.page-nav-li a:hover,
.page-nav-li a:visited:hover {
  color: #0b68b0;
}
.page-nav-li a img,
.page-nav-li a:visited img {
  float: left;
  margin: -1px 4px 0 0;
}
.page-nav-li .current,
.page-nav-li .current:visited {
  color: #0b68b0;
  border-color: #0b68b0;
}
.page-nav-li-primary a,
.page-nav-li-primary a:visited {
  color: #2a2a2a;
}
.page-nav-li-secondary a,
.page-nav-li-secondary a:visited {
  color: #a3a3a3;
}
.page-nav-li-button {
  display: none;
}
.page-nav.stuck {
  position: fixed;
  top: 0;
  z-index: 50;
  max-width: 1348px;
  /* 1350px - 1px left border - 1px right border) */
  background: #ffffff;
}
.page-nav-mobile {
  display: none;
}
@media screen and (max-width: 1350px) {
  .page-nav-placeholder,
  .page-nav {
    height: 54px;
  }
  .page-nav-buttons {
    margin-top: 4px;
  }
  .page-nav-mobile {
    display: block;
    float: left;
  }
  .page-nav-mobile-li--menu {
    display: block;
    margin: 0 -3%;
    width: 106%;
  }
  .page-nav-mobile-li .icon-wrapper {
    position: relative;
    top: 5px;
  }
  .page-nav-mobile-li i {
    line-height: 1;
    position: relative;
    top: 8px;
    font-size: 27px;
  }
  .page-nav-mobile-li a {
    line-height: 2;
    height: 54px;
    position: relative;
    padding: 0 25px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #2a2a2a;
  }
  .page-nav-mobile-li.page-nav-mobile-li--menu-active {
    background: #fff;
  }
  .page-nav-mobile-li.page-nav-mobile-li--menu-active .icon-wrapper {
    color: #000;
  }
  .page-nav-mobile-li.page-nav-mobile-li--menu-active a {
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    border-bottom-color: #fff;
  }
  .page-nav-links-active {
    display: block;
    clear: both;
    z-index: 9;
  }
  .page-nav-links {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
    margin: 0 -3%;
    width: 106%;
    max-height: 0;
    transition: all 200ms ease-out;
  }
  .page-nav-links.page-nav-links-active {
    max-height: none;
    border: 1px solid #e5e5e5;
    border-top-color: #fff;
  }
  .page-nav-li {
    margin: 0;
    float: left;
    display: block;
    width: 50%;
  }
  .page-nav-li:nth-child(odd) {
    clear: left;
  }
  .page-nav-li a,
  .page-nav-li a:visited {
    padding: 20px;
    margin-right: 0;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-transform: none;
  }
  .page-nav-li a img,
  .page-nav-li a:visited img {
    margin: 0px 6px 0 0;
  }
  .page-nav-li a:hover,
  .page-nav-li a:visited:hover,
  .page-nav-li a:focus,
  .page-nav-li a:visited:focus,
  .page-nav-li a:active,
  .page-nav-li a:visited:active {
    opacity: .75;
    color: #000;
  }
  .page-nav-li a.current,
  .page-nav-li a:visited.current,
  .page-nav-li a.current:visited,
  .page-nav-li a:visited.current:visited {
    border-bottom: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.1);
  }
  .page-nav-li a.button,
  .page-nav-li a.button:hover {
    margin: -1px 0 15px;
    color: #000;
  }
}
@media screen and (max-width: 650px) {
  .page-nav-button .button {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-nav-mobile-li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-nav-li a,
  .page-nav-li a:visited {
    padding: 20px 0 20px 10px;
  }
}
/* Case Studies inspired by http://www.basicagency.com/case-studies/nixon-ecommerce-web-design */
.basic {
  *zoom: 1;
  padding: 50px 0;
  position: relative;
}
.basic:before,
.basic:after {
  content: "";
  display: table;
}
.basic:after {
  clear: both;
}
.basic .default-content-styles {
  padding: 0;
}
/* Local Variables */
/* Aside Navigation */
.basic-aside-menu-wrapper {
  float: left;
  width: 350px;
  margin-top: -25px;
  padding-top: 25px;
}
.basic-aside-menu {
  margin: 0 50px;
  text-align: left;
  padding: 10px;
  background: #fff;
}
.basic-aside-menu-wrapper.stuck {
  position: fixed;
  z-index: 5;
  top: 25px;
}
.basic-aside-menu-mobile {
  display: none;
}
.basic-aside-menu-buttons-ul {
  padding-bottom: 15px;
  border-bottom: 4px double #e5e5e5;
}
.basic-aside-menu-buttons-li {
  margin-bottom: 5px;
}
.basic-aside-menu-ul {
  padding: 10px 0;
}
.basic-aside-menu-li {
  line-height: 1;
  padding: 10px 0;
}
.basic-aside-menu-a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .025em;
  color: #2a2a2a;
}
.basic-aside-menu-a:hover,
.basic-aside-menu-a:focus,
.basic-aside-menu-a:active {
  color: #0b68b0;
}
.basic-aside-menu-a.current {
  color: #0b68b0;
}
.basic-aside-menu-a.current:before {
  font-family: "canfield-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  font-size: 7px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
@media screen and (max-width: 1120px) {
  .basic-aside-menu-wrapper {
    width: 275px;
  }
  .basic-aside-menu {
    margin: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .basic {
    padding-top: 50px;
  }
  .basic-aside-menu-wrapper {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .basic-aside-menu {
    margin: 0 auto;
  }
  .basic-aside-menu-mobile {
    padding: 22px 20px;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    cursor: pointer;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #e5e5e5;
    padding-left: 10px;
    border-color: transparent;
  }
  .basic-aside-menu-mobile .menu-to-x {
    position: relative;
    top: -2px;
    margin-right: 3px;
  }
  .basic-aside-menu-mobile .menu-to-x .line {
    background: #555555;
  }
  .basic-aside-menu-ul-wrapper {
    position: absolute;
    max-height: 0;
    width: 100%;
    top: 54px;
    left: 0;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    background: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .basic-aside-menu-ul-wrapper .basic-aside-menu-buttons-ul,
  .basic-aside-menu-ul-wrapper .basic-aside-menu-ul {
    margin: 0 20px;
  }
  .basic-aside-menu-ul-wrapper-active {
    max-height: 35em;
  }
  .basic-aside-menu-buttons-ul {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
/* Basic Section Layouts */
.basic-section {
  text-align: left;
}
.basic-center {
  margin: 0 350px;
}
/* 50% centered */
.basic-two-col-content {
  padding-top: 25px;
  overflow: hidden;
}
/* 80% centered */
.basic-full-width {
  text-align: center;
  margin: 50px auto;
  width: auto;
  max-width: 80%;
}
/* Full Bleed */
.basic-full-width-flush {
  text-align: center;
  margin: 50px auto;
}
/* Figures */
.basic-figure img {
  width: auto;
  /* TGOAS: IE8 needs this. Good property to have, so it's here in the main css. */
}
.basic-figure.border {
  border: 1px solid #e5e5e5;
}
.basic-figcaption {
  font-size: 13px;
  line-height: 1.1;
  color: #7f7f7f;
  display: block;
  margin: auto;
  padding: 10px;
}
.basic-figcaption-center {
  text-align: center;
}
/* Figures inside of .basic-center */
/* Float against the right edge and push content to the left */
.basic-figure-right {
  float: right;
  margin: 0 -350px 25px 50px;
}
.basic-figure-right .border {
  border-right: 0;
}
/* Start at left edge and expand as far to the right as needed (with a bit of a gutter on the right edge) */
.basic-figure-full-width {
  margin: 50px -350px 50px 0;
  text-align: left;
  padding-right: 50px;
}
@media screen and (max-width: 1350px) {
  .basic-figure-full-width {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
/* Similar to above, but no gutter on right edge */
.basic-figure-full-width-flush {
  margin: 50px -350px 50px 0;
  text-align: left;
}
@media screen and (max-width: 1350px) {
  .basic-center {
    margin-right: 25px;
  }
  .basic-figure-right {
    max-width: 400px;
  }
  .basic-figure-right,
  .basic-figure-full-width,
  .basic-figure-full-width-flush {
    margin-right: -25px;
  }
  .basic-figure-full-width {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1120px) {
  .basic-center {
    margin-right: 25px;
    margin-left: 275px;
  }
  .basic-figure-right {
    float: none;
    margin: 0 auto 25px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .basic-center {
    margin: 0 3%;
  }
  .basic-figure-full-width {
    padding-right: 0;
  }
  .basic-figure-right,
  .basic-figure-full-width,
  .basic-figure-full-width-flush {
    margin-right: auto;
    margin-left: auto;
  }
}
/* .Main Div */
.main {
  min-height: 500px;
}
/* Generic Narrow Width */
.narrow-width {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  .narrow-width {
    width: 100%;
  }
}
/*
	Generic Header
*/
.section-header {
  padding: 0 0 25px 0;
}
.section-header .h1 {
  margin-bottom: 25px;
}
.section-header p {
  margin: 0;
}
.section-header-ul {
  margin: 0 auto 25px;
  font-size: 21px;
}
.section-header-li {
  padding: 3px 0;
  font-weight: 700;
}
.section-header--centered {
  text-align: center;
}
/*
	Page Intro (Like the .article-intro below, but without the article)
*/
.page-intro .inside {
  text-align: center;
  margin: auto;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-intro img {
  margin: 0 auto 25px;
}
.page-intro p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
/* Thumbnail Blocks */
.thumbnail-blocks .h3,
.thumbnail-blocks .h4,
.thumbnail-blocks p {
  margin: 12.5px auto 0;
}
.thumbnail-blocks p {
  font-size: 13px;
  line-height: 1.4;
}
.thumbnail-blocks .hotspot {
  display: block;
  padding: 25px 10px;
  border-radius: 1px;
  outline: 1px solid transparent;
  transition: 0.2s all ease-out;
}
.thumbnail-blocks .hotspot:hover {
  background: #fff;
  outline-color: #e5e5e5;
}
.thumbnail-blocks .hotspot-p {
  color: #555555;
}
.thumbnail-blocks--center [class*='uk-width'] {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .thumbnail-blocks [class*='uk-width'] {
    margin-bottom: 50px;
  }
}
/* Photo Collage */
.collage,
.collage-col {
  *zoom: 1;
}
.collage:before,
.collage-col:before,
.collage:after,
.collage-col:after {
  content: "";
  display: table;
}
.collage:after,
.collage-col:after {
  clear: both;
}
.collage-col {
  float: left;
  width: 50%;
}
.collage-img {
  border: 1px solid #000;
  line-height: 0;
}
.collage-div {
  line-height: 0;
}
.collage-div-1x1 {
  width: 50%;
  float: left;
}
.collage-div-1x4 {
  width: 25%;
  float: left;
}
.collage-div-2x1 {
  clear: both;
}
.collage-img {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .collage-col-l,
  .collage-col-r {
    float: none;
    width: 100%;
  }
  .collage-div-1x4 {
    width: 50%;
  }
}
/* Centered List of Buttons */
.centered-buttons {
  text-align: center;
  display: block;
}
.centered-buttons-li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 650px) {
  .centered-buttons {
    padding-top: 0;
  }
  .centered-buttons-li {
    display: block;
    margin: 25px auto;
  }
}
/* Link Blocks */
.link-block {
  display: block;
  text-align: center;
}
.link-block--short {
  height: 150px;
  padding-top: 100px;
  background-position: top center;
}
.link-block--light {
  border: 1px solid #e5e5e5;
}
.link-block--light:hover {
  border-color: #0b68b0;
}
.link-block-text span {
  display: block;
  margin-top: 1px;
  font-size: 13px;
  color: #0b68b0;
}
/* Vertical In-Page Navigation */
.vertical-page-nav-wrapper {
  display: block;
  width: 100%;
  height: 10px;
}
.vertical-page-nav.stuck {
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}
.vertical-page-nav-mobile {
  display: none;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.vertical-page-nav-mobile a {
  line-height: 1;
  padding: 20px 25px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #2a2a2a;
}
.vertical-page-nav-mobile a i {
  padding-right: 10px;
  font-size: 15px;
  vertical-align: middle;
}
.vertical-page-nav-ul {
  display: block;
}
.vertical-page-nav-li a {
  border-left: 2px solid #e5e5e5;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
  color: #a3a3a3;
}
.vertical-page-nav-li a:hover,
.vertical-page-nav-li a:focus,
.vertical-page-nav-li a:active {
  color: #555555;
}
.vertical-page-nav-li a.current {
  color: #2a2a2a;
  border-color: #0b68b0;
}
.vertical-page-nav-li--icon i {
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  float: left;
}
.vertical-page-nav-li--contact a {
  background: #00933b;
  border-color: #00933b;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
}
.vertical-page-nav-li--contact a:hover,
.vertical-page-nav-li--contact a:focus,
.vertical-page-nav-li--contact a:active {
  background: #33a862;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .uk-width-2-5 .vertical-page-nav.stuck {
    width: 36%;
  }
}
@media screen and (max-width: 1120px) {
  .uk-width-1-4 .vertical-page-nav.stuck {
    width: 21%;
  }
  .uk-width-2-5 .vertical-page-nav.stuck {
    width: 36%;
  }
}
@media screen and (max-width: 650px) {
  .main {
    padding: 0 0 50px 0;
  }
  .vertical-page-nav-wrapper {
    height: auto;
  }
  .vertical-page-nav {
    padding-top: 0;
  }
  .uk-width-1-4 .vertical-page-nav.stuck,
  .uk-width-2-5 .vertical-page-nav.stuck {
    width: 93%;
  }
  .vertical-page-nav-mobile {
    display: block;
  }
  .vertical-page-nav-ul {
    display: none;
  }
  .distributor-region:first-of-type,
  .news-story-wrapper:first-of-type {
    padding-top: 0;
  }
}
.section {
  width: 1350px;
  margin: auto;
}
.section-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
  margin-top: 66px;
  border-bottom: #a3a3a3 solid .5px;
}
.section-hero .hero-header {
  font-size: 70px;
  font-weight: 600;
  line-height: 0.74;
}
.section-hero .hero-byline {
  font-size: 32px;
  line-height: 1.72;
  margin-top: 15px;
}
.section-hero .hero-info {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 26px;
  white-space: pre-line;
  display: flex;
  flex-direction: column;
  height: 400px;
}
.section-hero .hero-info .hero-info-1 {
  font-size: 32px;
  font-weight: 500;
}
.section-hero .hero-info h1 {
  color: #fff;
}
.section-hero .hero-info p {
  margin-bottom: 0;
  font-size: 21px;
  flex-grow: 1;
  color: #d0d0d0;
}
.section-hero .hero-video {
  margin-top: 35px;
}
.section-hero button {
  width: 321px;
  height: 82px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: unset;
  margin-top: 40px;
}
.section-hero button:hover {
  background-color: #434141;
  color: #fff;
}
.section-hero .hero {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 760px;
}
.section-hero .hero-header sup {
  font-size: 36px;
  top: -1em;
}
.section-hero .container.text-left {
  margin-left: 9vw;
  margin-top: 132px;
  width: 500px;
}
@media screen and (max-width: 1350px) {
  .section {
    width: 95vw;
  }
  .section-hero .container.text-left {
    margin-top: 4.8vw;
    width: 37.037vw;
  }
  .section-hero .hero-header {
    font-size: 3.65vw;
  }
  .section-hero .hero-header sup {
    font-size: 1.8vw;
  }
  .section-hero .hero-byline {
    font-size: 1.66vw;
  }
  .section-hero .hero-info {
    font-size: 1.25vw;
    margin-top: 1.35vw;
    height: 20.833vw;
  }
  .section-hero .hero-info .h1 {
    font-size: 3.259vw;
  }
  .section-hero .hero-info p {
    font-size: 1.556vw;
  }
  .section-hero .hero-1 .hero-header .hero-header-1 {
    font-size: 1.778vw;
  }
  .section-hero button {
    margin-top: 2.1vw;
  }
  .section-hero .hero {
    height: 40.5vw;
  }
}
@media screen and (max-width: 1120px) {
  .section-hero {
    margin-top: 106px;
  }
  .section-hero button {
    font-size: 1.6vw;
    width: 28vw;
    height: 5vw;
    line-height: 0.9;
  }
}
@media screen and (max-width: 500px) {
  .section {
    width: auto;
  }
  .section-hero .hero-info .h1 {
    font-size: 16px;
  }
  .section-hero .hero-info p {
    font-size: 12px;
    width: 50vw;
  }
  .section-hero .hero-1 .container {
    width: 65vw !important;
    margin-top: 20px;
  }
  .section-hero .hero-1 .hero-header .hero-header-1 {
    font-size: 9px;
  }
  .section-hero button {
    font-size: 9px;
    height: 30px;
    width: 160px;
  }
}
.section-header {
  display: flex;
  flex-direction: row;
  margin: 50px auto 100px;
  align-items: center;
}
.section-header .container {
  margin-left: 1vw;
  margin-top: 11px;
}
.section-header .section-header-title {
  font-size: 24px;
  line-height: 0.46;
  color: #706B6B;
}
.section-header .section-header-byline {
  font-size: 36px;
  color: #060606;
}
.section-tabs-nav {
  width: 420px;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 130px;
  border-bottom: 2px #f0f0f0 solid;
}
.section-tabs-nav .section-tab-nav {
  font-size: 16px;
  cursor: pointer;
}
.section-tabs-nav .section-tab-nav.active {
  font-weight: 600;
  border-bottom: 2px #000 solid;
}
.section-tab {
  display: none;
}
.section-tab.section-tab-1 {
  display: block;
}
@media screen and (max-width: 1350px) {
  .section-tabs-nav {
    margin-bottom: 6.77vw;
  }
}
@media screen and (max-width: 500px) {
  .section-tabs-nav {
    margin-bottom: 60px;
    width: 85%;
  }
}
.section-content {
  display: flex;
  flex-direction: row;
  margin: 50px auto;
  padding: 50px 0;
}
.section-content:nth-child(odd) {
  background-color: #f9fafb;
}
.section-content.section-empty {
  display: none;
}
.section-content .view-mobile {
  display: none;
}
.section-content .section-block {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.section-content .section-block .section-block-header {
  display: flex;
  flex-direction: row;
}
.section-content .section-block .section-block-header .section-block-image {
  margin-right: 30px;
  width: 50px;
  display: flex;
  align-self: center;
}
.section-content .section-block .section-block-title {
  font-size: 24px;
  line-height: 1;
  color: #414040;
}
.section-content .section-block .section-block-byline {
  font-size: 36px;
  color: #060606;
  line-height: 1.2;
  margin-top: 10px;
}
.section-content .section-block p {
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.36;
}
.section-content .section-block.section-cta {
  justify-content: end;
}
.section-content .section-block.section-cta button {
  margin-top: 0;
}
.section-content .section-block button {
  width: 321px;
  height: 82px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: unset;
  align-self: end;
  margin-top: 50px;
}
.section-content .section-block button:hover {
  background-color: #434141;
}
@media screen and (max-width: 1350px) {
  .section-header {
    margin: 2vw 10vw 2vw;
  }
  .section-header .section-header-image {
    width: 2.6vw;
  }
  .section-header .section-header-title {
    font-size: 1.778vw;
  }
  .section-header .section-header-byline {
    font-size: 2.667vw;
  }
  .section-content .section-block .section-block-title {
    font-size: 1.778vw;
  }
  .section-content .section-block .section-block-byline {
    font-size: 2.667vw;
  }
  .section-content .section-block p {
    font-size: 1.407vw;
  }
  .section-content .section-block button {
    font-size: 1.185vw;
    height: 6.074vw;
    width: 23.778vw;
  }
}
@media screen and (max-width: 500px) {
  .section-header {
    margin: 40px 12px;
    display: flex;
    justify-self: center;
  }
  .section-header .section-header-image {
    width: 50px;
  }
  .section-header .container {
    margin-top: 8px;
  }
  .section-header .section-header-title {
    font-size: 25px;
    line-height: 1.2;
  }
  .section-header .section-header-byline {
    font-size: 30px;
    line-height: 1.2;
  }
  .section-content {
    flex-direction: column;
    margin: auto;
    padding: 30px 10px;
  }
  .section-content .view-mobile {
    display: flex;
  }
  .section-content .view-web {
    display: none;
  }
  .section-content .section-block .section-block-title {
    font-size: 15px;
  }
  .section-content .section-block .section-block-byline {
    font-size: 20px;
  }
  .section-content .section-block p {
    font-size: 13px;
    line-height: 1.45;
  }
  .section-content .section-block button {
    font-size: 10px;
    height: 30px;
    width: 180px;
    align-self: center;
    justify-content: center;
  }
}
.section-full .section-body {
  background-color: #242323;
}
.section-full .section-body .banner {
  padding: 58px 0;
  font-size: 54px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.onoffswitch {
  position: relative;
  width: 125px;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.onoffswitch .expand {
  margin-left: 5px;
  font-size: 14px;
  color: #101113;
  font-weight: 500;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  width: 40px;
  height: 24px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 31px;
  padding: 0;
  line-height: 30px;
  color: white;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 15px;
  background-color: #212427;
  color: #fff;
  text-align: left;
  font-size: 1.24rem;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
  font-size: 1.24rem;
}
.onoffswitch-switch {
  display: block;
  width: 16px;
  margin: 3.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 85px;
}
.contact-form-box {
  background: #fff;
  padding: 0 25px;
  border: 1px solid #e5e5e5;
}
.contact-form-box .usertext {
  margin-top: 25px;
}
.contact-form--floating-labels {
  position: relative;
  margin: 25px auto;
}
.floating-placeholder {
  position: relative;
}
.label-floating-placeholder {
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 16px;
  font-size: 21px;
  color: #a3a3a3;
  transition: all 150ms ease-in;
}
.input-floating-placeholder {
  border-radius: 2px;
  padding: 22px 10px 12px;
  font-size: 15px;
}
.floating-placeholder-float .label-floating-placeholder {
  color: #3c86c0;
  font-size: 13px;
  transform: translateY(-1em);
}
/* Inline Tooltips for Error Checking (User Styling) */
.floating-placeholder .tooltip {
  right: 0;
  top: -25px;
}
/* Submitted Forms */
.form.submitted .contact-form--floating-labels {
  margin: 0 auto;
}
.form.submitted .input-floating-placeholder {
  padding: 15px 0;
}
.form.submitted .label-floating-placeholder {
  display: none !important;
}
.accordion-list--item {
  position: relative;
  padding: 20px 10px 20px 40px;
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: transparent;
}
.accordion-list--item:nth-child(2n+1) {
  background: #f7f7f7;
}
.accordion-list--item .badge {
  margin-left: 10px;
}
.accordion-list--click {
  cursor: pointer;
  color: #2a2a2a;
  font-weight: 700;
}
.accordion-list--click:hover,
.accordion-list--click:focus,
.accordion-list--click:active {
  color: #0b68b0;
}
.icon-toggle-accordion {
  color: #000;
  margin: 2px 36px 0 0;
  float: left;
  font-size: 19px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-list--click--exclude {
  position: relative;
  z-index: 1;
}
.accordion-list-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}
.accordion-list-buttons li {
  display: inline;
  margin-left: 5px;
}
@media screen and (max-width: 650px) {
  .accordion-list-buttons {
    position: static;
    margin: 10px 0 0;
    text-align: center;
  }
}
.accordion-list--item-detail {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.accordion-list--item-detail p:last-child {
  margin-bottom: 0;
}
.accordion-list--item-detail ul {
  margin-bottom: 25px;
}
.accordion-list--item-detail li {
  list-style: disc;
  margin: 0 15px;
}
.accordion-list--item-detail--visible {
  display: block;
}
.accordion-list--item.open {
  border-color: #cccccc;
  border-left-color: #0b68b0;
}
.accordion-list--item.open .icon-toggle-accordion {
  -webkit-transform: rotate(180deg) translate(-2px, 3px);
  transform: rotate(180deg) translate(-2px, 3px);
}
.tabs-nav--above {
  border-bottom: 1px solid #e5e5e5;
}
.tabs-nav-li {
  display: inline-block;
  margin: 0 20px -1px 0;
  font-size: 13px;
  font-weight: 700;
}
.tabs-nav-li a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid transparent;
}
.tabs-nav-li.current-tab-nav-li a {
  border-bottom: 1px solid #0b68b0;
  color: #0b68b0;
}
.sub-navigation {
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.sub-nav-ul {
  float: left;
}
.sub-nav-li {
  float: left;
  padding: 16px 0;
  margin-right: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
}
.sub-nav-li a,
.sub-nav-li a:visited {
  color: #2a2a2a;
}
.sub-nav-li a:hover,
.sub-nav-li a:visited:hover,
.sub-nav-li a:focus,
.sub-nav-li a:visited:focus,
.sub-nav-li a:active,
.sub-nav-li a:visited:active {
  color: #0b68b0;
}
.sub-nav-ul-buttons {
  float: right;
}
.sub-nav-li-buttons {
  float: left;
  margin-left: 15px;
}
/* Sizes */
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel--tall {
  height: 550px;
}
@media screen and (max-width: 1120px) {
  .carousel--tall {
    height: 400px;
  }
}
/* Controls */
.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
}
.carousel-control {
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 10;
  line-height: 0;
}
.carousel-controls {
  margin-top: -25px;
  /* Half of the height (below) */
}
.carousel-control {
  font-size: 16px;
  line-height: 45px;
  height: 40px;
  width: 40px;
  color: #fff;
  color: #a3a3a3;
  transition: all 150ms ease-in;
}
.carousel-control:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.carousel-control--prev {
  left: 10px;
}
.carousel-control--next {
  right: 10px;
}
/* Core */
.distributor-map {
  text-align: center;
  position: relative;
}
.distributor-map-title {
  text-align: center;
  padding-bottom: 25px;
}
.distributor-map-svg {
  height: auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 0;
}
.distributor-map-text-menu {
  display: none;
  top: 50%;
  transform: translateY(-40%);
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
}
.distributor-map-text-menu-ul-west,
.distributor-map-text-menu-ul-east {
  display: block;
  float: left;
  width: 50%;
}
.distributor-map-text-menu-a {
  display: block;
  padding: 12px 0;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .distributor-map-svg-container {
    opacity: .3;
    position: relative;
  }
  .distributor-map-svg-container:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .distributor-map-text-menu {
    display: block;
  }
}
/* Set Against a Dark Background */
.distributor-map--dark-bg .distributor-map-title {
  color: #fff;
}
/* Set Against a Light Background */
.distributor-map--light-bg {
  background: #fff;
}
.distributor-map--light-bg .distributor-map-title {
  color: #2a2a2a;
}
.distributor-map--light-bg .distributor-map-text-menu-a {
  color: #0b68b0;
}
@media print {
  /* Global */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .p--large {
    font-size: 15px !important;
  }
  /* Page Modules and Common Elements */
  .utils {
    display: none;
  }
  .gradient-navigation,
  .gradient-footer {
    display: none;
  }
  .navigation {
    border-bottom: 2px solid #ccc;
    height: auto;
    padding: 20px 0;
  }
  .navigation .inside {
    text-align: left;
  }
  .nav-logo {
    position: static;
  }
  .nav {
    display: none;
  }
  .hero {
    height: auto !important;
    padding: 50px 0 !important;
    text-align: left !important;
    border-bottom: 2px solid #eee;
  }
  .hero .hero-text,
  .hero .text {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .page-nav-placeholder {
    display: none;
  }
  .article-narrow {
    width: 100% !important;
  }
  .carousel-controls {
    display: none;
  }
  .section-testimonials {
    height: 400px;
  }
  .slide-testimonial-inner {
    width: 100%;
  }
  .slide-testimonial {
    padding-top: 50px;
  }
  .footer {
    display: none;
  }
  /* Specific Pages -- Home */
  .home .home-promo,
  .home a.home-promo {
    height: auto !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  .home .home-promo:after,
  .home a.home-promo:after {
    display: none !important;
  }
  .home .home-promo .text,
  .home a.home-promo .text {
    color: #000 !important;
    text-decoration: none !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .home .home-promo .text strong,
  .home a.home-promo .text strong {
    display: none;
  }
  .home .map .stats {
    margin: 0 !important;
    width: 100% !important;
  }
  .home .map .stat {
    height: auto;
    margin-top: 25px !important;
    line-height: 1;
  }
  /* Specific Pages -- Imaging Systems Home */
  .imaging-systems--categories-row1 a,
  .imaging-systems--categories-row2 a {
    height: auto !important;
  }
  .carousel-consultative-systems {
    height: auto !important;
  }
  .carousel-consultative-systems .carousel-slide {
    position: static;
  }
  .carousel-consultative-systems .carousel-control {
    display: none;
  }
  .different-tiles {
    display: none;
  }
  /* Specific Pages -- Product Pages */
  .product-title .inside {
    height: auto !important;
    padding: 50px 0 !important;
  }
  .product-title .text {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .product-title .figure {
    display: block !important;
    margin: auto;
  }
  .section--figure-right .text,
  .section--figure-left .text,
  .section--background-right .text,
  .section--background-left .text,
  .section--figure-right .figure,
  .section--figure-left .figure,
  .section--background-right .figure,
  .section--background-left .figure {
    float: none;
    width: 100%;
  }
  .card-caption-text {
    background: #fff !important;
    padding: 10px 0 0 !important;
    border: 0;
    text-align: center;
  }
  .card-caption-text .icon-card-caption-toggle {
    display: none;
  }
  /* Specific Pages -- Reveal Imager */
  .reveal .product-overview .figure {
    margin-top: 0;
  }
  /* Specific Pages -- Clinical Services */
  .clinical-services .button {
    display: none;
  }
  .clinical-services .steps-toc {
    display: none;
  }
  .clinical-services .steps-detail-container,
  .clinical-services .steps-detail {
    display: block !important;
    width: 100% !important;
  }
  .clinical-services .steps-detail-container,
  .clinical-services .carousel,
  .clinical-services .carousel-slide,
  .clinical-services .steps-toc,
  .clinical-services .steps-detail {
    height: auto !important;
    overflow: visible;
    position: static;
    *zoom: 1;
  }
  .clinical-services .steps-detail-container:before,
  .clinical-services .carousel:before,
  .clinical-services .carousel-slide:before,
  .clinical-services .steps-toc:before,
  .clinical-services .steps-detail:before,
  .clinical-services .steps-detail-container:after,
  .clinical-services .carousel:after,
  .clinical-services .carousel-slide:after,
  .clinical-services .steps-toc:after,
  .clinical-services .steps-detail:after {
    content: "";
    display: table;
  }
  .clinical-services .steps-detail-container:after,
  .clinical-services .carousel:after,
  .clinical-services .carousel-slide:after,
  .clinical-services .steps-toc:after,
  .clinical-services .steps-detail:after {
    clear: both;
  }
  .clinical-services .steps-detail {
    padding: 50px 0;
  }
  .clinical-services .step-link {
    display: none;
  }
  .clinical-services #clinical-services-sidebar {
    display: none;
  }
  /* Specific Pages -- Imaging Centers */
  .imaging-centers .imaging-centers-bio img {
    width: 50% !important;
    height: 50% !important;
    margin-bottom: 25px !important;
  }
  /* Specific Pages -- About */
  .about .statments {
    padding: 25px 0 !important;
  }
  .about .statement--diagram {
    display: none;
  }
  .about .innovation {
    padding: 0 !important;
  }
  .about .innovation-art,
  .about .innovation-figure {
    display: none;
  }
  .about .news {
    padding: 25px 0 !important;
  }
  .about .button {
    display: none;
  }
  /* Specific Pages -- Contact Us */
  .contact-form {
    display: none;
  }
}
