﻿@charset "UTF-8";
/*!
	Cob v 1.01
	Websilk SCSS framework by MC
*/
/*
 * HTML5 Boilerplate
 *
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* ::-moz-selection { text-shadow: none; }
::selection { text-shadow: none; } */
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h5, h6 {
  margin: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

p {
  margin: 0 0 1em; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

dd {
  margin: 0 0 0 40px; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /*vertical-align: middle;*/ }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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 */
.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 */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* Remove inner shadow from inputs on mobile iOS */
/* Also have to put border radius to 0 for input text otherwise iOS would make it curved automatically */
input[type="text"], textarea {
  -webkit-appearance: none; }

/*------------------------------------*\
	!site variables

	site flags
		debug mode
		roundFont
		oldieSupport
	
	brading
		primary / secondary colors
		default border color
		defaul border 
	
	type
		base font size
	
	layout
		sets up gutters, vertical spacing and grid lengths
	
	directory setup
		folders for skins, img, fonts. Used in creating magical vars for $sprite and $fontPath


\*------------------------------------*/
/*------------------------------------*\
	!wsHalpers v 1.2
	debuging guys
	
	functions
		em() - updated with how to set a new size
	css3 prefixes
	
	custom WS mixins
		vAlign
		wsBox - uses vAlign()
		wsSprite
		opac
	
	OOCSS
		media, media--img, media--content
		
		sprites

		separated list

		clearfix ( using '.sfClearfix')

		imgWrap

		offScreen

		removeText (same as h5bp ".ir" but as a silent derp)


	start _wsHelpers
\*------------------------------------*/
/*
	1: uses the base values from _siteVariables
	2: "*1em" changes the pixel division to em units
	3: If we want rounding to 2 decimal places
*/
.m-sprite {
  background-image: url("/app_themes/standard/images/sprites.png");
  /*
  * we add retina here so we have both media queries apply at once.
  * only applies the hi-res image if the device matchs and we don't need
  * to do anything with the sizes as the background-size covers that for us
  */ }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .m-sprite {
      background-image: url("/app_themes/standard/images/sprites--retina.png");
      background-size: 256px 256px; } }

/*
* friendlyFontName = alias for calling 'font-family'
* fontFileName = extentionless name of the font
* fontFolder = in the directory of $fontPath, what is the folder name
* fontStyle
*/
.sfContentBlock:after,
.sfreContentArea:after,
.reContentArea:after, .pgWidth:after, .pgWidth .pageTitle > h1:after,
body .fauxPgWidth:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.media,
.media__content {
  overflow: hidden; }

.media__img {
  float: left; }

.media__img--alt {
  float: right; }

/*
* base class for all sprites that use background images.
* suggest naming like so: <i class="m-sprite s-logo "/>
* 
* use %iconImg if you want the image rules only
*/
.m-sprite {
  display: inline-block; }

/*
* this guy is an AA image holder. we lose bg-imgs in highcontrast so must use an actual
* <img/> to get the result. we pos-ab the img and use top/left offsets.
*/
.m-sprite--aa {
  position: relative;
  overflow: hidden;
  display: block; }
  .m-sprite--aa img {
    position: absolute;
    display: inline-block;
    -webkit-user-drag: none; }

/*
* ideal space an image should occupy. can add effects to either .imgWrap or the <img>
* allows for image to never grow larger than the .imgWrap, but always be perfectly centered.
* <img> must be the only child of .imgWrap and be its direct decendant
*/
.imgWrap {
  /*
  * mc: removed as the image is already capped via max properties
  * overflow: hidden;
  */
  text-align: center; }
  .imgWrap img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }
  .imgWrap img[src=""] {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/app_themes/standard/images/NoImage.gif);
    color: transparent;
    outline: none; }

.screenReaderHide,
.offScreen {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  font-size: 0; }

.removeText {
  overflow: hidden;
  text-indent: 200%;
  font-size: 0; }

/*
*our base size has been set to 14px, so we make sure that body is set to 14px/16 as html is 16px by default
*/
body {
  font-size: 0.875em;
  font-family: "open sans", sans-serif; }

.removeFocus:focus {
  outline: none; }

body:after {
  display: none;
  content: "wsMobile"; }
  @media screen and (min-width: 768px) {
    body:after {
      content: "wsTablet"; } }
  @media screen and (min-width: 1200px) {
    body:after {
      content: "wsDesktop"; } }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .brand-list .widgetHeading a:after, .sfexpandableListWrp .sflistItemTitle a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .brand-list .widgetHeading a.pull-left:after, .sfexpandableListWrp .sflistItemTitle a.pull-left:before {
  margin-right: .3em; }
.fa.pull-right, .brand-list .widgetHeading a.pull-right:after, .sfexpandableListWrp .sflistItemTitle a.pull-right:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.form__submit [type="submit"],
.sfFormSubmit [type="submit"], .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a, .newsletterSubscribe .newsletterSubscribe--form input[type="submit"],
.button {
  line-height: normal;
  background: #47b0d2;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Asap", sans-serif;
  text-decoration: none;
  font-style: normal;
  padding: 10px 18px 10px; }
  .form__submit [type="submit"]:hover,
  .sfFormSubmit [type="submit"]:hover, .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a:hover, .newsletterSubscribe .newsletterSubscribe--form input[type="submit"]:hover, .form__submit [type="submit"]:focus,
  .sfFormSubmit [type="submit"]:focus, .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a:focus, .newsletterSubscribe .newsletterSubscribe--form input[type="submit"]:focus,
  .button:hover,
  .button:focus {
    color: #fff !important;
    background: #B90A1D; }
  .form__submit [type="submit"]:before,
  .sfFormSubmit [type="submit"]:before, .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a:before, .newsletterSubscribe .newsletterSubscribe--form input[type="submit"]:before,
  .button:before {
    margin-left: 8px;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bold;
    float: right; }

.button--faux {
  line-height: normal;
  background: #47b0d2;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Asap", sans-serif;
  text-decoration: none;
  font-style: normal;
  padding: 10px 18px 10px; }
  a:hover
  .button--faux, a:focus
  .button--faux {
    color: #fff !important;
    background: #B90A1D; }
  .button--faux:before {
    margin-left: 8px;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bold;
    float: right; }

.pgWidth .pageTitle > h1,
.alpha,
.headingBase {
  font-family: "Open Sans", sans-serif;
  color: #04417c;
  margin: 0;
  font-weight: normal; }

.pgWidth .pageTitle > h1,
.alpha {
  font-size: 30px;
  line-height: 32px; }
  @media screen and (min-width: 1200px) {
    .pgWidth .pageTitle > h1,
    .alpha {
      font-size: 34px;
      line-height: 36px; } }

.sfContentBlock a,
.sfreContentArea a,
.reContentArea a, .sfsearchResultsWrp a, .sfNavTreeviewWrp a.k-in,
.link {
  color: #0B82A9; }
  .sfContentBlock a:hover,
  .sfreContentArea a:hover,
  .reContentArea a:hover, .sfsearchResultsWrp a:hover, .sfNavTreeviewWrp a.k-in:hover, .sfContentBlock a:focus,
  .sfreContentArea a:focus,
  .reContentArea a:focus, .sfsearchResultsWrp a:focus, .sfNavTreeviewWrp a.k-in:focus,
  .link:hover,
  .link:focus {
    color: #B90A1D; }

.error__list {
  counter-reset: numbers;
  margin: 0 0 1em 2em; }
  .error__list > li {
    list-style: none;
    position: relative; }
    .error__list > li:before {
      position: absolute;
      top: 0;
      left: -20px;
      content: counter(numbers) ".";
      counter-increment: numbers;
      display: inline-block;
      color: #bf202f;
      font-weight: bold; }

.sfContentBlock,
.sfreContentArea,
.reContentArea {
  color: #363636; }
  .lt-ie9 .sfContentBlock, .lt-ie9
  .sfreContentArea, .lt-ie9
  .reContentArea {
    overflow: hidden; }
  .sfContentBlock .contentImgWrap,
  .sfreContentArea .contentImgWrap,
  .reContentArea .contentImgWrap {
    position: relative;
    display: block;
    max-width: 100%; }
    .sfContentBlock .contentImgWrap a,
    .sfreContentArea .contentImgWrap a,
    .reContentArea .contentImgWrap a {
      display: inline-block; }
      .sfContentBlock .contentImgWrap a:hover, .sfContentBlock .contentImgWrap a:focus,
      .sfreContentArea .contentImgWrap a:hover,
      .sfreContentArea .contentImgWrap a:focus,
      .reContentArea .contentImgWrap a:hover,
      .reContentArea .contentImgWrap a:focus {
        filter: alpha(opacity="80");
        opacity: 0.8; }
    .sfContentBlock .contentImgWrap p,
    .sfreContentArea .contentImgWrap p,
    .reContentArea .contentImgWrap p {
      float: none; }
    .sfContentBlock .contentImgWrap img,
    .sfreContentArea .contentImgWrap img,
    .reContentArea .contentImgWrap img {
      display: block;
      clear: both;
      vertical-align: inherit;
      max-width: 100%; }
    .sfContentBlock .contentImgWrap.floatLeft,
    .sfreContentArea .contentImgWrap.floatLeft,
    .reContentArea .contentImgWrap.floatLeft {
      float: left;
      margin-right: 20px; }
    .sfContentBlock .contentImgWrap.floatRight,
    .sfreContentArea .contentImgWrap.floatRight,
    .reContentArea .contentImgWrap.floatRight {
      float: right;
      margin-left: 20px; }
    .sfContentBlock .contentImgWrap.floatMiddle,
    .sfreContentArea .contentImgWrap.floatMiddle,
    .reContentArea .contentImgWrap.floatMiddle {
      display: block;
      text-align: center; }
    .sfContentBlock .contentImgWrap.floatMiddle img,
    .sfreContentArea .contentImgWrap.floatMiddle img,
    .reContentArea .contentImgWrap.floatMiddle img {
      margin: auto;
      clear: both;
      overflow: auto; }
    .sfContentBlock .contentImgWrap.floatMiddle p,
    .sfreContentArea .contentImgWrap.floatMiddle p,
    .reContentArea .contentImgWrap.floatMiddle p {
      text-align: center;
      width: auto; }
  .sfContentBlock h1,
  .sfContentBlock h2,
  .sfContentBlock h3,
  .sfContentBlock h4,
  .sfreContentArea h1,
  .sfreContentArea h2,
  .sfreContentArea h3,
  .sfreContentArea h4,
  .reContentArea h1,
  .reContentArea h2,
  .reContentArea h3,
  .reContentArea h4 {
    color: #08447E;
    font-family: "open sans", sans-serif;
    font-weight: 600;
    margin-bottom: 16px; }
  .sfContentBlock h1,
  .sfreContentArea h1,
  .reContentArea h1 {
    font-size: 24px; }
  .sfContentBlock h2,
  .sfreContentArea h2,
  .reContentArea h2 {
    font-size: 20px; }
  .sfContentBlock h3,
  .sfreContentArea h3,
  .reContentArea h3 {
    font-size: 18px; }
  .sfContentBlock h4,
  .sfreContentArea h4,
  .reContentArea h4 {
    font-size: 16px; }
  .sfContentBlock p,
  .sfreContentArea p,
  .reContentArea p {
    line-height: 1.57143; }
  .sfContentBlock .intro,
  .sfreContentArea .intro,
  .reContentArea .intro {
    color: #363636;
    font-weight: bold; }
  .sfContentBlock ul,
  .sfContentBlock ol,
  .sfreContentArea ul,
  .sfreContentArea ol,
  .reContentArea ul,
  .reContentArea ol {
    margin: 0 0 1em 18px; }
    .sfContentBlock ul ul,
    .sfContentBlock ul ol,
    .sfContentBlock ol ul,
    .sfContentBlock ol ol,
    .sfreContentArea ul ul,
    .sfreContentArea ul ol,
    .sfreContentArea ol ul,
    .sfreContentArea ol ol,
    .reContentArea ul ul,
    .reContentArea ul ol,
    .reContentArea ol ul,
    .reContentArea ol ol {
      margin: 5px 0 5px 36px; }
      .sfContentBlock ul ul > li:before,
      .sfContentBlock ul ol > li:before,
      .sfContentBlock ol ul > li:before,
      .sfContentBlock ol ol > li:before,
      .sfreContentArea ul ul > li:before,
      .sfreContentArea ul ol > li:before,
      .sfreContentArea ol ul > li:before,
      .sfreContentArea ol ol > li:before,
      .reContentArea ul ul > li:before,
      .reContentArea ul ol > li:before,
      .reContentArea ol ul > li:before,
      .reContentArea ol ol > li:before {
        color: #087587; }
    .sfContentBlock ul > li,
    .sfContentBlock ol > li,
    .sfreContentArea ul > li,
    .sfreContentArea ol > li,
    .reContentArea ul > li,
    .reContentArea ol > li {
      margin-bottom: 3px;
      line-height: 1.4em;
      position: relative;
      list-style: none; }
      .sfContentBlock ul > li:before,
      .sfContentBlock ol > li:before,
      .sfreContentArea ul > li:before,
      .sfreContentArea ol > li:before,
      .reContentArea ul > li:before,
      .reContentArea ol > li:before {
        color: #087587;
        font-weight: bold; }
      .lt-ie8 .sfContentBlock ul > li, .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
      .sfContentBlock ol > li, .no-generatedcontent
      .sfContentBlock ol > li, .lt-ie8
      .sfreContentArea ul > li, .no-generatedcontent
      .sfreContentArea ul > li, .lt-ie8
      .sfreContentArea ol > li, .no-generatedcontent
      .sfreContentArea ol > li, .lt-ie8
      .reContentArea ul > li, .no-generatedcontent
      .reContentArea ul > li, .lt-ie8
      .reContentArea ol > li, .no-generatedcontent
      .reContentArea ol > li {
        position: static; }
    .sfContentBlock ul ul > li:before,
    .sfContentBlock ol ul > li:before,
    .sfreContentArea ul ul > li:before,
    .sfreContentArea ol ul > li:before,
    .reContentArea ul ul > li:before,
    .reContentArea ol ul > li:before {
      content: "\2022";
      left: -17px; }
    .sfContentBlock ul ol > li,
    .sfContentBlock ol ol > li,
    .sfreContentArea ul ol > li,
    .sfreContentArea ol ol > li,
    .reContentArea ul ol > li,
    .reContentArea ol ol > li {
      counter-increment: letters; }
    .sfContentBlock ul ol > li:before,
    .sfContentBlock ol ol > li:before,
    .sfreContentArea ul ol > li:before,
    .sfreContentArea ol ol > li:before,
    .reContentArea ul ol > li:before,
    .reContentArea ol ol > li:before {
      content: counter(letters,lower-alpha) ""; }
  .sfContentBlock ul > li:before,
  .sfreContentArea ul > li:before,
  .reContentArea ul > li:before {
    position: absolute;
    top: -1px;
    left: -18px;
    content: "\2022";
    font-size: 12px;
    line-height: 1em, 19px; }
  .lt-ie8 .sfContentBlock ul > li, .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
  .sfreContentArea ul > li, .no-generatedcontent
  .sfreContentArea ul > li, .lt-ie8
  .reContentArea ul > li, .no-generatedcontent
  .reContentArea ul > li {
    list-style: disc outside; }
  .sfContentBlock ol,
  .sfreContentArea ol,
  .reContentArea ol {
    counter-reset: numbers; }
    .sfContentBlock ol > li:before,
    .sfreContentArea ol > li:before,
    .reContentArea ol > li:before {
      position: absolute;
      top: 0;
      left: -34px;
      content: counter(numbers) "";
      counter-increment: numbers;
      width: 23px;
      text-align: right; }
    .lt-ie8 .sfContentBlock ol > li, .no-generatedcontent .sfContentBlock ol > li, .lt-ie8
    .sfreContentArea ol > li, .no-generatedcontent
    .sfreContentArea ol > li, .lt-ie8
    .reContentArea ol > li, .no-generatedcontent
    .reContentArea ol > li {
      list-style: lower-alpha outside; }
  .sfContentBlock table td,
  .sfContentBlock table th,
  .sfreContentArea table td,
  .sfreContentArea table th,
  .reContentArea table td,
  .reContentArea table th {
    border: 1px solid #ccc;
    padding: 15px 10px; }
  .sfContentBlock table th,
  .sfreContentArea table th,
  .reContentArea table th {
    font-weight: normal;
    color: #fff;
    background: #04417c; }
  .sfContentBlock table tr:nth-child(odd) td,
  .sfreContentArea table tr:nth-child(odd) td,
  .reContentArea table tr:nth-child(odd) td {
    background: #f2f2f2; }
  @media screen and (min-width: 1200px) {
    .sfContentBlock h1,
    .sfreContentArea h1,
    .reContentArea h1 {
      font-size: 30px; }
    .sfContentBlock h2,
    .sfreContentArea h2,
    .reContentArea h2 {
      font-size: 24px; }
    .sfContentBlock h3,
    .sfreContentArea h3,
    .reContentArea h3 {
      font-size: 20px; }
    .sfContentBlock h4,
    .sfreContentArea h4,
    .reContentArea h4 {
      font-size: 18px; } }

@media screen and (max-width: 767px) {
  .tableResponsive {
    overflow-x: scroll; } }

.sfreContentArea {
  padding: 5px; }

.zebra li:nth-child(odd),
.zebra .item:nth-child(odd),
.zebra tr:nth-child(odd) td {
  background: #ececec; }

.zebra--alt li:nth-child(odd),
.zebra--alt tr:nth-child(odd) td {
  background: #bf202f; }

blockquote {
  color: #464647;
  border-left: 5px solid #08447e;
  background: #f2f2f2;
  margin: 0 0 20px;
  padding: 25px 33px 26px;
  line-height: 24px; }

.pgWidth .pageTitle > h1 {
  font-family: 'open sans', sans-serif;
  color: #04417c;
  font-weight: 600; }
  #bd .pgWidth .pageTitle > h1 {
    margin: 0 auto 0;
    width: auto; }
@media (min-width: 768px) and (max-width: 1199px) {
  .pgWidth .pageTitle {
    padding: 24px 0 22px 20px; }
    .pgWidth .pageTitle > h1 {
      font-size: 2.14286em; } }
@media screen and (min-width: 1200px) {
  .pgWidth .pageTitle {
    padding: 24px 0 20px 10px; } }
@media screen and (max-width: 767px) {
  .pgWidth .pageTitle {
    padding: 10px 10px 12px; }
    .pgWidth .pageTitle > h1 {
      font-size: 1.42857em; } }

@media screen and (min-width: 768px) {
  .display-mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .display-tablet {
    display: none; } }
@media screen and (min-width: 1200px) {
  .display-tablet {
    display: none; } }

@media screen and (max-width: 1199px) {
  .display-desktop {
    display: none; } }

@media screen and (min-width: 1200px) {
  #body .display-mobile-tablet {
    display: none; } }

@media screen and (max-width: 767px) {
  .display-tablet-desktop {
    display: none !important; } }

[id$="wsPager_myPager"],
.sf_pagerNumeric,
#pagination {
  text-align: center; }
  [id$="wsPager_myPager"] a,
  .sf_pagerNumeric a,
  #pagination a {
    text-decoration: none;
    color: #000; }
  [id$="wsPager_myPager"] > a,
  [id$="wsPager_myPager"] .sf_pagerNumeric a,
  .sf_pagerNumeric > a,
  .sf_pagerNumeric .sf_pagerNumeric a,
  #pagination > a,
  #pagination .sf_pagerNumeric a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    background: #f2f2f2;
    font-size: 13px;
    margin: 0 2px; }
    [id$="wsPager_myPager"] > a:hover, [id$="wsPager_myPager"] > a:focus,
    [id$="wsPager_myPager"] .sf_pagerNumeric a:hover,
    [id$="wsPager_myPager"] .sf_pagerNumeric a:focus,
    .sf_pagerNumeric > a:hover,
    .sf_pagerNumeric > a:focus,
    .sf_pagerNumeric .sf_pagerNumeric a:hover,
    .sf_pagerNumeric .sf_pagerNumeric a:focus,
    #pagination > a:hover,
    #pagination > a:focus,
    #pagination .sf_pagerNumeric a:hover,
    #pagination .sf_pagerNumeric a:focus {
      background: #fff; }
  #bd [id$="wsPager_myPager"] .sf_PagerCurrent,
  [id$="wsPager_myPager"] .current, #bd
  .sf_pagerNumeric .sf_PagerCurrent,
  .sf_pagerNumeric .current, #bd
  #pagination .sf_PagerCurrent,
  #pagination .current {
    background: #04417c;
    color: #fff;
    cursor: default; }
    #bd [id$="wsPager_myPager"] .sf_PagerCurrent:hover, #bd [id$="wsPager_myPager"] .sf_PagerCurrent:focus,
    [id$="wsPager_myPager"] .current:hover,
    [id$="wsPager_myPager"] .current:focus, #bd
    .sf_pagerNumeric .sf_PagerCurrent:hover, #bd
    .sf_pagerNumeric .sf_PagerCurrent:focus,
    .sf_pagerNumeric .current:hover,
    .sf_pagerNumeric .current:focus, #bd
    #pagination .sf_PagerCurrent:hover, #bd
    #pagination .sf_PagerCurrent:focus,
    #pagination .current:hover,
    #pagination .current:focus {
      background: #04417c;
      color: #fff; }
  [id$="wsPager_myPager"] [id$="cmdPrev"]:before,
  .sf_pagerNumeric [id$="cmdPrev"]:before,
  #pagination [id$="cmdPrev"]:before {
    content: "< "; }
  [id$="wsPager_myPager"] [id$="cmdNext"]:after,
  .sf_pagerNumeric [id$="cmdNext"]:after,
  #pagination [id$="cmdNext"]:after {
    content: " >"; }
  [id$="wsPager_myPager"] .sf_pagerNumeric,
  .sf_pagerNumeric .sf_pagerNumeric,
  #pagination .sf_pagerNumeric {
    display: inline-block; }
    [id$="wsPager_myPager"] .sf_pagerNumeric > span,
    .sf_pagerNumeric .sf_pagerNumeric > span,
    #pagination .sf_pagerNumeric > span {
      display: none; }
  @media screen and (max-width: 767px) {
    [id$="wsPager_myPager"] [id$="cmdPrev"],
    [id$="wsPager_myPager"] [id$="cmdNext"],
    .sf_pagerNumeric [id$="cmdPrev"],
    .sf_pagerNumeric [id$="cmdNext"],
    #pagination [id$="cmdPrev"],
    #pagination [id$="cmdNext"] {
      text-indent: -9999px;
      position: relative;
      width: 7px; }
      [id$="wsPager_myPager"] [id$="cmdPrev"]:before, [id$="wsPager_myPager"] [id$="cmdPrev"]:after,
      [id$="wsPager_myPager"] [id$="cmdNext"]:before,
      [id$="wsPager_myPager"] [id$="cmdNext"]:after,
      .sf_pagerNumeric [id$="cmdPrev"]:before,
      .sf_pagerNumeric [id$="cmdPrev"]:after,
      .sf_pagerNumeric [id$="cmdNext"]:before,
      .sf_pagerNumeric [id$="cmdNext"]:after,
      #pagination [id$="cmdPrev"]:before,
      #pagination [id$="cmdPrev"]:after,
      #pagination [id$="cmdNext"]:before,
      #pagination [id$="cmdNext"]:after {
        position: absolute;
        top: 6px;
        left: 11px;
        text-indent: 0; } }

@media screen and (max-width: 1199px) {
  .YoutubeEmbed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .YoutubeEmbed iframe,
    .YoutubeEmbed object,
    .YoutubeEmbed embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.sfsearchResultsWrp {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }
  .sfsearchResultsWrp dt {
    border-top: 1px solid #ccc;
    padding-top: 15px; }
  .sfsearchResultsWrp dd {
    margin-bottom: 10px;
    margin-left: 0px; }
  .sfsearchResultsWrp .sfsearchResultTitle a {
    font-weight: 600; }
  .sfsearchResultsWrp strong {
    font-weight: 600; }
  .sfsearchResultsWrp .sfsearchResultUrl a {
    word-break: break-all; }

.cr23a_ProductsList .pageTitle {
  margin-bottom: 20px; }

.cr23b_contactLocations .product_wrapper {
  border-bottom: 1px solid #ddd;
  margin: 15px 0px;
  padding: 0 0 15px 0;
  font-size: 12px;
  min-height: 35px !important;
  overflow: hidden; }
  .cr23b_contactLocations .product_wrapper .Title span,
  .cr23b_contactLocations .product_wrapper .Address span,
  .cr23b_contactLocations .product_wrapper .Phone span {
    display: block; }
  .cr23b_contactLocations .product_wrapper .Link a {
    text-decoration: underline;
    color: #0B82A9;
    display: block;
    word-break: break-all; }
    .cr23b_contactLocations .product_wrapper .Link a:hover, .cr23b_contactLocations .product_wrapper .Link a:focus {
      color: #005099; }
  .cr23b_contactLocations .product_wrapper .product_wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    :not(.cr23b_ControlWrp) > div > .cr23b_contactLocations .product_wrapper .Title,
    :not(.cr23b_ControlWrp) > div > .cr23b_contactLocations .product_wrapper .Address,
    :not(.cr23b_ControlWrp) > div > .cr23b_contactLocations .product_wrapper .Phone {
      margin-bottom: 10px; } }
  @media screen and (max-width: 1199px) {
    :not(.cr23b_ControlWrp) > div > .cr23b_contactLocations .product_wrapper .Link {
      margin-top: 10px; } }
  @media screen and (min-width: 768px) {
    .cr23b_contactLocations .product_wrapper .Title {
      width: 150px;
      padding-right: 10px; }
    .cr23b_contactLocations .product_wrapper .Address {
      display: inline-block;
      width: 200px;
      padding-right: 10px; }
    .cr23b_contactLocations .product_wrapper .Phone {
      width: 110px;
      padding-right: 10px; }
    .cr23b_contactLocations .product_wrapper .Link {
      width: 210px; }
    .cr23b_contactLocations .product_wrapper .Title,
    .cr23b_contactLocations .product_wrapper .Address,
    .cr23b_contactLocations .product_wrapper .Phone,
    .cr23b_contactLocations .product_wrapper .Link {
      float: left;
      display: inline-block;
      min-height: auto !important; } }
  @media screen and (min-width: 1200px) {
    .cr23b_contactLocations .product_wrapper .Title {
      width: 175px; }
    .cr23b_contactLocations .product_wrapper .Address {
      display: inline-block;
      width: 250px; }
    .cr23b_contactLocations .product_wrapper .Phone {
      width: 140px; }
    .cr23b_contactLocations .product_wrapper .Link {
      width: 200px; }
    .cr23b_contactLocations .product_wrapper .Title,
    .cr23b_contactLocations .product_wrapper .Address,
    .cr23b_contactLocations .product_wrapper .Phone,
    .cr23b_contactLocations .product_wrapper .Link {
      float: left;
      display: inline-block;
      min-height: auto !important; } }

/*@import "/widgets/_blog/blog"; not on this project*/
/*------------------------------------*\
	!events

	list

	detail


\*------------------------------------*/
.event__info li {
  margin-bottom: 5px; }

/*------------------------------------*\
	!forms

	inputs
	sections
	types
	AA error
	smaller fields
	buttons
	fancy check/radio lists

	//optional import
	_custom
	_content


\*------------------------------------*/
input[type="text"],
input[type="password"],
textarea,
select {
  font-family: "Segoe UI", sans-serif;
  border: 1px solid #ccc; }

input[type="text"],
input[type="password"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 8px; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px; }

.form__section {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(179, 179, 181, 0.4); }
  .form__section:after {
    content: "";
    display: table;
    clear: both; }

.sfFormTitle,
.form__heading {
  font-family: "open sans", sans-serif; }

.form__heading--count {
  counter-increment: headings; }
  .form__heading--count:before {
    content: counter(headings) ".";
    color: #bf202f; }

.sfErrorWrp .sfTxtLbl, .sfErrorWrp
.form__label {
  color: #f00; }

.answer__error,
.sfError {
  color: red;
  font-size: 13px; }

.form__item,
.sfFormBox,
.sfFormBlock,
.sfFormRadiolist,
.sfFormCheckboxlist,
.sfFormDropdown {
  margin-bottom: 15px;
  vertical-align: top; }

.form__question,
.sfTxtLbl {
  margin-bottom: 6px;
  vertical-align: top;
  display: inline-block; }
  @media screen and (min-width: 640px) {
    .form__question,
    .sfTxtLbl {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.form__answer,
.sfFieldWrp {
  display: block;
  max-width: 460px;
  margin-bottom: 2px; }
  @media screen and (min-width: 640px) {
    .form__answer,
    .sfFieldWrp {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.form__error h2 {
  font-weight: normal;
  font-size: 14px; }

.sfSuccess,
#errorWrapDiv {
  padding: 20px 18px 18px; }

.sfSuccess {
  border: 1px solid #00cc00;
  background: #e6f9e6; }

#errorWrapDiv {
  border: 1px solid #ff0000;
  background: #fee6e6;
  margin-bottom: 20px; }

.error__list {
  margin-left: 13px; }
  .error__list a {
    color: #f00;
    text-decoration: underline; }
  .error__list strong {
    font-weight: normal; }
  .error__list li {
    position: relative;
    margin-bottom: 3px; }
  .error__list > li:before {
    color: #000;
    position: absolute;
    top: 2px;
    left: -10px;
    content: "\2022";
    font-size: 12px;
    line-height: 1em, 19px; }

.sfTxtBoxSmall .form__answer,
.sfTxtBoxSmall .sfFieldWrp,
.sfDdlSmall .form__answer,
.sfDdlSmall .sfFieldWrp,
.form__item--small .form__answer,
.form__item--small .sfFieldWrp {
  max-width: 80px; }

:not(.lt-ie9) [class*="fancy--"] input {
  position: relative;
  z-index: 5;
  margin: 0;
  opacity: 0;
  cursor: pointer; }
:not(.lt-ie9) [class*="fancy--"] label {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 15px; }
  :not(.lt-ie9) [class*="fancy--"] label:before {
    position: absolute;
    top: 0;
    left: -13px;
    z-index: 1;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #808080; }
:not(.lt-ie9) [class*="fancy--"] :checked + label:before {
  background: #bada55; }
:not(.lt-ie9) .fancy--radio label:before {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

/*------------------------------------*\
	!navi - hey! listen

	breadcrumb

	section nav

\*------------------------------------*/
.nav--horizontal .nav__item {
  display: inline-block; }

/*
	div.nav--breadcrumb--aa
		strong{You are here}

		ul
			li
				a
			li.current
				{pagename}
*/
.nav--breadcrumb--aa,
.breadcrumb {
  font-family: "Open Sans", sans-serif;
  font-size: 0.92857em;
  margin: 10px 0 0 0px; }
  .nav--breadcrumb--aa strong, .nav--breadcrumb--aa h5,
  .breadcrumb strong,
  .breadcrumb h5 {
    display: none; }
  .nav--breadcrumb--aa li,
  .breadcrumb li {
    display: inline-block;
    color: #04417c; }
    .nav--breadcrumb--aa li:after,
    .breadcrumb li:after {
      content: "";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 10px; }
  .nav--breadcrumb--aa .current,
  .breadcrumb .current {
    display: inline; }
  .nav--breadcrumb--aa .breadcrumb--current:after, .nav--breadcrumb--aa .current:after,
  .breadcrumb .breadcrumb--current:after,
  .breadcrumb .current:after {
    display: none; }
  .nav--breadcrumb--aa a,
  .breadcrumb a {
    color: #04417c; }
    .nav--breadcrumb--aa a:hover, .nav--breadcrumb--aa a:focus,
    .breadcrumb a:hover,
    .breadcrumb a:focus {
      color: #B90A1D; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .nav--breadcrumb--aa .fauxPgWidth,
    .breadcrumb .fauxPgWidth {
      padding: 0 11px; } }
  @media screen and (min-width: 1200px) {
    .nav--breadcrumb--aa .fauxPgWidth,
    .breadcrumb .fauxPgWidth {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .nav--breadcrumb--aa,
    .breadcrumb {
      margin: 0 -10px;
      padding: 5px 20px 7px;
      background: #f4f7fa; }
      .nav--breadcrumb--aa .current,
      .breadcrumb .current {
        display: none; }
      .nav--breadcrumb--aa li,
      .breadcrumb li {
        display: none; }
        .nav--breadcrumb--aa li:after,
        .breadcrumb li:after {
          content: ""; }
        .nav--breadcrumb--aa li:before,
        .breadcrumb li:before {
          content: "";
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-right: 5px; }
      .nav--breadcrumb--aa .backTo,
      .breadcrumb .backTo {
        display: block; }
      .nav--breadcrumb--aa a,
      .breadcrumb a {
        text-decoration: none; } }

/*
	.nav--section
		nav.navSectionNav
			h2.nav__title
				span.offScreen{Other pages in }
				{this section}

			ul.nav__root
				li
					a.nav__rootLink
					
					//when nested, "N" is current level
					ul.nav__nested.nav__level(N)
						li
							a.nav__subLink
*/
.nav--section {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #bf202f; }
  .nav--section h2 {
    display: none; }
  .nav--section a {
    font-family: "Asap", sans-serif;
    color: #005099;
    font-weight: 600;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc; }
  .nav--section a:hover {
    color: #D60117 !important; }
  .nav--section .nav__root > li > a {
    padding: 10px 15px 7px;
    font-size: 17px; }
  .nav--section .nav__link--current {
    background: #fcedf0;
    color: #000; }
  .nav--section .expanded {
    background: #F9D9DC;
    color: #000; }
    .nav--section .expanded > a {
      color: #000;
      font-weight: 600; }
  .nav--section .nav__nested.nav__level1 {
    background: #d9e5f1; }
  .nav--section .nav__nested > li > a {
    padding: 7px 15px 6px 30px;
    font-size: 16px; }
  .nav--section .nav__nested > li .nav__link--current {
    /*padding-left: 20px;*/ }
  .nav--section .nav__subLink {
    font-weight: 400; }
  @media screen and (max-width: 1199px) {
    .nav--section {
      margin-top: 20px;
      margin-bottom: 15px; } }

.nav__title {
  background: #bf202f;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 9px 10px 8px;
  border-bottom: 1px solid #ccc; }

.blueLayout .pagetitle {
  padding: 0 !important; }

.divProductList .pageTitle {
  padding: 0; }
.divProductList .description {
  font-size: 17px;
  line-height: 24px;
  font-face: "Open Sans", sans-serif;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .divProductList .description {
      line-height: 20px;
      font-size: 13px; } }
.divProductList li {
  clear: both;
  min-height: 135px;
  padding: 24px 0 20px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    .divProductList li {
      min-height: 63px; } }
  .divProductList li:first-child {
    padding-top: 0; }
  .divProductList li:last-of-type {
    border-bottom: none; }
  .divProductList li .imgCont .imgWrap {
    float: left;
    width: 130px;
    height: 130px;
    line-height: 127px;
    padding: 0 35px 0 25px; }
    @media (max-width: 767px) {
      .divProductList li .imgCont .imgWrap {
        width: 64px;
        padding: 0 15px 0 0;
        height: 64px;
        line-height: 61px; } }
  .divProductList li .textCont {
    height: 130px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .divProductList li .textCont {
        height: inherit; } }
    .divProductList li .textCont a.arrowedLink {
      font-family: 'Open Sans Semibold', 'Open Sans';
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      color: #01529A;
      display: inline-block;
      margin-bottom: 5px; }

.sfNavTreeviewWrp a.k-in {
  border: none;
  white-space: normal; }

.nav__toggle {
  display: block;
  background: #ffffff;
  color: #005099;
  border: none;
  width: 32px;
  line-height: 30px;
  font-size: 1.64286em;
  padding: 0;
  background: none;
  position: absolute;
  top: 10px;
  right: 5px;
  outline: none; }
  @media screen and (min-width: 768px) {
    .nav__toggle {
      display: none; } }
  .nav__toggle:hover, .nav__toggle.active {
    background: #d60117;
    color: #ffffff; }

.sf_cols.wsHeaderCols {
  position: relative; }

#hd .RadMenu_globalNav {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  color: #ffffff;
  border-left: 1px solid #dddddd; }
  #hd .RadMenu_globalNav .k-item a {
    cursor: pointer; }
  #hd .RadMenu_globalNav .fa-caret-down:before {
    content: "\f0d7"; }
  @media screen and (max-width: 767px) {
    #hd .RadMenu_globalNav {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      margin-top: 0;
      margin-right: -264px;
      width: 262px;
      background: #fff; }
      .isNavOpen #hd .RadMenu_globalNav {
        right: 0;
        margin-right: 0;
        overflow-y: scroll; }
      #hd .RadMenu_globalNav .k-item {
        position: relative;
        float: none;
        display: block;
        border-right: 0 none; }
        #hd .RadMenu_globalNav .k-item a {
          color: #005099;
          text-decoration: none;
          float: none;
          padding: 9px 16px 8px;
          cursor: pointer;
          font-size: 1em;
          border-bottom: 1px solid #dddddd; }
        #hd .RadMenu_globalNav .k-item a:hover,
        #hd .RadMenu_globalNav .k-item a:focus {
          color: #d71b1b; }
      #hd .RadMenu_globalNav .fa-caret-down {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 10px 12px 11px;
        color: #1b315a; }
        #hd .RadMenu_globalNav .fa-caret-down:hover, #hd .RadMenu_globalNav .fa-caret-down:focus {
          background: #47b0d2; }
      #hd .RadMenu_globalNav .k-animation-container {
        position: static !important;
        height: auto !important;
        width: auto !important;
        float: none;
        display: none !important;
        font-size: 0.92857em; }
        #hd .RadMenu_globalNav .k-animation-container .k-group {
          position: static !important;
          top: inherit !important;
          left: inherit !important;
          float: none;
          border: none;
          margin-left: 0px; }
          #hd .RadMenu_globalNav .k-animation-container .k-group .megaWrap .linkWrp a {
            padding: 9px 16px 8px 30px;
            display: block; }
          #hd .RadMenu_globalNav .k-animation-container .k-group .megaWrap .subMenu > ul li a {
            padding: 9px 16px 8px 42px;
            display: block;
            background: #f4f7fa; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        #hd .RadMenu_globalNav .k-animation-container .k-group .megaWrap hr {
          display: NONE; } }
  @media screen and (max-width: 767px) {
          #hd .RadMenu_globalNav .k-animation-container .k-group .k-item {
            background: #dae5f1; }
          #hd .RadMenu_globalNav .k-animation-container .k-group a {
            padding: 9px 16px 8px 30px;
            font-weight: normal; }
        #hd .RadMenu_globalNav .k-animation-container .k-link {
          width: auto !important; }
      #hd .RadMenu_globalNav .childrenDropped > a {
        background: #f9dadd; }
      #hd .RadMenu_globalNav .childrenDropped > .k-animation-container {
        display: block !important; }
        #hd .RadMenu_globalNav .childrenDropped > .k-animation-container .k-group {
          display: block !important; }
      #hd .RadMenu_globalNav .childrenDropped .fa-caret-down:before {
        content: "\f0d8"; } }
  @media screen and (min-width: 768px) {
    #hd .RadMenu_globalNav {
      border-left: 0 none; }
      #hd .RadMenu_globalNav .nav__toggle {
        display: none; }
      #hd .RadMenu_globalNav .fa-caret-down {
        display: none; }
      #hd .RadMenu_globalNav .k-item a {
        font-size: 1.28571em;
        text-decoration: none;
        color: #ffffff;
        padding: 0; }
      #hd .RadMenu_globalNav .k-menu-horizontal > .k-item {
        border-left: 1px solid #074983;
        border-right: 0;
        color: #ffffff; }
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > a {
          padding: 13px 25px 13px;
          font-size: 1.28571em;
          text-align: center;
          border-left: 1px solid #1f6daf; }
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item:last-child {
          border-right: 1px solid #074983; }
          #hd .RadMenu_globalNav .k-menu-horizontal > .k-item:last-child > a {
            border-right: 1px solid #1F6DAF; }
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item .k-icon {
          display: none; }
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > a.rmSelected {
          color: #005099; }
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > .k-state-active,
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > .rmFocused {
          color: #005099;
          background: #eeeeee; }
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > a:hover,
        #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > a:focus {
          color: #005099;
          background: #eeeeee; }
      #hd .RadMenu_globalNav .k-menu-horizontal > li > .sfSel {
        color: #005099;
        background: #eeeeee; }
      #hd .RadMenu_globalNav .k-animation-container {
        min-width: 258px;
        width: auto !important; }
        #hd .RadMenu_globalNav .k-animation-container .k-group {
          border: 1px solid #ccc; }
          #hd .RadMenu_globalNav .k-animation-container .k-group li {
            border-bottom: 1px solid #cccccc;
            min-width: 228px; }
          #hd .RadMenu_globalNav .k-animation-container .k-group a {
            background: #eeeeee;
            padding: 9px 19px 7px;
            font-size: 1em;
            color: #333333;
            font-weight: normal; }
            #hd .RadMenu_globalNav .k-animation-container .k-group a:hover, #hd .RadMenu_globalNav .k-animation-container .k-group a:focus {
              background: #d60117;
              color: #ffffff; }
        #hd .RadMenu_globalNav .k-animation-container .k-group .k-group a {
          background: #eeeeee; }
          #hd .RadMenu_globalNav .k-animation-container .k-group .k-group a:hover, #hd .RadMenu_globalNav .k-animation-container .k-group .k-group a:focus {
            background: #d60117;
            color: #ffffff; }
      #hd .RadMenu_globalNav .megaWrap {
        margin-left: 1px;
        background: #eeeeee; }
        #hd .RadMenu_globalNav .megaWrap .linkWrp {
          border-bottom: 1px solid #fff; }
          #hd .RadMenu_globalNav .megaWrap .linkWrp a {
            display: inline-block;
            background: none;
            font-size: 1.14286em;
            padding: 0;
            color: #005099; }
            #hd .RadMenu_globalNav .megaWrap .linkWrp a.industry, #hd .RadMenu_globalNav .megaWrap .linkWrp a.business {
              position: relative;
              padding-left: 56px;
              margin-bottom: 15px;
              line-height: 1.8em;
              font-weight: bold; }
              #hd .RadMenu_globalNav .megaWrap .linkWrp a.industry:before, #hd .RadMenu_globalNav .megaWrap .linkWrp a.business:before {
                content: "";
                position: absolute;
                left: 0px;
                top: 0px;
                background-image: url(/app_themes/standard/images/sprites.png);
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px; }
            #hd .RadMenu_globalNav .megaWrap .linkWrp a:hover, #hd .RadMenu_globalNav .megaWrap .linkWrp a:focus {
              background: none !important;
              color: #B90A1D !important; }
            #hd .RadMenu_globalNav .megaWrap .linkWrp a.industry:before {
              background-position: -54px 0;
              width: 36px;
              height: 36px; }
            #hd .RadMenu_globalNav .megaWrap .linkWrp a.business:before {
              background-position: -93px 0;
              width: 40px;
              height: 37px; }
        #hd .RadMenu_globalNav .megaWrap .subMenu {
          margin-top: 10px; }
          #hd .RadMenu_globalNav .megaWrap .subMenu > ul {
            overflow: hidden;
            margin: 0 -11px; }
            #hd .RadMenu_globalNav .megaWrap .subMenu > ul li {
              border-top: none;
              border-bottom: none;
              float: left; }
              #hd .RadMenu_globalNav .megaWrap .subMenu > ul li a {
                background: none;
                display: block; }
              #hd .RadMenu_globalNav .megaWrap .subMenu > ul li a:hover,
              #hd .RadMenu_globalNav .megaWrap .subMenu > ul li a:focus {
                background: #d60117;
                color: #ffffff; }
        #hd .RadMenu_globalNav .megaWrap hr {
          padding: 0 0;
          margin: 0 0;
          margin-bottom: -1px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > a {
      padding: 15px 24px;
      font-size: 1em;
      font-weight: bold; }
    #hd .RadMenu_globalNav .megaWrap {
      width: 735px;
      overflow: hidden;
      height: auto !important;
      padding: 20px 15px 25px 15px; }
      #hd .RadMenu_globalNav .megaWrap > li {
        float: left;
        width: 340px;
        border: none;
        padding-right: 0px; }
        #body #hd .RadMenu_globalNav .megaWrap > li {
          border: none; }
        #hd .RadMenu_globalNav .megaWrap > li:first-child {
          padding-right: 20px;
          border: none; }
      #hd .RadMenu_globalNav .megaWrap .linkWrp a {
        font-size: 1.14286em; }
      #hd .RadMenu_globalNav .megaWrap .subMenu > ul li {
        margin-right: 3%;
        width: 48.5%;
        min-width: inherit; }
        #hd .RadMenu_globalNav .megaWrap .subMenu > ul li:nth-child(even) {
          margin-right: 0; }
        #hd .RadMenu_globalNav .megaWrap .subMenu > ul li a {
          padding: 6px 11px;
          font-weight: normal;
          white-space: normal; } }
  #hd .RadMenu_globalNav #HeaderPlaceholder_TFCD5DE12024_ctl00_ctl00_navigationUl ul:last-child {
    border-bottom: none; }
  @media screen and (min-width: 1200px) {
    #hd .RadMenu_globalNav {
      font-weight: normal; }
      #hd .RadMenu_globalNav .k-menu-horizontal > .k-item > a {
        font-weight: bold; }
      #hd .RadMenu_globalNav .megaWrap {
        width: 1147px;
        overflow: hidden;
        padding: 23px 25px 17px 25px; }
        #hd .RadMenu_globalNav .megaWrap > li {
          float: left;
          width: 670px; }
          #body #hd .RadMenu_globalNav .megaWrap > li {
            border: none; }
          #hd .RadMenu_globalNav .megaWrap > li:first-child {
            width: 405px;
            border: none;
            padding-right: 60px; }
        #hd .RadMenu_globalNav .megaWrap .linkWrp a {
          font-size: 1.42857em; }
        #hd .RadMenu_globalNav .megaWrap .subMenu > ul li {
          margin-right: 20px;
          min-width: 180px; }
          #hd .RadMenu_globalNav .megaWrap .subMenu > ul li a {
            padding: 5px 11px 6px;
            white-space: normal; }
        #hd .RadMenu_globalNav .megaWrap > li:last-child li {
          width: 30%;
          margin-right: 3%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  body {
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
    right: 0; }
    body.isNavOpen {
      top: 0;
      margin-left: -262px;
      width: 100%; }
      body.isNavOpen .page__content a {
        cursor: default; }
      body.isNavOpen #hd .RadMenu_globalNav {
        z-index: 1000;
        right: 0;
        margin-right: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; }

  .js .RadMenu_globalNav {
    right: -262px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }
/*/
@include break($wsTablet) {
	.js .nav__toggle { 

		.buttonText { line-height: 38px; }
	}
}
    */
.k-menu .k-animation-container {
  margin-top: 0 !important; }

/*------------------------------------*\
	!news

	using .prelude

	

\*------------------------------------*/
.news .prelude__item {
  margin: 15px 0px;
  clear: both;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden; }
  .news .prelude__item .media {
    display: inline-block;
    float: left;
    margin: 0 43px 0 0; }
  .news .prelude__item .media__content header h3.prelude__title a {
    font-family: "open sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #04417c;
    text-decoration: none; }
    .news .prelude__item .media__content header h3.prelude__title a:hover, .news .prelude__item .media__content header h3.prelude__title a:focus {
      color: #B90A1D; }
  .news .prelude__item .media__content .prelude__date {
    display: block;
    margin: 10px 0;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    font-family: 'Open Sans', sans-serif; }
.news .imgWrap {
  width: 258px;
  height: 178px; }
@media screen and (min-width: 768px) {
  .news .imgWrap {
    width: 180px;
    height: 124px; }
  .news .prelude__item {
    margin: 35px 0px;
    padding-bottom: 35px; } }
@media screen and (min-width: 1200px) {
  .news .imgWrap {
    width: 258px;
    height: 178px; } }

/*
	article.news--detail
		h1.news__title.alpha

		.news__meta
			span.meta__author
			span.meta__date

		.news__summary

		.news__content.sfContentBlock

*/
.news--detail {
  margin: 0 0 20px; }
  .news--detail h1.news__title {
    font-size: 24px;
    overflow: hidden; }
  .news--detail span.meta__date {
    font-family: "open sans", sans-serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
    display: block;
    color: #333; }
  @media screen and (min-width: 768px) {
    .news--detail span.meta__date {
      margin-top: 20px; } }
  @media screen and (min-width: 1200px) {
    .news--detail h1.news__title {
      font-size: 30px; } }

.backtoNewsLink {
  color: #04417C;
  display: inline-block; }
  .backtoNewsLink:hover, .backtoNewsLink:focus {
    color: #04417C; }
  @media screen and (max-width: 767px) {
    .backtoNewsLink {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .backtoNewsLink {
      float: right;
      margin-left: 20px;
      margin-top: 4px; } }

.sfitemDetails {
  /*@include wsShadow(0px 1px 5px 1px #dddddd);
  border-top: 3px solid $darkBlueColor;
  width: 830px;
  padding:20px;
  margin: 0 0 20px 10px;*/ }
  .sfitemDetails .alpha {
    font-size: 24px; }
  .sfitemDetails span.meta__date {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #333; }
  @media screen and (min-width: 768px) {
    .sfitemDetails span.meta__date {
      margin-top: 20px; }
    .sfitemDetails .alpha {
      font-size: 30px; } }

.caseStudies-wrapper {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c;
  width: 830px;
  padding: 20px;
  margin: 0 0 20px 10px; }

.news__meta {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .news__meta {
      margin-bottom: 2em; } }

.news__summary {
  margin-bottom: 1em; }

@media (min-width: 320px) and (max-width: 767px) {
  .news .prelude__item .media {
    display: none; } }
@media (max-width: 767px) {
  .cr15_ControlWrp {
    padding: 0; } }

.page__header:before {
  content: "";
  display: block;
  /*border: 1px solid #797979;*/
  background: #d60117;
  height: 3px; }

.contact__header {
  padding: 20px 5px 0 64px;
  text-align: left;
  position: relative;
  float: right;
  font-family: "Asap", sans-serif; }
  .contact__header a {
    display: inline-block;
    color: #005099;
    text-decoration: none; }
  .contact__header .phoneNumber {
    color: #005099;
    vertical-align: top;
    line-height: 28px;
    display: inline-block; }
  .contact__header .sprite--phone {
    background-position: -1px -58px;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-image: url(/app_themes/standard/images/sprites.png);
    vertical-align: top; }
    .contact__header .sprite--phone:hover, .contact__header .sprite--phone:focus {
      opacity: 0.70;
      outline: none; }
  @media screen and (min-width: 1200px) {
    .contact__header {
      max-width: 161px; }
      .contact__header .sprite--phone {
        background-position: 0 0;
        width: 50px;
        height: 51px;
        position: absolute;
        left: 0px;
        top: 19px; }
      .contact__header .contactText {
        font-weight: bold;
        text-transform: uppercase;
        color: #8998aa;
        font-size: 0.85714em;
        display: block;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        line-height: 14px; }
      .contact__header .phoneNumber {
        font-size: 1.92857em; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .contact__header {
      padding: 26px 17px 0 0; }
      .contact__header .contactText {
        display: none; }
      .contact__header .phoneNumber {
        font-size: 1.71429em; } }
  @media screen and (max-width: 767px) {
    .contact__header {
      padding: 11px 45px 0 0;
      width: 30px;
      float: none;
      position: absolute;
      right: 0px;
      top: 0px; }
      .contact__header .contactText {
        display: none; }
      .contact__header .phoneNumber {
        display: none; } }

.logo__header {
  padding-top: 10px; }
  .logo__header a {
    display: block; }
    .logo__header a img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0deg); }
    .logo__header a:hover, .logo__header a:focus {
      filter: alpha(opacity="80");
      opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .logo__header {
      height: 51px;
      line-height: 48px;
      width: 141px;
      margin-left: 10px;
      padding-top: 7px; } }
  @media screen and (min-width: 768px) {
    .logo__header {
      width: 271px;
      padding: 17px 0 8px 10px;
      height: 71px;
      line-height: 68px; } }
  @media screen and (min-width: 1200px) {
    .logo__header {
      width: 328px;
      padding: 8px 0 8px 10px;
      height: 86px;
      line-height: 83px; } }

.headerSearchWrap .sf_cols {
  position: relative; }
@media screen and (min-width: 768px) {
  .headerSearchWrap .fauxPgWidth {
    border-right: 1px solid #1F6DAF; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #hd .headerSearchWrap .sf_2cols_1_67 {
    width: 768px !important; }
  #hd .headerSearchWrap .sf_2cols_2_33 {
    position: absolute;
    top: -45px;
    right: 10px;
    width: 222px !important; }
  #hd .sfsearchBox {
    background: #fff;
    padding: 0;
    border-left: 0; }
    #hd .sfsearchBox input[type="text"] {
      width: 190px;
      padding: 3px !important; }
    #hd .sfsearchBox .sfsearchSubmit {
      /*@include wsSprite(-36px -58px, 28px 27px, false);*/
      position: absolute;
      top: 0;
      margin-left: 2px;
      padding: 5px 6px;
      font-size: 16px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; } }
@media screen and (min-width: 1200px) {
  #hd .sfsearchBox {
    background: #005099;
    border-left: 1px solid #074983;
    border-right: 1px solid #074983;
    padding: 8px 18px 8px 11px;
    text-align: right; }
    #hd .sfsearchBox input[type="text"] {
      width: 220px; }
    #hd .sfsearchBox .sfsearchSubmit {
      font-size: 23px;
      font-weight: normal;
      padding: 5px 10px;
      /*&:hover, 
      &:focus { opacity: 0.8; }*/ } }
@media screen and (max-width: 767px) {
  #hd .sfsearchBox input[type="text"] {
    width: 100% !important;
    padding-right: 40px !important;
    border-color: #DDD !important;
    border-top: none !important;
    height: 33px; }
  #hd .sfsearchBox input[type="submit"] {
    right: 0px !important;
    position: absolute;
    top: 0px;
    padding: 9px 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

  .RadMenu_globalNav .sf_2cols_2_33 {
    width: 100%; } }
#hd .sfsearchBox {
  position: relative; }
  #hd .sfsearchBox input[type="text"] {
    border: none;
    font-size: 1em;
    font-weight: 400;
    padding: 6px 11px 7px;
    border: 1px solid #a9a9a9;
    vertical-align: top; }
  #hd .sfsearchBox input[type="submit"] {
    border: none;
    font-family: FontAwesome;
    color: #fff;
    vertical-align: top; }
  #hd .sfsearchBox .sfsearchSubmit {
    border: none;
    background: #48b0d3; }
    #hd .sfsearchBox .sfsearchSubmit:hover, #hd .sfsearchBox .sfsearchSubmit:focus {
      background: #B90A1D; }
#hd .headerSearchWrap {
  background: #005099; }
  #hd .headerSearchWrap .sf_2cols_2_33, #hd .headerSearchWrap .sf_2cols_2in_33 {
    margin-left: 0; }

#hd .headerSearchWrap {
  margin-top: 8px;
  position: relative; }
  #hd .headerSearchWrap input[type="text"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }

.page--Title h1 {
  padding-left: 20px;
  line-height: 80px;
  font-family: "Open Sans Semibold", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #044179; }
@media screen and (min-width: 1200px) {
  .page--Title h1 {
    padding-left: 8px; } }
@media (max-width: 767px) {
  .page--Title h1 {
    padding-left: 13px;
    font-size: 30px; } }

.sfNavWrp .sfSel {
  font-weight: bold !important; }

.shop-online-header {
  overflow: hidden;
  padding-top: 11px;
  display: inline-block;
  margin-right: 23px;
  vertical-align: top;
  font-family: "Asap", sans-serif; }
  .shop-online-header a {
    display: block;
    text-decoration: none;
    display: inline-block;
    float: right;
    color: #005eac;
    line-height: 1em;
    outline: none; }
    .shop-online-header a .sprite-shopOnline {
      outline: none; }
      .shop-online-header a .sprite-shopOnline:hover, .shop-online-header a .sprite-shopOnline:focus {
        opacity: 0.70; }
    .shop-online-header a:hover, .shop-online-header a:focus {
      color: #B90A1D; }
  .shop-online-header span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-size: 24px;
    line-height: 27px; }
  .shop-online-header [class*="sprite"] {
    vertical-align: middle;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .shop-online-header {
      position: absolute;
      right: 55px;
      top: 0px; } }
  @media screen and (min-width: 768px) {
    .shop-online-header {
      padding-top: 26px; } }
  @media screen and (min-width: 1200px) {
    .shop-online-header {
      padding-top: 20px; }
      .shop-online-header span {
        font-size: 20px; } }

.sprite-shopOnline {
  background-image: url(/App_Themes/Standard/images/sprites.png);
  background-position: -38px -58px;
  width: 27px;
  height: 27px;
  display: inline-block; }
  @media screen and (min-width: 1200px) {
    .sprite-shopOnline {
      background-position: -1px -89px;
      width: 50px;
      height: 50px;
      display: inline-block; } }

/*------------------------------------*\
	!flexslider

 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)

	don't change this as ALL flexsliders (yes, there could be several)
	need these settings by default. do changes back in _gallery.scss

\*------------------------------------*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0px;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-container {
  zoom: 1;
  position: relative;
  width: 940px;
  height: 346px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden; }

/* Direction Nav */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: -4px;
  right: 10px;
  text-align: center;
  background: #fff;
  padding: 3px 5px 0 5px; }

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: #666;
  background: #b6b6b6;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: #d81f2a; }

.flex-control-paging li a.flex-active {
  background: #000;
  background: #d81f2a;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* 
	Footer: Customers and Partners Images
*/
.footer-showcase {
  margin-top: 70px !important;
  background: bottom;
  background: -webkit-linear-gradient(#f3f3f3 0%, #fff 50%);
  background: -moz-linear-gradient(#f3f3f3 0%, #fff 50%);
  background: -ms-linear-gradient(#f3f3f3 0%, #fff 50%);
  background: -o-linear-gradient(#f3f3f3 0%, #fff 50%);
  background: linear-gradient(#f3f3f3 0%, #fff 50%); }
  .footer-showcase .fauxPgWidth {
    padding: 27px 10px 43px; }
    .footer-showcase .fauxPgWidth span {
      text-transform: uppercase; }
    .footer-showcase .fauxPgWidth ul {
      padding-top: 15px;
      clear: both;
      padding-left: 5px; }
      .footer-showcase .fauxPgWidth ul li {
        float: left;
        padding-right: 20px; }
        .footer-showcase .fauxPgWidth ul li:last-child {
          padding-right: 0; }
    @media screen and (min-width: 1200px) {
      .footer-showcase .fauxPgWidth {
        margin-top: 0px !important; }
        .footer-showcase .fauxPgWidth .sf_2cols_1_50 {
          width: 60%; }
        .footer-showcase .fauxPgWidth .sf_2cols_2_50 {
          width: 40%; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .footer-showcase .fauxPgWidth {
        padding: 22px 20px 32px !important; }
        .footer-showcase .fauxPgWidth .sf_2cols_1_50 {
          width: 55%; }
        .footer-showcase .fauxPgWidth .sf_2cols_2_50 {
          width: 45%; }
        .footer-showcase .fauxPgWidth ul {
          padding-top: 5px; }
          .footer-showcase .fauxPgWidth ul li {
            padding-right: 13px; } }
    @media screen and (max-width: 767px) {
      .footer-showcase .fauxPgWidth {
        padding: 22px 10px 22px !important; }
        .footer-showcase .fauxPgWidth ul {
          padding-top: 5px; }
        .footer-showcase .fauxPgWidth .sf_2cols_1_50, .footer-showcase .fauxPgWidth .sf_2cols_2_50 {
          float: none;
          width: auto; }
        .footer-showcase .fauxPgWidth .sf_2cols_2_50 {
          margin-top: 28px; }
          .footer-showcase .fauxPgWidth .sf_2cols_2_50 .sf_2cols_2in_50 {
            margin-left: 0; } }
  @media (max-width: 767px) {
    #bd .footer-showcase {
      margin-top: 30px !important;
      margin: 0 -10px;
      width: auto; } }

/* 
	Footer: Columns of Links
*/
.footer-columns-shell {
  background: #013f7a; }

.footer-columns {
  padding: 29px 10px !important;
  font-family: "Asap", sans-serif;
  min-height: 335px; }
  @media screen and (min-width: 1200px) {
    .footer-columns {
      display: -webkit-box;
      display: box;
      display: -webkit-flex;
      display: flex; } }
  .footer-columns > div > div > div {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex; }
  .footer-columns h3 a {
    padding-top: 2px;
    font-size: 19px;
    line-height: 19px;
    display: inline-block;
    padding-bottom: 12px; }
  .footer-columns a {
    font-size: 14px;
    color: white;
    text-decoration: none; }
  .footer-columns ul li {
    line-height: 26px;
    clear: both; }
  @media (max-width: 1199px) {
    .footer-columns {
      padding: 18px 27px !important; }
      .footer-columns a {
        font-size: 13px;
        line-height: 2.5em; } }
  .footer-columns .footCol1 {
    width: 100% !important; }
    @media (max-width: 1199px) {
      .footer-columns .footCol1 {
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid #285d8d; } }
    @media (min-width: 1200px) {
      .footer-columns .footCol1 {
        width: 60% !important; } }
    .footer-columns .footCol1 .footCol1a > .sf_colsIn {
      padding-right: 28px; }
    .footer-columns .footCol1 .footCol1b, .footer-columns .footCol1 .footCol1c {
      border-left: 1px solid #285d8d;
      padding-left: 28px;
      margin-right: -28px; }
      .footer-columns .footCol1 .footCol1b > .sf_colsIn, .footer-columns .footCol1 .footCol1c > .sf_colsIn {
        padding-right: 58px; }
  .footer-columns .footCol2 {
    clear: both;
    float: left;
    width: 100% !important; }
    @media screen and (min-width: 1200px) {
      .footer-columns .footCol2 {
        display: -webkit-box;
        display: box;
        display: -webkit-flex;
        display: flex; }
        .footer-columns .footCol2 > div {
          width: 100%;
          margin: 0px;
          displaY: flex; } }
    .footer-columns .footCol2 .footCol2a, .footer-columns .footCol2 .footCol2b, .footer-columns .footCol2 .footCol2c {
      border-left: 1px solid #285d8d;
      padding-left: 28px;
      margin-right: -28px; }
      .footer-columns .footCol2 .footCol2a .sf_colsIn, .footer-columns .footCol2 .footCol2b .sf_colsIn, .footer-columns .footCol2 .footCol2c .sf_colsIn {
        padding-right: 58px; }
    @media (max-width: 1199px) {
      .footer-columns .footCol2 .footCol2a {
        border: none;
        padding: 0;
        margin: 0; }
      .footer-columns .footCol2 .footCol2a, .footer-columns .footCol2 .footCol2c {
        width: 33% !important; }
      .footer-columns .footCol2 .footCol2b {
        width: 34% !important; } }
    @media (min-width: 1200px) {
      .footer-columns .footCol2 {
        clear: none;
        width: 40% !important; }
        .footer-columns .footCol2 > div .sf_cols .footCol2c {
          display: none !important; } }
  @media (max-width: 767px) {
    .footer-columns {
      display: none; } }

/* 
	Footer: Copyright and Links
*/
#ft {
  background: #003463; }

.footer-base {
  padding: 10px 10px 30px !important;
  font-family: "Asap", sans-serif;
  font-size: 12px; }
  .footer-base .sfContentBlock {
    color: #ffffff !important; }
  .footer-base a {
    color: #ffffff;
    text-decoration: none; }
  .footer-base .footer-copyright {
    float: left; }
  .footer-base .footer-websilk {
    float: right; }
  .footer-base .footer-privacy {
    float: left;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .footer-base {
      padding: 20px 30px !important; } }
  @media screen and (max-width: 767px) {
    .footer-base {
      padding: 16px 30px 25px 30px !important;
      text-align: center; }
      .footer-base .footer-copyright {
        float: none; }
      .footer-base .footer-privacy {
        float: none;
        margin-top: 12px; }
      .footer-base .footer-websilk {
        float: none;
        margin-top: 20px; }
      .footer-base .sf_2cols_1_67, .footer-base .sf_2cols_2_33 {
        float: none;
        width: auto; }
        .footer-base .sf_2cols_1_67:after, .footer-base .sf_2cols_2_33:after {
          content: "";
          display: table;
          clear: both; }
      .footer-base .sf_2cols_2_33 .sf_2cols_2in_33 {
        margin-left: 0; } }

.sfNavHorizontalWrp.footer-privacy ul.sfNavHorizontal {
  text-align: center; }
.sfNavHorizontalWrp.footer-privacy li {
  display: inline-block;
  float: none;
  vertical-align: top; }
  .sfNavHorizontalWrp.footer-privacy li:first-child:before {
    margin: 0;
    content: "";
    width: 0;
    height: 0; }
  .sfNavHorizontalWrp.footer-privacy li:before {
    content: "";
    height: 10px;
    width: 1px;
    background: #ffffff;
    display: inline-block;
    margin-left: 4px;
    margin-top: 3px;
    margin-right: 4px;
    vertical-align: top;
    float: left; }

.page__footer a:hover, .footer-columns a:hover, .page__footer a:focus, .footer-columns a:focus {
  text-decoration: underline !important;
  color: white; }

body .CR04_HomeRotator {
  margin-top: 6px; }
  body .CR04_HomeRotator .flex-direction-nav {
    display: none; }
  body .CR04_HomeRotator .readMore a {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    body .CR04_HomeRotator .carouselFlexslider {
      margin-top: 1px;
      min-width: 768px; }
      body .CR04_HomeRotator .carouselFlexslider .slides {
        font-family: "Open Sans", sans-serif; }
        body .CR04_HomeRotator .carouselFlexslider .slides li {
          background: #ececec;
          border-right: 1px solid #fff;
          position: relative;
          width: 25% !important;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; }
          body .CR04_HomeRotator .carouselFlexslider .slides li:hover, body .CR04_HomeRotator .carouselFlexslider .slides li:focus {
            cursor: pointer;
            background: #f2f2f2;
            border-bottom-color: #f2f2f2; }
          body .CR04_HomeRotator .carouselFlexslider .slides li:last-child {
            border-right: 0; }
          body .CR04_HomeRotator .carouselFlexslider .slides li:after {
            font-size: 1.5em;
            color: #abbacf;
            font-family: FontAwesome;
            content: "\f105";
            font-weight: bold;
            position: absolute;
            top: 20px;
            right: 7px; }
          body .CR04_HomeRotator .carouselFlexslider .slides li.flex-active-slide {
            background: #fff;
            border-bottom: 3px solid #d60117; }
            body .CR04_HomeRotator .carouselFlexslider .slides li.flex-active-slide:after {
              color: #005099; }
          body .CR04_HomeRotator .carouselFlexslider .slides li a {
            color: #005099;
            text-decoration: none;
            line-height: 1.2em;
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            font-weight: bold; } }
  @media screen and (min-width: 1200px) {
    body .CR04_HomeRotator .carouselFlexslider {
      width: 1200px; }
      body .CR04_HomeRotator .carouselFlexslider .slides {
        width: 100% !important; }
        body .CR04_HomeRotator .carouselFlexslider .slides li {
          padding: 5px 30px 2px 18px;
          border-bottom: 3px solid #ececec; }
          body .CR04_HomeRotator .carouselFlexslider .slides li a {
            font-size: 1.21429em;
            line-height: 22px;
            font-family: "Asap", sans-serif; }
          body .CR04_HomeRotator .carouselFlexslider .slides li .textWrap {
            height: 60px;
            line-height: 57px; }
          body .CR04_HomeRotator .carouselFlexslider .slides li:after {
            right: 15px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    body .CR04_HomeRotator .carouselFlexslider {
      width: 768px; }
      body .CR04_HomeRotator .carouselFlexslider .slides {
        width: 100% !important; }
        body .CR04_HomeRotator .carouselFlexslider .slides li {
          padding: 5px 16px 0px 8px;
          border-bottom: 3px solid #ececec; }
          body .CR04_HomeRotator .carouselFlexslider .slides li:after {
            font-size: 1.2em;
            top: 12px; }
          body .CR04_HomeRotator .carouselFlexslider .slides li a {
            font-size: 0.92857em; }
          body .CR04_HomeRotator .carouselFlexslider .slides li .textWrap {
            height: 37px;
            line-height: 34px; } }
  @media screen and (max-width: 767px) {
    body .CR04_HomeRotator .carouselFlexslider {
      margin-top: 5px; }
      body .CR04_HomeRotator .carouselFlexslider .slides {
        text-align: center;
        width: auto !important; }
        body .CR04_HomeRotator .carouselFlexslider .slides li {
          width: 10px !important;
          height: 10px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background: #999999;
          margin-right: 10px;
          display: inline-block !important;
          float: none !important;
          zoom: 1;
          cursor: pointer; }
          body .CR04_HomeRotator .carouselFlexslider .slides li .textWrap {
            display: none; }
          body .CR04_HomeRotator .carouselFlexslider .slides li.flex-active-slide {
            background: #d60117; } }
  body .CR04_HomeRotator .homeFlexslider {
    margin-bottom: 0;
    margin-top: 15px; }
    body .CR04_HomeRotator .homeFlexslider .rotator__item {
      position: relative; }
    body .CR04_HomeRotator .homeFlexslider .rotator__content {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase; }
      body .CR04_HomeRotator .homeFlexslider .rotator__content .messageType {
        color: #ffffff;
        font-weight: 600; }
      body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap {
        background: #ffffff; }
        body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .title {
          color: #02509A;
          font-weight: 600; }
        body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .description {
          text-transform: none; }
    body .CR04_HomeRotator .homeFlexslider .rotator__item {
      overflow: hidden; }
    @media screen and (max-width: 767px) {
      body .CR04_HomeRotator .homeFlexslider {
        margin: 0 -10px;
        box-shadow: 0px 2px 15px 4px #DDD; }
        body .CR04_HomeRotator .homeFlexslider .imgWrap {
          max-height: 194px; }
          body .CR04_HomeRotator .homeFlexslider .imgWrap img {
            max-height: inherit; }
        body .CR04_HomeRotator .homeFlexslider .rotator__content {
          padding: 20px 20px 25px 20px;
          border: 1px solid #ececec;
          border-bottom: none; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageType {
            display: none; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .title {
            font-size: 1.14286em; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .description {
            font-size: 13px;
            margin-top: 15px; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .readMore {
            margin-top: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      body .CR04_HomeRotator .homeFlexslider {
        width: 768px; }
        body .CR04_HomeRotator .homeFlexslider .rotator__heading {
          position: absolute;
          top: 30px;
          left: 5px; }
        body .CR04_HomeRotator .homeFlexslider .imgWrap {
          /*max-width: 100%;*/
          height: 297px;
          line-height: 294px;
          width: 768px; }
        body .CR04_HomeRotator .homeFlexslider .rotator__item {
          width: 768px !important; }
        body .CR04_HomeRotator .homeFlexslider .rotator__content {
          position: absolute;
          top: 70px;
          left: 38px;
          width: 260px; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageType {
            font-size: 1em; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap {
            width: 499px; }
            body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .title {
              font-size: 1.71429em; }
            body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .description {
              font-size: 0.92857em;
              margin-top: 15px; } }
    @media screen and (min-width: 768px) {
      body .CR04_HomeRotator .homeFlexslider {
        min-width: 768px; }
        body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap {
          padding: 15px 20px; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .title {
            line-height: 35px; } }
    @media screen and (min-width: 1200px) {
      body .CR04_HomeRotator .homeFlexslider {
        width: 1200px; }
        body .CR04_HomeRotator .homeFlexslider .rotator__content {
          position: absolute;
          top: inherit;
          bottom: 70px;
          left: 60px;
          width: 400px; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageType {
            font-size: 1.28571em; }
          body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap {
            width: 499px; }
            body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .title {
              font-size: 2.42857em; }
            body .CR04_HomeRotator .homeFlexslider .rotator__content .messageWrap .description {
              font-size: 17px;
              margin-top: 10px; }
        body .CR04_HomeRotator .homeFlexslider .rotator__text {
          font-size: 15px;
          margin-bottom: 30px; }
        body .CR04_HomeRotator .homeFlexslider .rotator__heading {
          font-size: 50px; }
        body .CR04_HomeRotator .homeFlexslider .imgWrap {
          /*max-width: 100%;*/
          height: 465px;
          line-height: 462px;
          width: 1200px; } }

.cr28_ControlWrp {
  text-align: center;
  word-break: break-word;
  font-family: "Open Sans", sans-serif; }
  .cr28_ControlWrp .headLineTitle {
    font-weight: 400;
    color: #005099; }
  .cr28_ControlWrp .headLineLink {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 13px; }
    .cr28_ControlWrp .headLineLink a {
      text-decoration: none;
      color: #B90A1D; }
      .cr28_ControlWrp .headLineLink a:hover, .cr28_ControlWrp .headLineLink a:focus {
        color: #0B82A9; }
      .cr28_ControlWrp .headLineLink a:after {
        font-family: FontAwesome;
        font-weight: bold;
        content: "\f105";
        font-size: 1.4em;
        margin-left: 10px; }
  @media screen and (min-width: 1200px) {
    .cr28_ControlWrp {
      width: 1080px;
      padding: 35px 60px 28px; }
      .cr28_ControlWrp .headLineTitle {
        font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .cr28_ControlWrp {
      padding: 24px 15px; }
      .cr28_ControlWrp .headLineTitle {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .cr28_ControlWrp {
      margin: 0 auto;
      padding: 20px 0 30px; }
      .cr28_ControlWrp .headLineTitle {
        font-size: 15px; }
      .cr28_ControlWrp .headLineLink {
        margin-top: 12px; } }

.homeGridCol {
  margin: 0; }
  @media screen and (min-width: 1200px) {
    .homeGridCol {
      margin-bottom: 48px !important; } }
  @media screen and (min-width: 768px) {
    .homeGridCol {
      margin-bottom: 38px !important; } }
  @media screen and (min-width: 1200px) {
    .homeGridCol.sf_2cols_1_75 {
      width: 864px !important;
      margin-bottom: 5px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .homeGridCol.sf_2cols_1_75 {
      width: 546px !important;
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .homeGridCol.sf_2cols_1_75 {
      width: auto !important;
      float: none;
      margin: 0 auto 25px; } }
  .homeGridCol .cr05_ControlWrp {
    -webkit-box-shadow: 0px 2px 15px 4px #dddddd;
    -moz-box-shadow: 0px 2px 15px 4px #dddddd;
    -ms-box-shadow: 0px 2px 15px 4px #dddddd;
    -o-box-shadow: 0px 2px 15px 4px #dddddd;
    box-shadow: 0px 2px 15px 4px #dddddd;
    background: #ffffff;
    max-width: 864px; }
    .homeGridCol .cr05_ControlWrp .widgetHeading {
      background: #04417c;
      padding: 13px 10px 14px 20px; }
      .homeGridCol .cr05_ControlWrp .widgetHeading h2 {
        font-size: 1.42857em;
        font-family: "Asap", sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .homeGridCol .cr05_ControlWrp .widgetHeading {
          padding: 6px 10px 7px; }
          .homeGridCol .cr05_ControlWrp .widgetHeading h2 {
            font-size: 1.14286em; } }
      @media screen and (max-width: 767px) {
        .homeGridCol .cr05_ControlWrp .widgetHeading {
          padding: 8px 10px; }
          .homeGridCol .cr05_ControlWrp .widgetHeading h2 {
            font-size: 1.14286em; } }
    .homeGridCol .cr05_ControlWrp > ul:after {
      content: "";
      display: table;
      clear: both; }
    .homeGridCol .cr05_ControlWrp > ul > li {
      float: left;
      width: 25%; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .homeGridCol .cr05_ControlWrp > ul > li {
          width: 182px; } }
      @media screen and (max-width: 767px) {
        .homeGridCol .cr05_ControlWrp > ul > li {
          width: 50%; } }
      .homeGridCol .cr05_ControlWrp > ul > li > a {
        text-decoration: none;
        color: black;
        display: block; }
        .homeGridCol .cr05_ControlWrp > ul > li > a:hover, .homeGridCol .cr05_ControlWrp > ul > li > a:focus {
          opacity: 0.85; }
        @media screen and (min-width: 1200px) {
          .homeGridCol .cr05_ControlWrp > ul > li > a .imgWrap {
            height: 100px;
            line-height: 97px;
            width: 216px; } }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .homeGridCol .cr05_ControlWrp > ul > li > a .imgWrap {
            height: 84px;
            line-height: 81px;
            width: 182px; } }
        @media screen and (max-width: 767px) {
          .homeGridCol .cr05_ControlWrp > ul > li > a .imgWrap {
            max-height: 110px; }
            .homeGridCol .cr05_ControlWrp > ul > li > a .imgWrap img {
              width: 100%; } }
        .homeGridCol .cr05_ControlWrp > ul > li > a .Title {
          text-transform: uppercase;
          text-align: center;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 0.92857em;
          font-family: "Asap", sans-serif;
          border-right: 1px solid #ccc; }
          @media screen and (min-width: 1200px) {
            .homeGridCol .cr05_ControlWrp > ul > li > a .Title {
              padding: 15px 10px; } }
          @media screen and (min-width: 768px) and (max-width: 1199px) {
            .homeGridCol .cr05_ControlWrp > ul > li > a .Title {
              font-size: 0.78571em;
              padding: 13px 8px 8px; } }
          @media screen and (max-width: 767px) {
            .homeGridCol .cr05_ControlWrp > ul > li > a .Title {
              font-size: 0.78571em;
              padding: 10px 2px; } }
      @media screen and (max-width: 767px) {
        .homeGridCol .cr05_ControlWrp > ul > li:nth-child(2n) .Title {
          border-right: none; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .homeGridCol .cr05_ControlWrp > ul > li:nth-child(3n) .Title {
          border-right: none; } }
      @media screen and (min-width: 1200px) {
        .homeGridCol .cr05_ControlWrp > ul > li:nth-child(4n) .Title {
          border-right: none; } }
  .homeGridCol .grid-links-list {
    padding: 0 10px 21px; }
    .homeGridCol .grid-links-list > li {
      text-align: center;
      margin-bottom: 9px; }
    .homeGridCol .grid-links-list a {
      text-decoration: none;
      color: #04417C;
      font-size: 13px; }
    .homeGridCol .grid-links-list a:hover,
    .homeGridCol .grid-links-list a:focus {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #bd .homeGridCol .Title {
      padding: 0 2px;
      height: 35px;
      line-height: 32px; }
      #bd .homeGridCol .Title span {
        line-height: 15px;
        display: inline-block;
        vertical-align: middle; } }

.homeGridCol-variant-b .cr05_ControlWrp > ul {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li {
    position: relative; }
    .homeGridCol-variant-b .cr05_ControlWrp > ul > li > a .Title {
      border: none; }
@media screen and (max-width: 767px) {
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li:nth-child(2n+2):before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #ccc; } }
@media screen and (max-width: 767px) and (max-width: 767px) {
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li:nth-child(3n) {
    clear: both; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li:nth-child(5n):before {
    content: none; }
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li > a .imgWrap {
    width: auto;
    height: auto;
    line-height: initial; }
    .homeGridCol-variant-b .cr05_ControlWrp > ul > li > a .imgWrap img {
      width: 100%; } }
@media screen and (min-width: 768px) {
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li {
    width: 25%; }
    .homeGridCol-variant-b .cr05_ControlWrp > ul > li:before {
      content: "";
      width: 1px;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      background-color: #ccc; }
    .homeGridCol-variant-b .cr05_ControlWrp > ul > li:first-child:before {
      content: none; } }
@media screen and (min-width: 1200px) {
  .homeGridCol-variant-b .cr05_ControlWrp > ul > li {
    width: 25%; }
    .homeGridCol-variant-b .cr05_ControlWrp > ul > li:first-child {
      border-left: 0; } }

.homeContentCol.sf_2cols_2_25 {
  float: left; }
  @media screen and (min-width: 1200px) {
    .homeContentCol.sf_2cols_2_25 {
      width: 316px !important; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .homeContentCol.sf_2cols_2_25 {
      width: 202px !important; } }
  @media screen and (max-width: 767px) {
    .homeContentCol.sf_2cols_2_25 {
      width: auto !important;
      margin: 0 auto;
      margin-top: 20px;
      float: none; }
      .homeContentCol.sf_2cols_2_25 .sf_2cols_2in_25 {
        margin-left: 0; } }
.homeContentCol .cr06_ControlWrp {
  position: relative;
  -webkit-box-shadow: 0px 2px 15px 4px #dddddd;
  -moz-box-shadow: 0px 2px 15px 4px #dddddd;
  -ms-box-shadow: 0px 2px 15px 4px #dddddd;
  -o-box-shadow: 0px 2px 15px 4px #dddddd;
  box-shadow: 0px 2px 15px 4px #dddddd;
  background: #ffffff;
  margin-bottom: 15px; }
  .homeContentCol .cr06_ControlWrp .headingWrapper {
    background: #04417c;
    padding: 13px 10px 14px 20px;
    position: relative; }
    .homeContentCol .cr06_ControlWrp .headingWrapper h2 {
      font-size: 1.42857em;
      font-family: "Asap", sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 400; }
    @media screen and (min-width: 1200px) {
      .homeContentCol .cr06_ControlWrp .headingWrapper:after {
        background-image: url(/app_themes/standard/images/u168.png);
        content: "";
        width: 69px;
        height: 69px;
        display: block;
        position: absolute;
        top: -8px;
        right: -14px; }
      .homeContentCol .cr06_ControlWrp .headingWrapper h2 {
        padding-right: 55px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .homeContentCol .cr06_ControlWrp .headingWrapper {
        padding: 6px 10px 7px; }
        .homeContentCol .cr06_ControlWrp .headingWrapper h2 {
          font-size: 1.14286em; } }
    @media screen and (max-width: 767px) {
      .homeContentCol .cr06_ControlWrp .headingWrapper {
        padding: 8px 10px; }
        .homeContentCol .cr06_ControlWrp .headingWrapper h2 {
          font-size: 1.14286em; } }
  .homeContentCol .cr06_ControlWrp .cr06_Description {
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .homeContentCol .cr06_ControlWrp .cr06_Description {
        height: 180px;
        overflow: hidden; } }
    @media screen and (min-width: 1200px) {
      .homeContentCol .cr06_ControlWrp .cr06_Description {
        height: 160px;
        overflow: hidden; } }
  .homeContentCol .cr06_ControlWrp .contentWrapper {
    font-family: "Open Sans", sans-serif; }
    .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a {
      display: block;
      position: absolute;
      bottom: 30px;
      left: 20px;
      right: 20px; }
      .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a:after {
        float: right; }
    @media screen and (min-width: 1200px) {
      .homeContentCol .cr06_ControlWrp .contentWrapper {
        padding: 22px 20px 65px; }
        .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a {
          padding: 20px 10px 24px; } }
    @media screen and (min-width: 1200px) {
      .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a {
        padding: 12px 18px; } }
    @media screen and (min-width: 768px) {
      .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a {
        padding: 10px 18px; }
        .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a:before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 12px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .homeContentCol .cr06_ControlWrp .contentWrapper {
        padding: 15px 10px 75px 10px; }
        .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a {
          left: 10px;
          right: 10px;
          bottom: 34px;
          line-height: 1.5em !important; } }
    @media screen and (max-width: 767px) {
      .homeContentCol .cr06_ControlWrp .contentWrapper {
        padding: 20px 15px 65px; }
        .homeContentCol .cr06_ControlWrp .contentWrapper .textWrap a {
          left: 15px;
          right: 15px;
          bottom: 15px; } }
    .homeContentCol .cr06_ControlWrp .contentWrapper .cr06_Title {
      font-weight: bold;
      font-size: 1.07143em; }
    .homeContentCol .cr06_ControlWrp .contentWrapper .cr06_Description {
      margin-top: 10px; }
    .homeContentCol .cr06_ControlWrp .contentWrapper .cr06_Link a {
      color: #fff;
      text-decoration: none;
      line-height: 1em;
      vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .homeContentCol .cr06_ControlWrp {
      min-height: inherit !important; } }

.servicesCol h2 {
  color: #04417c;
  font-family: "Asap", sans-serif;
  font-size: 1.57143em;
  text-transform: uppercase;
  font-weight: normal; }
.servicesCol span {
  font-size: 1em;
  line-height: 2em; }
.servicesCol .servicesWrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #f3f8fb;
  margin-top: 10px; }
  .servicesCol .servicesWrap .imgWrap {
    width: 220px;
    height: 226px;
    line-height: 223px;
    float: left;
    position: relative; }
    .servicesCol .servicesWrap .imgWrap img {
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      vertical-align: baseline; }
    @media screen and (max-width: 767px) {
      .servicesCol .servicesWrap .imgWrap {
        display: none; } }
  .servicesCol .servicesWrap ul {
    background: #f3f8fb;
    vertical-align: top;
    overflow: hidden; }
    .servicesCol .servicesWrap ul li {
      position: relative;
      list-style: none;
      font-family: "Open Sans", sans-serif;
      border-bottom: 1px solid #bbb;
      font-size: 15px;
      padding: 0 25px 0 15px; }
      .servicesCol .servicesWrap ul li a {
        color: #0B82A9;
        width: 100%;
        line-height: 44px;
        text-decoration: none;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap; }
        .servicesCol .servicesWrap ul li a:before {
          color: #3d709d;
          float: right;
          position: absolute;
          font-family: FontAwesome;
          font-weight: bold;
          font-size: 1.8em;
          top: 0;
          right: 10px;
          content: "\f105";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .servicesCol .servicesWrap ul li a:hover, .servicesCol .servicesWrap ul li a:focus {
          text-decoration: underline; }
      .servicesCol .servicesWrap ul li:last-child {
        border-bottom: none; }
@media screen and (min-width: 1200px) {
  .servicesCol.sf_2cols_1_50 {
    width: 56% !important; } }
@media screen and (max-width: 1199px) {
  .servicesCol.sf_2cols_1_50 {
    float: none;
    width: 100% !important; }
  .servicesCol h2 {
    font-size: 18px; }
  .servicesCol .servicesWrap ul li {
    font-size: 13px; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .servicesCol .servicesWrap {
    margin-bottom: 20px;
    margin-top: 7px; }
    .servicesCol .servicesWrap h2 {
      margin-left: 0; }
    .servicesCol .servicesWrap ul li {
                    /* padding: 8px 20px 8px;

					 &:first-child { padding-top: 10px; } */ } }
@media screen and (max-width: 767px) {
  .servicesCol .servicesWrap {
    margin-bottom: 29px; }
    .servicesCol .servicesWrap h2 {
      margin-left: 0; }
    .servicesCol .servicesWrap ul li {
      /* padding: 10px; */ } }

@media (max-width: 1199px) {
  .CR07_ServicesLinks {
    margin-top: 10px; } }
.newsCol {
  font-family: "Asap", sans-serif; }
  .newsCol h2 {
    color: #04417c;
    font-size: 1.57143em;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 28px; }
  .newsCol .viewAll {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    color: #B90A1D;
    line-height: 26px; }
    .newsCol .viewAll:after {
      font-family: FontAwesome;
      font-weight: bold;
      content: "\f105";
      font-size: 1.4em;
      margin-left: 10px; }
    .newsCol .viewAll:hover, .newsCol .viewAll:focus {
      color: #0B82A9; }
  @media screen and (max-width: 767px) {
    .newsCol h2 {
      margin-bottom: 6px; }
    .newsCol .viewAll {
      line-height: 25px; } }
  .newsCol.sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 0; }
  .newsCol .content_Wrapper {
    border-bottom: 1px solid #bbb;
    padding: 13px 15px 13px;
    background: #f3f8fb; }
    .newsCol .content_Wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .newsCol .content_Wrapper:last-child {
      border-bottom: none;
      padding-bottom: 15px; }
    .newsCol .content_Wrapper .date_Wrapper {
      background: #04417c;
      text-align: center;
      padding: 6px 2px;
      line-height: 18px;
      width: 44px;
      font-size: 1.14286em;
      text-transform: uppercase;
      font-weight: bold;
      color: #ffffff;
      float: left; }
    .newsCol .content_Wrapper .linkWrap {
      float: left;
      margin-left: 15px;
      min-height: 48px;
      line-height: 45px; }
      .newsCol .content_Wrapper .linkWrap a {
        text-decoration: none;
        color: #0B82A9;
        font-family: "Open Sans", sans-serif;
        line-height: 1em;
        vertical-align: middle;
        display: inline-block;
        line-height: 20px; }
        .newsCol .content_Wrapper .linkWrap a:hover, .newsCol .content_Wrapper .linkWrap a:focus {
          text-decoration: underline; }
        @media screen and (min-width: 1200px) {
          .newsCol .content_Wrapper .linkWrap a {
            display: inline-block;
            overflow: hidden;
            max-height: 40px; } }
  @media screen and (max-width: 767px) {
    .newsCol h2 {
      font-size: 1.28571em;
      margin-left: 10px;
      margin-bottom: 3px; }
    .newsCol.sf_2cols_2_50 {
      float: none;
      width: 100% !important; }
    .newsCol .linkWrap {
      width: 76%; }
      .newsCol .linkWrap a {
        font-size: 0.92857em; } }
  @media screen and (min-width: 1200px) {
    .newsCol.sf_2cols_2_50 {
      width: 42% !important; }
    .newsCol .linkWrap {
      width: 84%; }
      .newsCol .linkWrap a {
        font-size: 1.07143em; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .newsCol h2 {
      font-size: 1.28571em;
      margin-left: 10px; }
    .newsCol.sf_2cols_2_50 {
      float: none;
      width: 100% !important; }
    .newsCol .linkWrap {
      width: 84%; }
      .newsCol .linkWrap a {
        font-size: 0.92857em; } }

.cr08_ControlWrp {
  margin-bottom: 29px; }
  @media (max-width: 1199px) {
    .cr08_ControlWrp h2 {
      margin-left: 0; } }

.cr14_ControlWrp {
  position: relative;
  margin-bottom: 25px; }
  .cr14_ControlWrp .imgWrap {
    height: 350px;
    line-height: 347px; }
  .cr14_ControlWrp .landing_Page_Description {
    width: 260px;
    padding: 15px 20px;
    width: 570px;
    font-size: 2em;
    font-weight: 600;
    line-height: 35px;
    background: #ffffff;
    color: #02509A;
    font-family: "Open Sans", sans-serif; }
  @media screen and (min-width: 1200px) {
    .cr14_ControlWrp .imgWrap {
      width: 1200px; }
    .cr14_ControlWrp .landing_Page_Description {
      position: absolute;
      top: 165px;
      left: 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .cr14_ControlWrp .imgWrap {
      height: 224px;
      line-height: 221px;
      width: auto; }
    .cr14_ControlWrp .landing_Page_Description {
      position: absolute;
      bottom: 30px;
      left: 37px;
      padding: 11px 21px;
      font-size: 1.14286em;
      width: 330px;
      line-height: 22px; } }
  @media screen and (max-width: 767px) {
    .cr14_ControlWrp {
      margin: 0 -10px 18px; }
      .cr14_ControlWrp .imgWrap {
        /*@include vAlign(93px);*/
        width: auto;
        height: auto;
        line-height: inherit;
        max-height: 145px; }
        .cr14_ControlWrp .imgWrap img {
          max-height: inherit; }
      .cr14_ControlWrp .landing_Page_Description {
        padding: 15px 20px;
        font-size: 0.92857em;
        width: auto;
        line-height: 18px;
        -webkit-box-shadow: 0px 2px 10px 2px #dddddd;
        -moz-box-shadow: 0px 2px 10px 2px #dddddd;
        -ms-box-shadow: 0px 2px 10px 2px #dddddd;
        -o-box-shadow: 0px 2px 10px 2px #dddddd;
        box-shadow: 0px 2px 10px 2px #dddddd; } }

.cr15_ControlWrp.fauxPgWidth {
  padding: 0 10px; }

.cr09_ControlWrp:after {
  content: "";
  display: table;
  clear: both; }
.cr09_ControlWrp .heading {
  color: #04417c;
  font-family: "Asap", sans-serif;
  font-size: 20px; }
@media screen and (max-width: 767px) {
  .cr09_ControlWrp .imgWrap {
    height: 40px;
    line-height: 37px;
    width: 42px; }
  .cr09_ControlWrp .heading {
    font-size: 18px; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cr09_ControlWrp .imgWrap {
    height: 40px;
    line-height: 37px; }
  .sf_2cols_2_50 .cr09_ControlWrp li .imgWrap {
    width: 67px; }
  .sf_2cols_1_50 .cr09_ControlWrp li .imgWrap {
    width: 60px; } }
@media screen and (min-width: 1200px) {
  .cr09_ControlWrp .imgWrap {
    height: 45px;
    line-height: 42px;
    width: 95px; } }

.pageContent {
  margin-bottom: 20px !important;
  padding: 26px 30px !important;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c; }
  .pageContent .sfimageWrp img {
    width: 100%;
    margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .pageContent {
      padding: 23px 20px !important; } }
  @media (max-width: 767px) {
    .pageContent {
      padding: 20px 15px !important; } }

/*** LATEST NEWS ***/
.cr15_ControlWrp {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px 0 !important;
  position: relative; }
  @media (min-width: 768px) {
    .cr15_ControlWrp {
      padding: 0 10px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .cr15_ControlWrp {
      margin: 0px 0 21px 0 !important; } }
  .cr15_ControlWrp div.latest_News {
    position: relative;
    float: left;
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    background: #04417c;
    color: #fff;
    width: 170px;
    min-height: 45px;
    padding: 15px 0 0 0;
    text-align: center; }
    .cr15_ControlWrp div.latest_News h2 {
      font-size: 20px;
      font-weight: normal;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .cr15_ControlWrp div.latest_News:after, .cr15_ControlWrp .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .cr15_ControlWrp div.latest_News:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #04417c;
    border-width: 10px;
    margin-top: -10px; }
  .cr15_ControlWrp div.latest_News:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #c2e1f5;
    border-width: 36px;
    margin-top: -36px; }
  .cr15_ControlWrp .content_Wrapper {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    background: #F3F7FA;
    min-height: 60px;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .cr15_ControlWrp .content_Wrapper {
        width: 1200px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .cr15_ControlWrp .content_Wrapper {
        width: 748px; } }
    @media (max-width: 767px) {
      .cr15_ControlWrp .content_Wrapper {
        display: inherit; } }
    .cr15_ControlWrp .content_Wrapper .date_Wrapper span,
    .cr15_ControlWrp .content_Wrapper .contentLink {
      margin-left: 205px;
      max-width: 815px;
      display: inline-block;
      padding-right: 15px;
      box-sizing: border-box; }
    .cr15_ControlWrp .content_Wrapper .date_Wrapper span {
      color: #959595;
      font-size: 13px;
      font-weight: bold; }
    .cr15_ControlWrp .content_Wrapper .contentLink {
      text-decoration: none;
      color: #0B7EB5; }
      .cr15_ControlWrp .content_Wrapper .contentLink:hover, .cr15_ControlWrp .content_Wrapper .contentLink:focus {
        color: #B90A1D; }
  .cr15_ControlWrp .moreNews {
    padding: 6px 15px 6px;
    background: #48B0D3;
    float: right;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    right: 25px;
    top: 13px;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .cr15_ControlWrp .moreNews {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .cr15_ControlWrp .moreNews:after {
      content: "\f105";
      margin-left: 7px;
      font-size: 16px;
      display: inline-block;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .cr15_ControlWrp .moreNews:hover, .cr15_ControlWrp .moreNews:focus {
      background: #B90A1D; }
  @media screen and (max-width: 767px) {
    .cr15_ControlWrp {
      margin-bottom: 17px !important; } }
  @media screen and (min-width: 768px) {
    .cr15_ControlWrp div.latest_News {
      position: absolute;
      left: 10px;
      top: 0px;
      bottom: 0px; }
      .cr15_ControlWrp div.latest_News h2 {
        position: absolute;
        left: 20px; } }

/*** LATEST NEWS end***/
/*** BROWSE BY ***/
.cr16_ControlWrp {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c;
  overflow: hidden;
  font-family: "Asap", sans-serif; }
  .cr16_ControlWrp .widgetHeading h2 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    background: #04417c;
    color: #fff;
    width: auto;
    height: 41px;
    padding: 11px 0 0 20px; }
  .cr16_ControlWrp .cr16_Navgivation {
    float: left;
    margin: 22px 0;
    min-height: 140px; }
    .cr16_ControlWrp .cr16_Navgivation .navigationTitle a {
      font-weight: 600; }
    .cr16_ControlWrp .cr16_Navgivation a {
      text-decoration: none;
      color: #04417c;
      font-size: 20px;
      padding-left: 10px; }
    .cr16_ControlWrp .cr16_Navgivation a[id$="Industry"]:before {
      background-image: url(/app_themes/standard/images/sprites.png);
      background-size: 120px 115px;
      background-position: -30px 0;
      width: 26px;
      height: 26px;
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .cr16_ControlWrp .cr16_Navgivation a[id$="Business"]:before {
      background-image: url(/app_themes/standard/images/sprites.png);
      background-size: 120px 115px;
      background-position: -55px 0;
      width: 26px;
      height: 26px;
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a {
      display: inline-block;
      text-decoration: none;
      color: #005099;
      font-size: 13px;
      padding: 5px 0;
      margin: 0 0 0 45px;
      vertical-align: middle;
      background: none; }
      .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a:before {
        background-image: none;
        margin: 0;
        background-position: 0 0;
        width: 0;
        height: 0; }
    .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a:hover,
    .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a:focus {
      color: red;
      text-decoration: underline; }
  .cr16_ControlWrp .cr16_Navgivation:last-child {
    width: 66%; }
  @media screen and (max-width: 1199px) {
    .cr16_ControlWrp .cr16_Navgivation {
      margin-top: 8px;
      margin: 14px 0 27px; }
      .cr16_ControlWrp .cr16_Navgivation .navigationTitle a {
        font-size: 16px;
        font-family: "Open Sans Semibold", "Open Sans", sans-serif;
        margin-bottom: 10px;
        display: inline-block;
        padding: 0 20px;
        display: block; }
      .cr16_ControlWrp .cr16_Navgivation a:before {
        display: none !important; }
      .cr16_ControlWrp .cr16_Navgivation .content_Wrapper {
        padding: 0 0 0 20px;
        overflow: hidden;
        width: 100%; }
      .cr16_ControlWrp .cr16_Navgivation:last-child {
        width: 67%; }
        .cr16_ControlWrp .cr16_Navgivation:last-child .content_Wrapper {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          float: left; }
    .cr16_ControlWrp .widgetHeading h2 {
      font-size: 16px;
      padding: 3px 20px 7px;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .cr16_ControlWrp .cr16_Navgivation {
      float: none; }
      .cr16_ControlWrp .cr16_Navgivation .content_Wrapper {
        width: auto !important;
        float: none !important; } }
  @media screen and (min-width: 768px) {
    .cr16_ControlWrp .widgetHeading:first-child + .cr16_Navgivation {
      width: 33%; }
    .cr16_ControlWrp .cr16_Navgivation + .cr16_Navgivation .content_Wrapper {
      -webkit-columns: 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 2;
      /* Firefox */
      columns: 2; }
      .cr16_ControlWrp .cr16_Navgivation + .cr16_Navgivation .content_Wrapper a {
        float: left; } }
  @media screen and (min-width: 1200px) {
    .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a {
      font-size: 14px; } }

/*** BROWSE BY end***/
.cr17_ControlWrp {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c; }
  .cr17_ControlWrp h2 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    background: #04417c;
    color: #fff;
    padding: 6px 0 8px 20px; }
  .cr17_ControlWrp a.cr17_box_links {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-decoration: none; }
    .cr17_ControlWrp a.cr17_box_links span {
      display: inline-block;
      color: #04417c;
      padding: 4px 10px;
      overflow: hidden;
      width: 226px; }
    .cr17_ControlWrp a.cr17_box_links .imgWrap {
      width: 35px;
      height: 35px;
      line-height: 32px;
      margin: 0 0 0 25px;
      display: inline-block; }
      .cr17_ControlWrp a.cr17_box_links .imgWrap img.cr17_link_image_hover {
        display: none; }
  .cr17_ControlWrp a.cr17_box_links:hover,
  .cr17_ControlWrp a.cr17_box_links:focus {
    background: #FBEEF0; }
    .cr17_ControlWrp a.cr17_box_links:hover img.cr17_link_image,
    .cr17_ControlWrp a.cr17_box_links:focus img.cr17_link_image {
      display: none; }
    .cr17_ControlWrp a.cr17_box_links:hover img.cr17_link_image_hover,
    .cr17_ControlWrp a.cr17_box_links:focus img.cr17_link_image_hover {
      display: inherit; }
    .cr17_ControlWrp a.cr17_box_links:hover span,
    .cr17_ControlWrp a.cr17_box_links:focus span {
      color: #B8091B; }
  .cr17_ControlWrp a.cr17_box_links:last-child {
    border-bottom: none; }
  .cr17_ControlWrp .cr17_box_links {
    line-height: 42px;
    padding: 5px 0; }
    .cr17_ControlWrp .cr17_box_links .imgWrap {
      width: 35px;
      height: 40px;
      line-height: 37px;
      margin: 0 0 0 10px !important;
      vertical-align: middle; }
    .cr17_ControlWrp .cr17_box_links span {
      width: 115px;
      line-height: 1em;
      vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .cr17_ControlWrp a.cr17_box_links span {
      width: 125px; }
    .cr17_ControlWrp a.cr17_box_links .imgWrap {
      width: 35px;
      height: 40px;
      line-height: 37px; } }
  @media screen and (min-width: 1200px) {
    .cr17_ControlWrp a.cr17_box_links {
      line-height: 70px;
      padding: 5px 0; }
      .cr17_ControlWrp a.cr17_box_links span {
        width: 167px;
        font-size: 18px; }
      .cr17_ControlWrp a.cr17_box_links .imgWrap {
        margin-left: 10px !important;
        width: 88px;
        height: 48px;
        line-height: 45px; } }
  @media screen and (max-width: 767px) {
    .cr17_ControlWrp h2 {
      font-size: 16px;
      padding: 1px 10px 3px 10px; }
    .cr17_ControlWrp a.cr17_box_links {
      position: relative;
      min-height: 41px;
      line-height: 38px;
      padding-left: 57px;
      width: auto; }
      .cr17_ControlWrp a.cr17_box_links span {
        width: auto;
        display: inline-block;
        vertical-align: middle; }
      .cr17_ControlWrp a.cr17_box_links .imgWrap {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media (min-width: 768px) and (max-width: 1199px) {
  .cr15_ControlWrp div.latest_News {
    min-height: 46px; }
  .cr15_ControlWrp .content_Wrapper .contentLink {
    font-size: 13px;
    width: 390px;
    display: inline-block; }

  .cr16_ControlWrp {
    margin-bottom: 20px; }
    .cr16_ControlWrp .cr16_Navgivation {
      margin-right: 0; }
      .cr16_ControlWrp .cr16_Navgivation a#MainContentPlaceholder_TBDC73B76009_hl_Industry:before {
        background-image: none;
        width: 8px;
        margin-right: 0; }
      .cr16_ControlWrp .cr16_Navgivation a#MainContentPlaceholder_TBDC73B76009_hl_Business:before {
        background-image: none;
        width: 8px;
        margin-right: 0; }
      .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a {
        margin: 0; }
    .cr16_ControlWrp .cr16_Navgivation:last-child {
      width: 355px;
      margin-left: 0; }

  .cr17_ControlWrp h2 {
    width: 89.5%;
    height: 23px;
    font-size: 14px;
    padding: 3px 0 0 20px; }

  a.cr17_box_links {
    padding: 5px 0;
    min-height: 41px !important; }
    a.cr17_box_links span {
      margin: 0 0 0 0 !important;
      font-size: 14px !important; } }
@media screen and (max-width: 767px) {
  .cr15_ControlWrp {
    width: 100%; }
    .cr15_ControlWrp div.latest_News {
      width: 100%;
      padding: 0 !important;
      text-align: left; }
      .cr15_ControlWrp div.latest_News h2 {
        padding: 9px 20px 8px;
        font-size: 16px; }
    .cr15_ControlWrp .date_Wrapper {
      margin-bottom: 7px; }
    .cr15_ControlWrp div.latest_News:after, .cr15_ControlWrp .arrow_box:before {
      display: none; }
    .cr15_ControlWrp .content_Wrapper {
      clear: both;
      padding: 10px 20px 20px; }
      .cr15_ControlWrp .content_Wrapper .date_Wrapper span {
        margin: 0px; }
      .cr15_ControlWrp .content_Wrapper .contentLink {
        display: block;
        margin: 0 0 16px; }
    .cr15_ControlWrp .moreNews {
      clear: both !important;
      float: none;
      margin: 0 15px 0 0px;
      width: auto; }

  .cr16_ControlWrp {
    /*@media (orientation:landscape ) { width:460px; }*/
    margin-top: 20px;
    margin-bottom: 20px; }
    .cr16_ControlWrp .cr16_Navgivation {
      margin-right: 0; }
      .cr16_ControlWrp .cr16_Navgivation .content_Wrapper a {
        margin: 0; }
    .cr16_ControlWrp .content_Wrapper {
      overflow: hidden; }
    .cr16_ControlWrp .cr16_Navgivation:last-child {
      width: auto; }

  .sf_2cols_2_33 {
    float: inherit !important;
    padding: 0; }
    .sf_2cols_2_33 .cr17_ControlWrp {
      clear: both;
      margin: auto;
      padding: 0;
      float: none;
      /*
      @media (orientation:landscape){ width:460px!important; }
      h2 {
      	@media (orientation:landscape){ width:95.7%; } 
      }
      */ } }
.cr18_ControlWrp {
  margin: 0 0 20px; }
  .cr18_ControlWrp:not(.sfitemsList) {
    -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
    -moz-box-shadow: 0px 1px 5px 1px #dddddd;
    -ms-box-shadow: 0px 1px 5px 1px #dddddd;
    -o-box-shadow: 0px 1px 5px 1px #dddddd;
    box-shadow: 0px 1px 5px 1px #dddddd;
    padding: 0 0 20px 0;
    padding: 0 30px 26px; }
  .cr18_ControlWrp > ul > li,
  .cr18_ControlWrp .prelude__item {
    border-top: 1px solid #ccc;
    padding-bottom: 25px;
    padding-top: 25px;
    overflow: hidden; }
    .cr18_ControlWrp > ul > li:first-child,
    .cr18_ControlWrp .prelude__item:first-child {
      border-top: none;
      /*padding-top: 10px!important;*/ }
    .cr18_ControlWrp > ul > li:last-child,
    .cr18_ControlWrp .prelude__item:last-child {
      border-bottom: none;
      margin-bottom: -20px; }
  .cr18_ControlWrp .widgetHeading {
    background: #04417c;
    margin: 0 -30px;
    position: relative; }
    .cr18_ControlWrp .widgetHeading h2 {
      font-family: "Asap", sans-serif;
      font-weight: normal;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      padding: 11px 20px 13px; }
  .cr18_ControlWrp .title,
  .cr18_ControlWrp .sfitemTitle {
    margin: 0 0 10px; }
    .cr18_ControlWrp .title > a,
    .cr18_ControlWrp .sfitemTitle > a {
      font-family: "open sans", sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #04417c;
      text-decoration: none; }
      .cr18_ControlWrp .title > a:hover, .cr18_ControlWrp .title > a:focus,
      .cr18_ControlWrp .sfitemTitle > a:hover,
      .cr18_ControlWrp .sfitemTitle > a:focus {
        color: #B90A1D; }
  .cr18_ControlWrp span {
    margin: 10px 0;
    display: table; }
  .cr18_ControlWrp span.dateWrapper > span {
    display: block;
    font-weight: bold;
    margin: 0;
    color: #333;
    font-size: 12px; }
  .cr18_ControlWrp .solutionItem--button {
    display: inline-block;
    background: #48B0D3;
    padding: 7px 30px 6px 15px;
    margin: 10px 0 0 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    .cr18_ControlWrp .solutionItem--button:hover, .cr18_ControlWrp .solutionItem--button:focus {
      background: #B90A1D; }
  .cr18_ControlWrp .solutionItem--button:before {
    content: "\f105";
    margin-left: 22px;
    font-size: 16px;
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: right; }
  .cr18_ControlWrp .imgWrap {
    float: left;
    margin-right: 38px;
    width: 260px; }
  .cr18_ControlWrp .solutionMedia,
  .cr18_ControlWrp .media__content {
    overflow: hidden; }
  .cr18_ControlWrp .media {
    float: left; }
  @media screen and (min-width: 1200px) {
    .cr18_ControlWrp > ul > li:first-child,
    .cr18_ControlWrp .prelude__item:first-child {
      padding-top: 36px !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .cr18_ControlWrp {
    padding: 0 0 0px; }
    .cr18_ControlWrp:not(.sfitemsList) {
      padding: 0 20px 26px; }
    .cr18_ControlWrp > ul > li,
    .cr18_ControlWrp .prelude__item {
      padding-bottom: 25px;
      padding-top: 18px; }
    .cr18_ControlWrp .imgWrap {
      width: 149px;
      height: 96px;
      margin-right: 20px; }
    .cr18_ControlWrp .widgetHeading {
      margin: 0 -20px; }
      .cr18_ControlWrp .widgetHeading h2 {
        font-size: 16px;
        padding: 6px 20px 7px; }
    .cr18_ControlWrp .title,
    .cr18_ControlWrp .sfitemTitle {
      margin: 10px 0; }
    .cr18_ControlWrp .solutionItem--button {
      font-size: 14px;
      line-height: normal; } }
@media screen and (max-width: 767px) {
  .cr18_ControlWrp {
    margin: 0 0px;
    padding: 0 0 0px; }
    .cr18_ControlWrp ul {
      margin: 0 10px; }
    .cr18_ControlWrp ul > li:first-child {
      padding-top: 15px; }
    .cr18_ControlWrp:not(.sfitemsList) {
      padding: 0 10px 26px; }
    .cr18_ControlWrp .widgetHeading {
      margin: 0 -10px; }
      .cr18_ControlWrp .widgetHeading h2 {
        padding: 6px 20px 7px;
        font-size: 16px; }
    .cr18_ControlWrp .imgWrap {
      float: none;
      margin: 0;
      width: auto;
      height: auto;
      max-height: 270px;
      display: none; }
    .cr18_ControlWrp .imgWrap img {
      max-height: inherit; }
    .cr18_ControlWrp .title {
      margin: 0 0 10px; }
    .cr18_ControlWrp span {
      margin: 10px 0; }
    .cr18_ControlWrp > a {
      margin: 10px 0; }
    .cr18_ControlWrp .solutionItem--button {
      font-size: 14px;
      line-height: normal; } }
.cr19_ControlWrp {
  margin: 20px 0 20px 0;
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c; }
  .cr19_ControlWrp .widgetHeading h2 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    background: #04417c;
    color: #fff;
    padding: 7px 20px 10px; }
  .cr19_ControlWrp .caseStudy_titleDesc {
    padding: 16px 20px 20px; }
    .cr19_ControlWrp .caseStudy_titleDesc .title {
      margin-bottom: 3px; }
    .cr19_ControlWrp .caseStudy_titleDesc .title a {
      text-decoration: none;
      color: #04417c;
      font-size: 18px; }
      .cr19_ControlWrp .caseStudy_titleDesc .title a:hover, .cr19_ControlWrp .caseStudy_titleDesc .title a:focus {
        color: #B90A1D; }
    .cr19_ControlWrp .caseStudy_titleDesc span {
      font-size: 14px; }
  .cr19_ControlWrp > a {
    display: block; }
    .cr19_ControlWrp > a:hover, .cr19_ControlWrp > a:focus {
      opacity: 0.8; }
  @media screen and (min-width: 768px) {
    .cr19_ControlWrp .imgWrap {
      height: 90px;
      line-height: 87px; } }
  @media screen and (min-width: 1200px) {
    .cr19_ControlWrp .imgWrap {
      height: 142px;
      line-height: 139px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .cr19_ControlWrp {
    margin: 10px 0; }
    .cr19_ControlWrp .widgetHeading h2 {
      font-size: 14px;
      padding: 2px 20px 4px; }
    .cr19_ControlWrp .caseStudy_titleDesc {
      padding: 16px 12px 20px; } }
@media screen and (max-width: 767px) {
  .cr19_ControlWrp {
    clear: both;
    margin: 20px auto 20px auto;
    padding: 0; }
    .cr19_ControlWrp .widgetHeading h2 {
      padding: 3px 10px 7px;
      width: auto;
      font-size: 16px; }
    .cr19_ControlWrp .imgWrap {
      max-height: 227px; }
      .cr19_ControlWrp .imgWrap img {
        max-height: inherit; }
    .cr19_ControlWrp .caseStudy_titleDesc {
      padding: 16px 10px 20px; } }
.prod_wrapper, .divProductList {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c;
  padding: 19px 31px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .prod_wrapper, .divProductList {
      padding: 14px 21px; } }
  .prod_wrapper h2, .divProductList h2 {
    font-size: 30px;
    color: #003463;
    font-weight: 600; }

@media (max-width: 767px) {
  .prod_wrapper {
    padding: 14px 21px; } }

.sf_colsOut.productMainCol .product_wrapper {
  display: table;
  padding: 27px 0 30px 0;
  border-bottom: 1px solid #ddd;
  width: 100%; }
  @media (max-width: 767px) {
    .sf_colsOut.productMainCol .product_wrapper {
      padding: 14px 0; } }
  .sf_colsOut.productMainCol .product_wrapper .imgWrap {
    display: inline-block;
    float: left;
    width: 211px;
    height: 190px;
    line-height: 187px;
    margin: 0 45px 0 15px; }
    @media (max-width: 767px) {
      .sf_colsOut.productMainCol .product_wrapper .imgWrap {
        width: 64px;
        height: 64px;
        line-height: 59px;
        margin: 0 15px 0 0; } }
  .sf_colsOut.productMainCol .product_wrapper .Title {
    color: #044179;
    font-weight: 600;
    font-family: "open sans", sans-serif; }
  .sf_colsOut.productMainCol .product_wrapper .imgWrap a {
    display: block; }
  .sf_colsOut.productMainCol .product_wrapper .prod_titleDesc {
    overflow: hidden; }
    .sf_colsOut.productMainCol .product_wrapper .prod_titleDesc .Title {
      padding-top: 30px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .sf_colsOut.productMainCol .product_wrapper .prod_titleDesc .Title {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        .sf_colsOut.productMainCol .product_wrapper .prod_titleDesc .Title {
          padding-top: 0px; } }
      .sf_colsOut.productMainCol .product_wrapper .prod_titleDesc .Title a {
        text-decoration: none;
        font-size: 18px;
        color: #003463;
        display: block;
        margin: 0 0 10px 0; }
.sf_colsOut.productMainCol .product_wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }
@media screen and (min-width: 768px) {
  .sf_colsOut.productMainCol > .sf_colsIn {
    margin-left: 19px; } }

.imgBrochure {
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .imgBrochure {
      float: left;
      display: inline-block;
      margin-bottom: 40px; } }

.prodInformation {
  vertical-align: top; }
  .prodInformation > ul {
    display: block;
    border: 1px solid white;
    clear: both; }
    .prodInformation > ul li {
      display: inline-block;
      float: left;
      clear: initial !important;
      margin: 0 5px 5px 0; }
      .prodInformation > ul li div.subTitle {
        border: 1px solid #ddd;
        padding: 3px 6px;
        min-width: 50px; }
  .prodInformation > span {
    clear: both;
    float: left; }
  @media screen and (min-width: 768px) {
    .prodInformation {
      overflow: hidden; } }

.prodDetail {
  overflow: auto;
  position: relative;
  padding: 19px 19px 5px;
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c;
  color: #333; }
  .prodDetail ul li {
    clear: both; }
  .prodDetail h1,
  .prodDetail h3 {
    font-family: "Open Sans Semibold", "Open Sans", sans-serif; }
  .prodDetail h1.heading {
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    color: #003463;
    margin-bottom: 12px;
    clear: both;
    line-height: 1em; }
  .prodDetail h3.subTitle {
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    color: #044179;
    margin-bottom: 18px; }
  .prodDetail .prodImgLink .imgWrap {
    border: 1px solid #ccc;
    float: left;
    margin-right: 27px;
    margin-bottom: 10px;
    width: 285px;
    height: 285px;
    line-height: 280px; }
  .prodDetail .prodImgLink a {
    display: inline-block;
    background: #47b0d2;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 7px 25px 7px 10px;
    margin: 10px 0;
    position: relative; }
    .prodDetail .prodImgLink a:after {
      content: "\f054";
      font-family: 'FontAwesome Regular', 'FontAwesome';
      font-size: 12px;
      color: #FFF;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .prodDetail .prodImgLink a:hover, .prodDetail .prodImgLink a:focus {
      text-decoration: none !important;
      background: #B90A1D; }
  @media screen and (min-width: 768px) {
    .prodDetail .prodImgLink {
      display: table;
      width: 310px;
      float: left; }
      .prodDetail .prodImgLink a {
        max-width: 252px; } }
  .prodDetail p {
    display: inline-block;
    float: left;
    clear: both;
    font-size: 13px; }
  .prodDetail span.sfContentBlock {
    color: #04417c;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "open sans", sans-serif; }
  .prodDetail .tabWrapper {
    clear: both;
    min-height: 250px;
    margin: 20px -19px 0px -19px; }
    .prodDetail .tabWrapper .cr23b_ControlWrp {
      overflow: hidden;
      clear: both; }
      @media (max-width: 767px) {
        .prodDetail .tabWrapper .cr23b_ControlWrp {
          padding: 10px; } }
      .prodDetail .tabWrapper .cr23b_ControlWrp:not(.sfContentBlock) ul {
        margin: 0; }
    .prodDetail .tabWrapper .rtsLevel a:hover,
    .prodDetail .tabWrapper .rtsLevel a:focus {
      text-decoration: none !important;
      background: #B90A1D; }
    .prodDetail .tabWrapper .rtsLevel ul.rtsUL {
      margin: 0px 0px 0px -1px;
      position: relative;
      z-index: 1; }
      .prodDetail .tabWrapper .rtsLevel ul.rtsUL li {
        clear: none; }
      .prodDetail .tabWrapper .rtsLevel ul.rtsUL li.rtsLI a.rtsSelected {
        color: #044179;
        background: #fff;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #fff;
        height: 23px;
        position: relative;
        z-index: 2;
        cursor: default; }
      .prodDetail .tabWrapper .rtsLevel ul.rtsUL li.rtsLI a.rtsLink {
        padding: 7px 25px;
        font-size: 13px !important; }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .prodDetail .tabWrapper .rtsLevel ul.rtsUL li.rtsLI a.rtsLink {
            padding: 7px 13px; } }
      .prodDetail .tabWrapper .rtsLevel ul.rtsUL li:first-child {
        margin-left: 19px; }
    .prodDetail .tabWrapper .multiPage {
      margin-top: -1px;
      border-top: 1px solid #ddd;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .prodDetail .tabWrapper .multiPage {
          padding: 10px 19px; } }
      .prodDetail .tabWrapper .multiPage .accordion-wrapper {
        margin: 20px 3px 0 3px;
        overflow: hidden;
        /*display:table!important;*/ }
        @media screen and (min-width: 768px) {
          .prodDetail .tabWrapper .multiPage .accordion-wrapper {
            margin-top: 10px; } }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .supportDocs_wrap {
          padding: 15px 0;
          clear: both;
          border-bottom: 1px solid #ddd;
          font-family: "open sans", sans-serif;
          padding-left: 35px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .supportDocs_wrap:last-of-type {
            border-bottom: none; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .supportDocs_wrap a.DocumentLink {
            padding: 0 10px 0 0;
            text-decoration: none;
            color: #005099;
            font-weight: 600;
            word-break: break-all;
            position: relative; }
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .supportDocs_wrap a.DocumentLink:before {
              content: "";
              background: url("/app_themes/standard/images/u203.png") no-repeat;
              display: block;
              position: absolute;
              left: -30px;
              top: 0px;
              width: 21px;
              height: 21px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .supportDocs_wrap span {
            font-size: 13px; }
          @media screen and (max-width: 767px) {
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .supportDocs_wrap:first-child {
              padding-top: 5px; } }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp h1 {
          color: #04417c;
          font-weight: 600;
          font-family: "Open Sans Semibold", "Open Sans", sans-serif;
          font-size: 18px; }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp [id*="OfficeHeading"] h1 {
          margin-bottom: 28px; }
          @media screen and (max-width: 767px) {
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp [id*="OfficeHeading"] h1 {
              margin-bottom: 0; } }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper {
          width: 100%;
          padding: 0px 0 12px 0 !important;
          margin-bottom: 29px !important; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper span {
            display: inline-block;
            float: left;
            margin: 0 20px 0 0;
            width: 430px;
            color: #044179;
            font-weight: 600;
            font-size: 14px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper .imgWrap {
            display: inline-block;
            vertical-align: top;
            margin: 0 35px 0 0;
            width: 160px;
            height: 40px;
            line-height: 37px;
            text-align: right; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a {
            float: right;
            display: inline-block;
            background: #47b0d2;
            text-decoration: none;
            text-transform: uppercase;
            text-align: center;
            font-weight: bold;
            color: #fff;
            padding: 6px 15px;
            margin: 0;
            font-size: 16px;
            font-family: 'asap', sans-serif; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a:before {
            content: "\f105";
            display: inline-block;
            font-family: FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            margin-left: 10px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a:hover,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a:focus {
            text-decoration: none !important;
            background: #B90A1D; }
          @media screen and (min-width: 768px) and (max-width: 1199px) {
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper span {
              width: 320px; } }
          @media screen and (max-width: 767px) {
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper {
              margin-bottom: 15px !important; }
              .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper span {
                width: auto; }
              .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper .imgWrap {
                width: auto;
                display: block;
                float: none;
                text-align: left;
                margin-right: 0; }
              .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a {
                float: none; } }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper {
          border-bottom: 1px solid #ddd;
          margin: 0 0 15px;
          padding: 0 0 15px 0;
          font-size: 12px;
          min-height: 35px !important; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Title span,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Address span,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Phone span {
            display: block; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Link {
            margin: 0; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Link a {
            text-decoration: underline;
            color: #0B82A9;
            display: block;
            word-break: break-all; }
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Link a:hover, .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Link a:focus {
              color: #005099; }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        @media screen and (min-width: 768px) {
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Title {
            width: 150px;
            padding-right: 10px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Address {
            display: inline-block;
            width: 200px;
            padding-right: 10px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Phone {
            width: 110px;
            padding-right: 10px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Link {
            width: 210px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Title,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Address,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Phone,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Link {
            float: left;
            display: inline-block;
            min-height: auto !important; } }
        @media screen and (min-width: 1200px) {
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Title {
            width: 175px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Address {
            display: inline-block;
            width: 250px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Phone {
            width: 150px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Link {
            width: 200px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Title,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Address,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Phone,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .Link {
            float: left;
            display: inline-block;
            min-height: auto !important; } }
  .prodDetail .accordion-wrapper {
    margin: 20px 0 0 19px; }
    .prodDetail .accordion-wrapper .seriesRange_wrapper:nth-child(odd) {
      margin-right: 0 !important; }
    .prodDetail .accordion-wrapper .seriesRange_wrapper {
      display: inline-block;
      float: left;
      width: 25%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .prodDetail .accordion-wrapper .seriesRange_wrapper:nth-child(4n+5) {
        clear: left; }
      .prodDetail .accordion-wrapper .seriesRange_wrapper .imgWrap {
        width: 180px;
        hieght: 180x;
        line-height: 175px;
        border: 1px solid #ddd;
        margin: 0 auto 5px; }
        @media screen and (min-width: 768px) {
          .prodDetail .accordion-wrapper .seriesRange_wrapper .imgWrap {
            width: 155px;
            height: 155px;
            line-height: 150px; } }
        @media screen and (min-width: 1200px) {
          .prodDetail .accordion-wrapper .seriesRange_wrapper .imgWrap {
            width: 180px;
            height: 180px;
            line-height: 175px; } }
      .prodDetail .accordion-wrapper .seriesRange_wrapper span {
        color: #04417c;
        font-size: 13px;
        display: inline-block;
        margin: 4px 0 15px 0;
        font-weight: 600; }
      .prodDetail .accordion-wrapper .seriesRange_wrapper div.description {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        margin: 0 0 15px 0;
        color: #000; }
    .prodDetail .accordion-wrapper .seriesRange_wrapper:last-child {
      margin-right: 0; }
    .prodDetail .accordion-wrapper .seriesRange_titleDesc {
      padding: 0 19px; }
      @media screen and (max-width: 767px) {
        .prodDetail .accordion-wrapper .seriesRange_titleDesc {
          padding: 0 0 0 11px; } }

.productTags {
  overflow: hidden; }
  .productTags li {
    clear: none !important; }

.prodRelated {
  display: table;
  width: 100%;
  margin: 20px 0 0 0;
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c; }
  .prodRelated h1 {
    background: #05417D;
    color: #fff;
    padding: 8px 0 8px 15px;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase; }
  .prodRelated .seriesRange_wrapper {
    float: left;
    margin: 13px 0 20px 17px; }
    @media screen and (min-width: 768px) {
      .prodRelated .seriesRange_wrapper {
        width: 155px; }
        .prodRelated .seriesRange_wrapper ~ .seriesRange_wrapper {
          margin-left: 30px; } }
    @media screen and (min-width: 1200px) {
      .prodRelated .seriesRange_wrapper {
        margin: 20px 0 20px 19px;
        width: 180px; }
        .prodRelated .seriesRange_wrapper ~ .seriesRange_wrapper {
          margin-left: 34px; } }
    .prodRelated .seriesRange_wrapper a {
      text-decoration: none;
      color: #04417c; }
      .prodRelated .seriesRange_wrapper a .imgWrap {
        display: inline-block;
        float: left;
        border: 1px solid #ddd;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          .prodRelated .seriesRange_wrapper a .imgWrap {
            width: 155px;
            height: 155px;
            line-height: 150px;
            margin-bottom: 5px; } }
        @media screen and (min-width: 1200px) {
          .prodRelated .seriesRange_wrapper a .imgWrap {
            width: 180px;
            height: 180px;
            line-height: 175px; } }
      .prodRelated .seriesRange_wrapper a span {
        display: block;
        clear: both;
        font-weight: 600;
        font-size: 13px; }
        @media screen and (min-width: 768px) {
          .prodRelated .seriesRange_wrapper a span {
            max-width: 182px; } }
    .prodRelated .seriesRange_wrapper a:hover,
    .prodRelated .seriesRange_wrapper a:focus {
      text-decoration: none !important; }
      .prodRelated .seriesRange_wrapper a:hover .imgWrap,
      .prodRelated .seriesRange_wrapper a:focus .imgWrap {
        border: 1px solid red; }
      .prodRelated .seriesRange_wrapper a:hover span,
      .prodRelated .seriesRange_wrapper a:focus span {
        color: red;
        text-decoration: none; }

/***************************
****************************
MOBILE
****************************
***************************/
@media screen and (max-width: 767px) {
  .LargerImageSize {
    display: table-cell;
    vertical-align: middle;
    width: 64px; }

  .productMainCol {
    width: auto !important;
    position: relative;
    left: inherit; }

  .page--Title h1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 19px;
    margin-bottom: 20px; }

  .prod_wrapper, .divProductList {
    width: auto !important;
    position: relative;
    margin-bottom: 35px !important; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .prod_wrapper, .divProductList {
      width: 90% !important; } }
@media screen and (max-width: 767px) {
    .prod_wrapper h2, .divProductList h2 {
      font-size: 20px; }
    .prod_wrapper p, .divProductList p {
      font-size: 13px; }

  .productMainCol {
    width: auto !important;
    float: none !important; }
    .productMainCol .product_wrapper {
      display: table;
      padding: 15px 0 15px 0;
      border-bottom: 1px solid #ddd;
      width: 100%; }
      .productMainCol .product_wrapper .imgWrap {
        display: inline-block;
        float: left;
        width: 20%;
        margin: 0 0 0 10px; }
      .productMainCol .product_wrapper .LargerImageSize + .prod_titleDesc {
        float: inherit;
        display: table-cell;
        vertical-align: middle; }
      .productMainCol .product_wrapper .prod_titleDesc {
        display: inline-block;
        float: left;
        margin: 0 10px 0 10px; }
        .productMainCol .product_wrapper .prod_titleDesc .Title a {
          text-decoration: none;
          font-size: 15px;
          color: #003463;
          display: block;
          margin: 10px 0 10px 0; }
        .productMainCol .product_wrapper .prod_titleDesc p {
          display: none; }
    .productMainCol .product_wrapper:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

  .prodDetail {
    padding: 15px; }
    .prodDetail > h1.heading {
      font-size: 20px;
      margin-bottom: 16px; }
    .prodDetail > h3 {
      font-size: 16px !important;
      margin-bottom: 25px !important; }
    .prodDetail img {
      /*width:100%;*/ }
    .prodDetail .prodImgLink {
      width: 100%; }
      .prodDetail .prodImgLink .imgWrap {
        width: 90%;
        padding: 5%; }
      .prodDetail .prodImgLink > a {
        margin-bottom: 15px; }
    .prodDetail ul {
      width: 100%;
      margin-bottom: 15px; }
    .prodDetail .sfContentBlock ul {
      width: auto; }
    .prodDetail .tabWrapper {
      width: 100%;
      min-height: 100px;
      margin: 10px 0 0 0;
      padding: 0; }
      .prodDetail .tabWrapper .multiPage {
        padding: 0;
        border-top: none;
        margin-top: 0; }
        .prodDetail .tabWrapper .multiPage .accordion-wrapper {
          border-top: 1px solid transparent;
          border-left: 1px solid #ddd;
          border-right: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          margin: 0 0 10px 0;
          position: relative;
          top: -10px;
          padding: 3%; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          .prodDetail .tabWrapper .multiPage .accordion-wrapper {
            /*width:95.7%;*/ } }
@media screen and (max-width: 767px) {
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper span,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper .imgWrap,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a {
            display: block;
            margin-bottom: 15px;
            clear: both; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper a {
            display: inline-block;
            font-size: 14px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Title,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Address,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Phone,
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Link {
            margin-bottom: 10px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper:last-child {
            border-bottom: none; } }
        @media screen and (max-width: 767px) and (min-width: 768px) {
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .firstWrapper {
            width: 240px;
            min-height: 100px; }
          .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper {
            width: 235px;
            min-height: 155px !important; }
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Title,
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Address,
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Phone,
            .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp .product_wrapper .Link {
              width: 235px; } }
@media screen and (max-width: 767px) {
    .prodDetail .accordion-wrapper {
      margin: 20px 0 0 19px; }
      .prodDetail .accordion-wrapper .seriesRange_wrapper {
        display: inline-block;
        float: left;
        width: 100%;
        margin-right: 30px; }
        .prodDetail .accordion-wrapper .seriesRange_wrapper .imgWrap {
          width: 25%;
          min-height: 43px;
          width: 75px;
          height: 75px;
          line-height: 70px;
          border: 1px solid #ddd;
          display: inline-block;
          float: left; }
        .prodDetail .accordion-wrapper .seriesRange_wrapper .seriesRange_titleDesc {
          overflow: hidden; }
          .prodDetail .accordion-wrapper .seriesRange_wrapper .seriesRange_titleDesc span {
            color: #04417c;
            font-size: 14px;
            margin: 4px 0 5px 0; }
          .prodDetail .accordion-wrapper .seriesRange_wrapper .seriesRange_titleDesc div.description {
            font-family: "Open Sans", sans-serif;
            font-size: 11px;
            margin: 0px 0 15px 0; }
      .prodDetail .accordion-wrapper .seriesRange_wrapper:last-child {
        margin-right: 0; }

  .prodRelated {
    padding: 0 0 15px;
    margin-bottom: 19px;
    border: none; }
    .prodRelated .seriesRange_wrapper {
      width: 88%;
      margin: 15px 0 3px 20px; }
      .prodRelated .seriesRange_wrapper ~ .seriesRange_wrapper {
        margin-top: 5px; }
      .prodRelated .seriesRange_wrapper a {
        display: inline-block;
        position: relative;
        width: 100%;
        line-height: 55px; }
        .prodRelated .seriesRange_wrapper a .imgWrap {
          /*width:25%; min-height:43px; display:table;*/
          min-height: inherit;
          width: 56px;
          height: 56px;
          line-height: 51px;
          float: left;
          padding: 0;
          margin-right: 10px; }
        .prodRelated .seriesRange_wrapper a .verticalAligner {
          overflow: hidden; }
        .prodRelated .seriesRange_wrapper a span {
          /*position:absolute; top:26px; left:100px;*/
          /*float:left; min-width:100px;*/
          display: inline-block;
          font-size: 12px;
          clear: none;
          line-height: 1.4em;
          vertical-align: middle; } }
/***************************
****************************
TABLET
****************************
***************************/
@media (min-width: 768px) and (max-width: 1199px) {
  .prod_wrapper, .divProductList {
    width: auto !important;
    position: relative;
    margin-bottom: 35px !important; }

  .productMainCol {
    width: auto !important;
    float: none !important; }
    .productMainCol .product_wrapper {
      display: table;
      padding: 30px 0 30px 0;
      border-bottom: 1px solid #ddd; }
      .productMainCol .product_wrapper .imgWrap {
        display: inline-block;
        float: left;
        width: 20%;
        margin: 0 0 0 30px; }
      .productMainCol .product_wrapper .prod_titleDesc {
        overflow: hidden;
        margin: 0 45px 0 15px; }
        .productMainCol .product_wrapper .prod_titleDesc .Title {
          padding-top: 10px; }
        .productMainCol .product_wrapper .prod_titleDesc .Title a {
          text-decoration: none;
          font-size: 18px;
          color: #003463;
          display: block;
          margin: 0 0 10px 0; } }
        @media (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
          .productMainCol .product_wrapper .prod_titleDesc .Title a {
            margin: 0; } }
@media (min-width: 768px) and (max-width: 1199px) {
    .productMainCol .product_wrapper:last-child {
      border-bottom: none; }
    #bd .productMainCol .sf_colsIn {
      margin-left: 0; } }
.prod_wrapper .cr21_ControlWrp {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-top: none;
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .prod_wrapper .cr21_ControlWrp .product_wrapper {
      padding: 27px 0 30px 0 !important; } }
  @media (max-width: 767px) {
    .prod_wrapper .cr21_ControlWrp {
      padding: 0; } }

.cr21_ControlWrp {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  border-top: 3px solid #04417c;
  padding: 19px 31px;
  margin-bottom: 20px; }
  .cr21_ControlWrp .pageTitle {
    padding: 0 0; }
  @media (min-width: 768px) {
    .cr21_ControlWrp .product_wrapper {
      padding: 5px 0 !important; } }
  @media (max-width: 767px) {
    .cr21_ControlWrp {
      padding: 14px 21px; }
      .cr21_ControlWrp .product_wrapper {
        display: table; }
        .cr21_ControlWrp .product_wrapper > div:nth-child(1) {
          display: table-cell;
          width: 86px; }
        .cr21_ControlWrp .product_wrapper > .prod_titleDesc {
          display: table-cell;
          vertical-align: middle;
          float: inherit; } }

.cr23a_ProductsList a:hover, .cr23a_ProductsList a:focus, .cr21_ControlWrp a:hover, .cr21_ControlWrp a:focus {
  text-decoration: underline !important; }
.cr23a_ProductsList a img:hover, .cr23a_ProductsList a img:focus, .cr21_ControlWrp a img:hover, .cr21_ControlWrp a img:focus {
  opacity: 0.8; }

.cr23b_ControlWrp .product_wrapper.firstWrapper {
  overflow: auto; }

@media screen and (max-width: 767px) {
  .prodDetail .tabWrapper .multiPage .accordion-wrapper .cr23b_ControlWrp [id*="OfficeHeading"] h1 {
    margin-bottom: 10px; } }
.pnl_howToBuyHeading {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.cr25_ControlWrp {
  -webkit-box-shadow: 0px 1px 5px 1px #dddddd;
  -moz-box-shadow: 0px 1px 5px 1px #dddddd;
  -ms-box-shadow: 0px 1px 5px 1px #dddddd;
  -o-box-shadow: 0px 1px 5px 1px #dddddd;
  box-shadow: 0px 1px 5px 1px #dddddd;
  margin: 10px 0;
  clear: both;
  position: relative; }
  .cr25_ControlWrp .imgWrap {
    position: relative;
    z-index: -2; }
    .cr25_ControlWrp .imgWrap img {
      width: 100%; }
  .cr25_ControlWrp a {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    clear: both;
    text-decoration: none;
    color: #fff;
    background-color: #05417d;
    padding: 10px 0 10px 20px;
    position: relative;
    /*position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;*/ }
    .cr25_ControlWrp a:hover, .cr25_ControlWrp a:focus {
      background: #d60117; }

@media (min-width: 768px) and (max-width: 1199px) {
  .cr25_ControlWrp {
    width: 190px; }
    .cr25_ControlWrp a {
      font-size: 14px;
      padding: 5px 20px 5px; } }
@media screen and (min-width: 1200px) {
  .cr25_ControlWrp {
    margin: 20px 0; }
    .cr25_ControlWrp a {
      font-size: 18px; } }
@media screen and (max-width: 767px) {
  .cr25_ControlWrp {
    clear: both;
    margin: 0 auto 20px;
    padding: 0;
    /*@media (orientation:landscape){ margin-left:50%; }*/ }
    .cr25_ControlWrp .imgWrap {
      			/*max-height: 229px; 
      
      			img { max-height: inherit; }*/ } }
.newsletterSubscribe {
  background: #f3f8fb; }
  .newsletterSubscribe .summary p {
    color: #0a549b;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 14px; }
  .newsletterSubscribe .newsletterSubscribe--form input[type="text"] {
    border-color: #5a5a5a;
    font-size: 16px;
    padding: 6px 8px 6px; }
  .newsletterSubscribe .newsletterSubscribe--form input[type="submit"] {
    padding: 9px 18px 8px;
    text-transform: uppercase; }
  .newsletterSubscribe .sfError {
    margin-top: 4px; }
  .newsletterSubscribe .txtInpt {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .newsletterSubscribe {
      padding: 16px 15px 15px; }
      .newsletterSubscribe .imgWrap {
        margin: 0 -15px 15px;
        position: relative;
        display: none; }
      .newsletterSubscribe .newsletterSubscribe--form input[type="text"] {
        padding: 6px 2% 6px;
        margin-right: 3%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; } }
  @media screen and (min-width: 768px) {
    .newsletterSubscribe {
      padding: 16px 30px 13px 244px;
      position: relative;
      min-height: 112px; }
      .newsletterSubscribe .media--image {
        background: #013f7a;
        float: left;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        width: 220px; }
      .newsletterSubscribe .media--image .imgWrap {
        width: 220px;
        line-height: 184px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .newsletterSubscribe .media--content {
        overflow: hidden;
        min-height: 90px; }
      .newsletterSubscribe .newsletterSubscribe--form input[type="text"] {
        display: inline-block;
        margin-right: 10px; }
      .newsletterSubscribe .summary {
        max-height: 102px;
        overflow: hidden; }
      .newsletterSubscribe .multiColFields {
        overflow: hidden; }
        .newsletterSubscribe .multiColFields .txtInpt {
          width: 48.5%;
          float: left; }
        .newsletterSubscribe .multiColFields .txtInpt:first-child {
          margin-right: 3%; }
      .newsletterSubscribe .fieldUndButton {
        overflow: hidden; }
        .newsletterSubscribe .fieldUndButton .txtInpt,
        .newsletterSubscribe .fieldUndButton .field--button {
          float: left; }
        .newsletterSubscribe .fieldUndButton .txtInpt {
          width: 369px;
          margin-right: 10px; }
        .newsletterSubscribe .fieldUndButton .field--button {
          width: 94px; }
          .newsletterSubscribe .fieldUndButton .field--button input[type="submit"] {
            width: 100%; } }
  @media screen and (min-width: 1200px) {
    .newsletterSubscribe {
      padding: 24px 50px 20px 234px;
      min-height: 97px; }
      .newsletterSubscribe .media--image .imgWrap {
        line-height: 141px; }
      .newsletterSubscribe .media--content {
        position: relative; }
      .newsletterSubscribe .summary {
        max-height: 91px;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .newsletterSubscribe .summary p {
          font-size: 15px;
          line-height: 18px;
          margin-bottom: 0; }
      .newsletterSubscribe .newsletterSubscribe--form,
      .newsletterSubscribe .summary {
        width: 48%;
        float: left; }
      .newsletterSubscribe .newsletterSubscribe--form {
        padding-left: 3%;
        float: right; }
      .newsletterSubscribe .fieldUndButton .txtInpt {
        width: 326px; } }

.featured-products > h2 {
  color: #04417c;
  font-family: "Asap", sans-serif;
  font-size: 1.57143em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px; }
.featured-products ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box; }
  .featured-products ul > li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .featured-products ul a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 15px 65px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 2px #DDD;
    -moz-box-shadow: 0px 2px 15px 4px #dddddd;
    -ms-box-shadow: 0px 2px 15px 4px #dddddd;
    -o-box-shadow: 0px 2px 15px 4px #dddddd;
    box-shadow: 0px 2px 15px 4px #DDD; }
  .featured-products ul .title {
    font-size: 24px;
    color: #08447E;
    margin-bottom: 20px;
    display: block; }
  .featured-products ul .paragraph,
  .featured-products ul p {
    line-height: 22px;
    margin-bottom: 25px;
    display: block; }
.featured-products .imgWrap {
  height: 123px;
  line-height: 120px;
  margin-bottom: 5px;
  display: inline-block; }
.featured-products .button--faux {
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 11px;
  position: absolute;
  bottom: 35px;
  left: 15px;
  right: 15px; }
@media screen and (max-width: 1199px) {
  .featured-products ul {
    margin-left: -10px;
    margin-right: -10px; }
    .featured-products ul > li {
      padding: 0 10px; }
    .featured-products ul .title {
      font-size: 17px;
      margin-bottom: 10px; }
    .featured-products ul a {
      padding: 15px 15px 40px; }
  .featured-products p {
    margin-bottom: 1em; }
  .featured-products a {
    padding: 10px 10px; }
  .featured-products .button--faux {
    bottom: 15px; } }
@media screen and (max-width: 767px) {
  .featured-products ul > li {
    width: 50%;
    margin-bottom: 20px; }
  .featured-products ul a {
    padding: 15px 10px 55px; }
  .featured-products > h2 {
    font-size: 18px; }
  .featured-products .button--faux {
    font-size: 10px;
    padding: 10px 12px 10px; } }
@media screen and (min-width: 1200px) {
  .featured-products .button--faux {
    width: 140px;
    font-size: 16px; } }

.brand-list {
  -webkit-box-shadow: 0px 2px 15px 4px #DDD;
  -moz-box-shadow: 0px 2px 15px 4px #dddddd;
  -ms-box-shadow: 0px 2px 15px 4px #dddddd;
  -o-box-shadow: 0px 2px 15px 4px #dddddd;
  box-shadow: 0px 2px 15px 4px #DDD;
  margin-bottom: 30px; }
  .brand-list .widgetHeading {
    background: #04417c;
    padding: 13px 10px 14px 20px; }
    .brand-list .widgetHeading h2 {
      font-size: 1.42857em;
      font-family: "Asap", sans-serif;
      color: #FFF;
      text-transform: uppercase;
      font-weight: 400;
      float: left; }
    .brand-list .widgetHeading a {
      color: #fff;
      display: inline-block;
      font-size: 15px;
      margin-top: 2px;
      float: right;
      text-decoration: none; }
      .brand-list .widgetHeading a:after {
        content: "\f054";
        margin-left: 5px; }
      .brand-list .widgetHeading a:hover, .brand-list .widgetHeading a:focus {
        text-decoration: underline; }
    .brand-list .widgetHeading:after {
      content: "";
      clear: both;
      display: table; }
  .brand-list ul {
    padding: 30px; }
    .brand-list ul > li {
      margin-bottom: 30px;
      padding-bottom: 25px;
      border-bottom: 1px solid #ccc; }
      .brand-list ul > li:after {
        content: "";
        clear: both;
        display: table; }
  .brand-list table {
    margin: 0 30px;
    width: auto; }
    .brand-list table td {
      border-bottom: 1px solid #ccc;
      padding-top: 30px;
      padding-bottom: 30px; }
    .brand-list table td:first-child {
      vertical-align: middle;
      padding-right: 20px;
      text-align: center; }
    .brand-list table tr:last-child td {
      border-bottom: 0; }
  .brand-list .imgWrap {
    display: inline-block;
    width: 262px;
    max-height: 262px; }
    .brand-list .imgWrap img {
      max-height: initial;
      max-height: inherit; }
  .brand-list .media-content {
    overflow: hidden; }
  .brand-list .button {
    display: inline-block;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .brand-list {
      margin-bottom: 20px; }
      .brand-list table {
        margin: 0 10px; }
        .brand-list table td {
          padding-top: 15px;
          padding-bottom: 15px;
          vertical-align: middle; }
        .brand-list table td:first-child {
          padding-right: 10px; }
      .brand-list .imgWrap {
        width: 90px;
        max-height: 90px; }
      .brand-list p {
        display: none; }
      .brand-list .button {
        font-size: 10px;
        padding: 10px 12px 10px; }
      .brand-list .widgetHeading {
        padding: 8px 10px; }
        .brand-list .widgetHeading h2 {
          font-size: 1.14286em; }
        .brand-list .widgetHeading a {
          font-size: 13px; }
      .brand-list .sfContentBlock h3 {
        font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .brand-list .widgetHeading h2 {
      float: left; }
    .brand-list .widgetHeading a {
      float: right;
      margin-top: 3px; } }

.sfexpandableListWrp {
  -webkit-box-shadow: 0px 2px 15px 4px #DDD;
  -moz-box-shadow: 0px 2px 15px 4px #dddddd;
  -ms-box-shadow: 0px 2px 15px 4px #dddddd;
  -o-box-shadow: 0px 2px 15px 4px #dddddd;
  box-shadow: 0px 2px 15px 4px #DDD;
  margin-bottom: 30px; }
  .sfexpandableListWrp .sflistExpandAllLnkWrp {
    display: none; }
  .sfexpandableListWrp .sflistTitle {
    background: #04417c;
    padding: 13px 10px 14px 20px;
    font-size: 1.42857em;
    font-family: "Asap", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400; }
  .sfexpandableListWrp .sflistList {
    padding: 0px 30px; }
  .sfexpandableListWrp .sflistItemTitle {
    font-weight: normal; }
    .sfexpandableListWrp .sflistItemTitle a {
      font-size: 24px;
      color: #08447E;
      font-family: "Asap", sans-serif;
      text-decoration: none;
      font-weight: 400;
      padding: 30px 0;
      width: 100%;
      display: block;
      outline: 0; }
    .sfexpandableListWrp .sflistItemTitle a:before {
      content: "\f078";
      float: right;
      margin-top: 4px;
      margin-left: 15px; }
    .sfexpandableListWrp .sflistItemTitle a:hover,
    .sfexpandableListWrp .sflistItemTitle a:focus {
      color: #B90A1D; }
    .sfexpandableListWrp .sflistItemTitle a.sflistListItemExpanded:before {
      content: "\f077"; }
  .sfexpandableListWrp .sflistListItem {
    border-top: 1px solid #ccc; }
    .sfexpandableListWrp .sflistListItem:first-child {
      border-top: none; }
  @media screen and (max-width: 767px) {
    .sfexpandableListWrp {
      margin-bottom: 20px; }
      .sfexpandableListWrp .sflistList {
        padding: 0px 10px; }
      .sfexpandableListWrp .sflistItemTitle a {
        padding: 15px 0;
        font-size: 16px; }
      .sfexpandableListWrp .sflistTitle {
        padding: 8px 10px;
        font-size: 1.14286em; } }
  @media screen and (min-width: 768px) {
    .sfexpandableListWrp .sfContentBlock {
      padding-bottom: 40px; } }

.pgWidth {
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #bd .pgWidth {
      padding: 0 10px; } }

.pgWidth .pageTitle > h1,
body .fauxPgWidth {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .pgWidth .pageTitle > h1,
    body .fauxPgWidth {
      max-width: 480px; } }
  @media screen and (min-width: 768px) {
    .pgWidth .pageTitle > h1,
    body .fauxPgWidth {
      width: 768px; }
      .pgWidth .pageTitle > h1.fauxPgPadding,
      body .fauxPgWidth.fauxPgPadding {
        padding: 0 10px; } }
  @media screen and (min-width: 1200px) {
    .pgWidth .pageTitle > h1,
    body .fauxPgWidth {
      width: 1200px;
      padding: 0; } }

.sf_cols.wsHeaderCols {
  position: relative; }
  .sf_cols.wsHeaderCols .sf_2cols_1_50 {
    background: #fff; }
  .sf_cols.wsHeaderCols .sf_2cols_2_50 {
    text-align: right; }
    .sf_cols.wsHeaderCols .sf_2cols_2_50 .sf_colsIn {
      margin: 0; }
  @media screen and (min-width: 767px) and (max-width: 1199px) {
    .sf_cols.wsHeaderCols .sf_2cols_1_50 {
      width: 40%; }
    .sf_cols.wsHeaderCols .sf_2cols_2_50 {
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .sf_cols.wsHeaderCols {
      position: relative; }
      .sf_cols.wsHeaderCols .sf_colsOut {
        display: inline-block; }
      .sf_cols.wsHeaderCols .sf_2cols_2_50 {
        /*max-width: 230px;*/
        margin-top: 8px; } }

.wsColumnsTesting .sf_colsOut {
  background: teal; }
.wsColumnsTesting .sf_colsOut + .sf_colsOut {
  background: tomato; }
.wsColumnsTesting .sfContentBlock {
  color: #222; }
@media (max-width: 767px) {
  .wsColumnsTesting .sf_colsOut {
    width: 100%; }
    .wsColumnsTesting .sf_colsOut .sf_colsIn {
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .sf_cols .sf_colsOut {
    float: none;
    width: auto; }
    .sf_cols .sf_colsOut .sf_colsIn {
      margin: 0; } }

@media screen and (min-width: 768px) {
  .sf_cols.twoColTemplate .sf_2cols_1_67 {
    width: 549px; }
  .sf_cols.twoColTemplate .sf_2cols_2_33 {
    width: 190px; }
  .sf_cols.twoColTemplate .sf_colsOut .sf_colsIn {
    margin: 0; } }
@media screen and (min-width: 1200px) {
  .sf_cols.twoColTemplate .sf_2cols_1_67 {
    width: 860px; }
  .sf_cols.twoColTemplate .sf_2cols_2_33 {
    width: 300px; } }

@media screen and (max-width: 1199px) {
  .productAuxCol {
    width: auto !important;
    float: none !important; } }

/*# sourceMappingURL=mobileFirst.css.map */
